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

:root{
  --bg:#080808;
  --bg-alt:#0e0e0e;
  --gold:#D4A843;
  --gold-dim:#8a6d28;
  --gold-glow:rgba(212,168,67,0.12);
  --text:#F2EFE9;
  --text-muted:rgba(242,239,233,0.68);
  --text-dim:rgba(242,239,233,0.35);
  --font-serif:'Cormorant Garamond',Georgia,serif;
  --font-sans:'DM Sans',system-ui,sans-serif
}

html{scroll-behavior:smooth}

body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-sans);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden
}

/* ── HERO ── */
.wb-hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  padding:120px 40px 80px
}
.wb-hero-bg{
  position:absolute;
  inset:0;
  pointer-events:none
}
.wb-hero-geo{
  position:absolute;
  pointer-events:none
}
.wb-hero-geo--tl{
  top:0;left:0;
  width:380px;
  height:100%;
  background:linear-gradient(90deg,rgba(212,168,67,0.06) 0%,transparent 100%);
  clip-path:polygon(0 0,100% 0,55% 100%,0% 100%)
}
.wb-hero-geo--br{
  bottom:0;right:0;
  width:380px;
  height:60%;
  background:linear-gradient(0deg,rgba(212,168,67,0.04) 0%,transparent 100%)
}
.wb-hero-inner{
  position:relative;
  z-index:1;
  max-width:900px;
  margin:0 auto;
  text-align:center
}
.wb-pre-label{
  font-family:var(--font-sans);
  font-size:11px;
  font-weight:500;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:28px
}
.wb-headline{
  font-family:var(--font-serif);
  font-weight:600;
  font-size:clamp(52px,10vw,120px);
  line-height:0.9;
  letter-spacing:-0.02em;
  color:var(--text);
  margin-bottom:28px
}
.wb-tagline{
  font-family:var(--font-serif);
  font-style:italic;
  font-weight:400;
  font-size:clamp(16px,2vw,24px);
  color:var(--gold);
  margin-bottom:40px
}
.wb-headline-rule{
  width:60px;
  height:1px;
  background:var(--gold);
  margin:0 auto 20px
}
.wb-kicker{
  font-size:clamp(15px,1.8vw,19px);
  color:var(--text-muted);
  line-height:1.65;
  max-width:600px;
  margin:0 auto 56px
}

/* Book mockup */
.wb-mockup-wrap{
  display:flex;
  justify-content:center;
  align-items:flex-end;
  gap:24px;
  margin-top:16px;
  flex-wrap:wrap
}
.wb-mockup{
  border-radius:4px;
  box-shadow:0 24px 80px rgba(0,0,0,0.8),0 0 0 1px rgba(212,168,67,0.15);
  object-fit:cover;
  display:block;
  max-width:280px;
  width:100%
}
.wb-mockup--primary{
  width:300px;
  max-width:300px;
  box-shadow:0 32px 100px rgba(0,0,0,0.9),0 0 60px rgba(212,168,67,0.15),0 0 0 1px rgba(212,168,67,0.2)
}
.wb-mockup--secondary{
  width:220px;
  max-width:220px;
  opacity:0.7;
  filter:brightness(0.8)
}

