:root {
  --plum: #2b152b;
  --plum-2: #1f101f;
  --ink: #131319;
  --blue: #1254c9;
  --blue-dark: #0c3f9f;
  --orange: #f47b20;
  --cream: #fff8e8;
  --paper: #fffcf4;
  --pale-blue: #eaf1ff;
  --pale-orange: #fff0e3;
  --line: rgba(19, 19, 25, 0.16);
  --radius: 18px;
  --shadow: 0 24px 70px rgba(24, 12, 24, 0.14);
  --display: "Manrope", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 17px; line-height: 1.62; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.035em; line-height: 1.05; margin: 0; }
h1 { font-size: clamp(2.8rem, 6.2vw, 6.15rem); max-width: 850px; }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.65rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); padding: 10px 14px; background: var(--cream); color: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 900px; }
.section { padding: clamp(84px, 10vw, 148px) 0; }
.paper { background: var(--paper); }
.plum { color: var(--cream); background: var(--plum); }
.pale-blue { background: var(--pale-blue); }
.warm-panel { background: var(--pale-orange); }
.eyebrow { margin-bottom: 18px; color: var(--blue); font-family: var(--display); font-size: .78rem; font-weight: 800; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }
.eyebrow.light { color: #ffb166; }
.light-muted { color: rgba(255, 248, 232, .72); }
.center-copy { text-align: center; }
.light-copy p:last-child { max-width: 750px; margin: 26px auto 0; color: rgba(255, 248, 232, .78); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 252, 244, .93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { width: min(1280px, calc(100% - 30px)); min-height: 72px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.wordmark { font-family: var(--display); font-size: 1.35rem; font-weight: 800; letter-spacing: -.06em; text-decoration: none; }
.wordmark span { color: var(--blue); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 2px solid var(--blue); border-radius: 12px; background: var(--blue); color: white; font-family: var(--display); font-size: .95rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; box-shadow: 0 8px 0 rgba(12, 63, 159, .17); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 10px 0 rgba(12, 63, 159, .15); }
.button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.button-small { min-height: 44px; padding: 10px 16px; font-size: .82rem; }
.button-cream { border-color: var(--cream); background: var(--cream); color: var(--plum); box-shadow: 0 8px 0 rgba(244, 123, 32, .75); }
.button-cream:hover { background: white; }
.button-wide { width: 100%; }

.hero { position: relative; overflow: hidden; color: var(--cream); background: var(--plum); }
.hero-grid { position: relative; z-index: 2; min-height: 760px; padding: clamp(72px, 9vw, 130px) 0 100px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.hero-lede { max-width: 780px; margin-top: 30px; color: rgba(255, 248, 232, .83); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.cta-row { margin-top: 38px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.microcopy { max-width: 390px; font-size: .86rem; }
.hero-product { position: relative; width: min(100%, 470px); margin-left: auto; }
.hero-card { overflow: hidden; padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; background: #0c0c11; box-shadow: 0 35px 90px rgba(0,0,0,.35); transform: rotate(2deg); }
.hero-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-card-top, .hero-card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: var(--display); font-size: .63rem; font-weight: 800; letter-spacing: .14em; }
.hero-card-top { padding-bottom: 14px; color: rgba(255,255,255,.65); }
.hero-card-bottom { padding-top: 14px; }
.hero-card-bottom strong { font-size: 1.25rem; letter-spacing: -.04em; }
.hero-card-bottom span { color: #ffb166; text-align: right; }
.orange-sticker { display: table; margin: 20px 0 0 auto; padding: 13px 18px; border-radius: 6px; background: var(--orange); color: var(--ink); font-family: var(--display); font-size: .72rem; font-weight: 800; letter-spacing: .1em; transform: rotate(-5deg); }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .8; }
.hero-shape-one { width: 420px; height: 420px; right: -180px; top: 30px; background: var(--blue); }
.hero-shape-two { width: 300px; height: 300px; left: -210px; bottom: 20px; background: var(--orange); }
.trust-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); background: rgba(0,0,0,.12); }
.trust-strip span { padding: 20px 15px; border-right: 1px solid rgba(255,255,255,.12); color: rgba(255,248,232,.72); font-family: var(--display); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-align: center; }

.section-intro { max-width: 760px; margin-top: 28px; color: rgba(19,19,25,.68); font-size: 1.16rem; }
.before-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.before-card { min-height: 350px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #f4f0e8; }
.before-card.featured { background: var(--pale-blue); transform: translateY(-12px); }
.card-label { color: rgba(19,19,25,.46); font-family: var(--display); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.muted-copy { margin-top: 22px; color: rgba(19,19,25,.55); font-size: 1.05rem; }
.after-copy { margin-top: auto; padding-top: 38px; }
.after-copy span { color: var(--orange); font-family: var(--display); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.after-copy p { margin-top: 10px; font-family: var(--display); font-size: 1.27rem; font-weight: 800; line-height: 1.26; }
.bridge-line { margin-top: 38px; padding: 24px 30px; border-left: 5px solid var(--blue); background: white; font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 700; }
.proof-pair { max-width: 860px; margin-top: 68px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.proof-pair figure { margin: 0; }
.proof-pair img { width: 100%; border: 7px solid var(--ink); border-radius: 10px; box-shadow: var(--shadow); }
.proof-pair figure:first-child { transform: rotate(-1.5deg); }
.proof-pair figure:last-child { transform: rotate(1.5deg); }
.proof-pair figcaption { margin-top: 14px; color: rgba(19,19,25,.62); font-size: .88rem; text-align: center; }

.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: clamp(40px, 9vw, 120px); }
.split-heading > p, .split-heading blockquote { margin: 0 0 6px; color: rgba(255,248,232,.75); font-size: 1.08rem; }
.split-heading.ink > p { color: rgba(19,19,25,.68); }
.split-heading blockquote { padding: 24px; border-left: 5px solid var(--orange); background: var(--pale-orange); color: var(--ink); font-family: var(--display); font-weight: 700; }
.workflow-layout { margin-top: 72px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { padding: 22px 0; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li > span { color: #ffb166; font-family: var(--display); font-size: .8rem; font-weight: 800; }
.steps h3 { margin-bottom: 8px; }
.steps p { color: rgba(255,248,232,.7); }
.workflow-images { position: relative; min-height: 600px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 12px; }
.art-card { margin: 0; overflow: hidden; border: 8px solid var(--paper); border-radius: 12px; box-shadow: 0 25px 60px rgba(0,0,0,.3); }
.art-card img { width: 100%; height: auto; }
.tilt-left { transform: rotate(-4deg) translateY(24px); }
.tilt-right { transform: rotate(4deg) translateY(-24px); }
.mode-strip { margin-top: 70px; padding: 34px; display: grid; grid-template-columns: 1fr 1px 1fr; gap: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.mode-strip span { color: #ffb166; font-family: var(--display); font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.mode-strip h3 { margin: 8px 0 10px; }
.mode-strip p { color: rgba(255,248,232,.7); }
.mode-divider { width: 1px; background: rgba(255,255,255,.18); }
.center-cta { margin-top: 50px; display: flex; justify-content: center; }

.benefit-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.benefit-card { overflow: hidden; display: grid; grid-template-columns: minmax(180px, .8fr) 1.2fr; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: var(--pale-blue); }
.benefit-card.warm { background: var(--pale-orange); }
.benefit-card img { width: 100%; height: 100%; object-fit: cover; }
.benefit-card > div { padding: 28px; }
.benefit-card > div > span { color: var(--blue); font-family: var(--display); font-size: .72rem; font-weight: 800; }
.benefit-card h3 { margin: 10px 0 12px; }
.benefit-card p { color: rgba(19,19,25,.68); }

.two-way-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.two-way-grid article { padding: clamp(30px, 5vw, 58px); border: 1px solid rgba(18,84,201,.18); border-radius: var(--radius); background: white; }
.two-way-grid .dark-card { color: var(--cream); background: var(--plum); }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 15px 0; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 800; }
.light-list li::before { color: #ffb166; }
.light-list li { color: rgba(255,248,232,.76); }
.statement { margin-top: 36px; text-align: center; font-family: var(--display); font-size: clamp(1.3rem, 2.5vw, 2rem); font-weight: 800; }

.library-list { margin-top: 54px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.library-list article { padding: 28px 22px; display: grid; grid-template-columns: 45px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.library-list article:nth-child(odd) { border-right: 1px solid var(--line); }
.library-list article > span { color: var(--orange); font-family: var(--display); font-weight: 800; }
.library-list p { margin-top: 7px; color: rgba(19,19,25,.65); }
.workbook-showcase { margin-top: 74px; display: grid; grid-template-columns: .85fr .8fr .85fr; gap: 32px; align-items: center; }
.workbook-showcase figure { position: relative; margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: var(--shadow); }
.workbook-showcase figure:first-child { transform: rotate(-2deg); }
.workbook-showcase figure:last-child { transform: rotate(2deg); }
.mock-label { position: absolute; z-index: 2; top: -16px; left: 24px; padding: 7px 12px; border-radius: 5px; background: var(--blue); color: white; font-family: var(--display); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.mock-label.orange { background: var(--orange); color: var(--ink); }
.workbook-callout { padding: 32px; border-radius: var(--radius); background: var(--plum); color: var(--cream); text-align: center; }

.niche-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.niche-grid article { min-height: 180px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.niche-grid span { color: #ffb166; font-family: var(--display); font-size: .72rem; font-weight: 800; }
.scope-note { margin-top: 30px; color: rgba(255,248,232,.65); font-size: .88rem; text-align: center; }

.comparison-table { margin-top: 60px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.comparison-head, .comparison-row { display: grid; grid-template-columns: repeat(2, 1fr); }
.comparison-head { background: var(--ink); color: white; font-family: var(--display); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.comparison-head div, .comparison-row div { padding: 21px 26px; }
.comparison-head div + div, .comparison-row div + div { border-left: 1px solid var(--line); }
.comparison-row { border-top: 1px solid var(--line); background: white; }
.comparison-row div:first-child { color: rgba(19,19,25,.58); }
.comparison-row div:last-child { font-weight: 600; }

.fit-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.fit-grid article { padding: clamp(30px, 5vw, 52px); border-radius: var(--radius); background: white; }
.fit-grid .not-for { background: var(--plum); color: var(--cream); }
.not-for ul { margin: 28px 0 0; padding-left: 22px; color: rgba(255,248,232,.75); }
.not-for li { margin: 15px 0; padding-left: 8px; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading p:last-child { margin-top: 24px; color: rgba(19,19,25,.62); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 1.08rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; top: 19px; color: var(--blue); font-size: 1.55rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 48px 24px 0; color: rgba(19,19,25,.68); }

.pricing-section { color: var(--cream); background: var(--blue); }
.pricing-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.pricing-copy p:last-child { max-width: 520px; margin-top: 25px; color: rgba(255,255,255,.75); }
.price-card { padding: clamp(30px, 5vw, 54px); border-radius: 24px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.price-top { display: flex; justify-content: space-between; gap: 20px; color: var(--blue); font-family: var(--display); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.price { margin-top: 20px; font-family: var(--display); font-size: clamp(5rem, 9vw, 8rem); font-weight: 800; letter-spacing: -.08em; line-height: .95; }
.price sup { font-size: .34em; vertical-align: top; }
.regular-price { color: rgba(19,19,25,.58); }
.guarantee-box { margin: 28px 0; padding: 24px; border: 2px solid var(--orange); border-radius: 14px; background: var(--pale-orange); }
.guarantee-box > span { color: #9c4100; font-family: var(--display); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.guarantee-box h3 { margin: 8px 0 12px; font-size: 1.3rem; }
.guarantee-box p { font-size: .94rem; line-height: 1.5; }
.guarantee-box small { display: block; margin-top: 12px; color: rgba(19,19,25,.58); font-size: .75rem; line-height: 1.45; }
.compact { margin-bottom: 30px; }
.checkout-note { margin-top: 14px; color: rgba(19,19,25,.58); font-size: .8rem; text-align: center; }

.final-close { padding: clamp(90px, 11vw, 160px) 0; color: var(--cream); background: var(--plum-2); }
.close-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 9vw, 110px); align-items: center; }
.close-grid > div > p:not(.eyebrow):not(.microcopy) { max-width: 680px; margin: 28px 0 36px; color: rgba(255,248,232,.75); font-size: 1.1rem; }
.close-grid figure { margin: 0; overflow: hidden; border: 8px solid var(--cream); border-radius: 8px; transform: rotate(2deg); }
.close-grid .microcopy { margin-top: 20px; }

footer { padding: 34px 0; border-top: 1px solid rgba(255,255,255,.1); background: var(--plum-2); color: var(--cream); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-inner p { color: rgba(255,248,232,.55); font-size: .82rem; }

@media (max-width: 940px) {
  .hero-grid, .split-heading, .workflow-layout, .faq-layout, .pricing-grid, .close-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 72px; }
  .hero-product { margin: 0 auto; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .before-grid { grid-template-columns: 1fr; }
  .before-card { min-height: 280px; }
  .before-card.featured { transform: none; }
  .workflow-layout { gap: 30px; }
  .workflow-images { min-height: auto; }
  .benefit-card { grid-template-columns: 1fr; }
  .benefit-card img { height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .workbook-showcase { grid-template-columns: 1fr 1fr; }
  .workbook-callout { grid-column: 1 / -1; grid-row: 1; }
  .niche-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-heading { position: static; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 1220px); }
  .section { padding: 78px 0; }
  .header-inner { min-height: 64px; }
  .button-small { padding: 9px 12px; font-size: .74rem; }
  .hero-grid { min-height: auto; padding-bottom: 72px; }
  .cta-row { align-items: stretch; flex-direction: column; }
  .cta-row .button { width: 100%; }
  .hero-card { border-radius: 18px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip span { padding: 15px 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .mode-strip { grid-template-columns: 1fr; }
  .mode-divider { width: 100%; height: 1px; }
  .benefit-grid, .two-way-grid, .library-list, .fit-grid { grid-template-columns: 1fr; }
  .library-list article:nth-child(odd) { border-right: 0; }
  .workbook-showcase { grid-template-columns: 1fr; gap: 45px; }
  .workbook-callout { grid-column: auto; grid-row: auto; }
  .workbook-showcase figure:first-child, .workbook-showcase figure:last-child { transform: none; }
  .niche-grid { grid-template-columns: 1fr; }
  .niche-grid article { min-height: 140px; }
  .comparison-table { border: 0; border-radius: 0; }
  .comparison-head { display: none; }
  .comparison-row { margin-bottom: 14px; display: block; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
  .comparison-row div { padding: 18px; }
  .comparison-row div:first-child::before { content: "GENERIC\A"; white-space: pre; color: var(--orange); font-family: var(--display); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
  .comparison-row div:last-child { border-top: 1px solid var(--line); border-left: 0; background: var(--pale-blue); }
  .comparison-row div:last-child::before { content: "HOOKRRR\A"; white-space: pre; color: var(--blue); font-family: var(--display); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
  .price-top { align-items: flex-start; flex-direction: column; gap: 4px; }
  .proof-pair { grid-template-columns: 1fr; max-width: 430px; }
  .proof-pair figure:first-child, .proof-pair figure:last-child { transform: none; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

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