:root {
  --ink: #2e2340;
  --muted: #685d70;
  --cream: #fff9ef;
  --paper: #fffdf8;
  --lavender: #7a49bb;
  --lavender-dark: #5c2e98;
  --lilac: #eadcf7;
  --aqua: #21aeb5;
  --aqua-pale: #dff5f3;
  --coral: #ff6f47;
  --orange: #ff8a3d;
  --line: rgba(67, 41, 91, .14);
  --shadow: 0 26px 70px rgba(76, 43, 103, .16);
  --radius: 30px;
  --wrap: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Trebuchet MS", "Segoe UI", sans-serif; line-height: 1.55; }
img { max-width: 100%; height: auto; display: block; }
main, section, .wrap, [class$="__grid"], [class$="__copy"], [class$="__visual"] { min-width: 0; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 138px) 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: #fff; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; overflow: hidden; }
.topbar__track { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 28px; padding: 7px 20px; }
.topbar i { width: 5px; height: 5px; background: var(--coral); border-radius: 50%; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 20%, #f5e5ff 0 18%, transparent 42%), var(--cream); padding: clamp(62px, 7vw, 100px) 0 130px; }
.hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(30px, 5vw, 72px); }
.eyebrow { margin: 0 0 18px; color: var(--lavender-dark); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { color: var(--coral); }
.eyebrow--coral { color: #d9502d; }
.eyebrow--light { color: #e7d5ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .98; letter-spacing: -.045em; }
h1 { margin-bottom: 26px; font-size: clamp(48px, 6vw, 82px); max-width: 780px; }
h2 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 70px); }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero__lead { max-width: 610px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.hero__checks { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; gap: 12px; }
.hero__checks li { display: flex; align-items: flex-start; gap: 10px; font-weight: 700; }
.hero__checks li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 23px; width: 23px; height: 23px; color: #fff; background: var(--aqua); border-radius: 50%; font-size: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 16px 24px; border-radius: 16px; font-weight: 900; text-decoration: none; box-shadow: 0 12px 26px rgba(88, 44, 137, .18); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(88, 44, 137, .23); }
.button:focus-visible, summary:focus-visible, .purchase-toast button:focus-visible { outline: 4px solid #1d8e96; outline-offset: 4px; }
.button--primary { color: #fff; background: var(--lavender); }
.button--coral { color: #fff; background: var(--coral); }
.button--secondary { color: var(--lavender-dark); background: #f0e5fb; box-shadow: none; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.hero__visual { position: relative; isolation: isolate; width: min(100%, 640px); justify-self: end; transform: rotate(1.5deg); }
.hero__visual img { position: relative; z-index: 2; display: block; width: 100%; height: auto !important; max-height: none; border-radius: 34px; box-shadow: var(--shadow); }
.paper-sun { position: absolute; width: 86%; aspect-ratio: 1; left: 8%; top: 6%; z-index: 0; border-radius: 45% 55% 63% 37% / 48% 39% 61% 52%; background: var(--orange); opacity: .14; transform: rotate(18deg); }
.hero__note { position: absolute; z-index: 4; left: -38px; bottom: -26px; display: flex; align-items: center; gap: 10px; padding: 16px 20px; color: #fff; background: var(--aqua); border: 5px solid var(--cream); border-radius: 22px; transform: rotate(-5deg); box-shadow: 0 14px 30px rgba(22, 105, 110, .24); }
.hero__note span { font-size: 48px; font-weight: 900; line-height: 1; }
.hero__note small { font-weight: 900; line-height: 1.05; text-transform: uppercase; }
.hero__scribble { position: absolute; left: 2vw; top: 46px; color: var(--lilac); font-size: 18px; font-weight: 900; transform: rotate(-8deg); }
.wave { position: absolute; bottom: -1px; width: 100%; height: 76px; background: var(--paper); clip-path: polygon(0 45%, 12% 65%, 30% 31%, 49% 62%, 67% 28%, 84% 58%, 100% 31%, 100% 100%, 0 100%); }

.recognition { background: var(--paper); }
.recognition__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.recognition__intro h2 { margin: 0; }
.recognition__story { padding-top: 40px; }
.big-copy { color: var(--lavender-dark); font-size: clamp(23px, 3vw, 34px); font-weight: 900; line-height: 1.25; }
.recognition__story > p:not(.big-copy) { color: var(--muted); font-size: 18px; }
.truth-note { display: flex; align-items: center; gap: 18px; margin-top: 36px; padding: 24px; background: var(--aqua-pale); border-radius: 18px 34px 18px 34px; }
.truth-note__icon { display: grid; place-items: center; flex: 0 0 50px; width: 50px; height: 50px; color: #fff; background: var(--aqua); border-radius: 50%; font-size: 25px; }
.truth-note p { margin: 0; }

.how { background: #f0e5fb; }
.section-heading { max-width: 740px; }
.steps { list-style: none; padding: 0; margin: 64px 0 0; border-top: 1px solid rgba(92, 46, 152, .22); }
.steps li { display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 28px; min-height: 150px; border-bottom: 1px solid rgba(92, 46, 152, .22); }
.steps__number { color: var(--coral); font-size: 16px; font-weight: 900; }
.steps h3 { margin: 0 0 8px; font-size: clamp(28px, 3vw, 42px); }
.steps p { margin: 0; color: var(--muted); font-size: 17px; }

.inside { overflow: hidden; }
.inside__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.inside__visual { position: relative; padding: 20px; }
.sheet-frame { overflow: hidden; background: #fff; border: 11px solid #fff; border-radius: 20px; box-shadow: var(--shadow); transform: rotate(-3deg); }
.sheet-frame img { display: block; width: 100%; height: auto !important; max-height: none; }
.tape { position: absolute; z-index: 3; width: 95px; height: 30px; background: rgba(255, 193, 109, .72); }
.tape--one { left: -6px; top: 14px; transform: rotate(-32deg); }
.tape--two { right: 4px; bottom: 4px; transform: rotate(-28deg); }
.inside__copy h2 { font-size: clamp(38px, 4.5vw, 62px); }
.category-list { margin-top: 36px; border-top: 1px solid var(--line); }
.category-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.category-list span { color: var(--coral); font-weight: 900; }
.category-list p { margin: 0; color: var(--muted); }
.category-list strong { display: block; color: var(--ink); font-size: 18px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 28px; color: var(--lavender-dark); font-weight: 900; text-underline-offset: 5px; }

.benefits { background: var(--ink); color: #fff; overflow: hidden; }
.section-heading--center { max-width: 850px; margin-inline: auto; text-align: center; }
.benefits .eyebrow { color: #9be1df; }
.benefit-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; overflow: hidden; }
.benefit-ribbon article { min-height: 300px; padding: clamp(30px, 4vw, 52px); border-right: 1px solid rgba(255,255,255,.18); }
.benefit-ribbon article:last-child { border: 0; }
.benefit-ribbon article > span { display: block; color: #83d8d7; font-size: 42px; }
.benefit-ribbon h3 { margin: 60px 0 14px; font-size: 27px; }
.benefit-ribbon p { margin: 0; color: #d7cfe0; }

.offer { color: #fff; background: var(--lavender-dark); position: relative; overflow: hidden; }
.offer::after { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -210px; border-radius: 50%; border: 100px solid rgba(255,255,255,.06); }
.offer__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .78fr; gap: clamp(50px, 8vw, 100px); align-items: center; }
.offer__manifesto h2 { max-width: 690px; }
.offer__manifesto > p { color: #e2d6ec; font-size: 19px; }
.offer__manifesto ul { columns: 2; padding-left: 20px; margin-top: 34px; }
.offer__manifesto li { margin-bottom: 10px; }
.price-card { padding: clamp(34px, 5vw, 56px); color: var(--ink); background: var(--paper); border-radius: 44px 22px 44px 22px; box-shadow: 0 30px 80px rgba(32, 13, 52, .33); text-align: center; }
.price-card__label { margin-bottom: 20px; color: var(--lavender-dark); font-size: 21px; font-weight: 900; }
.live-status { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 12px; color: #28785f; background: #e3f7ee; border-radius: 999px; font-size: 12px; font-weight: 900; }
.live-status span { width: 8px; height: 8px; background: #36a879; border-radius: 50%; animation: statusPulse 1.8s ease-out infinite; }
.plans { display: grid; grid-template-columns: 1fr 1.08fr; gap: 14px; margin-top: 26px; text-align: left; }
.plan { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 22px 18px 18px; border: 2px solid var(--line); border-radius: 22px; }
.plan--complete { border-color: var(--coral); background: #fff9f4; box-shadow: 0 14px 28px rgba(255,111,71,.12); }
.plan__badge { position: absolute; right: 12px; top: -13px; padding: 5px 9px; color: #fff; background: var(--coral); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.plan__head { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.plan__head strong { color: var(--lavender-dark); }
.plan__price { display: flex; align-items: flex-start; margin: 24px 0 12px; color: var(--lavender-dark); line-height: .78; }
.plan__price small { margin: 7px 5px 0 0; font-size: 14px; font-weight: 900; }
.plan__price strong { font-size: clamp(54px, 6vw, 78px); }
.plan__price span { margin-top: 5px; font-size: 25px; font-weight: 900; }
.plan p { flex: 1; min-height: 48px; margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.plan .button { width: 100%; min-height: 48px; padding: 12px 10px; gap: 8px; font-size: 12px; border-radius: 12px; }
.secure-line { margin-top: 20px; color: var(--muted); font-size: 13px; font-weight: 800; }
.secure-line span { color: #258b68; }
.checkout-status { margin: 14px 0 0; color: #a14129; font-size: 12px; }

.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); }
.faq h2 { font-size: clamp(38px, 4vw, 58px); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 24px 40px 24px 0; font-size: 19px; font-weight: 900; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; color: var(--coral); font-size: 28px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { padding: 0 40px 24px 0; color: var(--muted); }

.final-cta { padding: clamp(80px, 10vw, 150px) 0; background: var(--aqua-pale); text-align: center; }
.final-cta__inner { max-width: 920px; }
.final-cta__inner > p { color: var(--aqua); font-size: 18px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.final-cta .button { margin-top: 18px; }

footer { padding: 44px 0 100px; color: #d7cfe0; background: var(--ink); font-size: 13px; }
.footer__inner { display: flex; justify-content: space-between; gap: 30px; }
.footer__inner p { margin: 0; }

.purchase-toast { position: fixed; right: 18px; top: 56px; z-index: 70; align-items: center; gap: 12px; width: min(390px, calc(100% - 28px)); padding: 13px 16px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 15px 45px rgba(46,35,64,.18); animation: toastIn .42s cubic-bezier(.2,.8,.2,1) both; }
.purchase-toast[hidden] { display: none; }
.purchase-toast:not([hidden]) { display: flex; }
.purchase-toast__dot { width: 11px; height: 11px; background: #36a879; border-radius: 50%; box-shadow: 0 0 0 5px rgba(54,168,121,.12); }
.purchase-toast p { flex: 1; margin: 0; font-size: 13px; }
.purchase-toast strong, .purchase-toast small { display: block; }
.purchase-toast small { color: var(--muted); }
.purchase-toast__demo { position: absolute; right: 38px; top: -9px; padding: 2px 7px; color: #fff; background: var(--lavender-dark); border-radius: 999px; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.purchase-toast button { border: 0; background: transparent; color: var(--muted); font-size: 22px; cursor: pointer; }
.mobile-bar { display: none; }
.upgrade-modal { width: min(560px, calc(100% - 28px)); padding: clamp(30px, 5vw, 48px); color: var(--ink); background: var(--paper); border: 0; border-radius: 30px 18px 30px 18px; box-shadow: 0 30px 100px rgba(31,16,48,.35); text-align: center; }
.upgrade-modal::backdrop { background: rgba(30,19,42,.72); backdrop-filter: blur(5px); }
.upgrade-modal[open] { animation: modalIn .32s cubic-bezier(.2,.8,.2,1) both; }
.upgrade-modal__close { position: absolute; right: 14px; top: 12px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--muted); background: #f1e9f7; border: 0; border-radius: 50%; font-size: 25px; cursor: pointer; }
.upgrade-modal__spark { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 20px; color: #fff; background: var(--aqua); border-radius: 50%; font-size: 27px; }
.upgrade-modal h2 { margin-bottom: 18px; font-size: clamp(36px, 6vw, 52px); }
.upgrade-modal > p:not(.eyebrow) { color: var(--muted); }
.upgrade-price { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 26px 0 20px; color: var(--lavender-dark); }
.upgrade-price span { display: grid; text-align: right; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.upgrade-price strong { font-size: clamp(40px, 8vw, 64px); line-height: 1; }
.upgrade-modal ul { display: inline-grid; gap: 7px; margin: 0 auto 26px; padding: 0; list-style: none; text-align: left; }
.upgrade-modal li::before { content: "✓"; margin-right: 9px; color: var(--aqua); font-weight: 900; }
.upgrade-modal .button { width: 100%; }
.upgrade-decline { margin-top: 18px; color: var(--muted); background: none; border: 0; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.scroll-progress { position: fixed; left: 0; top: 0; z-index: 60; width: 0; height: 4px; background: linear-gradient(90deg, var(--aqua), var(--coral)); pointer-events: none; }

.reveal-ready { opacity: 0; transform: translateY(36px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal-ready.is-visible { opacity: 1; transform: none; }
.steps li.reveal-ready:nth-child(2), .benefit-ribbon article.reveal-ready:nth-child(2) { transition-delay: .11s; }
.steps li.reveal-ready:nth-child(3), .benefit-ribbon article.reveal-ready:nth-child(3) { transition-delay: .22s; }
.hero__product { animation: heroFloat 5.5s ease-in-out infinite; }
.hero__note { animation: noteFloat 4.5s ease-in-out infinite; }
.button--primary::after, .button--coral::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.26) 45%, transparent 65%); transform: translateX(-120%); transition: transform .8s ease; }
.button--primary::after, .button--coral::after { pointer-events: none; }
.button--primary, .button--coral { position: relative; overflow: hidden; }
.button--primary:hover::after, .button--coral:hover::after { transform: translateX(120%); }

@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes noteFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
@keyframes statusPulse { 0% { box-shadow: 0 0 0 0 rgba(54,168,121,.42); } 70%,100% { box-shadow: 0 0 0 8px rgba(54,168,121,0); } }
@keyframes toastIn { from { opacity: 0; transform: translate(18px, -8px) scale(.97); } to { opacity: 1; transform: translate(0, 0) scale(1); } }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 900px) {
  .hero__grid, .inside__grid, .offer__grid, .faq__grid { grid-template-columns: 1fr; }
  .recognition__grid { grid-template-columns: 1fr; gap: 20px; }
  .recognition__story { padding-top: 0; }
  .hero__copy { text-align: center; }
  .hero__checks { max-width: 580px; margin-inline: auto; text-align: left; }
  .hero__visual { width: min(100%, 620px); justify-self: center; margin: 26px auto 0; }
  .inside__visual { max-width: 560px; margin-inline: auto; order: 2; }
  .offer__manifesto { text-align: center; }
  .offer__manifesto ul { display: inline-block; text-align: left; }
  .price-card { max-width: 560px; width: 100%; margin-inline: auto; }
  .benefit-ribbon { grid-template-columns: 1fr; }
  .benefit-ribbon article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .benefit-ribbon h3 { margin-top: 22px; }
}

@media (max-width: 620px) {
  :root { --wrap: min(100% - 28px, 1160px); --radius: 22px; }
  body { padding-bottom: 72px; }
  .topbar__track { justify-content: flex-start; white-space: nowrap; overflow: hidden; }
  .topbar__track span:nth-of-type(3), .topbar__track i:nth-of-type(2) { display: none; }
  .hero { padding-top: 42px; padding-bottom: 112px; }
  .hero__grid { gap: 12px; }
  h1 { font-size: clamp(43px, 13vw, 60px); }
  h2 { font-size: clamp(38px, 11vw, 54px); }
  .hero__lead { font-size: 18px; }
  .button { width: 100%; }
  .hero__visual { width: 100%; margin-top: 32px; transform: none; overflow: visible; }
  .hero__visual img { width: 100%; max-height: none; border-radius: 20px; object-fit: contain; }
  .hero__note { left: 6px; bottom: -34px; transform: rotate(-3deg) scale(.74); transform-origin: left bottom; }
  .hero__note span { font-size: 42px; }
  .steps li { grid-template-columns: 54px 1fr; gap: 12px; min-height: 130px; }
  .inside__visual { padding: 8px; }
  .sheet-frame { border-width: 7px; }
  .category-list > div { grid-template-columns: 36px 1fr; }
  .benefit-ribbon { border-radius: 24px; }
  .offer__manifesto ul { columns: 1; }
  .price-card { border-radius: 30px 16px 30px 16px; }
  .plans { grid-template-columns: 1fr; gap: 22px; }
  .plan { padding: 24px 20px 20px; }
  .plan p { min-height: auto; }
  .plan__price strong { font-size: 72px; }
  .faq__grid { gap: 20px; }
  .footer__inner { flex-direction: column; }
  .purchase-toast { left: auto; right: 12px; top: 48px; bottom: auto; width: min(360px, calc(100% - 24px)); }
  .mobile-bar { position: fixed; display: flex; left: 0; right: 0; bottom: 0; z-index: 20; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 14px; color: #fff; background: rgba(46,35,64,.96); backdrop-filter: blur(12px); box-shadow: 0 -8px 30px rgba(46,35,64,.15); }
  .mobile-bar div { display: grid; }
  .mobile-bar small { font-size: 10px; text-transform: uppercase; }
  .mobile-bar strong { font-size: 20px; }
  .mobile-bar a { padding: 12px 17px; color: #fff; background: var(--coral); border-radius: 12px; font-weight: 900; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready { opacity: 1; transform: none; }
}
