:root{--navy: #0C2844;--navy-deep: #0D1B2A;--navy-soft: #223B54;--ink: #12263C;--muted: #67768E;--accent: #0E7490;--accent-hover: #0C6379;--accent-tint: rgba(6, 182, 212, .13);--cyan-light: #67E8F9;--green: #06B6D4;--green-deep: #0E7490;--grad: linear-gradient(95deg, #0E7490 0%, #06B6D4 100%);--grad-bright: linear-gradient(95deg, #67E8F9 0%, #22D3EE 100%);--bg: #FBFCFE;--bg-cool: #F3F6F9;--surface: #FFFFFF;--line: rgba(12, 40, 68, .08);--line-dark: rgba(255, 255, 255, .09);--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", monospace;--radius: 12px;--radius-lg: 18px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(12, 40, 68, .04);--shadow-md: 0 12px 32px rgba(12, 40, 68, .09);--container: 1180px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}[hidden]{display:none!important}h1,h2,h3,h4{color:var(--navy);line-height:1.15;letter-spacing:-.02em;margin:0 0 .5em}h1{font-size:clamp(2.6rem,6vw,4.1rem);font-weight:700;letter-spacing:-.03em}h2{font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;letter-spacing:-.025em}h3{font-size:1.25rem;font-weight:600}p{margin:0 0 1em}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.section{padding:112px 0}.section--cool{background:var(--bg-cool)}.section--dark{background:var(--navy)}.section--dark h2,.section--dark h3{color:#fff}.section--dark p{color:#c6d3df}.eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.data{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:var(--radius-pill);font-weight:600;font-size:15px;border:1px solid transparent;cursor:pointer;transition:background-color .18s ease,transform .15s ease,box-shadow .18s ease,border-color .18s ease}.btn--primary{background:#06b6d4;color:#fff}.btn--primary:hover{background:#05a3c0;color:#fff;transform:translateY(-1px);box-shadow:0 6px 18px #06b6d459}.btn--ghost{background:transparent;color:var(--navy);border-color:var(--line)}.btn--ghost:hover{border-color:var(--navy);color:var(--navy)}.btn--ghost-dark{background:transparent;color:#fff;border-color:var(--line-dark)}.btn--ghost-dark:hover{border-color:#fff;color:#fff}.check{display:inline-flex;align-items:center;gap:8px;color:var(--green-deep);font-weight:600;font-size:14px}.section--dark .check,.hero .check{color:var(--green)}.hex-overlay{position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.71' height='48' viewBox='0 0 27.71 48'%3E%3Cpath d='M13.86 0L27.71 8v16l-13.85 8L0 24V8L13.86 0zm0 32v16' fill='none' stroke='%239BD8EE' stroke-opacity='0.07' stroke-width='0.6'/%3E%3C/svg%3E");background-size:55.4px 96px;-webkit-mask-image:radial-gradient(ellipse 85% 95% at 50% 40%,rgba(0,0,0,.95) 25%,transparent 78%);mask-image:radial-gradient(ellipse 85% 95% at 50% 40%,rgba(0,0,0,.95) 25%,transparent 78%)}.section--dark{position:relative}.section--dark>.container{position:relative;z-index:1}.grad-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.section--dark .grad-text,.hero .grad-text,.cta .grad-text{background:var(--grad-bright);-webkit-background-clip:text;background-clip:text}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.ticker[data-astro-cid-5hce7sga]{overflow:hidden;white-space:nowrap;background:var(--navy);padding:10px 0}.ticker__track[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;animation:scroll 36s linear infinite;will-change:transform}.ticker[data-astro-cid-5hce7sga]:hover .ticker__track[data-astro-cid-5hce7sga]{animation-play-state:paused}.ticker__item[data-astro-cid-5hce7sga]{color:#e8f1f7;font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:0 28px;position:relative}.ticker__item[data-astro-cid-5hce7sga]:after{content:"";position:absolute;right:-3px;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:var(--cyan-light)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.header[data-astro-cid-5hce7sga]{position:sticky;top:0;z-index:50;background:#fffffff0;backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header__inner[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:space-between;gap:24px;height:72px}.header__logo[data-astro-cid-5hce7sga] img[data-astro-cid-5hce7sga]{height:32px;width:auto}.header__nav[data-astro-cid-5hce7sga]{display:flex;gap:28px;align-items:center}.header__nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--navy-soft);font-weight:500;font-size:15px}.header__nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--accent)}.header__actions[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:18px}.header__cta[data-astro-cid-5hce7sga]{padding:10px 20px;font-size:14px}.header__cart[data-astro-cid-5hce7sga]{color:var(--navy);display:inline-flex}.header__cart[data-astro-cid-5hce7sga]:hover{color:var(--accent)}.header__burger[data-astro-cid-5hce7sga]{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;gap:5px;padding:0 9px;border:0;background:transparent;cursor:pointer}.header__burger[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{display:block;height:2px;border-radius:2px;background:var(--navy);transition:transform .22s ease,opacity .18s ease}.header__burger[data-astro-cid-5hce7sga][aria-expanded=true] span[data-astro-cid-5hce7sga]:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger[data-astro-cid-5hce7sga][aria-expanded=true] span[data-astro-cid-5hce7sga]:nth-child(2){opacity:0}.header__burger[data-astro-cid-5hce7sga][aria-expanded=true] span[data-astro-cid-5hce7sga]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobilenav[data-astro-cid-5hce7sga]{display:none;flex-direction:column;border-top:1px solid var(--line);background:var(--surface);padding:6px 0 12px}.mobilenav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{padding:14px 20px;font-size:16px;font-weight:500;color:var(--navy);border-bottom:1px solid var(--line)}.mobilenav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:last-child{border-bottom:0}.mobilenav__sub[data-astro-cid-5hce7sga]{color:var(--accent)!important;font-size:15px!important}@media(max-width:860px){.header__nav[data-astro-cid-5hce7sga]{display:none}.header__burger[data-astro-cid-5hce7sga]{display:flex}.mobilenav[data-astro-cid-5hce7sga]:not([hidden]){display:flex}.header__actions[data-astro-cid-5hce7sga]{gap:6px}.header__inner[data-astro-cid-5hce7sga]{height:62px;gap:12px}}.footer[data-astro-cid-5hce7sga]{background:var(--navy-deep);color:#b9c6d2}.footer__grid[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-top:72px;padding-bottom:48px}.footer__brand[data-astro-cid-5hce7sga] img[data-astro-cid-5hce7sga]{margin-bottom:16px}.footer__brand[data-astro-cid-5hce7sga] p[data-astro-cid-5hce7sga]{font-size:14px;color:#93a5b5}.footer__col[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;gap:10px}.footer__col[data-astro-cid-5hce7sga] h4[data-astro-cid-5hce7sga]{color:var(--cyan-light);font-size:13px;text-transform:uppercase;letter-spacing:.1em;font-family:var(--font-mono);font-weight:500;margin-bottom:6px}.footer__col[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:#b9c6d2;font-size:14.5px}.footer__col[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:#fff}.footer__legal[data-astro-cid-5hce7sga]{border-top:1px solid var(--line-dark);padding-top:32px;padding-bottom:40px}.footer__legal[data-astro-cid-5hce7sga] p[data-astro-cid-5hce7sga]{font-size:12.5px;color:#7e93a6;line-height:1.7}.footer__copy[data-astro-cid-5hce7sga]{font-family:var(--font-mono);margin-top:20px}@media(max-width:860px){.footer__grid[data-astro-cid-5hce7sga]{grid-template-columns:1fr 1fr}}
