/* ============================================================
   PRE-FOUNDER MENTOR — Dr. Daniel Schwenger
   Private Banking × Executive Coaching × Premium Strategy
   ============================================================ */

:root {
  /* Palette */
  --ivory:      #F7F1E6;
  --black:      #080A09;
  --espresso:   #4A2511;
  --bronze:     #844D2E;
  --rose-gold:  #DFA077;
  --champagne:  #F2E0CB;
  --warm-black: #11100E;

  /* Derived */
  --ivory-deep:    #EFE6D5;
  --bronze-deep:   #6E3F25;
  --line:          rgba(74, 37, 17, 0.16);
  --line-soft:     rgba(74, 37, 17, 0.10);
  --line-dark:     rgba(223, 160, 119, 0.22);
  --ink:           #1B1813;
  --ink-soft:      #5C5346;
  --on-dark:       #EDE4D4;
  --on-dark-soft:  rgba(237, 228, 212, 0.62);

  /* Type */
  --serif: "Roboto Serif", "Georgia", "Times New Roman", serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Rhythm */
  --maxw: 1240px;
  --gutter: clamp(22px, 5vw, 88px);
  --section-y: clamp(80px, 11vw, 168px);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }

::selection { background: var(--bronze); color: var(--ivory); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--section-y) 0; position: relative; }

.dark  { background: var(--warm-black); color: var(--on-dark); }
.dark h1, .dark h2, .dark h3 { color: var(--ivory); }
.cream { background: var(--ivory); }
.deep  { background: var(--ivory-deep); }

/* ---------- Typography ---------- */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.04; letter-spacing: -0.01em; color: var(--black); text-wrap: balance; }

.display {
  font-size: clamp(38px, 4.9vw, 74px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.h2 { font-size: clamp(32px, 3.7vw, 54px); font-weight: 500; line-height: 1.08; letter-spacing: -0.018em; }
.h3 { font-size: clamp(24px, 2.6vw, 36px); font-weight: 500; line-height: 1.1; }

.lead { font-family: var(--sans); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.62; color: var(--ink-soft); font-weight: 400; max-width: 60ch; }
.dark .lead { color: var(--on-dark-soft); }

.eyebrow {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--bronze);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--bronze); opacity: 0.7; }
.eyebrow.center::after { content: ""; width: 34px; height: 1px; background: var(--bronze); opacity: 0.7; }
.dark .eyebrow { color: var(--rose-gold); }
.dark .eyebrow::before, .dark .eyebrow.center::after { background: var(--rose-gold); }

em.gold { font-style: italic; color: var(--bronze); }
.dark em.gold { color: var(--rose-gold); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  font-family: var(--sans); font-size: 14.5px; font-weight: 600; letter-spacing: 0.02em;
  padding: 18px 34px; border-radius: 2px; border: 1px solid transparent;
  cursor: pointer; text-decoration: none; transition: all 0.4s var(--ease);
  white-space: nowrap;
}
.btn-primary { background: var(--bronze); color: var(--ivory); box-shadow: 0 10px 28px -14px rgba(74,37,17,0.7); }
.btn-primary:hover { background: var(--bronze-deep); transform: translateY(-2px); box-shadow: 0 18px 40px -16px rgba(74,37,17,0.78); }
.btn-primary .arrow { transition: transform 0.4s var(--ease); }
.btn-primary:hover .arrow { transform: translateX(5px); }

.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--bronze); color: var(--bronze); }
.dark .btn-ghost { color: var(--on-dark); border-color: var(--line-dark); }
.dark .btn-ghost:hover { border-color: var(--rose-gold); color: var(--rose-gold); }
.hero .btn-ghost { color: var(--ivory); border-color: rgba(247, 241, 230, 0.45); }
.hero .btn-ghost:hover { color: var(--rose-gold); border-color: var(--rose-gold); }

.btn-lg { padding: 21px 42px; font-size: 15px; }

