@font-face {
    font-family: 'Domaine Display';
    src: url('/fonts/domaine-display-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Domaine Text';
    src: url('/fonts/domaine-text-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Domaine Text';
    src: url('/fonts/domaine-text-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  :root {
    --dark: #000000;
    --dark-card: #1e1e1e;
    --light: #f8f8f3;
    --light-card: #f5eed8;
    --accent: #FF8C00;
    --text: #1a1a1a;
    --text-mid: #1a1a1a;
    --border: #e2ddd2;
    --white: #fefefe;
    --font: 'Domaine Text', Georgia, serif;
    --font-display: 'Domaine Display', Georgia, serif;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--font);
    font-weight: 400;
    font-style: normal;
    background: var(--light);
    color: var(--text);
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 3.5rem; height: 90px;
    background: rgba(248,248,243,0.97);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
  }
  .logo-block { display: flex; flex-direction: column; gap: 2px; text-decoration: none; }
  .logo-tagline { font-family: var(--font); font-size: 11px; font-weight: 400; color: #1a1a1a; opacity: 1; letter-spacing: 0.01em; }
  .logo { display: flex; align-items: center; text-decoration: none; }
  .logo-word {
    font-family: var(--font-display);
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: var(--text);
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: baseline;
    line-height: 1;
  }
  .logo-dot-el {
    display: inline-block;
    width: 0.5ex;
    height: 0.5ex;
    background: var(--accent);
    border-radius: 50%;
    vertical-align: baseline;
    position: relative;
    bottom: 0;
    margin: 0 0.08em;
    flex-shrink: 0;
  }
  .logo-word-light { color: #fff; }
  .nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; justify-content: center; }
  .nav-links a {
    font-family: var(--font);
    font-size: 15px; font-weight: 700;
    color: #1a1a1a; text-decoration: none;
    text-transform: lowercase; letter-spacing: 0.02em;
    transition: color 0.15s;
  }
  .nav-links a:hover { color: var(--accent); }
  /* SHARED */
  .wrap { max-width: 1320px; margin: 0 auto; padding: 0 3.5rem; }
  h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(3.3rem, 5.7vw, 4.8rem);
    line-height: 1.1;
    color: var(--text); margin-bottom: 40px;
    letter-spacing: -0.01em;
  }
  h2 .label-prefix {
    color: var(--accent); display: block;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(3.3rem, 5.7vw, 4.8rem);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 0;
  }
  .body { font-family: var(--font); font-weight: 400; font-size: 19px; color: var(--text); line-height: 1.6; }
  .body strong { color: var(--text); font-weight: 700; }
  .accent-text { color: var(--accent); }
  .btn {
    display: inline-block;
    font-family: var(--font);
    font-size: 19px; font-weight: 700;
    background: var(--accent); color: var(--white);
    padding: 0.65rem 1.4rem; text-decoration: none;
    border: none; cursor: pointer; border-radius: 4px;
    transition: background 0.15s;
  }
  .btn:hover { background: #e07800; }
  .link { font-size: 19px; font-weight: 700; color: var(--text); text-decoration: none; }
  .link:hover { text-decoration: underline; }
  .dark .link { color: #fff; }
  .dark .link:hover { color: #fff; }
  .card-block {
    background: var(--light-card); border-radius: 6px;
    padding: 20px 24px; margin-bottom: 10px;
  }
  .card-block p { font-size: 19px; color: var(--text); line-height: 1.6; }
  .card-block-dark {
    background: var(--dark-card); border-radius: 6px;
    padding: 20px 24px; margin-bottom: 10px;
  }
  .card-block-dark p { font-family: var(--font); font-weight: 400; font-size: 19px; color: #fff; line-height: 1.6; }
  .dark { background: var(--dark); }
  .dark h2 { color: #fff; }
  .dark h2 .label-prefix { color: var(--accent); }
  .dark .body { color: #fff; }

  /* ===================== HERO ===================== */
  .hero {
    background: var(--dark); padding: 150px 0 80px;
    position: relative; overflow: hidden;
  }
  .hero .wrap { position: relative; z-index: 2; }
  .hero-eyebrow {
    font-family: var(--font);
    font-size: 19px; font-weight: 700;
    color: var(--accent); letter-spacing: 0.06em;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-family: var(--font-display);
    font-size: clamp(4.2rem, 7.5vw, 6.3rem);
    font-weight: 700; line-height: 1.08;
    color: #fff; margin-bottom: 16px;
    max-width: 20ch; letter-spacing: -0.01em;
  }
  .hero .body {
    color: #fff;
    margin-top: 40px; margin-bottom: 40px; max-width: 52ch; font-size: 19px;
  }
  .hero-form {
    display: flex; max-width: 600px; margin-bottom: 14px;
  }
  .hero-form input {
    flex: 1; padding: 0.9rem 1.2rem;
    font-family: var(--font); font-size: 19px;
    border: none; background: rgba(245,240,218,0.18);
    color: #fff; outline: none; border-radius: 4px 0 0 4px;
  }
  .hero-form input::placeholder { color: #fff; }
  .hero-form select {
    padding: 0.9rem 1rem;
    font-family: var(--font); font-size: 19px;
    border: none; border-left: 1px solid rgba(255,255,255,0.15);
    background: rgba(245,240,218,0.18);
    color: rgba(255,255,255,0.7); outline: none; cursor: pointer;
  }
  .hero-form .btn { border-radius: 0 4px 4px 0; padding: 0.9rem 1.6rem; font-size: 19px; }
  .hero-note { font-size: 19px; color: rgba(255,255,255,0.85); }
  .hero-wp-link {
    display: inline-block; margin-top: 16px;
    font-size: 19px; font-weight: 700; color: var(--accent);
    text-decoration: none; border-bottom: 1px solid var(--accent);
    padding-bottom: 2px; transition: color 0.15s, border-color 0.15s;
  }
  .hero-wp-link:hover { color: #fff; border-color: #fff; }

  /* ===================== DEFICIT ===================== */
  .deficit { padding: 80px 0; }
  .deficit-grid {
    display: grid; grid-template-columns: 1.1fr 0.9fr;
    gap: 50px; align-items: start;
  }
  .deficit-grid .body { margin-bottom: 16px; }
  .deficit-grid .body strong { font-weight: 700; }
  .deficit-grid .closer {
    font-family: var(--font);
    font-size: 19px; font-weight: 700; color: var(--text); margin-top: 8px;
  }
  .stat-block { margin-top: 8px; }
  .stat-item {
    background: var(--light-card); border-radius: 6px;
    padding: 28px 32px; margin-bottom: 10px;
  }
  .stat-num {
    font-family: var(--font-display);
    font-size: 2.6rem; font-weight: 700; color: var(--text);
    white-space: nowrap; margin-bottom: 6px; line-height: 1.1;
  }
  .stat-num.red { color: var(--accent); }
  .stat-text { font-size: 19px; color: var(--text); line-height: 1.5; }

  /* ===================== PLATFORM ===================== */
  .platform { padding: 80px 0; }
  .platform-header { margin-bottom: 36px; }
  .platform-header .body { max-width: 60ch; margin-top: 0; margin-bottom: 40px; }
  .platform-header .dark-body { font-family: var(--font); font-weight: 400; color: #fff; max-width: 60ch; margin-top: 0; margin-bottom: 40px; font-size: 19px; line-height: 1.6; }
  .pillar-grid {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-top: 40px;
  }
  .pillar-card {
    background: var(--dark-card); border-radius: 6px; padding: 2.5rem 2rem;
  }
  .pillar-card h3 {
    font-family: var(--font);
    font-size: 19px; font-weight: 700; color: #fff;
    margin-bottom: 10px; line-height: 1.2;
  }
  .pillar-card p {
    font-family: var(--font); font-weight: 400;
    font-size: 19px; color: #fff; line-height: 1.6;
  }

  /* ===================== HOW IT WORKS ===================== */
  .how { padding: 80px 0; }
  .how-header { margin-bottom: 28px; }
  .tabs {
    display: flex; gap: 0; margin-bottom: 32px;
    border-bottom: 2px solid var(--border);
  }
  .tab {
    font-family: var(--font);
    font-size: 15px; font-weight: 700;
    letter-spacing: 0.02em; text-transform: lowercase;
    padding: 12px 28px; cursor: pointer;
    color: var(--text); background: none;
    border: none; border-bottom: 3px solid transparent;
    margin-bottom: -2px; transition: all 0.15s;
  }
  .tab.active { color: var(--text); border-bottom-color: var(--accent); }
  .tab:hover { color: var(--text); }
  .tab-panel { display: none; }
  .tab-panel.active {
    display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: start;
  }
  .steps-list { display: flex; flex-direction: column; gap: 0; }
  .step-item {
    display: grid; grid-template-columns: 4.5rem 1fr;
    gap: 12px; padding: 20px 0;
    border-bottom: 1px solid var(--border); align-items: baseline;
  }
  .step-item:first-child { border-top: 1px solid var(--border); }
  .step-num-tab {
    font-family: var(--font-display);
    font-size: 19px; font-weight: 700;
    color: var(--accent);
  }
  .step-item h3 {
    font-family: var(--font);
    font-size: 29px; font-weight: 700; color: var(--text);
    margin-bottom: 8px; line-height: 1.15;
  }
  .step-item p { font-family: var(--font); font-weight: 400; font-size: 19px; color: var(--text); line-height: 1.6; }
  .tab-sidebar {
    background: var(--dark); border-radius: 6px; padding: 2.5rem;
  }
  .tab-sidebar-label {
    font-family: var(--font);
    font-size: 19px; font-weight: 700; color: var(--accent);
    margin-bottom: 14px;
  }
  .tab-sidebar-quote {
    font-family: var(--font);
    font-size: 19px; font-weight: 400; color: #fff;
    line-height: 1.45; margin-bottom: 16px;
  }
  .tab-sidebar-text {
    font-family: var(--font); font-weight: 400;
    font-size: 19px; color: #fff; line-height: 1.6;
    margin-bottom: 16px;
  }
  .tab-sidebar-link {
    font-size: 19px; font-weight: 700; color: var(--accent);
    text-decoration: none; border-bottom: 1px solid var(--accent);
    padding-bottom: 2px;
  }
  .guarantees-block { margin-top: 24px; }
  .guarantees-block .card-grid,
  .features-block .card-grid {
    display: grid; gap: 10px;
  }
  .guarantees-block .card-grid { grid-template-columns: repeat(5, 1fr); }
  .features-block .card-grid { grid-template-columns: repeat(4, 1fr); }
  .guarantees-block .card-grid .gcard,
  .features-block .card-grid .gcard {
    background: var(--light-card); border-radius: 6px;
    padding: 2.5rem 1.5rem;
    font-size: 19px; color: var(--text); line-height: 1.6;
  }
  .guarantees-block .card-grid .gcard strong,
  .features-block .card-grid .gcard strong {
    font-weight: 700; display: block; margin-bottom: 6px;
    font-size: 29px; color: #FF8C00;
  }
  .features-block { margin-top: 24px; }
  .tab-extras { margin-top: 32px; }

  /* ===================== COUNTRIES ===================== */
  .countries { padding: 80px 0; }
  .countries h2 { color: #fff; }
  .countries .body { color: #fff; margin-bottom: 30px; max-width: 52ch; }
  .wave-label {
    font-size: 19px; font-weight: 700; color: var(--accent);
    margin-top: 40px; margin-bottom: 14px;
  }
  .all-flags {
    display: grid; grid-template-columns: repeat(9, 1fr); gap: 10px;
    margin-top: 40px; margin-bottom: 20px;
  }
  .all-flags a {
    background: var(--dark-card); border-radius: 6px;
    padding: 14px 8px; text-align: center;
    text-decoration: none; display: block; transition: background 0.15s;
    opacity: 0.7;
  }
  .all-flags a:hover { background: #3a3a42; opacity: 1; }
  .all-flags a.active { opacity: 1; background: #3a3a42; }
  .all-flags .emoji { font-size: 2rem; display: block; margin-bottom: 4px; }
  .all-flags .name { font-size: 0.75rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.03em; }
  .countries-note {
    text-align: center; font-size: 19px;
    color: #fff; margin-top: 16px;
  }

  /* ===================== CHARTER ===================== */
  .charter { padding: 80px 0; }
  .charter h2 { margin-bottom: 40px; }
  .charter .body { margin-top: 0; margin-bottom: 40px; max-width: 56ch; }
  .charter-cards {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-top: 40px;
  }
  .charter-card {
    background: var(--light-card); border-radius: 6px; padding: 2.5rem;
  }
  .charter-card h3 {
    font-family: var(--font);
    font-size: 19px; font-weight: 700; color: var(--text);
    margin-bottom: 8px; line-height: 1.25;
  }
  .charter-card p { font-family: var(--font); font-weight: 400; font-size: 19px; color: var(--text); line-height: 1.6; }

  /* ===================== SOVEREIGNTY ===================== */
  .sovereignty { padding: 80px 0; }
  .sovereignty h2 { color: #fff; margin-bottom: 10px; }
  .sovereignty .body { color: #fff; margin-top: 40px; margin-bottom: 40px; max-width: 56ch; }
  .sov-cards {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-top: 40px;
  }
  .sov-card {
    background: var(--dark-card); border-radius: 6px; padding: 2.5rem;
  }
  .sov-card h3 {
    font-family: var(--font);
    font-size: 19px; font-weight: 700; color: #fff;
    margin-bottom: 8px; line-height: 1.25;
  }
  .sov-card p { font-family: var(--font); font-weight: 400; font-size: 19px; color: #fff; line-height: 1.6; }

  /* ===================== THE CASE ===================== */
  .thecase { padding: 80px 0; background: var(--light); }
  .thecase-quote {
    font-family: var(--font);
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 700; line-height: 1.35;
    color: var(--text); max-width: 50ch;
    margin-bottom: 40px;
  }
  .thecase-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px;
  }
  .thecase-card {
    background: var(--light-card); border-radius: 6px; padding: 2.5rem;
  }
  .thecase-card h3 {
    font-family: var(--font);
    font-size: 19px; font-weight: 700; color: var(--text);
    margin-bottom: 10px; line-height: 1.3;
  }
  .thecase-card p { font-family: var(--font); font-weight: 400; font-size: 19px; color: var(--text); line-height: 1.6; }

  /* ===================== DATA ACCESS ===================== */
  .data-access { padding: 80px 0; }
  .data-access h2 { color: #fff; }
  .data-access .body { color: #fff; margin-bottom: 16px; max-width: 56ch; }
  .data-access .body strong { color: #fff; font-weight: 700; }
  .data-access .link { color: var(--accent); text-decoration: none; font-weight: 700; font-size: 19px; }
  .da-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
    margin: 40px 0;
  }
  .da-card {
    background: var(--dark-card); border-radius: 6px; padding: 2.5rem;
  }
  .da-card h3 {
    font-family: var(--font-display);
    font-size: 29px; font-weight: 700; color: var(--accent);
    margin-bottom: 8px;
  }
  .da-card p { font-family: var(--font); font-weight: 400; font-size: 19px; color: #fff; line-height: 1.6; }

  /* ===================== CTA ===================== */
  .cta-banner {
    background: var(--light); padding: 64px 0; text-align: center;
  }
  .cta-banner h2 {
    color: var(--text); max-width: 22ch;
    margin: 0 auto 40px;
    font-size: clamp(3.3rem, 5.7vw, 4.8rem);
  }
  .cta-banner h2 .accent-word { color: var(--accent); }
  .cta-banner .body {
    color: var(--text);
    max-width: 44ch; margin: 0 auto 24px;
  }
  .cta-form {
    display: flex; max-width: 440px; margin: 0 auto 12px;
  }
  .cta-form input {
    flex: 1; padding: 0.65rem 1rem;
    font-family: var(--font); font-size: 19px;
    border: 1px solid var(--border);
    background: var(--white); color: var(--text);
    outline: none; border-radius: 4px 0 0 4px;
  }
  .cta-form input::placeholder { color: var(--text); }
  .cta-form select {
    padding: 0.65rem 0.6rem;
    font-family: var(--font); font-size: 19px;
    border: 1px solid var(--border); border-left: none;
    background: var(--white); color: var(--text);
    outline: none; cursor: pointer;
  }
  .cta-form .btn { border-radius: 0 4px 4px 0; padding: 0.65rem 1rem; }
  .cta-note { font-size: 19px; color: var(--text); margin-top: 8px; }

  /* ===================== FOOTER ===================== */
  footer {
    background: var(--light); padding: 48px 0 24px;
    border-top: 1px solid var(--border);
  }
  .footer-top {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 8px;
  }
  .footer-brand { display: flex; align-items: center; }
  .footer-tagline {
    font-size: 19px; color: var(--text); line-height: 1.5;
    margin-bottom: 28px; padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
  }
  .footer-social {
    display: flex; align-items: center; gap: 14px;
  }
  .footer-social a {
    display: flex; align-items: center; justify-content: center;
    width: 32px; height: 32px;
    color: var(--text); transition: color 0.15s;
  }
  .footer-social a:hover { color: var(--text); }
  .footer-social svg { width: 18px; height: 18px; fill: currentColor; }
  .footer-columns {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    gap: 40px; margin-bottom: 32px;
  }
  .footer-col-label {
    font-family: var(--font);
    font-size: 19px; color: var(--text);
    font-weight: 700;
    margin-bottom: 10px;
  }
  .footer-col a {
    font-size: 19px; color: var(--text);
    text-decoration: none; display: block; margin-bottom: 4px;
    line-height: 1.5;
    transition: color 0.15s;
  }
  .footer-col a:hover { color: var(--text); }
  .footer-col a.inactive { opacity: 0.35; pointer-events: none; cursor: default; }
  .footer-col p {
    font-size: 19px; color: var(--text);
    line-height: 1.5; margin-bottom: 4px;
  }
  .footer-legal {
    display: flex; gap: 20px; flex-wrap: wrap;
    padding-top: 20px; border-top: 1px solid var(--border);
  }
  .footer-legal span { font-size: 19px; color: var(--text); }

  /* ===================== PAGE HERO (subpages) ===================== */
  .page-hero {
    background: #2d2d35;
    padding: 140px 0 72px;
  }
  .page-hero-label {
    font-family: var(--font);
    font-size: 29px; font-weight: 700;
    color: var(--accent); margin-bottom: 20px;
  }
  .page-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 5.5vw, 4.8rem);
    font-weight: 700; line-height: 1.08;
    color: #fff; max-width: 22ch;
    letter-spacing: -0.01em; margin-bottom: 0;
  }
  .page-hero .body { color: rgba(255,255,255,0.85); margin-top: 40px; max-width: 58ch; }
  .page-hero .body strong { color: #fff; }
  .page-hero .body a { color: var(--accent); text-decoration: none; font-weight: 700; }

  /* ===================== CONTENT SECTIONS (how-it-works) ===================== */
  .content-section { padding: 72px 0; background: var(--light); }
  .content-section.dark { background: var(--dark); }
  .content-section:not(.dark) + .content-section:not(.dark) { border-top: 1px solid var(--border); }

  .section-grid {
    display: grid; grid-template-columns: 380px 1fr;
    gap: 56px; align-items: start;
  }
  .section-label {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 3.5vw, 3.2rem); font-weight: 700;
    color: var(--text); line-height: 1.2;
    position: sticky; top: 108px;
  }
  .dark .section-label { color: #fff; }

  .section-body { min-width: 0; }
  .section-body h3 {
    font-family: var(--font);
    font-size: 19px; font-weight: 700; color: var(--text);
    margin: 28px 0 8px; line-height: 1.3;
  }
  .section-body h3:first-child { margin-top: 0; }
  .dark .section-body h3 { color: #fff; }

  .section-body p {
    font-family: var(--font); font-weight: 400;
    font-size: 19px; color: var(--text); line-height: 1.6;
    margin-bottom: 12px;
  }
  .dark .section-body p { color: rgba(255,255,255,0.85); }
  .section-body strong { font-weight: 700; }
  .section-body a { color: var(--accent); text-decoration: none; font-weight: 700; }
  .section-body a:hover { text-decoration: underline; }

  .section-body ul { list-style: none; margin: 12px 0; }
  .section-body ul li {
    font-family: var(--font); font-weight: 400;
    font-size: 19px; color: var(--text); line-height: 1.65;
    padding: 12px 0; border-bottom: 1px solid var(--border);
  }
  .section-body ul li:first-child { border-top: 1px solid var(--border); }
  .dark .section-body ul li { color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.1); }

  .section-body .formula {
    background: var(--light-card); border-radius: 6px;
    padding: 20px 28px; margin: 20px 0;
    font-family: var(--font); font-size: 19px; font-weight: 700; color: var(--text);
    text-align: center;
  }
  .dark .section-body .formula { background: var(--dark-card); color: #fff; }

  /* LEVEL CARDS */
  .level-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; width: 100%; }
  .level-card { background: var(--light-card); border-radius: 6px; padding: 24px; }
  .dark .level-card { background: var(--dark-card); }
  .level-card .level-tag {
    font-family: var(--font-display);
    font-size: 1.4rem; font-weight: 700; color: var(--accent); margin-bottom: 4px;
  }
  .level-card .level-title {
    font-family: var(--font); font-size: 19px; font-weight: 700; color: var(--text); margin-bottom: 4px;
  }
  .dark .level-card .level-title { color: #fff; }
  .level-card .level-desc { font-family: var(--font); font-weight: 400; font-size: 19px; color: var(--text); line-height: 1.6; }
  .dark .level-card .level-desc { color: rgba(255,255,255,0.85); }

  /* TIER CARDS */
  .tier-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin: 20px 0; }
  .tier-card { background: var(--light-card); border-radius: 6px; padding: 24px; }
  .dark .tier-card { background: var(--dark-card); }
  .tier-card .tier-name {
    font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--accent); margin-bottom: 8px;
  }
  .tier-card p { font-family: var(--font); font-weight: 400; font-size: 19px; color: var(--text); line-height: 1.6; }
  .dark .tier-card p { color: rgba(255,255,255,0.85); }

  /* IS / IS NOT */
  .dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
  .dual-card { background: var(--light-card); border-radius: 6px; padding: 2.5rem; }
  .dark .dual-card { background: var(--dark-card); }
  .dual-card h3 {
    font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--text); margin-bottom: 12px;
  }
  .dark .dual-card h3 { color: #fff; }
  .dual-card h3.accent { color: var(--accent); }
  .dual-card p { font-family: var(--font); font-weight: 400; font-size: 19px; color: var(--text); line-height: 1.6; margin-bottom: 12px; }
  .dark .dual-card p { color: rgba(255,255,255,0.85); }

  /* NEXT STEPS */
  .next-steps { padding: 72px 0; text-align: center; background: var(--light); }
  .next-steps h2 { margin-bottom: 40px; }
  .next-links { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; max-width: 1000px; margin: 0 auto; }
  .next-link { background: var(--light-card); border-radius: 6px; padding: 24px 16px; text-decoration: none; transition: background 0.15s; }
  .next-link:hover { background: var(--border); }
  .next-link .nl-title { font-family: var(--font); font-size: 19px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
  .next-link .nl-desc { font-family: var(--font); font-size: 19px; font-weight: 400; color: var(--text); line-height: 1.5; }

  /* ===================== FAQ PAGE ===================== */
  .faq-section-nav {
    background: var(--light);
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
    position: sticky; top: 78px; z-index: 50;
  }
  .faq-section-nav-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 3.5rem;
  }
  .faq-section-nav a {
    font-family: var(--font); font-size: 17px; font-weight: 700;
    color: var(--text); text-decoration: none;
    padding: 20px 16px; text-align: center;
    background: var(--light-card);
    border-radius: 6px;
    transition: background 0.15s;
    display: block;
  }
  .faq-section-nav a:hover { background: var(--border); }

  .faq-block { padding: 64px 0; background: var(--light); }
  .faq-block.dark { background: #2d2d35; }
  .faq-block + .faq-block { border-top: 1px solid var(--border); }
  .faq-block.dark + .faq-block { border-top: none; }
  .faq-block.dark + .faq-block.dark { border-top: 1px solid rgba(255,255,255,0.08); }

  .faq-block-label {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 3.5vw, 3.2rem);
    font-weight: 700; color: var(--text);
    margin-bottom: 40px; line-height: 1.1;
  }
  .dark .faq-block-label { color: #fff; }

  .qa-item { padding: 16px 0; border-bottom: 1px solid var(--border); }
  .qa-item:first-of-type { border-top: 1px solid var(--border); }
  .dark .qa-item { border-color: rgba(255,255,255,0.1); }

  .qa-question {
    font-family: var(--font); font-size: 19px; font-weight: 700;
    color: var(--text); cursor: pointer;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
  }
  .dark .qa-question { color: #fff; }
  .qa-question::after {
    content: '+'; font-size: 1.5rem; font-weight: 300;
    color: var(--accent); flex-shrink: 0; transition: transform 0.2s;
  }
  .qa-item.open .qa-question::after { content: '−'; }

  .qa-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
  .qa-item.open .qa-answer { max-height: 800px; padding-top: 16px; }
  .qa-answer p { font-family: var(--font); font-weight: 400; font-size: 19px; color: var(--text); line-height: 1.65; margin-bottom: 8px; }
  .dark .qa-answer p { color: rgba(255,255,255,0.8); }
  .qa-answer a { color: var(--accent); text-decoration: none; font-weight: 700; }

  .faq-bottom { padding: 64px 0; text-align: center; background: var(--light); }
  .faq-bottom p { font-family: var(--font); font-size: 19px; color: var(--text); line-height: 1.75; margin-bottom: 8px; }
  .faq-bottom a { color: var(--accent); text-decoration: none; font-weight: 700; }

  /* ===================== ANIMATIONS ===================== */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero-eyebrow { animation: fadeUp 0.4s 0.05s both; }
  .hero h1 { animation: fadeUp 0.4s 0.12s both; }
  .hero .body { animation: fadeUp 0.4s 0.2s both; }
  .hero-form { animation: fadeUp 0.4s 0.28s both; }
  .hero-note { animation: fadeUp 0.4s 0.35s both; }

  /* ===================== RESPONSIVE ===================== */
  @media (max-width: 960px) {
    nav { padding: 0 1.5rem; }
    .nav-links { display: none; }
    .wrap { padding: 0 1.5rem; }
    .hero { padding: 110px 0 50px; }
    .hero h1 { font-size: 2.8rem; }
    .hero-form { flex-direction: column; }
    .hero-form input { border-radius: 4px 4px 0 0; }
    .hero-form select { border-left: 1px solid rgba(255,255,255,0.2); border-radius: 0; }
    .hero-form .btn { border-radius: 0 0 4px 4px; }
    .deficit-grid { grid-template-columns: 1fr; gap: 28px; }
    .pillar-grid { grid-template-columns: 1fr; }
    .tab-panel.active { grid-template-columns: 1fr; }
    .charter-cards, .sov-cards { grid-template-columns: 1fr; }
    .thecase-grid { grid-template-columns: 1fr; }
    .all-flags { grid-template-columns: repeat(5, 1fr); }
    .da-grid { grid-template-columns: 1fr; }
    .footer-top { flex-direction: column; gap: 16px; align-items: flex-start; }
    .footer-columns { grid-template-columns: 1fr; gap: 28px; }
    .footer-social { flex-wrap: wrap; }
    h2 { font-size: 2.2rem; }
    .deficit, .platform, .how, .countries, .charter, .sovereignty, .thecase, .data-access { padding: 50px 0; }
    .guarantees-block .card-grid,
    .features-block .card-grid { grid-template-columns: 1fr; }
    .cta-form { flex-direction: column; }
    .cta-form select { border-left: 1px solid var(--border); border-radius: 0; }
    .cta-form .btn { border-radius: 0 0 4px 4px; }
    .stat-num { min-width: auto; }
    .tabs { overflow-x: auto; }
    body { font-size: 16px; }
    .page-hero { padding: 110px 0 48px; }
    .page-hero h1 { font-size: 2.6rem; }
    .section-grid { grid-template-columns: 1fr; gap: 16px; }
    .section-label { position: static; font-size: 1.8rem; }
    .level-grid, .tier-grid, .dual-grid { grid-template-columns: 1fr; }
    .next-links { grid-template-columns: 1fr 1fr; }
    .content-section { padding: 48px 0; }
    .next-steps { padding: 48px 0; }
    .faq-block { padding: 48px 0; }
    .faq-block-label { font-size: 2rem; }
    .faq-section-nav { top: 54px; }
  }

