:root {
  --navy-950: #04101f;
  --navy-900: #071426;
  --navy-800: #0d2038;
  --blue-600: #1d5be0;
  --blue-500: #2d6df6;
  --blue-100: #dcecff;
  --cyan-300: #74e7f7;
  --gold-400: #d4af37;
  --ink: #f7f9fc;
  --slate: #aebbd0;
  --line: rgba(255,255,255,.14);
  --surface: #081321;
  --white: #050505;
  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: #030303; font-family: var(--font-body); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--gold-400); color: #030303; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; color: white; background: #030303; border-bottom: 1px solid rgba(255,255,255,.14); }
.nav-shell { width: min(1240px, calc(100% - 40px)); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.logo-tile { width: 48px; height: 48px; display: grid; place-items: center; padding: 5px; overflow: hidden; background: #050505; border: 1px solid #d4af37; box-shadow: 0 0 0 3px rgba(212,175,55,.08), 0 0 22px rgba(212,175,55,.18); }
.logo-tile img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 5px rgba(255,214,73,.42)); }
.brand-name { font: 700 1.3rem/1 var(--font-display); letter-spacing: -.03em; }
.brand-name span { color: var(--gold-400); }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav a, .back-link { color: rgba(255,255,255,.7); font-size: .9rem; font-weight: 700; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible, .back-link:hover { color: var(--cyan-300); }
.primary-nav .nav-cta { padding: 10px 17px; color: #050505; background: var(--gold-400); border: 1px solid var(--gold-400); }
.primary-nav .nav-cta:hover { color: #030303; background: var(--cyan-300); border-color: var(--cyan-300); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 76% 35%, rgba(45,109,246,.15), transparent 24%), radial-gradient(circle at 84% 52%, rgba(212,175,55,.1), transparent 26%), #030303; padding: 80px 0 0; }
.hero::after { content: ""; position: absolute; inset: auto -8% -180px auto; width: 500px; height: 500px; border: 1px solid rgba(116,231,247,.16); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; grid-template-rows: auto auto; align-items: center; column-gap: 42px; min-height: 630px; padding-bottom: 72px; }
.hero-copy { grid-column: 1; grid-row: 1; align-self: end; }
.eyebrow, .section-kicker { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .15em; font-size: .73rem; font-weight: 800; }
.eyebrow { color: var(--cyan-300); }
.eyebrow span { display: inline-block; width: 22px; height: 1px; margin: 0 9px 4px 0; background: currentColor; }
.hero h1 { max-width: 760px; margin: 0; font: 600 clamp(3.2rem, 5.5vw, 5.5rem)/.97 var(--font-display); letter-spacing: -.062em; }
.hero h1 em { color: var(--gold-400); font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.hero-actions { grid-column: 1; grid-row: 2; align-self: start; display: flex; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; text-decoration: none; font-size: .9rem; font-weight: 800; }
.button-primary { color: #050505; background: var(--gold-400); }
.button-primary:hover { background: var(--cyan-300); }
.button-secondary { color: var(--cyan-300); border-color: rgba(116,231,247,.45); }
.button-secondary:hover { color: white; border-color: white; }

.hero-visual { position: relative; grid-column: 2; grid-row: 1 / span 2; min-height: 560px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 8% 4% 5%; z-index: -2; border-radius: 50%; background: radial-gradient(circle, rgba(45,109,246,.13), rgba(3,3,3,0) 65%); filter: blur(8px); }
.network-canvas { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: pan-y; }
.visual-orbit { position: absolute; left: 50%; top: 43%; z-index: -1; border: 1px solid rgba(212,175,55,.22); border-radius: 50%; transform: translate(-50%,-50%); pointer-events: none; animation: orbit-breathe 4.5s ease-in-out infinite; }
.orbit-one { width: 340px; height: 340px; }
.orbit-two { width: 430px; height: 430px; border-color: rgba(116,231,247,.12); animation-delay: -2.25s; }
.visual-center { position: absolute; left: 50%; top: 43%; width: 88px; height: 88px; padding: 9px; overflow: hidden; appearance: none; touch-action: manipulation; cursor: pointer; background: rgba(3,3,3,.88); border: 1px solid rgba(212,175,55,.72); box-shadow: 0 0 0 12px rgba(212,175,55,.04), 0 0 55px rgba(212,175,55,.16); transform: translate(-50%,-50%); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.visual-center img { width: 100%; height: 100%; object-fit: contain; }
.visual-center:hover, .visual-center:focus-visible, .visual-center.active { border-color: var(--cyan-300); box-shadow: 0 0 0 15px rgba(212,175,55,.09), 0 0 70px rgba(116,231,247,.36); transform: translate(-50%,-50%) scale(1.09); outline: none; }
.visual-caption { position: absolute; right: 4%; bottom: 4%; width: min(310px, 48%); padding: 19px 20px; background: rgba(3,3,3,.76); border-left: 2px solid var(--gold-400); backdrop-filter: blur(12px); pointer-events: none; }
.visual-caption span { display: block; margin-bottom: 6px; color: var(--cyan-300); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.visual-caption strong { font: 600 .9rem/1.4 var(--font-display); }

@keyframes orbit-breathe {
  0%, 100% { opacity: .58; transform: translate(-50%,-50%) scale(.97); }
  50% { opacity: 1; transform: translate(-50%,-50%) scale(1.035); }
}

.mission-panel { position: relative; padding: 34px; background: rgba(4,16,31,.68); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.mission-panel::before { content: ""; position: absolute; inset: -1px auto -1px -1px; width: 3px; background: linear-gradient(var(--cyan-300), var(--blue-500), var(--gold-400)); }
.panel-label { margin: 0 0 18px; color: var(--cyan-300); font: 700 .72rem var(--font-display); letter-spacing: .14em; text-transform: uppercase; }
.mission-step { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.mission-step > span { color: var(--gold-400); font: 600 .68rem var(--font-display); }
.mission-step div { display: flex; flex-direction: column; }
.mission-step strong { font: 600 1.03rem var(--font-display); }
.mission-step small { margin-top: 3px; color: rgba(255,255,255,.56); font-size: .78rem; }
.panel-note { margin: 20px 0 0; padding: 17px; color: rgba(255,255,255,.7); background: rgba(45,109,246,.15); border: 1px solid rgba(116,231,247,.2); font-size: .8rem; }
.credibility-row { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.credibility-row div { display: flex; flex-direction: column; padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.credibility-row div:first-child { padding-left: 0; }
.credibility-row div:last-child { border-right: 0; }
.credibility-row strong { font: 600 1rem var(--font-display); }
.credibility-row span { color: rgba(255,255,255,.52); font-size: .78rem; }

.section { padding: 108px 0; }
.section-kicker { color: var(--blue-500); }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .delivery h2, .procurement-copy h2, .about h2, .contact-card h2 { margin: 0; font: 600 clamp(2.2rem, 4.1vw, 3.9rem)/1.05 var(--font-display); letter-spacing: -.052em; }
.section-heading > p { max-width: 500px; margin: 0 0 6px; color: var(--slate); }
.solution-grid, .procurement-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { position: relative; min-height: 410px; padding: 42px; background: #050a11; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.solution-card:hover { z-index: 2; background: var(--surface); transform: translateY(-3px); }
.solution-card.featured { color: white; background: linear-gradient(145deg, #0b1c31, #071426); }
.solution-card.featured p, .solution-card.featured li { color: rgba(255,255,255,.68); }
.card-number { position: absolute; top: 24px; right: 28px; color: #7f8da0; font: 700 .65rem var(--font-display); letter-spacing: .08em; text-transform: uppercase; }
.card-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 48px; color: var(--blue-500); border: 1px solid currentColor; font-size: 1.25rem; }
.featured .card-icon { color: var(--cyan-300); }
.solution-card h3 { margin: 0 0 12px; font: 600 1.45rem var(--font-display); letter-spacing: -.03em; }
.solution-card p { max-width: 440px; margin: 0; color: var(--slate); }
.solution-card ul { display: grid; gap: 6px; margin: 23px 0 0; padding: 0; list-style: none; color: var(--slate); font-size: .85rem; }
.solution-card li::before { content: "—"; margin-right: 9px; color: var(--blue-500); }
.availability-note { margin: 24px 0 0; color: var(--slate); font-size: .8rem; }

.delivery { background: var(--surface); }
.delivery-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: start; }
.delivery-lead { margin: 25px 0 0; color: var(--slate); font-size: 1.03rem; }
.delivery-steps { border-top: 1px solid var(--line); }
.delivery-steps article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.delivery-steps article > span { color: var(--blue-500); font: 700 .7rem var(--font-display); }
.delivery-steps h3 { margin: 0; font: 600 1.15rem var(--font-display); }
.delivery-steps p { margin: 7px 0 0; color: var(--slate); }

.procurement { color: white; background: var(--navy-900); }
.procurement-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.procurement-visual { position: relative; min-height: 450px; padding: 42px; overflow: hidden; background: linear-gradient(145deg, rgba(45,109,246,.22), rgba(4,16,31,.3)); border: 1px solid rgba(255,255,255,.16); }
.procurement-visual::before { content: ""; position: absolute; width: 330px; height: 330px; right: -130px; top: -120px; border: 1px solid rgba(116,231,247,.3); border-radius: 50%; box-shadow: 0 0 0 40px rgba(116,231,247,.03), 0 0 0 80px rgba(116,231,247,.02); }
.visual-label { color: var(--cyan-300); font: 700 .7rem var(--font-display); letter-spacing: .14em; }
.flow-line { display: grid; grid-template-columns: repeat(3, 1fr); height: 1px; margin-top: 120px; background: rgba(255,255,255,.25); }
.flow-line i { width: 11px; height: 11px; margin-top: -5px; border: 2px solid var(--cyan-300); border-radius: 50%; background: var(--navy-900); }
.flow-line i:nth-child(2) { justify-self: center; border-color: var(--gold-400); }
.flow-line i:last-child { justify-self: end; }
.flow-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
.flow-steps div { display: flex; flex-direction: column; }
.flow-steps div:nth-child(2) { align-items: center; }
.flow-steps div:last-child { align-items: flex-end; }
.flow-steps b { color: rgba(255,255,255,.35); font-size: .62rem; }
.flow-steps span { font: 600 .9rem var(--font-display); }
.procurement-visual > p { position: absolute; left: 42px; bottom: 34px; max-width: 270px; color: rgba(255,255,255,.55); font-size: .82rem; }
.procurement-copy .section-kicker { color: var(--cyan-300); }
.procurement-copy > p:not(.section-kicker) { margin: 25px 0 0; color: rgba(255,255,255,.67); }
.principles { display: grid; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.16); }
.principles > div { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.principles span { color: var(--gold-400); font-size: .68rem; }
.principles p { display: grid; grid-template-columns: 170px 1fr; margin: 0; color: rgba(255,255,255,.62); font-size: .85rem; }
.principles strong { color: white; font-family: var(--font-display); font-weight: 600; }

.about { background: #030303; }
.about-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.about h2 { max-width: 390px; }
.about-copy { padding-top: 4px; }
.about-lead { margin: 0 0 20px; color: var(--ink); font: 500 clamp(1.3rem, 2.1vw, 1.75rem)/1.45 var(--font-display); letter-spacing: -.025em; }
.about-copy > p:not(.about-lead) { max-width: 680px; color: var(--slate); }
.credential-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 32px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.credential-grid article { display: flex; flex-direction: column; min-height: 150px; padding: 22px; background: #050a11; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credential-grid strong { color: var(--gold-400); font: 600 .92rem/1.3 var(--font-display); }
.credential-grid span { margin-top: 10px; color: var(--slate); font-size: .78rem; }
.value-statement { margin-top: 34px; padding: 15px 18px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--gold-400); font: 600 .88rem/1.5 var(--font-display); }

.contact-section { padding: 88px 0; background: var(--surface); }
.contact-card, .quote-card { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; padding: 60px; color: white; background: linear-gradient(135deg, #0d2038, #071426 62%, #091a2e); border: 1px solid rgba(116,231,247,.2); box-shadow: inset 4px 0 0 var(--gold-400); }
.contact-card .section-kicker { color: white; opacity: .78; }
.contact-card h2 { max-width: 650px; }
.contact-card p { max-width: 590px; margin: 18px 0 0; color: rgba(255,255,255,.76); }
.contact-link { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 28px 70px 28px 28px; color: var(--ink); background: #050a11; border: 1px solid var(--line); text-decoration: none; }
.contact-link span { color: var(--slate); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-link strong { overflow-wrap: anywhere; font: 600 1.02rem var(--font-display); }
.contact-link i { position: absolute; right: 26px; top: 50%; font-style: normal; font-size: 1.6rem; transform: translateY(-50%); transition: transform .2s ease; }
.contact-link:hover i { transform: translate(5px, -50%); }
.quote-intro h2 { margin: 0; font: 600 clamp(2.2rem, 4.1vw, 3.9rem)/1.05 var(--font-display); letter-spacing: -.052em; }
.quote-intro > p:not(.section-kicker) { max-width: 610px; margin: 18px 0 0; color: rgba(255,255,255,.78); }
.quote-button { margin-top: 30px; color: #030303; background: var(--gold-400); }
.quote-button:hover { background: var(--cyan-300); }
.quote-checklist { padding: 34px; color: var(--ink); background: #050a11; border: 1px solid var(--line); }
.quote-checklist > p { margin: 0; font: 600 1.1rem var(--font-display); }
.quote-checklist ul { display: grid; gap: 10px; margin: 22px 0 26px; padding: 0; list-style: none; color: var(--slate); font-size: .9rem; }
.quote-checklist li::before { content: "✓"; margin-right: 10px; color: var(--blue-500); font-weight: 800; }
.quote-checklist a { color: var(--blue-600); font-weight: 800; overflow-wrap: anywhere; }

.site-footer { color: rgba(255,255,255,.7); background: var(--navy-950); }
.footer-brand { color: white; }
.footer-brand .brand-name span { color: var(--gold-400); }
.footer-brand .logo-tile { width: 42px; height: 42px; }
.veteran-note { display: inline-flex; align-items: center; gap: 9px; color: white; font-size: .86rem; }
.veteran-note span { font-size: 1.25rem; }
.footer-brand-main { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: 70px; align-items: end; padding-top: 56px; padding-bottom: 50px; }
.footer-brand-statement { display: grid; justify-items: start; gap: 18px; }
.footer-brand-statement h2 { max-width: 670px; margin: 8px 0 0; color: white; font: 600 clamp(2rem, 3.7vw, 3.7rem)/1.04 var(--font-display); letter-spacing: -.05em; }
.footer-brand-statement p { max-width: 620px; margin: 0; color: rgba(255,255,255,.62); }
.footer-contact-panel { display: grid; justify-items: end; gap: 18px; text-align: right; }
.footer-email { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: .92rem; font-weight: 700; text-decoration: none; }
.footer-email-icon { display: grid; place-items: center; width: 28px; height: 28px; color: var(--gold-400); border: 1px solid rgba(212,175,55,.55); }
.footer-email-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-email:hover { color: var(--cyan-300); }
.footer-request-button { min-width: 190px; color: #030303; background: var(--gold-400); }
.footer-request-button:hover { background: var(--cyan-300); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding-top: 16px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .74rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 22px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover, .footer-bottom a[aria-current="page"] { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-brand-bottom { grid-template-columns: minmax(0, 1.35fr) auto minmax(0, 1fr); padding-top: 22px; padding-bottom: 24px; }
.footer-brand-bottom address { font-style: normal; }

.legal-page { background: var(--surface); }
.legal-page .site-header { position: relative; }
.legal-hero { padding: 78px 0 70px; color: white; background: linear-gradient(135deg, #030303, #0b2f58); }
.legal-hero .section-kicker { color: var(--cyan-300); }
.legal-hero h1 { margin: 0; font: 600 clamp(2.7rem, 5vw, 4.6rem)/1 var(--font-display); letter-spacing: -.055em; }
.legal-hero p:last-child { margin: 18px 0 0; color: rgba(255,255,255,.62); }
.legal-content { max-width: 860px; padding-top: 72px; padding-bottom: 90px; }
.legal-content > p:first-child { color: var(--ink); font-size: 1.08rem; }
.legal-content h2 { margin: 38px 0 10px; font: 600 1.35rem var(--font-display); letter-spacing: -.02em; }
.legal-content p { margin: 0; color: var(--slate); }
.legal-content a { color: var(--blue-600); font-weight: 700; }
.compact-footer .footer-bottom { min-height: 84px; }

@media (max-width: 980px) {
  .primary-nav { gap: 17px; }
  .hero-layout, .delivery-layout, .procurement-layout, .about-layout, .contact-card, .quote-card { grid-template-columns: 1fr; }
  .hero-layout { gap: 30px; }
  .hero-copy { grid-column: 1; grid-row: 1; }
  .hero-actions { grid-column: 1; grid-row: 2; }
  .hero-visual { grid-column: 1; grid-row: 3; min-height: 500px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .delivery-layout, .procurement-layout { gap: 55px; }
  .procurement-visual { min-height: 390px; }
  .about-layout { gap: 35px; }
  .contact-card, .quote-card { gap: 40px; }
  .footer-brand-main { grid-template-columns: 1fr; gap: 34px; align-items: start; }
  .footer-contact-panel { justify-items: start; text-align: left; }
  .footer-brand-bottom { grid-template-columns: 1fr; justify-items: start; text-align: left; }
  .footer-brand-bottom nav { justify-content: flex-start; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer-brand-led .footer-bottom { justify-items: start; text-align: left; }
}

@media (max-width: 760px) {
  .container, .nav-shell { width: min(100% - 30px, 1160px); }
  .nav-shell { min-height: 74px; }
  .logo-tile { width: 44px; height: 44px; padding: 4px; }
  .brand-name { font-size: 1.12rem; }
  .menu-toggle { display: grid; gap: 4px; width: 42px; height: 42px; padding: 10px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.25); }
  .menu-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; }
  .primary-nav { display: none; position: absolute; top: 67px; left: 15px; right: 15px; padding: 18px; align-items: stretch; flex-direction: column; gap: 0; background: #090909; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 22px 45px rgba(0,0,0,.38); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 10px; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding-top: 0; }
  .hero-layout { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding-top: 38px; padding-bottom: 50px; }
  .hero-copy { order: 1; position: relative; z-index: auto; }
  .hero h1 { font-size: clamp(2.45rem, 11.2vw, 3.45rem); line-height: .99; }
  .hero-lead { margin-top: 22px; font-size: 1rem; }
  .hero-actions { order: 3; width: 100%; margin-top: 22px; flex-direction: column; align-items: stretch; }
  .hero-visual { order: 2; position: relative; inset: auto; z-index: auto; width: 100%; min-height: 320px; margin-top: 30px; overflow: hidden; background: radial-gradient(circle at 50% 46%, rgba(45,109,246,.16), transparent 58%), #050505; border: 1px solid rgba(116,231,247,.22); }
  .hero-visual::after { display: none; }
  .network-canvas { z-index: 0; }
  .orbit-one { width: 250px; height: 250px; }
  .orbit-two { width: 330px; height: 330px; }
  .visual-orbit, .visual-center { top: 43%; z-index: 2; }
  .visual-center { width: 78px; height: 78px; }
  .visual-caption { right: 14px; bottom: 14px; z-index: 2; width: min(280px, calc(100% - 28px)); padding: 14px 16px; }
  .credibility-row { grid-template-columns: 1fr; padding: 15px 0; }
  .credibility-row div, .credibility-row div:first-child { padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .credibility-row div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .solution-grid, .procurement-grid { grid-template-columns: 1fr; }
  .credential-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; padding: 34px 28px; }
  .card-icon { margin-bottom: 34px; }
  .card-number { top: 21px; right: 22px; font-size: .58rem; }
  .procurement-visual { min-height: 350px; padding: 28px; }
  .procurement-visual > p { left: 28px; bottom: 22px; }
  .principles p { grid-template-columns: 1fr; gap: 4px; }
  .contact-section { padding: 55px 0; }
  .contact-card { width: min(100% - 30px, 1160px); padding: 38px 26px; }
  .footer-brand-main { padding-top: 44px; padding-bottom: 38px; }
  .footer-brand-statement h2 { max-width: 520px; }
  .footer-contact-panel, .footer-email, .footer-request-button { width: 100%; }
  .footer-request-button { justify-content: center; }
  .footer-brand-bottom address { line-height: 1.65; }
  .back-link { font-size: .8rem; }
  .legal-hero { padding: 60px 0; }
  .legal-content { padding-top: 52px; padding-bottom: 70px; }
}

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