/* ── CHOOSE YOUR PATH (4 cards) ── */
.wb-purchase{
  padding:120px 40px;
  background:var(--bg-alt);
  border-top:1px solid rgba(212,168,67,0.06)
}
.wb-purchase-inner{max-width:1200px;margin:0 auto}
.wb-path-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:48px
}
.wb-path-card{
  background:var(--bg);
  border:1px solid rgba(255,255,255,0.08);
  padding:40px 28px 36px;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  transition:border-color 0.3s, box-shadow 0.3s
}
.wb-path-card:hover{
  border-color:rgba(212,168,67,0.25);
  box-shadow:0 8px 40px rgba(212,168,67,0.08)
}
.wb-path-card--featured{
  border-color:rgba(212,168,67,0.3);
  background:linear-gradient(180deg,rgba(212,168,67,0.06) 0%,var(--bg) 100%)
}
.wb-path-card--gold{
  border-color:var(--gold);
  background:linear-gradient(180deg,rgba(212,168,67,0.12) 0%,var(--bg) 100%);
  box-shadow:0 0 40px rgba(212,168,67,0.1)
}
.wb-path-badge{
  position:absolute;
  top:-1px;left:24px;
  background:var(--gold);
  color:var(--bg);
  font-size:10px;
  font-weight:600;
  letter-spacing:0.15em;
  text-transform:uppercase;
  padding:4px 14px
}
.wb-path-name{
  font-family:var(--font-serif);
  font-weight:600;
  font-size:18px;
  line-height:1.3;
  color:var(--text);
  margin-bottom:8px;
  margin-top:8px
}
.wb-path-type-label{
  font-size:10px;
  font-weight:500;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:20px
}
.wb-path-price{
  margin-bottom:24px
}
.wb-path-price-was{
  font-size:13px;
  color:var(--text-dim);
  text-decoration:line-through;
  margin-bottom:2px
}
.wb-path-label-launch{
  display:inline-block;
  font-size:9px;
  font-weight:600;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--bg);
  background:var(--gold);
  padding:2px 8px;
  margin-left:8px;
  vertical-align:middle;
  position:relative;
  top:-4px
}
.wb-path-amount{
  font-family:var(--font-serif);
  font-size:44px;
  font-weight:600;
  color:var(--text);
  line-height:1
}
.wb-path-features{
  list-style:none;
  margin-bottom:28px;
  flex:1;
  width:100%
}
.wb-path-features li{
  font-size:13px;
  color:var(--text-muted);
  padding:7px 0;
  border-bottom:1px solid rgba(255,255,255,0.04);
  padding-left:18px;
  position:relative;
  line-height:1.4
}
.wb-path-features li::before{
  content:'✦';
  position:absolute;
  left:0;
  color:var(--gold);
  font-size:9px;
  top:50%;
  transform:translateY(-50%)
}
.wb-path-cta{width:100%}
.wb-path-cta .wb-btn{
  display:block;
  text-align:center;
  font-family:var(--font-sans);
  font-size:11px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none;
  padding:14px 16px;
  transition:all 0.25s;
  border-radius:2px;
  width:100%
}
.wb-btn{
  display:block;
  text-align:center;
  font-family:var(--font-sans);
  font-size:13px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none;
  padding:16px 24px;
  transition:all 0.25s;
  cursor:pointer;
  border-radius:2px;
  width:100%
}
.wb-btn--gold{
  background:var(--gold);
  color:var(--bg);
  border:2px solid var(--gold)
}
.wb-btn--gold:hover{background:#e8bc56;border-color:#e8bc56}
.wb-btn--outline-gold{
  background:transparent;
  color:var(--gold);
  border:2px solid rgba(212,168,67,0.4)
}
.wb-btn--outline-gold:hover{background:var(--gold-glow)}

/* ── SUBMIT WORKBOOK ── */
.wb-submit{
  padding:100px 40px;
  border-top:1px solid rgba(212,168,67,0.06)
}
.wb-submit-inner{
  max-width:700px;
  margin:0 auto;
  text-align:center
}
.wb-submit-body{
  font-size:18px;
  line-height:1.65;
  color:var(--text-muted);
  margin:20px 0 36px
}
.wb-submit-cta{
  display:inline-block;
  width:auto;
  min-width:200px;
  padding:14px 32px
}

/* ── MOTTO NOTE ── */
.wb-motto{
  padding:80px 40px;
  border-top:1px solid rgba(212,168,67,0.06);
  background:var(--bg-alt)
}
.wb-motto-inner{
  max-width:800px;
  margin:0 auto;
  text-align:center
}
.wb-motto-text{
  font-family:var(--font-serif);
  font-style:italic;
  font-size:clamp(16px,2vw,22px);
  line-height:1.65;
  color:var(--text-muted)
}
.wb-notify{
  padding:120px 40px;
  border-top:1px solid rgba(212,168,67,0.06)
}
.wb-notify-inner{
  max-width:640px;
  margin:0 auto;
  text-align:center
}
.wb-notify-icon{
  font-size:14px;
  color:var(--gold);
  margin-bottom:28px;
  display:block
}
.wb-notify-title{
  font-family:var(--font-serif);
  font-weight:600;
  font-size:clamp(32px,4vw,52px);
  line-height:1.1;
  color:var(--text);
  margin-bottom:16px
}
.wb-notify-sub{
  font-size:17px;
  color:var(--text-muted);
  margin-bottom:40px;
  line-height:1.65
}
.wb-notify-form{
  display:flex;
  gap:12px;
  margin-bottom:16px;
  justify-content:center;
  flex-wrap:wrap
}
.wb-notify-input{
  flex:1;
  min-width:160px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.12);
  color:var(--text);
  font-family:var(--font-sans);
  font-size:15px;
  padding:14px 18px;
  outline:none;
  transition:border-color 0.25s;
  border-radius:2px
}
.wb-notify-input::placeholder{color:var(--text-dim)}
.wb-notify-input:focus{border-color:rgba(212,168,67,0.5)}
.wb-notify-btn{min-width:220px;flex-shrink:0}
.wb-notify-error{
  color:#e87c7c;
  font-size:13px;
  min-height:20px;
  margin-bottom:8px
}
.wb-notify-disclaimer{
  font-size:13px;
  color:var(--text-dim)
}
.wb-notify-success{
  font-family:var(--font-serif);
  font-size:22px;
  color:var(--gold);
  padding:24px;
  border:1px solid rgba(212,168,67,0.2);
  background:rgba(212,168,67,0.04)
}

