@import "tailwindcss";

:root {
  --ink: #172044;
  --purple: #6946ff;
  --purple-dark: #4c2ae1;
  --coral: #ff6b57;
  --teal: #20c7a6;
  --lime: #d8ff63;
  --cream: #fffaf2;
  --white: #ffffff;
  --muted: #64708b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { height: 84px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(23,32,68,.1); background: rgba(255,250,242,.88); backdrop-filter: blur(16px); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; letter-spacing: -.02em; }
.brand strong { display: block; font-size: 15px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--purple); color: white; font-weight: 900; font-size: 20px; transform: rotate(-4deg); box-shadow: 4px 4px 0 var(--lime); }
.header-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero { min-height: 720px; overflow: hidden; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(32px, 5vw, 80px); padding: 74px clamp(22px, 7vw, 110px) 92px; position: relative; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -280px; top: 120px; border-radius: 50%; border: 72px solid rgba(105,70,255,.08); }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow, .section-kicker { font-size: 11px; letter-spacing: .14em; font-weight: 900; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--purple-dark); background: white; border: 1px solid rgba(105,70,255,.18); border-radius: 99px; padding: 9px 13px; }
.eyebrow span { color: var(--coral); font-size: 9px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 25px 0 24px; font-size: clamp(47px, 5.3vw, 78px); line-height: .98; letter-spacing: -.065em; font-weight: 850; }
h1 em, h2 em { color: var(--purple); font-style: normal; position: relative; }
.hero-lead { max-width: 590px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.58; color: #4f5b76; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 57px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border-radius: 14px; padding: 0 23px; font-weight: 850; font-size: 15px; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.button-primary { color: white; background: var(--purple); box-shadow: 0 13px 30px rgba(105,70,255,.25), 5px 5px 0 var(--ink); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(105,70,255,.33), 7px 7px 0 var(--ink); }
.microcopy { font-size: 12px; color: var(--muted); }
.benefit-line { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; font-weight: 750; }
.benefit-line span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 12px; }

