/* 5D Program — Masterclass funnel design system v2
   Fusion: summit.deeludlow.com cinematic event identity (Anton condensed display,
   crimson highlights, antique-gold hairlines, stage-photo heroes) x the challenge
   funnel's dark/champagne-gold elements. Adapted for a live ONLINE event. */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #080606;
  --bg-soft: #0e0a0a;
  --panel: #141010;
  --panel-2: #1a1514;
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.15);
  --text: #f4f1ee;
  --text-dim: #b0a9a4;
  --text-faint: #78716c;
  --red: #c41010;
  --red-bright: #e51919;
  --red-deep: #7a0b0b;
  --gold: #c9a24d;            /* antique gold — borders, hairlines, eyebrows */
  --champagne: #f5e2a7;       /* challenge CTA gold */
  --champagne-2: #e8c67a;
  --gold-text: #f0c15a;
  --radius: 12px;
  --radius-lg: 20px;
  --max: 1120px;
  --shadow-champagne: 0 10px 40px rgba(232,198,122,0.22);
  --shadow-red: 0 10px 40px rgba(196,16,16,0.35);
  --anton: 'Anton', 'Arial Narrow', sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.wrap-narrow { max-width: 780px; margin: 0 auto; padding: 0 20px; }

section { padding: 72px 0; position: relative; }
@media (max-width: 640px) { section { padding: 48px 0; } }

.bg-alt { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ---------- Display type ---------- */
h1, h2 {
  font-family: var(--anton);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  margin: 0 0 18px;
  color: var(--text);
}
h1 { font-size: clamp(34px, 5.6vw, 62px); line-height: 1.08; }
h2 { font-size: clamp(26px, 4vw, 42px); line-height: 1.12; }
h3 { font-size: 19px; line-height: 1.3; font-weight: 800; margin: 0 0 12px; }
.gold { color: var(--gold-text); }
.center { text-align: center; }
.lead { font-size: 18px; color: var(--text-dim); max-width: 660px; }
.lead strong, .lead .gold { color: var(--gold-text); font-weight: 600; }

/* Serif italic accent — the summit "Or" / eyebrow voice */
.serif-accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

/* Eyebrow with gold hairlines either side */
.eyebrow-rail {
  display: flex; align-items: center; gap: 18px;
  justify-content: center;
  margin-bottom: 18px;
}
.eyebrow-rail::before, .eyebrow-rail::after {
  content: '';
  height: 1px; flex: 0 1 120px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.eyebrow-rail::after { background: linear-gradient(90deg, var(--gold), transparent); }
.eyebrow-rail .t {
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-text);
  white-space: nowrap;
}

/* Gold-bordered qualifier box (summit hero element) */
.qualifier-box {
  display: inline-block;
  border: 1px solid var(--gold);
  border-radius: 10px;
  padding: 12px 26px;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dim);
  background: rgba(0,0,0,0.35);
}

