@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=Lato:wght@300;400;700&display=swap');

/* ── Variables ── */
:root {
  --bg:       #0D1F3C;
  --bg-alt:   #080F1C;
  --bg-mid:   #0A1829;
  --surface:  #112240;
  --border:   rgba(255,255,255,0.07);
  --gold:     #B8860B;
  --gold-2:   #D4A020;
  --gold-b:   rgba(184,134,11,0.25);
  --text:     #E8EFF8;
  --text-2:   #8BA3C4;
  --text-3:   #4A6A90;
  --green:    #25D366;
  --max-w:    1080px;
  --sp:       clamp(64px, 9vw, 104px);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  background: var(--bg-alt);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
img, svg { display: block; }
input, select { font-family: 'Lato', sans-serif; font-size: 15px; }

h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; }

/* ── Utilities ── */
.section-label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
}

.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* ── Scroll reveal ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1.visible { transition-delay: 0.1s; }
.reveal-d2.visible { transition-delay: 0.2s; }
.reveal-d3.visible { transition-delay: 0.3s; }
.reveal-d4.visible { transition-delay: 0.4s; }

/* ── Buttons ── */
@keyframes shimmer { 0%{background-position:-200% center;} 100%{background-position:200% center;} }

.btn-gold {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.btn-gold::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.18) 50%, transparent 60%);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.2s;
}
.btn-gold:hover { background: var(--gold-2); transform: translateY(-1px); }
.btn-gold:hover::after { opacity: 1; animation: shimmer 0.7s linear; }
.btn-gold:active { transform: none; }

.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--green);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.btn-wa:hover { background: #20bd5a; transform: translateY(-1px); }

.btn-outline-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--green);
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 3px;
  border: 1px solid var(--green);
  cursor: pointer;
  transition: background 0.2s;
}
.btn-outline-wa:hover { background: rgba(37,211,102,0.1); }

/* ── Sidebar ── */
.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.sidebar-overlay.visible { opacity: 1; pointer-events: all; }

.sidebar {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 296px;
  max-width: 86vw;
  background: var(--bg-alt);
  border-right: 1px solid var(--border);
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  overflow-y: auto;
}
.sidebar.open { transform: none; }

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}
.sidebar-logo {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--text);
}
.sidebar-logo span { color: var(--gold); }
.sidebar-close {
  color: var(--text-3);
  font-size: 18px;
  padding: 4px 8px;
  line-height: 1;
  transition: color 0.2s;
}
.sidebar-close:hover { color: var(--text); }

.sidebar-section { padding: 20px 24px 8px; }
.sidebar-section-label {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 6px;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  color: var(--text-2);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.sidebar-link:last-child { border-bottom: none; }
.sidebar-link:hover { color: var(--text); }
.sidebar-link.active { color: var(--gold); }

.sidebar-link-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--border);
  flex-shrink: 0;
  transition: background 0.2s;
}
.sidebar-link.active .sidebar-link-dot { background: var(--gold); }

.sidebar-wa {
  margin: 24px 24px 0;
  background: var(--green);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px;
  border-radius: 3px;
  transition: opacity 0.2s;
}
.sidebar-wa:hover { opacity: 0.88; }

/* ── Nav ── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 64px;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s;
}
.nav.scrolled {
  background: rgba(8,15,28,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--border);
}

.nav-left { display: flex; align-items: center; gap: 14px; }

.hamburger { display: flex; flex-direction: column; gap: 5px; padding: 6px; }
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 1px;
  transition: opacity 0.2s;
}
.hamburger:hover span { opacity: 0.6; }

.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-wordmark {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--text);
}
.nav-wordmark span { color: var(--gold); }

.nav > .btn-gold { padding: 10px 22px; font-size: 11px; }

/* ── Hero ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px clamp(24px, 5vw, 80px) 80px;
  background: var(--bg);
  overflow: hidden;
}

.hero-geo {
  position: absolute;
  top: 0; right: -2%;
  width: 44%;
  height: 100%;
  pointer-events: none;
  opacity: 0.6;
}

.hero-badge {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  animation: fadeUp 0.6s 0.1s ease both;
  position: relative;
  z-index: 1;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 28px;
  max-width: 18ch;
  animation: fadeUp 0.6s 0.25s ease both;
  position: relative;
  z-index: 1;
}
.hero-title span {
  color: var(--gold);
  font-style: italic;
  display: block;
}

.hero-sub {
  font-size: clamp(15px, 1.8vw, 17px);
  font-weight: 300;
  color: var(--text-2);
  max-width: 52ch;
  margin-bottom: 44px;
  line-height: 1.72;
  animation: fadeUp 0.6s 0.4s ease both;
  position: relative;
  z-index: 1;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp 0.6s 0.55s ease both;
  position: relative;
  z-index: 1;
}

/* ── Eligibility ── */
.eligibility {
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: var(--sp) clamp(24px, 5vw, 80px);
}

