:root {
  --ink: #101016;
  --ink-soft: #1b1b25;
  --paper: #f6f7fb;
  --white: #ffffff;
  --muted: #666776;
  --line: #d8d9e1;
  --violet: #8d58ff;
  --violet-dark: #6d36df;
  --acid: #caff42;
  --orange: #ff7a45;
  --max: 1200px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }

.topbar {
  background: var(--acid);
  color: var(--ink);
  padding: .62rem 1rem;
  text-align: center;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.topbar span { margin: 0 .45rem; }

.site-header {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 900; letter-spacing: -.025em; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--ink); }
.brand-mark span { width: 19px; height: 12px; border-bottom: 3px solid var(--acid); border-left: 3px solid transparent; transform: skewX(-25deg) rotate(-7deg); position: relative; }
.brand-mark span::before, .brand-mark span::after { content: ""; position: absolute; height: 3px; background: var(--acid); border-radius: 5px; }
.brand-mark span::before { width: 8px; left: 1px; bottom: 5px; transform: rotate(54deg); }
.brand-mark span::after { width: 9px; right: -1px; bottom: 5px; transform: rotate(-55deg); }
.site-header nav { display: flex; gap: 1.4rem; }
.site-header nav a { text-decoration: none; color: #474852; font-size: .9rem; font-weight: 700; }
.site-header nav a:hover { color: var(--violet-dark); }
.nav-cta { border: 0; border-radius: 999px; padding: .7rem 1.05rem; background: var(--ink); color: var(--white); font-weight: 800; }

.hero {
  width: min(var(--max), calc(100% - 2rem));
  margin: 2.2rem auto 0;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(2.4rem, 6vw, 5.5rem) 0 clamp(3rem, 7vw, 6rem);
}
.eyebrow, .section-number, .shop-type, .dialog-kicker {
  margin: 0 0 1rem;
  color: var(--violet-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 1.4rem; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .92; letter-spacing: -.068em; font-weight: 950; }
h1 em { display: block; color: var(--violet); font-style: normal; }
.hero-lede { max-width: 720px; margin-bottom: 1.7rem; color: #454651; font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 50px; border: 1px solid transparent; border-radius: 999px; padding: .85rem 1.25rem; text-decoration: none; font-weight: 850; }
.button-primary { background: var(--violet); color: var(--white); box-shadow: 0 10px 30px rgba(109,54,223,.23); }
.button-primary:hover { background: var(--violet-dark); transform: translateY(-1px); }
.button-secondary { border-color: var(--line); background: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.microcopy { margin: .95rem 0 0; color: var(--muted); font-size: .78rem; }

.hero-product {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 34px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 35px 80px rgba(25,18,44,.24);
  transform: rotate(2deg);
}
.hero-product::before { content: "$"; position: absolute; right: -1rem; top: -5.8rem; font-size: 22rem; line-height: 1; font-weight: 950; color: rgba(141,88,255,.11); }
.hero-product::after { content: ""; position: absolute; width: 240px; height: 240px; left: -120px; bottom: -95px; border: 42px solid rgba(202,255,66,.08); border-radius: 50%; }
.product-kicker { position: relative; z-index: 1; display: inline-flex; border-radius: 999px; background: var(--acid); color: var(--ink); padding: .45rem .7rem; font-size: .7rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.cover-lines { display: flex; gap: .35rem; margin: 4.8rem 0 1.5rem; }
.cover-lines span { height: 4px; background: var(--violet); border-radius: 5px; }
.cover-lines span:nth-child(1) { width: 25px; }.cover-lines span:nth-child(2) { width: 53px; }.cover-lines span:nth-child(3) { width: 90px; background: var(--acid); }
.cover-label { position: relative; z-index: 1; color: #bfc0c8; font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.hero-product h2 { position: relative; z-index: 1; margin-bottom: 1.1rem; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: .95; letter-spacing: -.055em; }
.hero-product > p:not(.cover-label) { position: relative; z-index: 1; color: #d2d3d9; max-width: 400px; }
.cover-route { position: relative; z-index: 1; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #373743; color: var(--acid); font-size: .68rem; font-weight: 850; letter-spacing: .09em; }
.price-lockup { position: absolute; z-index: 1; right: 2rem; bottom: 1.7rem; display: flex; align-items: baseline; gap: .7rem; }
.price-lockup span { color: #9697a2; font-size: .8rem; text-decoration: line-through; }
.price-lockup strong { color: var(--acid); font-size: 2.5rem; }

.data-strip { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto clamp(5rem, 10vw, 9rem); display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.data-strip article { padding: 1.45rem; border-right: 1px solid var(--line); }
.data-strip article:last-child { border-right: 0; background: var(--acid); }
.data-strip strong { display: block; font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -.05em; }
.data-strip span { color: var(--muted); font-size: .8rem; font-weight: 700; }
.data-strip article:last-child span { color: #303117; }

.truth-section, .paths-section, .shop-section, .membership-section, .faq-section { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: clamp(4rem, 8vw, 7.5rem) 0; }
.truth-section { border-top: 1px solid var(--line); }
.truth-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: start; }
.truth-grid h2, .section-heading h2, .proof-copy h2, .cta-section h2, .faq-section > h2 { margin-bottom: 0; max-width: 820px; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.06em; }
.truth-grid > div { color: #4c4d58; font-size: 1.08rem; }
.strong-line { color: var(--ink); font-weight: 850; }

.paths-section { padding-top: 3rem; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading > p { color: var(--muted); }
.path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.path-card { position: relative; min-height: 400px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.path-card.featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.path-card.wide { grid-column: 1 / -1; min-height: auto; background: linear-gradient(115deg, #6d36df, #8d58ff); color: var(--white); }
.path-index { color: #a4a5ae; font-weight: 900; }
.path-tag { display: inline-flex; margin: 2rem 0 .85rem; border-radius: 999px; padding: .35rem .6rem; background: #efeff5; color: #565764; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.featured .path-tag { background: var(--acid); color: var(--ink); }
.wide .path-tag { background: rgba(255,255,255,.18); color: var(--white); }
.path-card h3 { margin-bottom: .8rem; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.055em; }
.path-card p { max-width: 620px; color: #5c5d67; }
.featured p, .wide p { color: #d5d5dc; }
.path-card ul { margin: 1.5rem 0 0; padding-left: 1.1rem; }
.path-card li { margin: .5rem 0; }
.two-column-list { columns: 2; column-gap: 2rem; }

.shop-section { width: 100%; max-width: none; padding-left: max(1rem, calc((100% - var(--max))/2)); padding-right: max(1rem, calc((100% - var(--max))/2)); background: var(--ink); color: var(--white); }
.shop-heading > p { color: #b4b5be; }
.shop-section .section-number { color: var(--acid); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.shop-card { min-height: 350px; display: flex; flex-direction: column; padding: 2rem; border: 1px solid #33333e; border-radius: var(--radius); background: var(--ink-soft); }
.shop-card.bundle-card { grid-column: 1 / -1; min-height: 430px; background: var(--acid); color: var(--ink); border-color: var(--acid); }
.badge { align-self: flex-start; border-radius: 999px; padding: .4rem .62rem; background: var(--ink); color: var(--white); font-size: .67rem; font-weight: 950; letter-spacing: .09em; }
.shop-type { margin-top: 1.3rem; color: var(--violet); }
.bundle-card .shop-type { color: #475b00; }
.shop-card h3 { max-width: 720px; margin-bottom: .8rem; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.shop-card > p:not(.shop-type) { max-width: 760px; color: #bbbcc6; }
.bundle-card > p:not(.shop-type) { color: #34361f; }
.shop-card ul { padding-left: 1.1rem; }
.shop-card li { margin: .45rem 0; }
.shop-bottom { margin-top: auto; padding-top: 1.8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid #353641; }
.bundle-card .shop-bottom { border-top-color: rgba(16,16,22,.2); }
.shop-bottom strong { font-size: 2rem; letter-spacing: -.04em; }
.shop-bottom s { margin-right: .55rem; color: #666b45; }
.text-button { border: 0; background: transparent; color: var(--acid); font-weight: 850; }
.bundle-card .button-primary { background: var(--ink); }

.membership-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.membership-intro h2 { margin-bottom: 1.4rem; max-width: 660px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .96; letter-spacing: -.06em; }
.membership-intro > p:not(.section-number):not(.membership-note) { max-width: 660px; color: var(--muted); font-size: 1.08rem; }
.membership-features { margin: 2rem 0; padding: 0; list-style: none; }
.membership-features li { position: relative; margin: .8rem 0; padding-left: 1.8rem; font-weight: 760; }
.membership-features li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--violet-dark); font-weight: 950; }
.membership-note { max-width: 650px; padding: 1rem; border-left: 4px solid var(--acid); background: var(--white); color: var(--muted); font-size: .8rem; }
.membership-pricing { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.membership-card { min-height: 470px; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 20px 50px rgba(31,22,54,.08); }
.membership-card-featured { border: 2px solid var(--violet); background: var(--ink); color: var(--white); transform: translateY(-1.4rem); box-shadow: 0 28px 70px rgba(38,24,70,.22); }
.membership-card .shop-type { margin-top: 1rem; }
.membership-card h3 { margin-bottom: 1.2rem; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; letter-spacing: -.05em; }
.membership-card > p:not(.shop-type) { color: var(--muted); }
.membership-card-featured > p:not(.shop-type) { color: #c9c9d1; }
.membership-price { display: flex; align-items: baseline; gap: .4rem; margin-bottom: 1.2rem; }
.membership-price strong { font-size: clamp(3rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.07em; }
.membership-price span { color: var(--muted); font-weight: 800; }
.membership-card-featured .membership-price strong { color: var(--acid); }
.membership-card .button { width: 100%; margin-top: auto; }

.sandbox-banner { position: sticky; z-index: 1000; top: 0; display: flex; justify-content: center; gap: .8rem; padding: .7rem 1rem; background: #fff0bb; color: #402d00; border-bottom: 1px solid #e3c45c; font-size: .8rem; }
.sandbox-banner strong { letter-spacing: .08em; }

.confirmation-page { min-height: 100vh; background: radial-gradient(circle at top right, rgba(141,88,255,.24), transparent 36%), var(--paper); }
.confirmation-shell { width: min(780px, calc(100% - 2rem)); margin: 0 auto; padding: 3rem 0; }
.confirmation-shell > .brand { margin-bottom: 4rem; }
.confirmation-card { padding: clamp(2rem, 6vw, 5rem); border: 1px solid var(--line); border-radius: 32px; background: var(--white); box-shadow: 0 32px 80px rgba(31,22,54,.14); }
.confirmation-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 2rem; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 1.8rem; font-weight: 950; }
.confirmation-card h1 { max-width: 650px; font-size: clamp(3rem, 8vw, 6rem); }
.confirmation-card > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.sandbox-notice { margin: 2rem 0; padding: 1.2rem; border-radius: 16px; background: #fff8dd; color: #5d4b14; }

.proof-section { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.proof-image-wrap { position: relative; padding: .8rem; border-radius: 28px; background: var(--white); box-shadow: 0 22px 60px rgba(30,20,50,.14); transform: rotate(-2deg); }
.proof-image-wrap::after { content: "ORIGINAL POST"; position: absolute; right: -1rem; top: 2rem; background: var(--acid); padding: .45rem .7rem; font-size: .65rem; font-weight: 950; letter-spacing: .1em; transform: rotate(5deg); }
.proof-image-wrap img { display: block; width: 100%; height: auto; border-radius: 19px; }
.proof-copy h2 { margin-bottom: 2rem; }
.proof-copy > p:last-child { color: var(--muted); font-size: 1.07rem; }
.proof-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-bottom: 2rem; }
.proof-metrics div { padding: 1rem 0; border-top: 2px solid var(--ink); }
.proof-metrics strong { display: block; font-size: 1.45rem; }
.proof-metrics span { color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }

.cta-section { padding: clamp(4rem, 9vw, 8rem) max(1rem, calc((100% - var(--max))/2)); background: var(--violet); color: var(--white); text-align: center; }
.cta-section .eyebrow { color: var(--acid); }
.cta-section h2 { margin: 0 auto 2rem; max-width: 1000px; }
.cta-section > p:last-child { margin: 1rem 0 0; font-size: .8rem; color: #e4dcff; }

.faq-section > h2 { margin-bottom: 2.5rem; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 1.4rem 3rem 1.4rem 0; position: relative; list-style: none; cursor: pointer; font-weight: 850; font-size: 1.06rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .4rem; top: 1rem; font-size: 1.7rem; color: var(--violet); }
details[open] summary::after { content: "−"; }
details p { max-width: 850px; padding: 0 3rem 1.4rem 0; color: var(--muted); }

footer { padding: 3rem max(1rem, calc((100% - var(--max))/2)); background: var(--white); border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-brand p { margin: .15rem 0 0; color: var(--muted); font-size: .8rem; }
.footer-sources { display: flex; flex-wrap: wrap; gap: .8rem 1.25rem; margin: 2rem 0; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .77rem; }
.footer-sources p { width: 100%; margin-bottom: .2rem; color: var(--muted); font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.footer-sources a { color: #4a4b56; }
.copyright { margin-bottom: 0; color: #7a7b86; font-size: .72rem; }

dialog { width: min(560px, calc(100% - 2rem)); border: 0; border-radius: 28px; padding: 2rem; background: var(--white); color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.4); }
dialog::backdrop { background: rgba(9,9,13,.74); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 1rem; top: .9rem; border: 0; background: transparent; font-size: 2rem; line-height: 1; color: #686976; }
.dialog-kicker { margin-top: .5rem; }
dialog h2 { margin-right: 2rem; font-size: clamp(1.9rem, 5vw, 3rem); line-height: 1; letter-spacing: -.05em; }
.dialog-price { font-size: 2rem; font-weight: 950; color: var(--violet-dark); }
.checkout-status { display: flex; gap: .85rem; margin: 1.2rem 0; padding: 1rem; border-radius: 16px; background: #f2f1ff; }
.checkout-status > span { flex: 0 0 auto; width: 12px; height: 12px; margin-top: .38rem; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,122,69,.15); }
.checkout-status p { margin: .2rem 0 0; color: var(--muted); font-size: .82rem; }
.dialog-copy { color: var(--muted); }
.dialog-dismiss { width: 100%; margin-top: .5rem; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .nav-cta { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-product { max-width: 620px; width: 100%; margin: 0 auto; transform: none; }
  .data-strip { grid-template-columns: repeat(2, 1fr); }
  .data-strip article:nth-child(2) { border-right: 0; }
  .data-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .truth-grid, .section-heading, .proof-section, .membership-section { grid-template-columns: 1fr; gap: 2rem; }
  .proof-image-wrap { max-width: 520px; }
  .membership-card-featured { transform: none; }
}

@media (max-width: 650px) {
  .topbar { font-size: .68rem; }
  .site-header { min-height: 70px; }
  .hero { margin-top: .5rem; padding-top: 2.4rem; }
  h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .hero-product { min-height: 470px; padding: 1.4rem; }
  .price-lockup { right: 1.4rem; }
  .data-strip { margin-bottom: 4rem; }
  .data-strip article { padding: 1rem; }
  .data-strip strong { font-size: 1.5rem; }
  .path-grid, .product-grid, .membership-pricing { grid-template-columns: 1fr; }
  .path-card.wide, .shop-card.bundle-card { grid-column: auto; }
  .two-column-list { columns: 1; }
  .shop-bottom { align-items: flex-end; }
  .proof-metrics { grid-template-columns: repeat(2, 1fr); }
  .sandbox-banner { align-items: center; flex-direction: column; gap: .1rem; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