/* ---------- Language switch ---------- */
.lang-switch { display: inline-flex; align-items: center; gap: 9px; }
.lang-switch a { font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; color: var(--ink-soft); text-decoration: none; transition: color 0.3s var(--ease); }
.lang-switch a:hover, .lang-switch a.active { color: var(--bronze); }
.lang-switch .sep { width: 1px; height: 12px; background: var(--line); }
.nav.on-hero:not(.scrolled) .lang-switch a { color: rgba(237,228,212,0.68); }
.nav.on-hero:not(.scrolled) .lang-switch a:hover, .nav.on-hero:not(.scrolled) .lang-switch a.active { color: var(--rose-gold); }
.nav.on-hero:not(.scrolled) .lang-switch .sep { background: var(--line-dark); }
.footer-bottom .lang-switch a { color: var(--on-dark-soft); }
.footer-bottom .lang-switch a:hover, .footer-bottom .lang-switch a.active { color: var(--rose-gold); }
.footer-bottom .lang-switch .sep { background: rgba(223,160,119,0.2); }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px var(--gutter);
  transition: background 0.5s var(--ease), padding 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(247, 241, 230, 0.86);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  padding: 13px var(--gutter);
  border-bottom: 1px solid var(--line-soft);
}
.nav-brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.nav-brand img { width: 42px; height: 42px; border-radius: 6px; object-fit: contain; background: #fff; padding: 3px; }
.nav-brand .bname { font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--black); line-height: 1.15; }
.nav-brand .bname span { display: block; font-weight: 500; font-size: 10.5px; letter-spacing: 0.22em; color: var(--bronze); }
.nav.on-hero:not(.scrolled) .bname { color: var(--ivory); }
.nav.on-hero:not(.scrolled) .bname span { color: var(--rose-gold); }

.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--ink-soft); text-decoration: none; transition: color 0.3s; position: relative; }
.nav-links a:not(.btn):hover { color: var(--bronze); }
.nav.on-hero:not(.scrolled) .nav-links a:not(.btn) { color: rgba(237,228,212,0.82); }
.nav.on-hero:not(.scrolled) .nav-links a:not(.btn):hover { color: var(--ivory); }
.nav .btn { padding: 12px 24px; font-size: 13.5px; }
.nav-links a.btn-primary, .nav-links a.btn-primary:hover { color: #fff; }
.nav.on-hero:not(.scrolled) .btn-primary { background: var(--bronze); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); transition: 0.3s; }
.nav.on-hero:not(.scrolled) .nav-toggle span { background: var(--ivory); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; background: var(--warm-black); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: clamp(30px, 5vw, 80px); width: 100%; padding-top: 90px; padding-bottom: 60px; }
.hero-copy { position: relative; z-index: 3; }
.hero h1 { color: var(--ivory); margin: 26px 0 0; }
.hero h1 .ln { display: block; }
.hero-sub { margin-top: 28px; max-width: 46ch; color: var(--on-dark-soft); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.62; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.hero-meta { display: flex; gap: 38px; margin-top: 52px; padding-top: 30px; border-top: 1px solid var(--line-dark); }
.hero-meta .stat .n { font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); font-weight: 600; color: var(--rose-gold); line-height: 1; }
.hero-meta .stat .l { font-size: 12.5px; color: var(--on-dark-soft); margin-top: 8px; letter-spacing: 0.02em; }

.hero-figure { position: relative; z-index: 2; align-self: center; display: flex; align-items: center; justify-content: center; width: 100%; }
.hero-glow { position: absolute; z-index: 1; right: -8%; top: 8%; width: 70%; height: 80%; background: radial-gradient(closest-side, rgba(132,77,46,0.42), transparent 70%); filter: blur(20px); pointer-events: none; }

