/* ===================================================
   WEBINAR V2 — HEDONIC-INSPIRED STRUCTURE
   Black + gold luxury brand · sharp typography
=================================================== */

:root {
  --gold: #F5C84B;
  --gold-bright: #FCD968;
  --gold-deep: #C29A2E;
  --cream: #FFFFFF;
  --ink: #E8E2D4;
  --muted: #A39E92;
  --muted2: #7A766C;
  --bg: #0A0908;
  --bg-elev: #13110D;
  --bg-elev2: #1A1812;
  --line: rgba(245, 200, 75, .18);
}

/* ===================== HERO V2 ===================== */
.v2-hero {
  position: relative;
  padding: 120px 0 80px;
  background:
    radial-gradient(ellipse 1200px 700px at 50% 30%, rgba(245, 200, 75, .18), transparent 65%),
    radial-gradient(ellipse 800px 500px at 50% 90%, rgba(245, 200, 75, .08), transparent 70%),
    var(--bg);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.v2-hero::before,
.v2-hero::after {
  content: "";
  position: absolute;
  width: 60px; height: 60px;
  border: 1px solid var(--gold);
  opacity: .25;
}
.v2-hero::before { top: 90px; left: 40px; border-right: 0; border-bottom: 0; }
.v2-hero::after  { bottom: 40px; right: 40px; border-left: 0; border-top: 0; }

.v2-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid rgba(245, 200, 75, .35);
  border-radius: 999px;
  background: rgba(245, 200, 75, .07);
  font: 600 12px/1 'Inter', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 28px;
  box-shadow: 0 0 30px rgba(245, 200, 75, .12);
}
.v2-eyebrow__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}

.v2-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(40px, 6.5vw, 76px);
  line-height: 1.05;
  letter-spacing: -1px;
  color: var(--cream);
  margin: 0 auto 24px;
  max-width: 900px;
}
.v2-h1 em {
  font-style: italic;
  color: var(--gold-bright);
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
}
.v2-h1__big {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -1.5px;
}
.v2-h1__big em {
  font-style: italic;
  color: var(--gold-bright);
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
}

.v2-sub {
  font: 400 19px/1.55 'Inter', sans-serif;
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto 36px;
}

/* Countdown */
.v2-countdown {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 36px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(20, 20, 20, .65);
  backdrop-filter: blur(8px);
  margin-bottom: 32px;
}
.v2-countdown__lbl {
  font: 600 11px/1 'Inter', sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted2);
  margin-bottom: 14px;
}
.v2-countdown__row {
  display: flex;
  gap: 18px;
}
.v2-count {
  text-align: center;
  min-width: 64px;
}
.v2-count span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  color: var(--gold);
  letter-spacing: -1px;
}
.v2-count small {
  display: block;
  font: 500 11px/1 'Inter', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted2);
  margin-top: 6px;
}

/* CTA row */
.v2-cta-row {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.v2-free-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 12px 18px;
  border: 1px dashed var(--gold);
  border-radius: 10px;
  background: rgba(201, 162, 75, .04);
}
.v2-free-tag strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.v2-free-tag span {
  font: 500 12px/1 'Inter', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
}

.v2-microcopy {
  font: 400 14px/1.5 'Inter', sans-serif;
  color: var(--muted2);
  margin-top: 12px;
  font-style: italic;
}

/* ===================== PROOF BAR ===================== */
.v2-proof-bar {
  padding: 36px 0;
  background: var(--bg-elev);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.v2-proof-bar__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  align-items: center;
}
.v2-proof-stat { text-align: center; }
.v2-proof-num {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  color: var(--gold);
  letter-spacing: -.5px;
  margin-bottom: 8px;
}
.v2-proof-lbl {
  font: 500 12px/1.4 'Inter', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 768px) {
  .v2-proof-bar__row { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

/* ===================== INTRO ===================== */
.v2-intro { padding: 88px 0; }

/* ===================== PROOF GRID ===================== */
.v2-grid-section { padding: 88px 0; background: var(--bg-elev); }
.v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.v2-grid__cell {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg);
  border: 1px solid var(--line);
  transition: transform .35s ease, box-shadow .35s ease;
}
.v2-grid__cell:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(0,0,0,.6), 0 0 0 1px var(--gold);
}
.v2-grid__cell img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.v2-grid__cell figcaption {
  padding: 18px 20px;
  font: 400 14px/1.55 'Inter', sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(201,162,75,.04), transparent);
  border-top: 1px solid var(--line);
}
.v2-grid__cell figcaption strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--gold);
  margin-bottom: 6px;
}
.v2-grid__more {
  text-align: center;
  margin-top: 36px;
  color: var(--muted);
  font-style: italic;
}
@media (max-width: 768px) {
  .v2-grid { grid-template-columns: 1fr; }
}

/* ===================== STEPS ===================== */
.v2-learn { padding: 88px 0; }
.v2-steps {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.v2-steps li {
  display: flex;
  gap: 28px;
  padding: 28px 32px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 14px;
  align-items: flex-start;
}
.v2-step__num {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: var(--gold);
  letter-spacing: -1px;
  flex-shrink: 0;
  min-width: 60px;
}
.v2-steps li h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: var(--cream);
  margin: 0 0 8px;
}
.v2-steps li p {
  font: 400 15px/1.6 'Inter', sans-serif;
  color: var(--muted);
  margin: 0;
}
@media (max-width: 600px) {
  .v2-steps li { flex-direction: column; gap: 12px; padding: 22px; }
  .v2-step__num { font-size: 32px; }
}

