*,*:before,*:after{box-sizing:border-box}:root{--color-site-bg: #dcd6ef;--color-purple: #522aa8;--color-white: #ffffff;--color-text: #2a2240;--color-text-muted: rgba(42, 34, 64, .78);--color-why-now-heading: #1e0d42;--sticky-dock-fixed-top: clamp(.75rem, 2.5vw, 1.35rem);--sticky-dock-appr-height: clamp(4.15rem, 11.2vmin, 5.95rem);--sticky-dock-gap-below: 30px;--sticky-title-stack-top: calc( env(safe-area-inset-top, 0px) + var(--sticky-dock-fixed-top) + var(--sticky-dock-appr-height) + var(--sticky-dock-gap-below) );--font-heading: "Stack Sans Notch", Inter, system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth}h1,h2,h3{font-family:var(--font-heading)}body{margin:0;min-height:100vh;min-height:100dvh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--color-site-bg);color:var(--color-text)}#root{min-height:100vh;min-height:100dvh}a{color:inherit;text-decoration:none}.hero{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;min-height:100vh;min-height:100dvh;overflow:visible;color:#fff}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:center center;backface-visibility:hidden;will-change:transform}.hero__video{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;pointer-events:none}.hero__lens{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:center center;backface-visibility:hidden;will-change:transform;background:linear-gradient(to bottom,#522aa8cc,#dcd6efcc);pointer-events:none}.hero__upper{position:relative;z-index:2;display:flex;flex-direction:column;flex:1;min-height:0;overflow:visible;width:min(1120px,100%);margin-inline:auto;padding:clamp(1.25rem,4vw,2.5rem);padding-bottom:clamp(1rem,3vw,1.75rem)}.hero__nav-bar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-block:clamp(.35rem,1.2vw,.65rem) clamp(1.15rem,3.25vw,2rem);margin-inline:clamp(0rem,.8vw,.35rem)}.hero__brand{display:flex;flex-shrink:0}.hero__logo{display:block;width:clamp(108px,20vw,146px);height:auto}.hero__nav{flex-shrink:0;margin-inline-start:clamp(.75rem,2.4vw,1.85rem)}.hero__menu{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:clamp(1rem,3vw,2.5rem);margin:clamp(.35rem,1.2vw,.55rem) clamp(.55rem,2vw,1.35rem) clamp(.35rem,1.2vw,.55rem) clamp(.55rem,2vw,1.35rem);padding:0;list-style:none;font-size:clamp(.875rem,1.5vw,1rem);font-weight:500;letter-spacing:.01em}.hero__menu a{opacity:.95;transition:opacity .2s ease}.hero__menu a:hover{opacity:1}.hero__split{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:clamp(1.5rem,4vw,2.75rem);padding-block:clamp(1rem,3vw,2rem)}.hero__copy{flex:1 1 42%;min-width:0;display:flex;align-items:center}.hero__center{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:clamp(1rem,3vw,1.35rem);width:100%;max-width:min(100%,26rem);padding-block:0}.hero__title{margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:clamp(.12em,.7vw,.32em);width:min(100%,24rem);font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.12;letter-spacing:-.02em;text-shadow:0 1px 2px rgba(0,0,0,.18),0 4px 24px rgba(82,42,168,.35)}.hero__title-row{display:block;width:100%;text-align:left}.hero__subtitle{margin:0;max-width:38ch;font-size:clamp(1rem,2.2vw,1.25rem);font-weight:400;line-height:1.45;opacity:.95;text-wrap:balance;text-shadow:0 1px 2px rgba(0,0,0,.15),0 2px 16px rgba(82,42,168,.25)}.hero__cta{margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;border-radius:11px;font-size:1rem;font-weight:600;color:#522aa8;background:#fff;box-shadow:0 4px 24px #0000001f;transition:transform .2s ease,box-shadow .2s ease}@supports (corner-shape: squircle){.hero__cta{corner-shape:squircle;border-radius:13px}}.hero__cta:hover{transform:translateY(-1px);box-shadow:0 8px 28px #00000029}.hero__cta:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.hero__globe{flex:1 1 52%;width:100%;max-width:min(100%,700px);margin-inline:auto;pointer-events:auto;overflow:visible;display:flex;flex-direction:column;align-items:stretch;align-self:center;justify-content:center;min-width:0}.hero__globe-inner{--globe-box-h: clamp(600px, 74vh, 840px);width:100%;flex:0 0 auto;height:var(--globe-box-h);overflow:visible}@media(min-width:900px){.hero__split{flex-direction:row;align-items:center;justify-content:center;gap:clamp(1.75rem,4.5vw,3.25rem);padding-block:clamp(1rem,3vh,2.5rem)}.hero__copy{flex:0 1 40%;max-width:28rem;align-self:center;padding-block:0}.hero__globe{flex:1 1 52%;width:auto;max-width:700px;margin-inline:0;align-self:center}}@media(max-width:899px){.hero__center{align-items:center;text-align:center;margin-inline:auto}.hero__title{align-items:center}.hero__title-row{text-align:center}}.hero__nav-bar--dock-handoff{will-change:opacity,visibility}.sticky-dock{position:fixed;top:clamp(.75rem,2.5vw,1.35rem);left:50%;z-index:9999;width:min(1120px,calc(100% - clamp(1.85rem,5vw,2.85rem)));box-sizing:border-box;padding:clamp(.84rem,3.6vw,1.24rem) clamp(1.64rem,4.8vw,2.16rem) clamp(.84rem,3.6vw,1.24rem) clamp(1.76rem,5vw,2.56rem);border-radius:9999px;border:1px solid rgba(255,255,255,.28);background:linear-gradient(135deg,#220e3685,#1206268f 52%,#1c0c3485);box-shadow:0 4px 28px #06021647,0 12px 44px #522aa824,inset 0 1px #ffffff38;-webkit-backdrop-filter:blur(34px) saturate(1.55) brightness(1.06);backdrop-filter:blur(34px) saturate(1.55) brightness(1.06);outline:none;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%) translateZ(0) translateY(-22px);will-change:opacity,transform,visibility}@supports ((-webkit-backdrop-filter: blur(1px))){.sticky-dock{background:linear-gradient(135deg,#200e3470,#10062280 55%,#1a0c3070)}}.sticky-dock__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.52rem,2vw,1.55rem);min-width:0}.sticky-dock__brand{display:flex;flex-shrink:0;line-height:0}.sticky-dock__logo{display:block;width:clamp(104px,18vw,128px);height:auto;filter:brightness(0) invert(1);opacity:.96}.sticky-dock__nav{min-width:0;justify-self:center;margin-inline:clamp(.42rem,1.6vw,1.05rem)}.sticky-dock__menu{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(.65rem,2.2vw,1.75rem);margin:0;padding:0 .12rem;list-style:none;overflow-x:auto;scrollbar-width:none;font-size:clamp(.8rem,1.55vw,.9375rem);font-weight:550;letter-spacing:.02em;-webkit-overflow-scrolling:touch}.sticky-dock__menu::-webkit-scrollbar{display:none}.sticky-dock__menu a{white-space:nowrap;color:#fcf8fff0;text-decoration:none;opacity:.93;text-shadow:0 1px 2px rgba(6,2,22,.45),0 0 12px rgba(6,2,22,.25);transition:opacity .16s ease,color .16s ease}.sticky-dock__menu a:hover{opacity:1;color:#fff}.sticky-dock__cta.hero__cta{margin-top:0;padding:.5rem 1.05rem;font-size:clamp(.78rem,1.42vw,.90625rem);border-radius:999px;flex-shrink:0}.sticky-dock__cta.hero__cta:focus-visible{outline:2px solid rgba(200,180,255,.95);outline-offset:2px}@media(max-width:720px){.hero__nav-bar{flex-direction:column;align-items:flex-start;margin-inline:0}.hero__nav{margin-inline-start:0;width:100%}.hero__menu{justify-content:flex-start;margin-inline:0}.sticky-dock{width:calc(100% - clamp(1.25rem,6vw,2rem))}.sticky-dock__inner{gap:.48rem}.sticky-dock__nav{margin-inline:clamp(.25rem,2vw,.55rem)}.sticky-dock__menu{justify-content:flex-start;font-size:.78rem;gap:.72rem}}@media(max-width:420px){.sticky-dock__cta.hero__cta{padding-inline:.72rem;font-size:.75rem}}.page-pricing-anchor{height:0;margin:0;overflow:hidden;scroll-margin-top:6rem;pointer-events:none}#product-video,#how-it-works,#use-cases,#trust-and-method,#proof-mechanism,#pricing{scroll-margin-top:calc(5.5rem + env(safe-area-inset-top,0px))}@media(prefers-reduced-motion:reduce){.sticky-dock{will-change:auto}}.page-main{position:relative;z-index:3;width:100%;padding-top:clamp(2.5rem,7vh,6.5rem);backface-visibility:hidden;background-color:#fff;isolation:isolate}.page-main__parallax-shift{will-change:transform;backface-visibility:hidden}.page-main:before{content:"";position:absolute;left:50%;top:0;z-index:0;width:min(155%,78rem);height:min(52vh,28rem);transform:translate(-50%);pointer-events:none;border-radius:50%;background:radial-gradient(ellipse 78% 72% at 50% 38%,#ac87f07a,#cebaff47 32%,#eee4ff1a 56%,#fff0 76%);filter:blur(42px);-webkit-filter:blur(42px)}.page-main:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 105% 88% at 50% 108%,#9476dc2e,#e2d6ff14 45%,#fff0 68%);filter:blur(48px);-webkit-filter:blur(48px)}.page-shell{position:relative;z-index:1;width:min(1120px,100%);margin-inline:auto;padding:clamp(1.75rem,5vw,3.5rem) clamp(1.25rem,4vw,2.5rem) clamp(2.75rem,7vw,5rem)}.page-shell.page-shell--snap-bottom{padding-bottom:0}.why-now{position:relative;isolation:isolate;display:grid;grid-template-columns:1fr;gap:clamp(1rem,2.8vw,1.65rem);width:100%;color:var(--color-text);padding-block:clamp(.5rem,2vw,1.25rem)}.why-now__masthead{grid-column:1 / -1;position:relative;z-index:1;margin:0 auto clamp(.75rem,2vw,1.25rem);max-width:44rem;text-align:center}.why-now__signal{margin:0 0 clamp(1rem,2.8vw,1.35rem);display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .95rem;border-radius:999px;border:1px solid rgba(82,42,168,.2);background:#ffffff8c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.7rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--color-purple)}.why-now__signal-dot{width:6px;height:6px;border-radius:50%;background:var(--color-purple);box-shadow:0 0 0 4px #522aa826}.why-now__heading{margin:0 0 clamp(1rem,2.8vw,1.5rem);font-family:var(--font-heading);font-size:clamp(3rem,12vw,7rem);font-weight:700;line-height:.88;letter-spacing:-.045em;text-wrap:balance}.why-now__heading-text{display:inline;padding-inline:.02em;background:linear-gradient(118deg,#1e0d42 6%,#2e1568 42%,#4b20a8);-webkit-background-clip:text;background-clip:text;color:transparent}.why-now__lead{margin:0;font-size:clamp(1.12rem,2.35vw,1.52rem);font-weight:500;line-height:1.55;letter-spacing:-.018em;color:var(--color-text-muted)}.why-now__lead strong{color:var(--color-text);font-weight:700}.why-now__lead-highlight{display:block;width:100%;vertical-align:unset}.why-now__lead-highlight .pointer-highlight__label{display:block;width:100%;padding:.1em .12em .14em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.why-now__lead-highlight .pointer-highlight__rect{border-radius:8px}.use-wedge__heading-highlight{vertical-align:baseline}.use-wedge__heading-highlight .pointer-highlight__label{display:inline-block;background:linear-gradient(118deg,#1e0d42 6%,#2e1568 42%,#4b20a8);-webkit-background-clip:text;background-clip:text;color:transparent;padding-block:.06em}.use-wedge__heading-highlight .pointer-highlight__rect{border-radius:8px}.trust-security__heading-highlight .pointer-highlight__label{display:inline-block;background:linear-gradient(118deg,#1e0d42 6%,#2e1568 42%,#4b20a8);-webkit-background-clip:text;background-clip:text;color:transparent;padding-block:.06em}.trust-security__heading-highlight .pointer-highlight__rect{border-radius:8px}.proof-section__title-highlight{display:inline-block;max-width:100%;vertical-align:baseline}.proof-section__title-highlight .pointer-highlight__label{color:inherit;display:inline;padding:.06em .1em}.why-now__pillars{grid-column:1 / -1;margin:0;padding:0;list-style:none;display:contents}.why-now__pillars-item{display:contents}.why-now__pillar{position:relative;margin:0;padding:clamp(1.05rem,3vw,1.85rem) clamp(1.05rem,3vw,1.45rem) clamp(1.15rem,3.2vw,1.75rem) clamp(3rem,6vw,4.25rem);border-radius:16px;border:1px solid rgba(82,42,168,.12);background:#ffffffdb;box-shadow:0 0 0 1px #ffffff80 inset,0 8px 22px #34205a0d;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.why-now__pillar:hover{transform:translateY(-5px);border-color:#522aa847;box-shadow:0 0 0 1px #ffffffb3 inset,0 16px 40px #522aa81a}.why-now__idx{position:absolute;top:clamp(.75rem,2.2vw,1.1rem);left:clamp(.75rem,2.2vw,1.1rem);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:700;letter-spacing:.12em;color:#522aa8b3}.why-now__pillar-text{margin:0;font-size:clamp(.9rem,1.52vw,1.065rem);font-weight:400;line-height:1.58;color:var(--color-text-muted)}.why-now__pillar-text:first-letter{font-weight:700;color:var(--color-text)}.why-now__pullquote{grid-column:1 / -1;margin:clamp(1.25rem,3vw,2rem) auto 0;max-width:min(52rem,100%);padding:clamp(.35rem,1.2vw,.65rem) 0;line-height:1.28;color:var(--color-text)}.why-now__pullquote-lede{display:inline;font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:clamp(1.22rem,2.72vw,1.54rem);font-weight:600;font-style:normal;letter-spacing:-.03em;line-height:1.22;color:#241a3a}.why-now__pullquote-marker{position:relative;display:inline;padding-inline:.05em;margin-inline:-.02em;box-decoration-break:clone;-webkit-box-decoration-break:clone;background-image:radial-gradient(ellipse 118% 85% at 18% 55%,#d7c3ff6b,#e8deff00 72%),linear-gradient(117deg,#ebe4ff00,#c4afff7a 8%,#d2beff94 22%,#e4d7ff8a 55%,#f4ecff7a 78%,#dcd0ff52);background-repeat:no-repeat;background-position:0% 68%,left .12em center;background-size:0% .58em,0% .56em;animation:why-now-marker-bleed 1.45s cubic-bezier(.28,.9,.32,1.02) .12s forwards,why-now-marker-sweep 1.15s cubic-bezier(.33,1,.68,1) forwards}@keyframes why-now-marker-sweep{0%{background-size:0% .58em,0% .56em}to{background-size:115% .58em,100% .56em}}@keyframes why-now-marker-bleed{0%{filter:brightness(1.02) saturate(1.05)}55%{filter:brightness(1.06) saturate(1.12)}to{filter:brightness(1) saturate(1)}}.why-now__pullquote-kicker{display:block;width:100%;margin-top:.28em;text-align:center;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.1rem,2.12vw,1.32rem);font-weight:500;font-style:normal;line-height:1.24;letter-spacing:-.02em;color:#2a224094}.use-wedge{position:relative;z-index:2;width:100%;background-color:var(--color-site-bg);border-top:1px solid rgba(82,42,168,.08);scroll-margin-top:1rem}.use-wedge .page-shell{padding-top:clamp(2rem,5.5vw,3.5rem);padding-bottom:clamp(2.5rem,6.5vw,4.5rem)}.use-wedge .why-now__masthead,.hiw-section .why-now__masthead{max-width:none;width:100%}.hiw-section .why-now__masthead{margin-bottom:clamp(2rem,4.5vw,3rem)}.use-wedge .why-now__heading,.hiw-section .why-now__heading{text-wrap:wrap;font-size:clamp(2.35rem,7.2vw,5.25rem);line-height:1.05;overflow:visible}.use-wedge .why-now__heading-text,.hiw-section .why-now__heading-text{padding-block:.06em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.use-wedge__heading-row{display:block;white-space:nowrap;overflow:visible}.use-wedge__heading-row--secondary{font-size:80%;font-weight:500;letter-spacing:-.03em}@media(max-width:480px){.use-wedge .use-wedge__heading-row{white-space:normal}}.use-wedge__scenario-card{max-width:min(40rem,100%);margin-inline:auto;margin-top:clamp(.25rem,1.5vw,.75rem);padding:clamp(1.25rem,3.2vw,1.85rem) clamp(1.15rem,3vw,1.65rem) clamp(1.35rem,3.5vw,1.95rem);border-radius:16px;border:1px solid rgba(82,42,168,.12);background:#ffffffdb;box-shadow:0 0 0 1px #ffffff80 inset,0 8px 22px #34205a0d}.use-wedge__card-title{margin:0 0 clamp(1rem,2.5vw,1.35rem);font-family:var(--font-heading);font-size:clamp(1.05rem,2vw,1.28rem);font-weight:700;letter-spacing:-.03em;color:var(--color-text)}.use-wedge__block+.use-wedge__block{margin-top:clamp(1rem,2.4vw,1.35rem);padding-top:clamp(1rem,2.4vw,1.35rem);border-top:1px solid rgba(82,42,168,.1)}.use-wedge__label{margin:0 0 .35rem;font-size:.68rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#522aa8bf}.use-wedge__body{margin:0;font-size:clamp(.95rem,1.55vw,1.05rem);line-height:1.58;color:var(--color-text-muted)}.use-wedge__body--accent{font-weight:600;color:var(--color-text)}.use-wedge__list{margin:0;padding-left:1.15rem;font-size:clamp(.95rem,1.55vw,1.05rem);line-height:1.55;color:var(--color-text-muted)}.use-wedge__list li+li{margin-top:.4em}.use-wedge__cta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem 1rem;margin:clamp(1.25rem,3vw,1.65rem) 0 0;padding-top:clamp(1.1rem,2.6vw,1.45rem);border-top:1px solid rgba(82,42,168,.1);text-align:center;font-size:clamp(.95rem,1.5vw,1.02rem);line-height:1.45;color:var(--color-text-muted)}.use-wedge__cta-copy:after{content:" →";color:#2a224059}.use-wedge__cta{margin:0;flex-shrink:0}.hiw-section{position:relative;isolation:isolate;z-index:2;width:100%;overflow:visible;background-color:#fff;border-top:1px solid rgba(82,42,168,.08);scroll-margin-top:1rem}.hiw-section:before{content:"";position:absolute;left:50%;top:-12%;z-index:0;width:min(150%,76rem);height:min(52vh,30rem);transform:translate(-50%);pointer-events:none;border-radius:50%;background:radial-gradient(ellipse 78% 72% at 50% 38%,#ac87f061,#cebaff33 38%,#eee4ff14,#fff0 78%);filter:blur(46px);-webkit-filter:blur(46px)}.hiw-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 72% 55% at 88% 88%,#9876e624,#fff0 58%),radial-gradient(ellipse 65% 50% at 8% 72%,#522aa81a,#fff0 55%);filter:blur(40px);-webkit-filter:blur(40px)}.hiw-section .page-shell{position:relative;z-index:1;padding-top:clamp(2.5rem,6vw,4.25rem);padding-bottom:clamp(2.5rem,6.5vw,4.5rem)}.hiw-section--video-floor{overflow:hidden;background-color:#ede8fb}.hiw-section--video-floor:before,.hiw-section--video-floor:after{display:none}.hiw-section__video-floor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.hiw-section__video-floor-media{position:absolute;top:-4%;right:-2%;bottom:-4%;left:-2%;width:104%;height:108%;object-fit:cover;opacity:.38;filter:grayscale(1) contrast(1.02) brightness(.94);-webkit-filter:grayscale(1) contrast(1.02) brightness(.94)}.hiw-section__video-floor-tint{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff6b,#ffffff2e 42%,#fff0),linear-gradient(155deg,#e8defcd1,#f0e8ffc2 45%,#cebcf2c7)}.hiw-section--video-floor .hiw__step-card{background:#ffffffed;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media(prefers-reduced-motion:reduce){.hiw-section__video-floor-media{display:none!important}.hiw-section--video-floor{background-color:#fff}}@media(max-width:520px){.hiw-section .why-now__heading{font-size:clamp(1.55rem,6vw,5.25rem)}}.product-video-intro__shell.page-shell{padding-top:clamp(1.75rem,4.5vw,3rem);padding-bottom:clamp(1.5rem,4vw,2.75rem)}.product-video-intro__masthead{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:clamp(1.65rem,3.8vw,2.5rem)}.product-video-intro__lead{max-width:44rem;margin-inline:auto;text-align:center;text-wrap:balance}.product-video-intro__frame{width:min(960px,100%);margin-inline:auto}.product-video-intro__thumb-btn{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%;margin:0;padding:0;border:none;background:none;cursor:pointer;font:inherit;color:inherit;text-align:left;border-radius:clamp(18px,2.4vw,28px)}.product-video-intro__thumb-btn:focus-visible{outline:2px solid rgba(82,42,168,.55);outline-offset:3px}.product-video-intro__thumb-wrap{position:relative;display:block;overflow:hidden;border-radius:inherit;border:1px solid rgba(82,42,168,.12);box-shadow:0 22px 52px #432c7c1a,0 2px #ffffffe6 inset;background:#2a22400f}.product-video-intro__thumb-img{display:block;width:100%;height:auto;vertical-align:middle}.product-video-intro__thumb-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 80% at 50% 50%,#0c061800 42%,#0f0a2247);pointer-events:none}.product-video-intro__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.product-video-intro__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2rem);box-sizing:border-box;background:#0c0716b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-video-intro__modal{position:relative;width:min(1120px,100%);padding:clamp(.62rem,2vw,.95rem);border-radius:clamp(14px,2vw,22px);background:#f8f5fffa;box-shadow:0 32px 80px #14082873,0 0 0 1px #9263ff26 inset;box-sizing:border-box}.product-video-intro__modal-close{position:absolute;top:clamp(.52rem,1.8vw,.82rem);right:clamp(.52rem,1.8vw,.82rem);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;margin:0;border:none;border-radius:999px;font-size:1.15rem;line-height:1;color:#2a2240e0;background:#fffffff2;cursor:pointer;box-shadow:0 2px 12px #522aa81f}.product-video-intro__modal-close:hover{color:var(--color-purple)}.product-video-intro__modal-close:focus-visible{outline:2px solid rgba(82,42,168,.45);outline-offset:2px}.product-video-intro__modal-video{display:block;width:100%;height:auto;border-radius:clamp(10px,1.4vw,14px);background:#0f0a18}@media(prefers-reduced-motion:reduce){.product-video-intro__backdrop{backdrop-filter:none;-webkit-backdrop-filter:none}}.trust-security{scroll-margin-top:1rem}.trust-security .why-now__masthead{margin-bottom:clamp(1.75rem,4vw,2.5rem)}.trust-security__heading-icon-slot{position:relative;display:flex;justify-content:center;margin:0 auto clamp(.65rem,2vw,1rem)}.trust-security__grad-svg-defs{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.trust-security__heading-icon{width:clamp(3.35rem,10vw,5rem);height:clamp(3.35rem,10vw,5rem);opacity:.98;filter:drop-shadow(0 10px 24px rgba(75,32,168,.18))}.trust-security__grid{position:relative;z-index:1;list-style:none;margin:0 auto;padding:0;max-width:min(58rem,100%);display:grid;gap:clamp(1rem,2.8vw,1.35rem);grid-template-columns:1fr}@media(min-width:720px){.trust-security__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}}.trust-security__item{margin:0;padding:0;min-width:0}.trust-security__card{position:relative;box-sizing:border-box;height:100%;margin:0;padding:clamp(1.1rem,2.8vw,1.65rem) clamp(1.05rem,2.6vw,1.4rem) clamp(1.2rem,3vw,1.75rem) clamp(2.75rem,5.5vw,3.6rem);border-radius:16px;border:1px solid rgba(82,42,168,.12);background:#ffffffdb;box-shadow:0 0 0 1px #ffffff80 inset,0 8px 22px #34205a0d;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.trust-security__card:hover{transform:translateY(-5px);border-color:#522aa838;box-shadow:0 0 0 1px #ffffff8c inset,0 12px 28px #34205a12}.trust-security__idx{position:absolute;left:clamp(1.05rem,2.6vw,1.4rem);top:clamp(1rem,2.5vw,1.35rem);font-family:var(--font-heading);font-size:clamp(.72rem,1.65vw,.825rem);font-weight:700;letter-spacing:.14em;color:#522aa880}.trust-security__copy{margin:0;font-size:clamp(1rem,2.05vw,1.125rem);line-height:1.52;letter-spacing:-.018em;color:var(--color-text)}.trust-security__lead{font-weight:700;letter-spacing:-.022em;color:var(--color-text)}.trust-security__meta{font-weight:500;color:var(--color-text-muted)}.trust-security__microcopy{position:relative;z-index:1;margin:clamp(2rem,5vw,2.75rem) auto 0;max-width:36rem;padding:clamp(1.1rem,3vw,1.45rem) clamp(1rem,3vw,1.5rem);text-align:center;font-size:clamp(1.02rem,2.2vw,1.22rem);font-weight:550;font-style:italic;line-height:1.55;letter-spacing:-.015em;color:var(--color-text-muted);border-radius:14px;border:1px solid rgba(82,42,168,.1);background:#ffffff8c;box-shadow:0 0 0 1px #ffffffa6 inset}@media(prefers-reduced-motion:reduce){.trust-security__card{transition:none}.trust-security__card:hover{transform:none}}.hiw__timeline{list-style:none;margin:0;padding:0;overflow:visible}.hiw__timeline--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.15rem,2.8vw,1.65rem);max-width:min(76rem,100%);margin-inline:auto}@media(max-width:768px){.hiw__timeline--grid{grid-template-columns:1fr}}.hiw__step{margin:0;padding:0;will-change:transform,opacity}.hiw__step--tile{display:block}.hiw__step-index{flex-shrink:0;box-sizing:border-box;width:2.65rem;height:2.65rem;display:grid;place-items:center;border-radius:12px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.68rem;font-weight:700;letter-spacing:.1em;color:var(--color-purple);background:#ffffffeb;border:1px solid rgba(82,42,168,.22);box-shadow:0 0 0 1px #ffffff8c inset,0 6px 16px #34205a0f}.hiw__step-index--tile{align-self:flex-start}.hiw__step-card{padding:clamp(1.05rem,2.6vw,1.45rem) clamp(1rem,2.4vw,1.35rem) clamp(1.1rem,2.7vw,1.5rem);border-radius:16px;border:1px solid rgba(82,42,168,.12);background:#ffffffe0;box-shadow:0 0 0 1px #ffffff73 inset,0 10px 28px #34205a0f}.hiw__step-head{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.65rem 1rem;margin-bottom:clamp(.75rem,2vw,1rem);padding-bottom:clamp(.65rem,1.6vw,.85rem);border-bottom:1px solid rgba(82,42,168,.1)}.hiw__step-head-main{flex:1 1 12rem;min-width:0}.hiw__step-head .hiw__step-duration{margin-left:auto}@media(max-width:520px){.hiw__step-head .hiw__step-duration{margin-left:0;flex-basis:100%}}.hiw__step-title{margin:0;min-width:0;font-family:var(--font-heading);font-size:clamp(1.08rem,2.1vw,1.32rem);font-weight:700;letter-spacing:-.028em;line-height:1.2;color:var(--color-text)}.hiw__step-title-tr{font-weight:500;color:var(--color-text-muted)}.hiw__step-duration{margin:0;flex-shrink:0;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#522aa8e0;padding:.4rem .75rem;border-radius:999px;border:1px solid rgba(82,42,168,.18);background:#f8f4fff2}.hiw__step-points{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.55rem}.hiw__step-points li{position:relative;padding-left:1rem;font-size:clamp(.92rem,1.52vw,1.025rem);line-height:1.52;color:var(--color-text-muted)}.hiw__step-points li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#522aa873;box-shadow:0 0 0 2px #522aa81f}.hiw__step-point-en{font-weight:600;color:var(--color-text)}.hiw__step-point-div{margin-inline:.25rem;font-weight:400;color:#2a224059}.hiw__step-point-tr{font-weight:400}.proof-section{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(3.75rem,12vh,6rem);color:#fffffff2}.proof-section__blurs{pointer-events:none;position:absolute;top:-14%;right:-6%;bottom:-16%;left:-6%;background:radial-gradient(ellipse 48% 44% at 85% 18%,#a06eff5c,#a06eff00 70%),radial-gradient(ellipse 55% 50% at 12% 70%,#4a288266,#4a288200 74%),linear-gradient(172deg,#1c0a30f5,#0a0416fa 55%,#160828f7);filter:blur(52px);-webkit-filter:blur(52px);opacity:.96}.proof-section__shell{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(2rem,5vw,2.85rem);padding-block:clamp(2.5rem,7vw,4rem)}.proof-section__intro{text-align:center;max-width:52rem;margin-inline:auto}.proof-section__signal{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 .85rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#d2beffc7}.proof-section__signal-dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(145deg,#ceb4ff,#7846c8d9);box-shadow:0 0 14px #b482ff8c}.proof-section__title{margin:0;font-family:var(--font-heading);font-size:clamp(1.45rem,3.2vw,2.2rem);font-weight:750;letter-spacing:-.03em;line-height:1.2}.proof-section__layers{list-style:none;margin:0;padding:0;display:grid;gap:clamp(1rem,3vw,1.35rem);grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))}.proof-layer-card{margin:0;padding:clamp(1.35rem,4vw,1.85rem);border-radius:18px;border:1px solid rgba(255,255,255,.09);background:#28164852;box-shadow:inset 0 1px #ffffff0f,0 12px 40px #08021459;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.proof-layer-card__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.85rem;height:1.85rem;margin-bottom:.85rem;border-radius:8px;font-size:.82rem;font-weight:700;color:#ffffffe6;background:#7850c859;border:1px solid rgba(255,255,255,.1)}.proof-layer-card__title{margin:0 0 .55rem;font-family:var(--font-heading);font-size:1.06rem;font-weight:700}.proof-layer-card__title-tr{font-weight:540;color:#ffffff80}.proof-layer-card__body{margin:0;font-size:.95rem;line-height:1.52;color:#ffffffbd}.proof-section__chart-block{display:flex;flex-direction:column;align-items:center;gap:clamp(1.5rem,4vw,2.25rem)}.proof-chart-wrap{width:100%;max-width:min(640px,100%);margin-inline:auto;padding:clamp(1.15rem,3.5vw,1.75rem);border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#180a2c73;box-shadow:inset 0 1px #ffffff12,0 20px 50px #06001266;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.proof-chart-wrap__caption{margin:0 0 .85rem;font-size:.86rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-align:center;color:#cebeffc7}.proof-chart{display:block;width:100%;height:auto;max-height:clamp(220px,28vw,280px)}.proof-section__footnote{margin:0;width:100%;max-width:min(40rem,100%);margin-inline:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.85rem;font-size:clamp(1.02rem,2.5vw,1.2rem);line-height:1.5;color:#ffffffd1}.proof-footnote__lead{display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:0 .75rem;margin:0;padding:.35rem .95rem .45rem .72rem;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;box-shadow:inset 0 1px #ffffff12,0 10px 32px #1e083c59}.proof-footnote__figure{display:inline-flex;align-items:baseline;font-variant-numeric:tabular-nums;line-height:.92}.proof-footnote__pct-wrap{display:inline-block;filter:drop-shadow(0 3px 18px rgba(140,90,235,.48))}.proof-footnote__pct-num{font-weight:800;letter-spacing:-.055em;font-size:clamp(2.35rem,6.5vw,3.15rem);background:linear-gradient(168deg,#fff,#eadfff 42%,#a57fff 76%,#7e52ff);-webkit-background-clip:text;background-clip:text;color:transparent}.proof-footnote__pct-mark{margin-left:.06em;align-self:flex-start;font-weight:700;font-size:clamp(.95rem,2vw,1.1rem);color:#d6c6ff94;line-height:1.85}.proof-footnote__lexicon{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.12rem;padding-block:.15rem;font-size:clamp(.72rem,1.65vw,.8125rem);letter-spacing:.12em;text-transform:uppercase;text-align:center;white-space:nowrap}.proof-footnote__lexicon-en{font-weight:650;color:#fffbffe0}.proof-footnote__lexicon-tr{font-weight:500;color:#c4b4e67a}.proof-footnote__rest{max-width:36ch;margin:0;font-weight:480;text-align:center;text-wrap:balance}.proof-footnote__emph{font-weight:650;color:#e8dcfff0}.site-footer{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(2.75rem,7vw,4.25rem);color:#ffffffe6;border-top:1px solid rgba(255,255,255,.06)}.site-footer__blurs{pointer-events:none;position:absolute;top:-18%;right:-8%;bottom:-22%;left:-8%;background:radial-gradient(ellipse 50% 42% at 20% 28%,#9669eb57,#9669eb00 68%),radial-gradient(ellipse 48% 46% at 88% 72%,#5a34a561,#5a34a500 70%),linear-gradient(178deg,#0c041afc,#180a2afa 42%,#080312);filter:blur(48px);-webkit-filter:blur(48px);opacity:.97}.site-footer__shell{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(1.75rem,4vw,2.5rem);padding-bottom:clamp(.75rem,2vw,1.25rem)}.site-footer__grid{display:grid;gap:clamp(1.75rem,4vw,2.25rem);align-items:start}@media(min-width:900px){.site-footer__grid{grid-template-columns:minmax(0,1.15fr) minmax(0,auto) minmax(0,1fr);gap:clamp(2rem,4vw,3rem);justify-items:stretch}.site-footer__nav{justify-self:center}.site-footer__contact{justify-self:end;text-align:right}}.site-footer__brand-link{display:inline-block;line-height:0}.site-footer__logo{display:block;height:auto;opacity:.96;filter:brightness(0) invert(1)}.site-footer__tagline{margin:clamp(.85rem,2.2vw,1rem) 0 0;max-width:22rem;font-size:clamp(.9rem,1.75vw,1.02rem);line-height:1.52;font-weight:520;color:#dfd4f6c7}.site-footer__tagline-tr{color:#c8b6e48c;font-weight:450}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.62rem}.site-footer__link{display:inline-block;text-decoration:none;color:#ffffffe0;font-size:clamp(.92rem,1.6vw,1rem);font-weight:550;transition:color .2s ease}.site-footer__link:hover{color:#e8dcff}.site-footer__link-en{font-weight:inherit}.site-footer__link-tr{font-weight:450;font-size:.88em;color:#c8bce48c}.site-footer__contact{display:flex;flex-direction:column;gap:.52rem}.site-footer__contact-line{margin:0;font-size:clamp(.88rem,1.55vw,.98rem);line-height:1.52;color:#e2daf6c7}.site-footer__contact-key{font-weight:650;letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;color:#c6aeee85}.site-footer__contact-sep{margin-inline-start:.05em;color:#ffffff59}.site-footer__contact-a,.site-footer__press{color:#f8f2fff0;text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease}.site-footer__contact-a:hover,.site-footer__press:hover{color:#fff;text-decoration:underline;text-decoration-color:#c8aaff8c;text-underline-offset:.2em}.site-footer__press{font-weight:560}.site-footer__contact-tr{font-weight:440;color:#c8bce485}.site-footer__microcopy{margin:0;padding-top:clamp(1.5rem,3.5vw,2rem);border-top:1px solid rgba(255,255,255,.075);text-align:center;font-size:clamp(.88rem,1.65vw,1.02rem);font-style:italic;font-weight:520;letter-spacing:-.015em;color:#d2c3eead;max-width:40rem;margin-inline:auto;text-wrap:balance}@media(prefers-reduced-motion:reduce){.site-footer__link,.site-footer__contact-a,.site-footer__press{transition:none}.site-footer__blurs{filter:none;-webkit-filter:none;opacity:1}}@media(min-width:901px){.why-now{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.why-now__pillar--wide{grid-column:1 / -1;max-width:95%;margin-inline:auto;transform:rotate(-.35deg)}.why-now__pillars-item:nth-child(1) .why-now__pillar{transform:rotate(-.6deg)}.why-now__pillars-item:nth-child(2) .why-now__pillar{margin-top:clamp(1.25rem,4vw,3rem);transform:rotate(.45deg)}.why-now__pillars-item:nth-child(1) .why-now__pillar:hover,.why-now__pillars-item:nth-child(2) .why-now__pillar:hover,.why-now__pillar--wide:hover{transform:translateY(-6px) rotate(0)}}@media(max-width:900px){.why-now{grid-template-columns:1fr}.why-now__pillar--wide{max-width:none}}@media(prefers-reduced-motion:reduce){.why-now__pillar,.why-now__pillar--wide{transition:none}.why-now__pillar:hover,.why-now__pillars-item:nth-child(1) .why-now__pillar:hover,.why-now__pillars-item:nth-child(2) .why-now__pillar:hover,.why-now__pillar--wide:hover{transform:none}.why-now__pillars-item:nth-child(1) .why-now__pillar,.why-now__pillars-item:nth-child(2) .why-now__pillar,.why-now__pillar--wide{transform:none}.why-now__pullquote-marker{animation:none;background-size:115% .58em,100% .56em;filter:none}.hiw-section:before,.hiw-section:after{filter:none;-webkit-filter:none;opacity:.92}.hiw__step{will-change:auto}}.pwm-root{position:relative;width:100%;isolation:isolate}.pwm-canvas-host{position:relative;width:100%}.pwm-canvas-host canvas{display:block;width:100%;height:100%;border-radius:clamp(16px,2.5vw,24px);background:linear-gradient(160deg,#f2edfc,#e8dff8 45%,#dfd3f2);touch-action:none}.pwm-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none}.pwm-modal{position:relative;display:flex;flex-direction:column;width:min(100%,400px);height:min(88vh,600px);overflow:hidden;border-radius:32px;border:1px solid #ded7ee;background:#fcfbfff2;backdrop-filter:blur(36px) saturate(130%);-webkit-backdrop-filter:blur(36px) saturate(130%);box-shadow:-8px 18px 26px #432c7c1a,-22px 42px 68px #432c7c13,-56px 92px 156px #432c7c0f;pointer-events:auto}.pwm-modal__close{position:absolute;top:1rem;right:1rem;z-index:10;border:none;cursor:pointer;font:700 .75rem/1 system-ui,sans-serif;letter-spacing:.04em;text-transform:uppercase;padding:.5rem 1rem;border-radius:999px;color:#58359b;background:#efe8ff;box-shadow:0 2px 12px #522aa81f;transition:background .2s ease,transform .2s ease}.pwm-modal__close:hover{background:#fff;transform:scale(1.03)}.pwm-modal__hero{flex-shrink:0;height:200px;border-radius:32px 32px 0 0;background:linear-gradient(180deg,rgba(255,255,255,.5) 0%,transparent 46%),var(--pwm-modal-hero-img) center bottom / cover no-repeat}.pwm-modal__intro{flex-shrink:0;padding:1.25rem 1.5rem;background:#f5f1ff;border-bottom:1px solid #e6def5}.pwm-modal__title{margin:0 0 .75rem;font-family:var(--font-heading);font-size:1.65rem;font-weight:800;letter-spacing:-.02em;text-transform:uppercase;color:#2e1d4a}.pwm-modal__stats{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;font-size:.875rem}.pwm-modal__stat{display:flex;align-items:center;gap:.5rem}.pwm-modal__stat-label{font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#7e6c9e}.pwm-modal__stat-value{font-weight:800;font-size:1rem;color:#3f2a65}.pwm-modal__body{flex:1;min-height:0;display:flex;flex-direction:column;background:#f8f5ff}.pwm-modal__body-inner{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem}.pwm-modal__bubble{width:100%;max-width:100%;padding:1.1rem 1.35rem;border-radius:1.35rem;border:1px solid #e6ddf8;background:#efe8ff;box-shadow:0 6px 18px #522aa80f}.pwm-modal__bubble-label{margin-bottom:.4rem;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8a79a9}.pwm-modal__bubble-text{font-size:.875rem;line-height:1.5;color:#3d2c62}.pwm-modal__cta{cursor:pointer;border:none;font-weight:600;font-size:.8125rem;padding:.85rem 2rem;border-radius:999px;color:#fff;background:#5f3db5;box-shadow:-6px 8px 10px #5f3db538,-14px 18px 24px #5f3db529,-26px 30px 44px #5f3db51f;transition:background .25s ease,transform .2s ease}.pwm-modal__cta:hover{background:#5332a7;transform:translateY(-1px)}.pwm-modal__nav{flex-shrink:0;display:flex;gap:.75rem;padding:.75rem 1.25rem 1.25rem}.pwm-modal__nav-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:none;cursor:pointer;font-weight:700;font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase;padding:.75rem;border-radius:999px;color:#563792;background:#e8dfff;box-shadow:0 2px 12px #522aa81a;transition:background .2s ease,transform .2s ease}.pwm-modal__nav-btn:hover{background:#ddcffd;transform:scale(1.02)}.pwm-modal__chev{flex-shrink:0;color:inherit}.hero__globe .pwm-root{height:100%}.hero__globe-inner .pwm-canvas-host{box-sizing:border-box;height:var(--globe-box-h, 100%)}.hero__globe .pwm-canvas-host canvas{border-radius:0;background:transparent!important}.bw-scroll{position:relative;z-index:5;width:100%;margin-top:0;box-sizing:border-box;background-color:#0f0a14}.bw-scroll__sticky{position:sticky;top:0;left:0;box-sizing:border-box;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:min(100vh,100dvh);min-height:min(100vh,100dvh);overflow:visible;isolation:isolate;--bw-overlay-opacity: 0;--bw-word-1: 0;--bw-word-2: 0;--bw-word-3: 0;--bw-compare-opacity: 0;--bw-compare-shift: 0;--bw-pipeline-opacity: 0;--bw-pl-enter: 0;--bw-pl-leave: 0;--bw-pl-flow: 0;--bw-scroll-crop-inline: 0px;--bw-scroll-mask-bg: transparent;background:#0f0a14}.bw-scroll__canvas{position:absolute;left:0;right:0;top:0;width:100%;height:min(100vh,100dvh);z-index:0;pointer-events:none;overflow:hidden}.bw-scroll__story{position:relative;z-index:4;width:100%;min-height:min(100vh,100dvh);pointer-events:none}.bw-scroll__layers{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;margin:0;pointer-events:none}.bw-scroll__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--bw-scroll-mask-bg, transparent)}.bw-scroll__layers--reduced .bw-scroll__crop-mask .bw-scroll__frame:last-child{display:none}.bw-scroll__frame{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center center;display:block;margin:0;opacity:0;z-index:0;transform:translateZ(0);backface-visibility:hidden}.bw-scroll__frame--front{opacity:1;z-index:1}.bw-scroll__dim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:#040208;opacity:calc(var(--bw-overlay-opacity, 0) * .72)}.bw-scroll__title-wrap{position:relative;inset:auto;width:100%;min-height:min(100vh,100dvh);z-index:2;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:0;padding-inline:clamp(1.75rem,5vw,3rem);box-sizing:border-box;pointer-events:none;overflow:visible;gap:clamp(1.25rem,3.5vmin,2rem)}.bw-scroll__hero-pin{position:sticky;top:var(--sticky-title-stack-top, max(.5rem, env(safe-area-inset-top, 0px)));z-index:40;flex-shrink:0;align-self:stretch;margin:0;padding-top:0;padding-bottom:clamp(1rem,2.5vmin,1.75rem);pointer-events:none}.bw-scroll__title-body{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;justify-content:center;width:min(76rem,96vw);max-width:100%;min-height:0;margin-inline:auto;box-sizing:border-box;padding-inline:.12em .28em;padding-bottom:clamp(1.75rem,5vw,3rem);gap:clamp(.75rem,2vmin,1.25rem);pointer-events:auto}.bw-scroll__title-head{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;position:relative;z-index:1;transform:none;transform-origin:50% 0%;will-change:auto}.bw-scroll__title-hero{width:max-content;margin-inline:auto;opacity:1;transform:none}.bw-scroll__title-line{margin:0;padding:0;display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.36em;font-family:var(--font-heading);font-weight:800;letter-spacing:-.03em;line-height:1;text-transform:uppercase;font-size:clamp(2.35rem,7.2vw,4.6rem);color:#faf8ff}.bw-scroll__word{display:inline-block;vertical-align:baseline}.bw-scroll__word--1{opacity:clamp(0,var(--bw-word-1, 0),1);transform:translate3d(0,calc((1 - clamp(0,var(--bw-word-1, 0),1))*.72em),0);text-shadow:0 1px 0 rgba(255,255,255,.12),0 12px 40px rgba(0,0,0,.55)}.bw-scroll__word--2{opacity:clamp(0,var(--bw-word-2, 0),1);transform:translate3d(0,calc((1 - clamp(0,var(--bw-word-2, 0),1))*.72em),0);text-shadow:0 1px 0 rgba(255,255,255,.12),0 12px 40px rgba(0,0,0,.55)}.bw-scroll__word--3{padding-right:.14em;color:#faf8ff;opacity:clamp(0,var(--bw-word-3, 0),1);transform:translate3d(0,calc((1 - clamp(0,var(--bw-word-3, 0),1))*.72em),0);text-shadow:0 1px 0 rgba(255,255,255,.12),0 12px 40px rgba(0,0,0,.55)}.bw-scroll__tagline{margin:0;padding:0 clamp(.75rem,3vw,1.25rem);margin-top:.35rem;margin-bottom:0;font-family:Inter,system-ui,sans-serif;font-weight:450;font-size:clamp(.9rem,2.05vw,1.0625rem);line-height:1.6;letter-spacing:-.01em;color:#faf8ffe6;text-shadow:0 1px 28px rgba(0,0,0,.45);opacity:1}.bw-scroll__tagword{display:inline-block;vertical-align:baseline;will-change:opacity,transform}.bw-scroll__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.bw-scroll__compare{--cp: clamp(0, var(--bw-compare-opacity, 0), 1);--cs: clamp(0, var(--bw-compare-shift, 0), 1);position:relative;z-index:2;width:100%;margin-inline:auto;margin-top:calc(clamp(.85rem,3.5vmin,1.65rem) * var(--cp));padding:clamp(1rem,2.65vw,1.45rem) clamp(1rem,2.65vw,1.55rem) clamp(1.05rem,2.85vw,1.65rem);border-radius:22px;border:1px solid rgba(255,255,255,.1);box-sizing:border-box;max-height:calc(var(--cp) * 9200px);overflow:hidden;visibility:visible;background:linear-gradient(158deg,#261840ad,#0a0614c7 46%,#1a1030b8);box-shadow:0 28px 60px #00000073,0 0 0 1px #9263ff1f inset;-webkit-backdrop-filter:blur(18px) saturate(1.25);backdrop-filter:blur(18px) saturate(1.25);opacity:var(--cp);transform:translate3d(0,calc((1 - var(--cp)) * clamp(2.25rem,7vmin,4.5rem) + var(--cs) * clamp(-11rem,-16vmin,-6.5rem)),0);transform-origin:50% 0%}@supports ((-webkit-backdrop-filter: blur(18px))){.bw-scroll__compare{background:linear-gradient(158deg,#24163c94,#0a0616ad,#1a10329e)}}.bw-scroll__compare-glass{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:14px;border:none;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.bw-scroll__compare-table{width:100%;min-width:22rem;margin:0;border-collapse:collapse;border-spacing:0}.bw-scroll__compare-table thead tr{transform-origin:50% 0;opacity:clamp(0,var(--bw-cmp-h, 0),1);transform:translate3d(0,calc((1 - clamp(0,var(--bw-cmp-h, 0),1))*9px),0)}.bw-scroll__compare-table tbody tr{transform-origin:50% 0}.bw-scroll__compare-table thead th{padding:clamp(1rem,2.8vw,1.22rem) clamp(1rem,3vw,1.35rem) clamp(.92rem,2.6vw,1.06rem) clamp(1rem,3vw,1.35rem);font-family:var(--font-heading);font-weight:800;font-size:clamp(.9rem,2.05vw,1.05rem);letter-spacing:-.026em;text-align:left;vertical-align:bottom;border-bottom:1px solid rgba(255,255,255,.11)}.bw-scroll__compare-table thead th:first-child{color:#f0eaff;background:linear-gradient(100deg,#9263ff38,#9263ff00 72%);border-left:4px solid #b197ff}.bw-scroll__compare-table thead th:last-child{border-left:1px solid rgba(255,255,255,.08);color:#e6e1f594}.bw-scroll__compare-table tbody td{padding:clamp(.85rem,2.4vw,1.06rem) clamp(1rem,3vw,1.35rem) clamp(.92rem,2.4vw,1.06rem) clamp(1rem,3vw,1.35rem);vertical-align:top;font-size:clamp(.84rem,1.9vw,.9825rem);line-height:1.5}.bw-scroll__compare-table tbody td:first-child{border-left:4px solid rgba(177,151,255,.35);color:#fffdfff5;font-weight:600;background:#6c46d217}.bw-scroll__compare-table tbody td:last-child{border-left:1px solid rgba(255,255,255,.07);color:#d7d2e6a8;font-weight:450}.bw-scroll__compare-table tbody tr:not(:last-child) td{border-bottom:1px solid rgba(255,255,255,.06)}.bw-scroll__pipeline{--pp: clamp(0, var(--bw-pipeline-opacity, 0), 1);--pl-in: clamp(0, var(--bw-pl-enter, 0), 1);--pl-lv: clamp(0, var(--bw-pl-leave, 0), 1);position:relative;z-index:3;width:100%;margin-top:calc(clamp(.85rem,2.25vmin,1.65rem) * var(--pp));max-height:calc(var(--pp) * 9400px);overflow:hidden;pointer-events:none;opacity:var(--pp);transform:translate3d(0,calc((1 - var(--pl-in)) * clamp(2.5rem,8vmin,5rem) + var(--pl-lv) * clamp(-14rem,-22vmin,-8rem)),0);transform-origin:50% 0%}.bw-scroll__pipeline-panel{box-sizing:border-box;width:100%;padding:clamp(1.1rem,3vw,1.65rem) clamp(1rem,2.75vw,1.65rem) clamp(1.25rem,3.5vw,2rem);border-radius:22px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(158deg,#261840ad,#0a0614c7 46%,#1a1030b8);box-shadow:0 28px 60px #00000073,0 0 0 1px #9263ff1f inset;-webkit-backdrop-filter:blur(18px) saturate(1.25);backdrop-filter:blur(18px) saturate(1.25)}@supports ((-webkit-backdrop-filter: blur(18px))){.bw-scroll__pipeline-panel{background:linear-gradient(158deg,#24163c94,#0a0616ad,#1a10329e)}}.bw-scroll__pl-kicker{margin:0 0 clamp(.65rem,2vw,1rem);padding:0;font-family:var(--font-heading);font-weight:800;font-size:clamp(.78rem,2.05vw,.95rem);letter-spacing:-.02em;text-transform:none;color:#d8c8ffad}.bw-scroll__pl-flowbar{margin-bottom:clamp(1rem,2.6vw,1.65rem)}.bw-scroll__pl-flowbar-track{height:3px;border-radius:999px;background:#ffffff14;overflow:hidden}.bw-scroll__pl-flowbar-fill{height:100%;width:100%;transform-origin:left center;transform:scaleX(clamp(0,var(--bw-pl-flow, 0),1));background:linear-gradient(90deg,#c4b5ff,#9263ff52 70%,#9263ff14);transition:none}.bw-scroll__pl-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2.75vw,1.85rem);align-items:start}@media(max-width:960px){.bw-scroll__pl-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.15rem,4vw,1.85rem)}}@media(max-width:560px){.bw-scroll__pl-grid{grid-template-columns:1fr}}.bw-scroll__pl-col{position:relative;display:flex;flex-direction:column;align-items:stretch;text-align:left}.bw-scroll__pl-col:not(:last-child):after{content:"";position:absolute;top:2.95rem;right:clamp(-14px,-1.85vw,-8px);width:.55rem;height:.55rem;opacity:clamp(0,calc(.2 + var(--bw-pl-flow, 0) * .7),1);border-top:2px solid rgba(177,151,255,.55);border-right:2px solid rgba(177,151,255,.55);transform:rotate(45deg);pointer-events:none}@media(max-width:960px){.bw-scroll__pl-col:nth-child(2n):not(:last-child):after{display:none}}@media(max-width:560px){.bw-scroll__pl-col:not(:last-child):after{display:none}}.bw-scroll__pl-head{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;margin-bottom:.5rem;will-change:opacity,transform}.bw-scroll__pl-head-icon{width:clamp(46px,10vw,54px);height:clamp(46px,10vw,54px);flex-shrink:0;display:grid;place-items:center;border-radius:14px;border:1px solid rgba(177,151,255,.35);background:radial-gradient(115% 120% at 30% -10%,#9263ff59,#1a10348c 58%,#0e081ca6);color:#e8dcfff5}.bw-scroll__pl-head-icon-svg{display:block}.bw-scroll__pl-head-labels{display:flex;flex-direction:column;gap:.06rem}.bw-scroll__pl-head-en{font-family:var(--font-heading);font-weight:800;letter-spacing:-.026em;font-size:clamp(.95rem,2.05vw,1.065rem);color:#faf8fffa}.bw-scroll__pl-head-tr{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:clamp(.78rem,1.82vw,.8925rem);color:#bdafdcc7}.bw-scroll__pl-line-track{width:2px;margin-left:calc(clamp(46px,10vw,54px)/2 - 1px);min-height:clamp(2.85rem,8vmin,3.85rem);margin-bottom:.72rem;border-radius:999px;background:#ffffff14;overflow:hidden}.bw-scroll__pl-line-fill{width:100%;height:100%;transform-origin:top center;border-radius:999px;background:linear-gradient(180deg,#c4b5fff2,#9263ff73 45%,#9263ff1f);will-change:transform}.bw-scroll__pl-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.82rem}.bw-scroll__pl-step{display:grid;grid-template-columns:auto 1fr;gap:.55rem;align-items:start;will-change:opacity,transform}.bw-scroll__pl-step-glyph{width:38px;height:38px;flex-shrink:0;display:grid;place-items:center;margin-top:.06rem;border-radius:11px;border:1px solid rgba(255,255,255,.1);background:#0a061873;color:#d6c8ffe0}.bw-scroll__pl-step-icon-svg{display:block}.bw-scroll__pl-step-copy{display:flex;flex-direction:column;gap:.12rem;min-width:0}.bw-scroll__pl-step-title{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:clamp(.8rem,1.92vw,.9425rem);line-height:1.32;color:#fffbfff5}.bw-scroll__pl-step-sub{font-family:Inter,system-ui,sans-serif;font-weight:450;font-size:clamp(.72rem,1.68vw,.8375rem);line-height:1.36;color:#c8c0dc9e}@media(prefers-reduced-motion:reduce){.bw-scroll__title-head{transform:none}.bw-scroll__hero-pin{position:relative;top:auto}.bw-scroll__word--1,.bw-scroll__word--2,.bw-scroll__word--3{transform:none}.bw-scroll__compare{opacity:0!important;max-height:0!important;margin-top:0!important;padding:0!important;visibility:hidden;pointer-events:none;transform:none}.bw-scroll__compare-glass{backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent}.bw-scroll__pipeline{opacity:1!important;transform:none;max-height:none!important;margin-top:clamp(.85rem,2.25vmin,1.65rem)}.bw-scroll__pl-flowbar-fill{transform:scaleX(1)!important}.bw-scroll__pipeline-panel .bw-scroll__pl-head,.bw-scroll__pipeline-panel .bw-scroll__pl-step{opacity:1!important;transform:none!important}.bw-scroll__pipeline-panel .bw-scroll__pl-line-fill{transform:scaleY(1)!important}.bw-scroll__tagline{opacity:1}.bw-scroll__tagword{transform:none!important;opacity:1!important}}.pointer-highlight{position:relative;display:inline-block;width:fit-content;max-width:100%;overflow:visible;vertical-align:baseline}.pointer-highlight__label{position:relative;z-index:1;display:inline-block;vertical-align:baseline;padding:.08em .12em}.pointer-highlight__underlay{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:visible}.pointer-highlight__rect{position:absolute;left:0;top:0;box-sizing:border-box;display:block;border-radius:6px;border:2px solid var(--color-why-now-heading, #1e0d42);background:#1e0d4212;background:color-mix(in srgb,var(--color-why-now-heading, #1e0d42) 8%,transparent)}.pointer-highlight__pointer-wrap{pointer-events:none;position:absolute;left:0;top:0;display:inline-flex;color:var(--color-why-now-heading, #1e0d42)}.pointer-highlight__pointer{overflow:visible;display:block;width:1.2em;height:1.2em}.pointer-highlight__rect--hero{border-color:#ffffffe6;background:#ffffff1a;background:color-mix(in srgb,#ffffff 18%,transparent)}.pointer-highlight__pointer--hero{color:#fff}
