:root{--header-pad-y:0.75rem;--header-pad-y-desktop:0.85rem;--logo-h:3.25rem;--logo-h-desktop:3.5rem}.site-header{overflow:visible}.site-header__bar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem 1rem;padding-block:var(--header-pad-y)}@media (min-width:1280px){.site-header__bar{grid-template-columns:minmax(0,max-content) minmax(0,1fr) auto;gap:1rem 2.5rem;padding-block:var(--header-pad-y-desktop)}}.site-header__logo-link{display:block;width:-moz-fit-content;width:fit-content;max-width:min(88vw,24rem);line-height:0;flex-shrink:0;overflow:visible;transform:translateY(.15rem);transition:opacity .18s ease}.site-header__logo-link:hover{opacity:.88}.booking-logo{display:block;height:var(--logo-h);width:auto;aspect-ratio:1950/530;max-width:100%;overflow:visible}.booking-logo__cr{fill:#ffffff}.booking-logo__eight{fill:#3abef9}.booking-logo__booking{fill:#d4d4d8}.site-header__logo,.site-header__logo.booking-logo{height:var(--logo-h);width:auto;max-width:100%}@media (min-width:1280px){.booking-logo.site-header__logo,.site-header__logo,.site-header__logo.booking-logo{height:var(--logo-h-desktop)}}.site-header__nav{justify-self:center}.site-header__actions{justify-self:end}.site-header__nav-link{white-space:nowrap;padding-inline:.85rem;font-size:.8125rem}@media (min-width:1280px){.site-header__nav-link{padding-inline:1rem;font-size:.875rem}}.menu-toggle{position:relative;z-index:110;display:flex;height:3rem;width:3rem;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);transition:border-color .25s var(--cr8-ease),background .25s var(--cr8-ease),box-shadow .25s var(--cr8-ease)}.menu-toggle:hover{border-color:rgba(58,190,249,.35);background:rgba(58,190,249,.08)}.menu-toggle.is-open{border-color:rgba(58,190,249,.45);background:rgba(58,190,249,.12);box-shadow:0 0 24px rgba(58,190,249,.2)}.menu-toggle__lines{position:relative;display:block;height:14px;width:20px}.menu-toggle__line{position:absolute;left:0;display:block;height:2px;width:100%;border-radius:9999px;background:rgb(255 255 255);transform-origin:center;transition:transform .38s var(--cr8-ease),opacity .28s var(--cr8-ease),top .38s var(--cr8-ease),width .38s var(--cr8-ease)}.menu-toggle__line:first-child{top:0}.menu-toggle__line:nth-child(2){top:6px}.menu-toggle__line:nth-child(3){top:12px;width:70%}.menu-toggle.is-open .menu-toggle__line:first-child{top:6px;transform:rotate(45deg)}.menu-toggle.is-open .menu-toggle__line:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle.is-open .menu-toggle__line:nth-child(3){top:6px;width:100%;transform:rotate(-45deg)}@media (min-width:1280px){.menu-toggle{display:none}}.mobile-menu{position:fixed;inset:0;z-index:100;display:flex;flex-direction:column;overflow:hidden;background:var(--color-menu-bg)}.mobile-menu__backdrop{background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(58,190,249,.22),transparent 55%),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(58,190,249,.12),transparent 50%),linear-gradient(180deg,#0a0e16,#050508 45%,#050508)}.mobile-menu__backdrop,.mobile-menu__grid{pointer-events:none;position:absolute;inset:0}.mobile-menu__grid{opacity:.35;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,black,transparent 85%);mask-image:linear-gradient(180deg,black,transparent 85%)}.mobile-menu__inner{position:relative;z-index:1;display:flex;min-height:100%;flex-direction:column;padding:calc(1rem + var(--safe-top)) calc(1.25rem + var(--safe-right)) calc(1.5rem + var(--safe-bottom)) calc(1.25rem + var(--safe-left))}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}.mobile-menu__logo,.mobile-menu__logo.booking-logo{height:3.25rem;width:auto;max-width:min(88vw,22rem)}.mobile-menu__nav{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.35rem}.mobile-menu__link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:clamp(1.65rem,7vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:rgba(255,255,255,.92);transition:color .2s var(--cr8-ease)}.mobile-menu__link:active{color:rgb(58 190 249)}.mobile-menu__link-arrow{flex-shrink:0;font-size:1.25rem;font-weight:400;color:rgb(58 190 249);opacity:.7;transition:transform .25s var(--cr8-ease),opacity .25s var(--cr8-ease)}.mobile-menu__link:hover .mobile-menu__link-arrow{opacity:1;transform:translateX(4px)}.mobile-menu__cta{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.mobile-menu__cta .btn-ghost,.mobile-menu__cta .btn-primary{width:100%;padding-top:1rem;padding-bottom:1rem;font-size:1rem}.mobile-menu__tagline{margin-top:1.25rem;text-align:center;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:rgb(122 138 168/.75)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:9999px;border:1px solid var(--color-border);background:transparent;color:var(--color-muted);cursor:pointer;transition:border-color .2s var(--cr8-ease),background .2s var(--cr8-ease),color .2s var(--cr8-ease)}.theme-toggle:hover{border-color:rgba(58,190,249,.35);background:rgba(58,190,249,.08);color:rgb(var(--color-brand-rgb))}[data-theme=light] .menu-toggle{border-color:rgba(0,0,0,.12);background:rgba(0,0,0,.04)}[data-theme=light] .menu-toggle__line{background:rgb(9 9 11)}[data-theme=light] .menu-toggle:hover{border-color:rgba(2,132,199,.35);background:rgba(2,132,199,.08)}[data-theme=light] .mobile-menu__link{color:rgba(9,9,11,.9);border-bottom-color:rgba(0,0,0,.06)}[data-theme=light] .mobile-menu__backdrop{background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(2,132,199,.15),transparent 55%),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(2,132,199,.08),transparent 50%),linear-gradient(180deg,#eaf4fb,#f5f5f7 45%,#f5f5f7)}[data-theme=light] .mobile-menu__grid{background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 0),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 0)}.hero-visual-decor{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.hero-visual-decor__grid{position:absolute;inset:-20% -10%;background-image:linear-gradient(rgba(58,190,249,.06) 1px,transparent 0),linear-gradient(90deg,rgba(58,190,249,.06) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 80% 70% at 55% 45%,black 15%,transparent 75%);mask-image:radial-gradient(ellipse 80% 70% at 55% 45%,black 15%,transparent 75%);opacity:.55}.hero-visual-decor__vignette{position:absolute;inset:0;background:radial-gradient(ellipse 90% 80% at 50% 50%,transparent 40%,rgba(5,5,8,.55) 100%)}.hero-visual-decor__orb{position:absolute;border-radius:9999px;filter:blur(80px);animation:hero-orb-float 14s ease-in-out infinite}.hero-visual-decor__orb--a{top:18%;right:8%;width:min(420px,42vw);height:min(420px,42vw);background:rgba(58,190,249,.16)}.hero-visual-decor__orb--b{bottom:12%;right:28%;width:min(280px,30vw);height:min(280px,30vw);background:rgba(58,190,249,.08);animation-delay:-5s}.hero-visual-decor__orb--c{top:42%;left:18%;width:min(220px,24vw);height:min(220px,24vw);background:rgba(58,190,249,.06);animation-delay:-9s}@keyframes hero-orb-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-12px,18px,0) scale(1.05)}}.hero-visual-wrap{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-width:0;min-height:min(64vh,500px);padding-left:.5rem}.hero-visual-wrap--desktop{width:100%;min-height:0;height:min(64vh,500px);padding-left:0}.hero-visual{position:relative;z-index:1;width:min(100%,420px);height:min(64vh,500px);isolation:isolate;overflow:visible}.hero-visual__slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;will-change:transform,opacity}.hero-visual__slide.is-active{visibility:visible;pointer-events:auto;opacity:1}.hero-visual__slide[hidden]{display:none!important}.hero-visual-stack{display:flex;flex-direction:column;gap:.85rem;width:min(100%,320px)}.hero-visual-mockup{width:100%}.hero-visual-card{border-radius:1.25rem;border:1px solid rgba(255,255,255,.1);background:rgba(13,13,13,.82);backdrop-filter:blur(20px);box-shadow:0 24px 60px rgba(0,0,0,.45),0 0 0 1px rgba(58,190,249,.08),inset 0 1px 0 rgba(255,255,255,.04)}.hero-visual-card--hero{display:flex;flex-direction:column;align-items:center;width:min(100%,100%);padding:3rem 2.5rem 2.5rem;text-align:center}.hero-visual-card__eyebrow{font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgb(58 190 249)}.hero-visual-card__stat{margin-top:.8rem;width:100%;text-align:center;font-size:clamp(3.8rem,9vw,5.2rem);font-weight:800;line-height:1;background:linear-gradient(135deg,#3abef9,#7dd3fc);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 40px rgba(58,190,249,.35)}.hero-visual-card__caption{width:100%;max-width:20rem;margin-top:.4rem;margin-inline:auto;text-align:center;font-size:1.05rem;line-height:1.35;color:rgb(122 138 168);font-weight:500}.hero-visual-card__chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%;margin-top:1.25rem}.hero-visual-chip{display:flex;flex-direction:column;gap:.18rem;padding:.65rem .4rem;border-radius:.8rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);font-size:.7rem;color:rgb(122 138 168);font-weight:500}.hero-visual-chip strong{font-size:.95rem;font-weight:700;color:rgb(232 237 245)}.hero-visual-code{display:flex;align-items:center;gap:.45rem;padding:.65rem .85rem;border-radius:.85rem;border:1px solid rgba(58,190,249,.2);background:rgba(58,190,249,.06);font-family:ui-monospace,monospace;font-size:.72rem;color:rgb(125 211 252)}.hero-visual-code__dot{width:.45rem;height:.45rem;border-radius:9999px;background:rgba(255,255,255,.18)}.hero-visual-share{padding:.75rem .85rem;border-radius:.85rem;border:1px solid rgba(58,190,249,.2);background:rgba(58,190,249,.06)}.hero-visual-share__label{font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgb(154 146 136)}.hero-visual-share__link{margin-top:.35rem;font-family:ui-monospace,monospace;font-size:.72rem;color:rgb(125 211 252);word-break:break-all}.hero-visual-share__chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.55rem}.hero-visual-share__chips span{padding:.2rem .55rem;border-radius:9999px;font-size:.62rem;font-weight:600;color:rgb(232 237 245);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.hero-visual-phone{position:relative;width:min(100%,290px);padding:.65rem;border-radius:2rem;border:1px solid rgba(255,255,255,.12);background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.02));box-shadow:0 30px 70px rgba(0,0,0,.5),0 0 60px rgba(58,190,249,.12)}.hero-visual-phone__bezel{position:relative;overflow:hidden;border-radius:1.55rem;border:1px solid rgba(255,255,255,.08);background:#0d0d0d}.hero-visual-phone__notch{position:absolute;top:.45rem;left:50%;z-index:2;width:4.5rem;height:.95rem;transform:translateX(-50%);border-radius:9999px;background:#050505}.hero-visual-card--deposit{padding:1.25rem}.hero-visual-card--mini{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem}.hero-visual-card__row{display:flex;align-items:center;gap:.75rem}.hero-visual-card__icon{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:.75rem;background:rgba(58,190,249,.12);font-size:1rem}.hero-visual-card__title{font-size:.95rem;font-weight:700;color:rgb(232 237 245)}.hero-visual-card__sub{margin-top:.1rem;font-size:.75rem;color:rgb(122 138 168)}.hero-visual-card__amount{margin-top:1rem;font-size:2rem;font-weight:800;color:rgb(232 237 245)}.hero-visual-card__hint{margin-top:.35rem;font-size:.75rem;color:rgb(122 138 168)}.hero-visual-badge{margin-left:auto;padding:.2rem .55rem;border-radius:9999px;font-size:.65rem;font-weight:700;letter-spacing:.04em}.hero-visual-badge--ok{border:1px solid rgba(34,197,94,.35);background:rgba(34,197,94,.12);color:rgb(74 222 128)}.hero-visual-badge--brand{display:inline-flex;border:1px solid rgba(58,190,249,.35);background:rgba(58,190,249,.12);color:rgb(58 190 249)}.hero-visual-card--trial{width:min(100%,320px);padding:1.35rem}.hero-visual-checklist{margin-top:.85rem;display:grid;gap:.45rem;font-size:.82rem;color:rgb(180 192 210)}.hero-visual-checklist li{position:relative;padding-left:1.1rem;list-style:none}.hero-visual-checklist li:before{content:"✓";position:absolute;left:0;color:rgb(58 190 249);font-weight:700}.hero-visual-card__cta{margin-top:1.1rem;padding:.75rem;border-radius:.85rem;text-align:center;font-size:.82rem;font-weight:700;color:#041520;background:rgb(58 190 249);box-shadow:0 0 24px rgba(58,190,249,.35)}.hero-step-dots{display:flex;gap:.55rem}.hero-step-dot{width:1.75rem;height:.22rem;border-radius:9999px;background:rgba(255,255,255,.12);transition:width .35s cubic-bezier(.22,1,.36,1),background .35s cubic-bezier(.22,1,.36,1)}.hero-step-dot.is-active{width:2.5rem;background:rgb(58 190 249);box-shadow:0 0 16px rgba(58,190,249,.45)}@media (prefers-reduced-motion:reduce){.hero-visual-decor__orb,.hero-visual-float{animation:none}}.hero-visual-stage{position:relative;width:min(100%,420px);padding:2rem 1.5rem}.hero-visual-stage__ring{position:absolute;inset:4%;border-radius:2rem;background:radial-gradient(ellipse 80% 70% at 50% 40%,rgba(58,190,249,.06),transparent 70%);pointer-events:none}.hero-visual-stage__glow{position:absolute;inset:18% 12%;border-radius:9999px;background:rgba(58,190,249,.12);filter:blur(56px);pointer-events:none}.hero-visual-stage__tag{position:absolute;top:20px;right:16%;z-index:2;padding:.35rem .7rem;border-radius:9999px;border:1px solid rgba(58,190,249,.25);background:rgba(10,10,12,.85);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgb(125 211 252);backdrop-filter:blur(8px)}.hero-visual-stage__content{position:relative;z-index:1}.hero-visual-float{position:absolute;z-index:2;padding:.4rem .65rem;border-radius:.65rem;border:1px solid rgba(255,255,255,.1);background:rgba(10,10,12,.88);font-size:.65rem;font-weight:600;color:rgb(180 192 210);backdrop-filter:blur(10px);box-shadow:0 12px 32px rgba(0,0,0,.35);animation:hero-float-badge 5s ease-in-out infinite}.hero-visual-float--a{top:12%;left:8%;animation-delay:0s}.hero-visual-float--b{bottom:14%;right:-6%;animation-delay:-1.5s}.hero-visual-float--c{bottom:18%;right:6%;animation-delay:-2s}.hero-visual-float--d{bottom:8%;left:-6%;animation-delay:-3s}.hero-visual-float--e{bottom:4%;left:-10%;animation-delay:-1s}@keyframes hero-float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-visual-browser{width:min(100%,340px);border-radius:1.1rem;border:1px solid rgba(255,255,255,.12);background:rgba(8,8,10,.95);overflow:hidden;box-shadow:0 28px 64px rgba(0,0,0,.45)}.hero-visual-browser__chrome{display:flex;align-items:center;gap:.4rem;padding:.65rem .85rem;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}.hero-visual-browser__chrome span{width:.45rem;height:.45rem;border-radius:9999px;background:rgba(255,255,255,.16)}.hero-visual-browser__chrome em{margin-left:auto;font-style:normal;font-size:.65rem;color:rgb(122 138 168)}.hero-visual-browser__body{display:flex;flex-direction:column;gap:.75rem;padding:.85rem}.hero-visual-notify{position:absolute;top:-1.25rem;left:-1rem;right:auto;z-index:3;display:flex;align-items:center;gap:.45rem;padding:.45rem .7rem;border-radius:9999px;border:1px solid rgba(58,190,249,.35);background:rgba(10,10,12,.92);font-size:.62rem;font-weight:600;color:rgb(232 237 245);box-shadow:0 8px 28px rgba(58,190,249,.2);animation:hero-float-badge 4s ease-in-out infinite}.hero-visual-notify__dot{width:.45rem;height:.45rem;border-radius:9999px;background:rgb(58 190 249);box-shadow:0 0 10px rgba(58,190,249,.8)}@media (max-width:1023px){.hero-visual-wrap--mobile{min-height:0;align-items:stretch}.hero-visual-wrap--mobile .hero-visual{position:relative;isolation:isolate;height:auto;width:100%;max-width:100%;min-height:0}.hero-visual-wrap--mobile .hero-visual__slide{position:relative;inset:auto;opacity:1!important;visibility:visible;display:none;pointer-events:none}.hero-visual-wrap--mobile .hero-visual__slide.is-active{display:flex;align-items:stretch;justify-content:center}.hero-visual-wrap--mobile .hero-visual-float,.hero-visual-wrap--mobile .hero-visual-notify{display:none!important}.hero-visual-wrap--mobile .hero-visual-stage__tag{display:none}.hero-visual-wrap--mobile .hero-visual-stage{width:100%;max-width:100%;padding:0}.hero-visual-wrap--mobile .hero-visual-stage__glow,.hero-visual-wrap--mobile .hero-visual-stage__ring{inset:0;transform:none}.hero-visual-wrap--mobile .hero-visual-stage__content{width:100%}.hero-visual-wrap--mobile .hero-visual-card--hero{width:100%;max-width:100%;padding:.85rem .9rem .75rem;align-items:center}.hero-visual-wrap--mobile .hero-visual-card__stat{font-size:clamp(2rem,10vw,2.75rem)}.hero-visual-wrap--mobile .hero-visual-card__caption{max-width:100%;font-size:.8125rem;margin-top:.15rem;padding-inline:.25rem;text-align:center}.hero-visual-wrap--mobile .hero-visual-card__chips{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;margin-top:.65rem}.hero-visual-wrap--mobile .hero-visual-chip{flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.45rem .35rem;font-size:.625rem;text-align:center}.hero-visual-wrap--mobile .hero-visual-chip strong{font-size:.8125rem}.hero-visual-wrap--mobile .hero-visual-chip span{line-height:1.25;font-size:.6rem}.hero-visual-wrap--mobile .hero-visual-browser,.hero-visual-wrap--mobile .hero-visual-card--deposit,.hero-visual-wrap--mobile .hero-visual-card--trial,.hero-visual-wrap--mobile .hero-visual-phone,.hero-visual-wrap--mobile .hero-visual-stack{width:100%;max-width:100%}.hero-visual-wrap--mobile .hero-visual-browser__body{padding:.65rem}.hero-visual-wrap--mobile .hero-visual-code{font-size:.65rem;overflow-x:auto}.hero-visual-wrap--mobile .hero-visual-share__link{font-size:.65rem}.hero-visual-wrap--mobile .hero-visual-phone{max-width:240px;margin:0 auto}.hero-visual-wrap--mobile .hero-visual-card--trial{padding:1.1rem}.hero-visual-wrap--mobile .hero-visual-checklist{font-size:.8125rem}}[data-theme=light] .hero-visual-card{background:var(--color-visual-card-bg);border-color:var(--color-visual-card-border);box-shadow:0 24px 60px rgba(0,0,0,.1),0 0 0 1px rgba(2,132,199,.08),inset 0 1px 0 rgba(255,255,255,.8)}[data-theme=light] .hero-visual-card__caption,[data-theme=light] .hero-visual-card__hint,[data-theme=light] .hero-visual-card__sub{color:rgb(107 114 128)}[data-theme=light] .hero-visual-card__amount,[data-theme=light] .hero-visual-card__title{color:var(--color-strong-text)}[data-theme=light] .hero-visual-chip{border-color:rgba(0,0,0,.08);background:rgba(0,0,0,.03);color:rgb(107 114 128)}[data-theme=light] .hero-visual-chip strong{color:var(--color-strong-text)}[data-theme=light] .hero-visual-float{background:var(--color-float-bg);border-color:rgba(0,0,0,.1);color:var(--color-float-text);box-shadow:0 12px 32px rgba(0,0,0,.12)}[data-theme=light] .hero-visual-stage__tag{background:var(--color-tag-bg);border-color:rgba(2,132,199,.25);color:rgb(2 132 199)}[data-theme=light] .hero-visual-notify{background:var(--color-tag-bg);border-color:rgba(2,132,199,.3);color:var(--color-strong-text);box-shadow:0 8px 28px rgba(2,132,199,.12)}[data-theme=light] .hero-visual-decor__vignette{background:radial-gradient(ellipse 90% 80% at 50% 50%,transparent 40%,var(--color-vignette) 100%)}[data-theme=light] .hero-visual-browser{background:rgba(255,255,255,.98);border-color:rgba(0,0,0,.1);box-shadow:0 28px 64px rgba(0,0,0,.1)}[data-theme=light] .hero-visual-browser__chrome{background:rgba(0,0,0,.02);border-bottom-color:rgba(0,0,0,.06)}[data-theme=light] .hero-visual-browser__chrome span{background:rgba(0,0,0,.14)}[data-theme=light] .hero-visual-browser__chrome em{color:rgb(107 114 128)}[data-theme=light] .hero-visual-share{border-color:rgba(2,132,199,.18);background:rgba(2,132,199,.05)}[data-theme=light] .hero-visual-share__label{color:rgb(107 114 128)}[data-theme=light] .hero-visual-share__link{color:rgb(2 132 199)}[data-theme=light] .hero-visual-share__chips span{color:rgb(51 65 85);background:rgba(0,0,0,.06);border-color:rgba(0,0,0,.08)}[data-theme=light] .hero-visual-phone{border-color:rgba(0,0,0,.1);background:linear-gradient(160deg,rgba(0,0,0,.04),rgba(0,0,0,.01));box-shadow:0 30px 70px rgba(0,0,0,.12),0 0 60px rgba(2,132,199,.08)}[data-theme=light] .hero-visual-phone__bezel{border-color:rgba(0,0,0,.08);background:#f0f0f5}[data-theme=light] .hero-visual-phone__notch{background:#d4d4dc}[data-theme=light] .hero-step-dot{background:rgba(0,0,0,.12)}[data-theme=light] .hero-visual-checklist{color:rgb(71 85 105)}[data-theme=light] .hero-visual-card__cta{color:#ffffff}[data-theme=light] .hero-visual-card__eyebrow{color:rgb(2 132 199)}.hero-scroll-track{height:400vh}.hero-sticky{position:sticky;top:0;height:100svh;height:100dvh;overflow:hidden;touch-action:pan-y}.hero-content-layer{position:relative;z-index:2;height:100%}@media (min-width:1024px){.hero-content-layer{align-items:start;padding-top:calc(7rem + var(--safe-top))}.hero-copy{position:relative;z-index:3;justify-content:flex-start;padding-bottom:2.5rem;max-width:36rem}.hero-visual-column{position:sticky;top:calc(7rem + var(--safe-top));z-index:1;align-self:start;height:calc(100dvh - 7rem - var(--safe-top));align-items:center;justify-content:center;pointer-events:none}.hero-story-block{margin-bottom:.875rem}.hero-step-dots{margin-top:1.75rem}}@media (min-width:1280px){.hero-content-layer{padding-top:calc(7.5rem + var(--safe-top))}}.hero-copy{min-width:0;gap:0}.hero-eyebrow{margin-bottom:1.75rem}.hero-story-block{margin-bottom:1rem}.hero-story-steps{display:grid;grid-template-areas:"stack"}.hero-story-step{grid-area:stack;align-self:start}.hero-story-step:not(.is-active){visibility:hidden;height:0;overflow:hidden;pointer-events:none}.hero-story-step__title{margin:0;line-height:1.08;letter-spacing:-.02em}.hero-story-tag{display:inline-flex;margin-top:1rem;margin-bottom:.65rem;padding:.35rem .85rem;border-radius:9999px;border:1px solid rgba(58,190,249,.28);background:rgba(58,190,249,.08);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgb(58 190 249)}.hero-story-step__body{max-width:34rem;font-size:1.0625rem;line-height:1.75;letter-spacing:.01em;color:rgb(122 138 168)}.hero-outro{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;margin-top:1.75rem;position:relative;z-index:3;width:100%;max-width:100%}.hero-outro .btn-ghost,.hero-outro .btn-primary{width:100%;max-width:100%;box-sizing:border-box}.hero-outro-trust{width:100%;margin-top:.15rem;font-size:.875rem;color:rgb(122 138 168/.85)}@media (min-width:1280px){.hero-outro{flex-flow:row wrap;align-items:center;gap:.75rem 1rem;margin-top:2rem}.hero-outro .btn-ghost,.hero-outro .btn-primary{width:auto;flex:0 0 auto}.hero-outro-trust{width:auto;margin-top:0;margin-left:.25rem}}.hero-scroll-end-spacer{height:0}.hero-step-dots{margin-top:3rem}.hero-scroll-hint{position:absolute;bottom:2rem;left:50%;z-index:2;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.35rem;opacity:.55;font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgb(122 138 168)}.hero-scroll-hint__bar{width:1px;height:2.5rem;background:linear-gradient(180deg,rgba(58,190,249,.8),transparent);animation:hero-scroll-pulse 2s ease-in-out infinite}@keyframes hero-scroll-pulse{0%,to{transform:scaleY(.6);opacity:.4}50%{transform:scaleY(1);opacity:1}}.hero-mobile{position:relative;overflow:hidden}.hero-mobile__inner{position:relative;z-index:1;padding-top:calc(7rem + var(--safe-top));padding-bottom:1.5rem}.hero-mobile__title{font-size:clamp(1.85rem,8vw,2.5rem);line-height:1.1}.hero-mobile__subtitle{font-size:.9375rem;line-height:1.65}.hero-mobile__outro .btn-ghost,.hero-mobile__outro .btn-primary{width:100%;max-width:100%;box-sizing:border-box}.hero-mobile__trust{width:100%}@media (min-width:640px){.hero-mobile__trust{width:auto}}@media (prefers-reduced-motion:reduce){.hero-scroll-track{height:auto}.hero-sticky{position:relative;height:auto;min-height:100svh;overflow:visible}.hero-scroll-hint{display:none}}.pricing-carousel-mobile-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:1rem}.pricing-carousel-mobile-tab{min-height:2.75rem;border-radius:.65rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);padding:.65rem .5rem;font-size:.8125rem;font-weight:600;color:rgb(122 138 168);transition:border-color .2s ease,background .2s ease,color .2s ease}.pricing-carousel-mobile-tab.is-active{border-color:rgba(58,190,249,.4);background:rgba(58,190,249,.12);color:rgb(58 190 249);box-shadow:0 0 20px rgba(58,190,249,.12)}.pricing-carousel-mobile-card{position:relative;display:flex;flex-direction:column;border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:rgb(14,19,28);padding:1.5rem;box-shadow:0 20px 44px rgba(0,0,0,.42)}.pricing-carousel-mobile-card--featured{border-color:rgba(58,190,249,.35);box-shadow:0 24px 52px rgba(0,0,0,.48),0 0 36px rgba(58,190,249,.16)}.pricing-carousel-wrap{margin-top:2.5rem}.pricing-carousel-track{height:320vh}.pricing-carousel-sticky{position:sticky;top:0;min-height:100svh;min-height:100dvh;flex-direction:column;padding:5.5rem 0 3rem;overflow:visible;touch-action:pan-y}.pricing-carousel-scene,.pricing-carousel-sticky{display:flex;align-items:center;justify-content:center}.pricing-carousel-scene{position:relative;width:100%;max-width:1060px;height:min(520px,66vh);padding:0 .5rem;perspective:1350px;perspective-origin:50% 43%}.pricing-carousel-floor{position:absolute;bottom:5%;left:50%;width:min(780px,94vw);height:130px;transform:translateX(-50%) rotateX(80deg);transform-origin:center center;border-radius:50%;background:radial-gradient(ellipse 72% 55% at 50% 50%,rgba(58,190,249,.24),transparent 72%);border:1px solid rgba(58,190,249,.13);pointer-events:none}.pricing-carousel-glow{position:absolute;top:40%;left:50%;width:min(480px,70vw);height:min(300px,42vw);transform:translate(-50%,-50%);border-radius:9999px;background:rgba(58,190,249,.1);filter:blur(72px);pointer-events:none}.pricing-carousel-ring{position:relative;width:min(292px,84vw);height:min(450px,56vh);transform-style:preserve-3d;will-change:transform}.pricing-carousel-card{position:absolute;inset:0}.pricing-carousel-card,.pricing-carousel-card-face{transform-style:preserve-3d;backface-visibility:hidden}.pricing-carousel-card-face{position:relative;display:flex;height:100%;flex-direction:column;border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:rgb(14,19,28);padding:clamp(1rem,2.2vw,1.75rem);box-shadow:0 22px 48px rgba(0,0,0,.48);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:border-color .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1)}.pricing-carousel-card-face--idle{border-color:rgba(255,255,255,.07);box-shadow:0 16px 36px rgba(0,0,0,.38)}.pricing-carousel-card-face--idle:hover{border-color:rgba(58,190,249,.22)}.pricing-carousel-card-face--active{border-color:rgba(58,190,249,.38);box-shadow:0 30px 68px rgba(0,0,0,.52),0 0 44px rgba(58,190,249,.2)}.pricing-carousel-badge{position:absolute;top:-.75rem;left:50%;z-index:2;translate:-50% 0;border-radius:.5rem;background:rgb(58 190 249);padding:.25rem .85rem;font-size:.65rem;font-weight:700;color:#041520;white-space:nowrap}.pricing-carousel-ui{margin-top:1.75rem;display:flex;flex-direction:column;align-items:center;gap:.65rem}.pricing-carousel-dots{display:flex;gap:.5rem}.pricing-carousel-dot{width:2rem;height:.24rem;border:none;border-radius:9999px;background:rgba(255,255,255,.14);cursor:pointer;transition:width .35s cubic-bezier(.22,1,.36,1),background .35s ease}.pricing-carousel-dot.is-active{width:2.75rem;background:rgb(58 190 249);box-shadow:0 0 14px rgba(58,190,249,.45)}.pricing-carousel-hint{font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgb(122 138 168)}@media (max-width:767px){.pricing-carousel-wrap{margin-top:1.5rem}}@media (prefers-reduced-motion:reduce){.pricing-carousel-track{height:auto}.pricing-carousel-sticky{position:relative;min-height:auto;padding:0}}[data-theme=light] .pricing-carousel-card-face,[data-theme=light] .pricing-carousel-mobile-card,[data-theme=light] .pricing-mobile-unified__hero{background:var(--color-panel-deep);border-color:rgba(0,0,0,.1);box-shadow:0 22px 48px rgba(0,0,0,.1)}[data-theme=light] .pricing-carousel-card-face--idle{border-color:rgba(0,0,0,.07);box-shadow:0 16px 36px rgba(0,0,0,.08)}[data-theme=light] .pricing-carousel-card-face--idle:hover{border-color:rgba(2,132,199,.22)}[data-theme=light] .pricing-carousel-card-face--active{border-color:rgba(2,132,199,.38);box-shadow:0 30px 68px rgba(0,0,0,.12),0 0 44px rgba(2,132,199,.15)}[data-theme=light] .pricing-carousel-mobile-card--featured{border-color:rgba(2,132,199,.35);box-shadow:0 24px 52px rgba(0,0,0,.1),0 0 36px rgba(2,132,199,.12)}[data-theme=light] .pricing-mobile-unified__hero--featured{border-color:rgba(2,132,199,.32);box-shadow:0 22px 48px rgba(0,0,0,.08),0 0 32px rgba(2,132,199,.1)}[data-theme=light] .pricing-carousel-mobile-tab{color:rgb(107 114 128)}[data-theme=light] .pricing-carousel-mobile-tab,[data-theme=light] .pricing-mobile-segment{border-color:rgba(0,0,0,.08);background:rgba(0,0,0,.03)}[data-theme=light] .pricing-mobile-unified__matrix{border-color:rgba(0,0,0,.06);background:rgba(0,0,0,.01)}[data-theme=light] .pricing-mobile-unified__matrix-head{background:rgba(0,0,0,.02);border-bottom-color:rgba(0,0,0,.05)}[data-theme=light] .pricing-mobile-unified__matrix-row{border-bottom-color:rgba(0,0,0,.04)}[data-theme=light] .pricing-carousel-dot{background:rgba(0,0,0,.14)}[data-theme=light] .pricing-compare tbody tr:hover td{background:rgba(0,0,0,.02)}[data-theme=light] .pricing-compare tbody tr:hover td.pricing-compare-pro-col{background:rgba(2,132,199,.1)}.pricing-compare td,.pricing-compare th{vertical-align:middle}.pricing-compare tbody tr:hover td{background:rgba(255,255,255,.02)}.pricing-compare tbody tr:hover td.pricing-compare-pro-col{background:rgba(58,190,249,.14)}.pricing-mobile-unified{margin-top:1.5rem}.pricing-mobile-segment{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;padding:.3rem;border-radius:9999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);backdrop-filter:blur(12px)}.pricing-mobile-segment__btn{position:relative;z-index:1;min-height:2.65rem;border:none;background:transparent;border-radius:9999px;cursor:pointer;-webkit-tap-highlight-color:transparent}.pricing-mobile-segment__pill{position:absolute;inset:0;border-radius:9999px;border:1px solid rgba(58,190,249,.38);background:rgba(58,190,249,.14);box-shadow:0 0 24px rgba(58,190,249,.18),inset 0 1px 0 rgba(255,255,255,.06)}.pricing-mobile-segment__label{position:relative;z-index:2;font-size:.8125rem;font-weight:600;letter-spacing:-.01em;color:rgb(122 138 168);transition:color .25s ease}.pricing-mobile-segment__btn.is-active .pricing-mobile-segment__label{color:rgb(58 190 249)}.pricing-mobile-unified__stage{margin-top:1rem}.pricing-mobile-unified__hero{position:relative;border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:rgb(14,19,28);padding:1.35rem 1.25rem 1.25rem;box-shadow:0 18px 40px rgba(0,0,0,.38)}.pricing-mobile-unified__hero--featured{border-color:rgba(58,190,249,.32);box-shadow:0 22px 48px rgba(0,0,0,.42),0 0 32px rgba(58,190,249,.12)}.pricing-mobile-unified__matrix{margin-top:.75rem;overflow:hidden;border-radius:1rem;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02)}.pricing-mobile-unified__matrix-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.02)}.pricing-mobile-unified__matrix-title{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgb(122 138 168)}.pricing-mobile-unified__matrix-list{list-style:none}.pricing-mobile-unified__matrix-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.82rem 1rem;border-bottom:1px solid rgba(255,255,255,.05)}.pricing-mobile-unified__matrix-row:last-child{border-bottom:none}.pricing-mobile-unified__hint{margin-top:.85rem;text-align:center;font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(122,138,168,.55)}