:root {
  --navy: #071a3a;
  --navy-2: #0b2c5a;
  --blue: #0879df;
  --blue-bright: #17a7ef;
  --cyan: #73e0ed;
  --paper: #f5f8fb;
  --white: #ffffff;
  --line: #d7e0ea;
  --muted: #5d6c7f;
  --max: 1240px;
  --display: 'Manrope', 'DM Sans', sans-serif;
  --body: 'DM Sans', system-ui, sans-serif;
  /* Shared aliases used by the shop and private tools. */
  --ink: var(--navy);
  --ink-soft: var(--navy-2);
  --blue-dark: #0753b8;
  --sky: #eaf4ff;
  --max-width: var(--max);
  --radius-lg: 18px;
  --shadow-sm: 0 12px 30px rgba(7,26,58,.10);
  --shadow-lg: 0 24px 65px rgba(7,26,58,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--navy); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.03; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
p { color: var(--muted); }
[hidden] { display: none !important; }

.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 20; padding: .65rem 1rem; border-radius: 99px; background: var(--navy); color: #fff; text-decoration: none; }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--white); }
.navbar { position: relative; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.nav-container { width: min(calc(100% - 4rem), var(--max)); min-height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo-wrapper { display: inline-flex; align-items: center; width: 122px; height: 68px; overflow: hidden; }
.logo { width: 122px; height: 68px; object-fit: contain; }
.nav-middle { display: flex; align-items: center; gap: 2.3rem; margin-left: auto; }
.nav-index { color: #92a0b2; font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 2.1vw, 2rem); margin: 0; padding: 0; list-style: none; }
.nav-links li { position: relative; }
.nav-links a { display: inline-block; padding: .6rem 0; color: #1b3556; font-size: .77rem; font-weight: 700; letter-spacing: .03em; text-decoration: none; }
.nav-links a::after { position: absolute; right: 0; bottom: .2rem; left: 0; height: 2px; border-radius: 2px; background: var(--blue); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--blue); }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.lang-button { min-width: 45px; padding: .52rem .68rem; border: 1px solid #b9cadc; border-radius: 3px; background: transparent; color: var(--navy); cursor: pointer; font: inherit; font-size: .7rem; font-weight: 800; letter-spacing: .08em; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.lang-button:hover, .lang-button:focus-visible { border-color: var(--blue); background: var(--blue); color: #fff; outline: none; }
.nav-actions { display: flex; align-items: center; gap: .6rem; }
.nav-quote { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: .65rem .9rem; border: 1px solid var(--blue); border-radius: 3px; background: var(--blue); color: #fff; font-size: .74rem; font-weight: 800; letter-spacing: .025em; line-height: 1.1; text-decoration: none; box-shadow: 0 8px 20px rgba(8,121,223,.16); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.account-link { display:inline-flex; align-items:center; color:var(--navy); font-size:.74rem; font-weight:800; text-decoration:none; }
.account-link:hover,.account-link:focus-visible { color:var(--blue); outline:none; }
.nav-quote:hover, .nav-quote:focus-visible { background: var(--navy); box-shadow: 0 12px 24px rgba(7,26,58,.2); outline: none; transform: translateY(-2px); }
.mobile-quote-link { display: none; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0 11px; border: 1px solid var(--line); border-radius: 3px; background: #fff; cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.navbar.menu-open .nav-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
.navbar.menu-open .nav-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Hero */
.hero-section { position: relative; overflow: hidden; padding: clamp(4.2rem, 8vw, 7.5rem) max(2rem, calc((100% - var(--max)) / 2)) 2rem; background: var(--white); }
.hero-section::before { position: absolute; top: 0; right: 0; width: 45%; height: 100%; background: linear-gradient(135deg, transparent 16%, rgba(8,121,223,.035) 16%, rgba(8,121,223,.035) 16.3%, transparent 16.3%), linear-gradient(135deg, transparent 52%, rgba(8,121,223,.035) 52%, rgba(8,121,223,.035) 52.3%, transparent 52.3%); pointer-events: none; content: ''; }
.hero-grid { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); align-items: center; gap: clamp(3rem, 8vw, 8.5rem); }
.hero-content { max-width: 650px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: .72rem; margin-bottom: 1.55rem; color: var(--blue); font-size: .9rem; font-weight: 800; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 0 5px rgba(23,167,239,.13); }
.hero-title { max-width: 690px; margin-bottom: 1.6rem; font-size: clamp(3.2rem, 7vw, 6.5rem); font-weight: 700; }
.hero-description { max-width: 495px; margin-bottom: 2rem; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 52px; padding: .85rem 1.22rem; border: 1px solid transparent; border-radius: 2px; font-size: .78rem; font-weight: 800; letter-spacing: .025em; text-decoration: none; transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease; }
.button span:last-child { color: var(--cyan); font-size: 1.1rem; line-height: 1; }
.button-primary { background: var(--navy); color: #fff; box-shadow: 0 10px 25px rgba(7,26,58,.15); }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue); box-shadow: 0 14px 28px rgba(8,121,223,.2); transform: translateY(-3px); outline: none; }
.button-quiet { border-color: var(--line); background: transparent; color: var(--navy); }
.button-quiet span:last-child { color: var(--blue); }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--navy); background: #eef4f9; transform: translateY(-3px); outline: none; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1.5rem 3rem; margin-top: clamp(3rem, 7vw, 5.5rem); padding-top: 1.25rem; border-top: 1px solid var(--line); }
.hero-meta > span { display: flex; align-items: center; gap: .8rem; color: #536b84; font-size: 1rem; font-weight: 500; }
.hero-meta b { color: var(--blue); font-size: .92rem; font-weight: 800; letter-spacing: .06em; }

.hero-visual { position: relative; min-height: min(550px, 56vw); overflow: hidden; border-radius: 2px; background-color: #071a3a; background-image: linear-gradient(90deg, rgba(4,19,41,.52), rgba(4,19,41,.05) 58%), url('assets/hero-industrial.png'); background-position: center; background-size: cover; box-shadow: 20px 28px 75px rgba(7,26,58,.22); }
.hero-visual::after { position: absolute; right: -12%; bottom: -25%; width: 72%; height: 72%; border: 1px solid rgba(115,224,237,.22); border-radius: 50%; content: ''; }
.visual-grid { position: absolute; inset: 0; opacity: .33; background-image: linear-gradient(rgba(142,197,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(142,197,255,.12) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(135deg, #000, transparent 82%); }
.visual-topline { position: absolute; top: 1.3rem; right: 1.4rem; left: 1.4rem; display: flex; align-items: center; justify-content: space-between; color: rgba(235,246,255,.62); font-size: .61rem; font-weight: 700; letter-spacing: .15em; }
.live-label { display: flex; align-items: center; gap: .45rem; color: var(--cyan); }
.live-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(115,224,237,.14); }
.visual-core { position: absolute; bottom: 4.4rem; left: 1.5rem; width: 160px; height: 160px; display: grid; place-items: center; }
.core-ring { position: absolute; border: 1px solid rgba(115,224,237,.42); border-radius: 50%; }
.core-ring-one { width: 100%; height: 100%; border-style: dashed; animation: spin 28s linear infinite; }
.core-ring-two { width: 76%; height: 76%; border-color: rgba(23,167,239,.46); }
.visual-logo { position: relative; z-index: 2; width: 82px; height: 82px; padding: .4rem; border-radius: 50%; object-fit: contain; background: rgba(255,255,255,.96); box-shadow: 0 12px 36px rgba(0,0,0,.22); }
.core-label { position: absolute; right: -3.4rem; bottom: .45rem; z-index: 3; color: rgba(235,246,255,.84); font-size: .52rem; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-align: right; }
.visual-readouts { position: absolute; right: 1.4rem; bottom: 1.35rem; left: 1.4rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; padding-top: .9rem; border-top: 1px solid rgba(235,246,255,.19); }
.visual-readouts span { display: flex; flex-direction: column; gap: .15rem; }
.visual-readouts small { color: rgba(235,246,255,.47); font-size: .54rem; letter-spacing: .13em; }
.visual-readouts strong { color: #fff; font-family: var(--display); font-size: .82rem; letter-spacing: .04em; }
.visual-line { position: absolute; width: 72px; height: 1px; background: var(--cyan); opacity: .72; transform-origin: left center; }
.line-one { top: 28%; left: 5%; transform: rotate(28deg); }
.line-two { right: 9%; bottom: 31%; transform: rotate(-32deg); }
.visual-corner { position: absolute; right: 1.4rem; top: 4.15rem; color: rgba(235,246,255,.45); font-size: .58rem; letter-spacing: .15em; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-rule { display: flex; align-items: center; gap: 1.15rem; margin-top: 3.2rem; color: #667b91; font-size: .9rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rule-line { width: 130px; height: 1px; background: #c5d3e0; }
.hero-rule span:last-child { color: var(--blue); }

/* Shared sections */
.section-shell { width: min(calc(100% - 4rem), var(--max)); margin: 0 auto; }
.about-section, .services-section, .news-section, .contact-section { padding: clamp(6rem, 11vw, 10rem) 0; }
.section-kicker { margin-bottom: 1.4rem; }
.section-title { margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 5.1rem); font-weight: 700; }
.section-title::after { display: block; width: 46px; height: 3px; margin-top: 1.8rem; background: var(--blue); content: ''; }
.about-section { background: var(--paper); }
.section-lead { display: grid; grid-template-columns: minmax(170px, .36fr) 1fr; align-items: start; gap: 2rem; padding-bottom: 4rem; border-bottom: 1px solid var(--line); }
.section-lead .section-kicker { margin-top: .75rem; }
.about-content { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); gap: clamp(3rem, 10vw, 9rem); padding-top: 4rem; }
.about-text { max-width: 620px; }
.about-text p { font-size: 1.03rem; line-height: 1.8; }
.about-text .about-intro { margin-bottom: 1.35rem; color: var(--navy); font-family: var(--display); font-size: clamp(1.4rem, 2.3vw, 2rem); font-weight: 600; line-height: 1.35; letter-spacing: -.035em; }
.text-link, .news-link { display: inline-flex; align-items: center; gap: .7rem; margin-top: .8rem; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .03em; text-decoration: none; }
.text-link span:last-child, .news-link { transition: gap .2s ease; }
.text-link:hover { gap: 1rem; }
.about-notes { border-top: 1px solid var(--line); }
.note-block { padding: 1.35rem 0 1.55rem; border-bottom: 1px solid var(--line); }
.note-number { display: block; margin-bottom: 1rem; color: var(--blue); font-size: .63rem; font-weight: 800; letter-spacing: .13em; }
.note-block strong { display: block; margin-bottom: .4rem; color: var(--navy); font-family: var(--display); font-size: 1.05rem; }
.note-block p { margin-bottom: 0; font-size: .84rem; line-height: 1.65; }

/* Capabilities */
.services-section { background: var(--navy); color: #fff; }
.services-section .section-kicker, .services-section .section-title { color: #fff; }
.services-section .section-kicker { color: var(--cyan); }
.services-section .section-title em { color: var(--cyan); }
.services-section .section-title::after { background: var(--cyan); }
.services-heading, .news-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .42fr); align-items: end; gap: 3rem; margin-bottom: 4.2rem; }
.heading-aside { max-width: 330px; margin: 0 0 .35rem auto; color: #8da2bc; font-size: .94rem; line-height: 1.75; }
.services-list { border-top: 1px solid rgba(255,255,255,.24); }
.service-card { display: grid; grid-template-columns: 70px minmax(0, 1fr) 35px; align-items: start; gap: 1.5rem; padding: 1.75rem .4rem 1.7rem 0; border-bottom: 1px solid rgba(255,255,255,.24); transition: padding .25s ease, background .25s ease; }
.service-card:hover { padding-right: 1rem; padding-left: 1rem; background: rgba(255,255,255,.045); }
.service-number { color: var(--cyan); font-family: var(--display); font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.service-card h3 { margin-bottom: .45rem; color: #fff; font-size: clamp(1.25rem, 2.3vw, 1.8rem); letter-spacing: -.035em; }
.service-card p { max-width: 520px; margin-bottom: 0; color: #91a5bf; font-size: .88rem; line-height: 1.65; }
.service-arrow { justify-self: end; color: var(--cyan); font-size: 1.25rem; transition: transform .25s ease; }
.service-card:hover .service-arrow { transform: translate(4px, -4px); }

/* Intelligence */
.news-section { background: #fff; }
.news-heading .section-title::after { margin-top: 1.6rem; }
.news-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.15rem; }
.news-card { overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.news-card { grid-column: span 4; }
.news-card-lead { grid-column: span 8; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); }
.news-card-wide { grid-column: span 12; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); }
.news-card:hover { box-shadow: 0 18px 45px rgba(7,26,58,.12); transform: translateY(-6px); }
.news-image { min-height: 220px; background-color: var(--navy); background-position: center; background-size: cover; }
.news-image-ai-infrastructure { background-image: linear-gradient(140deg, rgba(8,121,223,.05), rgba(7,26,58,.22)), url('assets/news-ai-infrastructure.png'); }
.news-image-agentic-maintenance { background-image: linear-gradient(140deg, rgba(8,121,223,.08), rgba(7,26,58,.2)), url('assets/news-agentic-maintenance.png'); }
.news-image-resilient-edge { background-image: linear-gradient(140deg, rgba(8,121,223,.08), rgba(7,26,58,.2)), url('assets/news-resilient-edge.jpg'); }
.news-image-agentic-manufacturing { background-image: linear-gradient(140deg, rgba(8,121,223,.08), rgba(7,26,58,.2)), url('assets/news-agentic-manufacturing.webp'); }
.news-image-physical-ai { background-image: linear-gradient(140deg, rgba(8,121,223,.08), rgba(7,26,58,.2)), url('assets/news-physical-ai.jpg'); }
.news-image-packaging { background-image: linear-gradient(140deg, rgba(8,121,223,.05), rgba(7,26,58,.18)), url('assets/news-packaging-digital-twin.png'); }
.news-card-lead .news-image, .news-card-wide .news-image { min-height: 360px; }
.news-card-body { min-height: 305px; display: flex; flex-direction: column; padding: 1.55rem 1.45rem 1.5rem; }
.news-meta { margin-bottom: .8rem; color: var(--blue); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.news-card h3 { margin-bottom: .75rem; color: var(--navy); font-size: 1.38rem; }
.news-card-lead h3, .news-card-wide h3 { font-size: clamp(1.65rem, 2.4vw, 2.25rem); }
.news-card-body > p:not(.news-meta) { margin-bottom: 1rem; font-size: .87rem; line-height: 1.7; }
.news-link { margin-top: auto; }

/* Contact */
.contact-section { position: relative; background: #eaf2f8; }
.legacy-anchor { position: absolute; top: -110px; width: 1px; height: 1px; overflow: hidden; }
.contact-shell { display: grid; grid-template-columns: minmax(0, .92fr) minmax(320px, .82fr); gap: clamp(3rem, 10vw, 9rem); }
.contact-lead .section-title { margin-bottom: 1.7rem; }
.contact-lead > p:not(.section-kicker) { max-width: 420px; font-size: 1rem; line-height: 1.75; }
.contact-details { display: grid; gap: .35rem; margin-top: 2.5rem; color: var(--navy); font-size: .78rem; font-weight: 700; }
.contact-details span:first-child { color: var(--blue); }
.contact-form { display: flex; flex-direction: column; padding: clamp(1.5rem, 4vw, 2.6rem); background: #fff; box-shadow: 16px 18px 0 rgba(7,26,58,.08); }
.contact-form-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.contact-form-head .form-step { color: var(--blue); font-size: .6rem; font-weight: 800; letter-spacing: .13em; }
.contact-form-head strong { color: var(--navy); font-family: var(--display); font-size: 1rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1rem; }
.form-field { display: flex; flex-direction: column; }
.form-field-full { grid-column: 1 / -1; }
.contact-form label { margin: 1.15rem 0 .42rem; color: var(--navy); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-form label:first-of-type { margin-top: 0; }
.contact-form input, .contact-form textarea { width: 100%; padding: .8rem .85rem; border: 1px solid #c9d6e3; border-radius: 0; outline: none; background: #f9fbfd; color: var(--navy); font: inherit; font-size: .9rem; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form select { width: 100%; min-height: 47px; padding: .8rem 2.3rem .8rem .85rem; border: 1px solid #c9d6e3; border-radius: 0; background: #f9fbfd; color: var(--navy); font: inherit; font-size: .86rem; }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(8,121,223,.12); outline: none; }
.contact-form .button { align-self: flex-start; margin-top: 1.45rem; border: 0; cursor: pointer; }
.form-submit-row { display: flex; align-items: center; gap: 1.2rem; }
.form-submit-row small { max-width: 170px; color: #6a7d92; font-size: .7rem; line-height: 1.45; }

/* Footer */
.footer { background: #041329; color: #fff; }
.footer-inner { width: min(calc(100% - 4rem), var(--max)); min-height: 132px; margin: 0 auto; display: flex; align-items: center; gap: 1.5rem; }
.footer-logo { width: 76px; height: 76px; padding: .35rem; border-radius: 50%; object-fit: contain; background: #fff; }
.footer p { margin: 0 auto 0 0; color: #8da2bc; font-size: .75rem; }
.footer span { color: #6b829d; font-size: .65rem; letter-spacing: .08em; }
.federal-status { display: inline-flex; flex: 0 0 auto; min-height: 62px; align-items: center; gap: .75rem; padding: .55rem .8rem; border: 1px solid rgba(115,224,237,.28); border-radius: 3px; background: rgba(255,255,255,.06); color: #fff; text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.federal-status:hover, .federal-status:focus-visible { border-color: var(--cyan); background: rgba(115,224,237,.1); outline: none; transform: translateY(-2px); }
.federal-status-static { cursor: default; }
.federal-status-static:hover { border-color: rgba(115,224,237,.28); background: rgba(255,255,255,.06); transform: none; }
.footer .federal-status-mark { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(115,224,237,.6); border-radius: 50%; color: var(--cyan); font-size: .65rem; font-weight: 800; letter-spacing: .08em; }
.federal-status-copy { display: grid; gap: .12rem; }
.footer .federal-status-copy strong { color: #fff; font-size: .72rem; letter-spacing: .035em; }
.footer .federal-status-copy small { color: #91a9c4; font-size: .62rem; letter-spacing: .025em; white-space: nowrap; }

/* Government contracting */
.gov-page { background: #f4f8fb; }
.gov-main { overflow: hidden; }
.gov-hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7.5rem) max(2rem, calc((100% - var(--max)) / 2)) clamp(3rem, 6vw, 5.5rem); background: #061731; color: #fff; }
.gov-hero::before { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 56%, rgba(23,167,239,.12) 56%, rgba(23,167,239,.12) 56.2%, transparent 56.2%), radial-gradient(circle at 82% 24%, rgba(115,224,237,.17), transparent 31%); content: ''; }
.gov-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr); align-items: end; gap: clamp(3rem, 8vw, 8rem); }
.gov-hero .section-kicker { color: var(--cyan); }
.gov-hero h1 { max-width: 850px; margin: .8rem 0 1.35rem; font-size: clamp(3.4rem, 7.3vw, 7rem); letter-spacing: -.07em; line-height: .94; }
.gov-hero h1 em { color: var(--cyan); }
.gov-hero-copy > p:not(.section-kicker) { max-width: 680px; color: #b2c5da; font-size: 1.05rem; line-height: 1.8; }
.gov-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.gov-hero .button-primary { background: var(--cyan); color: var(--navy); }
.gov-hero .button-primary:hover { background: #fff; }
.gov-hero .button-quiet { border-color: rgba(255,255,255,.3); color: #fff; }
.gov-status-panel { position: relative; padding: 1.7rem; border: 1px solid rgba(115,224,237,.28); background: rgba(255,255,255,.055); box-shadow: 24px 28px 70px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.gov-status-panel::before { position: absolute; top: -1px; left: -1px; width: 42%; height: 3px; background: var(--cyan); content: ''; }
.gov-live { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; color: #9bb1c9; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gov-live i { width: 9px; height: 9px; border-radius: 50%; background: #53e6a5; box-shadow: 0 0 0 6px rgba(83,230,165,.1); }
.gov-status-panel h2 { margin-bottom: 1.5rem; color: #fff; font-size: 2rem; }
.gov-status-list { display: grid; gap: .85rem; margin: 0; padding: 0; list-style: none; }
.gov-status-list li { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: .8rem; padding-top: .85rem; border-top: 1px solid rgba(255,255,255,.12); }
.gov-status-list b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: rgba(115,224,237,.12); color: var(--cyan); font-size: .78rem; }
.gov-status-list strong { display: block; color: #fff; font-size: .84rem; }
.gov-status-list small { color: #8ea5bf; font-size: .7rem; }
.gov-facts { display: grid; grid-template-columns: repeat(4, 1fr); width: min(calc(100% - 4rem), var(--max)); margin: -1.6rem auto 0; position: relative; z-index: 2; background: #fff; box-shadow: 18px 22px 60px rgba(7,26,58,.11); }
.gov-fact { min-height: 145px; padding: 1.45rem; border-right: 1px solid var(--line); }
.gov-fact:last-child { border-right: 0; }
.gov-fact span { display: block; margin-bottom: 1rem; color: #7890a8; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gov-fact strong { display: block; color: var(--navy); font-family: var(--display); font-size: clamp(1.35rem, 2.1vw, 2rem); letter-spacing: -.04em; }
.gov-fact small { color: #718399; }
.gov-section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.gov-shell { width: min(calc(100% - 4rem), var(--max)); margin: 0 auto; }
.gov-section-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(280px, .5fr); align-items: end; gap: 3rem; margin-bottom: 3rem; }
.gov-section-head h2 { margin: .55rem 0 0; font-size: clamp(2.7rem, 5vw, 5rem); }
.gov-section-head > p { margin: 0; color: #657a90; font-size: 1rem; line-height: 1.8; }
.gov-capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.gov-capability { min-height: 235px; padding: clamp(1.5rem, 3vw, 2.4rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.gov-capability:hover { position: relative; z-index: 1; background: #fbfdff; box-shadow: 12px 18px 45px rgba(7,26,58,.08); transform: translateY(-3px); }
.gov-capability > span { color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.gov-capability h3 { margin: 1.15rem 0 .65rem; font-size: 1.55rem; }
.gov-capability p { margin: 0; color: #667b91; }
.gov-codes { background: #eaf2f8; }
.gov-code-layout { display: grid; grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr); gap: clamp(3rem, 7vw, 7rem); }
.gov-code-intro h2 { margin: .6rem 0 1rem; font-size: clamp(2.6rem, 4.8vw, 4.8rem); }
.gov-code-intro p { color: #647a91; }
.gov-code-groups { display: grid; gap: 2rem; }
.gov-code-group { padding-top: 1.25rem; border-top: 2px solid var(--navy); }
.gov-code-group h3 { margin-bottom: 1rem; font-size: 1rem; letter-spacing: .03em; }
.gov-code-list { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.gov-code-list li { display: grid; grid-template-columns: 76px 1fr; gap: 1rem; color: #50677f; font-size: .87rem; }
.gov-code-list b { color: var(--blue); font-size: .8rem; }
.gov-assurance { display: grid; grid-template-columns: minmax(0, .75fr) minmax(300px, .45fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.gov-assurance h2 { margin: .6rem 0 1rem; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.gov-assurance p { color: #627990; }
.gov-assurance-card { padding: 2rem; border-top: 4px solid var(--blue); background: #fff; box-shadow: 16px 22px 55px rgba(7,26,58,.1); }
.gov-assurance-card strong { display: block; margin-bottom: 1rem; font-size: 1.25rem; }
.gov-assurance-card ul { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; color: #5e748a; font-size: .88rem; }
.gov-assurance-card li::before { margin-right: .65rem; color: var(--blue); content: '✓'; font-weight: 800; }
.gov-disclaimer { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); color: #74869a; font-size: .72rem; line-height: 1.65; }

/* Quote request */
.quote-page { background: #eef4f9; }
.quote-main { min-height: calc(100vh - 202px); }
.quote-hero { position: relative; overflow: hidden; padding: clamp(3.6rem, 7vw, 6.3rem) max(2rem, calc((100% - var(--max)) / 2)) clamp(2.6rem, 5vw, 4.8rem); background: var(--navy); color: #fff; }
.quote-hero::before { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 46%, rgba(115,224,237,.08) 46%, rgba(115,224,237,.08) 46.25%, transparent 46.25%), radial-gradient(circle at 86% 18%, rgba(23,167,239,.23), transparent 28%); content: ''; pointer-events: none; }
.quote-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr); align-items: end; gap: clamp(2.5rem, 8vw, 7rem); }
.quote-hero .section-kicker { color: var(--cyan); }
.quote-hero h1 { max-width: 830px; margin-bottom: 1.35rem; font-size: clamp(3rem, 6.6vw, 6rem); }
.quote-hero h1 em { color: var(--cyan); }
.quote-hero-copy > p:not(.section-kicker) { max-width: 660px; margin-bottom: 0; color: #adc0d7; font-size: 1.06rem; line-height: 1.75; }
.quote-assurance { display: grid; gap: .85rem; padding: 1.2rem 0 0; border-top: 1px solid rgba(255,255,255,.2); }
.quote-assurance span { display: flex; align-items: center; gap: .7rem; color: #dce8f5; font-size: .82rem; }
.quote-assurance span::before { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(115,224,237,.12); content: ''; }
.quote-workspace { padding: clamp(3rem, 7vw, 6.5rem) 0; }
.quote-shell { width: min(calc(100% - 4rem), var(--max)); margin: 0 auto; display: grid; grid-template-columns: minmax(220px, .35fr) minmax(0, 1fr); align-items: start; gap: clamp(2.5rem, 7vw, 6rem); }
.quote-progress { position: sticky; top: 125px; }
.quote-progress > span { display: block; margin-bottom: .85rem; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quote-progress h2 { margin-bottom: 1.1rem; font-size: clamp(1.7rem, 2.7vw, 2.6rem); letter-spacing: -.045em; }
.quote-progress > p { margin-bottom: 1.6rem; font-size: .9rem; line-height: 1.7; }
.quote-steps { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.quote-step-indicator { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: .7rem; min-height: 45px; padding: .45rem .55rem; border-left: 2px solid var(--line); color: #74869a; font-size: .78rem; font-weight: 700; }
.quote-step-indicator b { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #c6d4e2; border-radius: 50%; font-size: .65rem; }
.quote-step-indicator.is-active { border-left-color: var(--blue); color: var(--navy); }
.quote-step-indicator.is-active b { border-color: var(--blue); background: var(--blue); color: #fff; }
.quote-card { position: relative; padding: clamp(1.7rem, 4vw, 3.4rem); border: 1px solid var(--line); border-top: 4px solid var(--blue); background: #fff; box-shadow: 20px 24px 65px rgba(7,26,58,.1); }
.quote-step[hidden] { display: none; }
.quote-step-head { margin-bottom: 2rem; padding-bottom: 1.35rem; border-bottom: 1px solid var(--line); }
.quote-step-head span { color: var(--blue); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.quote-step-head h2 { margin: .6rem 0 .5rem; font-size: clamp(2rem, 4vw, 3.45rem); }
.quote-step-head p { margin-bottom: 0; font-size: .93rem; }
.request-types { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; }
.request-type { position: relative; min-height: 185px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1.25rem; border: 1px solid #cbd8e5; background: #f7fafc; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.request-type:hover { border-color: var(--blue); background: #fff; box-shadow: 0 14px 32px rgba(7,26,58,.08); transform: translateY(-3px); }
.request-type input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.request-type:has(input:checked) { border-color: var(--blue); background: var(--sky); box-shadow: inset 0 0 0 2px var(--blue); }
.request-type-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(8,121,223,.25); border-radius: 50%; background: #fff; color: var(--blue); font-size: 1rem; }
.request-type strong { color: var(--navy); font-family: var(--display); font-size: 1.08rem; }
.request-type small { color: #64778b; font-size: .75rem; line-height: 1.5; }
.quote-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.quote-field { display: flex; flex-direction: column; }
.quote-field-full { grid-column: 1 / -1; }
.quote-field label, .quote-field legend { margin-bottom: .45rem; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.quote-field label .optional { color: #8292a4; font-size: .62rem; font-weight: 600; letter-spacing: .02em; text-transform: none; }
.quote-field input, .quote-field select, .quote-field textarea { width: 100%; min-height: 50px; padding: .85rem .9rem; border: 1px solid #c9d6e3; border-radius: 2px; outline: none; background: #f8fafc; color: var(--navy); font: inherit; font-size: .92rem; }
.quote-field textarea { min-height: 145px; resize: vertical; }
.quote-field input:focus, .quote-field select:focus, .quote-field textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(8,121,223,.12); }
.quote-field input:invalid:not(:placeholder-shown), .quote-field textarea:invalid:not(:placeholder-shown) { border-color: #c84545; }
.quote-conditional { grid-column: 1 / -1; padding: 1.25rem; border-left: 3px solid var(--cyan); background: #f3f8fc; }
.quote-conditional[hidden] { display: none; }
.quote-choice-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.quote-choice-row label { position: relative; margin: 0; padding: .65rem .8rem; border: 1px solid #c8d6e4; background: #fff; cursor: pointer; font-size: .75rem; text-transform: none; }
.quote-choice-row input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.quote-choice-row label:has(input:checked) { border-color: var(--blue); background: var(--blue); color: #fff; }
.quote-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.quote-back { border: 0; background: transparent; color: var(--blue); cursor: pointer; font: inherit; font-size: .78rem; font-weight: 800; }
.quote-next, .quote-submit { border: 0; cursor: pointer; }
.quote-note { margin: 1rem 0 0; color: #738599; font-size: .72rem; line-height: 1.6; }
.quote-status { margin: 1rem 0 0; color: #b13a3a; font-size: .78rem; font-weight: 700; }

@media (min-width: 761px) {
  .nav-links a { font-size: .94rem; }
  .nav-quote { font-size: .9rem; }
  .lang-button { font-size: .84rem; }
  .button { font-size: .92rem; }
  .eyebrow, .section-kicker { font-size: 1rem; letter-spacing: .105em; }
  .hero-meta > span { font-size: 1.05rem; }
  .hero-meta b { font-size: .95rem; }
  .hero-rule { font-size: 1rem; }
  .text-link, .news-link { font-size: .92rem; }
  .note-number { font-size: .75rem; }
  .note-block p { font-size: .92rem; }
  .heading-aside { font-size: 1.02rem; }
  .service-number { font-size: .86rem; }
  .service-card p { font-size: .96rem; }
  .news-meta { font-size: .74rem; }
  .news-card-body > p:not(.news-meta) { font-size: .96rem; }
  .contact-lead > p:not(.section-kicker) { font-size: 1.08rem; }
  .contact-details { gap: .5rem; font-size: .98rem; }
  .contact-form-head .form-step { font-size: .68rem; }
  .contact-form-head strong { font-size: 1.1rem; }
  .contact-form label { font-size: .76rem; }
  .footer p { font-size: .96rem; }
  .footer span { font-size: .8rem; }
}

@media (min-width: 1100px) {
  .nav-container { min-height: 112px; }
  .logo-wrapper, .logo { width: 172px; height: 96px; }
  .nav-middle { gap: 2.65rem; }
  .nav-links { gap: clamp(1.25rem, 2vw, 2.1rem); }
  .nav-links a { font-size: 1rem; }
  .nav-quote { min-height: 50px; padding: .78rem 1.15rem; font-size: .94rem; }
  .lang-button { min-width: 52px; min-height: 50px; font-size: .88rem; }
}

/* Confirmation */
.thankyou-page { min-height: 100vh; background: radial-gradient(circle at 80% 15%, rgba(23,167,239,.16), transparent 28%), #eaf2f8; }
.thankyou-shell { width: min(calc(100% - 2.5rem), 820px); min-height: 100vh; margin: 0 auto; display: grid; place-content: center; gap: 1.5rem; padding: 3rem 0; }
.thankyou-brand { justify-self: center; }
.thankyou-brand img { width: 105px; height: 78px; object-fit: contain; }
.thankyou-card { position: relative; overflow: hidden; padding: clamp(2.2rem, 7vw, 5rem); border-top: 4px solid var(--blue); background: #fff; box-shadow: 18px 22px 60px rgba(7,26,58,.12); text-align: center; }
.thankyou-card::after { position: absolute; right: -90px; bottom: -90px; width: 220px; height: 220px; border: 1px solid rgba(8,121,223,.15); border-radius: 50%; content: ''; }
.thankyou-icon { width: 52px; height: 52px; margin: 0 auto 1.5rem; display: grid; place-items: center; border-radius: 50%; background: #dff8ec; color: #07854f; font-size: 1.4rem; font-weight: 800; }
.thankyou-card h1 { margin-bottom: 1rem; color: var(--navy); font-size: clamp(2.5rem, 7vw, 4.7rem); letter-spacing: -.06em; }
.thankyou-card p:not(.section-kicker) { max-width: 570px; margin: 0 auto 2rem; color: #65788d; line-height: 1.75; }
.thankyou-card .button { position: relative; z-index: 1; }
.thankyou-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }
.thankyou-support { margin: 0; color: #65788d; font-size: .78rem; text-align: center; }
.thankyou-support a { color: var(--blue); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 980px) { .nav-middle { gap: 1rem; } .nav-index { display: none; } .hero-grid { gap: 3rem; } .hero-visual { min-height: 480px; } .services-heading, .news-heading { gap: 2rem; } .news-card { grid-column: span 6; } .news-card-lead, .news-card-wide { grid-column: span 12; } }
@media (max-width: 760px) {
  .nav-container, .section-shell, .footer-inner { width: min(calc(100% - 2.5rem), var(--max)); }
  .nav-container { min-height: 78px; gap: .8rem; }
  .logo-wrapper, .logo { width: 100px; height: 60px; }
  .nav-toggle { display: block; }
  .nav-middle { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; margin: 0; padding: 1.1rem 1.25rem 1.4rem; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 40px rgba(7,26,58,.12); }
  .navbar.menu-open .nav-middle { display: block; }
  .nav-links { display: grid; width: 100%; gap: 0; }
  .nav-links li { border-bottom: 1px solid #e6edf4; }
  .nav-links li:last-child { border-bottom: 0; }
  .nav-links a { display: flex; min-height: 52px; align-items: center; justify-content: space-between; font-size: .96rem; }
  .nav-links a::after { position: static; width: auto; height: auto; background: none; color: var(--blue); content: '↗'; transform: none; }
  .nav-index { display: block; margin-bottom: .65rem; }
  .nav-actions > .nav-quote { display: none; }
  .mobile-quote-link { display: block; }
  .mobile-quote-link a { color: var(--blue); font-weight: 800; }
  .navbar .nav-container { padding: .45rem 0; }
  .hero-section { padding: 4.5rem 1.25rem 1.5rem; }
  .hero-grid, .section-lead, .about-content, .services-heading, .news-heading, .contact-shell { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .hero-rule { margin-top: 2.3rem; }
  .section-lead { gap: 1.2rem; padding-bottom: 2.4rem; }
  .section-lead .section-kicker { margin-top: 0; }
  .about-content { gap: 3rem; padding-top: 2.6rem; }
  .heading-aside { margin: 0; }
  .services-heading, .news-heading { margin-bottom: 2.8rem; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card, .news-card-lead, .news-card-wide { grid-column: auto; display: block; }
  .news-card-lead .news-image, .news-card-wide .news-image { min-height: 250px; }
  .news-card-body { min-height: auto; }
  .contact-shell { gap: 3rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .contact-form-head { align-items: flex-start; flex-direction: column; }
  .footer-inner { min-height: 190px; flex-wrap: wrap; align-content: center; gap: .85rem 1rem; padding: 1.25rem 0; }
  .footer p { flex: 1 1 200px; }
  .federal-status { flex: 1 1 100%; justify-content: center; }
  .gov-hero { padding: 4rem 1.25rem 3.5rem; }
  .gov-hero-grid, .gov-section-head, .gov-code-layout, .gov-assurance { grid-template-columns: 1fr; }
  .gov-status-panel { max-width: 520px; }
  .gov-facts { grid-template-columns: repeat(2, 1fr); width: min(calc(100% - 2.5rem), var(--max)); }
  .gov-fact:nth-child(2) { border-right: 0; }
  .gov-fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gov-shell { width: min(calc(100% - 2.5rem), var(--max)); }
  .gov-capability-grid { grid-template-columns: 1fr; }
  .quote-hero { padding: 3.8rem 1.25rem 3rem; }
  .quote-hero-grid, .quote-shell { grid-template-columns: 1fr; }
  .quote-assurance { display: none; }
  .quote-shell { width: min(calc(100% - 2.5rem), var(--max)); }
  .quote-progress { position: static; }
  .quote-progress > p { max-width: 520px; }
  .quote-steps { grid-template-columns: repeat(3, 1fr); }
  .quote-step-indicator { grid-template-columns: 30px 1fr; min-height: auto; padding: .35rem; border-bottom: 2px solid var(--line); border-left: 0; font-size: .66rem; }
  .quote-step-indicator.is-active { border-bottom-color: var(--blue); border-left-color: transparent; }
  .quote-fields, .request-types { grid-template-columns: 1fr; }
  .request-type { min-height: 138px; }
  .quote-field-full, .quote-conditional { grid-column: auto; }
}
@media (max-width: 470px) {
  .hero-title { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero-description { font-size: .95rem; }
  .hero-visual { min-height: 365px; }
  .visual-core { bottom: 4.2rem; left: 1rem; width: 125px; height: 125px; }
  .visual-logo { width: 66px; height: 66px; }
  .core-label { right: -3.1rem; font-size: .46rem; }
  .service-card { grid-template-columns: 45px minmax(0, 1fr) 25px; gap: .65rem; }
  .contact-form { box-shadow: 8px 10px 0 rgba(7,26,58,.08); }
  .quote-card { padding: 1.35rem; box-shadow: 8px 10px 30px rgba(7,26,58,.1); }
  .quote-steps { gap: .2rem; }
  .quote-step-indicator { display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; }
  .quote-actions { flex-wrap: wrap; }
}