.eleg-head {
  font-size: clamp(28px, 4vw, 44px);
  color: var(--text);
  margin-bottom: 14px;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.eleg-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-2);
  max-width: 60ch;
  margin-bottom: 48px;
}

.eleg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: var(--max-w);
  margin: 0 auto;
}

.eleg-item {
  display: flex;
  gap: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  padding: 28px 24px;
  border-radius: 3px;
  transition: background 0.25s;
}
.eleg-item:hover { background: #162d52; }

.eleg-check {
  width: 32px;
  height: 32px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.eleg-check svg { width: 13px; height: 13px; stroke: #fff; stroke-width: 2.5; fill: none; }

.eleg-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.3;
}
.eleg-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-2);
  line-height: 1.68;
  margin-bottom: 14px;
}
.eleg-tag {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-b);
  padding: 3px 8px;
  border-radius: 2px;
  display: inline-block;
}

/* ── Demo Header ── */
.demo-header {
  background: var(--bg-alt);
  border-bottom: 2px solid var(--gold);
  padding: 56px clamp(24px, 5vw, 80px) 0;
}
.demo-header-inner { max-width: var(--max-w); margin: 0 auto; }

.demo-label {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.demo-title {
  font-size: clamp(26px, 4vw, 40px);
  color: var(--text);
  margin-bottom: 12px;
}
.demo-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-2);
  max-width: 68ch;
  margin-bottom: 40px;
  line-height: 1.68;
}

.demo-nav {
  display: flex;
  border-top: 1px solid var(--border);
}
.demo-nav-btn {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
  padding: 14px 24px;
  border-right: 1px solid var(--border);
  white-space: nowrap;
  position: relative;
  transition: color 0.2s, background 0.2s;
}
.demo-nav-btn:last-child { border-right: none; }
.demo-nav-btn:hover { color: var(--text-2); background: rgba(255,255,255,0.03); }
.demo-nav-btn.active { color: var(--gold); background: var(--bg); }
.demo-nav-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0; right: 0;
  height: 2px;
  background: var(--gold);
}

/* ── Form Sections ── */
.form-section {
  background: var(--bg);
  padding: 0 clamp(20px, 4vw, 60px) 72px;
}
.form-inner {
  max-width: 660px;
  margin: 0 auto;
  padding-top: 52px;
}

.version-tag {
  width: 44px;
  height: 44px;
  border-radius: 3px;
  background: var(--gold);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.version-tag-b { background: #1A4A8A; }
.version-tag-c { background: #1A5C3A; }

.version-philosophy {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 18px;
}

.form-head {
  font-size: clamp(24px, 3.5vw, 36px);
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 14px;
}
.form-head span { color: var(--gold); font-style: italic; }
.form-version-b .form-head span { color: #4A9FD4; }
.form-version-c .form-head span { color: #4AAF72; }

.form-intro {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-2);
  margin-bottom: 32px;
  line-height: 1.68;
}

/* Form internals */
.form-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 24px;
  margin-bottom: 16px;
}
.form-block-title {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 16px;
}

.form-row { display: flex; flex-direction: column; gap: 12px; }
.form-row.cols2 { flex-direction: row; gap: 16px; }
.form-row.cols2 > * { flex: 1 1 0; min-width: 0; }

.fgroup { display: flex; flex-direction: column; gap: 6px; }
.fgroup label {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
}
.fgroup input,
.fgroup select {
  width: 100%;
  padding: 10px 12px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 3px;
  color: var(--text);
  font-size: 14px;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}
.fgroup input:focus,
.fgroup select:focus { outline: none; border-color: var(--gold); }
.fgroup input.error,
.fgroup select.error { border-color: #C8281A; }
.fgroup input::placeholder { color: var(--text-3); }
.fgroup select option { background: var(--bg-alt); }

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}
.checkbox-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--gold);
}
.checkbox-row label {
  font-size: 14px;
  color: var(--text-2);
  font-weight: 400;
}

.form-note {
  font-size: 12px;
  color: var(--text-3);
  margin-top: 12px;
  text-align: center;
  font-style: italic;
}

.form-section .btn-gold { font-size: 12px; padding: 15px 28px; }
.form-version-b .btn-gold { background: #1A4A8A; }
.form-version-b .btn-gold:hover { background: #1F5CA8; }
.form-version-c .btn-gold { background: #1A5C3A; }
.form-version-c .btn-gold:hover { background: #207048; }

/* ── Result Panels ── */
.result-panel {
  display: none;
  background: var(--bg-alt);
  color: var(--text);
  border-radius: 3px;
  border: 1px solid var(--gold-b);
  padding: 32px;
  margin-top: 24px;
}

.result-label {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-2);
  margin-bottom: 8px;
}
.result-range {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 4.5vw, 36px);
  color: var(--gold);
  margin-bottom: 12px;
  line-height: 1.15;
}
.result-disclaimer {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-3);
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1.5;
}
.result-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.complete-box { text-align: center; padding: 8px 0; }
.complete-check {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.complete-box h3 {
  font-size: 24px;
  color: var(--text);
  margin-bottom: 10px;
}
.complete-box p {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-2);
  margin-bottom: 24px;
  max-width: 38ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.result-modalities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0 16px;
}
.mod-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 20px;
}
.mod-card.featured { border-color: var(--gold-b); }
.mod-label {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 6px;
}
.mod-value {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 4px;
  line-height: 1.1;
}
.mod-desc { font-size: 12px; font-weight: 300; color: var(--text-3); line-height: 1.4; }

/* ── Statistics ── */
.stats-section {
  background: var(--bg-mid);
  padding: var(--sp) clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-head {
  font-size: clamp(26px, 4vw, 42px);
  color: var(--text);
  margin-bottom: 12px;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.stats-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-2);
  max-width: 58ch;
  margin-bottom: 52px;
  line-height: 1.7;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max-w);
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
  background: var(--border);
  gap: 1px;
}
.stat-card { background: var(--surface); padding: 40px 32px; }

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 6vw, 72px);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 14px;
}
.stat-label {
  font-size: 14px;
  font-weight: 300;
  color: var(--text);
  line-height: 1.55;
  margin-bottom: 8px;
}
.stat-detail {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-3);
}

