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:100vh;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:-.03em;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-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%}.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)}@keyframes floatMac{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 15px))}}@keyframes floatPhone{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.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)}.hero .subtitle{font-size:1.25rem;line-height:1.7}.hero-actions{gap:1rem;justify-content:center}.hero-visual{height:450px;margin-top:2rem}.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:360px}.iphone-image{height:auto;width:90px}@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:6rem 2rem 3rem}.hero-container{gap:3rem}.hero-content{margin:0 auto;max-width:540px}.hero h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;white-space:normal}.hero .subtitle{font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem}.hero-actions{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:450px;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{flex:1;min-width:180px}.hero-visual{height:380px;margin-top:3rem}.devices-stage{max-width:500px}.mac-wrapper{animation:floatMacMobile 5s ease-in-out infinite;left:15%;top:45%;transform:translateY(-50%)}.iphone-wrapper{animation:floatPhoneMobile 5s ease-in-out infinite;animation-delay:-2.5s;bottom:20%;right:20%}@keyframes floatMacMobile{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 8px))}}@keyframes floatPhoneMobile{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.mac-image{height:auto;width:300px}.iphone-image{height:auto;width:75px}.hero-visual:hover .mac-wrapper{transform:translateY(-50%)}.hero-visual:hover .iphone-wrapper{transform:none}}@media (max-width:480px){.hero{align-items:center;display:flex;min-height:auto;padding:10rem 1.25rem 2rem}.hero-container{gap:1.5rem;justify-content:center;padding:0}.hero-content{padding:0 .5rem}.hero h1{font-size:2rem;letter-spacing:-.02em;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}.hero-visual{height:180px;margin-left:auto;margin-right:auto;margin-top:0;max-width:400px;padding:0;width:100%}.devices-stage{max-width:350px}.mac-wrapper{animation:none!important;left:10%!important;top:40%!important;transform:translateY(-50%)!important}.iphone-wrapper{animation:none!important;bottom:25%!important;right:15%!important}.mac-image{height:auto;width:240px}.iphone-image{height:auto;width:60px}.device-image{filter:drop-shadow(0 10px 20px rgba(30,58,138,.15))}}@media (max-width:375px){.hero{min-height:auto;padding:10rem 1rem 1.5rem 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:160px;margin-top:0;padding:0}.devices-stage{max-width:320px}.mac-wrapper{left:8%!important;top:35%!important;transform:translateY(-50%)!important}.iphone-wrapper{bottom:28%!important;right:12%!important}.mac-image{height:auto;width:210px}.iphone-image{height:auto;width:52px}}@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}}