.hero-visual { min-height: 530px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 3% 0 0 4%; border-radius: 48% 52% 42% 58%; background: var(--purple); transform: rotate(-5deg); }
.visual-orbit { position: absolute; z-index: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); }
.orbit-one { width: 88%; height: 70%; transform: rotate(18deg); }
.orbit-two { width: 76%; height: 92%; transform: rotate(-24deg); }
.matrix-card { position: relative; z-index: 2; width: min(440px, 88%); padding: 22px; border-radius: 22px; background: rgba(255,255,255,.96); transform: rotate(2deg); box-shadow: 0 32px 65px rgba(23,32,68,.32); }
.matrix-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 9px; letter-spacing: .1em; font-weight: 900; }
.status-dot { color: var(--teal); letter-spacing: 0; text-transform: uppercase; }
.matrix-grid { margin: 22px 3px 12px 24px; height: 260px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; position: relative; }
.matrix-grid::before, .matrix-grid::after { content: ""; position: absolute; background: rgba(23,32,68,.22); }
.matrix-grid::before { height: calc(100% + 12px); width: 1px; left: -9px; top: -6px; }
.matrix-grid::after { width: calc(100% + 12px); height: 1px; bottom: -8px; left: -6px; }
.axis { position: absolute; color: var(--muted); font-size: 7px; letter-spacing: .13em; font-weight: 900; }
.axis-y { transform: rotate(-90deg); left: -36px; top: 48%; }
.axis-x { bottom: -21px; left: 48%; }
.quadrant { padding: 14px; border-radius: 10px; display: flex; flex-direction: column; justify-content: flex-end; }
.quadrant b { font-size: 13px; }.quadrant small { margin-top: 3px; font-size: 9px; opacity: .7; }
.q1 { background: #eee9ff; }.q2 { background: var(--lime); }.q3 { background: #f2f3f7; }.q4 { background: #b7f5e8; }
.matrix-footer { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 12px; border-radius: 12px; background: #f6f3ff; }
.matrix-footer span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: var(--purple); color: white; font-weight: 900; font-size: 10px; }
.matrix-footer p { margin: 0; font-size: 10px; color: var(--muted); }.matrix-footer strong { color: var(--ink); }
.floating-note { position: absolute; z-index: 3; background: white; box-shadow: 0 15px 40px rgba(23,32,68,.22); }
.note-one { left: 1%; bottom: 17%; padding: 12px 15px; border-radius: 11px; font-size: 11px; font-weight: 800; transform: rotate(-5deg); }
.note-one span { color: var(--teal); margin-right: 5px; }
.note-two { right: 0; top: 14%; width: 96px; height: 96px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(8deg); }
.note-two b { color: var(--coral); font-size: 31px; line-height: 1; }.note-two span { font-size: 8px; font-weight: 800; text-transform: uppercase; }

.tension { color: white; background: var(--ink); text-align: center; padding: 92px clamp(22px, 7vw, 110px); }
.tension > p { color: #aeb6cc; margin-bottom: 10px; }
.tension > h2 { max-width: 800px; margin: 0 auto 56px; font-size: clamp(35px, 4vw, 57px); line-height: 1.08; letter-spacing: -.045em; }
.tension h2 span { color: var(--lime); }
.pain-grid { max-width: 1120px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); text-align: left; border-top: 1px solid rgba(255,255,255,.16); }
.pain-grid article { padding: 34px 38px 8px 0; }
.pain-grid article + article { border-left: 1px solid rgba(255,255,255,.16); padding-left: 38px; }
.pain-grid span { color: var(--coral); font-size: 11px; font-weight: 900; }.pain-grid h3 { margin: 13px 0 10px; font-size: 22px; }.pain-grid p { color: #aeb6cc; font-size: 14px; line-height: 1.6; }

.contents { padding: 105px clamp(22px, 7vw, 110px) 115px; background: white; }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 40px; max-width: 1180px; margin: 0 auto 56px; }
.section-kicker { color: var(--coral); }
.section-heading h2, .objection-intro h2 { margin: 13px 0 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading p { max-width: 500px; margin-bottom: 6px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.deliverables { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.deliverable { min-height: 330px; position: relative; overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 28px; padding: 36px; border-radius: 24px; border: 1px solid rgba(23,32,68,.08); background: var(--cream); }
.deliverable-number { position: absolute; right: 24px; top: 20px; color: rgba(23,32,68,.25); font-size: 12px; font-weight: 900; }
.deliverable h3 { margin: 12px 0 10px; font-size: 25px; letter-spacing: -.03em; }.deliverable p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }
.d-plan { grid-column: 1/-1; grid-template-columns: .55fr 1fr; background: #f0ecff; }
.tag { font-size: 9px; letter-spacing: .12em; color: var(--purple); font-weight: 950; }.tag-teal { color: #078d76; }.tag-coral { color: #e64a35; }
.book-cover { width: 150px; height: 205px; display: flex; flex-direction: column; justify-content: center; padding: 20px; color: white; border-radius: 7px 13px 13px 7px; background: var(--purple); box-shadow: -8px 8px 0 var(--coral), 0 18px 25px rgba(23,32,68,.2); transform: rotate(-4deg); }
.book-cover small { color: var(--lime); font-size: 7px; font-weight: 900; letter-spacing: .12em; }.book-cover b { margin-top: 13px; font-size: 27px; line-height: .98; letter-spacing: -.04em; }.book-cover i { font-style: normal; font-size: 12px; margin-top: 5px; opacity: .8; }
.diagnostic-preview { padding: 20px; background: white; border-radius: 14px; box-shadow: 0 16px 28px rgba(23,32,68,.1); transform: rotate(3deg); }
.diagnostic-preview div { display: flex; justify-content: space-between; font-size: 9px; }.diagnostic-preview i { display: block; height: 5px; border-radius: 5px; background: #e8e8ef; margin: 8px 0 17px; }.diagnostic-preview i span { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--teal); }.diagnostic-preview p { color: var(--ink); font-size: 11px; font-weight: 800; }.diagnostic-preview button { width: 100%; border: 1px solid #e2e2ec; padding: 7px; margin-top: 5px; border-radius: 6px; background: white; color: var(--muted); font-size: 8px; text-align: left; }
.mini-plan { min-height: 180px; padding: 25px; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 9px; align-items: center; border-radius: 16px; background: white; box-shadow: 0 15px 35px rgba(105,70,255,.12); }
.mini-plan span { font-size: 9px; font-weight: 900; }.mini-plan i { height: 28px; border-radius: 7px; background: #eef0f4; }.mini-plan i.done { background: var(--lime); position: relative; }.mini-plan i.done::after { content: "✓"; display: grid; place-items: center; height: 100%; font-style: normal; font-size: 10px; }

.steps { padding: 100px clamp(22px, 7vw, 110px); background: var(--purple); color: white; }
.compact { margin-bottom: 44px; }.compact h2 em { color: var(--lime); }.compact p { color: #d9d2ff; }.section-kicker.light { color: var(--lime); }
.step-list { list-style: none; max-width: 1180px; padding: 0; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.3); }
.step-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 36px 28px 0 0; }.step-list li + li { border-left: 1px solid rgba(255,255,255,.3); padding-left: 32px; }
.step-list > li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--ink); background: var(--lime); font-weight: 950; font-size: 19px; transform: rotate(-4deg); }
.step-list small { color: #c8bfff; font-size: 9px; letter-spacing: .14em; font-weight: 900; }.step-list h3 { margin: 8px 0; font-size: 21px; }.step-list p { color: #d9d2ff; font-size: 13px; line-height: 1.6; }

.objections { padding: 105px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: var(--cream); }
.objection-intro { max-width: 440px; }.objection-intro h2 { margin-top: 15px; }.objection-list { border-top: 1px solid rgba(23,32,68,.18); }
details { border-bottom: 1px solid rgba(23,32,68,.18); }
summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; font-size: 17px; font-weight: 800; }
summary::-webkit-details-marker { display: none; }.objection-list summary span { font-size: 25px; color: var(--purple); transition: transform .2s; }.objection-list details[open] summary span { transform: rotate(45deg); }
details p { margin: -9px 45px 25px 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.final-cta { overflow: hidden; position: relative; padding: 108px 22px; text-align: center; color: white; background: var(--ink); }
.final-cta > *:not(.cta-glow) { position: relative; z-index: 1; }.cta-glow { position: absolute; width: 620px; height: 620px; left: calc(50% - 310px); top: 10%; background: radial-gradient(circle, rgba(105,70,255,.7) 0%, rgba(105,70,255,0) 68%); }
.final-cta h2 { max-width: 1000px; margin: 18px auto 23px; font-size: clamp(41px, 5.2vw, 70px); line-height: 1.02; letter-spacing: -.055em; }.final-cta h2 em { color: var(--lime); }.final-cta p { max-width: 680px; margin: 0 auto 32px; color: #c5ccdc; font-size: 17px; line-height: 1.65; }
.button-light { color: var(--ink); background: var(--lime); box-shadow: 5px 5px 0 var(--coral); }.final-cta small { display: block; margin-top: 21px; color: #9ca6bd; }
footer { min-height: 110px; padding: 20px clamp(22px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; background: white; }.footer-brand .brand-mark { width: 34px; height: 34px; font-size: 16px; }.footer p { margin: 0; color: var(--muted); font-size: 12px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 54px; }.hero-copy { max-width: 740px; }.hero-visual { min-height: 500px; }.section-heading, .objections { grid-template-columns: 1fr; }.deliverable { grid-template-columns: 1fr; }.deliverable > div:first-of-type { justify-self: center; }.d-plan { grid-template-columns: 1fr 1fr; }.pain-grid, .step-list { grid-template-columns: 1fr; }.pain-grid article + article, .step-list li + li { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); padding-left: 0; }.step-list li { padding: 28px 0; }.objection-intro { max-width: 620px; }
}

@media (max-width: 600px) {
  .site-header { height: 72px; }.header-link { display: none; }.hero { padding-bottom: 60px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.benefit-line { gap: 10px 14px; }.hero-visual { min-height: 410px; }.matrix-card { width: 94%; padding: 17px; }.matrix-grid { height: 200px; }.note-one { left: -2%; bottom: 10%; }.note-two { width: 80px; height: 80px; right: -2%; }.tension, .contents, .steps, .objections { padding-top: 74px; padding-bottom: 74px; }.pain-grid article { padding-right: 0; }.deliverables { grid-template-columns: 1fr; }.deliverable { min-height: 0; padding: 30px 24px; }.d-plan { grid-column: auto; grid-template-columns: 1fr; }.section-heading { margin-bottom: 35px; }.mini-plan { width: 100%; padding: 16px; }.step-list li { grid-template-columns: 48px 1fr; }.objections { gap: 42px; }.final-cta { padding-top: 84px; padding-bottom: 84px; }footer { flex-direction: column; justify-content: center; gap: 18px; text-align: center; }
}

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