nav{backdrop-filter:saturate(180%) blur(20px);background:hsla(0,0%,100%,.98);border-bottom:1px solid rgba(226,232,240,.8);height:80px;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}nav.scrolled{box-shadow:0 4px 6px -1px rgba(0,0,0,.07)}.nav-container{align-items:center;display:flex;height:80px;justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding:0 3rem}.logo{background:linear-gradient(135deg,#1e3a8a,#1d4ed8);-webkit-background-clip:text;font-size:1.375rem;font-weight:700;-webkit-text-fill-color:transparent;align-items:center;background-clip:text;display:inline-flex;gap:.25rem;letter-spacing:.02em;padding:.25rem 0;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo-icon{display:block;height:40px;margin-top:2px;-o-object-fit:contain;object-fit:contain;transition:transform .3s cubic-bezier(.4,0,.2,1);width:40px}.logo:hover .logo-icon{transform:scale(1.05) rotate(-3deg)}.logo:hover{transform:translateY(-1px)}.logo:after{background:linear-gradient(90deg,#1e3a8a,#1d4ed8);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.logo:hover:after{width:100%}.nav-links{align-items:center;display:flex;gap:2.5rem}.nav-links a:not(.nav-cta){color:var(--text);font-size:.9375rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .2s}.nav-links a:not(.nav-cta):after{background:linear-gradient(90deg,var(--primary),var(--primary-dark));bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:0}.nav-links a:not(.nav-cta).active,.nav-links a:not(.nav-cta):hover{color:var(--primary)}.nav-links a:not(.nav-cta).active:after,.nav-links a:not(.nav-cta):hover:after{width:100%}.nav-cta{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:8px;box-shadow:0 4px 12px rgba(30,58,138,.3);color:#fff!important;display:inline-block;font-size:.9rem;font-weight:600;min-height:44px;padding:.625rem 1.75rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.nav-cta:hover{box-shadow:0 6px 16px rgba(30,58,138,.4);transform:translateY(-2px)}.mobile-menu-toggle{background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;height:24px;justify-content:space-around;padding:0;width:30px;z-index:1001}.hamburger-line{background:var(--primary);border-radius:2px;height:3px;transition:all .3s ease;width:100%}.mobile-menu-toggle[aria-expanded=true] .hamburger-line:first-child{transform:translateY(10.5px) rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav-links{align-items:center;backdrop-filter:saturate(180%) blur(20px);background:hsla(0,0%,100%,.98);box-shadow:-4px 0 20px rgba(0,0,0,.1);flex-direction:column;gap:2rem;height:calc(100vh - 80px);justify-content:flex-start;overflow-y:auto;padding:3rem 2rem;position:fixed;right:-100%;top:80px;transition:right .3s cubic-bezier(.4,0,.2,1);width:100%}.nav-links.active{right:0}.nav-links a:not(.nav-cta){font-size:1.25rem;padding:1rem 0;text-align:center;width:100%}.nav-cta{margin-top:1rem;max-width:300px;padding:1rem 2rem;text-align:center;width:100%}}.hero{background:linear-gradient(180deg,var(--bg) 0,var(--primary-light) 100%);display:flex;min-height:calc(100vh - 72px);overflow:hidden;padding:10rem 3rem 6rem}.hero,.hero-container{align-items:center;margin:0 auto;position:relative}.hero-container{display:grid;gap:4rem;grid-template-columns:1fr 1fr;max-width:var(--max-width);width:100%;z-index:10}.hero-content{max-width:520px}.hero h1{color:var(--text);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:0;line-height:1.15;margin-bottom:2rem;white-space:nowrap}.hero-title{background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 8s ease-in-out infinite;background-clip:text;background-size:200% 200%}.hero-tagline{color:var(--text-light);font-size:clamp(.875rem,2vw,1.0625rem);font-weight:500;letter-spacing:.02em;margin-bottom:1rem;opacity:.85}.hero .subtitle{color:var(--text-light);font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.8;margin-bottom:3rem}.hero-actions{align-items:center;display:flex;gap:1rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{white-space:nowrap}.hero-cta{font-size:1.0625rem;padding:1.125rem 2.75rem}.hero-cta-secondary{font-size:.9375rem;padding:.875rem 2rem}.hero-visual{height:500px}.hero-visual,.visual-content{align-items:center;display:flex;justify-content:center;position:relative}.visual-content{height:100%;width:100%}.hero-proof-card{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:hsla(0,0%,100%,.96);border:1px solid rgba(148,163,184,.26);border-radius:8px;bottom:1.25rem;box-shadow:0 20px 48px rgba(15,23,42,.14),inset 0 1px 0 hsla(0,0%,100%,.8);left:0;padding:1rem;position:absolute;width:min(320px,86%);z-index:3}.hero-proof-card__top{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.75rem}.hero-proof-status,.hero-proof-time{align-items:center;border-radius:999px;display:inline-flex;font-size:.6875rem;font-weight:700;line-height:1;min-height:1.625rem;white-space:nowrap}.hero-proof-status{background:var(--primary-light);color:var(--primary);padding:.375rem .625rem}.hero-proof-time{color:#475569}.hero-proof-card__title{color:var(--text);font-size:.9375rem;font-weight:700;line-height:1.4}.hero-soap-preview{display:grid;gap:.5rem;margin-top:.75rem}.hero-soap-preview div{align-items:center;display:grid;gap:.625rem;grid-template-columns:1.75rem 1fr}.hero-soap-preview dt{align-items:center;background:#eef2ff;border-radius:6px;color:var(--primary);display:inline-flex;font-size:.75rem;font-weight:800;height:1.75rem;justify-content:center;width:1.75rem}.hero-soap-preview dd{color:#475569;font-size:.8125rem;font-weight:600;line-height:1.4;margin:0}.devices-stage{margin:0 auto;max-width:700px}.devices-container,.devices-stage{height:100%;position:relative;width:100%}.device-wrapper{position:absolute}.mac-wrapper{animation:floatMac 4s ease-in-out infinite;left:10%;top:50%;transform:translateY(-50%);z-index:1}.iphone-wrapper{animation:floatPhone 4s ease-in-out infinite;animation-delay:-2s;bottom:15%;right:10%;z-index:2}.device-image{filter:drop-shadow(0 20px 40px rgba(30,58,138,.2)) drop-shadow(0 40px 80px rgba(30,58,138,.1));transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.mac-image{width:450px}.iphone-image,.mac-image{display:block;height:auto;-o-object-fit:contain;object-fit:contain}.iphone-image{width:110px}.hero-visual:hover .mac-wrapper{transform:translateY(-50%) translateX(-10px) scale(1.02)}.hero-visual:hover .iphone-wrapper{transform:translateX(10px) scale(1.02)}.hero-video{background:linear-gradient(180deg,var(--primary-light) 0,var(--bg) 100%);padding:3rem 3rem 4rem;position:relative;scroll-margin-top:80px}.hero-video__inner{margin:0 auto;max-width:1120px;padding:0 2rem;position:relative;z-index:2}.hero-video__frame{background-color:#08111f;background-image:var(--hero-video-poster);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid rgba(148,163,184,.24);border-radius:8px;box-shadow:0 32px 82px rgba(15,23,42,.16),inset 0 1px 0 hsla(0,0%,100%,.65);isolation:isolate;overflow:hidden;position:relative}.hero-video__frame:after,.hero-video__frame:before{content:"";inset:0;pointer-events:none;position:absolute;transition:opacity .35s ease;z-index:1}.hero-video__frame:before{background:linear-gradient(115deg,rgba(15,23,42,.08),rgba(15,23,42,0) 38%),linear-gradient(245deg,rgba(250,204,21,.16),rgba(250,204,21,0) 26%)}.hero-video__frame:after{background:linear-gradient(180deg,rgba(4,9,20,0) 56%,rgba(4,9,20,.28)),linear-gradient(90deg,rgba(8,13,27,.08),rgba(8,13,27,0) 54%,rgba(8,13,27,.1))}.hero-video__media{aspect-ratio:16/9;background:#0f172a;display:block;height:auto;-o-object-fit:cover;object-fit:cover;transition:opacity .24s ease;width:100%}.hero-video__frame.is-enhanced:not(.is-playing) .hero-video__media{opacity:0}.hero-video__preview{align-items:flex-end;background:transparent;border:0;color:#fff;cursor:pointer;display:none;inset:0;justify-content:flex-start;padding:2rem;position:absolute;text-align:left;z-index:2}.hero-video__frame.is-enhanced .hero-video__preview{display:flex}.hero-video__preview-content{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:rgba(8,13,27,.66);border:1px solid hsla(0,0%,100%,.24);border-radius:8px;box-shadow:0 18px 48px rgba(2,6,23,.24);display:inline-flex;gap:.875rem;max-width:min(100%,420px);padding:.75rem 1rem .75rem .75rem;transform:translateY(0);transition:transform .28s ease,background .28s ease,border-color .28s ease}.hero-video__play-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 10px 24px rgba(2,6,23,.24),inset 0 0 0 1px hsla(0,0%,100%,.58);color:var(--primary-dark);display:inline-flex;flex:0 0 3rem;height:3rem;justify-content:center;position:relative;width:3rem}.hero-video__play-icon:after{animation:videoPlayRing 2.4s ease-out infinite;border:1px solid hsla(0,0%,100%,.34);border-radius:50%;content:"";inset:-.45rem;position:absolute}.hero-video__preview-copy{display:grid;gap:.05rem;min-width:0}.hero-video__eyebrow{color:hsla(0,0%,100%,.76);font-size:.75rem;font-weight:700;line-height:1.35}.hero-video__headline{color:#fff;font-size:1.125rem;font-weight:800;line-height:1.35}.hero-video__preview:hover .hero-video__preview-content{background:rgba(8,13,27,.76);border-color:hsla(0,0%,100%,.36);transform:translateY(-2px)}.hero-video__preview:hover .hero-video__play-icon{color:var(--accent)}.hero-video__preview:focus-visible{outline:3px solid rgba(59,130,246,.9);outline-offset:-6px}.hero-video__preview:focus-visible .hero-video__preview-content{border-color:hsla(0,0%,100%,.48)}.hero-video__frame.is-playing .hero-video__preview,.hero-video__frame.is-playing:after,.hero-video__frame.is-playing:before{opacity:0;pointer-events:none;visibility:hidden}.hero-video__media:focus-visible{outline:3px solid var(--accent);outline-offset:4px}@keyframes floatMac{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 15px))}}@keyframes floatPhone{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes videoPlayRing{0%{opacity:.65;transform:scale(.82)}70%,to{opacity:0;transform:scale(1.28)}}@media (prefers-reduced-motion:reduce){.hero-video__preview-content{transition:none}.hero-video__play-icon:after{animation:none}}.recording-indicator{align-items:center;background:#fff;border:1px solid var(--border);border-radius:100px;box-shadow:0 4px 12px rgba(0,0,0,.08);display:inline-flex;gap:.75rem;padding:.75rem 1.5rem}.recording-indicator span{color:var(--text);font-size:.875rem;font-weight:500}.rec-dot{animation:pulse 2s infinite;background:#f44;border-radius:50%;height:8px;width:8px}.waveform{align-items:center;background:#fff;border-radius:15px;box-shadow:var(--shadow-sm);display:flex;gap:4px;height:60px;margin:2rem 0;padding:1rem}.wave-bar{animation:wave 1.5s ease-in-out infinite;background:linear-gradient(180deg,var(--primary),var(--accent));border-radius:3px;flex:1;opacity:.8}.wave-bar:nth-child(odd){animation-delay:.1s}.wave-bar:nth-child(2n){animation-delay:.3s}#hero-canvas-container{height:100%;left:0;opacity:.6;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@media (min-width:1440px){.hero{padding:12rem 4rem 8rem}.hero-container{max-width:var(--max-width)}.hero h1{font-size:4rem}.hero .subtitle{font-size:1.5rem}.devices-stage{max-width:750px}.mac-image{height:auto;width:480px}.iphone-image{height:auto;width:120px}}@media (max-width:1439px) and (min-width:1024px){.hero{padding:10rem 3rem 6rem}.hero-visual{height:500px}.mac-image{height:auto;width:420px}.iphone-image{height:auto;width:105px}}@media (max-width:1024px){.hero{padding:9rem 2.5rem 5rem}.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-content{margin:0 auto;max-width:680px}.hero h1{font-size:clamp(2.5rem,6vw,3.5rem);letter-spacing:0}.hero .subtitle{font-size:1.25rem;line-height:1.7}.hero-actions{gap:1rem;justify-content:center}.hero-visual{height:450px;margin-top:2rem}.hero-proof-card{bottom:0;left:50%;transform:translateX(-50%)}.devices-stage{max-width:600px}.mac-wrapper{left:10%;top:50%;transform:translateY(-50%)}.iphone-wrapper{bottom:20%;right:10%}.mac-image{height:auto;width:min(68vw,360px)!important}.iphone-image{height:auto;width:min(17vw,90px)!important}.hero-video{padding:2.75rem 2.5rem 3.5rem}.hero-video__inner{padding:0 1.5rem}.hero-video__preview{padding:1.5rem}@keyframes floatMac{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 10px))}}@keyframes floatPhone{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}}@media (max-width:768px){.hero{min-height:auto;padding:5rem 1.5rem 1.25rem}.hero-container{gap:1.5rem}.hero-content{margin:0 auto;max-width:540px}.hero h1{font-size:clamp(2rem,5vw,2.35rem);letter-spacing:0;line-height:1.2;margin-bottom:1rem;white-space:normal}.hero .subtitle{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.hero-actions{flex-direction:row;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:0 auto;max-width:420px;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{flex:1;min-width:170px;padding:1rem 1.75rem}.hero-visual{height:220px;margin-top:0}.hero-proof-card{display:none}.devices-stage{max-width:500px}.mac-wrapper{animation:floatMacMobile 5s ease-in-out infinite;left:50%;top:45%;transform:translate(-50%,-50%)}.iphone-wrapper{animation:floatPhoneMobile 5s ease-in-out infinite;animation-delay:-2.5s;bottom:20%;right:20%}@keyframes floatMacMobile{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 8px))}}@keyframes floatPhoneMobile{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.mac-image{height:auto;width:min(72vw,320px)!important}.iphone-image{height:auto;width:min(18vw,76px)!important}.hero-video{padding:2rem 0 3rem}.hero-video__inner{padding:0 1.5rem}.hero-video__preview{padding:1.25rem}.hero-video__preview-content{gap:.75rem;padding:.625rem .875rem .625rem .625rem}.hero-video__play-icon{flex-basis:2.75rem;height:2.75rem;width:2.75rem}.hero-video__headline{font-size:1rem}.hero-visual:hover .mac-wrapper{transform:translate(-50%,-50%)}.hero-visual:hover .iphone-wrapper{transform:none}}@media (max-width:480px){.hero{align-items:center;display:flex;min-height:auto;padding:5.5rem 1.25rem 1rem}.hero-container{gap:1.5rem;justify-content:center;padding:0}.hero-content{padding:0 .5rem}.hero h1{font-size:2rem;letter-spacing:0;line-height:1.2;margin-bottom:1.25rem}.hero .subtitle{font-size:.95rem;line-height:1.6;margin-bottom:2rem;padding:0}.hero-actions{gap:.75rem;max-width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{border-radius:12px;font-size:.9375rem;font-weight:600;padding:1rem 1.5rem;width:100%}.hero-visual{height:140px;margin-left:auto;margin-right:auto;margin-top:.75rem;max-width:400px;padding:0;width:100%}.devices-stage{max-width:350px}.mac-wrapper{animation:none!important;left:50%!important;top:46%!important;transform:translate(-50%,-50%)!important}.iphone-wrapper{animation:none!important;bottom:12%!important;right:14%!important}.mac-image{height:auto;width:min(78vw,300px)!important}.iphone-image{height:auto;width:min(20vw,72px)!important}.device-image{filter:drop-shadow(0 10px 20px rgba(30,58,138,.15))}.hero-video{padding-bottom:2.5rem}.hero-video__inner{padding:0 1rem}.hero-video__preview{align-items:flex-start;padding:.875rem}.hero-video__preview-content{border-radius:999px;gap:0;max-width:none;padding:.5rem}.hero-video__preview-copy{display:none}.hero-video__eyebrow{font-size:.6875rem}.hero-video__headline{font-size:.9375rem}}@media (max-width:375px){.hero{min-height:auto;padding:5.5rem 1rem 1rem 0}.hero-container{gap:1.25rem;justify-content:center}.hero h1{font-size:1.75rem;margin-bottom:1rem}.hero .subtitle{font-size:.875rem;line-height:1.5;margin-bottom:1.75rem}.hero-actions{flex-direction:column;gap:.625rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{font-size:.875rem;padding:.9375rem 1.25rem;width:100%}.hero-visual{height:130px;margin-top:.5rem;padding:0}.devices-stage{max-width:320px}.mac-wrapper{left:50%!important;top:46%!important;transform:translate(-50%,-50%)!important}.iphone-wrapper{bottom:12%!important;right:13%!important}.mac-image{height:auto;width:min(78vw,280px)!important}.iphone-image{height:auto;width:min(20vw,68px)!important}}@media (max-height:600px) and (orientation:landscape){.hero{min-height:auto;padding:5rem 2rem 3rem}.hero-visual{height:280px}.devices-stage{max-width:450px}.mac-wrapper{left:20%;top:50%;transform:translateY(-50%)}.iphone-wrapper{bottom:20%;right:15%}}@media (prefers-reduced-motion:reduce){.hero-title{animation:none}.iphone-wrapper,.mac-wrapper{animation:none!important}.hero-cta:before{display:none}.device-image{transition:none}}@media (min-resolution:192dpi){.device-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.trust-bar{background:linear-gradient(135deg,#eef2ff,#f0f9ff 50%,#eef2ff);border-bottom:1px solid rgba(199,210,254,.5);border-top:1px solid rgba(199,210,254,.5);padding:2.5rem 3rem}.trust-bar-inner{gap:3rem;justify-content:center;margin:0 auto;max-width:var(--max-width-content,1100px)}.trust-bar-inner,.trust-item{align-items:center;display:flex}.trust-item{flex-direction:column;gap:.25rem;text-align:center}.trust-number{background:linear-gradient(135deg,var(--primary,#1e3a8a) 0,var(--accent,#2563eb) 100%);-webkit-background-clip:text;font-size:1.75rem;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;line-height:1.2}.trust-unit{font-size:1.25rem;font-weight:600}.trust-label{color:var(--text-light,#64748b);font-size:.8125rem;font-weight:500;white-space:nowrap}.trust-badge{align-items:center;background:linear-gradient(135deg,var(--primary,#1e3a8a) 0,var(--accent,#2563eb) 100%);-webkit-background-clip:text;display:inline-flex;font-size:1rem;font-weight:700;gap:.375rem;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.trust-badge svg{color:var(--primary,#1e3a8a);flex-shrink:0}.trust-divider{background:rgba(165,180,252,.5);flex-shrink:0;height:2.5rem;width:1px}.trust-note{color:var(--text-lighter,#94a3b8);font-size:.75rem;line-height:1.6;margin:1.25rem auto 0;max-width:var(--max-width-content,1100px);text-align:center}@media (max-width:768px){.trust-bar{padding:2rem 1.5rem}.trust-bar-inner{flex-wrap:wrap;gap:1.5rem 2rem}.trust-divider{display:none}.trust-item{flex:0 0 calc(50% - 1rem)}.trust-number{font-size:1.5rem}.trust-note{margin-top:1rem;padding:0 .5rem}}@media (max-width:480px){.trust-bar{padding:1.5rem 1rem}.trust-bar-inner{gap:1.25rem 1rem}.trust-number{font-size:1.25rem}.trust-label{font-size:.75rem}.trust-badge{font-size:.875rem}}