:root {
  --navy: #0f172a;
  --navy-2: #111827;
  --slate: #475569;
  --slate-2: #64748b;
  --white: #ffffff;
  --soft: #f8fafc;
  --soft-2: #f1f5f9;
  --amber: #d97706;
  --amber-2: #f59e0b;
  --amber-3: #fbbf24;
  --radius: 24px;
  --shadow: 0 20px 50px rgba(15,23,42,.12);
  --shadow-2: 0 30px 80px rgba(15,23,42,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Tahoma, Arial, sans-serif; background: #fff; color: var(--navy); }
a { text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.site-header { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(10px); }
.topbar { background: rgba(15,23,42,.95); color: rgba(255,255,255,.72); font-size: 12px; }
.topbar-row { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(15,23,42,.92); }
.brand { color: white; font-size: 30px; font-weight: 900; letter-spacing: -.04em; }
.brand span { color: var(--amber-2); }
.nav-links { display: flex; gap: 24px; flex-wrap: wrap; }
.nav-links a { color: rgba(255,255,255,.88); font-weight: 600; transition: .25s; }
.nav-links a:hover { color: var(--amber-3); }
.nav-actions { display: flex; gap: 10px; }
.lang-pill { color: white; border: 1px solid rgba(255,255,255,.18); padding: 8px 12px; border-radius: 999px; font-size: 12px; transition: .25s; }
.lang-pill:hover { border-color: rgba(245,158,11,.35); color: var(--amber-3); }
.hero-real { position: relative; min-height: 92vh; display: flex; align-items: center; background-size: cover; background-position: center; overflow: hidden; }
.hero-overlay-real { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,6,23,.92), rgba(2,6,23,.66), rgba(2,6,23,.18)); }
.hero-inner-real { position: relative; z-index: 2; padding: 120px 24px; color: white; }
.eyebrow { display: inline-block; padding: 6px 14px; border-radius: 999px; color: var(--amber-2); border: 1px solid rgba(245,158,11,.22); background: rgba(245,158,11,.08); font-weight: 700; margin-bottom: 18px; }
.hero-real h1, h2 { font-size: 58px; line-height: 1.05; margin: 0 0 18px; font-weight: 800; max-width: 900px; }
.hero-real p { color: rgba(255,255,255,.8); font-size: 19px; max-width: 760px; line-height: 1.9; }
.hero-actions { display: flex; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.scroll-hint { position: absolute; left: 50%; transform: translateX(-50%); bottom: 26px; color: rgba(255,255,255,.6); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; }
.btn-primary, .btn-secondary, .btn-dark, .dark-pill { display: inline-flex; align-items: center; justify-content: center; padding: 16px 28px; border-radius: 999px; font-weight: 800; transition: .25s ease; }
.btn-primary { background: var(--amber); color: white; box-shadow: 0 14px 30px rgba(217,119,6,.25); }
.btn-primary:hover { transform: translateY(-2px); background: #b45309; }
.btn-secondary { background: transparent; color: white; border: 1px solid rgba(255,255,255,.2); }
.btn-secondary:hover { background: rgba(255,255,255,.08); }
.btn-dark, .dark-pill { background: var(--navy); color: white; }
.premium-section, .section-light, .section-dark, .section-soft, .section-white, .section-process { padding: 96px 0; }
.section-light { background: white; }
.section-soft { background: var(--soft); }
.section-white { background: white; }
.section-dark { background: var(--navy); color: white; }
.premium-section-darkest, .section-process { background: #0b1220; color: white; }
.commitment-section { background: #d97706; color: white; padding: 96px 0; position: relative; overflow: hidden; }
.light { color: white; }
.lead-dark, .lead-muted { color: var(--slate); font-size: 18px; line-height: 1.9; }
.lead-light { color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.9; }
.center-text { max-width: 760px; margin-inline: auto; }
.split-grid-real { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.image-block { position: relative; }
.image-frame { border-radius: 32px; box-shadow: var(--shadow-2); overflow: hidden; }
.image-frame-large { min-height: 460px; background: linear-gradient(135deg, #1f2937, #0f172a); }
.floating-metric { position: absolute; right: -10px; bottom: -18px; background: var(--amber); color: white; padding: 24px; border-radius: 28px; box-shadow: var(--shadow); display: grid; gap: 4px; }
.floating-metric strong { font-size: 42px; }
.check-list { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list.refined li { color: var(--navy); font-weight: 700; position: relative; padding-inline-start: 22px; }
.check-list.refined li::before { content: ''; width: 10px; height: 10px; border-radius: 999px; background: var(--amber); position: absolute; inset-inline-start: 0; top: 8px; }
.section-head { margin-bottom: 36px; }
.section-head.center { text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.refined-card { position: relative; min-height: 380px; overflow: hidden; background: white; border-radius: 28px; box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease; }
.refined-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); }
.product-media { height: 100%; background-size: cover; background-position: center; transform: scale(1.02); transition: transform .6s ease; }
.refined-card:hover .product-media { transform: scale(1.08); }
.product-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background: linear-gradient(to top, rgba(2,6,23,.92), rgba(2,6,23,.24), transparent); color: white; }
.product-overlay span { color: var(--amber-3); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 10px; }
.product-overlay strong { font-size: 24px; }
.showcase-stack { display: grid; gap: 72px; }
.showcase-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.showcase-row.reverse { direction: rtl; }
.showcase-row.reverse > * { direction: ltr; }
.showcase-image { min-height: 420px; border-radius: 32px; background-size: cover; background-position: center; box-shadow: var(--shadow-2); }
.home-head { margin-bottom: 24px; }
.refined-services { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.services-grid { display: grid; }
.service-card { background: var(--soft); border: 1px solid #e2e8f0; border-radius: 28px; padding: 30px; transition: .25s; }
.service-card:hover { background: white; box-shadow: var(--shadow); transform: translateY(-4px); }
.service-card h3 { margin-top: 0; }
.countries-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.countries-grid span { padding: 12px 18px; border-radius: 16px; background: var(--soft); border: 1px solid #e2e8f0; font-weight: 700; color: var(--slate); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.process-card { background: rgba(255,255,255,.04); border: 1px solid rgba(245,158,11,.12); border-radius: 28px; padding: 28px; }
.process-card strong { color: var(--amber-3); font-size: 28px; display: block; margin-bottom: 14px; }
.commit-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.commit-card { background: rgba(255,255,255,.12); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.18); border-radius: 28px; padding: 28px; transition: .25s; }
.commit-card:hover { transform: translateY(-4px); }
.contact-shell { background: var(--navy); border-radius: 42px; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; box-shadow: var(--shadow-2); }
.contact-side { background: var(--amber); color: white; padding: 48px; }
.contact-meta { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; font-weight: 700; }
.contact-form-box { background: white; padding: 48px; }
.form-grid { display: grid; gap: 16px; }
.field { width: 100%; padding: 16px; border-radius: 18px; border: 1px solid #e2e8f0; font: inherit; background: white; }
.site-footer { background: var(--soft); padding: 72px 0; border-top: 1px solid #e2e8f0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 32px; }
.footer-brand { color: var(--navy); }
.footer-text { color: var(--slate); line-height: 1.9; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: var(--slate); }
.footer-list a { color: var(--slate); }
@media (max-width: 1100px) {
  .product-grid, .process-grid, .commit-grid, .refined-services, .footer-grid, .showcase-row, .split-grid-real, .contact-shell { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .nav-row, .topbar-row { flex-direction: column; align-items: flex-start; padding: 12px 24px; }
  .hero-real h1, h2 { font-size: 40px; }
}
