.header{position:fixed;top:20px;left:59.5px;right:59.5px;height:48px;--header-glass-background: linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .06));--header-glass-border: none;--header-glass-box-shadow: none;z-index:1000;opacity:1;pointer-events:auto;transition:opacity .3s ease;overflow:visible}.header--visible{opacity:1;pointer-events:auto}@keyframes navAppear{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header--light .nav-item,.header--light .nav-dropdown-link{color:#0f172a}.header-content{display:flex;justify-content:space-between;align-items:center;height:100%;width:100%;margin:0 auto;max-width:1600px}.header-left{display:flex;align-items:center;gap:24px;padding:4px 16px;border-radius:0;overflow:visible;backdrop-filter:blur(26px) saturate(160%);-webkit-backdrop-filter:blur(26px) saturate(160%);background-clip:padding-box;background:var(--header-glass-background);border:var(--header-glass-border);box-shadow:var(--header-glass-box-shadow);transition:background .3s ease,border-color .3s ease}.header--light .header-left{--header-glass-background: linear-gradient(135deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .2));--header-glass-border: 1px solid rgba(15, 23, 42, .14);--header-glass-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);border-color:#0f172a24}.logo{display:flex;align-items:flex-start;gap:8px;text-decoration:none;padding:0;margin-top:20px}.logo-image{height:80px;width:auto;transition:opacity .3s ease}.logo-image-white{display:block;opacity:1}.logo-image-black,body[style*="background-color: rgb(250, 250, 250)"] .logo-image-white,body[style*="background-color: rgb(255, 255, 255)"] .logo-image-white,body[style*="background-color:#FAFAFA"] .logo-image-white,body[style*="background-color:#ffffff"] .logo-image-white{display:none;opacity:0}body[style*="background-color: rgb(250, 250, 250)"] .logo-image-black,body[style*="background-color: rgb(255, 255, 255)"] .logo-image-black,body[style*="background-color:#FAFAFA"] .logo-image-black,body[style*="background-color:#ffffff"] .logo-image-black{display:block;opacity:1}.nav-menu{display:flex;gap:0;align-items:center}.nav-item-wrap{position:relative;display:inline-flex}.nav-item-wrap--wide{position:static;padding-bottom:10px}.nav-item-wrap--wide .nav-dropdown{left:0;width:100%}.nav-item{display:flex;align-items:center;padding:7px 21.5px;color:var(--dynamic-text-color, var(--color-text-primary));text-decoration:none;font-size:14px;margin-top:8px;position:relative;transition:opacity var(--transition-fast);background:transparent;border:none;font:inherit;cursor:pointer}.nav-item:before{content:"";position:absolute;inset:6px 10px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:999px;-webkit-mask-image:radial-gradient(closest-side at 50% 50%,#000 45%,transparent 100%);mask-image:radial-gradient(closest-side at 50% 50%,#000 45%,transparent 100%);pointer-events:none}.nav-item-label,.nav-item svg{position:relative;z-index:1}.nav-item:hover{opacity:.8}.nav-item svg{margin-left:8px;width:13px;height:12px;transition:transform var(--transition-fast)}.nav-item--open svg{transform:rotate(180deg)}.nav-item--white{color:#fff!important}.nav-dropdown{position:absolute;top:100%;left:0;min-width:200px;padding:10px;border-radius:0;background:var(--header-glass-background);background-clip:padding-box;backdrop-filter:blur(26px) saturate(160%);-webkit-backdrop-filter:blur(26px) saturate(160%);border:var(--header-glass-border);box-shadow:var(--header-glass-box-shadow);opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:10}.header--light .nav-dropdown{border-color:#0f172a24}.nav-dropdown.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.nav-dropdown-link{display:block;width:100%;text-align:left;padding:10px 12px;border-radius:0;background:transparent;border:none;text-decoration:none;color:#fff;font-size:14px;cursor:pointer;transition:background .2s ease,color .2s ease}.nav-dropdown-link:hover{background:#ffffff14}.header--light .nav-dropdown-link:hover{background:#0f172a0f}.header-right{display:flex;align-items:flex-start}.header-right .btn-primary{padding-top:13px;padding-bottom:5px;align-items:flex-start}.header-right .btn-primary__label{display:inline-block;position:relative;top:0}.btn{padding:9px 20px;border-radius:0;font-size:14px;font-weight:500;text-decoration:none;transition:all var(--transition-fast);cursor:pointer;border:none;display:inline-flex;align-items:center;justify-content:center}.btn-transparent{background:transparent;color:var(--color-text-primary)}.btn-transparent:hover{background:#ffffff1a}.btn-primary{background:#fff;color:#1a1a1a;transition:background .2s ease,color .2s ease}.btn-primary:hover{background:#000;color:#fff;box-shadow:0 0 0 1px #fff}.btn-primary--inverted{background:#000;color:#fff}.btn-primary--inverted:hover{background:#fff;color:#1a1a1a;box-shadow:0 0 0 1px #000}@media(max-width:768px){.header-left{gap:16px}.nav-menu{display:none}}@media(width:768px)and (height:1024px)and (orientation:portrait){.header-left{background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.header--light .header-left{background:transparent;border:none;box-shadow:none}}@media(width:712px)and (height:1138px)and (orientation:portrait){.header-left{background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.header--light .header-left{background:transparent;border:none;box-shadow:none}}@media(max-width:430px){.header{top:12px;left:16px;right:16px;height:40px}.header-left{padding:2px 10px;gap:0}.btn{padding:6px 12px;font-size:12px}.logo{margin-top:6px}.logo-image{height:44px}}@media(max-width:430px){.header-left{background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.header--light .header-left{background:transparent;border:none;box-shadow:none}.header--comparison .logo-image-white{display:block!important;opacity:1!important}.header--comparison .logo-image-black{display:none!important;opacity:0!important}.header--comparison .btn-primary,.header--comparison .btn-primary--inverted{background:#fff!important;color:#1a1a1a!important;border:none;box-shadow:none}.header--comparison .btn-primary:hover,.header--comparison .btn-primary--inverted:hover{background:#000;color:#fff;box-shadow:none}}@media(width:360px)and (height:640px)and (orientation:portrait),(width:360px)and (height:740px)and (orientation:portrait),(width:360px)and (height:800px)and (orientation:portrait),(width:384px)and (height:854px)and (orientation:portrait),(width:390px)and (height:844px)and (orientation:portrait),(width:393px)and (height:852px)and (orientation:portrait),(width:412px)and (height:915px)and (orientation:portrait),(width:428px)and (height:926px)and (orientation:portrait),(width:430px)and (height:932px)and (orientation:portrait),(width:712px)and (height:1138px)and (orientation:portrait),(width:768px)and (height:1024px)and (orientation:portrait){.header--comparison .logo-image-white{display:block!important;opacity:1!important}.header--comparison .logo-image-black{display:none!important;opacity:0!important}.header--comparison .nav-item,.header--comparison .nav-dropdown-link{color:#fff!important}.header--comparison .btn-primary,.header--comparison .btn-primary--inverted{background:#fff!important;color:#1a1a1a!important;box-shadow:none}.header--comparison .btn-primary:hover,.header--comparison .btn-primary--inverted:hover{background:#000!important;color:#fff!important;box-shadow:none}}@media(max-width:375px){.header--comparison .logo-image-white{display:block!important;opacity:1!important}.header--comparison .logo-image-black{display:none!important;opacity:0!important}.header--comparison .btn-primary,.header--comparison .btn-primary--inverted{background:#fff!important;color:#1a1a1a!important;border:none;box-shadow:none}.header--comparison .btn-primary:hover,.header--comparison .btn-primary--inverted:hover{background:#000;color:#fff;box-shadow:none}}.hero{position:relative;height:var(--hero-height);background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;animation:heroAppear 1.5s ease-out forwards;isolation:isolate}.hero:before{content:"";position:absolute;inset:0;background:#000;z-index:0}@keyframes heroAppear{0%{filter:blur(20px);opacity:0}to{filter:blur(0px);opacity:1}}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:450px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.95) 35%,rgba(0,0,0,.995) 45%,#000 50%);z-index:1;pointer-events:none}@media(min-width:744px)and (max-width:768px)and (min-height:1024px)and (max-height:1133px){.hero:after{height:600px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.55) 22%,rgba(0,0,0,.9) 48%,#000 62%)}.hero-image{background-image:linear-gradient(to bottom,#0000,#000000a6 70%,#000),url(/assets/media/extended-metal-single-owl.png);background-position:center,center calc(50% - var(--hero-image-center-shift));background-size:100% 100%,var(--hero-image-width) auto;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 70%,rgba(0,0,0,.4) 88%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 70%,rgba(0,0,0,.4) 88%,transparent 100%)}}.hero-image{position:absolute;inset:0;width:100%;height:100%;background-color:#000;background-image:url(/assets/media/extended-metal-single-owl.png);background-repeat:no-repeat;background-position:center calc(50% - var(--hero-image-center-shift));background-size:var(--hero-image-width) auto;z-index:0}.hero-image-fade{position:absolute;left:0;right:0;bottom:0;height:var(--hero-bottom-fade, 0px);background-image:linear-gradient(to bottom,#0000,#000000d9 60%,#000),linear-gradient(#000,#000);background-size:100% 100%,100% var(--hero-bottom-black, 0px);background-position:0 0,0 100%;background-repeat:no-repeat;pointer-events:none;z-index:3;transform:translateZ(0);backface-visibility:hidden}.hero-image-cap{position:absolute;left:0;right:0;bottom:0;height:0;background:#000;pointer-events:none;z-index:4}.hero-image-asset-wrap{position:absolute;left:50%;top:calc(50% - var(--hero-image-center-shift));transform:translate(-50%,-50%);width:var(--hero-image-width);height:auto;opacity:0;pointer-events:none;z-index:1}.hero-image-asset{display:block;width:100%;height:auto}.hero-image-asset-fade{position:absolute;left:0;right:0;bottom:0;height:30px;background:linear-gradient(to bottom,#0000,#000);pointer-events:none}@media(min-width:744px)and (max-width:768px)and (min-height:1024px)and (max-height:1133px){.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;background:linear-gradient(to bottom,#0000,#000000b3 60%,#000);pointer-events:none;z-index:1}}@media(width:768px)and (height:1024px)and (orientation:portrait){.hero:after{height:600px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.55) 22%,rgba(0,0,0,.9) 48%,#000 62%)!important}.hero-image{background-image:linear-gradient(to bottom,#0000,#000000a6 70%,#000),url(/assets/media/extended-metal-single-owl.png)!important;background-position:center,center calc(50% - var(--hero-image-center-shift))!important;background-size:100% 100%,var(--hero-image-width) auto!important}}@media(width:820px)and (height:1180px)and (orientation:portrait){.hero:after{height:760px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.85) 16%,rgba(0,0,0,.98) 38%,#000 52%)}.hero-image{background-image:linear-gradient(to bottom,#0000,#000000a6 70%,#000),url(/assets/media/extended-metal-single-owl.png);background-position:center,center calc(50% - var(--hero-image-center-shift));background-size:100% 100%,var(--hero-image-width) auto}.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80%;background:linear-gradient(to bottom,#0000,#000000eb 45%,#000);pointer-events:none;z-index:1}.hero-owl-title__sub{font-size:1.9em}}@media(width:712px)and (height:1138px)and (orientation:portrait){.hero:after{height:760px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.85) 16%,rgba(0,0,0,.98) 38%,#000 52%)}.hero-image{background-image:linear-gradient(to bottom,#0000,#000000a6 70%,#000),url(/assets/media/extended-metal-single-owl.png);background-position:center,center calc(50% - var(--hero-image-center-shift));background-size:100% 100%,var(--hero-image-width) auto}.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80%;background:linear-gradient(to bottom,#0000,#000000eb 45%,#000);pointer-events:none;z-index:1}}@media(width:800px)and (height:1280px)and (orientation:portrait){.hero:after{height:760px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.85) 16%,rgba(0,0,0,.98) 38%,#000 52%)}.hero-image{background-image:linear-gradient(to bottom,#0000,#000000a6 70%,#000),url(/assets/media/extended-metal-single-owl.png);background-position:center,center calc(50% - var(--hero-image-center-shift));background-size:100% 100%,var(--hero-image-width) auto}.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80%;background:linear-gradient(to bottom,#0000,#000000eb 45%,#000);pointer-events:none;z-index:1}}@media(width:900px)and (height:1440px)and (orientation:portrait){.hero:after{height:760px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.85) 16%,rgba(0,0,0,.98) 38%,#000 52%)}.hero-image{background-image:linear-gradient(to bottom,#0000,#000000a6 70%,#000),url(/assets/media/extended-metal-single-owl.png);background-position:center,center calc(50% - var(--hero-image-center-shift));background-size:100% 100%,var(--hero-image-width) auto}.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80%;background:linear-gradient(to bottom,#0000,#000000eb 45%,#000);pointer-events:none;z-index:1}}@media(width:950px)and (height:1280px)and (orientation:portrait){.hero:after{height:760px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.85) 16%,rgba(0,0,0,.98) 38%,#000 52%)}.hero-image{background-image:linear-gradient(to bottom,#0000,#000000a6 70%,#000),url(/assets/media/extended-metal-single-owl.png);background-position:center,center calc(50% - var(--hero-image-center-shift));background-size:100% 100%,var(--hero-image-width) auto}.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80%;background:linear-gradient(to bottom,#0000,#000000eb 45%,#000);pointer-events:none;z-index:1}}@media(width:853px)and (height:1280px)and (orientation:portrait){.hero:after{height:760px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.85) 16%,rgba(0,0,0,.98) 38%,#000 52%)}.hero-image{background-image:linear-gradient(to bottom,#0000,#000000a6 70%,#000),url(/assets/media/extended-metal-single-owl.png);background-position:center,center calc(50% - var(--hero-image-center-shift));background-size:100% 100%,var(--hero-image-width) auto}.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80%;background:linear-gradient(to bottom,#0000,#000000eb 45%,#000);pointer-events:none;z-index:1}}@media(width:1024px)and (height:1366px)and (orientation:portrait){.hero:after{height:760px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.85) 16%,rgba(0,0,0,.98) 38%,#000 52%)}.hero-image{background-image:linear-gradient(to bottom,#0000,#000000a6 70%,#000),url(/assets/media/extended-metal-single-owl.png);background-position:center,center calc(50% - var(--hero-image-center-shift));background-size:100% 100%,var(--hero-image-width) auto}.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80%;background:linear-gradient(to bottom,#0000,#000000eb 45%,#000);pointer-events:none;z-index:1}}.hero-content{position:relative;z-index:2;text-align:center;padding:0 var(--container-pad);max-width:min(1671px,92vw);margin:0 auto;margin-top:var(--hero-content-offset)}.hero-owl-title{position:absolute;left:50%;top:50%;transform:translate(-50%,calc(-50% - var(--hero-owl-raise)));margin:0;font-family:var(--remark-font);font-size:var(--hero-owl-title-size);font-weight:300;line-height:1.1;letter-spacing:-.02em;color:var(--color-text-primary);text-align:left;z-index:2;pointer-events:none;white-space:nowrap;display:flex;align-items:baseline;justify-content:center;width:min(var(--hero-owl-width),92vw);gap:var(--hero-owl-gap)}.hero-owl-title__lead{margin-left:0}.hero-owl-title__lead-break{display:none}.hero-owl-title__tail{margin-left:0}.hero-owl-title__tail-break{display:none}.hero-owl-title__sub{position:absolute;left:50%;top:100%;transform:translate(-50%,var(--hero-owl-sub-offset));margin-left:0;font-size:.55em;font-weight:inherit;opacity:1;white-space:nowrap;text-align:center}@media(min-width:744px)and (max-width:768px)and (min-height:1024px)and (max-height:1133px){.hero-owl-title__sub{font-size:.7em}}.hero-badge{display:inline-flex;align-items:center;gap:12px;padding:2px 12px;border:1px solid rgba(255,255,255,.2);border-radius:14px;margin-bottom:24px;font-size:12px;color:var(--color-text-primary);background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pulse-dot{width:12px;height:12px;position:relative}.pulse-dot:before{content:"";position:absolute;width:8px;height:8px;background:var(--color-accent);border-radius:50%;top:2px;left:2px}.pulse-dot:after{content:"";position:absolute;width:12px;height:12px;background:var(--color-accent);border-radius:50%;opacity:0;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.8);opacity:.8}50%{transform:scale(1.2);opacity:0}to{transform:scale(.8);opacity:0}}.hero-badge svg{width:12px;height:12px}.hero-title{font-family:var(--remark-font);font-size:var(--hero-title-size);font-weight:400;letter-spacing:-.015em;line-height:1.1;color:var(--color-text-primary);margin-bottom:32px;text-align:center;display:flex;flex-direction:column;gap:6px}.hero-title span:last-child{font-size:var(--hero-title-size);font-weight:400}.hero-orb-cta{position:absolute;bottom:calc(var(--hero-orb-bottom) + var(--hero-orb-shift, 0px));left:50%;transform:translate(-50%);z-index:100001;width:calc(var(--hero-orb-size) - 10px);height:calc(var(--hero-orb-size) - 10px);display:flex;justify-content:center;align-items:center;pointer-events:all;animation:orbAppear 1.5s ease-out forwards}.hero-orb-cta .btn-primary{padding:var(--hero-cta-pad-y) var(--hero-cta-pad-x);font-size:var(--hero-cta-text-size);font-weight:700;background:transparent;color:#fff;font-family:var(--remark-font);pointer-events:all;border:none;border-radius:0;text-shadow:-1px -1px 0 #0a0a0a,1px -1px 0 #0a0a0a,-1px 1px 0 #0a0a0a,1px 1px 0 #0a0a0a,0 10px 24px rgba(0,0,0,.6);transition:all .3s ease}.hero-orb-cta__content{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:6px}.hero-orb-cta__content:before{content:"";position:absolute;width:88px;height:88px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:999px;background:radial-gradient(circle,#000,#000000e6 34%,#0000004d 70%,#0000 88%);filter:blur(9px);z-index:-1}.hero-orb-cta__button{position:relative;width:56px;height:56px;padding:0;border-radius:999px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;text-shadow:none;box-shadow:none}.hero-orb-cta .btn-primary.hero-orb-cta__button{padding:0;border-radius:999px;background:transparent;border:none;text-shadow:none;box-shadow:none}.hero-orb-cta__play-icon{width:18px;height:20px;background:#fffffff2;clip-path:polygon(0 0,0 100%,100% 50%);filter:drop-shadow(0 0 12px rgba(0,0,0,.85)) drop-shadow(0 0 22px rgba(0,0,0,.65))}.hero-orb-cta__stop-icon{width:14px;height:14px;background:#fffffff2;border-radius:2px;filter:drop-shadow(0 0 12px rgba(0,0,0,.85)) drop-shadow(0 0 22px rgba(0,0,0,.65))}.hero-orb-cta__icon{width:48px;height:66px;display:block;object-fit:contain;filter:brightness(0) invert(1)}.hero-orb-cta__label{font-size:var(--hero-orb-label-size);font-weight:700;font-family:var(--body-font);color:#fff;text-transform:uppercase;letter-spacing:.08em}.hero-orb-cta__icon-wrap{position:relative;width:48px;height:66px;display:inline-flex;align-items:center;justify-content:center;transition:transform .4s ease}.hero-orb-cta__icon-wrap:before{content:"";position:absolute;inset:0;background:#000;transform:scale(1.06);-webkit-mask-image:url(/assets/logo/mic.png);mask-image:url(/assets/logo/mic.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.hero-orb-cta .btn-primary:hover:not(.hero-orb-cta__button){transform:scale(1.05);box-shadow:none}.hero-orb-cta .btn-primary.hero-orb-cta__button:hover{transform:scale(1.05);box-shadow:0 10px 24px #0f172a59}.hero-orb-cta .btn-primary:focus,.hero-orb-cta .btn-primary:focus-visible{outline:none;box-shadow:none}.hero-orb{position:absolute;bottom:calc(var(--hero-orb-bottom) + var(--hero-orb-shift, 0px));left:50%;transform:translate(-50%) scale(1);width:calc(var(--hero-orb-size) - 10px);aspect-ratio:1 / 1;z-index:100000;pointer-events:auto;opacity:.85;filter:drop-shadow(0 30px 70px rgba(0,0,0,.45));transition:transform .6s ease,opacity .6s ease;isolation:isolate;animation:orbAppear 1.5s ease-out forwards}@keyframes orbAppear{0%{opacity:0;filter:blur(16px)}to{opacity:1;filter:blur(0)}}.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 10px);position:absolute;top:calc(var(--orb-size) / -2 - var(--hero-orb-dock-offset) - var(--hero-orb-shift, 0px));left:50%;width:var(--orb-size);height:var(--orb-size);transform:translate(-50%);z-index:3;pointer-events:none}.hero-orb--dock,.hero-orb-cta--dock{position:absolute;inset:0 0 auto;transform:none;width:100%;height:100%;pointer-events:auto}.hero-orb-cta--dock{display:flex;justify-content:center;align-items:center}.hero-orb:hover,.hero:has(.hero-orb-cta:hover) .hero-orb{transform:translate(-50%) scale(1.05);opacity:.92}.hero-orb:hover~.hero-orb-cta .hero-orb-cta__icon-wrap,.hero:has(.hero-orb:hover) .hero-orb-cta__icon-wrap{transform:scale(1.05)}.hero-orb--dock:hover,.hero-orb-dock:has(.hero-orb-cta--dock:hover) .hero-orb--dock{transform:scale(1.05);opacity:.92}.hero-orb--dock:hover~.hero-orb-cta--dock .hero-orb-cta__icon-wrap,.hero-orb-dock:has(.hero-orb--dock:hover) .hero-orb-cta__icon-wrap,.hero-orb-dock:has(.hero-orb-cta--dock:hover) .hero-orb-cta__icon-wrap{transform:scale(1.05)}@media(width:1280px)and (height:853px)and (orientation:landscape){.hero-orb,.hero-orb-cta{bottom:120px!important}.hero-orb-dock{top:calc(var(--orb-size) / -2 - var(--hero-orb-dock-offset) - 10px - var(--hero-orb-shift, 0px))}}@media(width:1366px)and (height:1024px)and (orientation:landscape){.hero-orb,.hero-orb-cta{bottom:160px!important}.hero-orb-dock{top:calc(var(--orb-size) / -2 - var(--hero-orb-dock-offset) - 40px - var(--hero-orb-shift, 0px))}}@media(max-width:430px){.hero-owl-title__lead-break{display:block}.hero-owl-title{left:50%;width:92vw;justify-content:space-between;align-items:flex-start;text-align:center;font-size:calc(var(--hero-owl-title-size) * .9)}.hero-owl-title__tail-break{display:block}.hero-owl-title__lead,.hero-owl-title__tail{flex:1 1 0;line-height:1}.hero-owl-title__lead{text-align:left}.hero-owl-title__tail{text-align:right}.hero-owl-title__tail-lead{display:inline-block;transform:translate(-8px)}}@media(min-width:415px)and (max-width:430px){.hero-owl-title__sub{font-size:.8em}.hero:after{height:620px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.92) 30%,#000 55%)!important}}@media(max-width:360px){.hero-owl-title{font-size:calc(var(--hero-owl-title-size) * .78)}.hero-owl-title__sub{font-size:.8em}.hero-orb-dock{top:calc(var(--orb-size) / -2 - var(--hero-orb-dock-offset) - 20px - var(--hero-orb-shift, 0px))}}@media(width:360px)and (height:800px)and (orientation:portrait){.hero:after{height:320px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 28%,rgba(0,0,0,.95) 52%,#000 68%)}.hero-image{background-image:linear-gradient(to bottom,#0000,#0009 65%,#000),url(/assets/media/extended-metal-single-owl.png)!important;background-position:center,center calc(50% - var(--hero-image-center-shift))!important;background-size:100% 100%,var(--hero-image-width) auto!important;background-color:#000!important;box-shadow:none!important;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 72%,rgba(0,0,0,.35) 88%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 72%,rgba(0,0,0,.35) 88%,transparent 100%)}.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;background:linear-gradient(to bottom,#0000,#000000bf 58%,#000);pointer-events:none;z-index:1}.hero-orb-dock{transform:translate(-50%,-40px)!important}}@media(width:360px)and (height:740px)and (orientation:portrait){.hero:after{height:320px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 28%,rgba(0,0,0,.95) 52%,#000 68%)}.hero-image{background-image:linear-gradient(to bottom,#0000,#0009 65%,#000),url(/assets/media/extended-metal-single-owl.png)!important;background-position:center,center calc(50% - var(--hero-image-center-shift))!important;background-size:100% 100%,var(--hero-image-width) auto!important;background-color:#000!important;box-shadow:none!important;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 72%,rgba(0,0,0,.35) 88%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 72%,rgba(0,0,0,.35) 88%,transparent 100%)}.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;background:linear-gradient(to bottom,#0000,#000000bf 58%,#000);pointer-events:none;z-index:1}}@media(max-width:360px)and (orientation:portrait){.hero-orb-dock{top:calc(var(--orb-size) / -2 - var(--hero-orb-dock-offset) - 60px)!important;transform:translate(-50%,-40px)!important}}@media(width:393px)and (height:852px)and (orientation:portrait){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 30px)}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 30px);height:calc(var(--hero-orb-size) - 30px)}}@media(width:393px)and (height:661px)and (orientation:portrait){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 60px)}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 60px);height:calc(var(--hero-orb-size) - 60px)}}@media(width:412px)and (height:730px)and (orientation:portrait){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 30px)}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 30px);height:calc(var(--hero-orb-size) - 30px)}}@media(width:412px)and (height:720px)and (orientation:portrait){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 30px)}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 30px);height:calc(var(--hero-orb-size) - 30px)}}@media(width:412px)and (height:776px)and (orientation:portrait){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 45px)}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 45px);height:calc(var(--hero-orb-size) - 45px)}}@media(width:412px)and (height:915px)and (orientation:portrait){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 45px);transform:translate(-50%,-55px)!important}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 45px);height:calc(var(--hero-orb-size) - 45px)}}@media(width:384px)and (height:715px)and (orientation:portrait){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 45px);transform:translate(-50%,-35px)!important}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 45px);height:calc(var(--hero-orb-size) - 45px)}}@media(width:390px)and (height:670px)and (orientation:portrait){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 45px)}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 45px);height:calc(var(--hero-orb-size) - 45px)}}@media(width:428px)and (height:752px)and (orientation:portrait){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 45px);transform:translate(-50%,-35px)!important}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 45px);height:calc(var(--hero-orb-size) - 45px)}}@media(width:375px)and (height:635px)and (orientation:portrait){.hero-orb-dock{transform:translate(-50%,-45px)!important}}@media(width:430px)and (height:741px)and (orientation:portrait){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 55px);transform:translate(-50%,-30px)!important}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 55px);height:calc(var(--hero-orb-size) - 55px)}}@media(width:1366px)and (height:768px)and (orientation:landscape){.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 30px)}}@media(width:430px)and (max-height:760px)and (orientation:portrait),(width:414px)and (max-height:740px)and (orientation:portrait),(width:412px)and (max-height:780px)and (orientation:portrait),(width:384px)and (max-height:730px)and (orientation:portrait){.hero:after{height:0!important;background:none!important}.hero-image{background-image:none!important;box-shadow:none!important}.hero-image:before,.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0!important;background:none!important;pointer-events:none}.hero-image-fade{height:0!important;--hero-bottom-black: 0px}.hero-image-cap{height:0!important}.hero-image-asset-wrap{opacity:1}.hero-image-asset-fade{height:30px}}@media(min-width:392px)and (max-width:393px)and (max-height:679px)and (orientation:portrait){.hero:after{height:20px!important;background:linear-gradient(to bottom,#0000,#000)!important}.hero-image:before{content:"";position:absolute;left:0;right:0;bottom:0;height:6px;background:#000;pointer-events:none;z-index:2}.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:20px!important;background:linear-gradient(to bottom,#0000,#000)!important;pointer-events:none;z-index:1}}@media(width:393px)and (height:679px)and (orientation:portrait){.hero:after{height:0!important;background:none!important}.hero-image{background-position:center calc(50% - var(--hero-image-center-shift) - 12px)!important;background-image:none!important;box-shadow:none!important}.hero-image:before,.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0!important;background:none!important;pointer-events:none}.hero-image-fade{height:0;--hero-bottom-black: 0px}.hero-image-cap{height:0}.hero-image-asset-wrap{opacity:1}.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 50px)}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 50px);height:calc(var(--hero-orb-size) - 50px)}}@media(width:393px)and (height:830px)and (orientation:portrait){.hero:after{height:0!important;background:none!important}.hero-image{background-position:center calc(50% - var(--hero-image-center-shift) - 12px)!important;background-image:none!important;box-shadow:none!important}.hero-image:before,.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0!important;background:none!important;pointer-events:none}.hero-image-fade{height:0;--hero-bottom-black: 0px}.hero-image-cap{height:0}.hero-image-asset-wrap{opacity:1}.hero-orb-dock{--orb-size: calc(var(--hero-orb-size) - 50px)}.hero-orb,.hero-orb-cta{width:calc(var(--hero-orb-size) - 50px);height:calc(var(--hero-orb-size) - 50px)}}@media(max-width:393px)and (max-height:700px)and (orientation:portrait){.hero:after{height:0!important;background:none!important}.hero-image{background-position:center calc(50% - var(--hero-image-center-shift) - 12px)!important;background-image:none!important;box-shadow:none!important}.hero-image:before,.hero-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0!important;background:none!important;pointer-events:none}.hero-image-fade{height:0!important;--hero-bottom-black: 0px}.hero-image-cap{height:0!important}.hero-image-asset-wrap{opacity:1}}@media(width:320px)and (height:658px)and (orientation:portrait){.hero-owl-title{font-size:calc(var(--hero-owl-title-size) * .62)}.hero-owl-title__sub{font-size:.8em}}@media(width:390px)and (height:844px)and (orientation:portrait){.hero-owl-title{font-size:calc(var(--hero-owl-title-size) * .84)}}@media(width:393px)and (height:852px)and (orientation:portrait){.hero-owl-title{font-size:calc(var(--hero-owl-title-size) * .84)}}@media(width:384px)and (height:854px)and (orientation:portrait){.hero-owl-title{font-size:calc(var(--hero-owl-title-size) * .84)}}@media(max-width:375px){.hero-owl-title__sub{font-size:.72em;transform:translate(-50%,calc(var(--hero-owl-sub-offset) - 12px))}}@media(min-width:411px)and (max-width:413px){.hero-owl-title__sub{font-size:.85em!important}}@media(min-width:376px)and (max-width:414px){.hero-owl-title__sub{font-size:.7em}.hero:after{height:620px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.98) 24%,#000 52%)}}@media(min-width:740px)and (max-width:820px)and (min-height:980px)and (max-height:1120px)and (orientation:portrait){.hero:after{height:700px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 18%,rgba(0,0,0,.95) 44%,#000 60%)!important}.hero-image{background-image:linear-gradient(to bottom,#0000,#0000008c 48%,#000000d9 70%,#000),url(/assets/media/extended-metal-single-owl.png)!important;background-position:center,center calc(50% - var(--hero-image-center-shift))!important;background-size:100% 100%,var(--hero-image-width) auto!important;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 60%,rgba(0,0,0,.3) 82%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 60%,rgba(0,0,0,.3) 82%,transparent 100%)}}@media(width:820px)and (height:1180px)and (orientation:portrait){.hero-owl-title__sub{font-size:.8em}}@media(width:712px)and (height:1138px)and (orientation:portrait){.hero-owl-title__sub{font-size:.8em}}@media(width:800px)and (height:1280px)and (orientation:portrait){.hero-owl-title__sub{font-size:.8em}}@media(width:900px)and (height:1440px)and (orientation:portrait){.hero-owl-title__sub{font-size:.8em}}@media(width:950px)and (height:1280px)and (orientation:portrait){.hero-owl-title__sub{font-size:.8em}}@media(width:853px)and (height:1280px)and (orientation:portrait){.hero-owl-title__sub{font-size:.8em}}@media(width:1024px)and (height:1366px)and (orientation:portrait){.hero-owl-title__sub{font-size:.8em}}@media(width:393px)and (height:679px)and (orientation:portrait){.hero.hero:after{height:0!important;background:none!important}}@media(width:430px)and (height:932px)and (orientation:portrait),(width:414px)and (height:736px)and (orientation:portrait),(width:414px)and (height:896px)and (orientation:portrait),(width:412px)and (height:869px)and (orientation:portrait),(width:412px)and (height:846px)and (orientation:portrait),(width:412px)and (height:915px)and (orientation:portrait),(width:384px)and (height:854px)and (orientation:portrait){.hero:after{height:0!important;background:none!important}.hero-image{background-image:none!important}.hero-image:before,.hero-image:after{height:0!important;background:none!important}.hero-image-fade,.hero-image-cap{height:0!important}.hero-image-asset-wrap{opacity:1!important}.hero-image-asset-fade{height:30px!important;background:linear-gradient(to bottom,#0000,#000)!important}}.stats-section{background:transparent;padding:60px 35.5px 80px;position:relative}.stats-container{max-width:900px;margin:0 auto;display:flex;justify-content:center;gap:0;position:relative;z-index:1}.stat-item{padding:24px 16px;flex:1;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:120px;width:1px;background:var(--color-text-muted);opacity:.3}.stat-label{font-size:11px;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:10px;font-weight:500}.stat-value{font-size:44px;font-weight:300;color:var(--color-text-primary);line-height:1}@media(max-width:1024px){.stats-container{flex-direction:column;align-items:center;gap:24px}}@media(max-width:820px){.stats-section{margin-top:0;padding-top:280px}}@media(min-width:744px)and (max-width:768px)and (min-height:1024px)and (max-height:1133px){.stats-section{margin-top:-170px;padding-top:0}.stats-container{flex-direction:row;align-items:stretch;gap:0}.stat-item{min-width:0;flex:1 1 0}}@media(width:820px)and (height:1180px)and (orientation:portrait){.stats-section{margin-top:-170px;padding-top:0}.stats-container{flex-direction:row;align-items:stretch;gap:0}.stat-item{min-width:0;flex:1 1 0}}@media(width:768px)and (height:1024px)and (orientation:portrait){.stats-section{margin-top:-170px;padding-top:0;padding-bottom:40px}}@media(width:712px)and (height:1138px)and (orientation:portrait){.stats-section{margin-top:-170px;padding-top:0;padding-bottom:40px}.stats-container{flex-direction:row;align-items:stretch;gap:0}.stat-item{min-width:0;flex:1 1 0}}@media(width:800px)and (height:1280px)and (orientation:portrait){.stats-section{margin-top:-170px;padding-top:0}.stats-container{flex-direction:row;align-items:stretch;gap:0}.stat-item{min-width:0;flex:1 1 0}}@media(width:900px)and (height:1440px)and (orientation:portrait){.stats-section{margin-top:-170px;padding-top:0}.stats-container{flex-direction:row;align-items:stretch;gap:0}.stat-item{min-width:0;flex:1 1 0}}@media(width:950px)and (height:1280px)and (orientation:portrait){.stats-section{margin-top:-170px;padding-top:0}.stats-container{flex-direction:row;align-items:stretch;gap:0}.stat-item{min-width:0;flex:1 1 0}}@media(width:853px)and (height:1280px)and (orientation:portrait){.stats-section{margin-top:-170px;padding-top:0}.stats-container{flex-direction:row;align-items:stretch;gap:0}.stat-item{min-width:0;flex:1 1 0}}@media(width:1024px)and (height:1366px)and (orientation:portrait){.stats-section{margin-top:-170px;padding-top:0;padding-bottom:40px}.stats-container{flex-direction:row;align-items:stretch;gap:0}.stat-item{min-width:0;flex:1 1 0}}@media(width:834px)and (height:1194px)and (orientation:portrait),(width:1024px)and (height:1366px)and (orientation:portrait){.stats-container{flex-direction:row!important;align-items:stretch;gap:0;margin-top:-20px}}@media(width:320px)and (height:658px)and (orientation:portrait){.stat-item:last-child .stat-value{position:relative;top:-4px}}@media(width:320px)and (height:658px)and (orientation:portrait){.stat-item:last-child .stat-value{position:relative!important;top:0!important}}@media(min-width:376px)and (max-width:430px){.stats-section{padding-top:0;margin-top:0}.stats-container{margin-top:-160px;gap:0;flex-direction:row;align-items:stretch}.stat-item{padding:12px 6px;min-width:0;flex:1 1 0}.stat-label{font-size:9px;letter-spacing:.08em}.stat-value{font-size:28px;display:inline-flex;align-items:baseline;gap:2px;white-space:nowrap;line-height:1}.stat-value sup{font-size:.6em;line-height:1}.stat-item:last-child .stat-value{position:relative;top:6px}.stat-item:not(:last-child):after{height:70px}}@media(min-width:415px)and (max-width:430px){.stat-item:first-child .stat-value{position:relative;top:7px}}@media(min-width:376px)and (max-width:414px){.stats-section{padding-top:0;margin-top:0}.stats-container{margin-top:-140px;gap:0;flex-direction:row;align-items:stretch}.stat-item{padding:12px 6px;min-width:0;flex:1 1 0}.stat-label{font-size:9px;letter-spacing:.08em}.stat-value{font-size:28px;display:inline-flex;align-items:baseline;gap:2px;white-space:nowrap;line-height:1}.stat-value sup{font-size:.6em;line-height:1}.stat-item:last-child .stat-value{position:relative;top:0}.stat-item:nth-child(2) .stat-value{position:relative;top:-2px}.stat-item:not(:last-child):after{height:70px}}@media(min-width:376px)and (max-width:390px){.stats-section{padding-top:0;margin-top:0}.stats-container{margin-top:-130px;gap:0;flex-direction:row;align-items:stretch}.stat-item{padding:12px 6px;min-width:0;flex:1 1 0}.stat-label{font-size:9px;letter-spacing:.08em}.stat-value{font-size:28px;display:inline-flex;align-items:baseline;gap:2px;white-space:nowrap;line-height:1}.stat-value sup{font-size:.6em;line-height:1}.stat-item:last-child .stat-value{position:relative;top:6px}.stat-item:not(:last-child):after{height:70px}}@media(max-width:375px){.stats-section{padding-top:0;margin-top:0}.stats-container{margin-top:-130px;gap:0;flex-direction:row;align-items:stretch}.stat-item{padding:12px 6px;min-width:0;flex:1 1 0}.stat-label{font-size:9px;letter-spacing:.08em}.stat-value{font-size:28px;display:inline-flex;align-items:baseline;gap:2px;white-space:nowrap;line-height:1}.stat-value sup{font-size:.6em;line-height:1}.stat-item:last-child .stat-value{position:relative;top:6px}.stat-item:not(:last-child):after{height:70px}}@media(max-width:820px){.stats-section{margin-top:0!important;padding-top:125px!important}}@media(width:2560px)and (max-height:1300px)and (orientation:landscape){.stats-container{margin-top:-60px}}.hero-orb__canvas{width:100%;height:100%;display:block;cursor:pointer;image-rendering:optimizeQuality;image-rendering:-webkit-optimize-contrast;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased}.features-section{padding:140px 0 100px;background:transparent;color:var(--color-text-primary)}.features-container{max-width:1200px;margin:0 auto;padding:0 24px}.features-header{text-align:center;margin-bottom:64px}.features-eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:16px}.features-title{font-family:var(--remark-font);font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1.15;letter-spacing:-.02em;display:flex;flex-direction:column;gap:8px}.features-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:28px;align-items:stretch}.feature-card--carousel{padding:24px;min-height:360px;display:flex;flex-direction:column;gap:22px;justify-content:flex-start;font-family:var(--body-font);height:auto;align-self:stretch;background-color:#0b0b0b;background-image:none}.feature-card.feature-card--carousel{min-height:420px;background-color:#0b0b0b;background-image:none;border-color:#ffffff2e}.feature-card{--feature-card-padding: 32px;position:relative;background-color:#0b0b0b;border:1px solid rgba(255,255,255,.1);border-radius:0;padding:var(--feature-card-padding);min-height:420px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.feature-card--no-bg .feature-card__bg{display:none}.feature-card__bg{position:absolute;inset:-180px -80px auto;height:520px;opacity:.45;pointer-events:none;z-index:0}.feature-card__bg img{width:100%;height:100%;object-fit:cover}.feature-card__media{width:100%;border-radius:0;background:#ffffff0d;overflow:hidden;min-height:220px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.feature-card--no-bg .feature-card__media{background:transparent;border:none;box-shadow:none;padding:0}.feature-card__media img{width:100%;height:100%;object-fit:cover;display:block}.feature-card__media--masked{-webkit-mask-image:url(/assets/media/first-section-real/mask.png);mask-image:url(/assets/media/first-section-real/mask.png);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.feature-card__body{display:flex;flex-direction:column;gap:12px;margin-top:24px;position:relative;z-index:1}.feature-card--call-log .feature-card__body p{font-size:17px}.feature-card--call-log .feature-card__body{width:min(100%,520px);align-self:center}.insights-slide__text h3{margin:0 0 8px;font-size:18px;font-weight:500;letter-spacing:-.02em;text-transform:none;font-family:var(--body-font)}.insights-slide__text p{margin:0;font-size:18px;color:#ffffffad;text-transform:none;font-family:var(--body-font)}.insights-slide__text--compact{margin-top:0;transform:translateY(-12px);min-height:78px;height:78px}.insights-slide__text--compact h3{margin-bottom:6px}.insights-slide__text--compact p{font-size:17px;line-height:1.4}.feature-card--carousel .insights-slide__text--compact p{font-size:17px}.insights-visual{background:#fff;background-image:none;border:1px solid #e2e8f0;border-radius:8px;padding:30px 30px 36px;display:flex;flex-direction:column;gap:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;color:#1e293b;font-family:var(--body-font);text-transform:none;letter-spacing:normal;width:fit-content;max-width:320px;align-self:flex-start;overflow:visible}.insights-carousel__progress{height:10px;border-radius:1px;background:#0f172a;border:1px solid rgba(255,255,255,.5);overflow:hidden;width:100%;max-width:420px;margin-bottom:12px}.insights-carousel__block{margin-top:60px}.insights-carousel__progress-bar{display:block;height:100%;width:100%;background:#fff;transform-origin:left;animation:insights-progress 4s linear forwards}.feature-card--carousel:hover .insights-carousel__progress-bar{animation-play-state:paused}.insights-carousel__viewport{position:relative;width:100%;min-height:300px;height:200px;overflow:hidden}.insights-carousel__slide{position:absolute;inset:0;transition:transform .6s ease;will-change:transform}.insights-carousel__slide>.callback-funnel{height:100%}@keyframes insights-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.feature-card--carousel .insights-visual{width:420px;max-width:100%;height:auto;min-height:300px;align-items:stretch;justify-content:flex-start;align-self:center;margin-top:auto;margin-bottom:auto;background:#fff;background-image:none}.insights-card{display:flex;flex-direction:column;gap:10px;font-family:var(--body-font);max-width:320px;width:100%;color:#1e293b}.insights-card__header{display:flex;align-items:center;gap:10px}.insights-card__header h4,.insights-card__header p{font-family:var(--body-font);text-transform:none;letter-spacing:normal;margin:0}.insights-card__header h4{font-size:16px;font-weight:600}.insights-card__header p{font-size:14px;color:#64748b;margin-top:4px}.insights-card__subline{font-size:15px;color:#1e293b;font-family:var(--body-font);text-transform:none;letter-spacing:normal;margin:-10px 0 -4px 36px;max-width:calc(100% - 36px)}.callback-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:24px;width:100%;max-width:400px;font-family:var(--body-font);color:#1e293b;display:flex;flex-direction:column;gap:20px}.callback-card__header{display:flex;align-items:center;gap:10px}.callback-card__header h4{margin:0;font-size:15px;font-weight:600}.callback-card__icon{width:32px;height:32px;border-radius:8px;background:#fef3c7;display:grid;place-items:center;color:#d97706}.callback-card__icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.callback-card__rows{display:flex;flex-direction:column;gap:12px}.callback-card__row{display:flex;align-items:center;gap:12px}.callback-card__bar{height:36px;border-radius:6px;display:flex;align-items:center;padding-left:12px;font-size:13px;font-weight:500;color:#334155}.callback-card__bar--full{flex:1;background:#e0e7ff;color:#4338ca}.callback-card__bar--missed{width:55%;background:#fee2e2;color:#dc2626}.callback-card__bar--tiny{width:12%;min-width:70px;background:#f1f5f9;color:#64748b;justify-content:center;padding-left:0}.callback-card__value{width:32px;text-align:right;font-size:13px;color:#64748b}.callback-card__value--muted{color:#94a3b8}.callback-card__note{display:flex;align-items:center;gap:10px;padding:12px;background:#fafafa;border-radius:8px;font-size:12px;color:#64748b;font-style:italic}.callback-card__trail{display:inline-flex;align-items:center;gap:4px;color:#94a3b8}.callback-card__trail svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.callback-card__chevron{color:#cbd5e1}.callback-card__chevron--faded{color:#e2e8f0}.callback-funnel{display:flex;flex-direction:column;height:100%}.callback-funnel__bars{margin-top:auto;padding-bottom:72px}.insights-visual__header{display:flex;align-items:center;gap:10px}.insights-visual__header h4{margin:0 0 4px;font-size:14px;font-weight:600;text-transform:none;font-family:inherit}.insights-visual__header p{margin:0;font-size:12px;color:#64748b;text-transform:none;font-family:inherit}.insights-visual__icon{width:32px;height:32px;border-radius:10px;display:inline-block;background:#fef2f2;border:none;color:#ef4444;display:grid;place-items:center}.insights-visual__icon--rose{background:#fff7ed;color:#f97316}.insights-visual__icon--amber{background:#fef3c7;color:#d97706}.insights-visual__icon--violet{background:#ede9fe;color:#7c3aed}.insights-visual__icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.insights-visual__footer{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:4px 8px;margin-top:26px;border-radius:8px;background:#ffedd5;color:#9a3412;font-size:14px;font-weight:500;text-transform:none;letter-spacing:normal;width:100%}.insights-visual__pulse{width:8px;height:8px;border-radius:999px;background:#f97316}.insights-timeline{display:flex;flex-direction:column;gap:2px}.insights-timeline__bar{position:relative;height:26px;margin-top:10px;background:#f1f5f9;border-radius:10px;overflow:hidden}.insights-timeline__peak{position:absolute;left:35%;width:45%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(249,115,22,.14) 15%,rgba(249,115,22,.22) 50%,rgba(249,115,22,.14) 85%,transparent 100%)}.insights-timeline__dot{position:absolute;width:6px;height:6px;background:#ef4444;border-radius:999px;transform:translate(-50%,-50%);opacity:.85}.insights-timeline__labels{display:flex;justify-content:space-between;font-size:12px;color:#94a3b8;text-transform:none;font-family:inherit;margin-top:2px}.insights-timeline__labels .is-peak{color:#f97316;font-weight:600}.insights-card--peak .insights-timeline{gap:8px;padding:6px 0 8px}.insights-card--peak .insights-timeline__bar{height:54px}.insights-card--peak .insights-card__subline{color:#64748b;margin-left:0;max-width:100%}.insights-funnel__title{margin:0;font-size:15px;font-weight:600;color:#1e293b;text-transform:none;font-family:inherit}.insights-funnel{display:flex;flex-direction:column;gap:12px}.insights-funnel__row{display:flex;align-items:center}.insights-funnel__bar{height:34px;border-radius:6px;display:flex;align-items:center;padding-left:12px;font-size:12px;font-weight:600;color:#334155;background:#e2e8f0;text-transform:none;font-family:inherit}.insights-funnel__bar--full{width:100%;background:#e0e7ff;color:#4338ca}.insights-funnel__bar--missed{width:58%;background:#fee2e2;color:#dc2626}.insights-funnel__bar--tiny{width:14%;min-width:80px;background:#f1f5f9;color:#64748b;justify-content:center;padding-left:0}.insights-funnel__note{margin-top:8px;font-size:12px;color:#94a3b8;font-style:italic;text-transform:none;font-family:inherit}.insights-ticks{display:flex;gap:2px;padding:16px 0}.insights-ticks__item{position:relative;height:24px;width:4px;display:flex;align-items:flex-end;justify-content:center}.insights-ticks__bar{width:4px;height:10px;border-radius:999px;background:#e2e8f0}.insights-ticks__bar.is-active{height:18px;background:#8b5cf6}.insights-ticks__label{position:absolute;top:-18px;font-size:12px;color:#7c3aed;background:#f5f3ff;padding:2px 6px;border-radius:6px;white-space:nowrap;text-transform:none;font-family:inherit}.insights-ticks__total{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:15px;font-weight:600;color:#7c3aed;text-transform:none;font-family:inherit}.insights-ticks__arrow{width:18px;height:2px;background:#7c3aed;position:relative}.insights-ticks__arrow:after{content:"";position:absolute;right:-2px;top:-4px;width:10px;height:10px;border-right:2px solid #7c3aed;border-bottom:2px solid #7c3aed;transform:rotate(-45deg)}.insights-week{background:#fafafa;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.insights-week__labels{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));font-size:12px;color:#64748b;text-transform:none;font-family:inherit}.insights-week__labels .is-weekend{color:#94a3b8}.insights-week__bar{height:6px;background:#e2e8f0;border-radius:999px;position:relative;overflow:hidden}.insights-week__bar span{position:absolute;left:0;top:0;height:100%;width:71%;background:#0b0b0b;border-radius:inherit}.insights-week p{margin:0;font-size:15px;color:#64748b;text-align:center;text-transform:none;font-family:inherit}.feature-card--split{padding:16px;display:grid;grid-template-rows:1fr 1fr;gap:16px}.feature-card--split .feature-card__media{min-height:0;height:100%;border-radius:0}.feature-card--split .feature-card__body{margin-top:0;min-height:0;padding:22px 24px;border-radius:0;background-color:#0b0b0b;border:1px solid rgba(255,255,255,.08)}.feature-card h3{font-size:28px;font-weight:500;letter-spacing:-.02em}.feature-card--wide .feature-card__content h3{font-size:38px}.feature-card p{color:#ffffffad;font-size:15px;line-height:1.6}.feature-card--wide{grid-column:1 / -1;min-height:520px;padding:0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch;background-color:#0b0b0b;background-image:none}.feature-card__content{padding:var(--feature-card-padding);display:flex;flex-direction:column;gap:18px;justify-content:center;background-color:#0b0b0b;background-image:none}.feature-card--wide .feature-card__content{padding-left:calc(var(--feature-card-padding) + 30px)}.feature-card__subheading{margin:32px 0 0;font-size:22px;font-weight:500;letter-spacing:-.02em;text-transform:none;color:var(--color-text-primary)}.feature-card__content .feature-card__lead{margin:0 0 16px;color:#ffffffc7;font-size:18px;line-height:1.7}.feature-card__content .feature-card__lead:last-child{margin-bottom:0}.feature-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:8px}.feature-card__trust{display:flex;align-items:center;gap:12px}.feature-card__avatars{display:flex;align-items:center}.feature-card__avatar{width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.18);margin-right:-10px;background-size:cover;background-position:center}.feature-card__avatar--one{background-image:url(/assets/media/first-section-real/avatar-1.jpg)}.feature-card__avatar--two{background-image:url(/assets/media/first-section-real/avatar-2.png)}.feature-card__avatar--three{background-image:url(/assets/media/first-section-real/avatar-3.png)}.feature-card__trust-text{display:flex;align-items:baseline;gap:6px;color:var(--color-text-secondary);font-size:14px}.feature-card__trust-label{color:var(--color-text-primary);font-weight:500}.feature-card__media--wide{min-height:100%;border-radius:0;background:#0b0b0b;background-image:none;position:relative;padding:60px;display:flex;align-items:center;justify-content:center;overflow:hidden}.feature-card__media--card{padding:48px}.feature-card__media--card-compact{padding:32px}.guest-card{width:min(100%,560px);background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 28px 80px #05081473;color:#1e293b;overflow:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 var(--guest-fade-start, 75%),transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 var(--guest-fade-start, 75%),transparent 100%)}.call-log{width:min(100%,520px);background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 26px 70px #05081273;color:#1e293b;overflow:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:15px}.call-log svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.call-log__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #e2e8f0;background:#eef2f7}.call-log__title{display:flex;align-items:center;gap:12px}.call-log__title h4{margin:0;font-size:17px;font-weight:600}.call-log__title p{margin:4px 0 0;font-size:14px;color:#64748b}.call-log__icon{width:36px;height:36px;border-radius:10px;background:#fee2e2;display:grid;place-items:center;color:#ef4444}.call-log__pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;font-size:13px;font-weight:600;background:#e2e8f0;color:#1e293b;white-space:nowrap}.call-log__pill-dot{width:6px;height:6px;border-radius:999px;background:#f87171}.call-log__pill--open .call-log__pill-dot{background:#22c55e}.call-log__pill-time{color:#64748b;font-weight:500}.call-log__list{padding:6px 0}.call-log__row{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 20px;transition:background-color .15s ease}.call-log__row:hover{background:#e7edf5}.call-log__time{font-size:15px;font-weight:500;color:#64748b;font-variant-numeric:tabular-nums}.call-log__caller{display:flex;align-items:center;gap:10px;min-width:0;font-size:15px;color:#1e293b}.call-log__caller span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.call-log__avatar{width:30px;height:30px;border-radius:999px;background:#e2e8f0;display:grid;place-items:center;color:#64748b;font-size:13px;font-weight:600;letter-spacing:.04em;flex-shrink:0}.call-log__avatar svg{width:14px;height:14px}.call-log__status{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;font-size:13px;font-weight:600;color:#dc2626;background:#fee2e2;border:1px solid #fecaca}.call-log__footer{padding:14px 20px;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#eef2f7;font-size:14px;color:#64748b}.call-log__footer strong{color:#dc2626;margin-right:4px}.call-log__footer button{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;border:1px solid #cbd5e1;background:#e2e8f0;color:#475569;font-size:13px;font-weight:600;cursor:pointer}.call-log__footer button svg{width:13px;height:13px}.guest-card svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.guest-card__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05}.guest-card__heading{display:flex;align-items:center;gap:12px}.guest-card__heading h4{margin:0;font-size:16px;font-weight:600}.guest-card__heading p{margin:4px 0 0;font-size:12px;color:var(--color-text-secondary)}.guest-card__icon{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#6366f1cc,#8c5cf6e6);display:grid;place-items:center;color:#fff}.guest-card__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;font-size:12px;font-weight:600;color:#f5c26b;background:#f59e0b26;border:1px solid rgba(245,158,11,.3);white-space:nowrap}.guest-card__badge svg{width:14px;height:14px;stroke-width:2.5}.guest-card__columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border-bottom:1px solid #e2e8f0;background:#f8fafc}.guest-card__column{display:flex;align-items:center;gap:8px;padding:14px 24px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#64748b;white-space:nowrap}.guest-card__column--question{border-right:1px solid #e2e8f0}.guest-card__column svg{width:14px;height:14px;color:#334155}.guest-card__dot{width:8px;height:8px;border-radius:999px;background:#22c55e}.guest-card__column .guest-card__dot{display:none}.guest-card__rows{display:flex;flex-direction:column;position:relative}.guest-card__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border-bottom:1px solid #eef2f7}.guest-card__row:last-child{border-bottom:none}.guest-card__row--missing{background:#fffbeb}.guest-card__cell{display:flex;align-items:center;gap:12px;padding:14px 24px;font-size:14px;color:#1e293b}.guest-card__cell--question{border-right:1px solid #e2e8f0}.guest-card__cell-icon{width:30px;height:30px;border-radius:8px;background:#e2e8f0;display:grid;place-items:center;color:#334155;flex-shrink:0}.guest-card__cell-icon svg{width:14px;height:14px}.guest-card__cell-icon--ok{background:#22c55e29;color:#16a34a}.guest-card__cell-icon--missing{background:#f59e0b2e;color:#d97706;font-weight:700;font-size:16px}.guest-card__missing{display:inline-flex;align-items:center;gap:10px;color:#94a3b8}.guest-card__missing-line{letter-spacing:3px;color:#cbd5f5}.guest-card__missing-tag{background:#e2e8f0;padding:2px 8px;border-radius:6px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.guest-card__footer{padding:16px 24px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:16px;background:#ffffff05}.guest-card__stats{display:flex;align-items:center;gap:16px;font-size:12px;color:#ffffffad}.guest-card__stats strong{color:#fff;margin-right:4px}.guest-card__stat-dot{width:8px;height:8px;border-radius:999px;display:inline-block;margin-right:6px}.guest-card__stat-dot--ok{background:#22c55e}.guest-card__stat-dot--missing{background:#f59e0b}.guest-card__button{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;border:1px solid rgba(99,102,241,.4);background:linear-gradient(135deg,#6366f1d9,#8c5cf6f2);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.guest-card__button svg{width:14px;height:14px}.feature-card__media--wide:before{content:none}.feature-card__media--wide:after{content:none}.feature-card__media--wide img{width:min(90%,520px);height:auto;border-radius:0;box-shadow:0 30px 80px #00000059;position:relative;z-index:1}@media(max-width:1024px){.features-grid{grid-template-columns:1fr}.feature-card--wide{grid-template-columns:1fr;padding:0}.feature-card--wide .feature-card__content{padding-left:32px}.feature-card__media--wide{border-radius:0 0 18px 18px}.feature-card__media--card{padding:36px}.feature-card__media--card-compact{padding:28px}.feature-card--carousel{min-height:0}}@media(max-width:768px){.features-section{padding:100px 0 80px}.features-title{font-size:clamp(32px,8vw,44px)}.feature-card{padding:24px;min-height:380px}.feature-card__content{padding:28px}.feature-card__actions{gap:16px}.feature-card__media--card{padding:28px}.feature-card__media--card-compact{padding:22px}.feature-card--carousel{min-height:0}.insights-ticks{overflow:hidden}.guest-card__header,.guest-card__columns,.guest-card__cell,.guest-card__footer,.guest-card__column{padding-left:18px;padding-right:18px}.guest-card__footer{flex-direction:column;align-items:flex-start}}@media(min-width:376px)and (max-width:430px){.features-section{padding:10px 0 50px}.features-container{padding:0}.features-header{margin-bottom:20px;padding-left:12px;padding-right:12px}.call-log__header{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:start;gap:10px}.call-log__pill{grid-column:2;grid-row:1;justify-self:end;font-size:11px;padding:4px 8px}.call-log__pill-time{font-size:11px}.call-log__pill-label{display:none}.call-log__title{grid-column:1 / -1;grid-row:2;margin-top:-35px}.feature-card--call-log .feature-card__body h3{font-size:21px;line-height:1.2}.feature-card--wide{grid-template-columns:1fr;overflow:visible}.feature-card--wide .feature-card__content h3{font-size:21px}.feature-card__content{padding:6px 0}.feature-card--wide .feature-card__content{padding-left:0;padding-right:0}.feature-card__lead-trim,.feature-card__lead--extra{display:none}.feature-card__media--wide{padding:16px 0 24px}.guest-card{width:100%}.guest-card__column{font-size:9px;letter-spacing:.12em;padding:12px 16px}.insights-slide__text h3,.insights-slide__text--compact h3{font-size:21px;line-height:1.2}.insights-carousel__block{margin-top:8px}.insights-carousel__progress{margin-bottom:2px}}@media(min-width:411px)and (max-width:413px){.features-header{padding-left:12px;padding-right:12px}}@media(min-width:376px)and (max-width:390px){.features-header{padding-left:12px;padding-right:12px}}@media(max-width:375px){.features-section{padding-top:40px}.features-container{padding:0}.features-header{margin-bottom:12px}.features-header{padding-left:12px;padding-right:12px}.call-log__header{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:start;gap:10px}.call-log__pill{grid-column:2;grid-row:1;justify-self:end;font-size:11px;padding:4px 8px}.call-log__pill-time{font-size:11px}.call-log__pill-label{display:none}.call-log__title{grid-column:1 / -1;grid-row:2;margin-top:-35px}.feature-card--call-log .feature-card__body h3{font-size:21px;line-height:1.2}.feature-card--wide{grid-template-columns:1fr}.feature-card--wide .feature-card__content h3{font-size:21px}.feature-card__content{padding:6px 0}.feature-card--wide .feature-card__content{padding-left:0;padding-right:0}.feature-card__lead-trim,.feature-card__lead--extra{display:none}.feature-card__media--wide{padding:16px 0 24px;align-self:stretch}.feature-card--wide{width:100%}.guest-card{width:min(100%,640px)}.guest-card__missing-line{display:none}.insights-slide__text h3,.insights-slide__text--compact h3{font-size:21px;line-height:1.2}.insights-carousel__block{margin-top:8px}.insights-carousel__progress{margin-bottom:2px}}@media(max-width:360px){.features-header{padding-left:12px;padding-right:12px}}@media(width:1024px)and (height:1366px)and (orientation:portrait),(width:853px)and (height:1280px)and (orientation:portrait),(width:950px)and (height:1280px)and (orientation:portrait),(width:800px)and (height:1280px)and (orientation:portrait),(width:900px)and (height:1440px)and (orientation:portrait),(width:712px)and (height:1138px)and (orientation:portrait),(width:768px)and (height:1024px)and (orientation:portrait),(width:820px)and (height:1180px)and (orientation:portrait){.features-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.call-log__header{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto;align-items:start;gap:8px}.call-log__pill{grid-column:2;grid-row:1;justify-self:end;align-self:start;margin-top:-1px;padding:4px 8px;font-size:9px}.call-log__title{grid-column:1;grid-row:1}.call-log__title p{margin:4px 0 0;white-space:nowrap}.call-log__pill-time{font-size:8px}.call-log__list .call-log__row:nth-child(4){display:none}.feature-card--call-log .feature-card__body h3{font-size:22px;line-height:1.2;font-weight:400}.feature-card--wide .feature-card__content h3{font-size:25px;line-height:1.2;white-space:nowrap}.feature-card--wide .feature-card__content h3 br,.feature-card__lead--extra{display:none}.insights-slide__text h3,.insights-slide__text--compact h3{font-size:22px;line-height:1.2;font-weight:400}.feature-card--carousel .insights-carousel__block{margin-top:24px}.insights-slide__text--compact{transform:translateY(-40px)}}.calculator-section{background:transparent;padding:160px 35.5px 40px;color:#0f172a;position:relative}.calculator-container{max-width:880px;margin:0 auto;text-align:center;position:relative;z-index:1}.calculator-header{margin-bottom:40px}.calculator-section .section-label{font-size:11px;letter-spacing:.2em;color:var(--dynamic-text-color, #94a3b8);opacity:.6;display:block;margin-bottom:16px}.calculator-title{font-size:clamp(42px,5.2vw,68px);font-weight:500;line-height:1.15;letter-spacing:-.02em;color:var(--dynamic-text-color, #0a0a0a);font-family:var(--remark-font)}.calculator-card{background:#fafafa;border:1px solid var(--border-light, #e2e8f0);border-radius:0;padding:48px;text-align:left;display:flex;flex-direction:column;gap:32px;box-shadow:0 18px 45px #0f172a0f;max-width:720px;margin:0 auto}.calculator-input{display:flex;flex-direction:column;gap:12px}.calculator-input-label{display:flex;justify-content:space-between;font-size:18px;color:#0f172a}.calculator-input input[type=range]{width:100%;accent-color:#0f172a;background:transparent}.calculator-input-hint{font-size:15px;color:#64748b}.calculator-total{font-size:22px;font-weight:400;margin-top:8px}.calculator-total strong{font-weight:700}.calculator-cta{border:none;border-radius:4px;padding:18px;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:#0a0a0a;color:#fff;transition:opacity var(--transition-fast)}.calculator-cta:hover{opacity:.85}@media(max-width:768px){.calculator-section{padding:80px 20px}.calculator-title{font-size:clamp(34px,8.6vw,46px);line-height:1.2;letter-spacing:-.02em}.calculator-card{padding:32px}}.highlighter-section{background:transparent;padding:120px 0;position:relative;display:flex;align-items:center;justify-content:center}.highlighter-container{max-width:720px;margin:0 auto;padding:40px;position:relative;z-index:1}.highlighter-title{font-size:56px;font-weight:500;line-height:66px;letter-spacing:-1.6px;color:#fff;font-family:var(--remark-font);text-align:center;width:100%;margin:30px 0 0}.highlighter-line{white-space:nowrap;display:inline-block;opacity:0;transform:translateY(20px);filter:blur(10px)}.highlighter-line--wrap{white-space:normal}.highlighter-title .italic-text{font-family:var(--remark-font);font-style:italic;font-weight:400}.highlighter-title .bold-italic-text{font-family:var(--remark-font);font-style:italic;font-weight:700;display:inline-block}.highlighter-line--visible{animation:highlighterFadeInUp .8s ease-out forwards}@keyframes highlighterFadeInUp{0%{opacity:0;transform:translateY(20px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@media(max-width:768px){.highlighter-section{padding:100px 20px;min-height:800px}.highlighter-container{top:100px}.highlighter-title{font-size:44px;line-height:52px;letter-spacing:-1px;margin:40px 0}}@media(width:768px)and (height:1024px)and (orientation:portrait){.highlighter-section{padding:60px 20px;min-height:560px}.highlighter-container{top:40px}}@media(width:712px)and (height:1138px)and (orientation:portrait){.highlighter-section{padding:60px 20px;min-height:560px}.highlighter-container{top:40px}}@media(max-width:430px){.highlighter-section{padding:16px 14px 8px;min-height:420px}.highlighter-container{top:-60px;padding:16px}.highlighter-title{font-size:32px;line-height:38px;letter-spacing:-.5px;margin:40px 0 0}.highlighter-line{white-space:normal}}.benefits-section{background:transparent;padding:120px 35.5px;color:#0f172a;position:relative}.benefits-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.benefits-section .section-label{color:#94a3b8}.benefits-header{text-align:center;margin-bottom:40px}.benefits-title{font-size:clamp(42px,5.2vw,68px);font-weight:500;line-height:1.15;letter-spacing:-.02em;color:#0a0a0a;font-family:var(--remark-font);margin-bottom:16px;padding-top:0}.benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;position:relative}.benefits-grid:before{content:"";position:absolute;inset:-24px;background:#fafafa;opacity:.6;pointer-events:none;z-index:0}.benefits-grid>*{position:relative;z-index:1}.benefit-card{border-left:1px solid var(--border-light, #e2e8f0);padding-left:24px;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.benefit-card:first-child{padding-left:0;border-left:none}.benefit-icon{width:180px;height:180px;color:#0f172a;display:flex;align-items:center;justify-content:center;overflow:visible;margin:0 auto 12px}.benefit-icon svg,.benefit-icon canvas{width:100%;height:100%;display:block}.benefit-feature-canvas{width:140px!important;height:140px!important}.benefit-icon-canvas{width:180px;height:180px;display:flex;align-items:center;justify-content:center;overflow:visible}.benefit-card:first-child h3,.benefit-card:first-child p{text-align:center}.benefit-card h3{font-size:20px;font-weight:600;color:#0f172a;text-transform:capitalize}.benefit-card p{font-size:16px;color:#475569;line-height:1.6;white-space:pre-line}@media(max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.benefits-title{font-size:clamp(34px,8.6vw,46px);line-height:1.2;letter-spacing:-.02em}}@media(max-width:640px){.benefits-grid{grid-template-columns:1fr}.benefit-card{border-left:none;border-top:1px solid var(--color-border);padding-left:0;padding-top:24px}}@media(max-width:375px){.benefits-section{padding-top:40px}.benefits-title{padding-top:0}}.improve-section{background:transparent;padding:0 35.5px 20px;position:relative;z-index:10;margin-top:-120px}.improve-container{max-width:1600px;margin:0 auto;padding:0 35.5px;position:relative;z-index:1}.section-header{margin-bottom:16px;width:100%;text-align:center}.section-badge{display:inline-flex;align-items:center;gap:12px;font-size:11px;letter-spacing:.1em;color:var(--color-text-secondary);margin-bottom:16px}.section-title{font-size:56px;font-weight:300;line-height:1.2;color:var(--color-text-primary);margin-bottom:20px;letter-spacing:-.02em;font-family:var(--remark-font)}.improve-sticky-wrapper{position:relative;height:300vh;margin-top:0}.improve-content{position:sticky;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10;height:100vh;overflow:hidden;padding-top:0}.improve-video-wrapper{width:100%;flex:0 0 auto;display:flex;justify-content:center;align-items:center}.improve-video-container{width:min(85vw,1000px);transition:transform .15s cubic-bezier(.4,0,.6,1);will-change:transform}.improve-video-container.snapped{transform:translate(min(15vw,180px))!important}.improve-video{width:100%;border-radius:16px;object-fit:cover}.improve-image{width:100%;height:min(85vw * .5625,562px);border-radius:16px;object-fit:cover;opacity:0;animation:fadeInImage .5s ease-in forwards}.improve-image.menu-image{mask-image:linear-gradient(to right,transparent 0%,black 25%,black 75%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 25%,black 75%,transparent 100%)}.improve-visual{position:relative;width:100%;height:min(85vw * .5625,562px);display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#fff,#00000080 200%);font-family:var(--body-font);text-transform:uppercase;overflow:hidden;border-radius:16px;opacity:0;animation:fadeInImage .5s ease-in forwards}.improve-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:1}.improve-visual-content{position:relative;z-index:2;width:100%;height:100%;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#000;text-shadow:0 0 20px rgba(255,255,255,1);-webkit-user-select:none;user-select:none}.improve-visual-title{font-size:100px;font-weight:700;margin:0;letter-spacing:-.04em}.improve-visual-subtitle{font-size:80px;font-weight:500;margin:0;letter-spacing:-.02em}@keyframes fadeInImage{0%{opacity:0}to{opacity:1}}.improve-steps{position:absolute;left:3%;top:50%;transform:translateY(-50%);width:18%;max-height:min(85vw * .5625,562px);display:flex;align-items:center;z-index:10;pointer-events:none}.improve-step{position:absolute;top:50%;left:0;transform:translateY(-50%);opacity:0;transition:opacity .6s ease;color:var(--color-text-primary);width:100%}.improve-step.visible{opacity:1}.improve-step h3{font-size:32px;font-weight:400;font-family:var(--remark-font);margin-bottom:12px}.improve-step p{font-size:18px;line-height:1.6;color:var(--color-text-secondary)}.improve-step__intro{margin-bottom:6px}.improve-step__bullets{margin:0;padding-left:18px;color:var(--color-text-secondary);font-size:18px;line-height:1.6;list-style:disc}.improve-step__bullets li{margin-bottom:6px}.improve-step__bullets li:last-child{margin-bottom:0}.improve-steps-mobile{display:none;margin-top:48px;gap:24px}.improve-steps-mobile .improve-step{opacity:1;transform:none}@media(max-width:1024px){.improve-section{padding-top:80px}.section-title{font-size:48px}.improve-sticky-wrapper{height:auto;position:static}.improve-content{position:static;height:auto;padding:48px 0}.improve-video-wrapper{position:static;transform:none;width:100%}.improve-video-container{transform:none!important;width:90vw;margin:0 auto}.improve-steps{display:none}.improve-steps-mobile{display:flex;flex-direction:column}}.comparison-section{padding:90px 35.5px 120px;background:#fafafa;color:#0f172a;position:relative;scroll-margin-top:140px}.comparison-container{max-width:1200px;margin:0 auto;border-radius:0;box-shadow:0 30px 60px #00000080;color:#f8fafc;position:relative;overflow:hidden;isolation:isolate;z-index:1}.comparison-gradient{position:fixed}.comparison-bg{position:absolute;inset:0;z-index:0}.comparison-bg-layer{width:100%;height:100%;filter:blur(80px)}.comparison-svg{width:100%;height:100%;display:block}.comparison-edge-darken{position:absolute;inset:0;background:linear-gradient(to right,#000 0%,transparent 20%,transparent 80%,#000 100%),linear-gradient(to bottom,#000 0%,transparent 20%,transparent 80%,#000 100%);pointer-events:none;mix-blend-mode:multiply}.comparison-content{position:relative;z-index:1;padding:64px}.comparison-header{text-align:center;margin-bottom:88px}.comparison-header h2{font-size:56px;font-weight:300;color:#fff;margin-bottom:12px;font-family:var(--remark-font)}.comparison-header p{color:#fffc;font-size:18px}.title-word-group{display:inline-block;opacity:0;transform:translateY(20px);filter:blur(10px);transition:none}.title-word-group.visible{animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.comparison-table{--comparison-table-pad: 40px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;background:#ffffff0d;border-radius:0;padding:var(--comparison-table-pad);border:1px solid var(--border-dark-subtle, rgba(255, 255, 255, .12));position:relative}.comparison-table:before{content:"";position:absolute;top:40px;bottom:40px;left:50%;width:1px;background:var(--border-dark, rgba(255, 255, 255, .2))}.comparison-table h3{font-size:22px;font-weight:600;color:#fff;margin-bottom:16px;text-align:center}.comparison-table ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.comparison-table li{font-size:17px;color:#f8fafce6;padding-left:18px;position:relative}.comparison-table li:before{content:"•";position:absolute;left:0;color:#f8fafccc}.comparison-text--se{display:none}@media(max-width:768px){.comparison-container{padding:32px}.comparison-table{grid-template-columns:1fr;gap:24px}}@media(width:768px)and (height:1024px)and (orientation:portrait){.comparison-table{grid-template-columns:1fr;gap:28px;text-align:center}.comparison-table:before{display:none}.comparison-table>div:first-child ul{padding-bottom:6px}.comparison-table ul{align-items:center}.comparison-table>div:last-child{border-top:none;padding-top:6px;padding-bottom:6px;position:relative}.comparison-table>div:last-child:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:#ffffff59}.comparison-table h3{margin-bottom:10px}.comparison-table li{padding-left:0;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:10px}.comparison-table li:before{display:none}.comparison-table li:last-child{border-bottom:none;padding-bottom:0}}@media(max-width:430px){.comparison-text--desktop{display:none}.comparison-text--se{display:inline}.comparison-section,.comparison-content{padding-left:0;padding-right:0}.comparison-table{border-radius:0;padding:0;grid-template-columns:1fr;gap:28px;text-align:center}.comparison-table:before{display:none}.comparison-table h3{font-size:16px;margin-bottom:10px;min-height:0;padding-top:0}.comparison-table>div:first-child ul{padding-bottom:6px}.comparison-table li{font-size:14px;padding-left:0;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:10px}.comparison-table li:before{display:none}.comparison-header h2{font-size:34px;line-height:1.2;letter-spacing:-.02em}.comparison-table>div:last-child{border-top:none;padding-top:6px;padding-bottom:6px;position:relative}.comparison-table>div:last-child:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:#ffffff59}.comparison-table li:last-child{border-bottom:none;padding-bottom:0}}@media(width:712px)and (height:1138px)and (orientation:portrait){.comparison-table{grid-template-columns:1fr;gap:28px;text-align:center}.comparison-table:before{display:none}.comparison-table>div:first-child ul{padding-bottom:6px}.comparison-table ul{align-items:center}.comparison-table>div:last-child{border-top:none;padding-top:6px;padding-bottom:6px;position:relative}.comparison-table>div:last-child:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:#ffffff59}.comparison-table h3{margin-bottom:10px}.comparison-table li{padding-left:0;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:10px}.comparison-table li:before{display:none}.comparison-table li:last-child{border-bottom:none;padding-bottom:0}}.empathy-section{position:relative;background:transparent;color:#0f172a;padding:180px 35.5px;overflow:hidden}.empathy-section:before{content:"";position:absolute;inset:50% 0 0;background:none;opacity:0;pointer-events:none}.empathy-section__bg{position:absolute;inset:auto -2% 0;height:70%;background-image:none;background-repeat:no-repeat;background-position:center calc(100% + 220px);background-size:cover;opacity:.35;pointer-events:none}.empathy-section__content{position:relative;z-index:1;max-width:1600px;margin:0 auto;text-align:center}.empathy-section h2{font-family:var(--remark-font);font-size:60px;font-weight:300;line-height:1.1;letter-spacing:-.02em;margin-bottom:130px;color:#0a0a0a}.empathy-title-word{display:inline-block;opacity:0;transform:translateY(20px);filter:blur(10px)}.empathy-fade-in{opacity:0;transform:translateY(20px);filter:blur(10px)}.empathy-title-word.visible,.empathy-fade-in.visible{animation:empathyFadeInUp .8s ease-out forwards}@keyframes empathyFadeInUp{0%{opacity:0;transform:translateY(20px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.empathy-section__features{display:flex;flex-direction:column;gap:24px}.empathy-section__feature{position:relative;display:flex;flex-direction:column;gap:14px;min-height:110px;padding-bottom:18px}.empathy-section__feature:after{content:"";position:absolute;left:2px;right:2px;bottom:-12px;height:1px;background:#0f172a1f}.empathy-section__feature--no-divider:after{content:none}.empathy-section__feature--bracket:before{content:"";position:absolute;left:2px;right:2px;top:-12px;height:1px;background:#0f172a1f}.empathy-section__feature--bracket{padding-top:24px}.empathy-section__feature--lower{margin-top:12px}.empathy-section__feature--lower-more{margin-top:20px}.empathy-section__feature:last-child:after{content:none}.empathy-section__feature:last-child{padding-bottom:0}.empathy-section__feature img{width:18px;height:18px}.empathy-section__feature strong{display:block;font-size:16px;font-weight:500;margin-bottom:6px;color:#0a0a0a}.empathy-section__feature-body--lower{transform:translateY(36px)}.empathy-section__feature span{font-size:16px;color:#64748b}.empathy-section__orb{position:relative;margin:0;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 18px 35px rgba(102,64,255,.2));transition:transform .4s ease;z-index:1}.empathy-section__orb:before{content:none}.empathy-section__orb:after{content:none}.empathy-section__orb-ring{position:absolute;inset:0;border-radius:999px;border:1px solid rgba(102,64,255,.18);pointer-events:none;z-index:3}.empathy-section__orb>*{position:relative;z-index:2}.empathy-section__orb-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,338px) minmax(0,1fr);gap:72px;align-items:center;max-width:1200px;margin:0 auto 120px}.empathy-section__orb-copy{border-left:1px solid rgba(15,23,42,.12);padding-left:20px;font-size:16px;line-height:1.6;color:#475569;text-align:left}@media(min-width:1101px){.empathy-section__orb-copy{transform:translate(-60px)}.empathy-section__features{transform:translate(60px)}}.empathy-section__orb:hover,.empathy-section__orb:has(.empathy-section__orb-control:hover){transform:scale(1.04)}.empathy-section__orb-control{position:absolute;width:52px;height:52px;border-radius:999px;border:1px solid rgba(255,255,255,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffa6;box-shadow:0 10px 24px #0f172a26;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;outline:none}.empathy-section__orb-icon{position:relative;width:16px;height:18px;background:#fffffff2;clip-path:polygon(0 0,0 100%,100% 50%)}.empathy-section__orb-control.is-playing .empathy-section__orb-icon{background:transparent;clip-path:none}.empathy-section__orb-control.is-playing .empathy-section__orb-icon:before,.empathy-section__orb-control.is-playing .empathy-section__orb-icon:after{content:"";position:absolute;top:0;width:4px;height:100%;border-radius:2px;background:#fffffff2}.empathy-section__orb-control.is-playing .empathy-section__orb-icon:before{left:2px}.empathy-section__orb-control.is-playing .empathy-section__orb-icon:after{right:2px}@media(max-width:1100px){.empathy-section__details{grid-template-columns:1fr;text-align:center}.empathy-section__copy,.empathy-section__feature{border-left:none;padding-left:0}.empathy-section__features{grid-template-columns:1fr}}@media(max-width:768px){.empathy-section{padding:140px 20px 180px}.empathy-section h2{font-size:42px;margin-bottom:60px}.empathy-section__orb{width:240px;height:240px}}@media(max-width:430px){.empathy-section h2{font-size:34px;line-height:1.2;margin-bottom:56px}.empathy-section__orb-row{margin-bottom:-55px;display:flex;flex-direction:column;align-items:center;gap:44px}.empathy-section__orb-copy{display:none}.empathy-section__orb{order:1}.empathy-section__features{order:2;width:100%;max-width:320px;text-align:center}}@media(max-width:375px){.empathy-section h2{font-size:34px;line-height:1.2;margin-bottom:56px}.empathy-section__orb-row{margin-bottom:-55px;display:flex;flex-direction:column;align-items:center;gap:44px}.empathy-section__orb-copy{display:none}.empathy-section__orb{order:1}.empathy-section__features{order:2;width:100%;max-width:320px;text-align:center}}@media(width:853px)and (height:1280px)and (orientation:portrait),(width:900px)and (height:1440px)and (orientation:portrait),(width:800px)and (height:1280px)and (orientation:portrait),(width:712px)and (height:1138px)and (orientation:portrait),(width:768px)and (height:1024px)and (orientation:portrait),(width:820px)and (height:1180px)and (orientation:portrait){.empathy-section{padding-bottom:80px}.empathy-section__orb-row{grid-template-columns:minmax(0,1fr) minmax(0,270px) minmax(0,1fr);gap:48px}.empathy-section__orb{justify-self:center}.empathy-section__orb-copy{padding-left:16px;font-size:15px}}@media(width:712px)and (height:1138px)and (orientation:portrait),(width:768px)and (height:1024px)and (orientation:portrait){.empathy-section__orb-row{grid-template-columns:minmax(0,1fr) minmax(0,240px) minmax(0,.8fr)}.empathy-section__orb{justify-self:center;margin-left:-20px}}.emotion-section{background:transparent;color:#0f172a;padding:140px 35.5px 340px;position:relative;overflow:hidden}.emotion-section:before{content:"";position:absolute;inset:0;background:none;opacity:0;pointer-events:none}.emotion-section__inner{max-width:1600px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;gap:120px}.emotion-section__inner>:not(.emotion-section__cta){display:none}.emotion-section__intro{max-width:620px;margin:0 auto;text-align:center}.emotion-section__intro-card{align-self:center;width:min(1600px,100%);padding:70px 40px 100px;border-radius:0;background:#0f172a0a;border:1px solid rgba(15,23,42,.12);text-align:center;display:flex;flex-direction:column;align-items:center;gap:48px}.emotion-section__label{display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin-bottom:10px}.emotion-section__dot{width:10px;height:10px;border-radius:999px;background:#6640ff;box-shadow:0 0 12px #6640ff99}.emotion-section__intro h2{font-family:var(--remark-font);font-size:60px;font-weight:300;letter-spacing:-.02em;margin-bottom:12px;color:#0a0a0a}.emotion-section__intro p{font-size:14px;color:#475569;max-width:520px}.emotion-section__wave{display:flex;flex-direction:column;align-items:center;gap:20px}.emotion-section__waveform-card{width:min(740px,100%);border-radius:0;background:#0a0a0aeb;border:1px solid rgba(255,255,255,.12);color:#f8fafc;padding:20px 24px 22px;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}.emotion-section__waveform-bars{display:flex;align-items:center;justify-content:center;gap:2px;height:120px;margin-bottom:18px}.emotion-section__waveform-bar{width:3px;background:#4b5563;opacity:.45;border-radius:999px}.emotion-section__waveform-card[data-active-segment="0"] .emotion-section__waveform-bar--segment-1,.emotion-section__waveform-card[data-active-segment="1"] .emotion-section__waveform-bar--segment-2,.emotion-section__waveform-card[data-active-segment="2"] .emotion-section__waveform-bar--segment-3{background:#fff;opacity:1}.emotion-section__waveform-labels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:14px}.emotion-section__waveform-label{text-align:center;display:flex;flex-direction:column;gap:6px}.emotion-section__waveform-label--muted{color:#e2e8f08c}.emotion-section__waveform-label--active{color:#fffffff2}.emotion-section__waveform-time{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:inherit}.emotion-section__waveform-quote{font-size:12px;color:inherit}.emotion-section__waveform-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.emotion-section__waveform-tag{font-size:11px;padding:6px 10px;border-radius:999px;border:1px solid transparent}.emotion-section__waveform-tag--amber{color:#fbbf24;background:#fbbf241f;border-color:#fbbf244d}.emotion-section__waveform-tag--orange{color:#fb923c;background:#fb923c1f;border-color:#fb923c4d}.emotion-section__waveform-tag--red{color:#f87171;background:#f871711f;border-color:#f871714d}.emotion-section__waveform-tag--muted{color:#e2e8f099;background:#e2e8f014;border-color:#e2e8f033}.emotion-section__waveform-tag--active{opacity:1}.emotion-section__wave-text{font-size:20px;text-align:center;color:#64748b}.emotion-section__wave-text strong{color:#0a0a0a;font-weight:300;margin:0 6px}.emotion-section__signal-row{display:flex;align-items:center;gap:24px}.emotion-section__signal{display:flex;flex-direction:column;align-items:center;gap:10px}.emotion-section__signal--muted{opacity:.5}.emotion-section__divider{width:1px;height:24px;background:linear-gradient(180deg,#0f172a,#0f172a00)}.emotion-section__pill{padding:10px 14px;border-radius:10px;background:#0f172a0f;border:1px solid rgba(15,23,42,.12);font-size:12px;text-align:center;max-width:180px;line-height:1.2;color:#0f172a}.emotion-section__cta{align-self:center;width:min(1600px,100%);padding:100px 40px;border-radius:0;background:linear-gradient(180deg,#0f172a26,#0f172a99),linear-gradient(120deg,#9bb3c7,#d5c4b6 45%,#7d8aa1 90%);border:1px solid rgba(15,23,42,.12);text-align:center;display:flex;flex-direction:column;align-items:center;gap:50px}.emotion-section__cta#pricing-cta{scroll-margin-top:140px}.emotion-section__cta-tag{font-size:12px;letter-spacing:.12em;color:#fff;margin-bottom:-18px;margin-top:-20px}.emotion-section__cta h3{font-family:var(--remark-font);font-size:60px;font-weight:300;letter-spacing:-.03em;line-height:1.2;color:#0a0a0a;margin-top:-6px}.emotion-section__cta p{font-size:14px;color:#475569}.emotion-section__cta-button{border:none;background:#000;color:#fff;padding:9px 20px;border-radius:1000px;font-size:14px;cursor:pointer}.emotion-section__pricing{width:100%;margin-top:48px;display:grid;grid-template-columns:repeat(3,minmax(0,340px));justify-content:center;gap:48px}.emotion-section__price-card{text-align:left;padding:18px;border-radius:0;border:1px solid rgba(15,23,42,.12);background:#fff9;display:flex;flex-direction:column;gap:16px;box-shadow:0 16px 40px #0f172a14}.emotion-section__price-header{text-align:left}.emotion-section__price-header h4{font-size:22px;color:#0a0a0a;font-weight:600;text-align:center}.emotion-section__price-header p{margin-top:6px;font-size:16px;color:#64748b;line-height:1.4;min-height:2.8em}.emotion-section__price-label{font-size:28px;font-weight:600;color:#0a0a0a}.emotion-section__price-action{border:none;background:#000;color:#fff;padding:12px 16px;border-radius:6px;font-size:14px;cursor:pointer}.emotion-section__price-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;color:#475569;font-size:16px}.emotion-section__price-features li{position:relative;padding-left:16px}.emotion-section__price-feature--offer{padding:12px 14px 13px;border:1px solid rgba(255,255,255,.9);border-radius:18px;background:#ffffffeb;display:flex;flex-direction:column;gap:4px}.emotion-section__price-features li.emotion-section__price-feature--offer:before{content:none}.emotion-section__price-feature-label{display:block;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#64748b;text-align:center}.emotion-section__price-feature--offer strong{font-size:16px;line-height:1.4;font-weight:600;color:#0f172a}.emotion-section__price-features li:before{content:"•";position:absolute;left:0;color:#0a0a0a}@media(max-width:900px){.emotion-section__inner{gap:80px}.emotion-section__signal-row{flex-direction:column}.emotion-section__cta{padding:80px 24px}.emotion-section__cta h3{font-size:42px}.emotion-section__pricing{grid-template-columns:1fr}}@media(max-width:430px){.emotion-section{padding-left:0;padding-right:0;padding-bottom:120px}.emotion-section__inner{max-width:none;margin:0}.emotion-section__cta{align-self:stretch;width:100%;border-radius:0;padding-top:45px}.emotion-section__cta h3{font-size:36px;line-height:1.2;letter-spacing:-.02em}.emotion-section__pricing{margin-top:20px}}@media(max-width:375px){.emotion-section{padding-left:0;padding-right:0;padding-bottom:120px}.emotion-section__inner{max-width:none;margin:0}.emotion-section__cta{align-self:stretch;width:100%;border-radius:0;padding-top:45px}.emotion-section__cta h3{font-size:36px;line-height:1.2;letter-spacing:-.02em}.emotion-section__pricing{margin-top:20px}}@media(width:390px)and (height:844px)and (orientation:portrait),(width:393px)and (height:852px)and (orientation:portrait),(width:430px)and (height:932px)and (orientation:portrait),(width:360px)and (height:640px)and (orientation:portrait),(width:428px)and (height:926px)and (orientation:portrait),(width:412px)and (height:915px)and (orientation:portrait),(width:360px)and (height:740px)and (orientation:portrait),(width:320px)and (height:658px)and (orientation:portrait),(width:384px)and (height:854px)and (orientation:portrait),(width:360px)and (height:800px)and (orientation:portrait){.emotion-section__price-header p{transform:none;text-align:center}}@media(width:712px)and (height:1138px)and (orientation:portrait){.emotion-section__price-header p{transform:none;text-align:center}}@media(width:820px)and (height:1180px)and (orientation:portrait),(width:768px)and (height:1024px)and (orientation:portrait),(width:800px)and (height:1280px)and (orientation:portrait),(width:900px)and (height:1440px)and (orientation:portrait),(width:853px)and (height:1280px)and (orientation:portrait){.emotion-section__price-header p{text-align:center}}.final-cta-section{padding:0;color:#fff;position:relative;overflow:hidden;isolation:isolate;--footer-logo-max: 720px;--footer-logo-render: calc(var(--footer-logo-max) - var(--footer-crop-bottom));height:calc(var(--footer-logo-max) - var(--footer-crop-bottom));min-height:calc(var(--footer-logo-max) - var(--footer-crop-bottom));--footer-logo-lift: 15px;--footer-crop-bottom: 145px;--footer-content-raise: 64px;--footer-content-shift-x: 0px}.final-cta-section:before{content:"";position:absolute;inset:0;background:#000;z-index:0;mix-blend-mode:normal}.footer-gradient{position:fixed}.footer-bg{position:absolute;inset:0;z-index:1}.footer-bg-layer{width:100%;height:100%;filter:blur(80px)}.footer-svg{width:100%;height:100%;display:block}.footer-edge-darken{position:absolute;inset:0;background:linear-gradient(to right,#000 0%,transparent 20%,transparent 80%,#000 100%),linear-gradient(to bottom,#000 0%,transparent 20%,transparent 80%,#000 100%);pointer-events:none;mix-blend-mode:multiply;z-index:1}.final-cta-content{max-width:1200px;margin:0 auto;padding:var(--section-pad-y) var(--container-pad) var(--section-pad-y-tight);display:flex;justify-content:flex-end;align-items:flex-start;gap:48px;position:relative;z-index:2;min-height:400px;transform:translate(var(--footer-content-shift-x),calc(-1 * var(--footer-content-raise)))}.final-cta-logo{position:absolute;left:0;top:calc(var(--section-pad-y) - var(--footer-logo-lift));bottom:calc(var(--section-pad-y-tight) + var(--footer-logo-lift));display:flex;align-items:center;z-index:2}.final-cta-logo img{height:auto;max-height:var(--footer-logo-render);width:auto;object-fit:contain}@media(min-width:2250px){.final-cta-section{--footer-logo-max: 900px;--footer-crop-bottom: 160px;--footer-content-shift-x: 420px}.final-cta-content{min-height:520px}.final-cta-logo img{max-height:900px}.final-cta-text h2,.final-cta-button{font-size:64px!important}.final-cta-text p{font-size:18px!important}.final-cta-links span{font-size:14px!important}.final-cta-links a{font-size:19px!important}.final-cta-footer{font-size:15px!important}.final-cta-footer{transform:translate(0)}}.final-cta-text{margin-left:80px;transform:translate(64px);transition:opacity .3s ease}.final-cta-text--contact{width:100%;max-width:520px;position:relative;top:-45px}.final-cta-text.fade-out{opacity:0}.final-cta-text.fade-in{opacity:1}.final-cta-heading{margin:50px 0 16px}.final-cta-text h2{font-size:56px;font-weight:400;margin:0;color:#fff;font-family:var(--remark-font);display:inline}.final-cta-button{background:#fff;color:#000;border:none;padding:8px 12px 2px;border-radius:4px;cursor:pointer;font-size:56px;font-weight:400;font-family:var(--remark-font);transition:opacity var(--transition-fast);box-shadow:0 24px 60px #000000a6;white-space:nowrap;vertical-align:baseline;margin-left:8px;line-height:1}.final-cta-button:hover{opacity:.9}.final-cta-text p{color:#ffffffb3;font-size:16px;max-width:420px}.final-cta-actions{margin-top:24px;display:flex;gap:16px;flex-wrap:wrap}.final-cta-actions .btn-primary{background:#fff;color:#000;border:none;padding:14px 24px;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600}.final-cta-actions .btn-outline{border:1px solid rgba(255,255,255,.3);color:#fff;background:transparent;padding:14px 24px;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600}.final-cta-nav{display:flex;gap:80px;margin-left:auto}.final-cta-links span{text-transform:uppercase;font-size:13px;color:#ffffff80;letter-spacing:.2em}.final-cta-links ul{list-style:none;padding:0;margin-top:16px;display:flex;flex-direction:column;gap:8px}.final-cta-links a{color:#fff;text-decoration:none;font-size:17px}.final-cta-footer{border-top:1px solid rgba(255,255,255,.2);padding-top:24px;padding-right:calc((100vw - 1200px) / 2 + var(--container-pad));margin-top:48px;margin-right:calc(-1 * (100vw - 1200px) / 2 - var(--container-pad));display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#fff9;flex-wrap:wrap;gap:12px;position:relative;top:-3px}@supports (width: 100dvw){.final-cta-footer{padding-right:calc((100dvw - 1200px) / 2 + var(--container-pad));margin-right:calc(-1 * (100dvw - 1200px) / 2 - var(--container-pad))}}.final-cta-socials{display:flex;gap:12px}.final-cta-socials a{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:13px}.final-cta-socials a span{display:block;transform:translateY(1px)}.contact-form{width:100%}.contact-form h2{font-size:56px;font-weight:400;margin:0;color:#fff;font-family:var(--remark-font)}.contact-form__header{display:flex;align-items:center;gap:16px;margin:50px 0 9px}.contact-form__back{background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;width:44px;height:44px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease;margin-top:-6px}.contact-form__back-icon{width:24px;height:24px;display:block;filter:invert(1)}.contact-form__back:hover{background:#ffffff1a;border-color:#ffffffb3}.contact-form form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;background:#ffffff0d;border-radius:0;padding:32px 32px 56px;border:1px solid rgba(255,255,255,.12);position:relative}.form-group:nth-child(3),.submit-button{grid-column:1 / -1}.form-group{margin-bottom:0}.form-group label{display:block;color:#fff;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:12px 16px;color:#fff;font-size:15px;font-family:inherit;resize:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#fff6}.submit-button{background:#fff;color:#000;border:none;padding:14px 24px;border-radius:4px;cursor:pointer;font-size:15px;font-weight:600;transition:opacity var(--transition-fast);margin-top:0}.submit-button:hover{opacity:.9}.form-disclaimer{color:#fff9;font-size:13px;line-height:1.5;grid-column:1 / -1;margin:0}.form-disclaimer a{color:#fff;text-decoration:underline}.form-disclaimer.form-disclaimer--error{color:#f87171}@media(max-width:900px){.final-cta-content{flex-direction:column}.final-cta-nav{flex-wrap:wrap}}@media(max-width:430px){.final-cta-section{min-height:0}.final-cta-logo{display:none}.final-cta-content{min-height:0;justify-content:center;align-items:center}.final-cta-text--contact{max-width:none}.final-cta-text{margin-left:0;transform:none;text-align:center}.final-cta-heading{margin-top:24px}.final-cta-text h2{font-size:36px;line-height:1.2;letter-spacing:-.02em}.final-cta-button{font-size:36px;line-height:1.1;margin-left:6px}.final-cta-nav{width:100%;justify-content:center;gap:80px;margin-left:0;margin-top:80px}.final-cta-links{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center}.final-cta-links ul{align-items:center}.final-cta-footer{justify-content:center;text-align:center;padding-right:0;margin-right:0}.contact-form__header{margin:24px 0 16px}.contact-form form{padding:20px 16px 40px;gap:16px}.form-disclaimer{left:16px;right:16px}}@media(max-width:375px){.final-cta-section{min-height:0}.final-cta-logo{display:none}.final-cta-content{min-height:0}.final-cta-text--contact{max-width:none}.final-cta-content{justify-content:center;align-items:center}.final-cta-text{margin-left:0;transform:none;text-align:center}.final-cta-heading{margin-top:24px}.final-cta-text h2{font-size:36px;line-height:1.2;letter-spacing:-.02em}.final-cta-button{font-size:36px;line-height:1.1;margin-left:6px}.final-cta-nav{width:100%;justify-content:center;gap:80px;margin-left:0;margin-top:80px}.final-cta-links{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center}.final-cta-links ul{align-items:center}.final-cta-footer{justify-content:center;text-align:center;padding-right:0;margin-right:0}.contact-form__header{margin:24px 0 16px}.contact-form form{padding:20px 16px 40px;gap:16px}.form-disclaimer{left:16px;right:16px}}@media(width:820px)and (height:1180px)and (orientation:portrait),(width:768px)and (height:1024px)and (orientation:portrait),(width:768px)and (height:954px)and (orientation:portrait),(width:834px)and (height:1042px)and (orientation:portrait),(width:834px)and (height:1124px)and (orientation:portrait),(width:1024px)and (height:1296px)and (orientation:portrait),(width:712px)and (height:1138px)and (orientation:portrait),(width:800px)and (height:1280px)and (orientation:portrait),(width:950px)and (height:1280px)and (orientation:portrait),(width:900px)and (height:1440px)and (orientation:portrait),(width:853px)and (height:1280px)and (orientation:portrait){.final-cta-logo{display:none}.final-cta-footer{justify-content:center;text-align:center;padding-right:0;margin-right:0}.final-cta-nav{width:100%;justify-content:center;gap:80px;margin-left:0;text-align:center}.final-cta-links{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center}.final-cta-links ul{align-items:center}.final-cta-text{margin-left:0;transform:none;text-align:center}.final-cta-content{min-height:0;justify-content:center;align-items:center;flex-direction:column;margin:0 auto}}@media(width:320px)and (height:658px)and (orientation:portrait){.final-cta-nav{flex-direction:row;gap:24px}}@media(width:1440px)and (height:900px)and (orientation:landscape),(width:1024px)and (height:1366px)and (orientation:portrait){.final-cta-content{justify-content:flex-end}.final-cta-text{margin-left:0;transform:translate(2px)}.final-cta-nav{margin-left:auto}.final-cta-text h2{font-size:44px;line-height:1.1}.final-cta-button{font-size:44px;line-height:1.05}.final-cta-section{min-height:460px}.final-cta-content{min-height:460px;padding-top:24px;padding-bottom:16px}.final-cta-logo{top:auto;bottom:1px;align-items:flex-end}.final-cta-logo img{max-height:445px}}@media(width:1355px)and (height:1024px)and (orientation:landscape){.final-cta-section{min-height:520px}.final-cta-content{min-height:520px;padding-top:20px;padding-bottom:20px}.final-cta-logo img{max-height:460px}.final-cta-logo{top:auto;bottom:0;align-items:flex-end}}@media(width:1366px)and (height:1024px)and (orientation:landscape){.final-cta-section{min-height:520px}.final-cta-content{min-height:520px;padding-top:20px;padding-bottom:20px}.final-cta-logo img{max-height:460px}.final-cta-logo{top:auto;bottom:0;align-items:flex-end}}@media(width:1280px)and (height:853px)and (orientation:landscape){.final-cta-section{min-height:500px}.final-cta-content{min-height:500px;padding-top:20px;padding-bottom:20px}.final-cta-logo img{max-height:510px}.final-cta-text{margin-left:-12px;transform:translate(-10px)}}@media(width:1024px)and (height:768px)and (orientation:landscape){.final-cta-section{min-height:460px}.final-cta-content{min-height:460px;padding-top:20px;padding-bottom:20px}.final-cta-logo img{max-height:460px}.final-cta-text{margin-left:0;transform:translate(0)}.final-cta-text h2{font-size:38px;line-height:1.1}.final-cta-button{font-size:38px;line-height:1.05}}@media(width:1180px)and (height:820px)and (orientation:landscape){.final-cta-section{min-height:440px}.final-cta-content{min-height:440px;padding-top:14px;padding-bottom:14px}.final-cta-logo img{max-height:435px}.final-cta-text{margin-left:-40px;transform:translate(-32px)}.final-cta-text h2{font-size:40px;line-height:1.1}.final-cta-button{font-size:40px;line-height:1.05}}@media(width:1138px)and (height:712px)and (orientation:landscape){.final-cta-section{min-height:440px}.final-cta-content{min-height:440px;padding-top:14px;padding-bottom:14px}.final-cta-logo img{max-height:430px}.final-cta-text{margin-left:-24px;transform:translate(-20px)}.final-cta-text h2{font-size:38px;line-height:1.1}.final-cta-button{font-size:38px;line-height:1.05}}*{margin:0;padding:0;box-sizing:border-box}@supports not (height: 100svh){:root{--vh-unit: 1vh}}html,body{overflow-x:hidden}body{font-family:var(--body-font);font-size:14px;line-height:1.6;color:#fff;background-color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease;position:relative}body:before{content:none}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 800 800' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.12;pointer-events:none;mix-blend-mode:screen;background-size:200px 200px;z-index:99999}*{transition:color .3s ease,border-color .3s ease}@font-face{font-family:LT Remark;src:url(/assets/fonts/LT-Remark/LTRemark-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:LT Remark;src:url(/assets/fonts/LT-Remark/LTRemark-Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:LT Remark;src:url(/assets/fonts/LT-Remark/LTRemark-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:LT Remark;src:url(/assets/fonts/LT-Remark/LTRemark-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:LT Remark;src:url(/assets/fonts/LT-Remark/LTRemark-Black.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:LT Remark;src:url(/assets/fonts/LT-Remark/LTRemark-BlackItalic.otf) format("opentype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Grindale;src:url(/assets/fonts/Grindale/GrindaleRegular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Unica;src:url(/assets/fonts/Neue-Haas-Unica-Medium/Neue-Haas-Unica-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--remark-font: "LT Remark", "Times New Roman", serif;--display-font: "Grindale", "Times New Roman", serif;--body-font: "Neue Haas Unica", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--color-background: #000;--color-text-primary: #fff;--color-text-secondary: rgba(255, 255, 255, .7);--color-text-muted: rgba(255, 255, 255, .6);--color-border: rgba(255, 255, 255, .1);--border-light: #e2e8f0;--border-dark: rgba(255, 255, 255, .2);--border-dark-subtle: rgba(255, 255, 255, .12);--color-accent: #4ade80;--container-max: 1200px;--container-pad: clamp(20px, 3.2vw, 40px);--section-pad-y: clamp(90px, 10vh, 140px);--section-pad-y-tight: clamp(48px, 6vh, 80px);--vh-unit: 1svh;--hero-vh-unit: var(--vh-unit);--hero-height: clamp(680px, calc(105 * var(--hero-vh-unit)), 1178px);--hero-content-offset: clamp(160px, calc(22 * var(--hero-vh-unit)), 300px);--hero-title-size: clamp(40px, 5.6vw, 76px);--hero-owl-title-size: clamp(36px, 5.6vw, 92px);--hero-owl-width: clamp(560px, 78vw, 1200px);--hero-owl-sub-offset: clamp(140px, calc(16 * var(--hero-vh-unit)), 280px);--hero-owl-raise: clamp(135px, calc(24 * var(--hero-vh-unit)), 340px);--hero-owl-gap: clamp(64px, 12vw, 320px);--hero-orb-size: clamp(180px, 22vw, 320px);--hero-orb-bottom: clamp(16px, calc(6 * var(--hero-vh-unit)), 60px);--hero-orb-shift: 25px;--hero-image-width: clamp(850px, 130vw, 2300px);--hero-image-center-shift: clamp(90px, calc(16 * var(--hero-vh-unit)), 260px);--hero-orb-dock-offset: clamp(140px, calc(18 * var(--hero-vh-unit)), 200px);--hero-cta-text-size: clamp(12px, 1.6vw, 20px);--hero-cta-pad-y: clamp(6px, .9vw, 8px);--hero-cta-pad-x: clamp(12px, 1.8vw, 16px);--hero-orb-label-size: clamp(11px, 1.2vw, 16px);--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--transition-fast: .2s ease}@media(max-width:430px){:root{--hero-image-center-shift: clamp(180px, calc(27 * var(--hero-vh-unit)), 400px);--hero-owl-raise: clamp(210px, calc(33 * var(--hero-vh-unit)), 430px);--hero-content-offset: clamp(105px, calc(15 * var(--hero-vh-unit)), 190px);--hero-orb-bottom: clamp(46px, calc(10 * var(--hero-vh-unit)), 120px)}}@media(min-width:744px)and (max-width:768px)and (min-height:1024px)and (max-height:1133px){:root{--hero-image-center-shift: clamp(180px, calc(28 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(210px, calc(34 * var(--hero-vh-unit)), 460px);--hero-content-offset: clamp(120px, calc(18 * var(--hero-vh-unit)), 220px);--hero-owl-sub-offset: clamp(90px, calc(12 * var(--hero-vh-unit)), 180px);--hero-orb-size: clamp(260px, 34vw, 380px);--hero-orb-bottom: clamp(0px, calc(4 * var(--hero-vh-unit)), 100px);--hero-orb-dock-offset: clamp(130px, calc(24 * var(--hero-vh-unit)), 280px)}}@media(width:768px)and (height:1024px)and (orientation:portrait){:root{--hero-image-center-shift: clamp(180px, calc(28 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(210px, calc(34 * var(--hero-vh-unit)), 460px);--hero-content-offset: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-owl-sub-offset: clamp(90px, calc(12 * var(--hero-vh-unit)), 180px);--hero-orb-size: clamp(260px, 34vw, 380px);--hero-orb-bottom: clamp(0px, calc(4 * var(--hero-vh-unit)), 100px);--hero-orb-dock-offset: clamp(130px, calc(24 * var(--hero-vh-unit)), 280px)}}@media(min-width:415px)and (max-width:430px){:root{--hero-orb-size: clamp(280px, 34vw, 440px);--hero-orb-dock-offset: clamp(135px, calc(18 * var(--hero-vh-unit)), 240px)}}@media(min-width:376px)and (max-width:414px){:root{--hero-orb-bottom: clamp(64px, calc(12 * var(--hero-vh-unit)), 140px);--hero-orb-dock-offset: clamp(175px, calc(22 * var(--hero-vh-unit)), 280px);--hero-owl-sub-offset: clamp(110px, calc(14 * var(--hero-vh-unit)), 220px);--hero-orb-size: clamp(240px, 30vw, 380px)}}@media(max-width:412px){:root{--hero-orb-size: clamp(260px, 32vw, 400px)}}@media(max-width:360px){:root{--hero-orb-size: clamp(210px, 29vw, 330px);--hero-orb-dock-offset: clamp(190px, calc(26 * var(--hero-vh-unit)), 290px)}}@media(width:360px)and (height:800px)and (orientation:portrait){:root{--hero-orb-dock-offset: clamp(230px, calc(30 * var(--hero-vh-unit)), 330px);--hero-orb-shift: 40px}}@media(width:360px)and (height:800px)and (orientation:portrait){:root{--hero-orb-dock-offset: clamp(150px, calc(21 * var(--hero-vh-unit)), 240px) !important}}@media(width:360px)and (height:780px)and (orientation:portrait){:root{--hero-orb-shift: 40px}}@media(width:360px)and (height:640px)and (orientation:portrait){:root{--hero-orb-size: clamp(140px, 22vw, 210px)}}@media(width:320px)and (height:658px)and (orientation:portrait){:root{--hero-orb-size: clamp(110px, 20vw, 180px);--hero-orb-dock-offset: clamp(110px, calc(16 * var(--hero-vh-unit)), 180px)}}@media(max-width:360px)and (max-height:700px)and (orientation:portrait){:root{--hero-orb-size: clamp(110px, 20vw, 180px);--hero-orb-dock-offset: clamp(110px, calc(16 * var(--hero-vh-unit)), 180px)}}@media(min-width:376px)and (max-width:390px){:root{--hero-orb-bottom: clamp(64px, calc(12 * var(--hero-vh-unit)), 140px);--hero-orb-dock-offset: clamp(150px, calc(20 * var(--hero-vh-unit)), 250px);--hero-owl-sub-offset: clamp(110px, calc(14 * var(--hero-vh-unit)), 220px)}}@media(max-width:375px){:root{--hero-orb-bottom: clamp(64px, calc(12 * var(--hero-vh-unit)), 140px);--hero-orb-dock-offset: clamp(115px, calc(14 * var(--hero-vh-unit)), 220px);--hero-owl-sub-offset: clamp(110px, calc(14 * var(--hero-vh-unit)), 220px);--hero-orb-size: clamp(200px, 28vw, 320px)}}@media(width:1440px)and (height:900px)and (orientation:landscape){:root{--hero-orb-size: clamp(160px, 18vw, 260px);--hero-orb-bottom: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-orb-dock-offset: clamp(190px, calc(22 * var(--hero-vh-unit)), 300px)}}@media(width:820px)and (height:1180px)and (orientation:portrait){:root{--hero-image-center-shift: clamp(200px, calc(30 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(200px, calc(30 * var(--hero-vh-unit)), 400px);--hero-content-offset: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-owl-sub-offset: clamp(80px, calc(11 * var(--hero-vh-unit)), 170px);--hero-orb-size: clamp(270px, 34vw, 400px);--hero-orb-dock-offset: clamp(130px, calc(20 * var(--hero-vh-unit)), 260px);--hero-owl-title-size: clamp(42px, 5.4vw, 84px)}}@media(width:712px)and (height:1138px)and (orientation:portrait){:root{--hero-image-center-shift: clamp(200px, calc(30 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(200px, calc(30 * var(--hero-vh-unit)), 400px);--hero-content-offset: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-owl-sub-offset: clamp(80px, calc(11 * var(--hero-vh-unit)), 170px);--hero-orb-size: clamp(270px, 34vw, 400px);--hero-orb-dock-offset: clamp(130px, calc(20 * var(--hero-vh-unit)), 260px);--hero-owl-title-size: clamp(42px, 5.4vw, 84px)}}@media(width:800px)and (height:1280px)and (orientation:portrait){:root{--hero-image-center-shift: clamp(200px, calc(30 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(200px, calc(30 * var(--hero-vh-unit)), 400px);--hero-content-offset: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-owl-sub-offset: clamp(80px, calc(11 * var(--hero-vh-unit)), 170px);--hero-orb-size: clamp(270px, 34vw, 400px);--hero-orb-dock-offset: clamp(130px, calc(20 * var(--hero-vh-unit)), 260px);--hero-owl-title-size: clamp(42px, 5.4vw, 84px)}}@media(width:900px)and (height:1440px)and (orientation:portrait){:root{--hero-image-center-shift: clamp(200px, calc(30 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(200px, calc(30 * var(--hero-vh-unit)), 400px);--hero-content-offset: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-owl-sub-offset: clamp(80px, calc(11 * var(--hero-vh-unit)), 170px);--hero-orb-size: clamp(270px, 34vw, 400px);--hero-orb-dock-offset: clamp(130px, calc(20 * var(--hero-vh-unit)), 260px);--hero-owl-title-size: clamp(42px, 5.4vw, 84px)}}@media(width:950px)and (height:1280px)and (orientation:portrait){:root{--hero-image-center-shift: clamp(200px, calc(30 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(200px, calc(30 * var(--hero-vh-unit)), 400px);--hero-content-offset: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-owl-sub-offset: clamp(80px, calc(11 * var(--hero-vh-unit)), 170px);--hero-orb-size: clamp(270px, 34vw, 400px);--hero-orb-dock-offset: clamp(130px, calc(20 * var(--hero-vh-unit)), 260px);--hero-owl-title-size: clamp(42px, 5.4vw, 84px)}}@media(width:853px)and (height:1280px)and (orientation:portrait){:root{--hero-image-center-shift: clamp(200px, calc(30 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(200px, calc(30 * var(--hero-vh-unit)), 400px);--hero-content-offset: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-owl-sub-offset: clamp(80px, calc(11 * var(--hero-vh-unit)), 170px);--hero-orb-size: clamp(270px, 34vw, 400px);--hero-orb-dock-offset: clamp(130px, calc(20 * var(--hero-vh-unit)), 260px);--hero-owl-title-size: clamp(42px, 5.4vw, 84px)}}@media(width:834px)and (height:1194px)and (orientation:portrait){:root{--hero-image-center-shift: clamp(200px, calc(30 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(200px, calc(30 * var(--hero-vh-unit)), 400px);--hero-content-offset: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-owl-sub-offset: clamp(80px, calc(11 * var(--hero-vh-unit)), 170px);--hero-orb-size: clamp(300px, 36vw, 440px);--hero-orb-dock-offset: clamp(130px, calc(20 * var(--hero-vh-unit)), 260px);--hero-owl-title-size: clamp(42px, 5.4vw, 84px)}}@media(width:1024px)and (height:1366px)and (orientation:portrait){:root{--hero-image-center-shift: clamp(200px, calc(30 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(200px, calc(30 * var(--hero-vh-unit)), 400px);--hero-content-offset: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-owl-sub-offset: clamp(80px, calc(11 * var(--hero-vh-unit)), 170px);--hero-orb-size: clamp(320px, 34vw, 460px);--hero-orb-dock-offset: clamp(130px, calc(20 * var(--hero-vh-unit)), 260px);--hero-owl-title-size: clamp(42px, 5.4vw, 84px)}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(width:360px)and (height:640px)and (orientation:portrait){:root{--hero-orb-size: clamp(155px, 24vw, 230px) !important;--hero-orb-dock-offset: clamp(80px, calc(14 * var(--hero-vh-unit)), 170px) !important}}@media(width:320px)and (height:658px)and (orientation:portrait){:root{--hero-orb-size: clamp(140px, 24vw, 220px) !important;--hero-orb-dock-offset: clamp(105px, calc(14 * var(--hero-vh-unit)), 175px) !important}}@media(width:1138px)and (height:712px)and (orientation:landscape),(width:1180px)and (height:820px)and (orientation:landscape),(width:1024px)and (height:768px)and (orientation:landscape){:root{--hero-orb-size: clamp(150px, 19vw, 260px)}}@media(width:1280px)and (height:853px)and (orientation:landscape){:root{--hero-orb-size: clamp(150px, 17vw, 250px);--hero-orb-bottom: clamp(80px, calc(12 * var(--hero-vh-unit)), 140px) !important}}@media(width:1366px)and (height:1024px)and (orientation:landscape){:root{--hero-orb-size: clamp(160px, 17vw, 260px);--hero-orb-bottom: clamp(80px, calc(12 * var(--hero-vh-unit)), 140px) !important}}@media(width:2560px)and (max-height:1300px)and (orientation:landscape){:root{--hero-image-width: clamp(1350px, 125vw, 2700px);--hero-orb-shift: -12px}}@media(width:1280px)and (max-height:700px)and (orientation:landscape),(width:1366px)and (max-height:680px)and (orientation:landscape){:root{--hero-title-size: clamp(30px, 4.1vw, 58px);--hero-owl-title-size: clamp(26px, 3.7vw, 60px);--hero-owl-width: clamp(450px, 60vw, 880px);--hero-image-width: clamp(660px, 102vw, 1600px);--hero-owl-raise: clamp(170px, calc(28 * var(--hero-vh-unit)), 320px);--hero-content-offset: clamp(155px, calc(22 * var(--hero-vh-unit)), 280px);--hero-image-center-shift: clamp(120px, calc(20 * var(--hero-vh-unit)), 300px)}}@media(width:1366px)and (max-height:670px)and (orientation:landscape){:root{--hero-owl-raise: clamp(225px, calc(34 * var(--hero-vh-unit)), 380px);--hero-content-offset: clamp(200px, calc(28 * var(--hero-vh-unit)), 340px);--hero-image-center-shift: clamp(160px, calc(26 * var(--hero-vh-unit)), 360px);--hero-orb-size: clamp(160px, calc(18vw - 20px) , 260px)}}@media(width:1280px)and (max-height:700px)and (orientation:landscape),(width:1366px)and (max-height:670px)and (orientation:landscape),(width:1440px)and (max-height:800px)and (orientation:landscape),(width:1680px)and (max-height:910px)and (orientation:landscape),(width:1920px)and (max-height:980px)and (orientation:landscape){:root{--hero-orb-size: clamp(120px, calc(19vw - 40px) , 220px)}}@media(min-width:740px)and (max-width:820px)and (min-height:980px)and (max-height:1120px)and (orientation:portrait){:root{--hero-image-center-shift: clamp(180px, calc(28 * var(--hero-vh-unit)), 420px);--hero-owl-raise: clamp(210px, calc(34 * var(--hero-vh-unit)), 460px);--hero-content-offset: clamp(90px, calc(14 * var(--hero-vh-unit)), 180px);--hero-owl-sub-offset: clamp(90px, calc(12 * var(--hero-vh-unit)), 180px);--hero-orb-size: clamp(260px, 34vw, 380px);--hero-orb-bottom: clamp(170px, calc(24 * var(--hero-vh-unit)), 280px);--hero-orb-dock-offset: clamp(140px, calc(24 * var(--hero-vh-unit)), 300px)}}@media(width:768px)and (height:1024px)and (orientation:portrait){:root{--hero-orb-size: clamp(190px, 25vw, 290px)}}@media(width:430px)and (height:932px)and (orientation:portrait){:root{--hero-orb-size: clamp(200px, 25vw, 300px)}}@media(width:428px)and (height:926px)and (orientation:portrait){:root{--hero-orb-size: clamp(200px, 25vw, 300px)}}@media(width:412px)and (height:915px)and (orientation:portrait){:root{--hero-orb-size: clamp(190px, 25vw, 290px)}}@media(width:393px)and (height:852px)and (orientation:portrait){:root{--hero-orb-size: clamp(180px, 23vw, 270px)}}@media(width:390px)and (height:844px)and (orientation:portrait){:root{--hero-orb-size: clamp(180px, 23vw, 270px)}}@media(width:384px)and (height:854px)and (orientation:portrait){:root{--hero-orb-size: clamp(175px, 23vw, 260px)}}@media(width:360px)and (height:800px)and (orientation:portrait){:root{--hero-orb-size: clamp(150px, 21vw, 230px)}}@media(width:360px)and (height:740px)and (orientation:portrait){:root{--hero-orb-size: clamp(150px, 21vw, 230px)}}@media(width:360px)and (height:780px)and (orientation:portrait){:root{--hero-orb-shift: 40px !important}}@media(width:360px)and (height:800px)and (orientation:portrait){:root{--hero-orb-shift: 40px !important}}@media(width:360px)and (height:610px)and (orientation:portrait){:root{--hero-orb-shift: 40px !important}}.landing-grid-wrap{position:relative;isolation:isolate}.landing-grid-wrap:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,var(--grid-dot-color, rgba(255, 255, 255, .2)) 1px,transparent 1px);background-size:50px 50px;background-position:left top;pointer-events:none;mix-blend-mode:normal;opacity:1;z-index:0;mask-image:linear-gradient(to bottom,transparent 0,black var(--grid-fade-start, 0px),black 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,black var(--grid-fade-start, 0px),black 100%)}.grid-locked .landing-grid-wrap:before{position:fixed;inset:0}.landing-grid-wrap>*{position:relative;z-index:1}.grid-aligned-section{position:relative}.grid-aligned-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,var(--grid-dot-color, rgba(255, 255, 255, .2)) 1px,transparent 1px);background-size:50px 50px;background-position:left calc(-1 * var(--grid-offset, 0px));pointer-events:none;z-index:0}.grid-aligned-section>*{position:relative;z-index:1}.company-logos{position:absolute;bottom:92px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:48px;z-index:3}.company-logo{opacity:.8;transition:opacity var(--transition-fast);filter:brightness(0) invert(1)}.company-logo:hover{opacity:1}@media(max-width:768px){.company-logos{flex-wrap:wrap;gap:24px;padding:0 20px}}.insights-section{background:transparent;padding:234px 35.5px 20px}.insights-container{max-width:1600px;margin:0 auto}.insights-content{display:flex;gap:48px;padding:24px;border:1px solid var(--color-border);border-radius:12px;background:#0006}.insights-content--reversed{flex-direction:row-reverse}.insights-left{flex:1;max-width:1007px;height:702px;border-radius:8px;overflow:hidden}.insights-right{flex:1;max-width:520px}.insights-text-section{margin-bottom:48px}.insights-heading{margin-bottom:32px}.insights-tag{font-size:11px;letter-spacing:.2em;color:var(--dynamic-text-color, rgba(255, 255, 255, .7));opacity:.8;display:inline-block;margin-bottom:12px}.insights-heading-title{font-size:32px;font-weight:400;line-height:1.1;color:var(--dynamic-text-color, var(--color-text-primary));margin:0;letter-spacing:-.02em}.insights-icon{width:40px;height:40px;margin-bottom:12px;color:var(--dynamic-text-color, var(--color-text-primary))}.insights-title{font-size:40px;font-weight:300;line-height:1;color:var(--dynamic-text-color, var(--color-text-primary));margin-bottom:12px;letter-spacing:-.01em}.insights-description{font-size:14px;line-height:1.6;color:var(--dynamic-text-color, var(--color-text-secondary));margin-bottom:48px;opacity:.8}.btn-outline{background:transparent;color:var(--dynamic-text-color, var(--color-text-primary));border:1px solid;border-color:var(--dynamic-text-color, rgba(255, 255, 255, .2));padding:7px 16px;font-size:14px;border-radius:8px;text-decoration:none;display:inline-block;transition:all var(--transition-fast);opacity:.8}.btn-outline:hover{opacity:1}.insights-features{margin-top:48px}.insights-feature-item{padding:12px 0;border-top:1px solid;border-top-color:var(--dynamic-text-color, var(--color-border));opacity:1}.insights-feature-item:last-child{border-bottom:1px solid;border-bottom-color:var(--dynamic-text-color, var(--color-border))}.insights-feature-item.active{border-top:2px solid;border-top-color:var(--dynamic-text-color, var(--color-text-primary))}.insights-feature-title{font-size:24px;font-weight:300;color:var(--dynamic-text-color, var(--color-text-primary));margin-bottom:8px}.insights-feature-description{font-size:14px;line-height:1.5;color:var(--dynamic-text-color, var(--color-text-muted));opacity:.7}.insights-visual{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#fff,#00000080 200%);font-family:var(--body-font);text-transform:uppercase;overflow:hidden}.insights-visual-header{text-align:center;margin-bottom:32px}.insights-visual-header .section-badge{justify-content:center;margin:0 auto 12px}.insights-visual-header .section-title{margin:0;text-align:center}.insights-visual-header--text{text-align:left}.insights-visual-header--text .section-badge{justify-content:flex-start;margin-left:0;margin-right:0}.insights-visual-header--text .section-title{text-align:left}.section-badge--insights{gap:12px}.section-badge--insights span{letter-spacing:.15em}.insights-visual__canvas{position:absolute;inset:0;width:100%;height:100%;z-index:1}.insights-visual__content{position:relative;z-index:2;width:100%;height:100%;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#000;text-shadow:0 0 20px rgba(255,255,255,1);-webkit-user-select:none;user-select:none}.insights-visual__title{font-size:100px;font-weight:700;margin:0;letter-spacing:-.04em}.insights-visual__subtitle{font-size:80px;font-weight:500;margin:0;letter-spacing:-.02em}@media(max-width:1024px){.insights-section{padding-top:80px}.insights-content{flex-direction:column}.insights-visual__content{padding:32px}.insights-visual__title{font-size:60px}.insights-visual__subtitle{font-size:48px}}.faq-section{background:transparent;padding:240px 35.5px 160px;color:#0f172a;position:relative}.faq-container{max-width:900px;margin:0 auto;position:relative;z-index:1}.faq-header{text-align:center;margin-bottom:48px}.faq-section .section-label{color:#94a3b8}.faq-header h2{font-size:56px;font-weight:300;color:#0a0a0a;font-family:var(--remark-font)}.faq-items{min-height:520px;position:relative}.faq-items:before{content:"";position:absolute;inset:0;background:#fafafab3;opacity:.6;pointer-events:none;z-index:0}.faq-items>*{position:relative;z-index:1}.faq-item{border-bottom:1px solid var(--border-light, #e2e8f0);padding:24px 0;cursor:pointer;transition:color var(--transition-fast)}.faq-item.active{color:#0a0a0a}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-question h3{font-size:18px;font-weight:600;color:#0f172a}.faq-question span{font-size:24px;color:#94a3b8}.faq-item.active span{color:#0f172a}.faq-answer{max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);transition:max-height .4s ease,opacity .3s ease,transform .3s ease}.faq-answer--open{max-height:200px;opacity:1;transform:translateY(0)}.faq-answer p{margin-top:12px;font-size:15px;color:#475569;line-height:1.6}.faq-page{min-height:100vh;padding-top:0}.faq-page__grid{padding-bottom:140px}.trust-page{background:#f8fafc;color:#0f172a;padding:120px 40px 80px;font-family:var(--body-font, "Inter", sans-serif);min-height:100vh}.trust-hero{position:relative;max-width:1647px;margin:0 auto 32px}.trust-hero-image{height:520px;border-radius:0;background:url(/assets/media/metal-single-owl-bnw.png);background-size:140% auto;background-position:center 75%;background-repeat:no-repeat}.trust-hero-card{width:min(1162px,calc(100% - 80px));background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:56px;position:relative;margin:-80px auto 0;box-shadow:0 20px 45px #0f172a1f}.trust-hero-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;max-width:938px;margin-left:auto;margin-right:auto}.trust-logo{width:68px;height:68px;border-radius:12px;background:#fff;padding:6px;display:inline-flex;align-items:center;justify-content:center}.trust-logo img{width:100%;height:100%;object-fit:contain;display:block}.trust-founded{font-size:13px;color:#94a3b8}.trust-hero-copy{display:grid;gap:12px;font-size:14px;color:#475569;line-height:1.6;max-width:938px;margin-left:auto;margin-right:auto;padding-top:20px}.trust-hero-actions{margin-top:18px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;max-width:938px;margin-left:auto;margin-right:auto;padding-bottom:20px}.trust-primary-btn{background:#0f172a;color:#fff;border:none;padding:10px 18px;border-radius:6px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.trust-btn-icon{width:16px;height:16px;border-radius:4px;background:#ffffff4d}.trust-hero-links{display:flex;gap:12px;align-items:center;font-size:12px;color:#64748b}.trust-hero-links a{color:#3b82f6;text-decoration:none}.trust-hero-links span{color:#cbd5f5}.trust-nav{max-width:1162px;margin:28px auto 18px;display:flex;justify-content:center;gap:22px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.trust-nav-link{color:#64748b;background:none;border:none;padding-bottom:8px;border-bottom:1px solid transparent;text-transform:uppercase;letter-spacing:.08em;font-size:12px;cursor:pointer}.trust-nav-link.is-active{color:#0f172a;border-color:#0f172a33}.trust-content{max-width:1162px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:32px}.trust-content.trust-content--single{grid-template-columns:1fr}.trust-content.trust-content--single .trust-compliances{width:100%}.trust-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:18px;box-shadow:0 12px 24px #0f172a0f}.trust-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.trust-card-header h3{font-size:16px;font-weight:600;margin:0}.trust-card-title{display:flex;align-items:center;gap:10px}.trust-pill{font-size:11px;padding:4px 8px;border-radius:999px;background:#3b82f61f;color:#2563eb}.trust-link-btn{background:transparent;border:none;color:#64748b;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.trust-card-header-spacer{display:inline-block;width:1px;height:1px;opacity:0}.trust-compliance-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.trust-compliance-item{display:flex;gap:12px;align-items:center;padding:10px;border:1px solid rgba(15,23,42,.08);border-radius:10px}.trust-compliance-logo{width:32px;height:32px;border-radius:999px;background:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.trust-compliance-badge{font-size:10px;font-weight:700;color:#0f172a;letter-spacing:.04em}.trust-compliance-title{display:block;font-size:13px;font-weight:600;color:#0f172a}.trust-compliance-detail{display:block;font-size:11px;color:#64748b;margin-top:4px;line-height:1.4}.trust-compliance-pill{display:inline-flex;margin-top:6px;font-size:11px;padding:2px 8px;border-radius:999px;background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.3)}.trust-stack{display:grid;gap:28px}.trust-controls-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.trust-page[data-active-nav=Controls] .trust-controls-grid{grid-template-columns:1fr}.trust-control-card{border:1px solid rgba(15,23,42,.08);border-radius:10px;padding:12px;background:#0f172a05}.trust-control-card h4{margin:0 0 8px;font-size:13px;font-weight:600}.trust-control-card ul{list-style:none;margin:0;padding:0;font-size:12px;color:#64748b;display:grid;gap:6px}.trust-control-card li{position:relative;padding-left:24px}.trust-control-card li:before{content:"";position:absolute;left:0;top:2px;width:16px;height:16px;border-radius:50%;background:#dbeafe}.trust-control-card li:after{content:"✓";position:absolute;left:0;top:2px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#2563eb;font-weight:700;transform:translateY(.5px)}.trust-subprocessor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.trust-page[data-active-nav=Subprocessors] .trust-subprocessor-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.trust-subprocessor-card{display:flex;align-items:center;gap:12px;border:1px solid rgba(15,23,42,.08);border-radius:10px;padding:12px}.trust-subprocessor-logo{width:56px;height:56px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;padding:4px}.trust-subprocessor-logo img{width:100%;height:100%;object-fit:contain}.trust-subprocessor-card h4{margin:0 0 4px;font-size:13px}.trust-subprocessor-card span{font-size:11px;color:#64748b}@media(max-width:1100px){.trust-content,.trust-controls-grid,.trust-resource-grid,.trust-subprocessor-grid{grid-template-columns:1fr}.trust-hero-card{padding:24px}.trust-nav{flex-wrap:wrap}}@media(max-width:430px){.trust-page{padding-top:0;padding-left:16px;padding-right:16px}.trust-hero{margin-top:-120px}.trust-hero-image{width:calc(100% - 48px);margin-left:auto;margin-right:auto}.trust-hero-card{width:100%;padding:20px 16px}.trust-hero-top{max-width:100%}.trust-founded{display:inline-flex;width:100%;justify-content:center;text-align:center;padding:10px 18px;font-size:14px;margin-left:-8px;margin-right:-8px}}@media(max-width:375px){.trust-page{padding-top:0;padding-left:16px;padding-right:16px}.trust-hero{margin-top:-150px}.trust-hero-image{width:calc(100% - 48px);margin-left:auto;margin-right:auto}.trust-hero-card{width:100%;padding:20px 16px}.trust-hero-top{max-width:100%}.trust-founded{display:inline-flex;width:100%;justify-content:center;text-align:center;padding:10px 18px;font-size:14px;margin-left:-8px;margin-right:-8px}}.terms-page{background:#fff;color:#0f172a;padding:120px 40px 150px;font-family:var(--body-font, "Inter", sans-serif);min-height:100vh}.terms-container{max-width:1600px;margin:0 auto}.terms-header{padding:0 150px 50px}.terms-header h1{font-family:var(--remark-font);font-size:54px;font-weight:400;letter-spacing:-.02em;color:#0a0a0a;margin:0}.terms-body{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:120px;padding:0 150px;align-items:start}.terms-content{max-width:1000px}.terms-intro{font-size:18px;line-height:1.7;margin-bottom:60px;color:#0a0a0a}.terms-section{padding-top:80px}.terms-section:first-of-type{padding-top:0}.terms-section h2{font-family:var(--remark-font);font-size:32px;font-weight:400;letter-spacing:-.02em;margin-bottom:16px;color:#0a0a0a}.terms-section p{font-size:18px;line-height:1.7;color:#0a0a0a;margin:0 0 16px}.terms-section ul{margin:20px 0 0;padding-left:24px;display:grid;gap:10px}.terms-section li{font-size:18px;line-height:1.7;color:#0a0a0a}.terms-sidebar{position:sticky;top:80px;padding:24px;border:1px solid rgba(15,23,42,.25)}.terms-contents-mobile{display:none;margin:32px 0 48px;padding:24px;border:1px solid rgba(15,23,42,.25)}.terms-contents-mobile h3{font-size:14px;font-weight:500;letter-spacing:.02em;text-transform:uppercase;margin:0 0 16px;color:#0a0a0a}.terms-contents-mobile nav{display:grid;gap:14px}.terms-contents-mobile a{font-size:14px;color:#0a0a0a;text-decoration:none;opacity:.55;transition:opacity .2s ease}.terms-contents-mobile a:hover{opacity:1}.terms-sidebar h3{font-size:14px;font-weight:500;letter-spacing:.02em;text-transform:uppercase;margin:0 0 16px;color:#0a0a0a}.terms-sidebar nav{display:grid;gap:14px}.terms-sidebar a{font-size:14px;color:#0a0a0a;text-decoration:none;opacity:.55;transition:opacity .2s ease}.terms-sidebar a:hover{opacity:1}@media(max-width:1200px){.terms-header,.terms-body{padding:0 60px}.terms-body{grid-template-columns:minmax(0,1fr) 240px;gap:60px}}@media(max-width:900px){.terms-page{padding:100px 24px 120px}.terms-header,.terms-body{padding:0}.terms-body{grid-template-columns:1fr;gap:48px}.terms-sidebar{display:none}.terms-contents-mobile{display:block}}.privacy-page{background:#fff;color:#0f172a;padding:120px 40px 150px;font-family:var(--body-font, "Inter", sans-serif);min-height:100vh}.privacy-container{max-width:1600px;margin:0 auto}.privacy-header{padding:0 150px 50px}.privacy-header h1{font-family:var(--remark-font);font-size:54px;font-weight:400;letter-spacing:-.02em;color:#0a0a0a;margin:0}.privacy-body{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:120px;padding:0 150px;align-items:start}.privacy-content{max-width:1000px}.privacy-intro{font-size:18px;line-height:1.7;margin-bottom:60px;color:#0a0a0a}.privacy-section{padding-top:80px}.privacy-section:first-of-type{padding-top:0}.privacy-section h2{font-family:var(--remark-font);font-size:32px;font-weight:400;letter-spacing:-.02em;margin-bottom:16px;color:#0a0a0a}.privacy-section p{font-size:18px;line-height:1.7;color:#0a0a0a;margin:0 0 16px}.privacy-section ul{margin:20px 0 0;padding-left:24px;display:grid;gap:10px}.privacy-section li{font-size:18px;line-height:1.7;color:#0a0a0a}.privacy-sidebar{position:sticky;top:80px;padding:24px;border:1px solid rgba(15,23,42,.25)}.privacy-contents-mobile{display:none;margin:32px 0 48px;padding:24px;border:1px solid rgba(15,23,42,.25)}.privacy-contents-mobile h3{font-size:14px;font-weight:500;letter-spacing:.02em;text-transform:uppercase;margin:0 0 16px;color:#0a0a0a}.privacy-contents-mobile nav{display:grid;gap:14px}.privacy-contents-mobile a{font-size:14px;color:#0a0a0a;text-decoration:none;opacity:.55;transition:opacity .2s ease}.privacy-contents-mobile a:hover{opacity:1}.privacy-sidebar h3{font-size:14px;font-weight:500;letter-spacing:.02em;text-transform:uppercase;margin:0 0 16px;color:#0a0a0a}.privacy-sidebar nav{display:grid;gap:14px}.privacy-sidebar a{font-size:14px;color:#0a0a0a;text-decoration:none;opacity:.55;transition:opacity .2s ease}.privacy-sidebar a:hover{opacity:1}@media(max-width:1200px){.privacy-header,.privacy-body{padding:0 60px}.privacy-body{grid-template-columns:minmax(0,1fr) 240px;gap:60px}}@media(max-width:900px){.privacy-page{padding:100px 24px 120px}.privacy-header,.privacy-body{padding:0}.privacy-body{grid-template-columns:1fr;gap:48px}.privacy-sidebar{display:none}.privacy-contents-mobile{display:block}}