/* ── Services ── */
.services-section {
  background: var(--bg);
  padding: var(--sp) clamp(24px, 5vw, 80px);
}
.services-head {
  font-size: clamp(26px, 4vw, 42px);
  color: var(--text);
  margin-bottom: 12px;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.services-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-2);
  margin-bottom: 48px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: var(--max-w);
  margin: 0 auto;
  background: var(--border);
  gap: 1px;
  border-radius: 3px;
  overflow: hidden;
}
.service-card {
  background: var(--surface);
  padding: 32px 28px;
  transition: background 0.25s;
}
.service-card:hover { background: #162d52; }

.service-icon { width: 36px; height: 36px; margin-bottom: 18px; }
.service-icon svg { width: 100%; height: 100%; stroke: var(--gold); stroke-width: 1.5; fill: none; }

.service-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.25;
}
.service-desc { font-size: 14px; font-weight: 300; color: var(--text-2); line-height: 1.68; margin-bottom: 18px; }
.service-tag {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-b);
  padding: 3px 8px;
  border-radius: 2px;
  display: inline-block;
}

/* ── Process ── */
.process-section {
  background: var(--bg-mid);
  padding: var(--sp) clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.process-head {
  font-size: clamp(26px, 4vw, 42px);
  color: var(--text);
  margin-bottom: 12px;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.process-sub { font-size: 15px; font-weight: 300; color: var(--text-2); margin-bottom: 48px; }

.steps {
  display: flex;
  flex-direction: column;
  max-width: var(--max-w);
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
  background: var(--border);
  gap: 1px;
}
.step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 28px;
  background: var(--surface);
  transition: background 0.2s;
}
.step:hover { background: #162d52; }

.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  line-height: 1;
  min-width: 36px;
  text-align: right;
  flex-shrink: 0;
  margin-top: 0;
  opacity: 0.8;
}
.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.3;
}
.step-desc { font-size: 14px; font-weight: 300; color: var(--text-2); line-height: 1.65; margin-bottom: 8px; }
.step-time {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ── Fees ── */
.fee-section {
  background: var(--bg);
  padding: var(--sp) clamp(24px, 5vw, 80px);
}
.fee-head {
  font-size: clamp(26px, 4vw, 42px);
  color: var(--text);
  margin-bottom: 12px;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.fee-sub { font-size: 15px; font-weight: 300; color: var(--text-2); max-width: 60ch; margin-bottom: 48px; }

.fee-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.fee-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 32px 28px;
}
.fee-card.featured { border-color: var(--gold-b); }
.fee-card-label {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.fee-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.25;
}
.fee-card-desc { font-size: 14px; font-weight: 300; color: var(--text-2); line-height: 1.68; margin-bottom: 20px; }
.fee-badge {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-b);
  padding: 4px 10px;
  border-radius: 2px;
  display: inline-block;
}

