*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:        #0D1B3E;
  --blue-inst:   #1A3A6B;
  --blue-action: #2558A8;
  --blue-light:  #3B7DD8;
  --gold:        #C9A84C;
  --gold-light:  #E8C97A;
  --off-white:   #F4F6FA;
  --mid:         #4A5568;
  --light:       #8896AB;
  --border:      #DDE4F0;
  --bg:          #FFFFFF;
  --bg2:         #F4F6FA;
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--navy); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, .serif { font-family: 'Playfair Display', Georgia, serif; }

/* NAV */
nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1140px; margin: 0 auto; padding: 0 36px; height: 66px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-brand img { height: 34px; width: auto; }
.nav-brand-text { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; font-weight: 700; color: var(--navy); letter-spacing: -.3px; }
.nav-brand-tag { font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 500; text-transform: uppercase; letter-spacing: 2.5px; color: var(--gold); display: block; margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--mid); text-decoration: none; transition: color .15s; }
.nav-links a:hover, .nav-link-active { color: var(--navy) !important; font-weight: 600; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang { display: flex; background: var(--bg2); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.lang button { padding: 5px 12px; border: none; background: transparent; font-size: 12px; font-weight: 500; color: var(--light); cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all .15s; }
.lang button.active { background: var(--navy); color: #fff; }
.btn-nav { padding: 9px 20px; background: var(--blue-action); color: #fff; border: none; border-radius: 7px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; text-decoration: none; transition: background .15s; letter-spacing: -.1px; }
.btn-nav:hover { background: var(--blue-inst); }

/* HERO */
.hero { background: linear-gradient(155deg, var(--navy) 0%, #142250 55%, var(--blue-inst) 100%); color: #fff; padding: 96px 36px 84px; text-align: center; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.hero-inner { max-width: 1140px; margin: 0 auto; position: relative; }
.hero-badge { display: inline-block; font-size: 11px; font-weight: 500; color: var(--gold-light); border: 1px solid rgba(201,168,76,.3); border-radius: 20px; padding: 5px 16px; margin-bottom: 36px; letter-spacing: .3px; font-family: 'DM Sans', sans-serif; background: rgba(201,168,76,.06); }
.hero h1 { font-size: clamp(36px, 5.5vw, 62px); font-weight: 700; letter-spacing: -1.5px; line-height: 1.08; color: #fff; margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.68); max-width: 500px; margin: 0 auto 40px; line-height: 1.7; font-weight: 400; }
.hero-sub strong { color: #fff; font-weight: 500; }
.hero-form { display: flex; gap: 8px; max-width: 460px; margin: 0 auto 22px; }
.hero-form input { flex: 1; padding: 14px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; font-size: 14px; font-family: 'DM Sans', sans-serif; outline: none; color: #fff; background: rgba(255,255,255,.09); transition: border .15s; }
.hero-form input::placeholder { color: rgba(255,255,255,.38); }
.hero-form input:focus { border-color: rgba(201,168,76,.5); }
.hero-form button { padding: 14px 26px; background: var(--gold); color: var(--navy); border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; white-space: nowrap; transition: background .15s; letter-spacing: -.1px; }
.hero-form button:hover { background: var(--gold-light); }
.hero-trust { display: flex; justify-content: center; gap: 28px; font-size: 12px; color: rgba(255,255,255,.45); flex-wrap: wrap; margin-bottom: 68px; font-family: 'DM Sans', sans-serif; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust span::before { content: ''; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; display: inline-block; flex-shrink: 0; }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(201,168,76,.2); border: 1px solid rgba(201,168,76,.2); border-radius: 12px; overflow: hidden; }
.stat { background: rgba(255,255,255,.05); padding: 26px 20px; text-align: center; }
.stat-val { font-family: 'Playfair Display', Georgia, serif; font-size: 28px; font-weight: 700; letter-spacing: -.5px; color: #fff; }
.stat-label { font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(255,255,255,.4); margin-top: 6px; }

/* SECTIONS */
section { padding: 92px 36px; }
.section-inner { max-width: 1140px; margin: 0 auto; }
.section-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 14px; font-family: 'DM Sans', sans-serif; }
.section-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(26px, 3vw, 38px); font-weight: 700; letter-spacing: -.5px; color: var(--navy); margin-bottom: 12px; }
section:nth-child(even) { background: var(--off-white); }

/* PROCESS */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 52px; margin-top: 60px; }
.step-num { font-size: 10px; font-weight: 600; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 18px; font-family: 'DM Sans', sans-serif; }
.step-rule { width: 32px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); margin-bottom: 20px; border-radius: 2px; }
.step-title { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.step-body { font-size: 14px; color: var(--mid); line-height: 1.78; }
.step-sources { margin-top: 16px; padding: 13px 15px; background: rgba(13,27,62,.04); border-radius: 6px; font-size: 12px; color: var(--light); line-height: 1.65; border-left: 2px solid var(--gold); font-style: italic; }

/* TYPES */
.types-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-top: 52px; }
.type-item { background: var(--bg); padding: 28px 26px; transition: background .15s; cursor: default; }
.type-item:hover { background: rgba(37,88,168,.04); }
.type-num { font-size: 9px; font-weight: 700; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
.type-item h4 { font-family: 'Playfair Display', Georgia, serif; font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.type-item p { font-size: 13px; color: var(--light); line-height: 1.65; }

/* COUNTRIES */
.countries-grid { margin-top: 52px; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.country-row { display: grid; grid-template-columns: 2fr 1.5fr 1fr 90px; align-items: center; padding: 16px 26px; border-bottom: 1px solid var(--border); transition: background .12s; }
.country-row:hover:not(.header) { background: var(--bg2); }
.country-row:last-child { border-bottom: none; }
.country-row.header { background: var(--bg2); }
.country-row.header span { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--light); font-family: 'DM Sans', sans-serif; }
.country-code { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 22px; background: rgba(13,27,62,.06); color: var(--navy); font-size: 9px; font-weight: 700; letter-spacing: .8px; border-radius: 4px; margin-right: 12px; font-family: 'DM Sans', sans-serif; }
.country-name { font-size: 14px; font-weight: 500; color: var(--navy); display: flex; align-items: center; }
.country-volume { font-size: 13px; color: var(--mid); }
.country-comm { font-size: 13px; font-weight: 600; color: var(--navy); }
.country-tag { font-size: 9px; font-weight: 700; letter-spacing: .8px; color: var(--blue-action); border: 1px solid rgba(37,88,168,.25); border-radius: 4px; padding: 3px 8px; text-align: center; font-family: 'DM Sans', sans-serif; text-transform: uppercase; }
.countries-note { font-size: 12px; color: var(--light); margin-top: 14px; line-height: 1.7; padding-left: 2px; }

/* FAQ */
.faq-list { margin-top: 52px; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q { width: 100%; padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; background: none; border: none; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; color: var(--navy); cursor: pointer; text-align: left; gap: 16px; transition: background .15s; }
.faq-q:hover { background: var(--bg2); }
.faq-icon { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; color: var(--mid); transition: all .2s; line-height: 1; }
.faq-item.open .faq-q { color: var(--blue-action); }
.faq-item.open .faq-icon { transform: rotate(45deg); border-color: var(--gold); color: var(--gold); }
.faq-a { display: none; padding: 0 26px 22px; font-size: 14px; color: var(--mid); line-height: 1.78; max-width: 700px; }
.faq-item.open .faq-a { display: block; }

/* CTA SECTION */
.cta-section { padding: 104px 36px; text-align: center; background: linear-gradient(155deg, var(--navy) 0%, #142250 55%, var(--blue-inst) 100%); position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.cta-section h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(28px, 4vw, 46px); font-weight: 700; letter-spacing: -.6px; color: #fff; margin-bottom: 12px; position: relative; }
.cta-section p { font-size: 14px; color: rgba(255,255,255,.5); margin-bottom: 40px; position: relative; letter-spacing: .2px; }
.cta-form { display: flex; gap: 8px; max-width: 420px; margin: 0 auto; position: relative; }
.cta-form input { flex: 1; padding: 14px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; font-size: 14px; font-family: 'DM Sans', sans-serif; outline: none; color: #fff; background: rgba(255,255,255,.08); }
.cta-form input::placeholder { color: rgba(255,255,255,.35); }
.cta-form input:focus { border-color: rgba(201,168,76,.5); }
.cta-form button { padding: 14px 26px; background: var(--gold); color: var(--navy); border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; white-space: nowrap; transition: background .15s; }
.cta-form button:hover { background: var(--gold-light); }

/* FOOTER */
footer { border-top: 1px solid var(--border); padding: 30px 36px; background: var(--bg); }
.footer-inner { max-width: 1140px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.footer-brand { font-family: 'Playfair Display', Georgia, serif; font-size: 15px; font-weight: 700; color: var(--navy); }
.footer-inner p { font-size: 12px; color: var(--light); }
.footer-inner a { font-size: 12px; color: var(--light); text-decoration: none; transition: color .15s; }
.footer-inner a:hover { color: var(--navy); }

/* VERIFIER PAGE */
.verifier-page { min-height: 100vh; background: var(--bg); }
.verifier-hero { background: linear-gradient(155deg, var(--navy) 0%, var(--blue-inst) 100%); padding: 64px 36px 56px; text-align: center; }
.verifier-hero h1 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(28px, 4vw, 42px); color: #fff; font-weight: 700; letter-spacing: -.5px; margin-bottom: 12px; }
.verifier-hero p { font-size: 15px; color: rgba(255,255,255,.6); max-width: 440px; margin: 0 auto 36px; }
.search-box { display: flex; gap: 8px; max-width: 500px; margin: 0 auto; }
.search-box input { flex: 1; padding: 15px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; font-size: 15px; font-family: 'DM Sans', sans-serif; outline: none; color: #fff; background: rgba(255,255,255,.1); }
.search-box input::placeholder { color: rgba(255,255,255,.4); }
.search-box input:focus { border-color: rgba(201,168,76,.5); }
.search-box button { padding: 15px 28px; background: var(--gold); color: var(--navy); border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; white-space: nowrap; transition: background .15s; }
.search-box button:hover { background: var(--gold-light); }
.verifier-results { max-width: 720px; margin: 48px auto; padding: 0 36px; }
.result-header { margin-bottom: 24px; }
.result-count { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.result-sub { font-size: 13px; color: var(--light); }
.result-card { border: 1px solid var(--border); border-radius: 10px; padding: 22px 24px; margin-bottom: 12px; position: relative; overflow: hidden; transition: box-shadow .2s; }
.result-card:hover { box-shadow: 0 4px 20px rgba(13,27,62,.08); }
.result-card-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
.result-card-name { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.result-card-meta { display: flex; gap: 20px; font-size: 13px; color: var(--mid); flex-wrap: wrap; }
.result-card-meta span { display: flex; align-items: center; gap: 6px; }
.blur-overlay { position: absolute; inset: 0; background: rgba(244,246,250,.85); backdrop-filter: blur(8px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border-radius: 10px; }
.blur-overlay p { font-size: 13px; color: var(--mid); font-weight: 500; text-align: center; max-width: 260px; line-height: 1.5; }
.email-reveal-form { display: flex; gap: 8px; max-width: 360px; }
.email-reveal-form input { flex: 1; padding: 10px 14px; border: 1px solid var(--border); border-radius: 7px; font-size: 13px; font-family: 'DM Sans', sans-serif; outline: none; color: var(--navy); }
.email-reveal-form input:focus { border-color: var(--blue-action); }
.email-reveal-form button { padding: 10px 18px; background: var(--navy); color: #fff; border: none; border-radius: 7px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; white-space: nowrap; transition: background .15s; }
.email-reveal-form button:hover { background: var(--blue-inst); }
.result-tag { display: inline-block; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; padding: 3px 8px; border-radius: 4px; background: rgba(37,88,168,.08); color: var(--blue-action); font-family: 'DM Sans', sans-serif; }
.no-results { text-align: center; padding: 60px 20px; }
.no-results h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; color: var(--navy); margin-bottom: 10px; }
.no-results p { font-size: 14px; color: var(--light); max-width: 360px; margin: 0 auto; }
.loading-state { text-align: center; padding: 48px; color: var(--light); font-size: 14px; }
.spinner { width: 32px; height: 32px; border: 2px solid var(--border); border-top-color: var(--blue-action); border-radius: 50%; animation: spin .8s linear infinite; margin: 0 auto 16px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* HAMBURGER */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .25s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* MOBILE NAV DRAWER */
.nav-mobile { display: none; position: fixed; top: 66px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border); z-index: 99; padding: 16px 24px 24px; box-shadow: 0 8px 32px rgba(13,27,62,.12); }
.nav-mobile.open { display: block; }
.nav-mobile a { display: block; padding: 13px 0; font-size: 15px; font-weight: 500; color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--border); }
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile a:hover { color: var(--blue-action); }
.nav-mobile .mobile-cta { display: block; margin-top: 16px; padding: 13px 20px; background: var(--blue-action); color: #fff; text-align: center; border-radius: 8px; font-weight: 600; text-decoration: none; border-bottom: none; }
.nav-mobile .mobile-lang { display: flex; gap: 8px; margin-top: 16px; }
.nav-mobile .mobile-lang button { flex: 1; padding: 10px; background: var(--bg2); border: 1px solid var(--border); border-radius: 6px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; color: var(--mid); }
.nav-mobile .mobile-lang button.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ── TABLET (≤ 900px) ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .types-grid { grid-template-columns: 1fr 1fr; }
}

/* ── MOBILE (≤ 768px) ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  /* NAV */
  .nav-inner { padding: 0 20px; height: 60px; }
  .nav-links { display: none; }
  .nav-right .lang { display: none; }
  .nav-right .btn-nav { display: none; }
  .nav-hamburger { display: flex; }
  .nav-mobile { top: 60px; }

  /* HERO */
  .hero { padding: 56px 20px 48px; }
  .hero h1 { letter-spacing: -.8px; line-height: 1.12; }
  .hero-sub { font-size: 15px; }
  .hero-form { flex-direction: column; gap: 10px; margin-bottom: 18px; }
  .hero-form input, .hero-form button { width: 100%; }
  .hero-trust { gap: 16px; font-size: 11px; margin-bottom: 40px; }
  .stats-row { grid-template-columns: repeat(2,1fr); }
  .stat { padding: 18px 12px; }
  .stat-val { font-size: 22px; }

  /* SECTIONS */
  section { padding: 56px 20px; }
  .section-inner { padding: 0; }
  .section-title { font-size: 26px; }

  /* PROCESS STEPS */
  .steps { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; }

  /* TYPES */
  .types-grid { grid-template-columns: 1fr; margin-top: 32px; }

  /* COUNTRIES TABLE */
  .country-row { grid-template-columns: 1fr 80px; padding: 13px 16px; gap: 8px; }
  .country-row .country-volume { display: none; }
  .country-row .country-tag { display: none; }
  .country-row.header span:nth-child(2) { display: none; }
  .country-row.header span:nth-child(4) { display: none; }

  /* CTA */
  .cta-section { padding: 64px 20px; }
  .cta-form { flex-direction: column; gap: 10px; }
  .cta-form input, .cta-form button { width: 100%; }

  /* FOOTER */
  footer { padding: 24px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 14px; }

  /* VERIFIER */
  .verifier-hero { padding: 48px 20px 40px; }
  .search-box { flex-direction: column; gap: 10px; }
  .search-box input, .search-box button { width: 100%; }
  .verifier-results { padding: 0 20px; margin: 32px auto; }
  .email-reveal-form { flex-direction: column; gap: 8px; }
  .email-reveal-form input, .email-reveal-form button { width: 100%; }

  /* PAGE HEROES (sub-pages) */
  .page-hero { padding: 52px 20px 48px; }
  .page-body { padding: 48px 20px !important; }
  .contact-body { grid-template-columns: 1fr !important; padding: 48px 20px !important; gap: 36px !important; }
  .form-row { grid-template-columns: 1fr !important; }

  /* PROCESS PAGE BIG NUMBERS */
  .big-step { grid-template-columns: 1fr !important; gap: 12px; padding: 40px 0; }
  .big-step-num { font-size: 44px !important; }
  .big-step-title { font-size: 20px !important; }
  .detail-grid { grid-template-columns: 1fr !important; }
  .trust-items { grid-template-columns: repeat(2,1fr) !important; }

  /* COUNTRIES PAGE */
  .country-cards { grid-template-columns: 1fr !important; }
  .summary-table th:nth-child(4), .summary-table td:nth-child(4) { display: none; }
  .summary-table th:nth-child(3), .summary-table td:nth-child(3) { display: none; }

  /* CONTACT PAGE */
  .contact-form-box { padding: 24px 20px; border-radius: 10px; }
  .form-title { font-size: 19px; }
}

/* ── SMALL PHONES (≤ 390px) ───────────────────────────────────────── */
@media (max-width: 390px) {
  .hero h1 { font-size: 30px; }
  .stat-val { font-size: 20px; }
  .hero-trust { flex-direction: column; align-items: center; gap: 10px; }
  .stats-row { grid-template-columns: 1fr 1fr; }
}