/* Red info bars (summit venue/date bars) */
.info-bar {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg, var(--champagne) 0%, var(--champagne-2) 55%, var(--gold) 100%);
  border: 1px solid rgba(255,246,214,0.55);
  border-radius: 8px;
  padding: 13px 20px;
  font-size: 15px; font-weight: 800;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: #2a1c04;
  box-shadow: 0 6px 24px rgba(232,198,122,0.18);
}
.info-bar + .info-bar { margin-top: 10px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #0a0505;
}
.hero .hero-bg {
  position: absolute; inset: 0;
  background-image: url('/assets/img/hero-stage-gold.webp');
  background-size: cover;
  background-position: center 20%;
}
.hero .hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(201,162,77,0.18), transparent 60%),
    linear-gradient(180deg, rgba(8,4,4,0.72) 0%, rgba(8,4,4,0.55) 35%, rgba(8,6,6,0.92) 78%, var(--bg) 100%);
}
.hero .hero-inner {
  position: relative; z-index: 2;
  padding: 56px 0 80px;
  text-align: center;
}
.hero .brand-logo { width: 92px; height: 92px; margin: 0 auto 22px; filter: drop-shadow(0 4px 18px rgba(0,0,0,0.6)); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 2px;
  padding: 19px 40px;
  border-radius: 10px;
  font-weight: 900; font-size: 17px;
  letter-spacing: 0.03em; text-transform: uppercase;
  border: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  width: 100%;
  font-family: 'Inter', sans-serif;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn:active { transform: translateY(0); }
.btn .sub {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em;
  text-transform: none; opacity: 0.85;
}
.btn-gold {
  background: linear-gradient(135deg, var(--champagne) 0%, var(--champagne-2) 55%, #d9ad5c 100%);
  color: #2a1c04;
  border: 1px solid rgba(255,246,214,0.7);
  box-shadow: var(--shadow-champagne), inset 0 1px 0 rgba(255,255,255,0.55);
}
.btn-ghost {
  background: transparent;
  border: 1px solid var(--border-strong);
  color: var(--text-dim);
  text-transform: none; font-weight: 600; font-size: 14px;
  padding: 14px 24px;
}
.btn-ghost:hover { color: var(--text); border-color: var(--text-dim); }

/* ---------- Countdown ---------- */
.countdown-bar {
  background: linear-gradient(90deg, #0a0505, #1c0808 50%, #0a0505);
  border-bottom: 1px solid rgba(201,162,77,0.35);
  padding: 12px 0;
  text-align: center;
  position: relative; z-index: 5;
}
.countdown-bar .msg {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-text); font-weight: 700; margin-bottom: 7px;
}
.countdown-clock { display: flex; justify-content: center; gap: 20px; }
.countdown-clock .unit { text-align: center; min-width: 46px; }
.countdown-clock .num { font-family: var(--anton); font-size: 26px; color: var(--champagne); font-variant-numeric: tabular-nums; letter-spacing: 0.04em; }
.countdown-clock .lbl { font-size: 10px; color: var(--text-faint); text-transform: uppercase; letter-spacing: .08em; }

/* ---------- Press strip ---------- */
.press-strip { padding: 42px 0; background: #060404; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.press-strip .rail-title { margin-bottom: 26px; }
.press-logos { display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap; }
.press-logos img { height: 26px; width: auto; opacity: 0.6; filter: grayscale(1) brightness(1.4); }
@media (max-width: 640px) { .press-logos { gap: 28px; } .press-logos img { height: 18px; } }

/* ---------- Panels / cards ---------- */
.panel {
  background: rgba(16,12,12,0.82);
  border: 1px solid rgba(201,162,77,0.4);
  border-radius: var(--radius-lg);
  padding: 34px;
  backdrop-filter: blur(8px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
}
@media (max-width: 640px) { .panel { padding: 24px 18px; } }
.card {
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
}
.card-gold { border-color: rgba(201,162,77,0.55); box-shadow: 0 0 0 1px rgba(201,162,77,0.12), 0 18px 50px rgba(0,0,0,0.4); }

/* Option cards (summit "Option #1 / #2") */
.option-card {
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 28px;
  text-align: center;
}
.option-card .opt-label {
  font-family: var(--anton);
  font-size: 17px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-text); margin-bottom: 10px;
}
.option-card .opt-text { font-size: 17px; color: var(--text); font-weight: 600; }
.or-divider {
  text-align: center;
  font-family: var(--serif); font-style: italic;
  font-size: 24px; color: var(--text-dim);
  margin: 14px 0;
}

/* ---------- Form ---------- */
.field { margin-bottom: 14px; text-align: left; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--text-dim); margin-bottom: 6px; }
.field input {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid var(--border-strong);
  background: rgba(6,4,4,0.8);
  color: var(--text);
  font-size: 15px;
  font-family: inherit;
}
.field input::placeholder { color: var(--text-faint); }
.field input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,77,0.15); }
.trust-line { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: 12px; color: var(--text-faint); margin-top: 14px; }

/* ---------- Wizard ---------- */
.wizard { display: flex; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin-bottom: 26px; background: rgba(10,7,7,0.75); }
.wizard .step { flex: 1; padding: 15px 10px; text-align: center; border-right: 1px solid var(--border); }
.wizard .step:last-child { border-right: none; }
.wizard .step.active { background: rgba(201,162,77,0.08); }
.wizard .step .n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--text-faint); color: #0a0a0c; font-size: 12px; font-weight: 800; margin-bottom: 6px;
}
.wizard .step.active .n { background: var(--champagne); }
.wizard .step .t { font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: var(--text-faint); font-weight: 700; }
.wizard .step.active .t { color: var(--text); }

/* ---------- Progress ---------- */
.progress-track { height: 6px; background: rgba(255,255,255,0.1); border-radius: 4px; overflow: hidden; margin-top: 10px; }
.progress-fill { height: 100%; background: linear-gradient(90deg, var(--gold), var(--champagne)); }