/* ===================== ABOUT ===================== */
.v2-about {
  padding: 88px 0;
  background: var(--bg-elev);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.v2-about__row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.v2-about__photo img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px rgba(0,0,0,.5);
}
.v2-about__copy h2 { margin: 12px 0 12px; }
@media (max-width: 768px) {
  .v2-about__row { grid-template-columns: 1fr; gap: 28px; }
  .v2-about__photo { max-width: 260px; margin: 0 auto; }
}

/* ===================== REGISTER ===================== */
.v2-register { padding: 88px 0; }
.v2-register__card {
  margin: 36px auto 0;
  padding: 36px;
  background: var(--bg-elev2);
  border: 1px solid var(--gold);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 0 6px rgba(201,162,75,.07);
  max-width: 620px;
}
.v2-register__note {
  margin-top: 18px;
  font: 400 13px/1.55 'Inter', sans-serif;
  color: var(--muted2);
  text-align: center;
}

/* ===================== FAQ ===================== */
.v2-faq { padding: 88px 0; background: var(--bg-elev); }
.v2-faq__list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.v2-faq__list details {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 24px;
  transition: border-color .25s ease;
}
.v2-faq__list details[open] { border-color: var(--gold); }
.v2-faq__list summary {
  cursor: pointer;
  font: 600 16px/1.4 'Inter', sans-serif;
  color: var(--cream);
  list-style: none;
  position: relative;
  padding-right: 32px;
}
.v2-faq__list summary::-webkit-details-marker { display: none; }
.v2-faq__list summary::after {
  content: "+";
  position: absolute;
  right: 0; top: -2px;
  font-size: 24px;
  color: var(--gold);
  transition: transform .25s ease;
}
.v2-faq__list details[open] summary::after { content: "–"; }
.v2-faq__list p {
  margin: 14px 0 0;
  font: 400 14.5px/1.6 'Inter', sans-serif;
  color: var(--muted);
}

/* ===================== FINAL CTA ===================== */
.v2-final {
  padding: 100px 0;
  background:
    radial-gradient(ellipse at bottom, rgba(201,162,75,.1), transparent 60%),
    var(--bg);
  border-top: 1px solid var(--line);
}
.v2-final__h {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--cream);
  margin-bottom: 14px;
}
.v2-final__tag {
  margin-top: 22px;
  color: var(--muted);
  font-style: italic;
}

/* ===================== NAV LOGO FIX ===================== */
.nav { 
  padding: 16px 0;
  background: rgba(11, 11, 11, .85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.nav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__brand img {
  height: 38px;
  width: auto;
  display: block;
}
.btn--sm { padding: 9px 16px; font-size: 13px; }

/* ===================== FOOTER ===================== */
.footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font: 400 13px/1.5 'Inter', sans-serif;
  color: var(--muted2);
}

/* ===================== GLOBAL POLISH ===================== */
body { background: var(--bg); color: var(--ink); margin: 0; font-family: 'Inter', sans-serif; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 820px; }
.h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; color: var(--cream); letter-spacing: -.5px; margin: 0 0 18px; }
.lead { font: 400 18px/1.6 'Inter', sans-serif; color: var(--ink); margin: 0 0 16px; }
.body { font: 400 15.5px/1.65 'Inter', sans-serif; color: var(--muted); margin: 0 0 14px; }
.ta-c { text-align: center; }
.section { padding: 80px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(201, 162, 75, .04);
  font: 600 11px/1 'Inter', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 18px;
}
.eyebrow--center { display: inline-flex; }
.eyebrow__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.btn {
  display: inline-block;
  font: 600 14px/1 'Inter', sans-serif;
  letter-spacing: .5px;
  text-transform: none;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 999px;
  position: relative;
  transition: transform .25s ease, box-shadow .3s ease, filter .2s ease;
}
.btn--gold {
  background: linear-gradient(180deg, #FCD968 0%, #F5C84B 55%, #E2B238 100%);
  color: #0A0908;
  font-weight: 700;
  box-shadow:
    0 0 40px rgba(245, 200, 75, .35),
    0 0 80px rgba(245, 200, 75, .22),
    0 14px 28px rgba(245, 200, 75, .25),
    inset 0 1px 0 rgba(255, 255, 255, .45);
}
.btn--gold:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow:
    0 0 60px rgba(245, 200, 75, .5),
    0 0 120px rgba(245, 200, 75, .3),
    0 22px 40px rgba(245, 200, 75, .35),
    inset 0 1px 0 rgba(255, 255, 255, .55);
}
.btn--xl { font-size: 16px; padding: 22px 44px; }

/* ===== PRE-FRAME VIDEO (above EasyWebinar widget) ===== */
.v2-preframe {
  max-width: 720px;
  margin: 0 auto 28px;
}
.v2-preframe__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(201, 162, 75, .04);
  font: 600 11px/1 'Inter', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 14px;
}
.v2-preframe__video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(201,162,75,.08);
  background: #000;
}
.v2-preframe__video video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70vh;
}
@media (max-width: 720px) {
  .v2-preframe { margin-bottom: 22px; }
  .v2-preframe__video { border-radius: 12px; }
}
