/* ============================================
   7-FIGURE EVENT SECRETS — Design System
   Editorial luxury meets stage energy.
   ============================================ */

:root {
  /* Navy scale */
  --navy-950: #040d18;
  --navy-900: #052139;
  --navy-800: #0b2240;
  --navy-700: #0f3253;
  --navy-600: #18456e;

  /* Gold scale */
  --gold-200: #f6e7c3;
  --gold-300: #ecd49b;
  --gold-400: #e5c679;
  --gold-500: #d9b971;
  --gold-600: #c5a05a;
  --gold-700: #a8823f;
  --gold-grad: linear-gradient(115deg, #f1d9a3 0%, #d9b971 35%, #b9923f 70%, #e5c679 100%);

  /* Paper / ivory */
  --paper: #f7f2e7;
  --paper-dim: #efe7d6;
  --ink: #181309;
  --ink-soft: #4a4133;

  --container-w: 1180px;
  --container-narrow-w: 760px;

  --font-display: "Fraunces", ui-serif, Georgia, serif;
  --font-label: "Archivo Expanded", "Archivo", sans-serif;
  --font-body: "Archivo", sans-serif;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; }

ul { list-style: none; }

em { font-style: italic; }

.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.container {
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 32px;
}
.container-narrow { max-width: var(--container-narrow-w); }
.center-text { text-align: center; }

/* ============ SCROLL PROGRESS ============ */
.progress-rail {
  position: fixed; top: 0; left: 0; width: 100%; height: 3px;
  background: rgba(255,255,255,0.08); z-index: 1000;
}
.progress-fill {
  height: 100%; width: 0%;
  background: var(--gold-grad);
  transition: width 80ms linear;
}

/* ============ HEADER ============ */
.site-header {
  position: fixed; top: 3px; left: 0; right: 0; z-index: 900;
  background: rgba(5, 33, 57, 0.0);
  backdrop-filter: blur(0px);
  transition: background 300ms var(--ease), backdrop-filter 300ms var(--ease), box-shadow 300ms var(--ease);
}
.site-header.scrolled {
  background: rgba(5, 33, 57, 0.85);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(229, 198, 121, 0.15);
}
.header-inner {
  max-width: var(--container-w); margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.header-logo { height: 28px; width: auto; }
.header-nav { display: flex; gap: 28px; font-family: var(--font-label); font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; }
.header-nav a { color: rgba(255,255,255,0.88); transition: color 200ms; }
.header-nav a:hover { color: var(--gold-400); }
.header-cta { flex-shrink: 0; }
.cta-text-short { display: none; }
@media (max-width: 860px) { .header-nav { display: none; } }
@media (max-width: 480px) {
  .cta-text-full { display: none; }
  .cta-text-short { display: inline; }
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  font-family: var(--font-label); font-weight: 700; letter-spacing: 0.01em;
  border-radius: 3px; cursor: pointer; border: none;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
  white-space: nowrap;
}
.btn-large { padding: 18px 30px; font-size: 16px; }
.btn-small { padding: 10px 18px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; }
.btn-block { width: 100%; }

.btn-gold {
  background: var(--gold-grad);
  color: var(--navy-950);
  box-shadow: 0 10px 30px -10px rgba(217, 185, 113, 0.6);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -10px rgba(217, 185, 113, 0.8); }

.btn-navy {
  background: var(--navy-900); color: var(--gold-300);
  box-shadow: 0 10px 24px -10px rgba(5,33,57,0.5);
}
.btn-navy:hover { transform: translateY(-2px); background: var(--navy-800); }

.btn-ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,0.35);
}
.btn-ghost:hover { border-color: var(--gold-400); color: var(--gold-300); }

.btn-price { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.1; padding-left: 12px; border-left: 1.5px solid rgba(4,13,24,0.25); }
.btn-navy .btn-price { border-left-color: rgba(229,198,121,0.35); }
.price-strike { font-size: 11px; text-decoration: line-through; opacity: 0.6; font-weight: 500; }
.price-now { font-size: 15px; font-weight: 800; }

/* ============ EYEBROW / LABELS ============ */
.eyebrow {
  font-family: var(--font-label); font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-700);
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
.eyebrow.center-text { justify-content: center; }
.eyebrow-light { color: var(--gold-300); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-grad); flex-shrink: 0; }

