:root {
  --navy-950: #061225;
  --navy-900: #0a1b3a;
  --navy-800: #102957;
  --blue-700: #155eef;
  --blue-600: #2f78ff;
  --blue-400: #7ed6ff;
  --blue-200: #dcefff;
  --ice: #f5f9ff;
  --white: #ffffff;
  --ink: #12233f;
  --muted: #63718a;
  --line: rgba(18, 35, 63, .13);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 24px 70px rgba(10, 27, 58, .12);
  --radius-xl: 2rem;
  --radius-lg: 1.35rem;
  --radius-md: .85rem;
  --max: 1240px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ice); font-size: 1rem; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { max-width: 100%; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 50; padding: .75rem 1rem; border-radius: .7rem; background: var(--blue-700); color: var(--white); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(calc(100% - 2rem), var(--max)); margin: 1rem auto 0; padding: .75rem 1rem .75rem 1.1rem; display: flex; align-items: center; gap: 1.25rem; position: relative; z-index: 12; border: 1px solid rgba(10, 27, 58, .08); border-radius: 1.25rem; background: rgba(255, 255, 255, .82); box-shadow: 0 10px 40px rgba(10, 27, 58, .06); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; min-width: max-content; }
.brand-symbol { width: 2.2rem; height: 2.2rem; flex: 0 0 auto; object-fit: contain; }
.brand-wordmark { width: 8.7rem; height: auto; max-height: 2.35rem; flex: 0 1 auto; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 1.05rem; flex: 1; }
.site-nav a { color: #34445f; font-size: .84rem; font-weight: 700; white-space: nowrap; transition: color .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue-700); }
.site-nav a[aria-current="page"]::after { content: ""; display: block; height: 2px; margin-top: .25rem; border-radius: 2px; background: var(--blue-600); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--navy-900); font-weight: 800; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 3rem; padding: .78rem 1.12rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: .92rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-700); color: var(--white); box-shadow: 0 12px 26px rgba(21, 94, 239, .22); }
.button-primary:hover { background: var(--blue-600); box-shadow: 0 14px 30px rgba(21, 94, 239, .32); }
.button-ghost { border-color: rgba(255, 255, 255, .34); color: var(--white); background: rgba(255, 255, 255, .08); }
.button-ghost:hover { background: rgba(255, 255, 255, .16); }
.button-outline { border-color: var(--line); color: var(--navy-900); background: var(--white); }
.button-small { min-height: 2.55rem; padding: .62rem 1rem; font-size: .82rem; }
.button-text { min-height: auto; padding: 0; color: var(--blue-700); }

