:root{--color-red: #ee1d23;--color-orange: #f15a24;--color-blue: #0054a6;--color-blue-bright: #00aeef;--color-navy: #0d1b2a;--color-charcoal: #1b1b1b;--color-bg: #ffffff;--color-bg-subtle: #f4f7fb;--color-bg-card: #ffffff;--color-text: #0d1b2a;--color-text-muted: #4a5568;--color-border: rgba(13, 27, 42, .1);--color-border-strong: rgba(13, 27, 42, .18);--gradient-red: linear-gradient(135deg, #ee1d23 0%, #f15a24 100%);--gradient-blue: linear-gradient(135deg, #0054a6 0%, #00aeef 100%);--font-sans: "Exo 2", system-ui, sans-serif;--max-width: 72rem;--header-height: 4.5rem;--radius: .5rem;--radius-lg: .75rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-blue);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-blue-bright)}a:focus-visible,button:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:1rem;z-index:1000;padding:.5rem 1rem;background:var(--color-blue);color:#fff;border-radius:var(--radius);font-weight:600}.skip-link:focus{top:1rem}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}.wordmark{display:inline-flex;align-items:center;text-decoration:none}.wordmark:hover{opacity:.9}.wordmark-img{width:auto;height:2.25rem}.site-header{position:sticky;top:0;z-index:100;height:var(--header-height);background:#fffffff0;backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.site-nav{display:flex;align-items:center;gap:1.75rem}.site-nav a{color:var(--color-text-muted);font-size:.9375rem;font-weight:500;text-decoration:none;letter-spacing:.02em}.site-nav a:hover{color:var(--color-blue)}.hero{padding:4rem 0 3.5rem;text-align:center;background:linear-gradient(180deg,var(--color-bg-subtle) 0%,var(--color-bg) 100%)}.hero-entity{display:inline-block;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--gradient-blue);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-title{margin:0 0 .75rem;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-navy);line-height:1.1}.hero-title-accent{background:var(--gradient-blue);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-tagline{margin:0 0 1rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:500;letter-spacing:.01em;color:var(--color-navy)}.hero-description{max-width:36rem;margin:0 auto;font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7}.section{padding:4rem 0}.section-header{margin-bottom:2.5rem;text-align:center}.section-label{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--gradient-red);-webkit-background-clip:text;background-clip:text;color:transparent}.section-title{margin:0;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;letter-spacing:.01em;color:var(--color-navy)}.products-grid{display:grid;gap:1.5rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(20rem,1fr))}}.product-card{display:flex;flex-direction:column;padding:1.75rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 1px 3px #0d1b2a0f;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-card:hover{border-color:#0054a640;box-shadow:0 8px 24px #0054a614;transform:translateY(-2px)}.product-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.product-card-name{margin:0;font-size:1.25rem;font-weight:600;color:var(--color-navy)}.product-card-status{flex-shrink:0;padding:.2rem .6rem;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;background:#00aeef1f;color:var(--color-blue)}.product-card-status--soon{background:#4a55681a;color:var(--color-text-muted)}.product-card-tagline{margin:0 0 .75rem;font-size:.9375rem;font-weight:500;color:var(--color-blue)}.product-card-description{margin:0 0 1.25rem;flex:1;font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.product-card-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--color-border);font-size:.875rem}.product-card-links a{font-weight:600}.trust-strip{padding:2rem 0;background:var(--color-bg-subtle);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.trust-strip-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 2rem;text-align:center;font-size:.875rem;color:var(--color-text-muted)}.trust-strip-inner a{font-weight:600}.trust-strip-divider{color:var(--color-border-strong)}.site-footer{padding:3rem 0 2rem;border-top:1px solid var(--color-border);background:var(--color-bg)}.site-footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin-bottom:1.5rem;font-size:.875rem}.site-footer-nav a{color:var(--color-text-muted);font-weight:500}.site-footer-nav a:hover{color:var(--color-blue)}.site-footer-copy{margin:0;text-align:center;font-size:.8125rem;color:var(--color-text-muted)}.content-page{padding:3rem 0 4rem}.content-page h1{margin:0 0 .5rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:600;letter-spacing:.01em;color:var(--color-navy)}.content-page .legal-updated{margin:0 0 2rem;font-size:.875rem;color:var(--color-text-muted)}.content-page h2{margin:2rem 0 .75rem;font-size:1.25rem;font-weight:600;color:var(--color-navy)}.content-page p,.content-page li{color:var(--color-text-muted);line-height:1.7}.content-page ul{padding-left:1.25rem}.content-page a{font-weight:600}.content-narrow{max-width:42rem;margin-inline:auto}.contact-card{max-width:28rem;margin:2rem auto 0;padding:2rem;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center}.contact-email{display:inline-block;margin-top:.5rem;font-size:1.125rem;font-weight:600}.not-found{padding:6rem 0;text-align:center}.not-found h1{margin:0 0 .5rem;font-size:4rem;font-weight:600;background:var(--gradient-blue);-webkit-background-clip:text;background-clip:text;color:transparent}.not-found p{margin:0 0 1.5rem;color:var(--color-text-muted)}.btn{display:inline-block;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;background:var(--gradient-blue);border-radius:var(--radius);text-decoration:none;transition:opacity .15s ease,transform .15s ease}.btn:hover{opacity:.92;color:#fff;transform:translateY(-1px)}@media(max-width:640px){.site-nav{gap:1rem}.site-nav a{font-size:.875rem}.hero{padding:2.5rem 0 2rem}.wordmark-img{height:1.875rem}}