.section-title {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12; letter-spacing: -0.01em; margin-bottom: 44px; max-width: 16ch;
}
.section-title-light { color: #fff; }
.center-text.section-title { max-width: none; margin-left: auto; margin-right: auto; }

/* ============ SECTION WRAPPERS ============ */
.section { position: relative; padding: 120px 0; }
.section-tight { padding: 70px 0; }
.section-paper { background: var(--paper); }
.section-navy { background: var(--navy-900); color: rgba(255,255,255,0.92); }
.section-ink { background: var(--navy-950); color: rgba(255,255,255,0.92); }

.hero-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.5; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
}

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 100vh; background: var(--navy-900);
  display: flex; flex-direction: column; justify-content: center; overflow: hidden;
  padding-top: 120px;
}
.hero-glow {
  position: absolute; top: -20%; left: 50%; width: 1400px; height: 1000px;
  transform: translateX(-50%); pointer-events: none;
  background: radial-gradient(ellipse at 50% 0%, rgba(229, 198, 121, 0.28), transparent 60%);
}
.hero-inner {
  position: relative; z-index: 2; max-width: var(--container-w); margin: 0 auto;
  padding: 0 32px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center;
  width: 100%;
}
.hero-copy { max-width: 560px; }
.hero-title {
  font-family: var(--font-display); font-weight: 600; color: #fff;
  font-size: clamp(46px, 7vw, 84px); line-height: 1.02; letter-spacing: -0.015em;
  margin-bottom: 26px;
}
.hero-sub {
  font-family: var(--font-body); font-weight: 500;
  font-size: clamp(19px, 2.2vw, 24px); color: var(--gold-300); line-height: 1.4; margin-bottom: 22px;
}
.hero-byline { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 480px; margin-bottom: 38px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 16px; }

.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-photo-frame {
  position: relative; width: 100%; max-width: 520px;
  display: flex; align-items: center; justify-content: center;
}
.hero-photo-frame.hero-photo-mockup::before {
  content: ""; position: absolute; inset: 6%;
  background: radial-gradient(ellipse at center, rgba(229, 198, 121, 0.22), transparent 70%);
  filter: blur(10px); z-index: 0;
}
.hero-photo { width: 100%; height: 560px; object-fit: cover; position: relative; z-index: 1; }
.hero-photo-mockup .hero-photo {
  height: auto; max-height: 520px; object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,0.5));
}
.hero-photo-tag {
  position: absolute; bottom: 6px; left: -10px; z-index: 2;
  background: var(--gold-grad); color: var(--navy-950);
  font-family: var(--font-label); font-weight: 800; font-size: 13px; letter-spacing: 0.03em;
  padding: 12px 20px; border-radius: 2px; box-shadow: 0 14px 30px -10px rgba(0,0,0,0.4);
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 360px; margin: 0 auto 10px; }
  .hero-photo { height: 320px; }
  .hero-photo-mockup .hero-photo { max-height: 300px; }
}
@media (max-width: 600px) {
  .hero { padding-top: 96px; }
  .hero-visual { max-width: 220px; margin: 0 auto 8px; }
  .hero-photo-mockup .hero-photo { max-height: 200px; }
  .hero-photo-tag { font-size: 11px; padding: 9px 14px; bottom: 0; left: -6px; }
  .hero-byline { margin-bottom: 22px; }
  .hero-cta-row { gap: 10px; }
}

.stat-ticker {
  position: relative; z-index: 2; margin-top: 80px;
  border-top: 1px solid rgba(255,255,255,0.12);
  max-width: var(--container-w); margin-left: auto; margin-right: auto;
  padding: 32px 32px 50px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 28px;
}
.stat-item { display: flex; flex-direction: column; gap: 4px; }
.stat-num { font-family: var(--font-display); font-weight: 600; font-size: 34px; color: var(--gold-300); }
.stat-label { font-size: 12.5px; color: rgba(255,255,255,0.85); text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-label); }
.stat-divider { width: 1px; background: rgba(255,255,255,0.12); }
@media (max-width: 700px) { .stat-divider { display: none; } }

