:root{--primary:#B4FF39;--bg:#FAFAF5;--text:#0A0A0A;--text-secondary:rgba(10,10,10,0.62);--coral:#FF5C39;--surface:#F2F0EB;--border:#E5E2DA;--max:1120px;--max-narrow:680px;--max-med:720px;--radius-card:16px;--radius-pill:999px;--section-pad:120px;--section-pad-mobile:80px;--font-sans:-apple-system,"SF Pro Display","Inter","Helvetica Neue",Arial,sans-serif}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);font-size:17px;line-height:1.55;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%}a{text-decoration:none}a,button{color:inherit}button{font:inherit;background:none;border:0;padding:0;cursor:pointer}ol,ul{margin:0;padding:0;list-style:none}::selection{background:var(--primary);color:var(--text)}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin:0 0 16px}.eyebrow--center{text-align:center}.eyebrow--lime{color:var(--primary)}.display{font-size:clamp(40px,6vw,72px);line-height:1.04;margin:0 0 20px}.display,.h2{font-weight:700;letter-spacing:-.02em}.h2{font-size:clamp(30px,3.6vw,44px);line-height:1.1;margin:0 0 32px}.h2--center{text-align:center;margin-left:auto;margin-right:auto;max-width:720px}.lead{font-size:clamp(17px,1.4vw,20px);line-height:1.55;margin:0 0 32px;max-width:540px}.lead,.trust{color:var(--text-secondary)}.trust{font-size:14px;margin:16px 0 0}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 24px}.container--narrow{max-width:var(--max-narrow)}.container--med{max-width:var(--max-med)}section{padding:var(--section-pad) 0}@media (max-width:720px){section{padding:var(--section-pad-mobile) 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-pill);font-weight:600;font-size:14px;letter-spacing:-.01em;transition:transform .12s ease,background .16s ease,color .16s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--primary);color:var(--text);height:40px;padding:0 20px}.btn--primary:hover{background:#c2ff5c}.btn--secondary{background:var(--text);color:#fff;height:40px;padding:0 20px}.btn--secondary:hover{background:rgba(10,10,10,.85)}.btn--lg{height:56px;padding:0 28px;font-size:16px}.btn--sm{height:40px;padding:0 18px}.btn--block{width:100%}.btn--text{color:var(--text);font-size:16px;font-weight:500;height:40px}.btn--text:hover{color:rgba(10,10,10,.7)}.arrow-down{display:inline-block;transform:translateY(1px);font-size:14px}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--bg);height:64px;display:flex;align-items:center;border-bottom:1px solid transparent;transition:border-color .2s ease}.nav.is-scrolled{border-bottom-color:var(--border)}.nav__inner{justify-content:space-between}.nav__brand,.nav__inner{display:flex;align-items:center}.nav__brand{gap:10px}.nav__icon{width:32px;height:32px}.nav__wordmark{font-size:18px;font-weight:600;letter-spacing:-.01em}@media (max-width:480px){.nav{height:56px}.nav__wordmark{display:none}}.hero__inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:64px;gap:64px;align-items:center}@media (max-width:920px){.hero__inner{grid-template-columns:1fr;gap:48px}}.hero__copy{max-width:600px}.hero__ctas{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hero__visual{display:flex;justify-content:center}.pain{background:var(--bg)}.pain__p{font-size:18px;line-height:1.6;color:var(--text);margin:0 0 20px}.pain__p em{font-style:italic;color:var(--text)}.pain__p--accent{font-size:22px;font-weight:500;margin-top:12px}.pain__p .hl{background:var(--primary);color:var(--text);font-weight:700;padding:1px 8px;border-radius:4px;white-space:nowrap}.how{background:var(--bg)}.steps{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:64px 48px;gap:64px 48px;margin-top:56px}@media (max-width:560px){.steps{grid-template-columns:1fr;gap:56px}}.step__visual{display:flex;justify-content:center;margin-bottom:24px}.step__num{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.step__num,.step__title{font-weight:700;margin:0 0 8px}.step__title{font-size:20px;letter-spacing:-.01em}.step__body{font-size:15px;line-height:1.55;color:var(--text-secondary);margin:0}.features{background:var(--bg)}.features .h2{margin-bottom:80px}.feature{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;margin-bottom:48px}.feature:last-child{margin-bottom:0}.feature--imgright .feature__visual{order:2}.feature--imgright .feature__copy{order:1}.feature__visual{display:flex;justify-content:center}.feature__copy{max-width:460px}.feature__title{font-size:24px;font-weight:700;letter-spacing:-.01em;margin:0 0 12px}.feature__body{font-size:17px;line-height:1.55;color:var(--text-secondary);margin:0}@media (max-width:920px){.feature{grid-template-columns:1fr;gap:32px;margin-bottom:64px}.feature--imgright .feature__copy,.feature--imgright .feature__visual{order:0}}.pricing{background:#ffffff}.plans{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:880px;margin:56px auto 0;align-items:stretch}@media (max-width:720px){.plans{grid-template-columns:1fr;max-width:480px}}.plan{background:var(--bg);border:1px solid var(--border);border-radius:24px;padding:40px;display:flex;flex-direction:column;position:relative}@media (max-width:480px){.plan{padding:28px}}.plan--featured{border-color:var(--text);border-width:2px;background:#fff}.plan__eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--text);background:var(--primary);display:inline-block;padding:4px 10px;border-radius:999px;margin:0 0 16px;align-self:flex-start}.plan__name{font-size:24px;font-weight:700;letter-spacing:-.01em;margin:0 0 4px}.plan__tagline{font-size:14px;color:var(--text-secondary);margin:0 0 20px}.plan__price{margin:0 0 24px}.plan__amount{font-size:48px;font-weight:700;letter-spacing:-.02em}.plan__suffix{font-size:16px;color:var(--text-secondary);margin-left:4px}.plan__list{border-top:1px solid var(--border);padding-top:20px;margin-bottom:24px;display:grid;grid-gap:12px;gap:12px;flex:1 1}.plan__list li{display:flex;align-items:center;gap:10px;font-size:16px}.plan__list li:before{content:"";width:18px;height:18px;flex:0 0 18px;border-radius:999px;background:var(--text);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path d='M5 9.2 7.8 12l5.4-5.6' stroke='%23B4FF39' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:50%}.plan__cancel{font-size:13px;color:var(--text-secondary);text-align:center;margin:24px 0 0}.faq{background:var(--bg)}.faq__list{margin-top:48px;border-top:1px solid var(--border)}.faq__item{border-bottom:1px solid var(--border)}.faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 4px;list-style:none;cursor:pointer;font-size:18px;font-weight:600;letter-spacing:-.01em}.faq__item summary::-webkit-details-marker{display:none}.faq__icon{width:20px;height:20px;position:relative;flex:0 0 20px}.faq__icon:after,.faq__icon:before{content:"";position:absolute;inset:0;margin:auto;background:var(--text);transition:transform .2s ease}.faq__icon:before{width:14px;height:2px;top:0;bottom:0}.faq__icon:after{width:2px;height:14px;left:0;right:0}.faq__item[open] .faq__icon:after{transform:rotate(90deg)}.faq__item p{margin:0;padding:0 4px 22px;font-size:16px;color:var(--text-secondary);max-width:620px;line-height:1.6}.final{background:var(--text);color:#ffffff;text-align:center}.final__inner{max-width:640px;display:flex;flex-direction:column;align-items:center}.final__h2{font-size:clamp(36px,5vw,64px);font-weight:700;letter-spacing:-.02em;line-height:1.05;margin:0 0 20px}.final__sub{font-size:clamp(18px,1.4vw,20px);color:rgba(255,255,255,.8);max-width:480px;margin:0 0 32px}.final__badges{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.store-badge{display:inline-flex;transition:opacity .16s ease,transform .12s ease}.store-badge:hover{opacity:.85}.store-badge:active{transform:translateY(1px)}.store-badge img{height:56px;width:auto}.final .store-badge--android{background:#fff;border-radius:12px}.footer{background:var(--bg);border-top:1px solid var(--border);padding:60px 0 40px}.footer__inner{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px;gap:40px;align-items:start}@media (max-width:720px){.footer__inner{grid-template-columns:1fr;gap:32px}}.footer__col--brand{display:flex;flex-direction:column;gap:8px}.footer__icon{width:32px;height:32px;margin-bottom:4px}.footer__tag{font-size:14px}.footer__copy,.footer__tag{color:var(--text-secondary);margin:0}.footer__copy{font-size:12px}.footer__col--links{display:flex;flex-direction:column;gap:12px;font-size:14px;font-weight:500}.footer__col--links a:hover{color:var(--text-secondary)}.footer__col--social{display:flex;gap:16px;align-items:center}@media (min-width:721px){.footer__col--social{justify-content:flex-end}}.footer__col--social a{color:var(--text);display:inline-flex}.footer__col--social a:hover,.footer__strip{color:var(--text-secondary)}.footer__strip{text-align:center;font-size:12px;margin-top:24px;padding-top:24px;border-top:1px solid var(--border);max-width:var(--max)}.phone{--w:280px;width:var(--w);aspect-ratio:1/2.05;background:#0a0a0a;border-radius:44px;padding:12px;position:relative;box-shadow:0 30px 60px -20px rgba(10,10,10,.25),0 8px 24px -8px rgba(10,10,10,.18)}.phone--tilt{transform:rotate(5deg)}.phone--md{--w:280px}.phone--sm{--w:220px}.phone__notch{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:92px;height:26px;background:#000;border-radius:999px;z-index:2}.phone--sm .phone__notch{width:70px;height:20px;top:14px}.phone__screen{background:var(--bg);border-radius:32px;width:100%;height:100%;overflow:hidden;position:relative;display:flex;flex-direction:column}.phone--sm .phone__screen{border-radius:26px}.phone__screen--dark{background:#0f0f0f;color:#fff}.phone__chrome{display:flex;justify-content:space-between;align-items:center;padding:14px 22px 6px;font-size:12px;font-weight:600;letter-spacing:.04em}.phone__time{font-weight:700}.phone__icons{letter-spacing:.2em;opacity:.7;font-size:8px}.screen-script{flex:1 1;padding:14px 20px 24px;display:flex;flex-direction:column;gap:10px}.screen-script--sm{padding:12px 14px 18px;gap:8px}.screen-script__p{font-size:12px;line-height:1.5;font-weight:400;margin:0;color:var(--text)}.screen-script--sm .screen-script__p{font-size:11px;line-height:1.45}.screen-script__footer{margin-top:auto;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.screen-pill{height:28px;border-radius:999px;padding:0 14px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.screen-pill--text{padding:0 4px;background:transparent;font-weight:500;color:var(--text-secondary)}.screen-pill--lime{background:var(--primary);color:var(--text)}.screen-list{padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px;flex:1 1}.screen-list__head{display:flex;flex-direction:column;gap:2px;margin-bottom:4px}.screen-list__title{font-size:18px;font-weight:700;letter-spacing:-.02em}.screen-list__subtitle{font-size:9px;font-weight:700;letter-spacing:.12em;color:var(--text-secondary);text-transform:uppercase}.tpl-row{display:grid;grid-template-columns:1fr auto;align-items:stretch;background:var(--surface);border-radius:14px;overflow:hidden}.tpl-row__main{padding:10px 12px;display:flex;flex-direction:column;gap:3px;min-width:0}.tpl-row__label{font-size:9px;font-weight:700;letter-spacing:.1em;color:var(--text-secondary);text-transform:uppercase}.tpl-row__title{font-size:12px;font-weight:700;line-height:1.3;letter-spacing:-.01em;color:var(--text)}.tpl-row__link{font-size:9px;color:var(--text-secondary);font-weight:500;margin-top:2px}.tpl-row__remake{background:var(--text);color:#fff;font-size:11px;font-weight:700;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap;letter-spacing:-.01em;min-width:84px}.tpl-row__remake svg{flex-shrink:0;opacity:.95}.screen-tele{gap:12px;padding:12px}.screen-tele,.screen-tele__camera{flex:1 1;display:flex;flex-direction:column;position:relative}.screen-tele__camera{border-radius:16px;background:#000;overflow:hidden;justify-content:flex-start;padding:16px 12px;min-height:120px}.screen-tele__card{position:relative;background:rgba(0,0,0,.55);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;padding:14px 12px;display:flex;flex-direction:column;gap:4px;overflow:hidden}.screen-tele__card:after,.screen-tele__card:before{content:"";position:absolute;left:0;right:0;height:12px;pointer-events:none;z-index:1}.screen-tele__card:before{top:0;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,0))}.screen-tele__card:after{bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,0))}.screen-tele__line{margin:0;font-size:13px;font-weight:600;line-height:1.4;color:rgba(255,255,255,.55)}.screen-tele__line--past{color:rgba(255,255,255,.3)}.screen-tele__line--now{color:#fff}.screen-tele__controls{display:flex;flex-direction:column;align-items:center;gap:6px}.screen-tele__speed-label{font-size:8px;font-weight:700;letter-spacing:.12em;color:rgba(255,255,255,.55);text-transform:uppercase}.screen-tele__speed-pill{display:inline-flex;background:rgba(255,255,255,.08);border-radius:999px;padding:3px;gap:2px}.screen-tele__speed-pill span{padding:4px 10px;font-size:10px;font-weight:600;border-radius:999px;color:rgba(255,255,255,.6)}.screen-tele__speed-pill .is-active{background:#fff;color:var(--text)}.screen-tele__rec-cluster{display:flex;justify-content:center;padding-top:2px;padding-bottom:4px}.screen-tele__rec-ring{width:56px;height:56px;border-radius:50%;background:transparent;border:3px solid #fff;display:inline-flex;align-items:center;justify-content:center}.screen-tele__rec-inner{width:44px;height:44px;border-radius:50%;background:var(--coral)}.screen-save{flex:1 1;padding:16px;display:flex;flex-direction:column;gap:10px}.screen-save__preview{flex:1 1;border-radius:14px;background:#1a1a1a;position:relative;min-height:110px;overflow:hidden}.screen-save__preview:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-color:transparent transparent transparent rgba(255,255,255,.85);border-style:solid;border-width:12px 0 12px 20px;z-index:1}.screen-save__preview:after{content:"";position:absolute;inset:auto 0 0 0;height:30%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.4))}.screen-save__btn{height:36px;border-radius:999px;background:var(--surface);font-size:12px;font-weight:600;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}.screen-save__btn--lime{background:var(--primary)}.screen-remix{padding:18px 16px;display:flex;flex-direction:column;gap:10px;flex:1 1}.screen-remix__label{font-size:11px;font-weight:600;color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase}.screen-remix__input{background:var(--surface);border-radius:12px;padding:14px;font-size:12px;color:var(--text);border:1px solid var(--border);font-family:ui-monospace,SFMono-Regular,monospace}.screen-remix__btn{height:40px;border-radius:999px;background:var(--primary);color:var(--text);font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;text-align:center}.screen-remix__meta{font-size:11px;color:var(--text-secondary);margin:4px 0 0}.screen-voice{flex:1 1;padding:28px 16px 24px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.screen-voice__label{font-size:12px;font-weight:600;color:var(--text-secondary);margin:0}.screen-voice__cluster{display:flex;flex-direction:column;align-items:center;gap:14px}.screen-voice__btn{width:96px;height:96px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 4px #fff,0 0 0 5px rgba(10,10,10,.06)}.screen-voice__hint{font-size:12px;color:var(--text);margin:0;font-weight:600}.screen-voice__wave{display:flex;gap:4px;align-items:flex-end;height:32px}.screen-voice__wave span{width:4px;background:var(--text);border-radius:2px;opacity:.7}.screen-voice__wave span:first-child{height:30%}.screen-voice__wave span:nth-child(2){height:60%}.screen-voice__wave span:nth-child(3){height:90%}.screen-voice__wave span:nth-child(4){height:50%}.screen-voice__wave span:nth-child(5){height:80%}.screen-voice__wave span:nth-child(6){height:35%}.screen-voice__wave span:nth-child(7){height:65%}.screen-voice__wave span:nth-child(8){height:45%}