/* Hero video card */
.hero-video { position: relative; z-index: 3; width: 100%; max-width: 360px; margin: 0 auto; }
.hero-video-label { display: flex; align-items: center; gap: 12px; font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rose-gold); margin-bottom: 18px; }
.hero-video-label .hv-tick { width: 30px; height: 1px; background: var(--rose-gold); opacity: 0.7; }
.video-frame { position: relative; aspect-ratio: 9 / 16; width: 100%; border-radius: 4px; overflow: hidden; background: #000; border: 1px solid var(--line-dark); box-shadow: 0 40px 80px -40px rgba(0,0,0,0.85); cursor: pointer; }
.video-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(247,241,230,0.06); border-radius: 3px; pointer-events: none; z-index: 4; }
.video-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: brightness(0.82) saturate(0.97); transition: transform 0.8s var(--ease), filter 0.5s var(--ease); }
.video-frame:hover .video-poster { transform: scale(1.035); filter: brightness(0.66); }
.video-frame::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(160deg, rgba(8,10,9,0.15), rgba(8,10,9,0.55)); pointer-events: none; }
.video-play { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; border: none; background: none; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: var(--ivory); }
.vp-ring { width: 76px; height: 76px; border-radius: 50%; background: rgba(132,77,46,0.92); display: grid; place-items: center; box-shadow: 0 0 0 0 rgba(223,160,119,0.45); transition: transform 0.4s var(--ease), background 0.4s var(--ease), box-shadow 0.6s var(--ease); }
.vp-ring svg { fill: var(--ivory); margin-left: 4px; }
.video-frame:hover .vp-ring { background: var(--bronze); transform: scale(1.07); box-shadow: 0 0 0 14px rgba(223,160,119,0.12); }
.vp-text { font-family: var(--sans); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(237,228,212,0.8); line-height: 1.5; text-align: center; }
.vp-text strong { display: block; font-size: 14px; letter-spacing: 0.02em; text-transform: none; color: var(--ivory); font-weight: 600; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 5; }

.hero-vline { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(transparent, var(--line-dark), transparent); z-index: 1; }
.scroll-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 5; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--on-dark-soft); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scroll-hint .bar { width: 1px; height: 38px; background: linear-gradient(var(--rose-gold), transparent); animation: scrolldrop 2.4s var(--ease) infinite; }
@keyframes scrolldrop { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Problem / Statement ---------- */
.statement-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(34px, 6vw, 92px); align-items: center; }
.statement h2 .em-up { color: var(--bronze); }
.statement h2 .em-down { font-style: italic; }
.statement .kicker { margin-bottom: 26px; }
.statement-figure { position: relative; }
.statement-figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 2px; filter: saturate(0.82) contrast(1.02); }
.statement-figure .frame { position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--bronze); z-index: -1; border-radius: 2px; }

