*{box-sizing:border-box}:root{--bg: #050711;--panel: rgba(10, 12, 18, .45);--border: rgba(255, 255, 255, .1);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .7);--accent: #37C2FF;--warm: #FFB15B;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 6rem;--container-max-width: 1200px;--container-padding: 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100%;background:var(--bg);color:var(--text);overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2;color:var(--text)}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin:0;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--text)}img{max-width:100%;height:auto;display:block}button{font-family:inherit}ul,ol{margin:0;padding:0}section[id]{scroll-margin-top:80px}.header{position:sticky;top:0;z-index:100;background:#050711cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.header__container{max-width:var(--container-max-width);margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.header__brand{display:flex;align-items:center;gap:.75rem;z-index:101}.header__logo{width:40px;height:40px}.header__wordmark{font-size:1.5rem;font-weight:700;color:var(--text)}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav-link{color:var(--muted);font-weight:500;font-size:.9375rem;transition:color .2s ease;text-decoration:none}.header__nav-link:hover{color:var(--text)}.header__nav-link:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.header__nav-cta{margin-left:1rem}.header__mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.header__mobile-toggle span{width:24px;height:2px;background:var(--text);transition:all .3s ease;border-radius:2px}.header__mobile-toggle--open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.header__mobile-toggle--open span:nth-child(2){opacity:0}.header__mobile-toggle--open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header__mobile-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.header__backdrop{display:none}@media(max-width:768px){.header__backdrop{display:block;position:fixed;inset:0;background:#0009;z-index:99;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header__container{padding:1rem 1.5rem}.header__mobile-toggle{display:flex}.header__nav{position:fixed;top:0;right:0;bottom:0;width:280px;background:#050711fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid var(--border);flex-direction:column;align-items:stretch;gap:0;padding:6rem 2rem 2rem;transform:translate(100%);transition:transform .3s ease;z-index:100}.header__nav--open{transform:translate(0)}.header__nav-link{padding:1rem 0;border-bottom:1px solid var(--border)}.header__nav-cta{margin-left:0;margin-top:2rem}.header__nav-cta .btn{width:100%}}@media(prefers-reduced-motion:reduce){.header__mobile-toggle span,.header__nav{transition:none}}.section{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:6rem 0;scroll-margin-top:80px}.section--overlay-hero:before,.section--overlay-warm:before,.section--overlay-hardware:before,.section--overlay-interface:before{content:"";position:absolute;inset:0;z-index:0}.section--overlay-hero:before{background:linear-gradient(90deg,#050711e6,#0507118c 40%,#05071100 72%),radial-gradient(circle at 30% 20%,rgba(55,194,255,.14) 0%,transparent 55%),radial-gradient(ellipse at center,transparent 55%,rgba(5,7,17,.22) 100%)}.section--overlay-warm:before{background:linear-gradient(90deg,#050711d1,#0507118c 38%,#05071100 68%),radial-gradient(circle at 35% 30%,rgba(255,177,91,.1) 0%,transparent 55%)}.section--overlay-hardware:before{background:radial-gradient(circle at 70% 50%,rgba(55,194,255,.1) 0%,transparent 50%),radial-gradient(ellipse at center,transparent 40%,rgba(5,7,17,.3) 100%)}.section--overlay-interface:before{background:radial-gradient(ellipse at center,transparent 40%,rgba(5,7,17,.35) 100%)}.section>*{position:relative;z-index:1}@media(max-width:768px){.section{padding:4rem 0;scroll-margin-top:60px}}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:480px){.container{padding:0 1rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-decoration:none;font-family:inherit}.btn--primary{background:#0a0c1259;color:#ffffffeb;border:1px solid rgba(55,194,255,.55);box-shadow:0 0 0 2px #37c2ff26,0 0 28px #37c2ff59;border-radius:999px}.btn--primary:hover{box-shadow:0 0 0 2px #37c2ff38,0 0 44px #37c2ff8c;transform:translateY(-1px)}.btn--primary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn--secondary{background:#ffffff14;color:var(--text);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn--secondary:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-2px)}.btn--secondary:focus-visible{outline:2px solid var(--text);outline-offset:2px}.btn--ghost{background:transparent;color:var(--text);border:1px solid transparent}.btn--ghost:hover{background:#ffffff0d;border-color:var(--border)}.btn--ghost:focus-visible{outline:2px solid var(--text);outline-offset:2px}@media(prefers-reduced-motion:reduce){.btn{transition:none}.btn:hover{transform:none}}.icon-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid var(--border);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.icon-badge__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--accent)}.icon-badge__icon svg{width:16px;height:16px}.icon-badge__label{font-size:.875rem;font-weight:500;color:var(--text);white-space:nowrap}.hero{display:flex;align-items:flex-start;background-position:82% 78%}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-3xl);align-items:center}.hero__left{display:flex;flex-direction:column;gap:var(--spacing-lg);max-width:560px;padding:0;background:none;border-radius:0}.hero__title{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin-bottom:.5rem}.hero__subtitle{font-size:clamp(1.125rem,2vw,1.25rem);color:#ffffffb8;line-height:1.6;max-width:600px}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero__features{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.hero__right{min-height:400px}@media(max-width:1024px){.hero__content{grid-template-columns:1fr;gap:var(--spacing-xl)}.hero__right{display:none}}@media(max-width:768px){.section.hero{min-height:auto;padding:8rem 0 4rem}.hero__features{flex-direction:column;align-items:flex-start}}.proactive-agent{min-height:100vh;display:flex;align-items:flex-start;padding-top:12vh;background-position:82% 65%}.proactive-agent__content{display:flex;justify-content:flex-start}.proactive-agent__text{max-width:560px;padding:0;border-radius:0;display:flex;flex-direction:column;gap:1.5rem;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:0}.proactive-agent__title{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.proactive-agent__description{color:var(--muted);font-size:1.125rem;line-height:1.7}@media(max-width:768px){.proactive-agent{min-height:auto;background-position:70% 60%}}.feature-card{background:#0a0c12b8;border:1px solid var(--border);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s ease}.feature-card:hover{border-color:#fff3;transform:translateY(-4px);box-shadow:0 8px 32px #0000004d}.feature-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#37c2ff1a;border-radius:12px;margin-bottom:1.25rem;color:var(--accent)}.feature-card__icon svg{width:24px;height:24px}.feature-card__title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0 0 .75rem}.feature-card__description{color:var(--muted);line-height:1.6;margin:0 0 1rem}.feature-card__bullets{list-style:none;padding:0;margin:0}.feature-card__bullets li{color:var(--muted);padding-left:1.5rem;position:relative;margin-bottom:.5rem;line-height:1.5}.feature-card__bullets li:before{content:"→";position:absolute;left:0;color:var(--accent)}@media(prefers-reduced-motion:reduce){.feature-card{transition:none}.feature-card:hover{transform:none}}.privacy-first{padding:var(--spacing-3xl) 0;background:linear-gradient(180deg,var(--bg) 0%,rgba(10,12,18,.5) 100%)}.privacy-first__title{text-align:center;font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem}.privacy-first__subtitle{text-align:center;font-size:1.25rem;color:var(--muted);max-width:700px;margin:0 auto 3rem}.privacy-first__cards{margin-top:3rem}@media(max-width:768px){.privacy-first{padding:var(--spacing-2xl) 0}.privacy-first__subtitle{margin-bottom:2rem}}.how-it-works{padding:var(--spacing-3xl) 0;background:#0a0c124d}.how-it-works__title{text-align:center;font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem}.how-it-works__subtitle{text-align:center;font-size:1.25rem;color:var(--muted);max-width:700px;margin:0 auto 4rem}.how-it-works__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}.step__icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#37c2ff1a;border:2px solid var(--accent);border-radius:50%;margin-bottom:1.5rem;color:var(--accent);transition:all .3s ease}.step__icon svg{width:36px;height:36px}.step:hover .step__icon{background:#37c2ff33;box-shadow:0 0 30px #37c2ff66;transform:scale(1.1)}.step__title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}.step__description{color:var(--muted);line-height:1.6;font-size:.9375rem}.step__arrow{position:absolute;right:-2rem;top:50%;transform:translateY(-50%);color:var(--accent);opacity:.5}.step__arrow svg{width:32px;height:32px}@media(max-width:1024px){.how-it-works__steps{grid-template-columns:repeat(2,1fr)}.step:nth-child(2) .step__arrow,.step:nth-child(4) .step__arrow{display:none}.step:nth-child(1) .step__arrow,.step:nth-child(3) .step__arrow{bottom:-2rem;right:50%;top:auto;transform:translate(50%) rotate(90deg)}}@media(max-width:768px){.how-it-works{padding:var(--spacing-2xl) 0}.how-it-works__subtitle{margin-bottom:2rem}.how-it-works__steps{grid-template-columns:1fr;gap:1rem}.step{padding:1.5rem 1rem}.step__arrow{display:none!important}}@media(prefers-reduced-motion:reduce){.step:hover .step__icon{transform:none}}.hardware-hero{display:flex;align-items:flex-end;background-position:65% 40%}.hardware-hero__content{padding:0 0 var(--spacing-3xl)}.hardware-hero__text{max-width:560px}.hardware-hero__title{font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.05;margin-bottom:1rem}.hardware-hero__description{color:#ffffffb8;font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.hardware-internals{padding:var(--spacing-3xl) 0;background:#0a0c124d}.hardware-internals__header{text-align:center;max-width:760px;margin:0 auto var(--spacing-xl)}.hardware-internals__title{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:.75rem}.hardware-internals__subtitle{color:var(--muted);font-size:1.125rem;line-height:1.7}.hardware-internals__image{border-radius:20px;padding:1.25rem;overflow:hidden}@media(max-width:768px){.hardware-hero{min-height:auto;padding:6rem 0 3rem;background-position:55% 35%}.hardware-hero__content{padding:0}}.expressive-interface{padding:var(--spacing-3xl) 0;background:linear-gradient(to bottom,#000,#050711)}.expressive-interface__title{text-align:center;font-size:clamp(2.25rem,4vw,3rem);margin-bottom:.75rem}.expressive-interface__subtitle{text-align:center;color:var(--muted);max-width:720px;margin:0 auto 2.5rem}.expressive-interface__showcase{display:flex;justify-content:center;margin:0 auto 3rem}.expressive-interface__showcase img{width:min(1200px,100%);height:auto;display:block;filter:drop-shadow(0 18px 55px rgba(0,0,0,.65))}.expressive-interface__specs{margin-top:4rem}.specs__title{text-align:center;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:2rem}.specs__grid{gap:1.5rem}.spec-item{display:flex;gap:1.5rem;background:transparent;border:1px solid rgba(255,255,255,.1);padding:1.25rem 1.5rem;border-radius:14px;transition:all .3s ease}.spec-item:hover{border-color:#fff3;transform:translateY(-4px)}.spec-item__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;border-radius:12px;flex-shrink:0;color:#ffffffd9}.spec-item__icon svg{width:28px;height:28px}.spec-item__content{flex:1}.spec-item__title{font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.spec-item__description{color:var(--muted);font-size:.9375rem;line-height:1.6}@media(max-width:768px){.expressive-interface{padding:var(--spacing-2xl) 0}.expressive-interface__showcase{padding:1.5rem;margin-bottom:3rem}.spec-item{padding:1.5rem}}@media(prefers-reduced-motion:reduce){.spec-item:hover{transform:none}}.footer{background:#050711f2;border-top:1px solid var(--border);padding:4rem 0 2rem;margin-top:var(--spacing-3xl)}.footer__content{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:3rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.footer__brand{display:flex;flex-direction:column;gap:1rem;max-width:400px}.footer__brand-header{display:flex;align-items:center;gap:.75rem}.footer__logo{width:48px;height:48px}.footer__wordmark{font-size:1.5rem;font-weight:700;color:var(--text)}.footer__tagline{color:var(--muted);font-size:.9375rem;line-height:1.6}.footer__nav{display:flex;gap:2rem;align-items:center}.footer__link{color:var(--muted);font-weight:500;font-size:.9375rem;transition:color .2s ease;text-decoration:none}.footer__link:hover{color:var(--text)}.footer__link:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.footer__bottom{text-align:center}.footer__copyright{color:var(--muted);font-size:.875rem}@media(max-width:768px){.footer{padding:3rem 0 2rem}.footer__content{flex-direction:column;gap:2rem;padding-bottom:2rem}.footer__nav{flex-direction:column;align-items:flex-start;gap:1rem}}.skip-to-content{position:absolute;top:-100px;left:0;background:var(--accent);color:#050711;padding:.75rem 1.5rem;font-weight:600;z-index:200;border-radius:0 0 8px}.skip-to-content:focus{top:0}.glass{background:var(--panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border)}@supports not (backdrop-filter: blur(20px)){.glass{background:#0a0c12e6}}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-lg)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg)}@media(max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr;gap:var(--spacing-md)}}.text-gradient{background:linear-gradient(135deg,var(--text) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-shadow{text-shadow:0 2px 20px rgba(0,0,0,.5)}.glow-accent{box-shadow:0 0 20px #37c2ff4d}.glow-warm{box-shadow:0 0 20px #ffb15b4d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out forwards}@media(prefers-reduced-motion:reduce){.fade-in-up{animation:none}}
