@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";html{scroll-behavior:smooth}body{background:var(--c-white);color:var(--c-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}#root{min-height:100vh}img{max-width:100%;display:block}a{color:inherit}:focus-visible{outline:2px solid var(--c-blue);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}:root{--c-blue:#00aeef;--c-blue-dark:#0098d4;--c-pink:#e5007d;--c-pink-dark:#c40068;--c-orange:#ff8a3d;--c-peach:#fff1e6;--c-white:#fff;--c-bg:#f6f8fb;--c-ink:#0b0d12;--c-muted:#6b7280;--c-line:#eceef2;--nav-h:72px;--maxw:1240px;--radius:999px;--shadow:0 10px 30px #0f172a14}*{box-sizing:border-box}.nav-root{z-index:100;font-family:Inter,system-ui,-apple-system,sans-serif;position:sticky;top:0}.nav-bar{height:var(--nav-h);-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;gap:24px;padding:0 clamp(16px,4vw,40px);transition:box-shadow .25s,border-color .25s,background .25s;display:flex}.nav-bar--scrolled{box-shadow:var(--shadow);border-color:var(--c-line);background:#fffffff2}.nav-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.nav-logo__img{object-fit:contain;width:auto;height:40px}.nav-logo__dot{color:var(--c-pink)}.nav-links{align-items:center;gap:clamp(18px,2.4vw,36px);margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--c-ink);align-items:center;gap:4px;padding:6px 0;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex;position:relative}.nav-links a:after{content:"";background:var(--c-blue);width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.nav-links a:hover{color:var(--c-blue)}.nav-links a:hover:after{width:100%}.nav-links__caret{font-size:.9rem}.nav-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.nav-icon{width:42px;height:42px;color:var(--c-ink);cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;font-size:1.2rem;transition:background .2s,color .2s;display:grid;position:relative}.nav-icon:hover{background:var(--c-bg);color:var(--c-blue)}.nav-icon__badge{background:var(--c-pink);color:#fff;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.65rem;font-weight:700;display:grid;position:absolute;top:4px;right:4px}.nav-cta{background:var(--c-blue);color:#fff;border-radius:var(--radius);white-space:nowrap;margin-left:6px;padding:10px 22px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 8px 20px #00aeef47}.nav-cta:hover{background:var(--c-blue-dark);transform:translateY(-1px)}.nav-cta--block{text-align:center;margin:24px 0 0;padding:14px;display:block}.nav-burger{width:42px;height:42px;color:var(--c-ink);cursor:pointer;background:0 0;border:none;place-items:center;font-size:1.5rem;display:none}.nav-overlay{z-index:110;background:#0b0d1273;position:fixed;inset:0}.nav-drawer{z-index:120;background:#fff;flex-direction:column;width:min(320px,82vw);height:100dvh;padding:20px 24px 32px;display:flex;position:fixed;top:0;right:0;box-shadow:-20px 0 40px #0f172a26}.nav-drawer__top{border-bottom:1px solid var(--c-line);justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.nav-drawer__links{flex-direction:column;margin:24px 0 0;padding:0;list-style:none;display:flex}.nav-drawer__links a{color:var(--c-ink);border-bottom:1px solid var(--c-line);padding:15px 0;font-size:1.1rem;font-weight:500;text-decoration:none;display:block}.nav-drawer__links a:active{color:var(--c-blue)}@media (width<=900px){.nav-links,.nav-cta{display:none}.nav-burger{display:grid}}@media (width<=480px){.nav-logo{font-size:1.2rem}}@media (prefers-reduced-motion:reduce){.nav-bar,.nav-cta,.nav-icon,.nav-links a:after{transition:none}}.feature{background:var(--c-white);padding:clamp(64px,10vw,130px) clamp(16px,4vw,40px);font-family:Inter,system-ui,-apple-system,sans-serif;position:relative;overflow:hidden}.feature__content{width:min(600px,100%);margin-left:auto;margin-right:clamp(0px,9vw,150px)}.feature__text{color:#26292f;margin:0 0 clamp(28px,4vw,44px);font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.6}.feature__media{aspect-ratio:16/9;background:var(--c-bg);border-radius:16px;width:100%;overflow:hidden;box-shadow:0 30px 60px #0f172a1f}.feature__media img{object-fit:contain;width:100%;height:100%;display:block}.feature__marker{align-items:flex-start;gap:10px;display:flex;position:absolute;bottom:clamp(28px,5vw,52px);left:clamp(16px,4vw,40px)}.feature__marker-dot{background:var(--c-ink);flex-shrink:0;width:7px;height:7px;margin-top:4px;transform:rotate(45deg)}.feature__marker-label{color:var(--c-ink);letter-spacing:.01em;font-size:.82rem;font-weight:500;line-height:1.35}@media (width<=900px){.feature__content{margin-right:auto}}@media (width<=768px){.feature{padding-bottom:clamp(40px,8vw,64px)}.feature__content{width:100%;margin:0}.feature__marker{margin-top:28px;position:static}}.products{background:#f1f9fe;align-items:center;min-height:100vh;padding:clamp(56px,8vw,96px) 0;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;overflow:hidden}.products__inner{width:100%;padding:0 clamp(48px,10vw,120px)}.products__head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:clamp(28px,4vw,48px);display:flex}.products__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--c-blue);margin:0 0 8px;font-size:.8rem;font-weight:600}.products__title{letter-spacing:-.02em;color:var(--c-ink);margin:0;font-size:clamp(1.8rem,3.4vw,2.8rem);font-weight:800}.products__nav{flex-shrink:0;gap:10px;display:flex}.products__arrow{border:1px solid var(--c-line);width:48px;height:48px;color:var(--c-ink);cursor:pointer;background:#fff;border-radius:50%;place-items:center;font-size:1.35rem;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s;display:grid;box-shadow:0 6px 16px #0f172a0f}.products__arrow:hover:not(:disabled){background:var(--c-blue);color:#fff;border-color:var(--c-blue)}.products__arrow:disabled{opacity:.35;cursor:default;box-shadow:none}.products__track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:clamp(16px,2vw,24px);padding-bottom:10px;scroll-padding-left:clamp(16px,4vw,40px);display:flex;overflow-x:auto}.products__track::-webkit-scrollbar{display:none}.products__card{scroll-snap-align:start;background:#fff;border:1px solid #0f172a0f;border-radius:16px;flex-direction:column;flex:0 0 clamp(260px,28vw,320px);transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a0f}.products__card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f172a1f}.products__card-img{background:#fff;place-items:center;height:clamp(240px,28vw,300px);padding:22px;display:grid;position:relative}.products__card-img img{object-fit:contain;max-width:100%;max-height:100%}.products__card-cart{background:var(--c-pink);color:#fff;cursor:pointer;white-space:nowrap;opacity:0;pointer-events:none;border:none;border-radius:999px;padding:12px 26px;font-size:.9rem;font-weight:600;transition:opacity .25s,transform .25s,background .2s;position:absolute;bottom:18px;left:50%;transform:translate(-50%,12px);box-shadow:0 10px 24px #e5007d66}.products__card:hover .products__card-cart{opacity:1;pointer-events:auto;transform:translate(-50%)}.products__card-cart:hover{background:var(--c-pink-dark)}.products__card--peek .products__card-cart{opacity:1;pointer-events:auto;transform:translate(-50%)}@media (hover:none){.products__card-cart{opacity:1;pointer-events:auto;transform:translate(-50%)}}.products__card-body{background:#f4f5f7;flex-direction:column;flex:1;gap:8px;padding:18px 20px 22px;display:flex}.products__card-cat{letter-spacing:.08em;text-transform:uppercase;color:var(--c-pink);font-size:.72rem;font-weight:700}.products__card-name{color:var(--c-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.products__card-price{color:var(--c-ink);margin-top:auto;font-size:.85rem;font-weight:700}@media (width<=768px){.products__head{flex-direction:column;align-items:flex-start}}@media (width<=480px){.products__arrow{width:42px;height:42px;font-size:1.2rem}}.hero{min-height:calc(100vh - var(--nav-h));background:var(--c-bg);align-items:center;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__slide{background-image:var(--hero-bg);background-position:100%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero__scrim{pointer-events:none;background:linear-gradient(90deg,#ffffffd1 0%,#fff6 28%,#fff0 58%);position:absolute;inset:0}.hero__inner{z-index:2;justify-content:space-between;align-items:center;gap:40px;width:100%;padding:0 clamp(16px,4vw,40px);display:flex;position:relative}.hero__copy{max-width:480px}.hero__badge{background:var(--c-white);color:var(--c-pink);letter-spacing:.12em;text-transform:uppercase;border:1px solid #ffd9ec;border-radius:999px;margin-bottom:22px;padding:6px 14px;font-size:.72rem;font-weight:700;display:inline-block;box-shadow:0 4px 14px #e5007d1a}.hero__title{letter-spacing:-.02em;color:var(--c-ink);margin:0 0 20px;font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:800;line-height:1.05}.hero__desc{color:var(--c-muted);max-width:420px;margin:0 0 32px;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6}.hero__actions{flex-wrap:wrap;gap:14px;margin-bottom:30px;display:flex}.hero__btn{cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:14px 28px;font-size:.98rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.hero__btn--primary{background:var(--c-blue);color:#fff;box-shadow:0 12px 28px #00aeef52}.hero__btn--primary:hover{background:var(--c-blue-dark);transform:translateY(-2px)}.hero__btn--primary svg{transition:transform .2s}.hero__btn--primary:hover svg{transform:translate(4px)}.hero__btn--ghost{color:var(--c-ink);-webkit-backdrop-filter:blur(4px);background:#ffffffb3;border:1.5px solid #d8dde5}.hero__btn--ghost:hover{border-color:var(--c-pink);color:var(--c-pink)}.hero__meta{min-height:24px}.hero__meta-inner{align-items:baseline;gap:12px;display:flex}.hero__meta-name{color:var(--c-ink);font-size:1rem;font-weight:700}.hero__meta-price{color:var(--c-muted);font-size:.92rem}.hero__dots{z-index:3;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;top:50%;right:clamp(14px,3vw,34px);transform:translateY(-50%)}.hero__dot{cursor:pointer;background:#0b0d1247;border:none;border-radius:999px;width:7px;height:7px;padding:0;transition:height .25s,background .25s}.hero__dot:hover{background:#0b0d128c}.hero__dot.is-active{background:var(--c-blue);height:22px}.hero__quicklinks{z-index:3;gap:24px;display:flex;position:absolute;bottom:24px;left:clamp(16px,4vw,40px)}.hero__quicklinks a{color:var(--c-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.hero__quicklinks a:hover{color:var(--c-ink)}@media (width<=768px){.hero{align-items:flex-start;padding-top:clamp(36px,11vw,64px)}.hero__slide{background-image:var(--hero-bg-mobile);background-position:50%}.hero__scrim{background:linear-gradient(#ffffffeb 0%,#ffffff80 32%,#fff0 66%)}.hero__copy{max-width:100%}.hero__dots{right:12px}}@media (width<=480px){.hero__title{font-size:clamp(2rem,9vw,2.8rem)}.hero__actions{flex-direction:column;align-items:stretch}.hero__btn{justify-content:center;width:100%}.hero__quicklinks{gap:14px;bottom:16px}}@media (prefers-reduced-motion:reduce){.hero__btn,.hero__dot,.hero__quicklinks a{transition:none}}.mtp{position:relative}.mtp__sticky{background:#0b0d12;flex-direction:column;justify-content:space-between;height:100svh;padding:clamp(72px,10vh,110px) clamp(16px,4vw,40px);font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:sticky;top:0;overflow:hidden}.mtp__bg-wrap{z-index:0;position:absolute;inset:0}.mtp__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.mtp__overlay{background:linear-gradient(90deg,#06080cd9 0%,#06080c8c 45%,#06080c4d 100%);position:absolute;inset:0}.mtp__top{z-index:2;position:relative}.mtp__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#ffffffb3;margin:0;font-size:.8rem;font-weight:600}.mtp__bottom{z-index:2;justify-content:space-between;align-items:flex-end;gap:32px;display:flex;position:relative}.mtp__content-inner{color:#fff;max-width:600px}.mtp__kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--c-blue);margin-bottom:16px;font-size:.85rem;font-weight:700;display:inline-block}.mtp__title{letter-spacing:-.02em;color:#fff;margin:0 0 20px;font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:1.06}.mtp__desc{color:#fffc;max-width:520px;margin:0;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6}.mtp__cta{background:var(--c-pink);color:#fff;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:15px 30px;font-size:.98rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 28px #e5007d59}.mtp__cta:hover{background:var(--c-pink-dark);transform:translateY(-2px)}.mtp__cta svg{transition:transform .2s}.mtp__cta:hover svg{transform:translate(4px)}.mtp__dots{z-index:3;flex-direction:column;gap:12px;display:flex;position:absolute;top:50%;right:clamp(16px,3vw,40px);transform:translateY(-50%)}.mtp__dot{background:#ffffff4d;border-radius:999px;width:8px;height:8px;transition:height .3s,background .3s}.mtp__dot.is-active{background:var(--c-blue);height:28px}@media (width<=768px){.mtp__sticky{padding:clamp(56px,8vh,90px) clamp(16px,4vw,40px)}.mtp__content-inner{max-width:100%}.mtp__bottom{flex-direction:column;align-items:flex-start;gap:22px}.mtp__overlay{background:linear-gradient(#06080c80 0%,#06080cb8 55%,#06080ce0 100%)}.mtp__dots{right:12px}}.cta{background:#0b0d12;justify-content:center;align-items:center;min-height:80vh;padding:clamp(80px,14vh,160px) clamp(16px,4vw,40px);font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.cta__ghost{letter-spacing:-.05em;color:#ffffff0a;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(20rem,60vw,52rem);font-weight:800;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta__glow{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#00aeef29,#e5007d1a 55%,#0000 72%);border-radius:50%;width:min(900px,90%);height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta__inner{z-index:2;grid-template-columns:.9fr 1.1fr;gap:clamp(16px,2.5vw,28px);width:100%;max-width:1080px;display:grid;position:relative}.cta__card{-webkit-backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,48px);display:flex}.cta__card-title{letter-spacing:-.01em;color:#fff;margin:0 0 24px;font-size:clamp(1.3rem,2.2vw,1.7rem);font-weight:800}.cta__contact{flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;display:flex}.cta__contact li{flex-direction:column;gap:5px;display:flex}.cta__contact-key{letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;font-size:.72rem;font-weight:700}.cta__contact a{color:#ffffffe6;font-size:1rem;text-decoration:none;transition:color .2s}.cta__contact a:hover{color:var(--c-blue)}.cta__title{letter-spacing:-.02em;color:#fff;margin:0 0 16px;font-size:clamp(1.8rem,3.6vw,3rem);font-weight:800;line-height:1.1}.cta__subtitle{color:#ffffffb3;margin:0 0 32px;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6}.cta__actions{flex-wrap:wrap;gap:14px;display:flex}.cta__btn{border-radius:999px;align-items:center;gap:8px;padding:15px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.cta__btn--primary{background:var(--c-pink);color:#fff;box-shadow:0 12px 30px #e5007d66}.cta__btn--primary:hover{background:var(--c-pink-dark);transform:translateY(-2px)}.cta__btn--primary svg{transition:transform .2s}.cta__btn--primary:hover svg{transform:translate(4px)}.cta__btn--ghost{color:#fff;background:#ffffff0f;border:1.5px solid #ffffff40}.cta__btn--ghost:hover{border-color:var(--c-blue);color:var(--c-blue)}@media (width<=800px){.cta__inner{grid-template-columns:1fr}}@media (width<=480px){.cta__actions{flex-direction:column}.cta__btn{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.cta__btn{transition:none}}.footer{border-top:1px solid var(--c-line);background:#eaf3fb;padding:clamp(48px,7vw,80px) clamp(16px,4vw,40px) clamp(28px,4vw,40px);font-family:Inter,system-ui,-apple-system,sans-serif}.footer__inner{width:100%}.footer__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.footer__logo{align-items:center;text-decoration:none;display:flex}.footer__logo__img{object-fit:contain;width:auto;height:45px}.footer__logo-dot{color:var(--c-pink)}.footer__tagline{color:var(--c-muted);margin:10px 0 0;font-size:.9rem}.footer__links{flex-wrap:wrap;gap:clamp(16px,2vw,32px);display:flex}.footer__links a{color:var(--c-muted);font-size:.95rem;text-decoration:none;transition:color .2s}.footer__links a:hover{color:var(--c-ink)}.footer__divider{background:var(--c-line);height:1px;margin:clamp(28px,4vw,44px) 0 clamp(20px,3vw,28px)}.footer__contact{flex-direction:column;align-items:flex-end;gap:clamp(12px,2vw,16px);margin-bottom:clamp(28px,4vw,44px);display:flex}.footer__contact-item{text-align:right;flex-direction:column;gap:4px;display:flex}.footer__contact-label{letter-spacing:.1em;text-transform:uppercase;color:var(--c-blue);font-size:.75rem;font-weight:700}.footer__contact-value{color:var(--c-muted);font-size:.9rem;text-decoration:none;transition:color .2s}.footer__contact-value:hover{color:var(--c-ink)}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer__copy{color:#9aa1ab;margin:0;font-size:.85rem}.footer__socials{gap:10px;display:flex}.footer__social{border:1px solid var(--c-line);width:40px;height:40px;color:var(--c-muted);background:#fff;border-radius:50%;place-items:center;font-size:1.05rem;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .2s;display:grid}.footer__social:hover{background:var(--c-blue);border-color:var(--c-blue);color:#fff;transform:translateY(-2px)}@media (width<=640px){.footer__top{flex-direction:column;gap:24px}.footer__contact{flex-direction:column;gap:16px}.footer__bottom{flex-direction:column-reverse;align-items:flex-start;gap:20px}}@media (prefers-reduced-motion:reduce){.footer__links a,.footer__social{transition:none}}.why{background:var(--c-white);padding:clamp(64px,10vw,130px) 0;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}.why__inner{grid-template-columns:1.35fr 1.6fr;align-items:start;gap:clamp(24px,6vw,90px);width:100%;padding:0 clamp(16px,4vw,40px);display:grid}.why__title{letter-spacing:-.02em;color:var(--c-ink);margin:0;font-size:clamp(1.6rem,2.6vw,2.4rem);font-weight:800;line-height:1.15}.why__main{max-width:560px}.why__intro{grid-template-columns:1fr 1fr;gap:clamp(20px,3vw,36px);margin-bottom:clamp(24px,3vw,40px);display:grid}.why__intro p{color:var(--c-muted);margin:0;font-size:.9rem;line-height:1.65}.why__chart{background:#f4f5f7;border-radius:14px;margin-bottom:clamp(20px,3vw,32px);padding:clamp(12px,2vw,20px)}.why__chart-svg{width:100%;height:auto;display:block}.why__chart-cap{letter-spacing:.1em;fill:#9aa1ab;font-size:11px;font-weight:700}.why__chart-lbl{fill:#3a3f47;font-size:13px;font-weight:600}.why__media{aspect-ratio:16/10;background:var(--c-bg);border-radius:14px;margin-bottom:clamp(24px,3vw,40px);overflow:hidden;box-shadow:0 24px 50px #0f172a1f}.why__media img{object-fit:cover;width:100%;height:100%;display:block}.why__stats{grid-template-columns:repeat(4,1fr);gap:clamp(14px,2vw,22px);display:grid}.why__stat{flex-direction:column;gap:10px;display:flex}.why__stat-icon{width:24px;height:24px;color:var(--c-blue);flex-shrink:0}.why__stat-text{color:var(--c-ink);font-size:.82rem;line-height:1.35}.why__stat-text strong{font-weight:700}@media (width<=900px){.why__inner{grid-template-columns:1fr;gap:clamp(24px,5vw,40px)}.why__main{max-width:100%}}@media (width<=560px){.why__intro{grid-template-columns:1fr}.why__stats{grid-template-columns:repeat(2,1fr);row-gap:22px}}