/* Reassurance list */
.assure { margin-top: clamp(60px, 8vw, 100px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.assure-item { background: var(--ivory); padding: 38px 34px; }
.assure-item .num { font-family: var(--serif); font-size: 22px; color: var(--rose-gold); font-weight: 600; }
.assure-item h4 { font-family: var(--serif); font-size: 25px; font-weight: 600; margin: 14px 0 10px; line-height: 1.12; color: var(--black); }
.assure-item p { font-size: 15px; color: var(--ink-soft); line-height: 1.6; }

/* ---------- Quote band ---------- */
.quoteband { text-align: center; }
.quoteband .mark { font-family: var(--serif); font-size: clamp(80px, 12vw, 160px); line-height: 0.6; color: var(--bronze); height: 0.5em; display: block; }
.dark .quoteband .mark { color: var(--rose-gold); }
.quoteband blockquote { font-family: var(--serif); font-size: clamp(32px, 4.6vw, 62px); font-weight: 500; line-height: 1.12; letter-spacing: -0.015em; max-width: 18ch; margin: 30px auto 0; }
.quoteband .cite { margin-top: 34px; display: inline-flex; flex-direction: column; gap: 4px; }
.quoteband .cite .nm { font-family: var(--sans); font-size: 15px; font-weight: 600; letter-spacing: 0.04em; color: var(--ivory); }
.quoteband .cite .ro { font-family: var(--sans); font-size: 12.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rose-gold); }

/* ---------- Reasons (6 Gründe) ---------- */
.section-head { max-width: 52ch; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head .h2 { margin-top: 22px; }
.reasons-grid { margin-top: clamp(48px, 6vw, 76px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reason {
  background: var(--champagne); border: 1px solid rgba(132,77,46,0.14); border-radius: 3px;
  padding: 40px 34px 36px; position: relative; overflow: hidden; transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.reason:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -30px rgba(74,37,17,0.5); }
.reason .rn { font-family: var(--serif); font-size: 15px; font-weight: 600; letter-spacing: 0.04em; color: var(--bronze); display: inline-block; padding-bottom: 18px; border-bottom: 1px solid rgba(132,77,46,0.2); margin-bottom: 22px; }
.reason p { font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.2; color: var(--espresso); }
.reason .ghostnum { position: absolute; right: -6px; bottom: -28px; font-family: var(--serif); font-size: 130px; font-weight: 600; color: rgba(132,77,46,0.07); line-height: 1; pointer-events: none; }

/* ---------- Roadmap ---------- */
.roadmap-head { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.roadmap { margin-top: clamp(52px, 7vw, 88px); position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.roadmap::before { content: ""; position: absolute; top: 31px; left: 8%; right: 8%; height: 1px; background: repeating-linear-gradient(90deg, var(--rose-gold) 0 8px, transparent 8px 16px); opacity: 0.6; }
.rstep { text-align: center; padding: 0 18px; position: relative; }
.rstep-dot { width: 64px; height: 64px; margin: 0 auto; border-radius: 50%; background: var(--ivory); border: 1px solid var(--bronze); display: grid; place-items: center; font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--bronze); position: relative; z-index: 2; transition: 0.4s var(--ease); }
.rstep:hover .rstep-dot { background: var(--bronze); color: var(--ivory); transform: scale(1.06); }
.rstep h4 { font-family: var(--serif); font-size: clamp(22px, 2.2vw, 30px); font-weight: 600; margin: 24px 0 10px; color: var(--black); }
.rstep p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; max-width: 24ch; margin: 0 auto; }

/* ---------- Positioning quote + image ---------- */
.posq-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(30px, 5vw, 76px); align-items: center; }
.posq-figure img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 2px; }
.posq blockquote { font-family: var(--serif); font-size: clamp(26px, 3vw, 40px); font-weight: 500; line-height: 1.22; letter-spacing: -0.01em; color: var(--ivory); }
.posq .cite { margin-top: 32px; display: flex; flex-direction: column; gap: 5px; }
.posq .cite .nm { font-size: 15px; font-weight: 600; color: var(--ivory); letter-spacing: 0.03em; }
.posq .cite .ro { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rose-gold); }

/* ---------- About Daniel ---------- */
.about-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(34px, 6vw, 88px); align-items: start; }
.about-figure { position: sticky; top: 100px; }
.about-figure img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 2px; }
.about-figure .cap { margin-top: 18px; font-size: 13px; letter-spacing: 0.04em; color: var(--ink-soft); display: flex; gap: 10px; align-items: center; }
.about-figure .cap::before { content: ""; width: 22px; height: 1px; background: var(--bronze); }
.about-body h2 { margin-bottom: 30px; }
.about-body p { font-size: 17px; line-height: 1.72; color: var(--ink); margin-bottom: 20px; max-width: 62ch; }
.about-body p.intro { font-family: var(--serif); font-size: clamp(22px, 2vw, 28px); line-height: 1.4; color: var(--espresso); font-weight: 500; margin-bottom: 28px; }
.about-body strong { font-weight: 600; color: var(--bronze); }

/* ---------- Übergangsarchitektur ---------- */
.arch-banner { position: relative; height: clamp(280px, 38vw, 460px); overflow: hidden; }
.arch-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.arch-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(17,16,14,0.55), rgba(17,16,14,0.35) 40%, var(--warm-black) 96%); }
.arch-tm { position: absolute; z-index: 2; left: 0; right: 0; bottom: clamp(28px, 5vw, 56px); }
.arch-tm .eyebrow { color: var(--rose-gold); }
.arch-tm .eyebrow::before { background: var(--rose-gold); }
.arch-tm h2 { color: var(--ivory); margin-top: 18px; }
.arch-tm h2 sup { font-size: 0.3em; vertical-align: super; color: var(--rose-gold); }

.phases { margin-top: clamp(50px, 6vw, 80px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.phase { border: 1px solid var(--line-dark); border-radius: 3px; padding: 40px 34px 38px; position: relative; transition: 0.45s var(--ease); background: linear-gradient(160deg, rgba(223,160,119,0.04), transparent); }
.phase:hover { border-color: var(--rose-gold); transform: translateY(-4px); }
.phase .pn { font-family: var(--serif); font-size: 56px; font-weight: 600; color: var(--rose-gold); line-height: 0.9; }
.phase h4 { font-family: var(--serif); font-size: 28px; font-weight: 600; color: var(--ivory); margin: 18px 0 12px; }
.phase p { font-size: 15px; line-height: 1.62; color: var(--on-dark-soft); }
.arch-closer { margin-top: clamp(50px, 6vw, 76px); text-align: center; }
.arch-closer .big { font-family: var(--serif); font-size: clamp(30px, 4vw, 56px); font-weight: 500; line-height: 1.1; color: var(--ivory); }
.arch-closer .big em { color: var(--rose-gold); font-style: italic; }
.arch-closer p { margin: 22px auto 0; max-width: 56ch; color: var(--on-dark-soft); }

/* ---------- Trust strip ---------- */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.trust-item { background: var(--ivory); padding: 40px 28px; text-align: center; }
.trust-item .ic { width: 38px; height: 38px; margin: 0 auto 18px; color: var(--bronze); }
.trust-item h5 { font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--black); margin-bottom: 8px; }
.trust-item p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }

