:root{--color-purple: #7F3DFF;--color-purple-700: #A678FF;--color-teal: #2DD4BF;--color-pink: #D946EF;--color-dark-base: #0F0F12;--color-text-primary: #FFFFFF;--color-text-secondary: #A0A0A0;--app-bg: #0F0F12;--app-surface: #28282A;--app-surface-2: #212121;--app-text-secondary: #878788;--app-success: #22C55E;--app-error: #EF4444;--app-radius-card: 20px;--app-radius-full: 100px;--gradient-main: linear-gradient(135deg, var(--color-purple) 0%, var(--color-teal) 100%);--gradient-glow: radial-gradient(circle, rgba(127, 61, 255, .4) 0%, rgba(15, 15, 18, 0) 70%);--font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-rounded: -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--container-padding: 24px;--max-width: 1200px;--section-pad: clamp(96px, 12vw, 140px);--text-hero: clamp(40px, 5.2vw, 66px);--text-h2: clamp(32px, 4.5vw, 56px);--text-h3: clamp(20px, 2vw, 24px);--text-body: 17px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-dark-base);color:var(--color-text-primary);font-family:var(--font-display);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--container-padding)}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}.section-eyebrow{display:block;font-size:15px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px;background:var(--gradient-main);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;width:fit-content}.section-eyebrow--center{margin-left:auto;margin-right:auto}section[id]{scroll-margin-top:90px}:focus-visible{outline:2px solid var(--color-teal);outline-offset:3px;border-radius:4px}button{cursor:pointer;border:none;font-family:inherit}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.btn{padding:12px 24px;font-size:16px;font-weight:600;border-radius:999px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7f3dff4d}.btn:active{transform:translateY(0)}.btn--primary{background:var(--color-purple);color:#fff}.btn--primary:hover{background:#6d28d9}.btn--secondary{background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn--secondary:hover{background:#fff3}.btn--outline{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff}.btn--outline:hover{border-color:#fff;background:#ffffff0d}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:20px 0;transition:all .3s ease;background:#0f0f1200;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.navbar--scrolled{background:#0f0f12cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.navbar-container{display:flex;align-items:center;justify-content:space-between}.navbar-logo{cursor:pointer;display:flex;align-items:center}.logo-image{height:32px;width:auto}.navbar-links{display:flex;gap:32px}.nav-link{background:none;border:none;color:#a0a0a0;font-size:14px;cursor:pointer;transition:color .2s;font-weight:500}.nav-link:hover{color:#fff}.navbar-cta .nav-btn-small{padding:8px 16px;font-size:13px}@media(max-width:768px){.navbar-links{display:none}}.email-signup{display:flex;gap:8px;max-width:500px;width:100%}.email-input{flex:1;padding:14px 20px;font-size:16px;border:2px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;color:#fff;outline:none;transition:all .3s;font-family:inherit}.email-input::placeholder{color:#ffffff80}.email-input:focus{border-color:var(--color-purple);background:#ffffff14}.email-submit-btn{padding:14px 32px;font-size:16px;font-weight:600;border:none;border-radius:12px;background:var(--gradient-main);color:#fff;cursor:pointer;transition:all .3s;white-space:nowrap;font-family:inherit}.email-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7f3dff4d}.email-submit-btn:active{transform:translateY(0)}.email-signup.hero{max-width:550px}.email-signup.hero .email-input{padding:16px 26px;font-size:17px;border-radius:999px}.email-signup.hero .email-submit-btn{padding:16px 36px;font-size:17px;border-radius:999px}.email-signup.cta{max-width:600px;margin:0 auto}.email-signup.cta .email-input{padding:16px 26px;font-size:17px;border-radius:999px}.email-signup.cta .email-submit-btn{padding:16px 40px;font-size:17px;border-radius:999px}@media(max-width:768px){.email-signup{flex-direction:column;gap:12px}.email-input,.email-submit-btn{width:100%}}.email-signup-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.email-signup{display:flex;gap:8px;max-width:500px;width:100%;margin:0 auto}.email-input:disabled,.email-submit-btn:disabled{opacity:.6;cursor:not-allowed}.email-submit-btn:disabled:hover{transform:none;box-shadow:none}.email-message{font-size:14px;padding:8px 12px;border-radius:8px;text-align:center;animation:slideIn .3s ease}.email-message.success{background:#2dd4bf1a;color:var(--color-teal);border:1px solid rgba(45,212,191,.3)}.email-message.error{background:#ff3b301a;color:#ff3b30;border:1px solid rgba(255,59,48,.3)}.email-success{display:flex;align-items:center;justify-content:center;gap:12px;max-width:500px;width:100%;margin:0 auto;padding:16px 24px;border-radius:14px;background:#22c55e1a;border:1px solid rgba(34,197,94,.35);color:#fff;font-size:16px;font-weight:500}.email-success.hero,.email-success.cta{max-width:550px}.email-success-check{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--app-success);color:#fff;flex-shrink:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.orb{position:relative;border-radius:42% 58% 70% 30%/45% 45% 55% 55%;display:flex;align-items:center;justify-content:center;animation:morph 20s linear infinite alternate,float 6s ease-in-out infinite;filter:blur(40px);opacity:.8}.orb--small{width:100px;height:100px}.orb--medium{width:200px;height:200px}.orb--large{width:500px;height:500px}.orb__inner{width:100%;height:100%;border-radius:42% 58% 70% 30%/45% 45% 55% 55%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.8) 0%,rgba(127,61,255,.6) 30%,rgba(45,212,191,.4) 60%,transparent 100%);box-shadow:0 0 100px #7f3dff80,inset 0 0 80px #7f3dff4d;animation:morph 15s linear infinite alternate-reverse}@keyframes morph{0%{border-radius:40% 60% 60% 40%/60% 30% 70% 40%;transform:rotate(0)}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.phone-frame{--frame-w: 300px;--frame-h: 620px;width:var(--frame-w);max-width:82vw}.phone-frame__body{position:relative;width:100%;aspect-ratio:300 / 620;background:#000;border-radius:52px;padding:12px;box-shadow:0 0 0 2px #ffffff0f,0 40px 80px -20px #000c,0 0 120px -30px #7f3dff59}.phone-frame__screen{position:relative;width:100%;height:100%;border-radius:42px;overflow:hidden;background:var(--app-bg)}.phone-frame__island{position:absolute;top:22px;left:50%;transform:translate(-50%);width:88px;height:26px;background:#000;border-radius:14px;z-index:5}.phone-frame__punch{position:absolute;top:20px;left:50%;transform:translate(-50%);width:10px;height:10px;background:#000;border-radius:50%;z-index:5}.phone-frame--android .phone-frame__body{border-radius:38px}.phone-frame--android .phone-frame__screen{border-radius:30px}@media(max-width:600px){.phone-frame{--frame-w: 260px}}.hs2{position:absolute;inset:0;display:flex;flex-direction:column;font-family:var(--font-display);color:#fff;background:var(--app-bg);overflow:hidden;text-align:left}.hs2__statusbar{display:flex;justify-content:space-between;align-items:center;padding:14px 22px 0;font-size:12px;font-weight:600}.hs2__sb-time{font-variant-numeric:tabular-nums;letter-spacing:.02em}.hs2__sb-right{display:flex;align-items:center;gap:5px}.hs2__sb-signal{display:flex;align-items:flex-end;gap:1.5px;height:10px}.hs2__sb-signal i{width:2.5px;background:#fff;border-radius:1px;display:block}.hs2__sb-batt{width:22px;height:11px;border:1px solid rgba(255,255,255,.5);border-radius:3.5px;padding:1.5px;position:relative;display:flex}.hs2__sb-batt:after{content:"";position:absolute;right:-3px;top:3px;width:1.5px;height:4px;background:#ffffff80;border-radius:0 1px 1px 0}.hs2__sb-batt i{flex:0 0 78%;background:#fff;border-radius:1.5px;display:block}.hs2__top{background:linear-gradient(160deg,#7f3dff73,#2dd4bf38 55%,#0f0f1200 92%)}.hs2__hero{position:relative;padding:14px 16px 20px}.hs2__hero-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.hs2__month{display:block;font-size:22px;font-weight:700;letter-spacing:-.01em}.hs2__insights{font-size:12px;color:#43d9c6}.hs2__profile{color:#f5f5f5;opacity:.9}.hs2__stats{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.hs2__stat-block{display:flex;flex-direction:column;gap:6px}.hs2__stat-line{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:118px}.hs2__stat-label{font-size:12px;color:var(--app-text-secondary)}.hs2__stat-value{font-size:14px;font-weight:600}.hs2__spark-block{flex:1;min-width:0;max-width:60%;display:flex;flex-direction:column;gap:4px}.hs2__spark{width:100%;height:30px}.hs2__dots{display:flex;justify-content:space-between;align-items:flex-end;height:7px}.hs2__dots span{width:2px;height:4px;border-radius:2px;background:#595959}.hs2__dots span.is-today{height:7px;background:#2dd4bf}.hs2__balance-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.hs2__balance-label{font-size:10px;color:var(--app-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.hs2__balance-amount{font-size:12px;font-weight:700;color:#22c55e;white-space:nowrap;flex-shrink:0}.hs2__section{font-size:12px;font-weight:600;color:var(--app-text-secondary);padding:4px 16px 8px}.hs2__list{flex:1;padding:0 12px;overflow:hidden}.hs2__row{display:flex;align-items:flex-start;gap:10px;padding:9px 4px;border-bottom:1px solid rgba(255,255,255,.04)}.hs2__row:last-child{border-bottom:none}.hs2__row-icon{width:36px;height:36px;border-radius:10px;background:var(--app-surface-2);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hs2__row-main{display:flex;flex-direction:column;flex:1;min-width:0;gap:2px}.hs2__row-title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs2__row-sub{font-size:10.5px;color:var(--app-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs2__row-sub.is-rtl{text-align:right}.hs2__row-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.hs2__row-amount{font-size:12.5px;font-weight:600;color:#ef4444;white-space:nowrap}.hs2__row-amount.is-inc{color:#22c55e}.hs2__row-time{font-size:10px;color:var(--app-text-secondary)}.hs2__logbar{display:flex;align-items:center;gap:8px;margin:10px 12px 14px}.hs2__add-btn{width:38px;height:38px;border-radius:50%;background:#78788047;border:.5px solid rgba(255,255,255,.18);color:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hs2__input-pill{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#78788047;border:.5px solid rgba(255,255,255,.18);border-radius:var(--app-radius-full);padding:9px 14px;min-width:0}.hs2__placeholder{font-size:13px;color:var(--app-text-secondary)}.hs2__mic{color:var(--app-text-secondary);flex-shrink:0}.sd{position:absolute;inset:0;display:flex;flex-direction:column;background:var(--app-bg);color:#fff;font-family:var(--font-display);text-align:left;padding-bottom:14px;overflow:hidden}.sd__statusbar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px 0;font-size:10px;font-weight:600}.sd__sb-right{display:flex;align-items:center;gap:4px}.sd__sb-signal{display:flex;align-items:flex-end;gap:1px;height:9px}.sd__sb-signal i{width:2px;background:#fff;border-radius:1px;display:block}.sd__sb-batt{width:18px;height:9px;border:1px solid rgba(255,255,255,.5);border-radius:3px;padding:1px;display:flex}.sd__sb-batt i{flex:0 0 75%;background:#fff;border-radius:1px;display:block}.sd__nav{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 10px}.sd__nav-title{font-size:13px;font-weight:700}.sd__nav-month{display:flex;align-items:center;gap:3px;font-size:10px;color:var(--app-text-secondary)}.sd__card{background:var(--app-surface);border-radius:16px;margin:0 12px 10px;padding:12px;display:flex;flex-direction:column;gap:6px}.sd__card-label{font-size:10px;color:var(--app-text-secondary);font-weight:600}.sd__balance{font-size:20px;font-weight:700;color:var(--app-success)}.sd__chart{width:100%;height:36px}.sd__bars{display:flex;flex-direction:column;gap:6px}.sd__bar-row{display:flex;align-items:center;gap:6px}.sd__bar-track{flex:1;height:20px;border-radius:10px;background:#7f3dff1f;overflow:hidden;display:block}.sd__bar-fill{display:flex;align-items:center;height:100%;border-radius:10px;background:#a678ff;color:#0f0f12;font-size:8.5px;font-weight:700;padding:0 8px;white-space:nowrap}.sd__bar-amount{font-size:9px;color:var(--app-text-secondary);width:30px;text-align:right;flex-shrink:0}.sd__rows{display:flex;flex-direction:column;padding:10px 14px 0}.sd__row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.04)}.sd__row-icon{width:26px;height:26px;border-radius:8px;background:var(--app-surface-2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sd__row-title{flex:1;font-size:11px;font-weight:600}.sd__row-amount{font-size:10.5px;font-weight:600;color:var(--app-error)}.sd__bubble{align-self:flex-end;max-width:82%;margin:14px 14px 0;background:var(--color-purple);color:#fff;font-size:11px;line-height:1.5;padding:8px 12px;border-radius:14px 14px 4px}.sd__spacer{flex:1}.sd__recpill{display:flex;align-items:center;gap:6px;background:var(--app-surface-2);border-radius:999px;margin:0 12px;padding:8px 12px}.sd__rec-dot{width:7px;height:7px;border-radius:50%;background:var(--app-error);flex-shrink:0}.sd__wave{flex:1;display:flex;align-items:center;gap:2px}.sd__wave i{flex:1;min-width:1.5px;background:#909090;border-radius:2px;display:block}.sd__rec-time{font-size:9px;color:var(--app-text-secondary)}.sd__rec-mic{color:var(--app-text-secondary)}.hero-section{position:relative;height:250vh;width:100%}.hero-sticky-content{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden;padding-top:88px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:var(--color-dark-base);overflow:hidden}.hero-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4}.hero-glow--1{width:500px;height:500px;background:var(--color-purple);top:-100px;left:50%;transform:translate(-50%)}.hero-glow--2{width:600px;height:600px;background:var(--color-teal);bottom:-100px;right:-100px;opacity:.2}.hero-beams{position:absolute;top:0;left:0;right:0;height:100vh;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 2%,#000 22%,#000 78%,transparent 98%);mask-image:linear-gradient(to bottom,transparent 2%,#000 22%,#000 78%,transparent 98%)}.hero-beams svg{width:100%;height:100%}.hero-container{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:10;width:100%}.hero-content{position:relative;z-index:10;margin-bottom:28px;width:100%;transform-origin:center center}.hero-headline{font-size:var(--text-hero);line-height:1.05;letter-spacing:-.03em;margin-bottom:28px;color:var(--color-text-primary);max-width:1000px;margin-left:auto;margin-right:auto}.text-gradient{background:var(--gradient-main);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subheadline{font-size:clamp(16px,1.5vw,19px);color:var(--color-text-secondary);line-height:1.55;margin-bottom:28px;max-width:640px;margin-left:auto;margin-right:auto}.hero-cta-group{display:flex;flex-direction:column;gap:16px;align-items:center;margin-bottom:0}.hero-support-text{font-size:14px;color:var(--color-text-secondary);opacity:.7}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;width:100%;z-index:30}.orb-wrapper{position:absolute;z-index:0;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5}.hero-screenshot{max-width:40%;width:100%;height:auto;border-radius:24px;position:relative;z-index:1;box-shadow:0 50px 100px -20px #00000080}.hidden-mobile{display:block}.float-card{position:absolute;z-index:40;background:#1c1c20b8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:12px 16px;box-shadow:0 24px 60px -20px #0009;pointer-events:none}.float-card--tl{top:10%;left:calc(50% - 340px);transform:rotate(-2deg)}.float-card--bl{top:47%;left:calc(50% - 348px);transform:rotate(1.5deg)}.float-card--tr{top:16%;right:calc(50% - 308px);transform:rotate(2deg)}.float-card--br{top:54%;right:calc(50% - 312px);transform:rotate(-1.5deg)}.hero-phone{position:relative;z-index:20}.hero-phone-side{position:absolute;top:56px;z-index:5;opacity:.42;filter:brightness(.65) saturate(.85);pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,#000 55%,transparent 95%);mask-image:linear-gradient(to bottom,#000 55%,transparent 95%)}.hero-phone-side--left{left:calc(50% - 470px);transform:scale(.82) rotate(-7deg);transform-origin:top right}.hero-phone-side--right{right:calc(50% - 470px);transform:scale(.82) rotate(7deg);transform-origin:top left}@media(max-width:1100px){.hero-phone-side{display:none}}.hero-badge{display:inline-flex;align-items:center;gap:8px;margin:0 auto 22px;padding:7px 16px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-size:13px;font-weight:500;color:#ffffffd9;letter-spacing:.01em}.hero-badge__dot{width:7px;height:7px;border-radius:50%;background:var(--color-teal);box-shadow:0 0 10px #2dd4bfe6;animation:hero-badge-pulse 2.2s ease-in-out infinite}@keyframes hero-badge-pulse{0%,to{opacity:1}50%{opacity:.4}}.float-card__row{display:flex;align-items:center;gap:10px}.float-card__icon{width:30px;height:30px;border-radius:9px;background:#ffffff17;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.float-card__icon--purple{background:linear-gradient(135deg,#7f3dff80,#2dd4bf4d)}.float-card__icon--green{background:#22c55e2e;color:var(--app-success)}.float-card__text{display:flex;flex-direction:column;gap:1px;white-space:nowrap}.float-card__title{font-size:13px;font-weight:600;color:#fff}.float-card__sub{font-size:11px;color:var(--color-text-secondary)}.float-card__amount{font-size:13px;font-weight:700;color:var(--app-error);margin-left:6px;font-variant-numeric:tabular-nums}.float-card__trail{color:var(--color-teal);margin-left:4px;display:flex}.float-card__rates{display:flex;gap:8px}.float-card__rate{display:flex;flex-direction:column;gap:2px;background:#0f0f1299;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:8px 12px}.float-card__rate.is-active{border-color:var(--color-teal);box-shadow:0 0 18px -6px #2dd4bf8c}.float-card__rate-label{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary)}.float-card__rate.is-active .float-card__rate-label{color:var(--color-teal)}.float-card__rate-value{font-size:15px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}@media(max-width:1100px){.float-card{display:none}}@media(max-width:768px){.hero-visual{margin-top:40px}.hero-screenshot{max-width:95%}.hidden-mobile{display:none}}.pain-section{background-color:#f5f5f7;color:#1d1d1f;padding:var(--section-pad) 0}.pain-intro{text-align:center;margin-bottom:60px}.pain-intro h2{font-size:var(--text-h2);letter-spacing:-.025em;max-width:720px;margin:0 auto;font-weight:700;color:#1d1d1f}.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto 60px}.pain-card{background:#fff;padding:36px;border-radius:28px;box-shadow:0 2px 12px #0000000a;transition:transform .2s ease,box-shadow .2s ease}.pain-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.pain-icon-wrapper{width:48px;height:48px;background:#7f3dff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-purple);margin-bottom:20px}.pain-card h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#1d1d1f}.pain-card p{font-size:16px;color:#86868b;line-height:1.5}.pain-transition{text-align:center;font-size:20px;font-weight:500;color:var(--color-purple);max-width:600px;margin:0 auto}@media(max-width:768px){.pain-grid{grid-template-columns:1fr}}.stepmock{width:100%;max-width:300px;display:flex;flex-direction:column;gap:14px;background:var(--app-bg);border:1px solid rgba(255,255,255,.07);border-radius:24px;padding:22px 18px;font-family:var(--font-display)}.stepmock__pill{display:flex;align-items:center;gap:8px;background:#78788047;border:.5px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 14px}.stepmock__pill--voice{background:var(--app-surface-2)}.stepmock__rec-dot{width:8px;height:8px;border-radius:50%;background:var(--app-error);flex-shrink:0;animation:stepmock-rec 1.2s ease-in-out infinite}@keyframes stepmock-rec{0%,to{opacity:1}50%{opacity:.3}}.stepmock__wave{flex:1;display:flex;align-items:center;gap:2px;height:20px}.stepmock__wave span{flex:1;min-width:1.5px;background:#909090;border-radius:2px}.stepmock__duration{font-size:11px;color:var(--app-text-secondary);font-variant-numeric:tabular-nums}.stepmock__mic-btn,.stepmock__send-btn{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stepmock__mic-btn{color:var(--app-text-secondary)}.stepmock__send-btn{background:var(--color-purple);color:#fff}.stepmock__typed{flex:1;font-size:14px;color:#fff;display:flex;align-items:center}.stepmock__caret{display:inline-block;width:1.5px;height:15px;background:var(--color-teal);margin-left:2px}.stepmock__transcript{align-self:flex-end;max-width:90%;background:var(--color-purple);color:#fff;font-size:14px;line-height:1.5;padding:10px 14px;border-radius:18px 18px 4px}.stepmock__parsed{display:flex;align-items:center;gap:10px;background:var(--app-surface);border-radius:14px;padding:10px 12px}.stepmock__parsed-icon{width:32px;height:32px;border-radius:9px;background:var(--app-surface-2);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stepmock__parsed-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.stepmock__parsed-title{font-size:13px;font-weight:600;color:#fff}.stepmock__parsed-cat{font-size:10.5px;color:var(--app-text-secondary)}.stepmock__parsed-amount{font-size:12.5px;font-weight:700;color:var(--app-error);white-space:nowrap;font-variant-numeric:tabular-nums}.stepmock__receipt{position:relative;background:#f4f1ea;border-radius:8px;padding:16px 14px;color:#3a3a3c;overflow:hidden}.stepmock__receipt-head{font-family:Courier New,monospace;font-size:12px;font-weight:700;text-align:center;margin-bottom:8px;letter-spacing:.05em}.stepmock__receipt-lines{display:flex;flex-direction:column;gap:4px;font-family:Courier New,monospace;font-size:10px;white-space:nowrap;overflow:hidden}.stepmock__receipt-lines .is-total{font-weight:700;margin-top:4px}.stepmock__scanline{position:absolute;left:6%;right:6%;height:2px;background:linear-gradient(90deg,transparent,var(--color-teal),transparent);box-shadow:0 0 12px #2dd4bfb3}.stepmock__corner{position:absolute;width:16px;height:16px;border:2.5px solid var(--color-purple);z-index:1}.stepmock__corner--tl{top:6px;left:6px;border-right:none;border-bottom:none;border-top-left-radius:6px}.stepmock__corner--tr{top:6px;right:6px;border-left:none;border-bottom:none;border-top-right-radius:6px}.stepmock__corner--bl{bottom:6px;left:6px;border-right:none;border-top:none;border-bottom-left-radius:6px}.stepmock__corner--br{bottom:6px;right:6px;border-left:none;border-top:none;border-bottom-right-radius:6px}.how-section{position:relative;background-color:var(--color-dark-base);padding:100px 0}.how-bg-clipper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.how-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(127,61,255,.1) 0%,transparent 70%);z-index:0;pointer-events:none}.how-intro{text-align:center;max-width:700px;margin:0 auto 80px;position:relative;z-index:1}.how-intro h2{font-size:var(--text-h2);font-weight:700;letter-spacing:-.025em;line-height:1.15;color:var(--color-text-primary);max-width:760px;margin:0 auto}.steps-container{display:flex;flex-direction:column;gap:40px;position:relative;z-index:1;max-width:900px;margin:0 auto}.step-card{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:sticky;top:0;overflow:hidden;transition:border-color .3s;box-shadow:0 -4px 20px #0003}.step-card:hover{border-color:#7f3dff4d}.step-content{flex:1}.step-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--color-purple) 0%,var(--color-teal) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff}.step-card h3{font-size:24px;margin-bottom:12px;color:#fff}.step-card p{color:var(--color-text-secondary);font-size:16px;line-height:1.6}.step-visual{flex-shrink:0;display:flex;align-items:center;justify-content:center}.step-screenshot{max-width:200px;width:100%;height:auto;border-radius:16px;box-shadow:0 10px 30px #00000080}.bonus-card{margin-top:40px;background:linear-gradient(135deg,#7f3dff1a,#2dd4bf0d);border:1px solid rgba(127,61,255,.2);border-radius:24px;padding:32px;display:flex;align-items:flex-start;gap:24px;max-width:900px;margin-left:auto;margin-right:auto}.bonus-icon{color:var(--color-teal);margin-top:4px}.bonus-content h3{font-size:18px;color:#fff;margin-bottom:8px}.bonus-content p{color:var(--color-text-secondary);font-size:15px}@media(max-width:768px){.step-card{flex-direction:column;text-align:center;padding:32px 24px}.step-content{display:flex;flex-direction:column;align-items:center}.step-visual{width:100%;margin-top:24px}.step-screenshot{max-width:180px}}.feature-section{background:var(--color-dark-base);padding:var(--section-pad) 0}.feature-head{text-align:center;margin-bottom:64px}.feature-head h2{font-size:var(--text-h2);letter-spacing:-.025em;color:#fff;max-width:700px;margin:0 auto}.feature-grid-layout{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:28px;padding:32px;transition:background .3s,transform .3s,border-color .3s;display:flex;flex-direction:column}.feature-card:hover{background:#ffffff0e;border-color:#ffffff1f;transform:translateY(-4px)}.feature-card--large{grid-column:span 2;padding:40px;background:radial-gradient(120% 140% at 0% 0%,rgba(127,61,255,.18) 0%,rgba(127,61,255,.04) 45%,transparent 70%),radial-gradient(120% 140% at 100% 100%,rgba(45,212,191,.12) 0%,transparent 55%),#ffffff08;border-color:#7f3dff47}.feature-card--large:hover{border-color:#7f3dff73;box-shadow:0 24px 60px -30px #7f3dff59}.feature-card--large h3{font-size:clamp(24px,2.4vw,30px);letter-spacing:-.02em}.feature-card--large p{font-size:16px;max-width:46ch}.feature-icon-wrapper{width:48px;height:48px;border-radius:14px;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:var(--color-teal);margin-bottom:24px}.feature-card--large .feature-icon-wrapper{background:linear-gradient(135deg,#7f3dff59,#2dd4bf40);color:#fff}.feature-card h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#fff}.feature-card p{font-size:15px;color:var(--color-text-secondary);line-height:1.55}.rate-mock{display:flex;gap:10px;margin-top:auto;padding-top:28px}.rate-chip{flex:1;background:#0f0f12a6;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.rate-chip--active{border-color:var(--color-teal);box-shadow:0 0 24px -8px #2dd4bf80}.rate-chip--ghost{opacity:.45}.rate-chip__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary)}.rate-chip--active .rate-chip__label{color:var(--color-teal)}.rate-chip__value{font-size:18px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.arabic-mock{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:28px;flex-wrap:wrap}.arabic-mock__bubble{background:var(--color-purple);color:#fff;font-size:16px;padding:10px 16px;border-radius:18px 18px 4px;line-height:1.4}.arabic-mock__arrow{color:var(--color-text-secondary);font-size:18px}.arabic-mock__parsed{display:flex;align-items:center;gap:12px;background:#0f0f12a6;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:10px 16px}.arabic-mock__cat{font-size:14px;font-weight:600;color:#fff}.arabic-mock__amount{font-size:14px;font-weight:700;color:var(--app-error);font-variant-numeric:tabular-nums}@media(max-width:900px){.feature-grid-layout{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.feature-grid-layout{grid-template-columns:1fr}.feature-card--large{grid-column:span 1;padding:32px}}.catbars{width:100%;max-width:420px;background:var(--app-surface);border-radius:var(--app-radius-card);padding:20px;box-shadow:0 40px 80px -30px #000000b3}.catbars__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.catbars__title{font-size:17px;font-weight:700;color:#fff}.catbars__chip{font-size:12px;color:var(--app-text-secondary);background:#ffffff0f;border-radius:var(--app-radius-full);padding:5px 12px}.catbars__list{display:flex;flex-direction:column;gap:10px}.catbars__row{position:relative;display:flex;align-items:center;height:38px;border-radius:var(--app-radius-full);background:color-mix(in srgb,var(--cat) 22%,#000 78%);padding-right:14px;overflow:hidden}.catbars__fill{display:flex;align-items:center;gap:8px;height:100%;min-width:120px;padding:0 12px;border-radius:var(--app-radius-full);background:var(--cat)}.catbars__icon{display:inline-flex;align-items:center;justify-content:center;color:#10101a}.catbars__name{font-size:13px;font-weight:600;color:#10101a;white-space:nowrap}.catbars__amount{margin-left:auto;font-size:13px;font-weight:700;color:#fff;padding-left:10px}.visual-preview-section{background-color:#fbfbfd;padding:100px 0;overflow:hidden}.preview-layout{display:flex;align-items:center;justify-content:space-between;gap:80px}.preview-visual{flex:1;display:flex;justify-content:center}.preview-stack{position:relative;width:100%;max-width:440px;padding-top:44px}.preview-overview{position:absolute;top:0;right:8px;z-index:2;display:flex;flex-direction:column;gap:2px;background:linear-gradient(150deg,#7f3dff,#5a29c0);border-radius:18px;padding:12px 18px;box-shadow:0 20px 40px -16px #7f3dff99}.preview-overview__label{font-size:11px;color:#fffc}.preview-overview__value{font-size:26px;font-weight:700;color:#fff;line-height:1}.preview-overview__delta{font-size:11px;color:#b8f5c8}@media(max-width:600px){.preview-overview{position:static;align-self:flex-end;margin-bottom:12px}.preview-stack{padding-top:0;display:flex;flex-direction:column}}.insights-phone{width:300px;height:600px;position:relative}.phone-casing{width:100%;height:100%;background:#000;border-radius:48px;padding:12px;box-shadow:0 30px 80px #00000026}.phone-screen-content{background:#fff;width:100%;height:100%;border-radius:36px;overflow:hidden;position:relative;background:#f2f2f7;padding:24px;display:flex;flex-direction:column}.ui-header{height:40px;width:60%;background:#e5e5ea;border-radius:8px;margin-bottom:40px;margin-top:20px}.ui-chart-area{height:150px;display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;padding:0 10px}.bar{width:24px;background:var(--color-purple);border-radius:6px}.bar-1{height:40%;opacity:.5}.bar-2{height:60%;opacity:.7}.bar-3{height:30%;opacity:.4}.bar-4{height:80%;background:var(--color-teal)}.bar-5{height:50%;opacity:.6}.ui-list-area{display:flex;flex-direction:column;gap:16px}.ui-list-item{height:50px;background:#fff;border-radius:12px;width:100%;box-shadow:0 2px 8px #0000000d}.preview-content{flex:1;max-width:500px}.preview-content h2{font-size:var(--text-h2);font-weight:700;letter-spacing:-.025em;color:#1d1d1f;margin-bottom:16px;line-height:1.1}.preview-subheadline{font-size:20px;color:#86868b;margin-bottom:40px;line-height:1.5}.preview-highlights{list-style:none;display:flex;flex-direction:column;gap:16px}.preview-highlights li{display:flex;align-items:center;gap:16px;font-size:18px;color:#1d1d1f;font-weight:500}.check-icon{width:24px;height:24px;border-radius:50%;background:var(--color-teal);color:#fff;display:flex;align-items:center;justify-content:center}@media(max-width:900px){.preview-layout{flex-direction:column-reverse;text-align:center;gap:40px}.preview-content{max-width:100%}.preview-highlights{align-items:flex-start;display:inline-flex;text-align:left}}.security-section{background:#000;color:#fff;padding:var(--section-pad) 0;text-align:center}.security-wrapper{display:flex;flex-direction:column;align-items:center;max-width:760px;margin:0 auto}.security-icon-large{width:80px;height:80px;background:#7f3dff1a;border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--color-purple);margin-bottom:32px}.security-wrapper h2{font-size:var(--text-h2);letter-spacing:-.025em;margin-bottom:48px}.security-points{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:40px;width:100%;text-align:left}.security-points li{display:flex;align-items:center;gap:12px;color:#ffffffd9;font-size:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:16px 20px;line-height:1.4}.security-points li:last-child:nth-child(odd){grid-column:span 2}.point-icon{flex-shrink:0}@media(max-width:640px){.security-points{grid-template-columns:1fr}.security-points li:last-child:nth-child(odd){grid-column:span 1}}.point-icon{color:var(--color-teal)}.security-reassurance{color:#666;font-size:14px}.faq-section{background:#fff;padding:var(--section-pad) 0}.faq-wrapper{max-width:700px;margin:0 auto}.faq-wrapper h2{font-size:var(--text-h2);letter-spacing:-.025em;color:#1d1d1f;margin-bottom:48px;text-align:center}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #E5E5E5;cursor:pointer}.faq-question{padding:24px 0;display:flex;justify-content:space-between;align-items:center}.faq-question h3{font-size:18px;font-weight:500;color:#1d1d1f}.faq-icon{color:#1d1d1f;transition:transform .3s}.faq-answer{overflow:hidden}.faq-answer p{padding-bottom:24px;color:#86868b;line-height:1.6}.cta-section{position:relative;background:var(--color-dark-base);padding:120px 0;text-align:center;overflow:hidden}.cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:700px;background:radial-gradient(circle at 35% 40%,rgba(127,61,255,.28) 0%,transparent 60%),radial-gradient(circle at 70% 65%,rgba(45,212,191,.16) 0%,transparent 55%);filter:blur(80px)}.cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.cta-content h2{font-size:clamp(36px,5vw,64px);letter-spacing:-.03em;margin-bottom:24px;color:#fff;line-height:1.08}.cta-subheadline{font-size:20px;color:var(--color-text-secondary);margin-bottom:40px}.cta-button{min-width:200px;font-size:18px;padding:16px 32px}.cta-note{font-size:14px;color:#fff6;margin-top:24px}@media(max-width:768px){.cta-content h2{font-size:32px}}.footer{background:#050505;padding:40px 0;border-top:1px solid #111}.footer-content{display:flex;justify-content:space-between;align-items:center}.copyright{color:#666;font-size:14px}.footer-logo{height:24px;width:auto}.footer-links{display:flex;gap:24px}.footer-links a{color:#666;text-decoration:none;font-size:14px;transition:color .2s}.footer-links a:hover{color:#fff}@media(max-width:768px){.footer-content{flex-direction:column;gap:20px}}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:10000;display:flex;justify-content:center;align-items:center;overflow:hidden}.preloader-content{display:flex;flex-direction:column;align-items:center;gap:24px}.preloader-logo-wrapper{position:relative;width:60px;height:60px;display:flex;flex-direction:column;align-items:center}.preloader-logo{width:100%;height:auto}.preloader-line{position:absolute;bottom:-10px;height:2px;background:linear-gradient(90deg,#7f3dff,#2dd4bf);border-radius:2px}.preloader-text{color:#fff9;font-size:.9rem;letter-spacing:.05em;font-weight:300}.legal-page{position:relative;min-height:100vh;background:var(--color-dark-base);padding:48px 0 80px;overflow:hidden}.legal-glow{position:absolute;top:-160px;left:50%;transform:translate(-50%);width:700px;height:500px;background:var(--gradient-glow);pointer-events:none;opacity:.7}.legal-back{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-size:15px;text-decoration:none;transition:color .2s;position:relative;z-index:1}.legal-back:hover{color:#fff}.legal-header{margin:40px 0 24px;max-width:760px}.legal-eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-purple-700, #A678FF);margin-bottom:12px}.legal-title{font-size:clamp(32px,6vw,52px);font-weight:700;line-height:1.05;background:var(--gradient-main);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff}.legal-effective{margin-top:12px;font-size:14px;color:var(--color-text-secondary)}.legal-intro{max-width:760px;font-size:18px;line-height:1.7;color:#d7d7db;padding:20px 22px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:18px;margin-bottom:40px}.legal-body{max-width:760px;display:flex;flex-direction:column;gap:32px}.legal-section{border-left:2px solid rgba(127,61,255,.35);padding-left:20px}.legal-heading{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.legal-para{font-size:16px;line-height:1.75;color:var(--color-text-secondary);margin-bottom:10px}.legal-para:last-child{margin-bottom:0}.legal-footer{max-width:760px;margin-top:56px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;color:var(--color-text-secondary);font-size:14px}.legal-footer-links{display:flex;gap:20px}.legal-footer-links a{color:var(--color-text-secondary);text-decoration:none;transition:color .2s}.legal-footer-links a:hover{color:#fff}@media(max-width:600px){.legal-intro{font-size:16px}.legal-footer{flex-direction:column;gap:12px;align-items:flex-start}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}