/* ── WHY ── */
.wb-why{
  padding:120px 40px;
  background:var(--bg-alt);
  border-top:1px solid rgba(212,168,67,0.06)
}
.wb-why-inner{max-width:1100px;margin:0 auto}
.wb-section-label{
  display:inline-block;
  font-size:11px;
  font-weight:500;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:var(--gold);
  border:1px solid rgba(212,168,67,0.3);
  padding:6px 14px;
  margin-bottom:24px
}
.wb-section-title{
  font-family:var(--font-serif);
  font-weight:600;
  font-size:clamp(36px,5vw,64px);
  line-height:1.08;
  color:var(--text);
  margin-bottom:72px
}
.wb-why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border:1px solid rgba(255,255,255,0.06)
}
.wb-why-item{
  display:flex;
  align-items:flex-start;
  gap:20px;
  padding:48px 36px;
  border:1px solid rgba(255,255,255,0.04);
  transition:background 0.3s
}
.wb-why-item:hover{background:rgba(212,168,67,0.03)}
.wb-why-icon{
  font-size:14px;
  color:var(--gold);
  margin-top:4px;
  flex-shrink:0
}
.wb-why-heading{
  font-family:var(--font-serif);
  font-weight:600;
  font-size:20px;
  color:var(--text);
  margin-bottom:10px
}
.wb-why-desc{
  font-size:15px;
  line-height:1.7;
  color:var(--text-muted)
}

/* ── SOCIAL PROOF ── */
.wb-proof{
  padding:120px 40px;
  border-top:1px solid rgba(212,168,67,0.06)
}
.wb-proof-inner{max-width:1100px;margin:0 auto}
.wb-proof-kicker{
  font-size:11px;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:var(--text-muted);
  margin-bottom:28px
}
.wb-proof-quote{
  font-family:var(--font-serif);
  font-style:italic;
  font-weight:400;
  font-size:clamp(20px,2.5vw,32px);
  line-height:1.45;
  color:var(--text);
  max-width:800px;
  border-left:2px solid var(--gold);
  padding-left:40px;
  margin-bottom:32px
}
.wb-proof-attribution{
  font-size:13px;
  color:var(--text-muted);
  padding-left:40px;
  letter-spacing:0.05em
}
.wb-proof-banner{
  display:flex;
  align-items:center;
  gap:40px;
  margin-top:80px;
  padding-top:64px;
  border-top:1px solid rgba(255,255,255,0.06)
}
.wb-proof-stat{text-align:left}
.wb-proof-stat-num{
  display:block;
  font-family:var(--font-serif);
  font-weight:600;
  font-size:64px;
  color:var(--gold);
  line-height:1
}
.wb-proof-stat-label{
  display:block;
  font-size:11px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:var(--text-muted);
  margin-top:8px
}
.wb-proof-div{
  width:1px;
  height:60px;
  background:rgba(212,168,67,0.2)
}

/* ── FOOTER ── */
.wb-footer{
  padding:60px 40px;
  border-top:1px solid rgba(212,168,67,0.06);
  text-align:center
}
.wb-footer-logo{
  font-family:var(--font-serif);
  font-weight:700;
  font-size:18px;
  letter-spacing:0.3em;
  color:var(--gold);
  margin-bottom:12px
}
.wb-footer-tagline{
  font-family:var(--font-serif);
  font-style:italic;
  font-size:16px;
  color:var(--text-muted);
  margin-bottom:24px
}
.wb-footer-nav{
  display:flex;
  justify-content:center;
  gap:32px;
  margin-bottom:32px;
  flex-wrap:wrap
}
.wb-footer-link{
  font-family:var(--font-sans);
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--text-muted);
  text-decoration:none;
  transition:color 0.2s
}
.wb-footer-link:hover{color:var(--gold)}
.wb-footer-top{color:var(--gold-dim)}
.wb-footer-top:hover{color:var(--gold)}
.wb-footer-copy{
  font-size:11px;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:var(--text-dim)
}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .wb-path-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:960px){
  .wb-why-grid{grid-template-columns:1fr}
  .wb-proof-banner{gap:24px;flex-wrap:wrap}
  .wb-proof-stat-num{font-size:48px}
}
@media(max-width:768px){
  .wb-hero,.wb-purchase,.wb-notify,.wb-why,.wb-proof,.wb-footer,.wb-submit,.wb-motto{padding:80px 24px}
  .wb-hero{padding-top:100px}
  .wb-headline{font-size:52px}
  .wb-path-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}
  .wb-path-card{padding:36px 28px}
  .wb-path-amount{font-size:40px}
  .wb-proof-quote{padding-left:24px;font-size:20px}
  .wb-proof-attribution{padding-left:24px}
  .wb-proof-banner{flex-direction:column;align-items:flex-start;gap:24px}
  .wb-proof-div{width:40px;height:1px}
}
@media(max-width:480px){
  .wb-mockup-wrap{flex-direction:column;align-items:center}
  .wb-mockup--primary,.wb-mockup--secondary{max-width:200px;width:200px}
  .wb-notify-form{flex-direction:column}
  .wb-notify-input{min-width:100%}
  .wb-notify-btn{width:100%}
}