.page-shell { width: min(calc(100% - 2rem), var(--max)); margin: 1rem auto 0; }
.hero { position: relative; overflow: hidden; min-height: 38rem; padding: clamp(2rem, 6vw, 5.3rem); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr); align-items: center; gap: 2.5rem; border-radius: var(--radius-xl); background: var(--navy-950); color: var(--white); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 72% 20%, rgba(47, 120, 255, .28), transparent 34%), linear-gradient(115deg, rgba(6, 18, 37, .98) 0%, rgba(6, 18, 37, .86) 48%, rgba(16, 41, 87, .56) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .26; background-image: linear-gradient(rgba(126, 214, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(126, 214, 255, .13) 1px, transparent 1px); background-size: 4rem 4rem; mask-image: linear-gradient(90deg, black, transparent 85%); }
.hero-copy { max-width: 42rem; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1rem; color: var(--blue-700); font-size: .74rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow, .hero .eyebrow-light { color: var(--blue-400); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { letter-spacing: -.045em; line-height: 1.05; }
h1 { max-width: 12ch; margin-bottom: 1.35rem; font-size: clamp(3rem, 7vw, 6.8rem); font-weight: 500; }
h2 { margin-bottom: 1rem; font-size: clamp(2.3rem, 5vw, 4.4rem); font-weight: 500; }
h3 { margin-bottom: .7rem; font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 700; }
h4 { margin-bottom: .5rem; font-size: 1.15rem; letter-spacing: -.02em; }
.hero-copy > p:not(.eyebrow) { max-width: 35rem; margin-bottom: 1.9rem; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.8vw, 1.32rem); line-height: 1.5; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-visual { min-height: 25rem; display: grid; place-items: center; position: relative; }
.orbital-art { width: min(100%, 35rem); filter: drop-shadow(0 24px 50px rgba(0, 0, 0, .2)); }
.hero-logo-mark { position: absolute; top: 50%; left: 50%; width: 5.5rem; height: 5.5rem; transform: translate(-50%, -50%); opacity: .96; filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .24)); pointer-events: none; }
.orbital-art .orbit { fill: none; stroke: rgba(126, 214, 255, .38); stroke-width: 1.3; }
.orbital-art .orbit-strong { fill: none; stroke: rgba(126, 214, 255, .88); stroke-width: 2; }
.orbital-art .node { fill: var(--blue-400); stroke: var(--navy-950); stroke-width: 5; }
.orbital-art .node-hot { fill: var(--blue-600); stroke: var(--blue-200); stroke-width: 2; }
.hero-tag { position: absolute; display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .7rem; border: 1px solid rgba(126,214,255,.25); border-radius: .7rem; background: rgba(11, 32, 71, .72); color: var(--blue-200); font-size: .72rem; font-weight: 800; backdrop-filter: blur(12px); }
.hero-tag::before { content: ""; width: .4rem; height: .4rem; border-radius: 50%; background: var(--blue-400); box-shadow: 0 0 0 .25rem rgba(126,214,255,.12); }
.hero-tag.tag-one { top: 13%; right: 8%; }
.hero-tag.tag-two { right: 1%; bottom: 18%; }
.hero-tag.tag-three { left: 2%; bottom: 14%; }

.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-tight { padding: 3.5rem 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading > div { max-width: 44rem; }
.section-heading p, .intro { max-width: 39rem; color: var(--muted); font-size: 1.08rem; }
.section-heading h2 { max-width: 12ch; }
.surface-white { background: var(--white); border-radius: var(--radius-xl); padding: clamp(2rem, 5vw, 4.6rem); box-shadow: var(--shadow); }
.surface-dark { color: var(--white); background: var(--navy-900); border-radius: var(--radius-xl); padding: clamp(2rem, 5vw, 4.6rem); overflow: hidden; position: relative; }
.surface-dark::before { content: ""; position: absolute; width: 25rem; height: 25rem; top: -14rem; right: -6rem; border-radius: 50%; border: 1px solid rgba(126,214,255,.22); box-shadow: 0 0 0 3rem rgba(126,214,255,.05), 0 0 0 7rem rgba(126,214,255,.035); }
.surface-dark p { color: rgba(255,255,255,.7); }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--line); }
.signal { min-height: 10rem; padding: 1.6rem; background: var(--white); }
.signal-number { display: block; margin-bottom: 1.7rem; color: var(--blue-700); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.signal strong { display: block; margin-bottom: .35rem; font-size: 1.14rem; }
.signal span { color: var(--muted); font-size: .94rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.product-card { min-height: 23rem; display: flex; flex-direction: column; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 12px 36px rgba(10, 27, 58, .05); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-icon { width: 3.1rem; height: 3.1rem; display: grid; place-items: center; margin-bottom: 2.7rem; border-radius: .95rem; color: var(--blue-700); background: var(--blue-200); }
.product-icon svg { width: 1.6rem; height: 1.6rem; }
.product-card p { color: var(--muted); }
.card-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: auto; padding-top: 1.5rem; color: var(--blue-700); font-weight: 800; }
.card-link span { transition: transform .2s ease; }
.card-link:hover span { transform: translate(3px, -3px); }

.split-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.split-layout.reverse { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
.split-copy { max-width: 36rem; }
.split-copy h2 { max-width: 11ch; }
.split-copy > p { color: var(--muted); font-size: 1.08rem; }
.check-list { display: grid; gap: .8rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: .75rem; align-items: flex-start; }
.check-list li::before { content: ""; flex: 0 0 1.1rem; height: 1.1rem; margin-top: .25rem; border-radius: 50%; background: var(--blue-700); box-shadow: inset 0 0 0 .32rem var(--blue-200); }
.network-panel { min-height: 26rem; display: grid; place-items: center; overflow: hidden; padding: 2rem; border: 1px solid rgba(126,214,255,.18); border-radius: var(--radius-xl); background: linear-gradient(145deg, #0b2250, #061225); position: relative; }
.network-panel::before { content: ""; position: absolute; inset: 1.5rem; border: 1px solid rgba(126,214,255,.15); border-radius: 50%; transform: rotate(-16deg) scaleX(1.2); }
.network-panel::after { content: ""; position: absolute; width: 70%; height: 70%; border: 1px solid rgba(126,214,255,.1); border-radius: 50%; transform: rotate(30deg) scaleY(.55); }
.network-lines { width: 80%; position: relative; z-index: 1; }
.network-label { position: absolute; padding: .55rem .7rem; border: 1px solid rgba(126,214,255,.23); border-radius: .7rem; background: rgba(10,27,58,.75); color: var(--blue-200); font-size: .74rem; font-weight: 800; }
.network-label.a { top: 22%; left: 8%; }
.network-label.b { top: 14%; right: 10%; }
.network-label.c { right: 7%; bottom: 20%; }
.network-label.d { left: 12%; bottom: 16%; }

.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.2rem; }
.metric { padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.metric strong { display: block; margin-bottom: .35rem; color: var(--blue-400); font-size: 1.15rem; }
.metric span { color: rgba(255,255,255,.64); font-size: .9rem; }
.pill-list { display: flex; flex-wrap: wrap; gap: .7rem; padding: 0; list-style: none; }
.pill-list li { padding: .65rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: #41516b; font-size: .86rem; font-weight: 700; }
.steps { display: grid; gap: 0; }
.step { display: grid; grid-template-columns: 4rem 1fr; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.step:first-child { border-top: 1px solid var(--line); }
.step-index { color: var(--blue-700); font-weight: 900; letter-spacing: .08em; }
.step h3 { margin-bottom: .4rem; font-size: 1.25rem; }
.step p { margin-bottom: 0; color: var(--muted); }

.page-hero { min-height: 30rem; display: flex; align-items: end; padding: clamp(2rem, 7vw, 5rem); border-radius: var(--radius-xl); background: linear-gradient(135deg, #0a1b3a 0%, #123b80 62%, #2f78ff 100%); color: var(--white); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; width: 34rem; height: 34rem; right: -9rem; top: -13rem; border: 1px solid rgba(126,214,255,.28); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(126,214,255,.08), 0 0 0 7rem rgba(126,214,255,.05); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,18,37,.42), transparent 72%); }
.page-hero > div { max-width: 52rem; position: relative; z-index: 1; }
.page-hero h1 { max-width: 11ch; margin-bottom: 1rem; }
.page-hero p:not(.eyebrow) { max-width: 39rem; margin-bottom: 0; color: rgba(255,255,255,.77); font-size: 1.2rem; }
.numbered-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.numbered-card { padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.numbered-card .index { display: block; margin-bottom: 2.6rem; color: var(--blue-700); font-weight: 900; }
.numbered-card p { color: var(--muted); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.article-card { display: flex; flex-direction: column; min-height: 20rem; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.article-art { min-height: 7.7rem; display: grid; place-items: center; margin-bottom: 1.2rem; overflow: hidden; border-radius: .95rem; background: linear-gradient(135deg, var(--navy-900), var(--blue-700)); }
.article-art svg { width: 68%; opacity: .9; }
.article-meta { display: flex; justify-content: space-between; gap: .6rem; margin-bottom: .7rem; color: var(--blue-700); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-card h3 { font-size: 1.35rem; }
.article-card p { color: var(--muted); font-size: .94rem; }
.article-card .card-link { font-size: .88rem; }

.faq-list { display: grid; gap: .7rem; max-width: 56rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 1rem; background: var(--white); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.35rem; color: var(--navy-900); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--blue-700); font-size: 1.4rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 1.35rem 1.35rem; color: var(--muted); }

.form-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .65fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.form-card { padding: clamp(1.4rem, 4vw, 2.4rem); border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: grid; gap: .42rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: .82rem .9rem; border: 1px solid var(--line); border-radius: .7rem; outline: 0; background: #fbfdff; color: var(--ink); }
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(47,120,255,.15); }
.form-submit { margin-top: 1.2rem; }
.form-status { min-height: 1.5rem; margin: .8rem 0 0; color: var(--blue-700); font-size: .9rem; font-weight: 700; }
.form-status.form-success, .footer-status.form-success { display: flex; align-items: center; gap: .5rem; color: #0b7a53; }
.form-status.form-success::before, .footer-status.form-success::before { content: "✓"; display: inline-grid; width: 1.2rem; height: 1.2rem; place-items: center; border-radius: 50%; background: #d8f5e8; color: #0b7a53; font-size: .75rem; font-weight: 900; }
.form-status.form-error, .footer-status.form-error { color: #b42318; }
.form-submit.is-complete, .newsletter-form button.is-complete { background: #0b7a53; box-shadow: none; cursor: default; }
.form-submit.is-complete:hover, .newsletter-form button.is-complete:hover { transform: none; background: #0b7a53; }
.side-note { padding: 1.4rem; border-radius: var(--radius-lg); background: var(--blue-200); }
.side-note h3 { font-size: 1.3rem; }
.side-note p { color: #3a5579; }
.side-note ul { margin: 1rem 0 0; padding-left: 1.1rem; color: #3a5579; }
.contact-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr); gap: 2rem; align-items: center; min-height: 34rem; padding: clamp(2rem, 6vw, 5rem); overflow: hidden; border-radius: var(--radius-xl); background: linear-gradient(130deg, #061225 0%, #0a1b3a 54%, #155eef 100%); color: var(--white); isolation: isolate; }
.contact-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 86% 14%, rgba(126,214,255,.35), transparent 26%), linear-gradient(rgba(126,214,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(126,214,255,.08) 1px, transparent 1px); background-size: auto, 3.8rem 3.8rem, 3.8rem 3.8rem; mask-image: linear-gradient(90deg, black 8%, transparent 94%); }
.contact-hero-copy { position: relative; z-index: 1; max-width: 42rem; }
.contact-hero-copy h1 { max-width: 10ch; margin-bottom: 1.2rem; }
.contact-hero-copy > p:not(.eyebrow) { max-width: 34rem; color: rgba(255,255,255,.75); font-size: 1.18rem; }
.contact-hero-links { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.contact-hero-links a { display: grid; gap: .15rem; min-width: 12rem; padding: .85rem 1rem; border: 1px solid rgba(126,214,255,.25); border-radius: .9rem; background: rgba(6,18,37,.3); color: var(--white); }
.contact-hero-links a:hover { border-color: var(--blue-400); background: rgba(6,18,37,.54); }
.contact-hero-links span { color: var(--blue-400); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-hero-links strong { font-size: .92rem; }
.contact-signal-card { position: relative; z-index: 1; padding: 1.1rem 1.25rem 1.25rem; border: 1px solid rgba(126,214,255,.28); border-radius: 1.35rem; background: rgba(7,24,54,.63); box-shadow: 0 28px 60px rgba(0,0,0,.2); backdrop-filter: blur(16px); }
.contact-signal-top, .contact-signal-bottom { display: flex; justify-content: space-between; gap: 1rem; color: var(--blue-200); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-signal-top { padding-bottom: .7rem; border-bottom: 1px solid rgba(126,214,255,.17); }
.contact-signal-card svg { display: block; width: 100%; margin: .4rem 0; }
.contact-signal-bottom { padding-top: .75rem; border-top: 1px solid rgba(126,214,255,.17); color: var(--white); letter-spacing: 0; text-transform: none; }
.contact-signal-bottom span { color: rgba(255,255,255,.6); font-weight: 600; }
.signal-status { display: inline-flex; align-items: center; gap: .4rem; color: var(--blue-400); font-weight: 700; letter-spacing: 0; text-transform: none; }
.signal-status i { width: .45rem; height: .45rem; border-radius: 50%; background: #62e6a9; box-shadow: 0 0 0 .22rem rgba(98,230,169,.13); }
.contact-section-heading { margin-bottom: 2rem; }
.contact-section-heading h2 { max-width: 9ch; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 1.2rem; align-items: stretch; }
.contact-card { padding: clamp(1.6rem, 4vw, 3.2rem); border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow); }
.contact-card-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.contact-card-heading h3 { max-width: 13ch; margin-bottom: 0; font-size: clamp(1.6rem, 2.4vw, 2.2rem); }
.contact-city-mark { display: grid; place-items: center; width: 3rem; height: 3rem; flex: 0 0 auto; border-radius: .9rem; background: var(--navy-900); color: var(--blue-400); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.contact-details { display: grid; gap: 1.15rem; margin: 2.2rem 0; }
.contact-detail { padding-top: 1rem; border-top: 1px solid var(--line); }
.contact-detail span { display: block; margin-bottom: .28rem; color: var(--blue-700); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-detail strong { display: block; font-size: 1rem; }
.contact-detail p { margin: 0; color: var(--muted); }
.contact-detail small { color: #8490a3; font-size: .8rem; }
.contact-detail a { color: var(--blue-700); font-weight: 800; }
.contact-map-shell { display: grid; grid-template-rows: auto 1fr auto; min-height: 38rem; overflow: hidden; border: 1px solid rgba(10, 27, 58, .1); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow); }
.contact-map-heading, .contact-map-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.2rem 1.35rem; }
.contact-map-heading { border-bottom: 1px solid var(--line); }
.contact-map-heading .eyebrow { margin-bottom: .3rem; }
.contact-map-heading h3 { margin: 0; font-size: 1.2rem; }
.contact-map-heading > span { padding: .4rem .6rem; border-radius: 999px; background: var(--blue-200); color: var(--blue-700); font-size: .72rem; font-weight: 900; }
.contact-map { position: relative; min-height: 28rem; overflow: hidden; background: #dfeaf4; }
.contact-map iframe { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; min-height: 28rem; border: 0; opacity: .88; filter: saturate(.85) contrast(1.04); }
.map-fallback { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(135deg, #d9e9f4, #f2f8fb 48%, #cfe2ee); }
.map-fallback::before { content: ""; position: absolute; inset: -20%; background: linear-gradient(27deg, transparent 46%, rgba(255,255,255,.9) 47%, rgba(255,255,255,.9) 49%, transparent 50%), linear-gradient(116deg, transparent 43%, rgba(255,255,255,.78) 44%, rgba(255,255,255,.78) 46%, transparent 47%), linear-gradient(74deg, transparent 56%, rgba(255,255,255,.8) 57%, rgba(255,255,255,.8) 59%, transparent 60%); transform: rotate(-10deg); }
.map-road { position: absolute; display: block; height: 1.4rem; border: 1px solid rgba(53,113,151,.15); border-radius: 999px; background: rgba(255,255,255,.65); transform: rotate(-24deg); }
.road-one { width: 78%; top: 23%; left: -8%; }
.road-two { width: 82%; top: 61%; right: -13%; transform: rotate(16deg); }
.road-three { width: 55%; top: 42%; left: 20%; transform: rotate(76deg); }
.map-district { position: absolute; border: 1px solid rgba(53,113,151,.14); border-radius: 1.2rem; background: rgba(130,190,215,.18); transform: rotate(-12deg); }
.district-one { width: 13rem; height: 8rem; top: 8%; left: 10%; }
.district-two { width: 12rem; height: 10rem; right: 7%; bottom: 8%; transform: rotate(17deg); }
.map-location-pin { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; gap: .2rem; min-width: 11rem; padding: .75rem .9rem .8rem 2.55rem; border: 1px solid rgba(10,27,58,.14); border-radius: .85rem; background: rgba(255,255,255,.94); color: var(--navy-900); box-shadow: 0 12px 28px rgba(10,27,58,.16); transform: translate(-35%, -50%); }
.map-location-pin::before { content: ""; position: absolute; top: 50%; left: 1rem; width: 1rem; height: 1rem; border: 3px solid var(--white); border-radius: 50% 50% 50% 0; background: var(--blue-700); box-shadow: 0 0 0 .28rem rgba(21,94,239,.16); transform: translateY(-62%) rotate(-45deg); }
.map-location-pin span { font-size: .82rem; font-weight: 900; }
.map-location-pin small { color: var(--muted); font-size: .74rem; }
.contact-map-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.contact-map-footer a { color: var(--blue-700); font-weight: 800; }
.contact-next { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 3rem; align-items: end; }
.contact-next-copy { max-width: 35rem; }
.contact-next-copy h2 { max-width: 10ch; }
.contact-next-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.contact-action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-action-grid a { position: relative; display: grid; gap: .45rem; min-height: 10.5rem; padding: 1.2rem; border: 1px solid rgba(126,214,255,.2); border-radius: 1rem; background: rgba(255,255,255,.05); color: var(--white); }
.contact-action-grid a:hover { border-color: var(--blue-400); background: rgba(255,255,255,.1); }
.contact-action-grid strong { font-size: 1.15rem; }
.contact-action-grid a > span:not(.contact-action-index) { color: rgba(255,255,255,.62); font-size: .83rem; }
.contact-action-index { color: var(--blue-400); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.contact-action-grid b { position: absolute; right: 1rem; bottom: 1rem; color: var(--blue-400); font-size: 1.1rem; }

.legal-layout { display: grid; grid-template-columns: 13rem minmax(0, 1fr); gap: 3rem; align-items: start; }
.legal-nav { position: sticky; top: 1rem; display: grid; gap: .45rem; }
.legal-nav a { padding: .55rem .7rem; border-radius: .6rem; color: var(--muted); font-size: .86rem; }
.legal-nav a:hover { background: var(--blue-200); color: var(--blue-700); }
.legal-content { max-width: 50rem; padding: clamp(1.6rem, 4vw, 3.2rem); border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); }
.legal-content h1 { max-width: 14ch; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.legal-content h2 { margin-top: 2.5rem; font-size: 1.65rem; }
.legal-content h3 { margin-top: 1.7rem; font-size: 1.12rem; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { padding-left: 1.2rem; }

.portal-card { max-width: 36rem; margin: 0 auto; text-align: center; }
.portal-card .product-icon { margin: 0 auto 1.3rem; }
.portal-card h1 { max-width: 100%; font-size: clamp(2.7rem, 6vw, 5rem); }
.portal-card p { color: var(--muted); }

.site-footer { width: min(calc(100% - 2rem), var(--max)); margin: 1rem auto 1.2rem; padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-xl); background: var(--navy-950); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 2rem; padding-bottom: 3rem; }
.site-footer .brand-symbol { padding: .18rem; border-radius: .55rem; background: var(--white); }
.site-footer .brand-wordmark { filter: brightness(0) invert(1); }
.footer-intro { max-width: 20rem; margin-top: 1.2rem; color: rgba(255,255,255,.62); font-size: .92rem; }
.footer-title { margin-bottom: .8rem; color: var(--blue-400); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: .42rem; }
.footer-links a { color: rgba(255,255,255,.68); font-size: .88rem; }
.footer-links a:hover { color: var(--white); }
.footer-newsletter { max-width: 18rem; }
.newsletter-form { display: flex; margin-top: .8rem; }
.newsletter-form input { min-width: 0; width: 100%; padding: .74rem .8rem; border: 1px solid var(--line-light); border-right: 0; border-radius: .65rem 0 0 .65rem; background: rgba(255,255,255,.07); color: var(--white); }
.newsletter-form input::placeholder { color: rgba(255,255,255,.5); }
.newsletter-form button { padding: .7rem .8rem; border: 0; border-radius: 0 .65rem .65rem 0; background: var(--blue-600); color: var(--white); font-weight: 900; }
.footer-status { min-height: 1.3rem; margin-top: .5rem; color: var(--blue-400); font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.3rem; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.45); font-size: .76rem; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; background: var(--navy-950); }
.error-card { width: min(100%, 36rem); padding: clamp(2rem, 7vw, 4.5rem); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow); }
.error-card h1 { max-width: 10ch; color: var(--navy-900); font-size: clamp(2.7rem, 6vw, 5rem); }
.error-card p:not(.eyebrow) { color: var(--muted); }

:focus-visible { outline: 3px solid var(--blue-600); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 1080px) {
  .site-header { gap: .75rem; }
  .site-nav { gap: .65rem; }
  .site-nav a { font-size: .77rem; }
  .footer-top { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .footer-newsletter { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .site-header { margin-top: .7rem; }
  .menu-toggle { display: inline-flex; align-items: center; gap: .45rem; }
  .menu-toggle::before { content: "☰"; font-size: 1.1rem; }
  .site-nav { position: absolute; left: 0; right: 0; top: calc(100% + .55rem); display: none; flex-direction: column; align-items: stretch; padding: .8rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .65rem .7rem; font-size: .95rem; }
  .site-nav a[aria-current="page"]::after { display: none; }
  .site-header > .button { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 2rem; }
  .hero-visual { min-height: 20rem; }
  .hero-tag.tag-one { top: 6%; right: 2%; }
  .hero-tag.tag-two { right: 0; bottom: 8%; }
  .hero-tag.tag-three { left: 0; bottom: 3%; }
  .contact-hero { grid-template-columns: 1fr; min-height: auto; padding: 2rem; }
  .contact-signal-card { max-width: 36rem; }
  .split-layout, .split-layout.reverse { grid-template-columns: 1fr; gap: 2.5rem; }
  .split-layout.reverse .split-copy { order: -1; }
  .card-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .form-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-map-shell { min-height: 30rem; }
  .contact-map, .contact-map iframe { min-height: 22rem; }
  .contact-next { grid-template-columns: 1fr; gap: 2.2rem; }
  .legal-layout { grid-template-columns: 1fr; gap: 1.25rem; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .page-shell, .site-footer { width: min(calc(100% - 1rem), var(--max)); }
  .site-header { width: min(calc(100% - 1rem), var(--max)); padding-left: .75rem; }
  .brand-wordmark { width: 7.6rem; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.8rem); }
  h2 { font-size: clamp(2.1rem, 12vw, 3.4rem); }
  .hero { border-radius: 1.3rem; padding: 1.5rem; }
  .hero-visual { min-height: 17rem; }
  .hero-tag { font-size: .62rem; }
  .contact-hero { border-radius: 1.3rem; padding: 1.5rem; }
  .contact-hero-links { display: grid; }
  .contact-hero-links a { min-width: 0; }
  .signal-strip, .card-grid, .article-grid, .numbered-grid, .metric-row, .form-grid { grid-template-columns: 1fr; }
  .section { padding: 4rem 0; }
  .section-heading { display: block; }
  .section-heading .button { margin-top: 1rem; }
  .surface-white, .surface-dark, .form-card, .legal-content { padding: 1.4rem; border-radius: 1.3rem; }
  .contact-card { padding: 1.4rem; border-radius: 1.3rem; }
  .page-hero { min-height: 24rem; padding: 1.5rem; border-radius: 1.3rem; }
  .contact-map-shell, .contact-map { border-radius: 1.3rem; }
  .contact-map, .contact-map iframe { min-height: 20rem; }
  .contact-map-heading, .contact-map-footer { align-items: start; flex-direction: column; }
  .contact-action-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .footer-brand, .footer-newsletter { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: .4rem; }
}