/* ---------- CTA band ---------- */
.ctaband { position: relative; overflow: hidden; padding-block: clamp(120px, 15vw, 210px); }
.ctaband-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; z-index: 0; filter: grayscale(0.35) brightness(0.5) contrast(1.05); }
.ctaband::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8,10,9,0.9) 0%, rgba(8,10,9,0.78) 45%, rgba(8,10,9,0.92) 100%); }
.ctaband::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(120% 80% at 50% 44%, rgba(132,77,46,0.14), transparent 60%); }
.ctaband-inner { position: relative; z-index: 2; text-align: center; max-width: 760px; margin: 0 auto; }
.ctaband h2 { color: var(--ivory); }
.ctaband .btn { margin-top: 38px; }
.ctaband .sub { margin-top: 18px; font-size: 14px; letter-spacing: 0.04em; color: var(--on-dark-soft); }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(34px, 5vw, 80px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; text-align: left; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 30px 4px; font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); font-weight: 500; color: var(--black); line-height: 1.22; transition: color 0.3s; }
.faq-q:hover { color: var(--bronze); }
.faq-icon { flex: none; width: 26px; height: 26px; position: relative; margin-top: 6px; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--bronze); transition: transform 0.4s var(--ease); }
.faq-icon::before { left: 0; top: 12px; width: 26px; height: 2px; }
.faq-icon::after { left: 12px; top: 0; width: 2px; height: 26px; }
.faq-item.open .faq-icon::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.faq-a-inner { padding: 0 4px 32px; max-width: 64ch; }
.faq-a-inner p { font-size: 16px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 14px; }
.faq-a-inner ul { list-style: none; margin: 8px 0 14px; display: grid; gap: 12px; }
.faq-a-inner li { font-size: 15.5px; color: var(--ink); padding-left: 26px; position: relative; line-height: 1.55; }
.faq-a-inner li::before { content: ""; position: absolute; left: 0; top: 10px; width: 11px; height: 1px; background: var(--bronze); }
.faq-a-inner li strong { color: var(--espresso); font-weight: 600; }
.faq-a-inner .sub-list { margin: 8px 0 0 4px; }
.faq-a-inner .sub-list li { font-size: 14.5px; color: var(--ink-soft); }
.faq-disclaimer { margin-top: 6px; padding: 18px 22px; background: var(--champagne); border-left: 2px solid var(--bronze); font-size: 13.5px; color: var(--espresso); line-height: 1.55; }
.faq-disclaimer strong { display: block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bronze); margin-bottom: 6px; }

/* ---------- Final CTA / Form ---------- */
.final { background: var(--warm-black); position: relative; overflow: hidden; }
.final-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.final h2 { color: var(--ivory); }
.final h2 em { color: var(--rose-gold); font-style: italic; }
.final .final-sub { margin-top: 26px; max-width: 44ch; color: var(--on-dark-soft); }
.final .trust-mini { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.final .trust-mini span { font-size: 12.5px; letter-spacing: 0.04em; color: var(--on-dark); border: 1px solid var(--line-dark); border-radius: 100px; padding: 8px 16px; display: inline-flex; align-items: center; gap: 8px; }
.final .trust-mini span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--rose-gold); }