/* ---------- Comparison table (✕ vs ✓) ---------- */
.versus { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 720px) { .versus { grid-template-columns: 1fr; } }
.versus .vs-col { border-radius: var(--radius); padding: 26px; border: 1px solid var(--border); }
.versus .vs-col.lose { background: var(--panel); }
.versus .vs-col.win { background: linear-gradient(180deg, rgba(58,42,10,0.35), var(--panel-2)); border-color: rgba(201,162,77,0.5); }
.versus .vs-title { font-family: var(--anton); font-size: 18px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.versus .lose .vs-title { color: var(--text-faint); }
.versus .win .vs-title { color: var(--gold-text); }
.versus ul { list-style: none; margin: 0; padding: 0; }
.versus li { padding: 8px 0; font-size: 15px; color: var(--text-dim); display: flex; gap: 10px; }
.versus .x { color: var(--text-faint); font-weight: 900; }
.versus .c { color: var(--gold-text); font-weight: 900; }

/* ---------- Bullets ---------- */
.bullets { list-style: none; padding: 0; margin: 0; }
.bullets li { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 15.5px; color: var(--text-dim); }
.bullets li:last-child { border-bottom: none; }
.bullets li .tick {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(201,162,77,0.16); color: var(--gold-text);
  display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; margin-top: 2px;
  border: 1px solid rgba(201,162,77,0.35);
}
.bullets li strong { color: var(--text); }

/* ---------- Numbered sessions (summit 01–05) ---------- */
.session-row {
  display: grid; grid-template-columns: 86px 1fr; gap: 24px;
  padding: 28px 0; border-bottom: 1px solid var(--border);
  align-items: start;
}
.session-row:last-child { border-bottom: none; }
.session-row .num {
  font-family: var(--anton);
  font-size: 52px; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--gold);
}
.session-row h3 { font-family: var(--anton); font-weight: 400; font-size: 21px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text); }
.session-row p { margin: 0; color: var(--text-dim); font-size: 15px; }
@media (max-width: 560px) { .session-row { grid-template-columns: 58px 1fr; gap: 14px; } .session-row .num { font-size: 38px; } }

/* ---------- Photo blocks ---------- */
.photo-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(201,162,77,0.4);
  box-shadow: 0 24px 70px rgba(0,0,0,0.55);
}
.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: center; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; gap: 28px; } }

.stat-row { display: flex; gap: 14px; margin-top: 24px; flex-wrap: wrap; }
.stat-chip {
  flex: 1; min-width: 130px;
  background: var(--panel-2); border: 1px solid rgba(201,162,77,0.35);
  border-radius: 10px; padding: 16px 14px; text-align: center;
}
.stat-chip .v { font-family: var(--anton); font-size: 26px; color: var(--champagne); letter-spacing: 0.03em; }
.stat-chip .l { font-size: 11px; color: var(--text-faint); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 3px; }

/* ---------- Proof (FB screenshots + quote cards) ---------- */
.proof-masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
@media (max-width: 860px) { .proof-masonry { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }
.proof-shot {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,0.5);
}
.proof-shot .cap { background: var(--panel-2); padding: 12px 16px; border-top: 1px solid var(--border); }
.proof-shot .cap .name { font-weight: 700; color: var(--gold-text); font-size: 13.5px; }
.proof-shot .cap .role { font-size: 12px; color: var(--text-faint); }
.proof-card { background: var(--panel-2); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.proof-card .name { font-weight: 700; color: var(--gold-text); font-size: 14px; margin-top: 14px; }
.proof-card .role { font-size: 12px; color: var(--text-faint); }
.proof-card p { font-size: 14.5px; color: var(--text-dim); margin: 0; }

/* ---------- Letter (personal note from Dee) ---------- */
.letter { font-size: 16.5px; color: var(--text-dim); }
.letter p { margin: 0 0 18px; }
.letter .sign {
  font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: 26px; color: var(--gold-text);
}

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 20px 4px;
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 700; font-size: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold-text); font-size: 24px; font-weight: 300; margin-left: 12px; flex-shrink: 0; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item .a { padding: 0 4px 20px; color: var(--text-dim); font-size: 15px; }

