:root {
  --ink: #07131f;
  --ink-2: #0c1f30;
  --blue: #3ca7d3;
  --blue-light: #6fd2e6;
  --paper: #f5f8fa;
  --white: #fff;
  --muted: #607080;
  --line: #dbe4ea;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Source Sans 3", sans-serif; font-size: 17px; line-height: 1.55; }
a { color: inherit; }
.site-header { height: 82px; max-width: var(--max); margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: Manrope, sans-serif; font-size: 1.08rem; letter-spacing: -.02em; }
.brand img { flex: 0 0 auto; }
.brand strong { font-weight: 800; }
nav { display: flex; align-items: center; gap: 30px; font-family: Manrope, sans-serif; font-size: .88rem; font-weight: 600; }
nav a { text-decoration: none; }
nav a:not(.nav-cta):hover { color: #197fae; }
.nav-cta { padding: 11px 18px; border: 1px solid var(--ink); }
.menu-toggle { display: none; }

.hero { min-height: 720px; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.12fr .88fr; gap: 78px; align-items: center; overflow: hidden; color: white; background: radial-gradient(circle at 78% 35%, rgba(60,167,211,.18), transparent 28%), linear-gradient(135deg, #07131f 0%, #0b1c2c 63%, #09263c 100%); position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-copy, .hero-panel { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; color: var(--blue-light); font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: Manrope, sans-serif; margin-top: 0; letter-spacing: -.045em; }
h1 { margin-bottom: 25px; font-size: clamp(3.25rem, 6.2vw, 6rem); line-height: .98; max-width: 800px; }
h1 span { color: var(--blue-light); }
.hero-lead { max-width: 670px; margin: 0 0 34px; color: #c8d4dd; font-size: 1.25rem; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; font-family: Manrope, sans-serif; font-size: .9rem; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #03111c; }
.button-primary:hover { background: var(--blue-light); }
.button-secondary { border: 1px solid #688096; color: white; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 58px 0 0; padding-top: 26px; border-top: 1px solid #2f4558; }
.proof-row div { display: flex; flex-direction: column; }
.proof-row dt { font-family: Manrope, sans-serif; font-size: 1.35rem; font-weight: 800; }
.proof-row dd { margin: 2px 0 0; color: #93a6b5; font-size: .88rem; }
.hero-panel { padding: 24px; border: 1px solid #3a5267; background: rgba(7,19,31,.74); box-shadow: 0 34px 80px rgba(0,0,0,.3); backdrop-filter: blur(8px); }
.panel-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; color: #9ab0c1; font-family: Manrope, sans-serif; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.status { color: #8de2bf; }
.status::before { content: ""; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; display: inline-block; background: #4fd49d; box-shadow: 0 0 0 4px rgba(79,212,157,.1); }
.part-card { padding: 19px 8px; display: grid; grid-template-columns: 46px 1fr; gap: 14px; border-top: 1px solid #294054; }
.part-card.featured { border-top: 0; background: linear-gradient(90deg, rgba(60,167,211,.13), transparent); }
.part-icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--blue-light); border: 1px solid #3d7896; font-family: Manrope, sans-serif; font-size: .72rem; font-weight: 800; }
.part-card strong, .part-card small { display: block; }
.part-card strong { font-family: Manrope, sans-serif; font-size: 1rem; }
.part-card small { margin-top: 4px; color: #94a8b7; font-size: .87rem; }
.panel-note { margin: 20px 0 0; padding: 17px; color: #b7c5cf; background: #101f2d; font-size: .9rem; }

.brand-strip { min-height: 88px; padding: 22px 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 26px 48px; border-bottom: 1px solid var(--line); background: white; color: #73808b; font-family: Manrope, sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.section { max-width: var(--max); margin: auto; padding: 110px 24px; }
.section-heading { max-width: 760px; }
.section-heading h2, .about h2, .contact-section h2 { margin-bottom: 22px; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.06; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.12rem; }
.product-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-grid article { min-height: 310px; padding: 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.product-grid article > span { color: #1b91c2; font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 800; }
.product-grid h3 { margin: 48px 0 12px; font-size: 1.55rem; }
.product-grid p { max-width: 430px; color: var(--muted); }
.product-grid a { display: inline-block; margin-top: 12px; color: #087eb1; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.section-dark { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: white; }
.section-heading.light { max-width: 850px; }
.service-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #2d4355; border: 1px solid #2d4355; }
.service-grid article { min-height: 285px; padding: 36px; background: var(--ink-2); }
.service-number { color: var(--blue-light); font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 800; }
.service-grid h3 { margin: 72px 0 14px; font-size: 1.35rem; }
.service-grid p { color: #aebdca; }
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.about-copy { padding-top: 28px; color: #445565; font-size: 1.22rem; }
.about-copy p { margin: 0 0 24px; }
.contact-section { max-width: var(--max); margin: 0 auto 80px; padding: 70px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; background: #dff4f9; }
.contact-section h2 { margin-bottom: 14px; }
.contact-section p:last-child { max-width: 670px; margin-bottom: 0; color: #4d6575; }
.contact-section .button { min-width: 220px; }
footer { max-width: var(--max); margin: auto; padding: 35px 24px 48px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; color: #667481; font-size: .85rem; }
footer p { margin: 0; }
footer > div:last-child { justify-self: end; display: flex; gap: 20px; }
footer a { text-underline-offset: 3px; }

.legal-page main { max-width: 820px; margin: auto; padding: 80px 24px 120px; }
.legal-page h1 { color: var(--ink); font-size: clamp(2.8rem, 6vw, 4.8rem); }
.legal-page h2 { margin-top: 45px; font-size: 1.45rem; }
.legal-page .updated { color: var(--muted); }

@media (max-width: 880px) {
  .site-header { height: 70px; }
  .menu-toggle { display: block; padding: 9px 12px; background: transparent; border: 1px solid #9aa9b5; font: 700 .82rem Manrope, sans-serif; }
  nav { position: absolute; z-index: 10; top: 70px; left: 0; right: 0; padding: 22px 24px; display: none; align-items: stretch; flex-direction: column; gap: 18px; background: white; border-top: 1px solid var(--line); box-shadow: 0 16px 30px rgba(0,0,0,.08); }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding-top: 78px; padding-bottom: 78px; grid-template-columns: 1fr; gap: 58px; }
  .hero-panel { max-width: 650px; }
  .about { grid-template-columns: 1fr; gap: 20px; }
  .contact-section { margin-left: 24px; margin-right: 24px; padding: 48px; grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer > div:last-child { justify-self: start; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .brand span { font-size: .92rem; }
  .brand img { width: 38px; height: 38px; }
  .hero { padding-top: 62px; }
  h1 { font-size: clamp(2.65rem, 15vw, 4rem); }
  .hero-lead { font-size: 1.08rem; }
  .proof-row { grid-template-columns: 1fr 1fr; }
  .proof-row div:last-child { grid-column: 1 / -1; }
  .product-grid, .service-grid { grid-template-columns: 1fr; }
  .product-grid article { min-height: 270px; padding: 30px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .contact-section { margin-bottom: 40px; padding: 36px 26px; }
  .footer-brand { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Clean Corporate: white surfaces, navy typography and cyan accents. */
.part-search { padding:22px max(24px,calc((100vw - 1272px)/2)); background:#f7fbff; border-top:1px solid #dce7f2; }
.part-search label { display:block; font-weight:700; margin-bottom:8px; }
.search-controls { display:flex; gap:12px; flex-wrap:wrap; }
.search-controls input { flex:1 1 330px; min-width:0; }
.search-controls .button-secondary {color:#006acb;}
input,select,textarea { font:inherit; padding:12px 14px; color:#08234d; background:white; border:1px solid #abc1d7; border-radius:6px; max-width:100%; }
button { cursor:pointer; }
button.button {border:1px solid transparent;}
button.button-secondary {border-color:#0079df; background:white;}
button:disabled {opacity:.6; cursor:wait;}
.part-search p {font-size:.9rem; margin:9px 0; color:#526985;}
.part-search a {color:#006caf; text-underline-offset:3px;}
.request-section {scroll-margin-top:20px;}
.request-form {display:grid; grid-template-columns:1fr 1fr; gap:22px 26px; margin-top:32px; padding:32px; background:#f2f7fc; border:1px solid #dce7f2; border-radius:12px;}
.request-form label {display:flex; flex-direction:column; gap:8px; font-weight:600; min-width:0;}
.request-form small,.form-note {font-size:.9rem; font-weight:400; color:#526985;}
.full-width {grid-column:1/-1;}
.honeypot {position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden;}
#request-review {margin-top:24px; padding:24px; border:1px solid #abc1d7; border-radius:8px;}
#request-summary {font:inherit; white-space:pre-wrap; overflow-wrap:anywhere;}
@media(max-width:620px) {.request-form{grid-template-columns:1fr; padding:22px;} .search-controls .button{flex:1;} }
:root { --ink:#08234d; --blue:#008bd3; --blue-light:#087bb9; --paper:#ffffff; --muted:#526985; --line:#dce7f2; }
body { font-family:"Source Sans 3",Arial,sans-serif; }
.contact-bar { background:#edf5fc; padding:10px 5%; display:flex; gap:24px; justify-content:flex-end; font-size:.88rem; }
.contact-bar span { margin-right:auto; }
.contact-bar a { text-decoration:none; white-space:nowrap; }
.site-header { max-width:1320px; height:90px; }
.nav-cta { border:0; border-radius:6px; background:#0075d5; color:white; }
.hero { min-height:610px; padding:76px max(24px,calc((100vw - 1272px)/2)); grid-template-columns:1fr 1fr; gap:32px; color:var(--ink); background:linear-gradient(120deg,#f5faff,#e4f2fb); }
.hero::before { display:none; }
h1 { font-size:clamp(2.8rem,4.6vw,4.7rem); line-height:1.08; letter-spacing:-.045em; }
h1 span { color:#008ed1; }
.hero-lead { color:#4c6687; font-size:1.2rem; }
.button { border-radius:6px; }
.button-primary { color:white; background:#008bd3; }
.button-primary:hover { background:#006ca6; }
.button-secondary { color:#006acb; border-color:#0079df; }
.proof-row { border-color:#cbddeb; margin-top:38px; gap:14px; }
.proof-row dt { font-size:1rem; }
.proof-row dd { color:#526985; }
.hardware-hero { margin:0; min-width:0; }
.hardware-hero img { display:block; width:100%; height:auto; border-radius:14px; mix-blend-mode:multiply; }
.hardware-hero figcaption { text-align:center; padding:20px 8px 0; font-size:.9rem; color:#49617e; }
.brand-strip { color:#546b88; }
.section { padding-top:82px; padding-bottom:82px; }
.section-heading h2,.about h2,.contact-section h2 { font-size:clamp(2rem,3vw,3rem); }
.product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); border:0; gap:18px; margin-top:36px; }
.product-grid article { padding:26px; min-height:300px; border:1px solid var(--line); border-radius:8px; background:linear-gradient(#f0f7ff,#fff 58%); }
.product-grid h3 { margin-top:32px; font-size:1.28rem; letter-spacing:-.025em; }
.section-dark { background:#f2f7fc; color:var(--ink); }
.service-grid { border:0; background:transparent; gap:24px; margin-top:38px; }
.service-grid article { background:white; border:1px solid var(--line); border-radius:8px; min-height:235px; padding:30px; }
.service-grid h3 { margin-top:32px; }
.service-grid p { color:#526985; }
.contact-section { background:#e9f5ff; border-radius:12px; padding:48px; }
.contact-details { grid-column:1/-1; border-top:1px solid #c7dceb; padding-top:28px; display:grid; grid-template-columns:1fr 1fr; gap:32px; }
.contact-details h3 { margin-bottom:6px; }
.contact-details p { margin:0 0 12px; }
address { font-style:normal; color:#4c6687; }
.contact-actions { display:flex; flex-direction:column; gap:12px; align-items:flex-start; }
.contact-actions a { color:#006caf; text-underline-offset:4px; overflow-wrap:anywhere; }
footer { padding-bottom:24px; }
.footer-contact { max-width:1180px; margin:0 auto; padding:0 24px 34px; display:flex; flex-wrap:wrap; gap:12px 25px; font-size:.875rem; color:#526985; }
.footer-contact span { flex-basis:100%; }
a:focus-visible,button:focus-visible { outline:3px solid #0879cf; outline-offset:5px; }
@media(max-width:1000px) { .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } nav {gap:18px;} }
@media(max-width:880px) { .contact-bar span{display:none;} .site-header{height:76px;} nav{top:118px;} .hero{grid-template-columns:1fr;padding-top:52px;padding-bottom:52px;} .hardware-hero{max-width:650px;} .contact-details{grid-template-columns:1fr;} }
@media(max-width:620px) { .product-grid{grid-template-columns:1fr;} .contact-bar{justify-content:center;font-size:.85rem;} .contact-section{padding:30px 24px;} .proof-row{grid-template-columns:1fr 1fr;} .hero h1{font-size:clamp(2.5rem,10.5vw,3.5rem);} .footer-brand{display:flex;} }