/* ============ PROBLEM LIST ============ */
.problem-list { border-top: 1px solid rgba(24,19,9,0.12); margin-top: 10px; }
.problem-row {
  display: grid; grid-template-columns: 110px 1fr; gap: 32px; align-items: baseline;
  padding: 30px 0; border-bottom: 1px solid rgba(24,19,9,0.12);
  opacity: 0; transform: translateY(24px); transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.problem-row.in-view { opacity: 1; transform: translateY(0); }
.problem-num {
  font-family: var(--font-display); font-weight: 300; font-size: 56px; color: var(--gold-400);
  opacity: 0.55; line-height: 1;
}
.problem-row p { font-size: clamp(18px, 2vw, 22px); font-family: var(--font-body); font-weight: 500; max-width: 640px; }

/* ============ REFRAME ============ */
.reframe-section { padding: 60px 0 140px; }
#problem.section { padding-bottom: 60px; }
.quote-mark { font-family: var(--font-display); font-size: 90px; color: var(--gold-500); opacity: 0.5; line-height: 0.5; margin-bottom: 10px; }
.reframe-quote {
  font-family: var(--font-display); font-weight: 500; font-size: clamp(32px, 5vw, 56px);
  color: #fff; line-height: 1.15; margin-bottom: 28px;
}
.reframe-body { font-size: clamp(17px, 1.8vw, 21px); color: rgba(255,255,255,0.88); line-height: 1.6; max-width: 640px; }
.close-section .reframe-body { margin-bottom: 36px; }

.center-cta { display: flex; justify-content: center; }
.center-cta.cta-left { justify-content: flex-start; }
.section-cta { margin-top: 56px; }

/* ============ CASE GRID ============ */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); margin-top: 40px; }
.case-grid .case-card:last-child { grid-column: span 2; }
.case-card {
  background: var(--navy-900); padding: 38px 30px;
  opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.case-card.in-view { opacity: 1; transform: translateY(0); }
.case-photo { width: 100%; height: 150px; object-fit: cover; border-radius: 4px; margin-bottom: 20px; opacity: 0.95; }
.case-logo { height: 34px; width: auto; max-width: 70%; object-fit: contain; object-position: left; margin-bottom: 22px; }
.case-num { font-family: var(--font-display); font-weight: 600; font-size: 38px; color: var(--gold-300); margin-bottom: 10px; }
.case-name { font-family: var(--font-label); font-weight: 700; font-size: 14px; letter-spacing: 0.03em; margin-bottom: 8px; }
.case-detail { font-size: 14.5px; color: rgba(255,255,255,0.78); line-height: 1.5; }
@media (max-width: 860px) { .case-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .case-grid { grid-template-columns: 1fr; } }

/* ============ ZIGZAG (Geheimnisse) ============ */
.zigzag-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center;
  max-width: var(--container-w); margin: 0 auto; padding: 50px 32px;
  opacity: 0; transform: translateY(28px); transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}
.zigzag-row.in-view { opacity: 1; transform: translateY(0); }
.zigzag-reverse { direction: rtl; }
.zigzag-reverse .zigzag-text, .zigzag-reverse .zigzag-image { direction: ltr; }
.zigzag-tag { font-family: var(--font-label); font-weight: 700; font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-600); }
.zigzag-text h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3vw, 36px); margin: 12px 0 18px; }
.zigzag-text p { font-size: 17px; color: var(--ink-soft); line-height: 1.6; max-width: 480px; }
.zigzag-image { border-radius: 6px; overflow: hidden; box-shadow: 0 30px 60px -25px rgba(24,19,9,0.35); }
.zigzag-image img { width: 100%; height: 420px; object-fit: cover; object-position: top center; }
.zigzag-image.zigzag-graphic { background: var(--navy-950); display: flex; align-items: center; justify-content: center; }
.zigzag-image.zigzag-graphic img { height: auto; max-height: 420px; width: 100%; object-fit: contain; object-position: center; }
@media (max-width: 820px) {
  .zigzag-row, .zigzag-reverse { grid-template-columns: 1fr; direction: ltr; }
  .zigzag-image img { height: 300px; }
  .zigzag-image.zigzag-graphic img { max-height: 300px; }
}