/* ---------- Video placeholder ---------- */
.video-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(201,162,77,0.5);
  background: #000;
  aspect-ratio: 16/9;
  box-shadow: 0 24px 70px rgba(0,0,0,0.6);
}
.video-frame img { width: 100%; height: 100%; object-fit: cover; }
.video-frame.placeholder {
  background:
    radial-gradient(circle at 50% 30%, rgba(201,162,77,0.16), transparent 60%),
    radial-gradient(circle at 30% 80%, rgba(201,162,77,0.1), transparent 50%),
    linear-gradient(135deg, #1a1210, #0a0606);
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px;
}
.video-frame.placeholder .cap { font-size: 13px; color: var(--text-faint); text-align: center; max-width: 340px; padding: 0 20px; }
.video-frame .btn-play {
  width: 78px; height: 78px; border-radius: 50%;
  background: linear-gradient(135deg, var(--champagne), var(--champagne-2));
  color: #2a1c04;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  box-shadow: 0 8px 34px rgba(232,198,122,0.4);
}
.video-frame .badge {
  position: absolute; top: 14px; left: 14px;
  background: rgba(0,0,0,0.6); border: 1px solid var(--gold);
  border-radius: 999px; padding: 6px 14px; font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--gold-text);
  z-index: 2;
}

/* ---------- Section w/ red-wash photo bg ---------- */
.photo-band {
  position: relative;
  overflow: hidden;
}
.photo-band .band-bg {
  position: absolute; inset: 0;
  background-image: url('/assets/img/seminar-gold.webp');
  background-size: cover; background-position: center;
  opacity: 0.35;
}
.photo-band .band-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(8,6,6,0.55) 30%, rgba(8,6,6,0.55) 70%, var(--bg) 100%);
}
.photo-band > .wrap, .photo-band > .wrap-narrow { position: relative; z-index: 2; }

/* ---------- Sticky CTA ---------- */
.sticky-cta {
  position: sticky; bottom: 0; z-index: 20;
  background: rgba(8,5,5,0.94);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(201,162,77,0.4);
  padding: 14px 20px;
}
.sticky-cta .inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-cta .btn { width: auto; padding: 14px 28px; }
@media (max-width: 560px) { .sticky-cta .inner { flex-direction: column; gap: 8px; } }

/* ---------- Comparison price cards (VIP) ---------- */
.price-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 780px) { .price-cards { grid-template-columns: 1fr; } }
.price-card { border-radius: var(--radius-lg); padding: 30px; border: 1px solid var(--border-strong); background: var(--panel); }
.price-card.vip {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(58,42,10,0.4), var(--panel));
  box-shadow: 0 0 0 1px rgba(201,162,77,0.2), 0 24px 70px rgba(0,0,0,0.5);
  position: relative;
}
.price-card .p-price { font-family: var(--anton); font-size: 44px; letter-spacing: 0.02em; margin: 8px 0 18px; }
.price-card.vip .p-price { color: var(--champagne); }

/* ---------- Checkout modal ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(5,3,3,0.82);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 18px;
}
.modal-box {
  position: relative;
  width: min(460px, 96vw);
  max-height: 92vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(201,162,77,0.6);
  box-shadow: 0 40px 120px rgba(0,0,0,0.7);
  padding: 10px;
}
.modal-close {
  position: absolute; top: 10px; right: 10px; z-index: 5;
  width: 32px; height: 32px; border-radius: 50%;
  border: none; cursor: pointer;
  background: rgba(0,0,0,0.08); color: #333;
  font-size: 17px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
.modal-close:hover { background: rgba(0,0,0,0.16); }
.modal-status {
  padding: 60px 24px; text-align: center;
  color: #444; font-size: 14.5px;
}
.modal-status .spin {
  width: 34px; height: 34px; margin: 0 auto 16px;
  border: 3px solid rgba(201,162,77,0.3);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: modalspin 0.9s linear infinite;
}
@keyframes modalspin { to { transform: rotate(360deg); } }

/* ---------- Footer ---------- */
footer { padding: 44px 0; border-top: 1px solid var(--border); background: #060404; }
footer .legal { font-size: 12px; color: var(--text-faint); text-align: center; line-height: 1.8; }
footer .legal a { color: var(--text-dim); }
footer .legal a:hover { color: var(--gold-text); }

/* ---------- Utility ---------- */
.hide { display: none !important; }
.small { font-size: 13px; color: var(--text-faint); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 780px) { .two-col { grid-template-columns: 1fr; } }
.tag {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; padding: 6px 12px; border-radius: 6px;
}
.tag-gold { background: rgba(201,162,77,0.16); color: var(--gold-text); border: 1px solid rgba(201,162,77,0.35); }
.gold-rule { height: 1px; border: none; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 0 auto; max-width: 420px; }
