:root {
  --forest: #173600;
  --forest-2: #224906;
  --lime: #9fe870;
  --paper: #f9f9f9;
  --ink: #0e0f0c;
  --muted: #60635d;
  --line: #dedfda;
  --card: #eff0ed;
  --mint: #eef6e6;
  --blush: #f0dfe9;
  --blue: #dff0f0;
  --peach: #f0e6df;
  --wine: #320707;
  --plum: #260a2f;
  --page: 1072px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Inter", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { color: var(--forest); background: var(--lime); }
.page-width { width: min(var(--page), calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.section-dark { color: white; background: var(--forest); }

.site-nav { position: fixed; inset: 0 0 auto; z-index: 100; height: 72px; color: #fff; transition: color .25s ease, background-color .25s ease, box-shadow .25s ease; }
.site-nav.scrolled { color: var(--ink); background: rgba(249,249,249,.92); box-shadow: 0 1px rgba(14,15,12,.08); backdrop-filter: blur(14px); }
.nav-inner { height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; width: max-content; font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.brand-mark { width: 26px; height: 26px; display: grid; place-items: center; flex: none; color: var(--lime); }
.brand-mark svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-nav.scrolled .brand-mark,.mini-brand .brand-mark,.editorial-quote .brand-mark { color: var(--forest); }
.brand-mark.tiny { width: 21px; height: 21px; }
.nav-links { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 500; }
.nav-links a { position: relative; overflow: hidden; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1px; background: currentColor; transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.nav-cta { justify-self: end; }

.pill { min-height: 42px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; font-size: 14px; font-weight: 500; white-space: nowrap; transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease; }
.pill:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(14,15,12,.12); }
.pill-lime { color: var(--forest); background: var(--lime); }
.pill-forest { color: white; background: var(--forest); }
.pill-wine { color: white; background: var(--wine); }
.pill-plum { color: white; background: var(--plum); }
.pill-ink { color: white; background: #21231d; }
.pill-outline { color: var(--ink); background: transparent; border: 1px solid #bfc1bb; }
.label-roll { height: 18px; display: flex; flex-direction: column; overflow: hidden; line-height: 18px; }
.label-roll > span { flex: 0 0 18px; transition: transform .28s cubic-bezier(.2,.8,.2,1); }
.pill:hover .label-roll > span { transform: translateY(-18px); }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 500; }
.text-link span { font-size: 22px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { height: 720px; min-height: 680px; position: relative; overflow: hidden; }
.hero-grid { height: 100%; display: grid; grid-template-columns: 46% 54%; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding-top: 35px; }
.hero h1 { margin: 0; max-width: 520px; font-size: clamp(54px, 5vw, 66px); font-weight: 600; line-height: 1.03; letter-spacing: -.055em; }
.hero-copy > p { max-width: 500px; margin: 22px 0 0; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.55; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 18px; }
.hero-product { width: 760px; height: 570px; align-self: end; margin-left: 34px; overflow: visible; transform-style: preserve-3d; }
.reader-shell { width: 760px; height: 570px; display: grid; grid-template-columns: 202px 1fr; overflow: hidden; color: #22231f; background: #fff; border: 1px solid rgba(14,15,12,.14); border-radius: 17px 0 0 0; box-shadow: 0 36px 90px rgba(0,0,0,.28); transition: transform .24s ease-out; }
.reader-sidebar { position: relative; padding: 22px 13px; background: #f3f4ef; border-right: 1px solid #e4e5df; }
.mini-brand { margin: 0 6px 38px; display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 650; letter-spacing: -.03em; }
.ui-kicker { margin: 0 9px 8px; color: #8b8e86; font-size: 9px; }
.ui-kicker.org { margin-top: 30px; }
.side-link { width: 100%; height: 36px; padding: 0 10px; display: flex; align-items: center; gap: 10px; border: 0; border-radius: 9px; color: #3b3d37; background: transparent; font-size: 12px; text-align: left; }
.side-link.active { color: var(--forest); background: #e1e9d9; font-weight: 600; }
.side-link b { margin-left: auto; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 9px; }
.side-bottom { position: absolute; left: 13px; right: 13px; bottom: 12px; }
.user-chip { height: 37px; margin-top: 6px; padding: 0 8px; display: flex; align-items: center; gap: 8px; border-radius: 9px; background: #e1e9d9; font-size: 10px; }
.user-chip img { width: 23px; height: 23px; object-fit: cover; border-radius: 50%; }.user-chip i { width: 6px; height: 6px; margin-left: auto; border-radius: 50%; background: #e66e50; }
.reader-main { padding: 25px 27px; background: #fff; }
.reader-top { display: flex; align-items: center; gap: 14px; }
.search { height: 38px; padding: 0 13px; display: flex; align-items: center; flex: 1; color: #747770; border: 1px solid #dedfd9; border-radius: 10px; font-size: 11px; }
.reader-top button { height: 38px; padding: 0 16px; border: 0; border-radius: 999px; color: var(--forest); background: var(--lime); font-size: 11px; }
.reader-heading { margin: 26px 0 14px; display: flex; align-items: flex-end; justify-content: space-between; }
.reader-heading span { color: #85887f; font-size: 8px; letter-spacing: .05em; }
.reader-heading h2 { margin: 5px 0 0; font-size: 22px; letter-spacing: -.04em; }
.reader-heading .live-dot { color: #476c2f; background: #eff6e9; border-radius: 999px; padding: 7px 10px; letter-spacing: 0; }
.script-card { padding: 3px 14px; border: 1px solid #e7e7e2; border-radius: 13px; }
.script-line { padding: 12px 7px; display: flex; align-items: flex-start; gap: 10px; border-top: 1px solid #ecece8; border-radius: 8px; transition: padding .35s ease, background-color .35s ease; }
.script-line:first-child { border-top: 0; }
.script-line.active { margin-inline: -5px; padding-inline: 12px; background: #eef6e6; }
.script-line img { width: 31px; height: 31px; object-fit: cover; border-radius: 50%; }
.script-line b { display: block; color: #767971; font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.script-line p { margin: 3px 0 0; font-size: 10px; line-height: 1.45; }
.player-bar { height: 58px; margin-top: 14px; padding: 0 13px; display: flex; align-items: center; gap: 12px; border-radius: 12px; background: #f5f6f2; }
.play { width: 34px; height: 34px; flex: 0 0 auto; border: 0; border-radius: 50%; color: white; background: var(--forest); font-size: 10px; }
.wave { height: 28px; display: flex; align-items: center; gap: 2px; flex: 1; }
.wave i { width: 2px; height: 35%; border-radius: 2px; background: #8aa978; animation: wave 1s ease-in-out infinite alternate; }
.wave i:nth-child(3n) { animation-delay: -.7s; }.wave i:nth-child(4n) { animation-delay: -.3s; }.wave i:nth-child(5n) { animation-delay: -.5s; }
.player-bar > span { color: #8a8d85; font-size: 9px; }
.cast-row { margin-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.cast-row > div { padding: 9px; display: flex; align-items: center; gap: 7px; border: 1px solid #e7e7e2; border-radius: 10px; }
.cast-row img { width: 27px; height: 27px; object-fit: cover; border-radius: 50%; }.cast-row span { min-width: 0; }.cast-row b,.cast-row small { display: block; white-space: nowrap; }.cast-row b { font-size: 9px; }.cast-row small { color: #8a8d85; font-size: 7px; }.cast-row em { margin-left: auto; color: #4c7931; font-size: 8px; font-style: normal; font-weight: 700; }
.load-in { opacity: 0; transform: translateY(18px); animation: loadIn .75s .1s cubic-bezier(.2,.8,.2,1) forwards; }
.load-in.delay-1 { animation-delay: .2s; }.load-in.delay-2 { animation-delay: .32s; }
.hero-product.load-in { transform: translate(50px,18px); animation-name: productIn; animation-duration: 1s; }

.quick-upload { padding: 88px 0 96px; background: var(--paper); }
.quick-upload-grid { padding: 54px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; border: 2px solid #fff; border-radius: 30px; background: #eef1ea; box-shadow: 0 18px 54px rgba(20,30,14,.08); }
.quick-upload-copy h2 { margin: 0; font-size: clamp(38px,3.8vw,49px); line-height: 1.08; letter-spacing: -.055em; }
.quick-upload-copy > p { max-width: 470px; margin: 18px 0 26px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.quick-upload-copy ol { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.quick-upload-copy li { display: flex; align-items: center; gap: 11px; color: #4e534b; font-size: 13px; font-weight: 500; }
.quick-upload-copy li span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 10px; font-weight: 700; }
.quick-upload-card { padding: 16px; border-radius: 24px; background: #fff; box-shadow: 0 0 0 1px rgba(14,15,12,.06),0 18px 44px rgba(25,35,18,.08); }
.quick-drop { min-height: 272px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(23,54,0,.3); border-radius: 17px; background: #fbfcfa; text-align: center; cursor: pointer; transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
.quick-drop:hover,.quick-drop.over { border-color: var(--forest); background: var(--mint); transform: translateY(-2px); }
.quick-drop.has-file { border-style: solid; border-color: #83b765; background: var(--mint); }
.quick-file-icon { width: 48px; height: 48px; margin-bottom: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 20px; }
.quick-drop strong { font-size: 17px; letter-spacing: -.025em; }.quick-drop small { margin-top: 6px; color: #7c8078; font-size: 12px; }
.quick-choose { min-height: 39px; margin-top: 20px; padding: 0 18px; display: inline-flex; align-items: center; border-radius: 999px; color: white; background: var(--forest); font-size: 12px; font-weight: 600; }
.quick-formats,.quick-privacy { margin: 12px 0 0; color: #858981; font-size: 10.5px; text-align: center; }.quick-privacy { margin-top: 10px; }
.quick-error { margin: 10px 2px 0; color: #9b3a2f; font-size: 12px; text-align: center; }
.quick-submit { width: 100%; min-height: 49px; margin-top: 14px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; color: white; background: var(--forest); font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; transition: transform .15s ease, opacity .15s ease, background-color .15s ease; }
.quick-submit:hover:not(:disabled) { background: var(--forest-2); transform: translateY(-1px); }.quick-submit:active:not(:disabled) { transform: scale(.98); }.quick-submit:disabled { opacity: .35; cursor: not-allowed; }.quick-submit span { font-size: 19px; }

.center-heading { max-width: 680px; margin: 0 auto 50px; text-align: center; }
.eyebrow { width: max-content; margin-bottom: 18px; padding: 7px 12px; display: inline-flex; align-items: center; gap: 7px; color: #2f312c; border: 1px solid #d8dad4; border-radius: 999px; background: rgba(255,255,255,.68); font-size: 13px; font-weight: 500; }
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: var(--forest); }
.eyebrow.light { color: white; border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.07); }.eyebrow.light i { background: var(--lime); }
.center-heading h2,.split-heading h2,.story h2,.faq h2,.final-cta h2 { margin: 0; font-size: clamp(42px, 4.25vw, 52px); font-weight: 600; line-height: 1.12; letter-spacing: -.05em; }
.persona-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.persona-card { min-height: 330px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid white; border-radius: 28px; background: var(--card); box-shadow: 0 14px 45px rgba(21,30,16,.06); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.persona-card:hover { transform: translateY(-9px) rotate(-.5deg); box-shadow: 0 25px 60px rgba(21,30,16,.12); }
.round-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 25px; transition: transform .35s ease; }
.persona-card:hover .round-icon { transform: rotate(12deg) scale(1.07); }
.persona-card h3 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.035em; }.persona-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.split-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 110px; }
.split-heading p { margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.feature-stack { position: relative; display: block; padding-bottom: 30px; }
.feature-card { --stack-scale: 1; --stack-brightness: 1; min-height: 490px; margin-bottom: 22px; padding: 54px; position: sticky; top: 94px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 48px; overflow: hidden; border: 3px solid #fff; border-radius: 28px; box-shadow: 0 22px 50px rgba(20,25,17,.09); transform: scale(var(--stack-scale)); transform-origin: top center; filter: brightness(var(--stack-brightness)); will-change: transform, filter; }
.feature-card:nth-child(1) { z-index: 1; }.feature-card:nth-child(2) { z-index: 2; }.feature-card:nth-child(3) { z-index: 3; }.feature-card:nth-child(4) { z-index: 4; }
.feature-card.mint { background: var(--mint); }.feature-card.blush { background: var(--blush); }.feature-card.blue { background: var(--blue); }.feature-card.peach { background: var(--peach); }
.feature-copy h3 { margin: 3px 0 16px; font-size: clamp(36px,3.2vw,42px); line-height: 1.1; letter-spacing: -.055em; }
.feature-copy p { max-width: 430px; margin: 0 0 30px; color: #555951; font-size: 16px; line-height: 1.55; }
.feature-visual { min-height: 330px; padding: 34px; position: relative; border: 1px solid rgba(14,15,12,.1); border-radius: 24px; background: rgba(255,255,255,.88); box-shadow: 0 24px 50px rgba(30,35,25,.11); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease; }
.feature-card:hover .feature-visual { transform: translateY(-8px) rotate(1deg); box-shadow: 0 34px 64px rgba(30,35,25,.16); }
.float-label { width: max-content; margin: -53px auto 24px; padding: 11px 17px; border-radius: 999px; background: #fff; box-shadow: 0 10px 24px rgba(20,30,14,.12); font-size: 12px; font-weight: 600; }
.cast-choice { padding: 15px 0; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #e8e9e4; }.cast-choice:last-child { border: 0; }
.cast-choice img,.mini-line img { width: 47px; height: 47px; object-fit: cover; border-radius: 50%; }.cast-choice span { flex: 1; }.cast-choice b,.cast-choice small,.mini-line b,.mini-line small { display: block; }.cast-choice b { margin-bottom: 4px; font-size: 14px; }.cast-choice small { color: #85887f; font-size: 11px; }.cast-choice em { padding: 6px 9px; color: #3d6b24; border-radius: 999px; background: #edf5e6; font-size: 10px; font-style: normal; }
.mini-scene small,.mini-scene b { display: block; }.mini-scene small { color: #8a7a82; font-size: 9px; }.mini-scene b { margin-top: 5px; font-size: 20px; }
.mini-line { margin-top: 15px; padding: 14px; display: flex; gap: 11px; align-items: center; border: 1px solid #eee4e9; border-radius: 14px; }.mini-line.active { border-color: #e3b9cc; background: #fff6fa; }.mini-line b { margin-bottom: 4px; font-size: 11px; }.mini-line small { color: #7e7479; font-size: 10px; white-space: nowrap; }
.mini-player { height: 58px; margin-top: 15px; padding: 0 16px; display: flex; align-items: center; gap: 14px; border-radius: 15px; color: white; background: var(--wine); }.mini-player > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); }.mini-player small { font-size: 9px; }.wave.pink i { background: #f2c5da; }
.voice-head { padding-bottom: 20px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #e4e9e7; }.voice-head img { width: 53px; height: 53px; object-fit: cover; border-radius: 50%; }.voice-head span { flex: 1; }.voice-head b,.voice-head small { display: block; }.voice-head small { margin-top: 4px; color: #7b837f; font-size: 10px; }.voice-head button { width: 38px; height: 38px; border: 0; border-radius: 50%; color: white; background: #21231d; }
.voice-visual label { margin-top: 20px; display: flex; justify-content: space-between; color: #535954; font-size: 11px; }.slider { height: 5px; margin-top: 8px; border-radius: 999px; background: #d8e2df; }.slider i { height: 100%; display: block; border-radius: inherit; background: #21231d; }.voice-prompt { margin-top: 22px; padding: 14px; border: 1px solid #d9e4e2; border-radius: 13px; color: #67706b; font-size: 10px; }.voice-prompt b { float: right; color: white; background: #21231d; border-radius: 50%; padding: 3px 6px; }
.export-visual { display: flex; flex-direction: column; justify-content: center; }.export-item { padding: 18px 0; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #ece7e3; }.file-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--plum); }.export-item span:nth-child(2) { flex: 1; }.export-item b,.export-item small { display: block; }.export-item b { font-size: 12px; }.export-item small { margin-top: 4px; color: #8a817b; font-size: 9px; }.export-item em { font-style: normal; }
.rendering { margin-top: 20px; padding: 17px; position: relative; border-radius: 14px; background: #f6f2ef; }.rendering div { display: inline-block; }.rendering b,.rendering small { display: block; font-size: 10px; }.rendering small { margin-top: 4px; color: #8a817b; }.rendering > span { float: right; font-size: 10px; }.rendering > i { height: 4px; margin-top: 14px; display: block; overflow: hidden; border-radius: 99px; background: #ded8d3; }.rendering > i b { width: 76%; height: 100%; border-radius: inherit; background: var(--plum); }

.editorial-quote { padding-top: 64px; }.quote-grid { display: grid; grid-template-columns: 310px 1fr; align-items: center; gap: 48px; }.quote-image { height: 320px; overflow: hidden; border-radius: 22px; }.quote-image img { width: 100%; height: 100%; object-fit: cover; }.quote-grid blockquote { margin: 0; font-size: clamp(31px,3.2vw,44px); line-height: 1.4; letter-spacing: -.045em; }.quote-grid blockquote footer { margin-top: 35px; display: flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: 0; }
.benefits { background: #f0f1ee; }.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border-radius: 25px; overflow: hidden; background: #d9dbd5; }.benefit-card { min-height: 245px; padding: 33px; background: #f8f8f6; transition: background-color .25s ease, transform .25s ease; }.benefit-card:hover { background: var(--mint); }.benefit-card > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 18px; }.benefit-card h3 { margin: 46px 0 10px; font-size: 17px; letter-spacing: -.025em; }.benefit-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.flow-section { overflow: hidden; }.flow-section .split-heading > div .eyebrow { margin-bottom: 20px; }.marquee { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }.marquee-track { width: max-content; display: flex; gap: 18px; animation: marquee 24s linear infinite; }.marquee-track span { width: 160px; height: 112px; display: grid; place-items: center; border: 1px solid #dddeda; border-radius: 24px; background: #fff; box-shadow: 0 9px 24px rgba(25,30,22,.05); color: #656862; font-size: 13px; font-weight: 700; }

.story { overflow: hidden; }.story-grid { display: grid; grid-template-columns: 1fr .84fr; align-items: center; gap: 78px; }.story-copy h2 { max-width: 590px; }.story-copy > p { max-width: 530px; margin: 24px 0 30px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.6; }.stats { margin-top: 55px; display: flex; gap: 70px; }.stats div { display: grid; }.stats strong { font-size: 52px; letter-spacing: -.06em; }.stats strong::after { content: "+"; color: var(--lime); }.stats span { margin-top: 4px; color: rgba(255,255,255,.6); font-size: 12px; }.story-image { height: 610px; position: relative; overflow: hidden; border-radius: 170px 170px 26px 26px; }.story-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.17); border-radius: inherit; }.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }.story-image > span { position: absolute; z-index: 2; right: 22px; bottom: 22px; padding: 9px 12px; border-radius: 999px; color: var(--forest); background: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .07em; }

.pricing { background: #f0f1ee; }.billing-toggle { width: max-content; margin: 0 auto 40px; padding: 4px; display: flex; border: 1px solid #dbddd6; border-radius: 999px; background: #e9ebe6; }.billing-toggle button { min-width: 105px; height: 38px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: 13px; }.billing-toggle button.active { background: var(--lime); box-shadow: 0 4px 12px rgba(40,55,30,.1); }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: stretch; }.price-card { min-height: 540px; padding: 34px 28px; position: relative; display: flex; flex-direction: column; border: 2px solid white; border-radius: 25px; background: #fff; box-shadow: 0 16px 42px rgba(26,31,23,.07); transition: transform .3s ease, box-shadow .3s ease; }.price-card:hover { transform: translateY(-7px); box-shadow: 0 25px 60px rgba(26,31,23,.13); }.price-card.featured { border-color: var(--lime); }.value-band { margin: -34px -28px 25px; padding: 12px; border-radius: 22px 22px 0 0; color: var(--forest); background: var(--lime); text-align: center; font-size: 11px; font-weight: 600; }.plan-icon { font-size: 24px; }.price-card h3 { margin: 22px 0 18px; font-size: 14px; }.price-value { font-size: 35px; letter-spacing: -.055em; }.price-card > p { min-height: 42px; margin: 10px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.55; }.price-card ul { margin: 0 0 30px; padding: 22px 0 0; display: grid; gap: 15px; border-top: 1px solid #ecece8; list-style: none; }.price-card li { font-size: 13px; }.price-card li::before { content: "✓"; margin-right: 10px; color: #55723f; }.price-card .pill { width: 100%; margin-top: auto; }

.outcomes { padding-bottom: 0; overflow: hidden; background: #f0f1ee; }.outcome-window { height: 590px; max-width: var(--page); margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; overflow: hidden; mask-image: linear-gradient(#000 0,#000 80%,transparent 100%); }.outcome-column { display: grid; align-content: start; gap: 16px; animation: columnUp 22s linear infinite; }.outcome-column.scroll-down { transform: translateY(-310px); animation-name: columnDown; }.outcome-column.slow { animation-duration: 27s; }.outcome-column article { height: 250px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid white; border-radius: 24px; background: #fff; box-shadow: 0 11px 32px rgba(25,30,22,.06); }.outcome-column p { margin: 0; font-size: 17px; line-height: 1.45; letter-spacing: -.025em; }.outcome-column span { display: grid; }.outcome-column b { font-size: 13px; }.outcome-column small { margin-top: 3px; color: #81847d; font-size: 11px; }

.faq { background: #fff; }.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }.faq-heading > p { max-width: 360px; margin-top: 20px; color: var(--muted); line-height: 1.6; }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 500; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { width: 34px; height: 34px; position: relative; flex: 0 0 auto; border: 1px solid #dadcd6; border-radius: 50%; }.faq-list summary span::before,.faq-list summary span::after { content: ""; position: absolute; top: 16px; left: 10px; width: 12px; height: 1px; background: var(--ink); transition: transform .25s ease; }.faq-list summary span::after { transform: rotate(90deg); }.faq-list details[open] summary span::after { transform: rotate(0); }.faq-list details p { max-width: 570px; margin: -2px 50px 26px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { padding: 120px 0 150px; text-align: center; }.final-cta > div { display: grid; justify-items: center; }.final-cta p { margin: 18px 0 30px; color: rgba(255,255,255,.65); font-size: 16px; }.site-footer { padding: 0 0 35px; }.footer-grid { padding-top: 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.15); }.footer-grid nav { display: flex; gap: 34px; font-size: 13px; }.footer-grid > .pill { justify-self: end; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.8,.2,1); }.reveal.visible { opacity: 1; transform: none; }.feature-card.reveal { transform: translateY(28px) scale(var(--stack-scale)); }.feature-card.reveal.visible { transform: scale(var(--stack-scale)); transition: opacity .7s ease, transform .18s linear, filter .18s linear; }.reveal.delay-1 { transition-delay: .08s; }.reveal.delay-2 { transition-delay: .16s; }
@keyframes loadIn { to { opacity: 1; transform: none; } }
@keyframes productIn { to { opacity: 1; transform: translate(0,0); } }
@keyframes wave { from { height: 25%; } to { height: 94%; } }
@keyframes marquee { to { transform: translateX(calc(-50% - 9px)); } }
@keyframes columnUp { to { transform: translateY(-1064px); } }
@keyframes columnDown { from { transform: translateY(-1064px); } to { transform: translateY(-310px); } }

@media (max-width: 900px) {
  .page-width { width: min(720px,calc(100% - 36px)); }
  .nav-links { display: none; }.nav-inner { grid-template-columns: 1fr auto; }.nav-cta { grid-column: 2; }
  .hero { height: 960px; }.hero-grid { display: block; padding-top: 145px; }.hero-copy { padding: 0; }.hero-copy > p { max-width: 540px; }.hero-product { width: calc(100vw - 36px); height: 530px; margin: 65px 0 0; overflow: hidden; }.reader-shell { transform-origin: top left; }
  .quick-upload-grid { grid-template-columns: 1fr; gap: 42px; }
  .persona-grid,.price-grid { grid-template-columns: 1fr; }.persona-card { min-height: 260px; }.price-card { min-height: 490px; }.price-card.featured { order: -1; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }.split-heading p { max-width: 580px; }
  .feature-card { min-height: 0; grid-template-columns: 1fr; }.feature-visual { margin-top: 15px; }
  .quote-grid { grid-template-columns: 250px 1fr; }.benefit-grid { grid-template-columns: repeat(2,1fr); }
  .story-grid { grid-template-columns: 1fr; }.story-image { height: 520px; max-width: 520px; width: 100%; }.faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .outcome-window { padding-inline: 18px; grid-template-columns: repeat(2,1fr); }.outcome-column:nth-child(3) { display: none; }
}

@media (max-width: 620px) {
  .page-width { width: calc(100% - 28px); }.section-pad { padding: 78px 0; }
  .site-nav,.nav-inner { height: 66px; }.brand { font-size: 17px; }.brand-mark { width: 22px; height: 22px; }.nav-cta { min-height: 38px; padding-inline: 16px; font-size: 12px; }
  .hero { height: 890px; min-height: 0; }.hero-grid { padding-top: 120px; }.hero h1 { font-size: 48px; }.hero-copy > p { font-size: 15px; }.hero-product { width: calc(100vw - 14px); height: 475px; margin-top: 48px; margin-left: 0; }.reader-shell { width: 690px; height: 510px; grid-template-columns: 184px 1fr; transform: scale(.92); }.reader-main { padding: 20px; }
  .quick-upload { padding: 58px 0 68px; }.quick-upload-grid { padding: 24px 18px; grid-template-columns: 1fr; gap: 34px; border-radius: 24px; }.quick-upload-copy h2 { font-size: 36px; }.quick-upload-copy > p { font-size: 14px; }.quick-upload-card { padding: 10px; border-radius: 20px; }.quick-drop { min-height: 250px; padding: 24px 18px; border-radius: 14px; }
  .center-heading { margin-bottom: 34px; }.center-heading h2,.split-heading h2,.story h2,.faq h2,.final-cta h2 { font-size: 38px; }.persona-card { min-height: 245px; padding: 27px; border-radius: 23px; }
  .feature-stack { padding-bottom: 0; }.feature-card,.feature-card.reveal,.feature-card.reveal.visible { margin-bottom: 18px; padding: 30px 24px; position: relative; top: auto; gap: 22px; border-radius: 23px; transform: none; filter: none; }.feature-copy h3 { font-size: 34px; }.feature-copy p { font-size: 14px; }.feature-visual { min-height: 310px; padding: 25px 20px; border-radius: 20px; }.float-label { margin-top: -44px; }.mini-line small { max-width: 205px; overflow: hidden; text-overflow: ellipsis; }.cast-choice em { display: none; }
  .editorial-quote { padding-top: 26px; }.quote-grid { grid-template-columns: 1fr; }.quote-image { height: 270px; }.quote-grid blockquote { font-size: 30px; }
  .benefit-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 220px; }.benefit-card h3 { margin-top: 34px; }
  .flow-section .split-heading { margin-bottom: 40px; }.marquee-track span { width: 130px; height: 92px; }
  .story-grid { gap: 48px; }.stats { gap: 45px; }.story-image { height: 470px; border-radius: 130px 130px 22px 22px; }
  .billing-toggle button { min-width: 90px; }.price-card { min-height: 485px; }
  .outcome-window { height: 520px; grid-template-columns: 1fr; }.outcome-column:nth-child(n+2) { display: none; }.outcome-column article { height: 225px; }
  .footer-grid { grid-template-columns: 1fr auto; }.footer-grid nav { display: none; }.footer-grid > .pill { grid-column: 2; }
}

@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 { opacity: 1; transform: none; }
}
