
  :root {
    --emerald-black: #061a15;
    --emerald-deep: #0b2922;
    --emerald: #10403a;
    --emerald-mid: #1a5c4f;
    --gold: #c6a24e;
    --gold-bright: #d4b362;
    --gold-pale: #e2cc8a;
    --gold-dim: rgba(198, 162, 78, 0.55);
    --ivory: #f7f3ea;
    --ivory-warm: #eee8d8;
    --cream: #faf8f2;
    --obsidian: #060d0b;
    --charcoal: #1c1f1e;
    --slate: #4a4f4d;
    --muted: #8a8d84;
    --whatsapp: #25d366;
    --whatsapp-hover: #1da851;
    --line: rgba(198, 162, 78, 0.16);
    --line-med: rgba(198, 162, 78, 0.3);
    --line-strong: rgba(198, 162, 78, 0.5);
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

  body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: var(--cream);
    color: var(--charcoal);
    line-height: 1.65;
    overflow-x: hidden;
  }

  ::selection { background: var(--gold); color: var(--emerald-black); }

  /* ═══ UTILITIES ═══ */
  .serif { font-family: 'Playfair Display', serif; }
  .container { max-width: 1240px; margin: 0 auto; width: 100%; }

  .reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.9s cubic-bezier(0.23, 1, 0.32, 1), transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .reveal.v { opacity: 1; transform: translateY(0); }

  /* ═══════════════════ NAVIGATION ═══════════════════ */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 200;
    padding: 22px 56px;
    display: flex; justify-content: space-between; align-items: center;
    background: rgba(6, 26, 21, 0.97);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    transition: padding 0.45s ease;
  }
  nav.compact { padding: 13px 56px; }

  .brand {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
  }
  .brand-logo {
    display: block;
    height: 36px;
    width: auto;
    flex-shrink: 0;
  }
  .brand-logo svg {
    display: block;
    height: 100%;
    width: auto;
  }
  .footer-logo {
    display: block;
    max-width: 340px;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .footer-logo svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
  }
  .brand-text .brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #f7f3ea;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .brand-text .brand-tag {
    font-size: 8.5px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #c6a24e;
    margin-top: 4px;
    font-weight: 400;
  }

  .nav-right { display: flex; gap: 28px; align-items: center; }
  .nav-link {
    color: rgba(247, 243, 234, 0.7); text-decoration: none;
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    font-weight: 400; transition: color 0.3s;
  }
  .nav-link:hover { color: var(--gold); }

  .nav-wa {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 20px;
    background: var(--whatsapp); color: #fff !important;
    border-radius: 2px;
    font-weight: 500 !important; font-size: 11px !important; letter-spacing: 0.15em !important;
    transition: background 0.3s;
  }
  .nav-wa:hover { background: var(--whatsapp-hover); }

  .nav-lang {
    padding: 8px 14px !important;
    border: 1px solid var(--line-med) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 0.08em !important;
    color: var(--gold) !important;
    transition: all 0.3s !important;
  }
  .nav-lang:hover {
    border-color: var(--gold) !important;
    background: rgba(198, 162, 78, 0.08);
  }

  .mobile-menu { display: none; cursor: pointer; padding: 8px; }
  .mobile-menu span {
    display: block; width: 22px; height: 1px; background: var(--ivory);
    margin: 5px 0; transition: all 0.3s;
  }

  /* ═══════════════════ HERO ═══════════════════ */
  .hero {
    min-height: 100vh;
    background: linear-gradient(150deg, var(--obsidian) 0%, var(--emerald-black) 30%, var(--emerald-deep) 70%, var(--emerald) 100%);
    position: relative;
    display: flex; align-items: center;
    padding: 160px 56px 100px;
    overflow: hidden;
  }

  .hero-texture {
    position: absolute; inset: 0; pointer-events: none;
    background-image:
      radial-gradient(ellipse at 10% 90%, rgba(198, 162, 78, 0.12), transparent 50%),
      radial-gradient(ellipse at 90% 20%, rgba(198, 162, 78, 0.07), transparent 45%);
  }

  .hero-pattern {
    position: absolute; inset: 0; pointer-events: none; opacity: 0.22;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='none' stroke='%23c6a24e' stroke-width='0.3'%3E%3Ccircle cx='50' cy='50' r='35'/%3E%3Cpath d='M50 15 L50 85 M15 50 L85 50'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 220px;
  }

  .hero-grid {
    max-width: 1240px; margin: 0 auto; width: 100%;
    display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 80px;
    align-items: center;
    position: relative; z-index: 3;
  }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 12px;
    margin-bottom: 32px;
    font-size: 10px; letter-spacing: 0.45em; text-transform: uppercase;
    color: var(--gold); font-weight: 500;
  }
  .hero-badge::before { content: ''; width: 32px; height: 1px; background: var(--gold); }

  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 5.2vw, 72px);
    font-weight: 400; color: var(--ivory);
    line-height: 1.08; letter-spacing: -0.02em;
    margin-bottom: 28px;
  }
  .hero h1 em { color: var(--gold-bright); font-style: italic; }

  .hero-lead {
    font-size: 18px; color: rgba(247, 243, 234, 0.82);
    line-height: 1.6; max-width: 580px;
    margin-bottom: 36px;
  }
  .hero-lead strong { color: var(--gold-bright); font-weight: 500; }

  .hero-checks {
    list-style: none; display: grid; gap: 13px;
    margin-bottom: 44px;
  }
  .hero-checks li {
    display: flex; align-items: start; gap: 14px;
    color: rgba(247, 243, 234, 0.88); font-size: 15px;
  }
  .hero-checks li svg { flex-shrink: 0; margin-top: 3px; color: var(--gold); }
  .hero-checks li strong { font-weight: 500; color: var(--ivory); }

  .hero-ctas { display: flex; gap: 20px; flex-wrap: wrap; }

  .wa-btn {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 19px 32px; background: var(--whatsapp); color: #fff;
    text-decoration: none; font-size: 12px; letter-spacing: 0.2em;
    text-transform: uppercase; font-weight: 600;
    transition: all 0.35s;
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.3);
  }
  .wa-btn:hover {
    background: var(--whatsapp-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(37, 211, 102, 0.4);
  }

  .text-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 19px 4px; color: var(--ivory); text-decoration: none;
    font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
    font-weight: 300; border-bottom: 1px solid rgba(247, 243, 234, 0.25);
    transition: all 0.3s; background: none;
  }
  .text-btn:hover { color: var(--gold); border-color: var(--gold); }

  /* Hero summary panel */
  .summary-panel {
    background: rgba(11, 41, 34, 0.55);
    border: 1px solid var(--line-med);
    backdrop-filter: blur(12px);
    padding: 0;
    position: relative;
  }
  .summary-panel::before {
    content: ''; position: absolute;
    top: -1px; left: -1px; width: 44px; height: 44px;
    border-top: 2px solid var(--gold); border-left: 2px solid var(--gold);
  }
  .summary-panel::after {
    content: ''; position: absolute;
    bottom: -1px; right: -1px; width: 44px; height: 44px;
    border-bottom: 2px solid var(--gold); border-right: 2px solid var(--gold);
  }

  .sp-head {
    padding: 24px 32px;
    border-bottom: 1px solid var(--line);
    font-size: 10px; letter-spacing: 0.35em; text-transform: uppercase;
    color: var(--gold); text-align: center; font-weight: 500;
  }

  .sp-row {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 18px 32px;
    border-bottom: 1px solid var(--line);
  }
  .sp-row:last-child { border-bottom: none; }

  .sp-label {
    font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(247, 243, 234, 0.55);
  }
  .sp-value {
    font-family: 'Playfair Display', serif; font-size: 24px;
    color: var(--gold-bright); font-weight: 500; line-height: 1;
  }
  .sp-value small {
    font-size: 12px; color: rgba(247, 243, 234, 0.5);
    font-family: 'DM Sans', sans-serif; font-weight: 300;
    margin-left: 4px; letter-spacing: 0.03em;
  }

  /* ═══════════════════ SECTION SYSTEM ═══════════════════ */
  section { padding: 130px 56px; }

  .s-head {
    text-align: center; margin-bottom: 72px;
  }
  .s-label {
    display: inline-block;
    font-size: 10px; letter-spacing: 0.45em; text-transform: uppercase;
    color: var(--gold); font-weight: 500;
    padding: 6px 0;
    border-top: 1px solid var(--line-med);
    border-bottom: 1px solid var(--line-med);
    margin-bottom: 28px;
  }
  .s-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 4.5vw, 56px);
    font-weight: 400; line-height: 1.12;
    margin-bottom: 20px;
  }
  .s-title em { font-style: italic; color: var(--gold); }
  .s-desc {
    max-width: 680px; margin: 0 auto;
    font-size: 17px; color: var(--charcoal); opacity: 0.72; line-height: 1.7;
  }

  /* ═══════════════════ 2 · HOW IT WORKS ═══════════════════ */
  .how { background: var(--cream); }

  .steps {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 0; border-top: 1px solid var(--line-med);
  }

  .step {
    padding: 44px 24px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line-med);
    transition: background 0.4s;
    position: relative;
  }
  .step:last-child { border-right: none; }
  .step:hover { background: var(--ivory-warm); }

  .step-n {
    font-family: 'Playfair Display', serif;
    font-size: 48px; font-weight: 400; font-style: italic;
    color: var(--gold); line-height: 1;
    margin-bottom: 20px;
  }

  .step-time {
    display: inline-block; font-size: 9px; letter-spacing: 0.28em;
    text-transform: uppercase; color: var(--gold);
    padding: 4px 10px; border: 1px solid var(--line-med);
    margin-bottom: 14px;
  }

  .step h4 {
    font-family: 'Playfair Display', serif;
    font-size: 22px; font-weight: 500;
    color: var(--emerald-deep); margin-bottom: 12px; line-height: 1.25;
  }

  .step p {
    font-size: 14px; color: var(--slate); line-height: 1.65;
  }

  .timeline-note {
    text-align: center; margin-top: 48px;
    font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--muted);
  }
  .timeline-note strong { color: var(--emerald-deep); font-weight: 600; }

  /* ═══════════════════ 3 · WHAT YOU GET ═══════════════════ */
  .outcomes {
    background: var(--emerald-black); color: var(--ivory);
  }
  .outcomes .s-title { color: var(--ivory); }
  .outcomes .s-desc { color: rgba(247, 243, 234, 0.65); }

  .outcome-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid var(--line); border-left: 1px solid var(--line);
  }

  .outcome {
    padding: 36px 32px;
    border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
    display: grid; grid-template-columns: 48px 1fr; gap: 20px;
    align-items: start; transition: background 0.4s;
  }
  .outcome:hover { background: rgba(16, 64, 58, 0.35); }

  .outcome-icon {
    width: 48px; height: 48px;
    border: 1px solid var(--line-med);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
  }

  .outcome h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px; font-weight: 500;
    color: var(--ivory); margin-bottom: 8px; line-height: 1.3;
  }

  .outcome p {
    font-size: 14px; color: rgba(247, 243, 234, 0.65); line-height: 1.6;
  }

  /* mid-CTA */
  .mid-cta {
    text-align: center;
    padding: 56px 32px;
    border-top: 1px solid var(--line);
    margin-top: 0;
  }
  .mid-cta p {
    font-family: 'Playfair Display', serif;
    font-size: 20px; font-style: italic;
    color: rgba(247, 243, 234, 0.6);
    margin-bottom: 28px;
  }

  /* ═══════════════════ 4 · INVESTMENT ═══════════════════ */
  .invest { background: var(--ivory-warm); position: relative; }
  .invest::before {
    content: ''; position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M0 0 L50 50 M50 0 L0 50' stroke='%230b2922' stroke-width='0.25' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
  }

  .invest-layout {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 72px; align-items: center; position: relative;
  }

  .invest-visual {
    text-align: center; padding: 56px 40px;
    background: var(--emerald-deep); color: var(--ivory);
    position: relative;
  }
  .invest-visual::before {
    content: ''; position: absolute; inset: 12px;
    border: 1px solid var(--gold); pointer-events: none;
  }

  .invest-label {
    font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 16px; position: relative;
  }
  .invest-amount {
    font-family: 'Playfair Display', serif;
    font-size: clamp(64px, 9vw, 110px); font-weight: 400;
    color: var(--gold-bright); line-height: 1;
    margin-bottom: 12px; position: relative;
  }
  .invest-sub {
    font-size: 13px; color: rgba(247, 243, 234, 0.6);
    letter-spacing: 0.08em; position: relative;
  }

  .invest-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 34px; font-weight: 400;
    color: var(--emerald-deep); line-height: 1.2; margin-bottom: 24px;
  }
  .invest-content h3 em { font-style: italic; color: var(--gold); }

  .invest-points {
    list-style: none; display: grid; gap: 20px;
  }
  .invest-points li {
    display: grid; grid-template-columns: 24px 1fr; gap: 16px;
    padding-bottom: 20px; border-bottom: 1px solid var(--line-med);
    align-items: start;
  }
  .invest-points li:last-child { border-bottom: none; padding-bottom: 0; }

  .invest-points .idx {
    font-family: 'Playfair Display', serif; font-style: italic;
    color: var(--gold); font-size: 16px;
  }
  .invest-points strong {
    display: block; font-size: 16px; font-weight: 500;
    color: var(--emerald-deep); margin-bottom: 4px;
  }
  .invest-points span {
    font-size: 14px; color: var(--slate); line-height: 1.6;
  }

  /* ═══════════════════ 5 · WHY BULGARIA ═══════════════════ */
  .why-bg {
    background: var(--emerald-deep); color: var(--ivory);
    position: relative; overflow: hidden;
  }
  .why-bg::before {
    content: ''; position: absolute; top: -220px; right: -220px;
    width: 500px; height: 500px; border: 1px solid var(--line-med);
    border-radius: 50%; pointer-events: none;
  }
  .why-bg .s-title { color: var(--ivory); }
  .why-bg .s-desc { color: rgba(247, 243, 234, 0.6); }

  .why-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1px; background: var(--line-med);
    border: 1px solid var(--line-med);
    position: relative; z-index: 2;
  }

  .why-item {
    background: var(--emerald-deep); padding: 44px 28px;
    transition: background 0.4s;
  }
  .why-item:hover { background: var(--emerald); }

  .why-big {
    font-family: 'Playfair Display', serif;
    font-size: 48px; font-weight: 400; color: var(--gold);
    line-height: 1; margin-bottom: 18px;
  }
  .why-big small { font-size: 18px; }

  .why-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px; font-weight: 500;
    color: var(--ivory); margin-bottom: 10px; line-height: 1.3;
  }

  .why-item p {
    font-size: 13px; color: rgba(247, 243, 234, 0.6); line-height: 1.6;
  }

  /* ═══════════════════ 6 · LEGAL CLARITY ═══════════════════ */
  .legal-section {
    background: var(--cream);
    padding: 130px 56px;
  }

  .legal-layout {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: start;
  }

  .legal-sidebar {
    position: sticky; top: 120px;
  }

  .legal-sidebar .s-label { margin-bottom: 20px; }

  .legal-sidebar h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 400; color: var(--emerald-deep);
    line-height: 1.15; margin-bottom: 28px;
  }
  .legal-sidebar h2 em { font-style: italic; color: var(--gold); }

  .legal-sidebar > p {
    font-size: 17px; color: var(--slate); line-height: 1.75;
    margin-bottom: 28px;
  }

  .legal-aside {
    padding: 24px 28px;
    border-left: 2px solid var(--gold);
    background: rgba(198, 162, 78, 0.06);
    font-size: 14px; color: var(--charcoal); font-style: italic;
    line-height: 1.7;
  }

  .legal-blocks {
    display: grid; gap: 0;
    border-top: 1px solid var(--line-med);
  }

  .legal-block {
    padding: 36px 0;
    border-bottom: 1px solid var(--line-med);
  }

  .legal-block-num {
    font-family: 'Playfair Display', serif;
    font-size: 14px; font-style: italic;
    color: var(--gold); margin-bottom: 12px;
  }

  .legal-block h4 {
    font-family: 'Playfair Display', serif;
    font-size: 24px; font-weight: 500;
    color: var(--emerald-deep); margin-bottom: 14px; line-height: 1.25;
  }

  .legal-block p {
    font-size: 15px; color: var(--slate); line-height: 1.75;
  }

  /* ═══════════════════ 7 · TRUST ═══════════════════ */
  .trust-section {
    background: var(--ivory-warm);
  }

  .trust-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 56px;
  }

  .trust-card {
    text-align: center; padding: 0 16px;
  }

  .trust-seal {
    width: 68px; height: 68px;
    margin: 0 auto 24px; position: relative;
    border: 1px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
  }
  .trust-seal::before {
    content: ''; position: absolute; inset: 4px;
    border: 1px solid var(--line-med);
  }

  .trust-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 24px; font-weight: 500;
    color: var(--emerald-deep); margin-bottom: 12px;
  }

  .trust-card p {
    font-size: 15px; color: var(--slate); line-height: 1.7;
  }

  /* Partners */
  .partners {
    margin-top: 80px;
    padding-top: 64px;
    border-top: 1px solid var(--line-med);
  }

  .partners-label {
    text-align: center;
    font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase;
    color: var(--gold); font-weight: 500;
    margin-bottom: 36px;
  }

  .partners-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .partner-item {
    display: grid; grid-template-columns: 56px 1fr 20px;
    gap: 20px; align-items: center;
    padding: 28px 28px;
    border: 1px solid var(--line-med);
    background: var(--cream);
    text-decoration: none; color: inherit;
    transition: all 0.4s ease;
    position: relative;
  }
  .partner-item:hover {
    border-color: var(--gold);
    background: var(--ivory-warm);
  }

  .partner-seal {
    width: 56px; height: 56px;
    border: 1px solid var(--line-med);
    display: flex; align-items: center; justify-content: center;
    color: var(--emerald-deep);
    transition: all 0.3s;
  }
  .partner-item:hover .partner-seal {
    border-color: var(--gold);
    color: var(--gold);
  }

  .partner-name {
    font-family: 'Playfair Display', serif;
    font-size: 18px; font-weight: 500;
    color: var(--emerald-deep);
    margin-bottom: 6px; line-height: 1.3;
  }

  .partner-desc {
    font-size: 13px; color: var(--muted); line-height: 1.5;
  }

  .partner-arrow {
    color: var(--line-med);
    transition: all 0.3s;
    justify-self: end;
  }
  .partner-item:hover .partner-arrow {
    color: var(--gold);
    transform: translate(2px, -2px);
  }

  /* ═══════════════════ 8 · FINAL CTA ═══════════════════ */
  .final-cta {
    background: linear-gradient(160deg, var(--obsidian), var(--emerald-deep) 65%);
    color: var(--ivory); position: relative; overflow: hidden;
  }
  .final-cta::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 80% 50%, rgba(198, 162, 78, 0.15), transparent 55%);
    pointer-events: none;
  }

  .final-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 72px; align-items: start;
    position: relative; z-index: 2;
  }

  .final-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 400; line-height: 1.12; margin-bottom: 24px;
  }
  .final-left h2 em { font-style: italic; color: var(--gold); }

  .final-text {
    font-size: 17px; color: rgba(247, 243, 234, 0.78);
    line-height: 1.7; margin-bottom: 40px; max-width: 480px;
  }

  .wa-block {
    padding: 28px;
    background: rgba(37, 211, 102, 0.07);
    border: 1px solid rgba(37, 211, 102, 0.3);
    margin-bottom: 28px;
  }
  .wa-block .live {
    display: flex; align-items: center; gap: 10px;
    font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--whatsapp); margin-bottom: 14px;
  }
  .wa-block .live .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--whatsapp);
    box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.2);
    animation: throb 2s infinite;
  }
  @keyframes throb {
    0%, 100% { box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.2); }
    50% { box-shadow: 0 0 0 8px rgba(37, 211, 102, 0); }
  }
  .wa-block .num {
    font-family: 'Playfair Display', serif; font-size: 26px;
    color: var(--ivory); margin-bottom: 6px;
  }
  .wa-block .langs {
    font-size: 12px; color: rgba(247, 243, 234, 0.55);
    margin-bottom: 20px;
  }

  .wa-full {
    display: flex; align-items: center; justify-content: center; gap: 12px;
    width: 100%; padding: 20px;
    background: var(--whatsapp); color: #fff;
    text-decoration: none; font-size: 12px; letter-spacing: 0.22em;
    text-transform: uppercase; font-weight: 600;
    transition: all 0.3s;
  }
  .wa-full:hover { background: var(--whatsapp-hover); transform: translateY(-2px); }

  .or-sep {
    text-align: center; margin: 24px 0;
    font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: rgba(247, 243, 234, 0.4); position: relative;
  }
  .or-sep::before, .or-sep::after {
    content: ''; position: absolute; top: 50%;
    width: 30%; height: 1px; background: var(--line);
  }
  .or-sep::before { left: 0; }
  .or-sep::after { right: 0; }

  .email-note {
    font-size: 14px; color: rgba(247, 243, 234, 0.55); line-height: 1.65;
  }
  .email-note strong { color: var(--gold); font-weight: 500; }

  /* Form */
  .cta-form {
    background: rgba(247, 243, 234, 0.03);
    border: 1px solid var(--line-med);
    padding: 40px;
    backdrop-filter: blur(10px);
  }

  .f-head {
    margin-bottom: 28px; padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
  }
  .f-head h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px; color: var(--ivory);
    margin-bottom: 6px; font-weight: 400;
  }
  .f-head p {
    font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--gold);
  }

  .f-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
    margin-bottom: 16px;
  }

  .fg { margin-bottom: 16px; }
  .fg label {
    display: block; font-size: 9px; letter-spacing: 0.22em;
    text-transform: uppercase; color: var(--gold);
    margin-bottom: 8px; font-weight: 500;
  }
  .fg input, .fg select, .fg textarea {
    width: 100%; background: transparent;
    border: none; border-bottom: 1px solid var(--line-med);
    padding: 10px 0; color: var(--ivory);
    font-family: 'DM Sans', sans-serif; font-size: 15px;
    outline: none; transition: border-color 0.3s;
  }
  .fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--gold); }
  .fg textarea { resize: vertical; min-height: 60px; }
  .fg select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23c6a24e' fill='none' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right center;
  }
  .fg select option { background: var(--emerald-deep); color: var(--ivory); }

  .f-lock {
    display: flex; align-items: center; gap: 8px;
    font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
    color: rgba(247, 243, 234, 0.45);
    margin: 20px 0;
  }
  .f-lock svg { color: var(--gold); }

  .f-submit {
    width: 100%; padding: 18px;
    background: var(--gold); color: var(--emerald-black);
    border: 1px solid var(--gold);
    font-family: 'DM Sans', sans-serif; font-size: 11px;
    letter-spacing: 0.3em; text-transform: uppercase;
    font-weight: 600; cursor: pointer;
    transition: all 0.35s;
  }
  .f-submit:hover { background: transparent; color: var(--gold); }

  /* ═══════════════════ 9 · DISCLAIMER ═══════════════════ */
  .disclaimer {
    background: var(--ivory-warm);
    padding: 64px 56px;
    border-top: 1px solid var(--line);
  }
  .disc-inner {
    max-width: 860px; margin: 0 auto; text-align: center;
  }
  .disc-label {
    font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 16px;
  }
  .disc-inner p {
    font-size: 13px; color: var(--muted); line-height: 1.8;
    font-style: italic;
  }

  /* ═══════════════════ FOOTER ═══════════════════ */
  footer {
    background: var(--obsidian); color: var(--ivory);
    padding: 64px 56px 32px;
    border-top: 1px solid var(--line);
  }

  .foot-grid {
    max-width: 1240px; margin: 0 auto;
    display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 48px; margin-bottom: 48px;
  }

  .foot-brand p {
    color: rgba(247, 243, 234, 0.5); font-size: 13px;
    line-height: 1.7; margin-top: 18px; max-width: 300px;
  }

  .foot-col h5 {
    font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 18px; font-weight: 500;
  }
  .foot-col ul { list-style: none; }
  .foot-col li { margin-bottom: 8px; }
  .foot-col a, .foot-col li {
    color: rgba(247, 243, 234, 0.55); text-decoration: none; font-size: 13px;
    transition: color 0.3s;
  }
  .foot-col a:hover { color: var(--gold); }

  .foot-bottom {
    max-width: 1240px; margin: 0 auto;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    display: flex; justify-content: space-between;
    font-size: 10px; letter-spacing: 0.12em;
    color: rgba(247, 243, 234, 0.35);
  }

  /* ═══════════════════ FLOATING WHATSAPP ═══════════════════ */
  .wa-float {
    position: fixed; bottom: 28px; right: 28px; z-index: 100;
    display: flex; align-items: center; gap: 12px;
    background: var(--whatsapp); color: #fff;
    padding: 14px 22px 14px 16px;
    border-radius: 44px; text-decoration: none;
    font-weight: 600; font-size: 12px; letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
    transition: all 0.3s;
    animation: wa-pulse 2.4s ease-in-out infinite;
  }
  .wa-float:hover {
    background: var(--whatsapp-hover);
    transform: translateY(-3px);
    animation: none;
    box-shadow: 0 14px 38px rgba(37, 211, 102, 0.45);
  }
  @keyframes wa-pulse {
    0%, 100% { box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35), 0 0 0 0 rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35), 0 0 0 12px rgba(37, 211, 102, 0); }
  }
  .wa-float svg { width: 24px; height: 24px; flex-shrink: 0; }

  /* ═══════════════════ RESPONSIVE ═══════════════════ */
  @media (max-width: 1080px) {
    nav { padding: 16px 24px; }
    nav.compact { padding: 12px 24px; }
    .nav-link { display: none; }
    .nav-link.nav-wa, .nav-link.nav-lang { display: inline-flex; }
    .mobile-menu { display: block; }
    section, .legal-section { padding: 80px 24px; }
    .hero { padding: 120px 24px 60px; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .step:nth-child(even) { border-right: none; }
    .step:last-child { border-right: none; }
    .outcome-grid { grid-template-columns: 1fr; }
    .invest-layout { grid-template-columns: 1fr; gap: 40px; }
    .why-grid { grid-template-columns: 1fr 1fr; }
    .legal-layout { grid-template-columns: 1fr; gap: 48px; }
    .legal-sidebar { position: static; }
    .trust-grid { grid-template-columns: 1fr; gap: 40px; }
    .partners-grid { grid-template-columns: 1fr; }
    .final-grid { grid-template-columns: 1fr; gap: 48px; }
    .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .f-row { grid-template-columns: 1fr; }
    .wa-float span { display: none; }
    .wa-float { padding: 14px; border-radius: 50%; }
  }

  @media (max-width: 600px) {
    .brand-logo { height: 32px; }
    .brand-text .brand-name { font-size: 17px; }
    .brand-text .brand-tag { font-size: 7.5px; letter-spacing: 0.32em; }
    .footer-logo { max-width: 280px; }
    .steps { grid-template-columns: 1fr; }
    .step { border-right: none !important; }
    .why-grid { grid-template-columns: 1fr; }
    .foot-grid { grid-template-columns: 1fr; }
    .foot-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .hero-ctas { flex-direction: column; }
    .wa-btn, .wa-full { justify-content: center; }
    .cta-form { padding: 24px; }
    .sp-value { font-size: 20px; }
  }


  /* ═══════════════════ ARABIC SCOPED STYLES ═══════════════════ */
  .ar-page {
    direction: rtl;
    font-family: 'Noto Sans Arabic', 'Noto Naskh Arabic', sans-serif;
    line-height: 1.85;
  }
  .ar-page .serif-ar { font-family: 'Noto Naskh Arabic', serif; }

  /* AR Hero */
  .ar-page .hero h1 {
    font-family: 'Noto Naskh Arabic', serif;
    font-size: clamp(32px, 4.5vw, 56px);
    line-height: 1.4;
  }
  .ar-page .hero h1 em { font-style: normal; }
  .ar-page .hero-lead { line-height: 1.9; }
  .ar-page .hero-badge::before { display: none; }
  .ar-page .hero-badge::after {
    content: ''; width: 32px; height: 1px; background: var(--gold);
  }
  .ar-page .hero-checks li { line-height: 1.7; }
  .ar-page .hero-checks li svg { margin-top: 6px; }

  /* AR summary panel corners flipped for RTL */
  .ar-page .summary-panel::before {
    left: auto; right: -1px;
    border-left: none; border-right: 2px solid var(--gold);
  }
  .ar-page .summary-panel::after {
    right: auto; left: -1px;
    border-right: none; border-left: 2px solid var(--gold);
  }

  .ar-page .sp-value { direction: ltr; }

  /* AR section titles */
  .ar-page .s-title {
    font-family: 'Noto Naskh Arabic', serif;
    line-height: 1.4;
  }
  .ar-page .s-title em { font-style: normal; }

  /* AR benefits */
  .ar-page .benefit h4,
  .ar-page .outcome h4 {
    font-family: 'Noto Naskh Arabic', serif;
    line-height: 1.4;
  }

  /* AR steps */
  .ar-page .step h4 {
    font-family: 'Noto Naskh Arabic', serif;
    line-height: 1.4;
  }
  .ar-page .step-n { direction: ltr; display: inline-block; }
  .ar-page .step { border-left: 1px solid var(--line); border-right: none; }
  .ar-page .step:first-child { border-left: none; }

  /* AR why */
  .ar-page .why-item h4 {
    font-family: 'Noto Naskh Arabic', serif;
    line-height: 1.4;
  }
  .ar-page .why-big { direction: ltr; display: inline-block; }

  /* AR legal */
  .ar-page .legal-sidebar h2,
  .ar-page .legal-block h4 {
    font-family: 'Noto Naskh Arabic', serif;
    line-height: 1.4;
  }
  .ar-page .legal-block h4 em,
  .ar-page .legal-sidebar h2 em { font-style: normal; }

  .ar-page .legal-aside {
    border-left: none;
    border-right: 3px solid var(--gold);
  }

  .ar-page .legal-block-num { direction: ltr; display: inline-block; }

  /* AR trust */
  .ar-page .trust-card h4 {
    font-family: 'Noto Naskh Arabic', serif;
  }

  /* AR final CTA */
  .ar-page .final-left h2 {
    font-family: 'Noto Naskh Arabic', serif;
    line-height: 1.4;
  }
  .ar-page .final-left h2 em { font-style: normal; }

  /* AR disclaimer */
  .ar-page .disclaimer p { line-height: 1.85; }

  /* Toggle visibility */
  .lang-en, .lang-ar { display: none; }
  .lang-en.active, .lang-ar.active { display: block; }

  /* Nav lang switcher adjustments for single-page */
  html[data-lang="ar"] nav { direction: rtl; }
  html[data-lang="ar"] .brand-text { direction: ltr; text-align: left; }
  html[data-lang="ar"] .nav-right { direction: rtl; }
  html[data-lang="ar"] .nav-wa { direction: ltr; }

  /* Footer in AR mode */
  html[data-lang="ar"] footer { direction: rtl; }
  html[data-lang="ar"] .footer-logo { direction: ltr; }
  html[data-lang="ar"] .foot-bottom { direction: rtl; }

  /* Floating WA in AR mode - move to left */
  html[data-lang="ar"] .wa-float { right: auto; left: 28px; }


  /* ═══ MOBILE MENU OVERLAY ═══ */
  .mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 199;
    background: rgba(6, 26, 21, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 80px 32px 40px;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .mobile-nav-overlay.open {
    display: flex;
    opacity: 1;
  }
  .mobile-nav-overlay a {
    color: rgba(247, 243, 234, 0.85);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 400;
    padding: 14px 24px;
    transition: color 0.3s;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(198, 162, 78, 0.1);
  }
  .mobile-nav-overlay a:hover { color: var(--gold); }
  .mobile-nav-overlay .nav-wa {
    margin-top: 16px;
    background: var(--whatsapp);
    color: #fff !important;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    border-bottom: none;
    width: auto;
    padding: 14px 28px;
  }
  .mobile-nav-overlay .nav-lang-mobile {
    margin-top: 8px;
    border: 1px solid var(--line-med);
    color: var(--gold) !important;
    border-bottom: 1px solid var(--line-med) !important;
    width: auto;
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .mobile-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .mobile-menu.open span:nth-child(2) { opacity: 0; }
  .mobile-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }

