:root{--brand:#6d28d9;--brand-dark:#5b21b6;--brand-light:#ede9fe;--accent:#f472b6;--ink:#1e1b2e;--muted:#6b6880;--bg:#fff;--bg-alt:#f7f5ff;--border:#ece9f4;--radius:16px;--shadow:0 18px 40px -16px #4c1d9540;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}h1,h2,h3{margin:0;line-height:1.15}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 24px}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 24px;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{color:#fff;background:linear-gradient(135deg,#6366f1,#7c3aed);box-shadow:0 14px 30px -12px #6366f199}.btn--primary:hover{filter:brightness(1.06)}.btn--dark{color:#fff;background:#0b0a12}.btn--dark:hover{background:#211d35}.btn--ghost{color:var(--ink);border-color:var(--border);background:0 0}.btn--light{color:var(--brand-dark);background:#fff}.badge{background:var(--brand-light);color:var(--brand-dark);letter-spacing:.02em;border-radius:999px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-block}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:none}.hero__image img{animation:6s ease-in-out infinite heroFloat}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transition:none!important;transform:none!important}.hero__image img,.showcase__track{animation:none!important}html{scroll-behavior:auto}}.navbar-wrap{z-index:50;background-color:var(--bg-alt);background-image:repeating-linear-gradient(90deg,#0f0d1e0a 0 1px,#0000 1px 120px);padding:18px 0;position:sticky;top:0}.navbar{background:#0b0a12;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;width:calc(100% - 48px);max-width:1280px;height:72px;margin:0 auto;padding:0 16px 0 28px;transition:box-shadow .3s,transform .3s;display:flex;position:relative}.navbar.is-scrolled{box-shadow:0 18px 40px -22px #0f0d1e8c}.navbar__brand{align-items:center;display:flex}.navbar__logo-img{width:auto;height:30px;display:block}.navbar__links{flex:1;align-items:center;display:flex}.navbar__menu{align-items:center;gap:34px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.navbar__links a{color:#e6e3f0;font-size:.95rem;font-weight:500}.navbar__links a:hover{color:#fff}.navbar__cta{border-radius:18px;margin-left:auto;padding:12px 24px;color:#fff!important}.navbar__toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;gap:5px;padding:8px;display:none}.navbar__toggle span{background:#fff;border-radius:2px;width:22px;height:2px}.hero{text-align:center;background-color:var(--bg-alt);background-image:repeating-linear-gradient(90deg,#0f0d1e0a 0 1px,#0000 1px 120px);padding:40px 0 0}.hero__inner{flex-direction:column;align-items:center;display:flex}.hero__badge{border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:10px 20px;font-size:.95rem;font-weight:500;display:inline-flex;box-shadow:0 8px 20px -14px #0f0d1e66}.hero__badge-icon{width:18px;height:18px}.hero__title{letter-spacing:-.04em;color:#0b0a12;margin:26px 0 22px;font-size:clamp(2.6rem,7vw,5rem);font-weight:800;line-height:1.02}.hero__subtitle{color:var(--muted);max-width:720px;font-size:1.18rem;line-height:1.6}.hero__actions{flex-wrap:wrap;justify-content:center;gap:16px;margin:36px 0 0;display:flex}.hero__actions .btn{border-radius:14px;padding:15px 30px;font-size:1rem}.hero__image{width:100%;max-width:1000px;margin-top:12px}.hero__image img{width:100%;height:auto;display:block}.phone{width:290px;height:580px;box-shadow:var(--shadow);z-index:1;background:#fff;border:11px solid #15131f;border-radius:44px;padding:24px 18px;position:relative;overflow:hidden}.phone--tall{width:300px;height:600px}.phone__notch{background:#15131f;border-radius:0 0 14px 14px;width:120px;height:22px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.phone__screen{text-align:left;flex-direction:column;gap:14px;margin-top:26px;display:flex}.phone__hero{background:linear-gradient(135deg, #f59e0b, var(--accent), var(--brand));border-radius:18px;height:150px}.phone__card{background:linear-gradient(135deg, var(--brand), var(--accent));color:#fff;border-radius:18px;padding:20px}.phone__card--flat{background:var(--bg-alt);color:var(--ink);border:1px solid var(--border)}.phone__card h3{margin:10px 0 6px;font-size:1.2rem}.phone__card p{opacity:.92;font-size:.85rem}.phone__pill{background:#ffffff40;border-radius:999px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-block}.phone__card--flat .phone__pill{background:var(--brand-light);color:var(--brand-dark)}.phone__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.phone__tile{background:var(--bg-alt);border:1px solid var(--border);border-radius:14px;padding:18px 14px;font-size:.9rem;font-weight:600}.phone__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.phone__list li{align-items:center;gap:10px;font-size:.9rem;font-weight:500;display:flex}.section{padding:90px 0}.section--muted{background:var(--bg-alt)}.section--dark{color:#fff;background:#0b0a12}.eyebrow{color:#8a86a0;margin-bottom:6px;font-size:1rem;font-weight:500;display:inline-block}.eyebrow--accent{color:#6d5ef5;font-weight:600}.section__head{text-align:center;max-width:640px;margin:0 auto 52px}.section__head h2{letter-spacing:-.02em;margin:16px 0 14px;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:800}.section__head p{color:var(--muted);font-size:1.05rem}.section--dark .section__head p{color:#a9a4c0}.badge--pill{border:1px solid var(--border);background:#fff;box-shadow:0 6px 16px -10px #4c1d954d}.badge--dark{color:#cbb9ff;background:#ffffff1a}.features.section--dark{background:#050507;padding:110px 0 120px}.features .container{max-width:1280px}.features__grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:22px;display:grid}.feature-card{text-align:center;background:0 0;border:1px solid #ffffff1f;border-radius:26px;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;padding:36px 26px;transition:transform .18s,border-color .18s,background .18s;display:flex}.feature-card:hover{background:linear-gradient(170deg,#322c6e,#1c1840);border-color:#7c3aed80;transform:translateY(-4px)}.feature-card:hover .feature-card__icon{background:linear-gradient(160deg,#8b5cf6,#6366f1);border-radius:16px;box-shadow:0 12px 26px -10px #7c3aedcc}.feature-card:hover p{color:#c9c4e6}.feature-card--active{background:linear-gradient(170deg,#322c6e,#1c1840);border-color:#7c3aed80}.feature-card__icon{color:#fff;place-items:center;width:56px;height:56px;margin-bottom:20px;display:grid}.feature-card__icon svg{width:28px;height:28px}.feature-card--active .feature-card__icon{background:linear-gradient(160deg,#8b5cf6,#6366f1);border-radius:16px;box-shadow:0 12px 26px -10px #7c3aedcc}.feature-card h3{margin-bottom:12px;font-size:1.15rem}.feature-card p{color:#9893ad;font-size:.92rem;line-height:1.55}.feature-card--active p{color:#c9c4e6}.how__inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.how__copy h2{letter-spacing:-.02em;color:#0b0a12;margin:0 0 18px;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:800}.how__lead{color:var(--muted);max-width:460px;margin-bottom:48px;font-size:1.1rem;line-height:1.6}.how__steps{flex-direction:column;gap:30px;margin:0;padding:0;list-style:none;display:flex}.how__steps li{align-items:center;gap:22px;display:flex}.how__icon{color:#0b0a12;background:#f1f1f6;border-radius:16px;flex-shrink:0;place-items:center;width:56px;height:56px;display:grid}.how__icon svg{width:26px;height:26px}.how__steps p{color:#2c2a3a;max-width:420px;font-size:1.12rem;line-height:1.5}.how__visual{justify-content:center;display:flex}.how__visual img{width:100%;max-width:460px;height:auto;display:block}.showcase{background:#fff;padding-top:0;overflow:hidden}.showcase__slider{width:100%;margin-top:56px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.showcase__track{gap:24px;width:max-content;animation:38s linear infinite showcase-scroll;display:flex}.showcase__slider:hover .showcase__track{animation-play-state:paused}.showcase__slide{flex:none;width:300px}.showcase__slide img{width:100%;height:auto;display:block}@keyframes showcase-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 12px))}}@media (prefers-reduced-motion:reduce){.showcase__track{animation:none}}.structure.section--dark{background:#000;padding:110px 0 120px}.structure__inner{grid-template-columns:.85fr 1.15fr;align-items:start;gap:70px;display:grid}.structure__copy{position:sticky;top:120px}.structure__eyebrow{color:#6d5ef5;letter-spacing:.04em;border-bottom:2px solid #6d5ef5;margin-bottom:26px;padding-bottom:4px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.95rem;display:inline-block}.structure__copy h2{letter-spacing:-.02em;margin:0 0 22px;font-size:clamp(2.1rem,4.5vw,3rem);font-weight:800;line-height:1.1}.structure__copy p{color:#9893ad;max-width:420px;margin:0;font-size:1.08rem;line-height:1.65}.structure__accent{color:#6d5ef5}.structure__list{flex-direction:column;gap:22px;margin:0;padding:0;list-style:none;display:flex}.structure__card{background:#fff;border-radius:18px;padding:30px 36px 32px;position:relative}.structure__num{color:#fff;background:linear-gradient(160deg,#8b5cf6,#6366f1);border-radius:11px;place-items:center;width:42px;height:42px;font-size:1.05rem;font-weight:700;display:grid;position:absolute;top:30px;left:-20px;box-shadow:0 8px 18px -6px #6366f199}.structure__card h3{color:#0b0a12;margin:0 0 14px;font-size:1.45rem;font-weight:800}.structure__card p{color:#4b4960;margin:0;font-size:1rem;line-height:1.6}.whylove__top{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:80px;display:grid}.whylove__intro h2{letter-spacing:-.02em;color:#0b0a12;margin:0 0 20px;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:800}.whylove__intro p{color:var(--muted);max-width:500px;margin-bottom:34px;font-size:1.1rem;line-height:1.6}.whylove__cta{border-radius:14px;padding:16px 30px;font-size:1rem}.whylove__media{justify-content:center;display:flex}.whylove__media img{width:100%;max-width:560px;height:auto;display:block}.whylove__grid{grid-template-columns:repeat(3,1fr);gap:28px 32px;display:grid}.perk{border:1px solid #0000;border-radius:20px;padding:28px;transition:transform .18s,background .18s,border-color .18s}.perk:hover{background:linear-gradient(170deg,#322c6e,#1c1840);border-color:#7c3aed80;transform:translateY(-4px)}.perk:hover h3{color:#fff}.perk:hover p{color:#c9c4e6}.perk__icon{border:1px solid var(--border);color:#0b0a12;border-radius:12px;place-items:center;width:48px;height:48px;margin-bottom:22px;transition:background .18s,color .18s,border-color .18s,box-shadow .18s;display:grid}.perk:hover .perk__icon{color:#fff;background:linear-gradient(160deg,#8b5cf6,#6366f1);border-color:#0000;box-shadow:0 12px 26px -10px #7c3aedcc}.perk__icon svg{width:24px;height:24px}.perk h3{color:#0b0a12;margin-bottom:12px;font-size:1.25rem;font-weight:800}.perk p{color:var(--muted);max-width:300px;font-size:1rem;line-height:1.55}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid;-webkit-mask-image:linear-gradient(#000 78%,#0000);mask-image:linear-gradient(#000 78%,#0000)}.review{border:1px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;padding:30px 30px 34px;display:flex;box-shadow:0 18px 40px -28px #0f0d1e4d}.testimonials__grid .review:nth-child(3n+2){margin-top:34px}.review__title{color:#0b0a12;margin-bottom:12px;font-size:1.15rem;font-weight:700}.review__text{color:var(--muted);margin-bottom:32px;font-size:1rem;line-height:1.6}.review__author{align-items:center;gap:14px;margin-top:auto;display:flex}.review__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.review__author strong{color:#0b0a12;font-size:.98rem;display:block}.review__author span{color:#6d5ef5;font-size:.9rem}.faq{background:#fff}.faq__inner{grid-template-columns:.8fr 1.2fr;align-items:start;gap:64px;display:grid}.faq__head h2{letter-spacing:-.02em;color:#0b0a12;margin:0;font-size:clamp(2.2rem,4.5vw,3rem);font-weight:800}.faq__list{border-top:1px solid var(--border);flex-direction:column;display:flex}.faq__item{border-bottom:1px solid var(--border)}.faq__q{cursor:pointer;color:#0b0a12;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:28px 0;font-size:1.3rem;font-weight:600;display:flex}.faq__icon{color:#0b0a12;flex-shrink:0;font-size:1.7rem;font-weight:400;line-height:1}.faq__a{color:var(--muted);max-width:620px;padding:0 0 28px;font-size:1.02rem;line-height:1.6}.cta{padding:40px 0 80px}.cta__card{color:#fff;text-align:center;background-color:#08080c;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-position:50%;background-size:120px 110px;border-radius:30px;padding:90px 32px;position:relative;overflow:hidden}.cta__card h2{letter-spacing:-.02em;margin:0 0 14px;font-size:clamp(2rem,4.5vw,3rem);font-weight:800}.cta__card p{color:#b6b0cc;max-width:520px;margin:0 auto 36px;line-height:1.6}.cta__actions{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.store-badge{color:#000;background:#fff;border-radius:999px;align-items:center;gap:12px;padding:11px 26px;transition:transform .15s;display:inline-flex}.store-badge:hover{transform:translateY(-2px)}.store-badge__icon{object-fit:contain;width:26px;height:26px}.store-badge__text{text-align:left;flex-direction:column;line-height:1.12;display:flex}.store-badge__text small{font-size:.62rem;font-weight:500}.store-badge__text strong{font-size:1.15rem;font-weight:700}.footer{color:#6b6880;background:#f2f2f4;padding:70px 0 28px}.footer__inner{grid-template-columns:1.4fr 1fr 1fr 1.5fr;align-items:start;gap:40px;padding-bottom:50px;display:grid}.footer__logo{width:auto;height:36px;margin-bottom:26px;display:block}.footer__brand h4{color:#0b0a12;margin:0 0 10px;font-size:1.05rem}.footer__brand p{color:#6b6880;max-width:280px;line-height:1.55}.footer__col h4{color:#0b0a12;margin:0 0 20px;font-size:1.05rem}.footer__col ul{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.footer__col a{color:#6b6880;font-size:.98rem}.footer__col a:hover{color:#0b0a12}.footer__subscribe{background:#fff;border-radius:999px;justify-self:end;align-items:center;gap:10px;width:100%;padding:8px 8px 8px 20px;display:flex;box-shadow:0 16px 40px -22px #0f0d1e66}.footer__mail{color:#9893ad;display:flex}.footer__mail svg{width:20px;height:20px}.footer__subscribe input{color:#0b0a12;background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:.98rem}.footer__subscribe input::placeholder{color:#9893ad}.footer__subscribe button{color:#fff;cursor:pointer;background:#0b0a12;border:0;border-radius:999px;flex-shrink:0;padding:13px 26px;font-size:.95rem;font-weight:600}.footer__subscribe button:hover{background:#211d35}.footer__bottom{color:#6b6880;border-top:1px solid #0f0d1e1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:26px;font-size:.92rem;display:flex}.footer__social{gap:12px;display:flex}.footer__social a{color:#0b0a12;border:1px solid var(--border);background:#fff;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.footer__social a svg{width:18px;height:18px}.footer__social a:hover{background:var(--brand);color:#fff;border-color:#0000}.navbar__links a:not(.navbar__cta){position:relative}.navbar__links a:not(.navbar__cta):after{content:"";background:#fff;border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-6px;left:0}.navbar__links a:not(.navbar__cta):hover:after{width:100%}.feature-card__icon,.perk__icon{transition:transform .22s,background .18s,color .18s,border-color .18s,box-shadow .18s}.feature-card:hover .feature-card__icon,.perk:hover .perk__icon{transform:translateY(-3px)scale(1.07)}.structure__card{transition:transform .22s,box-shadow .22s}.structure__card:hover{transform:translateY(-5px);box-shadow:0 26px 50px -22px #0009}.review{transition:transform .22s,box-shadow .22s}.review:hover{transform:translateY(-6px);box-shadow:0 30px 55px -26px #0f0d1e73}.faq__q{transition:color .2s}.faq__icon{transition:color .2s,transform .25s}.faq__item:hover .faq__q,.faq__item:hover .faq__icon{color:var(--brand)}.faq__item:hover .faq__icon{transform:rotate(90deg)}.how__icon{transition:transform .2s,background .2s,color .2s}.how__steps li:hover .how__icon{color:#fff;background:linear-gradient(160deg,#8b5cf6,#6366f1);transform:translateY(-2px)}.showcase__slide{transition:transform .3s}.showcase__slide:hover{transform:scale(1.04)}.footer__col a{transition:color .2s,transform .2s;display:inline-block}.footer__col a:hover{transform:translate(5px)}.whylove__media img{transition:transform .4s}.whylove__media:hover img{transform:scale(1.03)}.hero__badge{transition:transform .2s,box-shadow .2s}.hero__badge:hover{transform:translateY(-2px);box-shadow:0 12px 24px -12px #0f0d1e66}@media (prefers-reduced-motion:reduce){.feature-card:hover .feature-card__icon,.perk:hover .perk__icon,.structure__card:hover,.review:hover,.how__steps li:hover .how__icon,.showcase__slide:hover,.footer__col a:hover,.whylove__media:hover img,.hero__badge:hover,.faq__item:hover .faq__icon{transform:none}}@media (width<=1024px){.navbar__toggle{display:flex}.navbar__links{box-shadow:var(--shadow);opacity:0;pointer-events:none;background:#0b0a12;border-radius:20px;flex-direction:column;flex:none;align-items:stretch;gap:18px;padding:24px;transition:transform .2s,opacity .2s;position:absolute;top:calc(100% + 12px);left:0;right:0;transform:translateY(-10px)}.navbar__links.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar__menu{flex-direction:column;align-items:stretch;gap:18px;width:100%;position:static;transform:none}.navbar__cta{text-align:center;margin-left:0}.features__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=960px){.section,.cta{padding-top:72px;padding-bottom:72px}.features.section--dark,.structure.section--dark{padding:72px 0}.how__inner,.structure__inner,.whylove__top,.faq__inner{grid-template-columns:1fr;gap:44px}.structure__copy{position:static}.how__visual img,.whylove__media img{max-width:420px}.whylove__grid,.testimonials__grid{grid-template-columns:repeat(2,1fr)}.footer__inner{grid-template-columns:1fr 1fr;gap:36px 40px}.footer__brand,.footer__subscribe{grid-column:1/-1}.footer__subscribe{justify-self:stretch;max-width:460px}}@media (width<=720px){.container{padding:0 18px}.section,.cta{padding-top:60px;padding-bottom:60px}.features.section--dark,.structure.section--dark{padding:60px 0}.hero{padding-top:26px}.hero__subtitle{font-size:1.05rem}.hero__actions{width:100%}.hero__actions .btn{flex:1}.features__grid,.whylove__grid{grid-template-columns:1fr}.testimonials__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:none;gap:16px;margin:0 -18px;padding:4px 18px 18px;scroll-padding:0 18px;display:flex;overflow-x:auto;-webkit-mask-image:none;mask-image:none}.testimonials__grid::-webkit-scrollbar{display:none}.review{scroll-snap-align:start;flex:0 0 86%}.testimonials__grid .review:nth-child(3n+2){margin-top:0}.structure__num{left:-10px}.faq__q{padding:22px 0;font-size:1.1rem}.cta__card{padding:56px 22px}.footer{padding-top:56px}.footer__inner{grid-template-columns:minmax(0,1fr);gap:30px;padding-bottom:40px}.footer__brand{order:0}.footer__subscribe{order:1;width:100%;max-width:none;margin-top:-8px;padding-left:16px}.footer__subscribe button{padding:13px 20px}.footer__col{order:2}.footer__bottom{flex-direction:column;align-items:flex-start;gap:22px;padding-top:30px}}@media (width<=480px){.navbar{width:calc(100% - 28px);padding:0 12px 0 18px}.hero__title{font-size:2.3rem}.perk p,.feature-card p,.review__text{max-width:none}.cta__actions{flex-direction:column;align-items:stretch}.store-badge{justify-content:center}.showcase__slide{width:240px}}