.form-card { background: rgba(247,241,230,0.04); border: 1px solid var(--line-dark); border-radius: 4px; padding: clamp(28px, 3vw, 44px); }
.form-card .fc-head { font-family: var(--serif); font-size: 26px; font-weight: 600; color: var(--ivory); margin-bottom: 6px; }
.form-card .fc-sub { font-size: 13.5px; color: var(--on-dark-soft); margin-bottom: 28px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rose-gold); margin-bottom: 10px; font-weight: 500; }
.field input, .field textarea {
  width: 100%; background: rgba(17,16,14,0.4); border: 1px solid var(--line-dark); border-radius: 2px;
  padding: 15px 16px; font-family: var(--sans); font-size: 15px; color: var(--ivory); transition: border-color 0.3s, background 0.3s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(237,228,212,0.35); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--rose-gold); background: rgba(17,16,14,0.6); }
.field textarea { resize: vertical; min-height: 96px; }
.form-card .btn { width: 100%; margin-top: 8px; }
.form-card .privacy { margin-top: 16px; font-size: 12px; color: var(--on-dark-soft); line-height: 1.5; text-align: center; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.show { display: block; }
.form-success .ck { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%; background: var(--bronze); display: grid; place-items: center; }
.form-success h4 { font-family: var(--serif); font-size: 26px; color: var(--ivory); margin-bottom: 10px; }
.form-success p { color: var(--on-dark-soft); font-size: 15px; }

/* ---------- Footer ---------- */
.footer { background: var(--black); color: var(--on-dark-soft); padding: 60px 0 40px; }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; align-items: flex-start; padding-bottom: 40px; border-bottom: 1px solid rgba(223,160,119,0.14); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 48px; height: 48px; border-radius: 6px; background: #fff; padding: 4px; }
.footer-brand .ft { font-family: var(--sans); font-weight: 700; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ivory); line-height: 1.2; }
.footer-brand .ft span { display: block; font-weight: 500; font-size: 11px; letter-spacing: 0.22em; color: var(--rose-gold); }
.footer-nav { display: flex; gap: 30px; flex-wrap: wrap; }
.footer-nav a { color: var(--on-dark-soft); font-size: 14px; text-decoration: none; transition: color 0.3s; }
.footer-nav a:hover { color: var(--rose-gold); }
.footer-bottom { padding-top: 26px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; font-size: 12.5px; }
.footer-bottom a { color: var(--on-dark-soft); text-decoration: none; }
.footer-bottom a:hover { color: var(--rose-gold); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .scroll-hint .bar { animation: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .reasons-grid, .phases { grid-template-columns: repeat(2, 1fr); }
  .assure { grid-template-columns: 1fr 1fr; }
  .trust { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; top: 100%; left: 0; right: 0; background: var(--ivory);
    padding: 18px var(--gutter) 26px; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px -20px rgba(0,0,0,0.25);
  }
  .nav-links.open a { width: 100%; padding: 12px 0; color: var(--ink-soft) !important; border-bottom: 1px solid var(--line-soft); }
  .nav-links.open .btn { margin-top: 12px; width: 100%; padding: 16px 0; border-bottom: none; }
  .nav-links.open a.btn-primary { background: var(--bronze); color: #fff !important; }
  .nav-links.open .lang-switch { order: -1; width: 100%; padding: 2px 0 14px; margin-bottom: 6px; border-bottom: 1px solid var(--line-soft); }
  .nav-links.open .lang-switch a { width: auto; padding: 0; border-bottom: none; }
  .nav-toggle { display: flex; }

  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-figure { margin-top: 44px; }
  .hero { min-height: auto; padding: 0; }
  .hero-grid { padding-top: 124px; padding-bottom: 80px; }
  .hero-vline, .scroll-hint { display: none; }

  .statement-grid, .posq-grid, .about-grid, .final-grid, .faq-grid, .roadmap-head { grid-template-columns: 1fr; }
  .statement-figure { order: -1; max-width: 460px; }
  .statement-figure .frame { inset: 14px -14px -14px 14px; }
  .posq-figure { max-width: 460px; }
  .about-figure { position: static; max-width: 380px; }
  .roadmap { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .roadmap::before { display: none; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  :root { --section-y: clamp(64px, 14vw, 90px); }
  .reasons-grid, .phases, .assure, .trust, .roadmap { grid-template-columns: 1fr; }
  .assure, .trust { border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
  .hero-meta { flex-wrap: wrap; gap: 26px; }
  .hero-cta { width: 100%; }
  .hero-cta .btn { flex: 1 1 100%; min-width: 0; white-space: normal; text-align: center; }
  .reason .ghostnum { font-size: 100px; }
  .footer-top { flex-direction: column; }
}
