@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Syne:wght@600;700;800&display=swap);:root{--bg:#0d0d0d;--bg-alt:#1a1a1a;--text:#f4f4f4;--muted:#b6b6b6;--border:#2a2a2a;--accent:#9ba4be;--accent-strong:#7b8cc1}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(1200px 600px at 10% -10%,#171717 0,#0d0d0d 60%);background:radial-gradient(1200px 600px at 10% -10%,#171717 0,var(--bg) 60%);color:#f4f4f4;color:var(--text);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:18px;line-height:1.7;margin:0}.hero-title,.section-title,.subsection-title,h1,h2,h3{letter-spacing:.01em}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background-color:var(--bg-alt);border-bottom:1px solid var(--border);box-shadow:0 10px 24px #00000059;color:var(--text);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.header .container{align-items:center;display:flex;gap:1.5rem;justify-content:space-between}.header-nav--hidden{pointer-events:none;visibility:hidden}.logo{align-items:center;display:flex;justify-content:flex-start}.logo img{filter:drop-shadow(0 2px 10px rgba(0,0,0,.45));height:34px}.nav-list{display:flex;flex:0 0 auto;gap:1rem;list-style:none;margin:0;padding:0}.nav-list a{color:var(--text);font-weight:500;text-decoration:none}.nav-list a:hover{color:var(--accent)}.hero{background-color:gray;color:var(--text);isolation:isolate;min-height:520px;overflow:hidden;padding:4rem 0;position:relative}.hero:before{background:linear-gradient(120deg,#000,#00000026);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.hero .container{align-items:flex-start;display:flex;min-height:520px;position:relative;z-index:2}.hero-content{display:flex;flex-direction:column;gap:.25rem;min-width:280px;text-align:left;width:20%}.hero-image{height:100%;inset:0;pointer-events:none;position:absolute;width:100%;z-index:0}.hero-image img{height:100%;object-fit:cover;object-position:center;width:100%}.hero-title{font-size:3rem;line-height:1.1;margin-bottom:.5rem}.hero-subtitle{color:var(--muted);font-size:1.25rem;line-height:1.35;margin-bottom:.75rem}.hero-description{color:var(--muted);font-size:1.05rem;line-height:1.5;margin:0 0 .75rem;max-width:400px}.hero-kicker{color:var(--muted);font-size:1rem;line-height:1.4;margin-bottom:1rem}.cta-button{align-self:flex-start;background-color:var(--accent);border:none;border-radius:5px;box-shadow:0 12px 24px #00f2ff40;color:#0d0d0d;cursor:pointer;display:inline-block;font-size:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background-color .2s ease;width:auto}.cta-button:hover{background-color:var(--accent-strong);box-shadow:0 16px 32px #00f2ff47;transform:translateY(-1px)}@media (max-width:900px){.hero-content{min-width:0;width:100%}}.landing-section{background-color:var(--bg);padding:4rem 0}.landing-section:nth-of-type(2n){background-color:var(--bg-alt)}.section-title{color:var(--text);font-size:2.25rem}.section-lead,.section-title{margin:0 0 1rem;text-align:center}.section-lead{color:var(--muted);font-size:1.25rem}.subsection-title{color:var(--text);font-size:1.35rem;margin:0 0 .75rem}.section-body{color:var(--muted);line-height:1.7;margin:0 0 1rem}.center-media{display:flex;justify-content:center;margin-top:2rem}.section-image{border-radius:8px;max-width:900px}.full_width_section-image,.section-image{height:auto;width:100%}.section-image--small{max-height:250px;width:auto}.section-divider{background:linear-gradient(to right,#0000,color-mix(in srgb,var(--accent) 50%,#0000),#0000);box-shadow:0 0 12px #00f2ffbf;height:1px;opacity:.8}.cards-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.cards-grid,.specs-grid{display:grid;margin-top:1.5rem}.specs-grid{grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}.spec-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1a1a1a8c;border:1px solid #00f2ff33;border-radius:16px;box-shadow:0 22px 40px #00000073,0 0 24px #00f2ff14;padding:1.5rem}.spec-card .subsection-title{margin-bottom:.5rem}.spec-card .bullets{margin-bottom:0}.card{background:var(--bg-alt);border:1px solid var(--border);border-radius:8px;box-shadow:0 16px 28px #0006;padding:1.25rem}.card-title{color:var(--accent);font-size:1.15rem;margin:0 0 .75rem}.bullets{color:var(--muted);line-height:1.7;margin:.75rem 0 1rem;padding-left:1.25rem}.inline-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0 0 .5rem;padding:0}.inline-list li{background:#111;border:1px solid var(--border);border-radius:999px;color:var(--text);font-size:.95rem;padding:.35rem .65rem}.spacer{height:2rem}.split{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1.2fr .8fr}.split.reverse{grid-template-columns:.8fr 1.2fr}.split.reverse .split-text{order:2}.split.reverse .split-media{order:1}.split-media .section-image{max-width:520px}.closing{color:var(--muted);line-height:1.6;margin-top:1.25rem}@media (max-width:768px){.landing-section{padding:3rem 0}.section-title{font-size:2rem}.split,.split.reverse{grid-template-columns:1fr}.split.reverse .split-media,.split.reverse .split-text{order:0}.split-media .section-image{max-width:900px}.specs-grid{grid-template-columns:1fr}}.social-link:hover{box-shadow:0 0 24px #00f2ff80}.video-frame{border:1px solid var(--border);border-radius:8px;box-shadow:0 18px 36px #0000008c;margin:2rem auto 0;max-width:900px;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.video-iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.landing-section--newsletter{background:radial-gradient(900px 500px at 20% 0,#1f1f1f 0,var(--bg) 70%)}.newsletter-container{margin:0 auto;max-width:600px;text-align:center}.newsletter-form{display:flex;gap:1rem;margin:0 auto;max-width:500px}.newsletter-input{background:#0f0f0f;border:2px solid var(--border);border-radius:8px;color:var(--text);flex:1 1;font-size:1rem;outline:none;padding:.875rem 1.25rem;transition:border-color .2s}.newsletter-input:focus{border-color:var(--accent)}.newsletter-button{background-color:var(--accent);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:background-color .2s,transform .1s;white-space:nowrap}.newsletter-button:hover{background-color:var(--accent-strong)}.newsletter-button:active{transform:translateY(1px)}@media (max-width:768px){.newsletter-form{flex-direction:column}.newsletter-button{width:100%}}.footer{background-color:var(--bg-alt);border-top:1px solid var(--border);box-shadow:0 -10px 24px #00000059;color:var(--text);padding:1.5rem 0;text-align:center}.footer-links{display:flex;gap:1rem;justify-content:center;list-style:none;margin:0;padding:0}.footer-links a{color:var(--text);text-decoration:none}.footer-links a:hover{color:var(--accent)}.temp-landing{background:var(--bg);padding:0 0 6rem}.temp-landing__inner{align-items:center;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.temp-landing__image{border-radius:10px;box-shadow:0 18px 40px #0f172a1f;height:auto;max-width:720px;width:100%}.temp-landing__text{color:var(--muted);font-size:1.1rem;line-height:1.6;margin:0;max-width:640px}.video-container{height:auto;max-width:640px;padding-bottom:360px;position:relative;width:100%}.video-container iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.social-media-links{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem}.social-link{align-items:center;background:#0000;border:2px solid var(--accent);border-radius:50%;color:var(--accent);display:inline-flex;height:48px;justify-content:center;text-decoration:none;transition:all .3s ease;width:48px}.social-link:hover{background:var(--accent);box-shadow:0 0 24px #7b8cc1;color:var(--bg);transform:translateY(-3px)}.social-link svg{height:24px;width:24px}.App{font-family:inherit;margin:0;padding:0}.container{margin:0 auto;max-width:1200px;padding:0 1rem}
/*# sourceMappingURL=main.280acb7c.css.map*/