/* ============ CREDIBILITY LOGO MARQUEE ============ */
.credibility-strip { background: var(--navy-950); padding: 30px 0 46px; position: relative; }
.logo-marquee { overflow: hidden; border-top: 1px solid rgba(229,198,121,0.15); padding-top: 30px; }
.logo-marquee-track { display: flex; align-items: center; gap: 60px; width: max-content; animation: scroll-marquee 30s linear infinite; }
.logo-marquee-track img { height: 30px; width: auto; object-fit: contain; opacity: 0.82; flex-shrink: 0; }
@keyframes scroll-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============ FIT GRID (Für wen) ============ */
.fit-intro { font-family: var(--font-body); font-size: clamp(17px, 1.8vw, 20px); color: var(--ink-soft); max-width: 680px; margin: -20px 0 36px; line-height: 1.55; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 30px; }
.fit-col {
  border-radius: 10px; padding: 38px 36px;
  opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.fit-col.in-view { opacity: 1; transform: translateY(0); }
.fit-yes { background: rgba(70, 150, 95, 0.07); border: 1.5px solid rgba(70, 150, 95, 0.4); }
.fit-no { background: rgba(190, 70, 60, 0.06); border: 1.5px solid rgba(190, 70, 60, 0.32); }
.fit-heading { font-family: var(--font-label); font-weight: 800; font-size: 18px; letter-spacing: 0.01em; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.fit-yes .fit-heading { color: #2f7d4f; }
.fit-no .fit-heading { color: #ad4438; }
.fit-list { display: flex; flex-direction: column; gap: 17px; }
.fit-yes .fit-list li { padding-left: 32px; position: relative; font-size: 16.5px; color: var(--ink); font-weight: 500; }
.fit-yes .fit-list li::before {
  content: "✓"; position: absolute; left: 0; top: -1px; color: #fff; font-weight: 700; font-size: 12px;
  width: 20px; height: 20px; border-radius: 50%; background: #3f9764; display: flex; align-items: center; justify-content: center;
}
.fit-no .fit-list li { padding-left: 32px; position: relative; font-size: 16.5px; color: var(--ink); font-weight: 500; }
.fit-no .fit-list li::before {
  content: "✕"; position: absolute; left: 0; top: -1px; color: #fff; font-weight: 700; font-size: 11px;
  width: 20px; height: 20px; border-radius: 50%; background: #c1564a; display: flex; align-items: center; justify-content: center;
}
@media (max-width: 760px) { .fit-grid { grid-template-columns: 1fr; gap: 20px; } .fit-col { padding: 30px 26px; } }

.section-navy .fit-intro { color: rgba(255,255,255,0.85); }
.section-navy .fit-yes { background: rgba(70,150,95,0.16); border-color: rgba(125,205,150,0.45); }
.section-navy .fit-no { background: rgba(190,70,60,0.15); border-color: rgba(225,120,105,0.4); }
.section-navy .fit-yes .fit-heading { color: #7adba0; }
.section-navy .fit-no .fit-heading { color: #e89187; }
.section-navy .fit-yes .fit-list li,
.section-navy .fit-no .fit-list li { color: rgba(255,255,255,0.92); }
.section-navy .fit-yes .fit-list li::before { background: #3f9764; }
.section-navy .fit-no .fit-list li::before { background: #c1564a; }
.section-navy .callout-box { background: rgba(255,255,255,0.06); border: 1px solid rgba(229,198,121,0.25); }

.callout-box {
  margin-top: 50px; padding: 40px 44px; background: var(--navy-900); border-radius: 6px;
  opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.callout-box.in-view { opacity: 1; transform: translateY(0); }
.callout-box p { font-family: var(--font-body); font-weight: 500; font-size: clamp(18px, 2vw, 22px); color: #fff; line-height: 1.5; }

/* ============ RESULTS GRID ============ */
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.result-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(229,198,121,0.18); border-radius: 6px; padding: 30px;
  opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.result-card.in-view { opacity: 1; transform: translateY(0); }
.result-card p { font-size: 19px; line-height: 1.5; color: rgba(255,255,255,0.88); }
.result-card strong { color: var(--gold-300); }
@media (max-width: 860px) { .results-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .results-grid { grid-template-columns: 1fr; } }

/* ============ KURSAUFBAU GRID ============ */
.kursaufbau-grid { display: grid; grid-template-columns: 1fr 0.62fr; gap: 60px; align-items: start; }
.kursaufbau-image { position: sticky; top: 140px; display: flex; justify-content: center; }
.kursaufbau-image img { width: 100%; max-width: 320px; filter: drop-shadow(0 30px 50px rgba(24,19,9,0.25)); }
@media (max-width: 900px) {
  .kursaufbau-grid { grid-template-columns: 1fr; }
  .kursaufbau-image { position: static; order: -1; margin-bottom: 10px; }
  .kursaufbau-image img { max-width: 220px; }
}

/* ============ ACCORDION ============ */
.accordion { display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(24,19,9,0.14); margin-top: 30px; }
.accordion-item { border-bottom: 1px solid rgba(24,19,9,0.14); }
.accordion-item summary {
  list-style: none; cursor: pointer; padding: 26px 4px; display: flex; align-items: center; gap: 22px;
  font-family: var(--font-display); font-size: clamp(17px, 2vw, 21px); font-weight: 500;
}
.accordion-item summary::-webkit-details-marker { display: none; }
.accordion-num { font-family: var(--font-label); font-weight: 800; color: var(--gold-600); font-size: 14px; flex-shrink: 0; }
.accordion-title { flex: 1; }
.accordion-icon { font-family: var(--font-label); font-size: 20px; color: var(--gold-600); transition: transform 280ms var(--ease); flex-shrink: 0; }
.accordion-item[open] .accordion-icon { transform: rotate(45deg); }
.accordion-body { padding: 0 4px 28px 4px; max-width: 760px; }
.accordion-body p { font-size: 16px; color: var(--ink-soft); line-height: 1.65; }
.accordion-body { padding-left: calc(34px + 22px); }
.accordion-faq .accordion-body { padding-left: 4px; }
#faq.section { padding-top: 50px; }

.section-navy .accordion { border-top-color: rgba(255,255,255,0.18); }
.section-navy .accordion-item { border-bottom-color: rgba(255,255,255,0.18); }
.section-navy .accordion-item summary { color: #fff; }
.section-navy .accordion-num,
.section-navy .accordion-icon { color: var(--gold-400); }
.section-navy .accordion-body p { color: rgba(255,255,255,0.82); }

/* ============ BIO ============ */
.bio-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
.bio-image { border-radius: 6px; overflow: hidden; box-shadow: 0 40px 70px -30px rgba(24,19,9,0.4);
  opacity: 0; transform: translateY(20px); transition: opacity 800ms var(--ease), transform 800ms var(--ease); }
.bio-image.in-view, .bio-text.in-view { opacity: 1; transform: translateY(0); }
.bio-image img { width: 100%; height: 560px; object-fit: cover; }
.bio-text { opacity: 0; transform: translateY(20px); transition: opacity 800ms var(--ease) 150ms, transform 800ms var(--ease) 150ms; }
.bio-text p { font-size: 16.5px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 18px; max-width: 540px; }
.bio-stats { display: flex; gap: 40px; margin-top: 30px; }
.bio-stats .stat-num { color: var(--navy-800); }
.bio-stats .stat-label { color: var(--ink-soft); }
@media (max-width: 820px) {
  .bio-grid { grid-template-columns: 1fr; }
  .bio-image img { height: 360px; }
}

/* ============ VIP PASS (Pricing) ============ */
.vip-pass {
  display: grid; grid-template-columns: 1.5fr 1fr; background: linear-gradient(165deg, var(--navy-800), var(--navy-900));
  border-radius: 14px; overflow: hidden; margin-top: 50px; position: relative;
  box-shadow: 0 60px 100px -40px rgba(0,0,0,0.7); border: 1px solid rgba(229,198,121,0.25);
  opacity: 0; transform: translateY(24px); transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}
.vip-pass.in-view { opacity: 1; transform: translateY(0); }
.vip-pass-main { padding: 50px 46px; }
.vip-pass-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.vip-eyebrow { font-family: var(--font-label); font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-300); }
.vip-serial { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.08em; color: rgba(255,255,255,0.55); }
.vip-title { font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3vw, 34px); color: #fff; }
.vip-subtitle { font-family: var(--font-body); font-weight: 500; color: var(--gold-300); font-size: 16px; margin-bottom: 30px; }
.vip-includes { display: flex; flex-direction: column; gap: 13px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px dashed rgba(229,198,121,0.3); }
.vip-includes li { font-size: 15.5px; color: rgba(255,255,255,0.85); display: flex; gap: 12px; }
.vip-includes li span { font-family: var(--font-label); font-weight: 700; color: var(--gold-400); font-size: 12.5px; letter-spacing: 0.04em; flex-shrink: 0; width: 64px; text-transform: uppercase; padding-top: 2px; }
.vip-bonus-image { width: 100%; max-width: 280px; margin: 4px 0 22px; filter: drop-shadow(0 20px 36px rgba(0,0,0,0.4)); }
.vip-bonus { display: flex; flex-direction: column; gap: 11px; }
.vip-bonus li { font-size: 14.5px; color: rgba(255,255,255,0.8); }
.vip-bonus-exclusive { color: var(--gold-300) !important; font-weight: 600; }

.vip-pass-stub {
  background: rgba(4,13,24,0.4); padding: 50px 38px; display: flex; flex-direction: column;
  justify-content: center; gap: 26px; position: relative;
  border-left: 1px dashed rgba(229,198,121,0.3);
}
.vip-pass-stub::before, .vip-pass-stub::after {
  content: ""; position: absolute; left: -11px; width: 22px; height: 22px; border-radius: 50%; background: var(--paper);
}
.vip-pass-stub::before { top: -11px; }
.vip-pass-stub::after { bottom: -11px; }
.vip-price-block { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; }
.vip-strike { font-size: 16px; color: rgba(255,255,255,0.45); text-decoration: line-through; }
.vip-price { font-family: var(--font-display); font-weight: 600; font-size: 52px; color: var(--gold-300); }
.vip-price-note { font-size: 12.5px; color: rgba(255,255,255,0.7); font-family: var(--font-label); text-transform: uppercase; letter-spacing: 0.04em; }
.vip-guarantees { display: flex; flex-direction: column; gap: 9px; align-items: center; }
.vip-guarantees li { font-size: 12.5px; color: rgba(255,255,255,0.8); font-family: var(--font-label); letter-spacing: 0.02em; }
@media (max-width: 820px) {
  .vip-pass { grid-template-columns: 1fr; }
  .vip-pass-stub { border-left: none; border-top: 1px dashed rgba(229,198,121,0.3); }
  .vip-pass-stub::before, .vip-pass-stub::after { left: 50%; transform: translateX(-50%); top: -11px; }
  .vip-pass-stub::after { bottom: auto; top: -11px; }
}

/* ============ DIFF GRID ============ */
.diff-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-top: 30px; }
.diff-card {
  padding: 30px 26px; border-top: 2px solid var(--gold-500);
  opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.diff-card.in-view { opacity: 1; transform: translateY(0); }
.diff-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 18px; margin-bottom: 12px; }
.diff-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }
@media (max-width: 980px) { .diff-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .diff-grid { grid-template-columns: 1fr; } }

/* ============ CLOSE SECTION ============ */
.close-section { padding: 160px 0; }
.close-fineprint { margin-top: 24px; font-size: 13.5px; color: rgba(255,255,255,0.75); }

/* ============ FOOTER ============ */
.site-footer { background: var(--navy-950); padding: 60px 0 40px; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.footer-logo { height: 24px; opacity: 0.85; }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,0.75); }
.footer-links { display: flex; gap: 24px; font-size: 13px; color: rgba(255,255,255,0.78); flex-wrap: wrap; justify-content: center; }
.footer-links a:hover { color: var(--gold-400); }
.footer-copyright { font-size: 12.5px; color: rgba(255,255,255,0.5); margin-top: 10px; }

/* ============ GENERIC REVEAL ============ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 800ms var(--ease), transform 800ms var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 600px) {
  .section { padding: 80px 0; }
  .container { padding: 0 22px; }
}

/* ============ THANK YOU PAGE ============ */
.thankyou-header { position: static; background: var(--navy-950); }
.thankyou-header .header-inner { justify-content: center; }
.thankyou-hero { min-height: auto; padding: 70px 0 90px; }
.thankyou-hero-inner { position: relative; z-index: 2; }
.thankyou-check {
  width: 60px; height: 60px; border-radius: 50%; background: var(--gold-grad);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 24px;
  font-size: 28px; font-weight: 800; color: var(--navy-950);
}
.thankyou-hero .hero-byline { margin: 0 auto 14px; text-align: center; }
.fit-intro-center { margin-left: auto; margin-right: auto; text-align: center; }
.qualify-box { max-width: 640px; margin: 30px auto 0; }
.qualify-box .fit-list li { font-size: 17px; }
.qualify-closer {
  max-width: 640px; margin: 36px auto 28px; text-align: center;
  font-size: clamp(17px, 1.8vw, 20px); color: var(--ink-soft); line-height: 1.55;
}

.spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.spotlight-card {
  background: var(--navy-900); border: 1px solid rgba(229,198,121,0.18); border-radius: 8px; padding: 28px;
  opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.spotlight-card.in-view { opacity: 1; transform: translateY(0); }
.spotlight-photo { width: 100%; height: 220px; object-fit: cover; border-radius: 5px; margin-bottom: 24px; }
.spotlight-card .case-num { font-family: var(--font-display); font-weight: 600; font-size: 36px; color: var(--gold-300); margin-bottom: 8px; }
.spotlight-card .case-name { font-family: var(--font-label); font-weight: 700; font-size: 15px; letter-spacing: 0.03em; margin-bottom: 10px; }
.spotlight-card .case-detail { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.55; }
@media (max-width: 760px) { .spotlight-grid { grid-template-columns: 1fr; } }