/* ── Trust ── */
.trust-section {
  background: var(--bg-mid);
  padding: var(--sp) clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-head {
  font-size: clamp(26px, 4vw, 42px);
  color: var(--text);
  margin-bottom: 12px;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.trust-sub { font-size: 15px; font-weight: 300; color: var(--text-2); max-width: 58ch; margin-bottom: 48px; }

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: var(--max-w);
  margin: 0 auto;
  background: var(--border);
  gap: 1px;
  border-radius: 3px;
  overflow: hidden;
}
.trust-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px 22px;
  background: var(--surface);
}
.trust-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 7px;
}
.trust-item-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.3;
}
.trust-item-desc { font-size: 13px; font-weight: 300; color: var(--text-2); line-height: 1.62; }

/* ── Quote ── */
.quote-block {
  background: var(--gold);
  padding: clamp(60px, 9vw, 100px) clamp(24px, 5vw, 80px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.quote-block::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 22px,
    rgba(0,0,0,0.04) 22px, rgba(0,0,0,0.04) 23px
  );
  pointer-events: none;
}
.quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 120px;
  line-height: 0.6;
  color: rgba(0,0,0,0.12);
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.quote-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 3vw, 26px);
  font-style: italic;
  color: #fff;
  max-width: 52ch;
  margin: 0 auto 22px;
  line-height: 1.58;
  position: relative;
}
.quote-source {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  position: relative;
}

/* ── Contact ── */
.contact-section {
  background: var(--bg-alt);
  padding: var(--sp) clamp(24px, 5vw, 80px);
  text-align: center;
  border-top: 1px solid var(--border);
}
.contact-head {
  font-size: clamp(26px, 4vw, 46px);
  color: var(--text);
  margin-bottom: 16px;
  line-height: 1.2;
}
.contact-head span { color: var(--gold); font-style: italic; }
.contact-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-2);
  max-width: 52ch;
  margin: 0 auto 40px;
  line-height: 1.68;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max-w);
  margin: 0 auto 40px;
  background: var(--border);
  gap: 1px;
  border-radius: 3px;
  overflow: hidden;
}
.contact-item { background: var(--surface); padding: 24px 20px; }
.contact-label {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 8px;
}
.contact-val { font-size: 14px; font-weight: 300; color: var(--text); line-height: 1.45; }

/* ── Footer ── */
.footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.footer-copy {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-3);
}
.footer-links { display: flex; gap: 24px; }
.footer-links a {
  font-size: 12px;
  color: var(--text-3);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--text-2); }
.footer-legal {
  font-size: 11px;
  font-weight: 300;
  color: var(--text-3);
  font-style: italic;
  max-width: 60ch;
  line-height: 1.5;
}

/* ── Floating WhatsApp ── */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 70;
  box-shadow: 0 4px 20px rgba(37,211,102,0.32);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.46); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }

/* ── Cookie Banner ── */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 32px;
  z-index: 200;
  font-size: 13px;
  font-weight: 300;
  color: var(--text-2);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  transform: translateY(110%);
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-text { max-width: 60ch; line-height: 1.5; }
.cookie-text a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-accept {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--gold);
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  transition: opacity 0.2s;
}
.cookie-accept:hover { opacity: 0.88; }
.cookie-reject {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: 3px;
  transition: border-color 0.2s, color 0.2s;
}
.cookie-reject:hover { border-color: var(--text-3); color: var(--text-2); }

/* ── Mobile ── */
@media (max-width: 560px) {
  :root { --sp: 56px; }

  .nav > .btn-gold { display: none; }

  .hero { padding: 100px 20px 60px; min-height: 90svh; }
  .hero-geo { display: none; }

  .eleg-grid { grid-template-columns: 1fr; }
  .eleg-item { flex-direction: column; gap: 12px; }

  .demo-header { padding: 40px 20px 0; }
  .demo-nav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .demo-nav-btn { padding: 12px 16px; font-size: 11px; }

  .form-row.cols2 { flex-direction: column; gap: 12px; }

  .stats-row { grid-template-columns: 1fr; }

  .services-grid { grid-template-columns: 1fr; }

  .result-modalities { grid-template-columns: 1fr; }
  .result-actions { flex-direction: column; }
  .result-actions button { width: 100%; justify-content: center; }

  .fee-grid { grid-template-columns: 1fr; }

  .trust-grid { grid-template-columns: 1fr; }

  .contact-grid { grid-template-columns: 1fr 1fr; }

  .cookie-banner { flex-direction: column; padding: 16px 20px; gap: 16px; }
  .cookie-actions { width: 100%; }
  .cookie-accept, .cookie-reject { flex: 1; text-align: center; }
}
