/* ── Self-hosted Poppins (Latin subset, woff2). Generated by .asset-build/download-fonts.js ── */
/* unicode-range covers basic Latin + Latin-1 Supplement + common punctuation. */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/poppins-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/poppins-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/poppins-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/poppins-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/poppins-800.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Poppins', sans-serif;
  background: #111111;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(232, 112, 8, 0.18);
  min-width: 320px;
}
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; font-family: inherit; }
button, a, [role="button"], input[type="submit"] { touch-action: manipulation; }
img, video, picture { max-width: 100%; height: auto; display: block; }
.icon { max-width: none; height: auto; }
.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; }

/* Skip-to-content link — only visible on keyboard focus */
.skip-link {
  position: fixed; top: -100px; left: 12px; z-index: 9999;
  background: var(--orange); color: #fff; padding: 10px 16px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  border-radius: 3px; text-decoration: none;
  transition: top 0.15s;
}
.skip-link:focus { top: 12px; outline: 2px solid var(--white); outline-offset: 2px; }
main:focus { outline: none; }

/* Inline list of form validation errors (B-23) */
.form-error-list { margin: 8px 0 0 20px; padding: 0; list-style: disc; }
.form-error-list li { margin: 2px 0; }

/* ── Utility classes ── replace inline style="" attrs so CSP can drop 'unsafe-inline'. */
.is-hidden        { display: none !important; }
.text-center      { text-align: center; }
.text-orange      { color: var(--orange); }
.text-white       { color: var(--white); }
.text-inherit     { color: inherit; }
.bg-bg            { background: var(--bg); }
.bg-bg2           { background: var(--bg2); }
.u-mb-0           { margin-bottom: 0; }
.u-mb-8           { margin-bottom: 8px; }
.u-mb-12          { margin-bottom: 12px; }
.u-mb-16          { margin-bottom: 16px; }
.u-mb-24          { margin-bottom: 24px; }
.u-mt-0           { margin-top: 0; }
.u-mt-6           { margin-top: 6px; }
.u-mt-12          { margin-top: 12px; }
.u-mt-18          { margin-top: 18px; }
.u-mt-20          { margin-top: 20px; }
.u-mt-24          { margin-top: 24px; }
.u-pb-80          { padding-bottom: 80px; }
.list-disc        { padding-left: 16px; list-style: disc; }
.overline-dim     { color: rgba(255,255,255,0.45); }
/* Hide field off-screen but keep submittable for the bot honeypot. */
.honeypot         { display: none !important; position: absolute; left: -9999px; }
/* Rotates the arrow-left icon 90° CCW for the back-to-top button. */
.icon-rotate-ccw90 { transform: rotate(-90deg); }
/* Sidebar CTA button on article pages — full-width, slightly smaller text. */
.article-sidebar-cta .btn { width: 100%; justify-content: center; font-size: 12px; }
/* Geo "Facility Types" sub-heading (rendered by showGeoPage). */
.geo-industries-heading { font-size: 24px; margin-bottom: 8px; margin-top: 6px; }

/* No-JS fallback — visible only when JavaScript is disabled. */
.noscript-fallback {
  background: var(--orange); color: #fff; padding: 20px 24px;
  font-size: 15px; line-height: 1.7; text-align: center;
}
.noscript-fallback a { color: #fff; text-decoration: underline; }

/* Inline-SVG icon system — replaces Lucide CDN. .icon-sprite holds the symbols off-screen. */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.icon {
  display: inline-block; vertical-align: middle; flex-shrink: 0;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}

/* ── Tokens ── */
:root {
  --bg:        #111111;
  --bg2:       #1a1a1a;
  --bg3:       #222222;
  --navy:      #01233f;
  --navy2:     #0b2f42;
  --orange:    #e87008;
  --orange2:   #d16000;
  --white:     #ffffff;
  --off-white: #f0ede8;
  --muted:     #9a9a9a;
  --border:    #2e2e2e;
  --max-w:     1200px;
  --bar-h:     40px;
}

/* ── Layout ── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 48px; }
.section-pad { padding: 96px 0; }

/* ── Announcement Bar ── */
.announcement-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: var(--bar-h); background: var(--orange);
  display: flex; align-items: center;
}
.announcement-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; flex: 1; font-size: 13px; font-weight: 500; color: #fff;
}
.announcement-inner a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.announcement-inner a:hover { opacity: 0.85; }
.announcement-inner .ann-divider { opacity: 0.5; margin: 0 4px; }
.announcement-close {
  position: absolute; right: 16px; background: none; border: none;
  color: rgba(255,255,255,0.75); font-size: 18px; line-height: 1;
  cursor: pointer; padding: 4px 8px; transition: color 0.15s;
}
.announcement-close:hover { color: #fff; }

/* ── Nav ── */
.nav {
  position: fixed; top: var(--bar-h); left: 0; right: 0; z-index: 200;
  background: #0d0d0d; border-bottom: 1px solid var(--border);
  height: 68px; display: flex; align-items: center;
  transition: top 0.2s;
}
.nav-inner { display: flex; align-items: center; width: 100%; gap: 32px; }
.nav-logo { flex: 1; display: flex; align-items: center; gap: 10px; cursor: pointer; }
.nav-logo-img { width: 44px; height: 44px; border-radius: 4px; overflow: hidden; flex-shrink: 0; }
.nav-logo-img img { width: 100%; height: 100%; object-fit: cover; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; }
.nav-logo-deka { font-size: 18px; font-weight: 800; color: var(--white); letter-spacing: 0.01em; }
.nav-logo-group { font-size: 10px; font-weight: 600; color: var(--orange); letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { font-size: 13px; font-weight: 500; color: #cccccc; transition: color 0.15s; padding-bottom: 2px; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-dropdown { position: relative; }
.nav-dropdown-btn { font-size: 13px; font-weight: 500; color: #cccccc; background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 4px; transition: color 0.15s; font-family: inherit; white-space: nowrap; }
.nav-dropdown-btn:hover { color: var(--white); }
.nav-dropdown-btn.active { color: var(--white); }
.nav-dropdown-btn:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; border-radius: 2px; }
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 12px); left: 0; background: #1a1a1a;
  border: 1px solid var(--border); min-width: 210px; padding: 8px 0;
  display: none; z-index: 300; border-radius: 2px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
/* Hover bridge — invisible strip above the menu that covers the 12px gap
   between the button bottom and the menu top. Only renders when the menu is
   visible (display: block). Keeps .nav-dropdown:hover continuous while the
   cursor crosses from button to menu. */
.nav-dropdown-menu::before {
  content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a { display: block; padding: 9px 18px; font-size: 13px; color: #ccc; transition: color 0.12s, background 0.12s; }
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible { color: var(--orange); background: rgba(232,112,8,0.06); outline: none; }
.nav-phone { font-size: 13px; font-weight: 600; color: var(--white); letter-spacing: 0.01em; white-space: nowrap; transition: color 0.15s; }
.nav-phone:hover { color: var(--orange); }
.nav-cta { background: var(--orange); color: var(--white); padding: 10px 24px; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; border-radius: 3px; transition: background 0.15s; white-space: nowrap; }
.nav-cta:hover { background: var(--orange2); }
.hamburger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 10px; flex-shrink: 0; width: 44px; height: 44px; border-radius: 3px; -webkit-tap-highlight-color: transparent; }
.hamburger:active { background: rgba(255,255,255,0.06); }
.hamburger:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: transform 0.25s, opacity 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.nav-mobile-menu {
  display: none; position: fixed; top: calc(68px + var(--bar-h)); left: 0; right: 0;
  background: #0d0d0d; border-bottom: 1px solid var(--border);
  padding: 12px 22px 28px; z-index: 199;
  flex-direction: column; gap: 0;
  /* vh first (fallback), dvh last so supporting browsers override and
     dodge the iOS Safari address-bar-collapse jump. */
  max-height: calc(100vh - 68px - var(--bar-h));
  max-height: calc(100dvh - 68px - var(--bar-h));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: top 0.2s;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu > a { display: block; padding: 16px 4px; font-size: 16px; font-weight: 500; color: #ddd; border-bottom: 1px solid var(--border); transition: color 0.12s; min-height: 48px; }
.nav-mobile-menu > a:hover { color: var(--white); }
.nav-mobile-menu > a.active { color: var(--orange); }
.nav-mobile-services-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); padding: 20px 0 6px; }
.nav-mobile-services { display: flex; flex-direction: column; padding-left: 12px; }
.nav-mobile-services a { display: block; padding: 13px 4px; font-size: 14px; color: #aaa; border-bottom: 1px solid rgba(46,46,46,0.5); transition: color 0.12s; min-height: 48px; }
.nav-mobile-services a:hover { color: var(--white); }
.nav-mobile-phone {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 22px; padding: 14px; background: rgba(255,255,255,0.04);
  border: 1px solid var(--border); border-radius: 3px;
  font-size: 15px; font-weight: 700; color: var(--white); letter-spacing: 0.02em;
  text-align: center; min-height: 48px;
}
.nav-mobile-phone:hover { color: var(--orange); border-color: var(--orange); }
.nav-mobile-phone .icon { color: var(--orange); }
.nav-mobile-cta { margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--orange); color: #fff; text-align: center; padding: 15px; font-size: 14px; font-weight: 700; letter-spacing: 0.06em; border-radius: 3px; transition: background 0.15s; min-height: 50px; text-transform: uppercase; }
.nav-mobile-cta:hover { background: var(--orange2); }

/* ── Pages ── */
.page { display: none; padding-top: calc(68px + var(--bar-h)); }
.page.active { display: block; }

/* ══ HOME PAGE ══════════════════════════════════════════════ */

/* Hero */
.hero {
  min-height: calc(100vh - 68px - var(--bar-h));
  background: linear-gradient(135deg, #0d0d0d 0%, #01233f 100%);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0; pointer-events: none;
  opacity: 1;                       /* visible by default — never JS-gated */
  animation: hero-video-in 1.1s ease both;
}
@keyframes hero-video-in { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  /* Respect reduced motion by NOT animating/autoplaying — but still show the
     static poster frame so the hero is a professional image, never empty.
     (JS pauses playback under reduced motion; the paused <video> shows its poster.) */
  .hero-video { animation: none; opacity: 1; }
}
.hero-video-overlay {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(13,13,13,0.86) 0%, rgba(1,35,63,0.72) 55%, rgba(1,35,63,0.84) 100%),
    radial-gradient(120% 90% at 15% 50%, rgba(0,0,0,0.45) 0%, transparent 60%);
}
.hero-glow { position: absolute; right: 10%; top: 50%; transform: translateY(-50%); width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(232,112,8,0.12) 0%, transparent 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 680px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,112,8,0.12); border: 1px solid rgba(232,112,8,0.25); color: var(--orange); padding: 6px 14px; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 2px; margin-bottom: 24px; }
.hero-title { font-size: 64px; font-weight: 800; line-height: 1.05; color: var(--white); margin-bottom: 20px; }
.hero-title span { color: var(--orange); }
.hero-sub { font-size: 17px; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 36px; max-width: 520px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-phone { display: flex; align-items: center; gap: 12px; }
.hero-phone-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.hero-phone-link { font-size: 20px; font-weight: 700; color: var(--white); transition: color 0.15s; }
.hero-phone-link:hover { color: var(--orange); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; border-radius: 3px; padding: 13px 28px; transition: background 0.15s, transform 0.1s, color 0.15s; cursor: pointer; border: none; min-height: 46px; line-height: 1.2; text-align: center; }
.btn:active { transform: scale(0.97); }
.btn:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange2); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.3); padding: 11px 26px; }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.06); }

/* Trust strip — credibility row directly under hero */
.trust-strip { background: #0d0d0d; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 22px 0; }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-icon { width: 40px; height: 40px; flex-shrink: 0; background: rgba(232,112,8,0.10); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--orange); }
.trust-text { line-height: 1.3; }
.trust-label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); margin-bottom: 2px; }
.trust-value { font-size: 13px; font-weight: 600; color: var(--white); }

/* Stats bar */
.stats-bar { background: var(--navy); padding: 40px 0; }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat { text-align: center; padding: 0 24px; border-right: 1px solid rgba(255,255,255,0.1); }
.stat:last-child { border-right: none; }
.stat-num { font-size: 44px; font-weight: 800; color: var(--orange); line-height: 1; }
.stat-label { font-size: 12px; font-weight: 500; color: #7faece; margin-top: 6px; letter-spacing: 0.03em; }

/* Trusted by — static centered logo row */
.trusted-section { background: var(--bg2); padding: 40px 0 36px; border-bottom: 1px solid var(--border); }
.trusted-label { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); text-align: center; margin-bottom: 24px; }
.trusted-note { text-align: center; font-size: 11px; color: #444; margin-top: 20px; letter-spacing: 0.04em; }

.logo-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 16px; padding: 8px 0;
}
.logo-item {
  flex: 0 0 auto; padding: 10px 22px;
  background: #ffffff; border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
}
.logo-item img { height: 44px; width: auto; object-fit: contain; display: block; }

/* Services grid */
.services-section { background: var(--bg); }
.section-header { text-align: center; margin-bottom: 56px; }
.overline { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.section-title { font-size: 38px; font-weight: 700; color: var(--white); line-height: 1.1; }
.section-sub { font-size: 15px; color: var(--muted); margin-top: 12px; line-height: 1.7; max-width: 520px; margin-left: auto; margin-right: auto; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  display: block; color: inherit; text-decoration: none;
  background: var(--bg2); border: 1px solid var(--border);
  padding: 36px 28px 28px; cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
  position: relative;
  will-change: transform;
}
/* Service card thumbnail strip — sits flush at top, edge-to-edge of card. */
.service-card-thumb {
  position: relative;
  margin: -36px -28px 20px;  /* cancel card padding so thumb is flush */
  height: 140px;
  overflow: hidden;
  background: var(--navy);
}
.service-card-thumb picture, .service-card-thumb img {
  display: block; width: 100%; height: 100%; object-fit: cover;
}
.service-card-thumb img {
  transition: transform 0.4s ease;
}
.service-card:hover .service-card-thumb img { transform: scale(1.05); }
/* Subtle gradient overlay for legibility of any badge over the thumb */
.service-card-thumb::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(1,35,63,0.0) 35%, rgba(1,35,63,0.45) 100%);
  pointer-events: none;
}
/* When a card has a thumb, the icon moves above the title with reduced size */
.service-card:has(.service-card-thumb) .service-card-icon { margin-bottom: 14px; }
/* Badge stays positioned over the thumbnail when one is present */
.service-card:has(.service-card-thumb) .service-card-badge {
  top: 14px; right: 14px;
}
.service-card:hover { border-color: var(--orange); transform: translateY(-3px); }
.service-card:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
/* Animated bottom-border hover accent — signals "click" without competing with the card lift. */
.service-card::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--orange);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.35s ease;
  pointer-events: none;
}
.service-card:hover::after, .service-card:focus-visible::after { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce) { .service-card::after { transition: none; } }
.service-card-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--orange); }
.service-card-icon svg { width: 32px; height: 32px; stroke-width: 1.5; }
.service-card-title { font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.service-card-desc { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 24px; }
.service-card-arrow { width: 34px; height: 34px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--muted); transition: border-color 0.15s, color 0.15s; }
.service-card:hover .service-card-arrow { border-color: var(--orange); color: var(--orange); }

/* Why choose us */
.why-section { background: var(--bg2); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-text .overline { text-align: left; }
.why-title { font-size: 38px; font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 16px; }
.why-sub { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 36px; }
.why-list { display: flex; flex-direction: column; gap: 16px; }
.why-item { display: flex; align-items: flex-start; gap: 14px; padding: 18px 20px; background: rgba(255,255,255,0.03); border-left: 3px solid var(--orange); }
.why-item-icon { color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.why-item-title { font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.why-item-text { font-size: 13px; color: var(--muted); line-height: 1.5; }
.why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-feat { background: var(--bg3); border: 1px solid var(--border); padding: 24px 20px; text-align: center; }
.why-feat-icon { width: 52px; height: 52px; background: rgba(232,112,8,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; color: var(--orange); }
.why-feat-title { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.why-feat-text { font-size: 12px; color: var(--muted); line-height: 1.5; }

/* How it works */
.how-section { background: var(--bg); }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 56px; }
.how-step { background: var(--navy); padding: 36px 24px; position: relative; border-radius: 6px; }
.how-step:hover { background: var(--navy2); }
.how-num { font-size: 56px; font-weight: 800; color: rgba(232,112,8,0.15); line-height: 1; margin-bottom: 16px; }
.how-title { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.how-text { font-size: 13px; color: #7faece; line-height: 1.6; }
/* Arrow sits in the middle of the 28px gap: right = -(gap/2 + arrow_width/2) = -(14 + 13) = -27px */
.how-arrow { position: absolute; right: -27px; top: 50%; transform: translateY(-50%); z-index: 1; color: var(--orange); background: var(--bg); width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); }
.how-step:last-child .how-arrow { display: none; }

/* Certifications */
.certs-section { background: var(--bg); }
.certs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cert-card { background: var(--bg2); border: 1px solid var(--border); padding: 26px 24px; transition: border-color 0.18s, transform 0.18s; }
.cert-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.cert-icon { width: 44px; height: 44px; background: rgba(232,112,8,0.10); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--orange); margin-bottom: 16px; }
.cert-icon svg { width: 22px; height: 22px; stroke-width: 1.7; }
.cert-title { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.cert-text { font-size: 13px; color: var(--muted); line-height: 1.6; }
.certs-note { text-align: center; margin-top: 28px; font-size: 12px; color: var(--muted); letter-spacing: 0.02em; }

/* Engagements (replaces testimonials — anonymized project facts, no fabricated quotes) */
.engagements-section { background: var(--bg2); }
.engagements-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.engagement-card { background: var(--bg3); border: 1px solid var(--border); border-top: 3px solid var(--orange); padding: 26px 24px; transition: border-color 0.18s, transform 0.18s; }
.engagement-card:hover { transform: translateY(-2px); }
.engagement-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.engagement-icon { width: 38px; height: 38px; background: rgba(232,112,8,0.10); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: var(--orange); flex-shrink: 0; }
.engagement-icon svg { width: 20px; height: 20px; stroke-width: 1.7; }
.engagement-industry { font-size: 11px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: var(--muted); }
.engagement-title { font-size: 16px; font-weight: 700; color: var(--white); line-height: 1.35; margin-bottom: 14px; }
.engagement-list { list-style: none; padding: 0; margin: 0; }
.engagement-list li { font-size: 13px; color: #ccc; line-height: 1.55; padding: 5px 0 5px 18px; position: relative; }
.engagement-list li::before { content: ''; position: absolute; left: 2px; top: 12px; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }
.engagement-list strong { color: var(--white); font-weight: 700; }

/* FAQ */
.faq-section { background: var(--bg); }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 2px; }
.faq-item { background: var(--bg2); border: 1px solid var(--border); overflow: hidden; }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; background: none; border: none; cursor: pointer;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: var(--white);
  text-align: left; transition: background 0.15s;
}
.faq-question:hover { background: rgba(255,255,255,0.03); }
.faq-item.open .faq-question { color: var(--orange); }
.faq-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--muted); transition: transform 0.3s, color 0.15s; }
.faq-item.open .faq-icon { transform: rotate(45deg); color: var(--orange); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
}
.faq-item.open .faq-answer {
  max-height: 400px;
  padding: 0 24px 22px;
}
.faq-answer p { font-size: 14px; color: var(--muted); line-height: 1.75; }
.faq-answer strong { color: var(--white); font-weight: 600; }

/* Contact */
.contact-section { background: var(--bg2); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; margin-top: 56px; align-items: start; }
.contact-info-sub { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 32px; margin-top: 12px; }
.contact-detail { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.contact-detail-icon { width: 38px; height: 38px; background: rgba(232,112,8,0.1); border-radius: 3px; display: flex; align-items: center; justify-content: center; color: var(--orange); flex-shrink: 0; }
.contact-detail-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.contact-detail-val { font-size: 14px; color: var(--white); font-weight: 500; }
.form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: flex; gap: 14px; }
.form-row .form-group { flex: 1; }
.form-group { display: flex; flex-direction: column; }
.form-label { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85); margin-bottom: 6px; letter-spacing: 0.02em; }
.form-req { color: var(--orange); font-weight: 700; margin-left: 2px; }
.form-input {
  width: 100%; background: var(--bg3); border: 1px solid var(--border);
  color: var(--white); font-family: 'Poppins', sans-serif; font-size: 14px;
  padding: 13px 16px; outline: none; transition: border-color 0.15s; border-radius: 2px;
  appearance: none; -webkit-appearance: none;
  min-height: 46px;
}
/* iOS Safari auto-zooms when an input is focused with text smaller than 16px.
   Bump to 16px exclusively on mobile to prevent the zoom-and-pan-back jolt. */
@media (max-width: 767px) {
  .form-input { font-size: 16px; min-height: 48px; }
  select.form-input { font-size: 16px; min-height: 48px; }
  textarea.form-input { font-size: 16px; min-height: 120px; }
}
.form-input::placeholder { color: #555; }
.form-input:focus { border-color: var(--orange); }
.form-input.field-error { border-color: #c0392b; }
/* Per-field inline error message — populated on blur. Empty state takes no vertical space. */
.form-inline-error {
  font-size: 12px; color: #e57373; line-height: 1.4;
  margin-top: 6px; min-height: 0;
  display: flex; align-items: center; gap: 6px;
}
.form-inline-error:empty { display: none; }
.form-inline-error::before {
  content: '⚠'; font-size: 11px; line-height: 1;
}
textarea.form-input { resize: vertical; min-height: 110px; }
select.form-input {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239a9a9a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px;
}
select.form-input option { background: #222; color: #fff; }
.form-msg { padding: 12px 16px; border-radius: 2px; font-size: 13px; font-weight: 500; }
.form-msg-error { background: rgba(192,57,43,0.12); border: 1px solid rgba(192,57,43,0.35); color: #e57373; }
.form-msg-success { background: rgba(46,125,79,0.12); border: 1px solid rgba(46,125,79,0.35); color: #81c995; }
.form-submit {
  background: var(--orange); color: #fff; font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 14px 32px; border: none; cursor: pointer; display: inline-flex;
  align-items: center; gap: 8px; transition: background 0.15s; border-radius: 2px;
}
.form-submit:hover { background: var(--orange2); }
.form-submit:disabled { opacity: 0.75; cursor: not-allowed; }
.form-submit-spinner {
  display: none; width: 14px; height: 14px;
  border: 2px solid rgba(255,255,255,0.35); border-top-color: #fff;
  border-radius: 50%; animation: form-spin 0.7s linear infinite;
}
.form-submit.loading .form-submit-spinner { display: inline-block; }
.form-submit.loading .form-submit-arrow { display: none; }
@keyframes form-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .form-submit-spinner { animation: none; } }

/* ══ SERVICE DETAIL PAGE ════════════════════════════════════ */
.service-hero {
  height: 56.25vw; min-height: 420px; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden;
  border-bottom: 3px solid var(--orange);
}
.service-hero-bg {
  position: absolute; inset: 0; background-color: var(--navy);
  background-size: cover; background-position: center; background-repeat: no-repeat;
  opacity: 0; transform: scale(1.06);
  transition: opacity 0.7s ease, transform 1.4s ease;
}
.service-hero-bg.is-ready { opacity: 1; transform: scale(1); }
.service-hero-pattern { position: absolute; inset: 0; opacity: 0.04; background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.5) 0px, rgba(255,255,255,.5) 1px, transparent 1px, transparent 50%); background-size: 20px 20px; }
.service-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(13,13,13,0.82) 0%, rgba(1,35,63,0.68) 50%, rgba(1,35,63,0.86) 100%),
    radial-gradient(120% 100% at 50% 0%, rgba(0,0,0,0.35) 0%, transparent 55%);
}
@media (prefers-reduced-motion: reduce) {
  .service-hero-bg { transform: none; transition: opacity 0.3s ease; }
  .service-hero-bg.is-ready { transform: none; }
}
.service-hero-content { position: relative; z-index: 1; padding: 0 20px; }
.service-hero-title { font-size: 48px; font-weight: 800; color: var(--white); margin-bottom: 12px; }
.service-hero-sub { font-size: 15px; color: rgba(255,255,255,0.75); max-width: 600px; line-height: 1.7; margin-bottom: 20px; }
.breadcrumb { font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; justify-content: center; }
.breadcrumb span { color: var(--orange); }
.service-layout { display: grid; grid-template-columns: 280px 1fr; gap: 0; }
.service-mobile-browse { display: none; grid-column: 1 / -1; }
.service-sidebar { background: var(--bg2); border-right: 1px solid var(--border); }
.sidebar-title { background: #0d0d0d; padding: 18px 24px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--white); border-bottom: 1px solid var(--border); }
.sidebar-links a { display: block; padding: 15px 24px; font-size: 14px; color: #888; border-bottom: 1px solid var(--border); border-left: 3px solid transparent; transition: color 0.12s, background 0.12s, border-left-color 0.12s; cursor: pointer; }
.sidebar-links a:hover { color: var(--white); background: rgba(255,255,255,0.03); border-left-color: rgba(232,112,8,0.55); }
.sidebar-links a.active { color: var(--white); background: var(--orange); border-left-color: var(--orange); font-weight: 600; }
.sidebar-cta { margin: 24px 16px; background: #0d0d0d; border: 1px solid var(--border); border-top: 2px solid var(--orange); padding: 20px; box-shadow: 0 6px 22px rgba(0,0,0,0.38); }
.sidebar-cta-title { font-size: 13px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px; }
.sidebar-cta-text { font-size: 12px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.sidebar-cta-btn { display: block; width: 100%; background: var(--orange); color: #fff; text-align: center; padding: 11px; font-size: 12px; font-weight: 700; font-family: inherit; letter-spacing: 0.08em; text-transform: uppercase; transition: background 0.15s; cursor: pointer; border: none; border-radius: 2px; }
.sidebar-cta-btn:hover { background: var(--orange2); }
.sidebar-cta-btn:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }
.service-content { padding: 48px 56px; background: var(--bg); color: var(--white); box-shadow: inset 0 1px 0 rgba(255,255,255,0.04); }
.service-content h2 { font-size: 26px; font-weight: 700; color: var(--white); margin-bottom: 16px; margin-top: 36px; padding-bottom: 10px; padding-left: 14px; border-bottom: 1px solid var(--border); border-left: 3px solid var(--orange); }
.service-content h2:first-child { margin-top: 0; }
.service-content p { font-size: 14px; color: var(--muted); line-height: 1.75; margin-bottom: 12px; }
.service-check-list { list-style: none; margin-bottom: 16px; }
.service-check-list li { font-size: 14px; color: #ccc; padding: 6px 0; padding-left: 30px; position: relative; line-height: 1.5; }
.service-check-list li::before {
  content: '✓'; position: absolute; left: 0; top: 6px;
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(232,112,8,0.15); color: var(--orange);
  font-size: 11px; font-weight: 700; line-height: 18px; text-align: center;
}

/* ══ ABOUT PAGE ════════════════════════════════════════════ */
.about-hero {
  background: linear-gradient(135deg, #0d0d0d 0%, var(--navy) 100%);
  height: 56.25vw; min-height: 460px; display: flex; align-items: center;
  padding: 28px 0; position: relative; overflow: hidden;
}
.about-hero > .container { width: 100%; }
.about-hero-bg { position: absolute; inset: 0; z-index: 0; display: block; }
.about-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.about-hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(13,13,13,0.82) 0%, rgba(1,35,63,0.62) 50%, rgba(1,35,63,0.78) 100%),
    radial-gradient(120% 100% at 50% 0%, rgba(0,0,0,0.35) 0%, transparent 55%);
}
.about-hero-content { position: relative; z-index: 2; }
.about-hero h1, .about-hero h2 { font-size: 52px; font-weight: 800; color: var(--white); line-height: 1.08; margin-bottom: 20px; max-width: 680px; }
.about-hero-sub { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.7; max-width: 560px; }

.careers-hero {
  background: linear-gradient(135deg, #0d0d0d 0%, var(--navy) 100%);
  height: 56.25vw; min-height: 460px; display: flex; align-items: center;
  padding: 28px 0; position: relative; overflow: hidden;
}
.careers-hero > .container { width: 100%; }
.careers-hero-bg { position: absolute; inset: 0; z-index: 0; display: block; }
.careers-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.careers-hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(13,13,13,0.82) 0%, rgba(1,35,63,0.62) 50%, rgba(1,35,63,0.78) 100%),
    radial-gradient(120% 100% at 50% 0%, rgba(0,0,0,0.35) 0%, transparent 55%);
}
.careers-hero-content { position: relative; z-index: 2; }
.careers-hero h1 { font-size: 52px; font-weight: 800; color: var(--white); line-height: 1.08; margin-bottom: 20px; max-width: 680px; }
.careers-hero-sub { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.7; max-width: 560px; }

.case-study-hero {
  background: linear-gradient(135deg, #0d0d0d 0%, var(--navy) 100%);
  height: 55.07vw; min-height: 440px; display: flex; align-items: center;
  padding: 28px 0; position: relative; overflow: hidden;
}
.case-study-hero > .container { width: 100%; }
.case-study-hero-bg { position: absolute; inset: 0; z-index: 0; display: block; }
.case-study-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.case-study-hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(13,13,13,0.82) 0%, rgba(1,35,63,0.62) 50%, rgba(1,35,63,0.78) 100%),
    radial-gradient(120% 100% at 50% 0%, rgba(0,0,0,0.35) 0%, transparent 55%);
}
.case-study-hero-content { position: relative; z-index: 2; }
.case-study-hero h1 { font-size: 52px; font-weight: 800; color: var(--white); line-height: 1.08; margin-bottom: 20px; max-width: 680px; }
.case-study-hero-sub { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.7; max-width: 560px; }

.about-mission { background: var(--bg); }
.about-mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.about-mission-text h2 { font-size: 34px; font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 20px; }
.about-mission-text p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.about-mission-text p:last-of-type { margin-bottom: 32px; }

.about-stats-box { background: var(--navy); border: 1px solid rgba(255,255,255,0.06); padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.about-stat { padding: 36px 24px; background: rgba(255,255,255,0.03); text-align: center; }
.about-stat-num { font-size: 48px; font-weight: 800; color: var(--orange); line-height: 1; }
.about-stat-label { font-size: 11px; font-weight: 500; color: #7faece; margin-top: 8px; letter-spacing: 0.08em; text-transform: uppercase; }

.about-diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 56px; }
.about-diff-card { background: var(--bg3); border: 1px solid var(--border); padding: 32px 24px; }
.about-diff-icon { width: 52px; height: 52px; background: rgba(232,112,8,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--orange); }
.about-diff-title { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.about-diff-text { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* Coverage map — SVG tile-grid US map injected by app.js */
.coverage-map-wrap { margin-top: 40px; display: flex; flex-direction: column; align-items: center; }
.coverage-map { width: 100%; max-width: 720px; }
.coverage-map svg { width: 100%; height: auto; display: block; }
.coverage-tile { fill: rgba(255,255,255,0.04); stroke: rgba(255,255,255,0.08); stroke-width: 1; transition: fill 0.2s; }
.coverage-tile-active { fill: var(--orange); stroke: rgba(255,255,255,0.18); }
.coverage-tile-label { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; fill: rgba(255,255,255,0.30); text-anchor: middle; dominant-baseline: central; pointer-events: none; user-select: none; }
.coverage-tile-label-active { fill: #fff; }
.coverage-legend { display: flex; gap: 28px; justify-content: center; margin-top: 18px; flex-wrap: wrap; }
.coverage-legend-key { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); letter-spacing: 0.02em; }
.coverage-legend-dot { width: 12px; height: 12px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 2px; }
.coverage-legend-dot-active { background: var(--orange); border-color: rgba(255,255,255,0.18); }
.coverage-state-list { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center; margin-top: 18px; padding: 0; list-style: none; }
.coverage-state-list li { font-size: 13px; font-weight: 600; color: var(--white); position: relative; padding-left: 14px; }
.coverage-state-list li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }
.coverage-note { text-align: center; margin-top: 24px; font-size: 13px; color: var(--muted); max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.65; }

.about-cta-band { background: var(--navy); padding: 88px 0; text-align: center; }
.about-cta-title { font-size: 38px; font-weight: 800; color: var(--white); line-height: 1.1; margin-bottom: 14px; }
.about-cta-sub { font-size: 16px; color: rgba(255,255,255,0.68); margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.about-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ══ LEGAL PAGES ════════════════════════════════════════════ */
.legal-hero { background: var(--navy); padding: 80px 0 56px; }
.legal-hero h1, .legal-hero h2 { font-size: 42px; font-weight: 800; color: var(--white); margin-bottom: 10px; }
.legal-hero-meta { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 10px; }
.legal-body { background: var(--bg); padding: 64px 0 96px; }
.legal-content { max-width: 760px; }
.legal-stub { background: rgba(232,112,8,0.08); border-left: 3px solid var(--orange); padding: 14px 18px; margin-bottom: 36px; font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.legal-content h2 { font-size: 17px; font-weight: 700; color: var(--white); margin: 36px 0 10px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p { font-size: 14px; color: var(--muted); line-height: 1.8; margin-bottom: 12px; }
.legal-content a { color: var(--orange); }
.legal-back {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: inherit; font-size: 13px; font-weight: 600; line-height: 1;
  color: rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 9px 14px 9px 12px;
  margin-bottom: 32px;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.08s ease, box-shadow 0.18s ease;
  -webkit-appearance: none; appearance: none;
}
.legal-back .icon { color: var(--orange); transition: transform 0.18s ease; }
.legal-back:hover {
  color: var(--white);
  background: rgba(232,112,8,0.10);
  border-color: rgba(232,112,8,0.45);
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.legal-back:hover .icon { transform: translateX(-2px); }
.legal-back:active { transform: scale(0.985); background: rgba(232,112,8,0.16); }
.legal-back:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

/* ══ COMPLIANCE & PROCUREMENT PAGE ════════════════════════════ */
.compliance-hero {
  background: linear-gradient(135deg, #0d0d0d 0%, var(--navy) 100%);
  height: 56.29vw; min-height: 460px; display: flex; align-items: center;
  padding: 28px 0; position: relative; overflow: hidden;
}
.compliance-hero > .container { width: 100%; }
.compliance-hero-bg { position: absolute; inset: 0; z-index: 0; display: block; }
.compliance-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.compliance-hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(13,13,13,0.82) 0%, rgba(1,35,63,0.62) 50%, rgba(1,35,63,0.78) 100%),
    radial-gradient(120% 100% at 50% 0%, rgba(0,0,0,0.35) 0%, transparent 55%);
}
.compliance-hero-content { position: relative; z-index: 2; max-width: 760px; }
.compliance-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 18px;
  padding: 6px 12px; background: rgba(232,112,8,0.1);
  border: 1px solid rgba(232,112,8,0.25); border-radius: 2px;
}
.compliance-hero h1 {
  font-size: 44px; font-weight: 800; color: var(--white);
  line-height: 1.12; margin-bottom: 18px;
}
.compliance-hero-sub {
  font-size: 16px; color: rgba(255,255,255,0.72);
  line-height: 1.75; margin-bottom: 28px; max-width: 720px;
}
.compliance-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Quick stats row */
.compliance-quickstats { background: var(--bg); padding: 56px 0; }
.compliance-quickstats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px;
  background: var(--navy);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 4px;
}
.compliance-stat {
  background: rgba(255,255,255,0.03);
  padding: 28px 18px; text-align: center;
}
.compliance-stat-num {
  font-size: 36px; font-weight: 800; color: var(--orange);
  line-height: 1; margin-bottom: 6px;
  font-variant-numeric: tabular-nums;
}
.compliance-stat-label {
  font-size: 11px; font-weight: 600; color: #7faece;
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* Compliance content sections */
.compliance-section { background: var(--bg); }
.compliance-section-alt { background: var(--bg2); }
.compliance-section-head { max-width: 760px; margin-bottom: 36px; }
.compliance-section-head .overline { color: var(--orange); margin-bottom: 8px; }
.compliance-section-head h2 {
  font-size: 30px; font-weight: 800; color: var(--white);
  line-height: 1.2; margin-bottom: 14px;
}
.compliance-section-sub {
  font-size: 15px; color: var(--muted);
  line-height: 1.75;
}
.compliance-section-foot {
  margin-top: 28px;
  font-size: 13px; color: var(--muted); line-height: 1.7;
}
.compliance-section-foot a { color: var(--orange); }

/* Info card pattern — reused across insurance, identifiers, bonding */
.compliance-insurance-grid,
.compliance-identifiers-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.compliance-info-card {
  background: var(--bg3); border: 1px solid var(--border);
  padding: 24px 22px;
}
.compliance-section-alt .compliance-info-card { background: var(--bg); }
.compliance-info-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 10px;
}
.compliance-info-value {
  font-size: 17px; font-weight: 700; color: var(--white);
  line-height: 1.45; margin-bottom: 10px;
}
.compliance-info-note {
  font-size: 13px; color: var(--muted); line-height: 1.65;
}
.compliance-info-note a { color: var(--orange); }

/* "Available on Request" chip — visually intentional (not a TODO placeholder).
   Used across the Compliance page for any procurement-grade value we deliberately
   share via packet rather than publishing (license #s, EIN, DUNS, UEI, EMR, bonding). */
.on-request-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: inherit; font-weight: 600; font-size: 0.92em;
  color: var(--orange);
  background: rgba(232,112,8,0.08);
  border: 1px solid rgba(232,112,8,0.35);
  padding: 4px 10px; border-radius: 999px;
  white-space: nowrap;
}
.on-request-chip svg { flex-shrink: 0; }

/* License & insurance packet request card — sits above the license table */
.license-request-card {
  display: flex; align-items: center; gap: 20px;
  background: linear-gradient(135deg, rgba(232,112,8,0.10), rgba(232,112,8,0.04));
  border: 1px solid rgba(232,112,8,0.30);
  border-radius: 4px;
  padding: 20px 24px;
  margin-bottom: 24px;
  scroll-margin-top: calc(var(--bar-h) + 100px);
}
.license-request-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(232,112,8,0.15);
  border-radius: 50%;
  color: var(--orange);
}
.license-request-body { flex: 1; min-width: 0; }
.license-request-title {
  font-size: 15px; font-weight: 700; color: var(--white);
  margin-bottom: 4px;
}
.license-request-text {
  font-size: 13.5px; color: var(--muted); line-height: 1.55;
}
.license-request-card .btn { flex-shrink: 0; white-space: nowrap; }
@media (max-width: 639px) {
  .license-request-card {
    flex-direction: column; align-items: flex-start; gap: 14px;
    padding: 18px;
  }
  .license-request-card .btn { width: 100%; text-align: center; }
}

/* License table */
.license-table-wrap { overflow-x: auto; }
.license-table {
  width: 100%; border-collapse: collapse;
  background: var(--bg3); border: 1px solid var(--border);
  font-size: 14px;
}
.compliance-section-alt .license-table { background: var(--bg); }
.license-table th, .license-table td {
  padding: 14px 18px; text-align: left;
  border-bottom: 1px solid var(--border);
}
.license-table thead th {
  background: rgba(255,255,255,0.03);
  font-size: 11px; font-weight: 700; color: var(--orange);
  letter-spacing: 0.1em; text-transform: uppercase;
}
.license-table tbody th {
  font-weight: 700; color: var(--white);
  width: 130px; white-space: nowrap;
}
.license-table tbody td { color: #ccc; }
.license-table tbody tr:last-child th,
.license-table tbody tr:last-child td { border-bottom: none; }
.license-table a {
  color: var(--orange);
  display: inline-flex; align-items: center; gap: 4px;
  white-space: nowrap;
}
.license-table a svg { transform: rotate(-45deg); }

/* NAICS block */
.compliance-naics-block { margin-top: 28px; }
.compliance-naics-title {
  font-size: 13px; font-weight: 700; color: var(--white);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.compliance-naics-note {
  font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 16px;
}
.compliance-naics-chips {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
}
.naics-chip {
  display: flex; align-items: center; gap: 14px;
  background: var(--bg3); border: 1px solid var(--border);
  padding: 10px 16px;
  font-size: 13px; color: #ccc;
}
.compliance-section-alt .naics-chip { background: var(--bg); }
.naics-code {
  font-family: 'Poppins', monospace;
  font-weight: 700; color: var(--orange);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  min-width: 56px;
}

/* Safety list */
.compliance-safety-list {
  list-style: none; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.compliance-safety-list li {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--bg3); border: 1px solid var(--border);
  border-left: 3px solid var(--orange);
  padding: 22px 20px;
}
.compliance-section-alt .compliance-safety-list li { background: var(--bg); }
.compliance-safety-icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  background: rgba(232,112,8,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--orange);
}
.compliance-safety-title {
  font-size: 14.5px; font-weight: 700; color: var(--white);
  margin-bottom: 8px;
}
.compliance-safety-text {
  font-size: 13px; color: var(--muted); line-height: 1.7;
}

/* References — numbered step cards */
.compliance-references-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.compliance-ref-card {
  background: var(--bg3); border: 1px solid var(--border);
  padding: 28px 24px; position: relative;
}
.compliance-section-alt .compliance-ref-card { background: var(--bg); }
.compliance-ref-step {
  position: absolute; top: 18px; right: 20px;
  font-size: 36px; font-weight: 800; color: rgba(232,112,8,0.18);
  line-height: 1; font-variant-numeric: tabular-nums;
}
.compliance-ref-title {
  font-size: 16px; font-weight: 700; color: var(--white);
  margin-bottom: 10px; padding-right: 40px;
}
.compliance-ref-text {
  font-size: 13.5px; color: var(--muted); line-height: 1.7;
}

/* Procurement contact cards */
.compliance-contact-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.compliance-contact-card {
  background: var(--bg3); border: 1px solid var(--border);
  padding: 28px 24px;
}
.compliance-section-alt .compliance-contact-card { background: var(--bg); }
.compliance-contact-icon {
  width: 44px; height: 44px;
  background: rgba(232,112,8,0.1); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; color: var(--orange);
}
.compliance-contact-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 8px;
}
.compliance-contact-value {
  font-size: 17px; font-weight: 700; color: var(--white);
  line-height: 1.45; margin-bottom: 10px;
}
.compliance-contact-value a { color: var(--white); }
.compliance-contact-value a:hover { color: var(--orange); }
.compliance-contact-note {
  font-size: 12.5px; color: var(--muted); line-height: 1.65;
}

/* End-of-page CTA band */
.compliance-cta-band {
  background: var(--navy); padding: 72px 0;
  position: relative; overflow: hidden;
}
.compliance-cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(80% 100% at 50% 0%, rgba(232,112,8,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.compliance-cta-band > .container { position: relative; z-index: 1; }

/* Responsive */
@media (max-width: 1023px) {
  .compliance-quickstats-grid { grid-template-columns: 1fr 1fr; }
  .compliance-insurance-grid,
  .compliance-identifiers-grid { grid-template-columns: 1fr; }
  .compliance-safety-list { grid-template-columns: 1fr; }
  .compliance-references-grid { grid-template-columns: 1fr; }
  .compliance-contact-grid { grid-template-columns: 1fr; }
  .compliance-naics-chips { grid-template-columns: 1fr; }
  .license-table { font-size: 13px; }
  .license-table th, .license-table td { padding: 12px 14px; }
}
@media (max-width: 639px) {
  .compliance-hero { height: auto; min-height: 380px; padding: 48px 0; }
  .compliance-hero h1 { font-size: 30px; }
  .compliance-hero-sub { font-size: 14.5px; }
  .compliance-hero-actions { flex-direction: column; align-items: stretch; }
  .compliance-hero-actions .btn { width: 100%; justify-content: center; }
  .compliance-quickstats { padding: 40px 0; }
  .compliance-section-head h2 { font-size: 24px; }
  .license-table-wrap {
    /* Minimum width so the table never reflows mid-row; it scrolls horizontally instead */
  }
  .license-table { min-width: 560px; }
  .compliance-cta-band { padding: 52px 0; }
}
@media (max-width: 380px) {
  .compliance-quickstats-grid { grid-template-columns: 1fr; }
  .compliance-hero h1 { font-size: 26px; }
  .compliance-section-head h2 { font-size: 22px; }
}

/* Footer */
footer { background: #0a0a0a; padding: 56px 0 24px; border-top: 1px solid var(--border); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr; gap: 36px; margin-bottom: 48px; }
.footer-brand { font-size: 22px; font-weight: 800; color: var(--white); }
.footer-brand span { color: var(--orange); }
.footer-tagline { font-size: 13px; color: var(--muted); margin-top: 8px; line-height: 1.6; max-width: 240px; }
.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: #888; margin-bottom: 10px; transition: color 0.15s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-copy,
.footer-legal { font-size: 12px; color: #888; }
.footer-legal-link { color: #888; transition: color 0.15s; }
.footer-legal-link:hover { color: var(--white); }

/* Stats qualifier */
.stats-qualifier { font-size: 11px; color: rgba(255,255,255,0.28); text-align: center; margin-top: 18px; letter-spacing: 0.06em; }

/* Featured service card */
.service-card-featured { border-top: 3px solid var(--orange); background: rgba(232,112,8,0.04); }
.service-card-badge { position: absolute; top: 14px; right: 14px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 8px; border-radius: 2px; pointer-events: none; }
.service-card-badge-emergency { background: #c92a2a; }
.service-card-badge-program   { background: var(--navy); border: 1px solid rgba(255,255,255,0.12); }

/* Services Sprint A — trust strip above grid, card chips, meta, bottom CTA */
.services-trust-mini {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px;
  padding: 0 0 36px;
  margin-top: -32px;  /* pull closer to section-sub */
}
.services-trust-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.78);
}
.services-trust-item svg { color: var(--orange); flex-shrink: 0; }

.service-card-chips {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin: -8px 0 18px;
}
.service-chip {
  font-size: 11px; font-weight: 600; letter-spacing: 0.02em;
  color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 3px 9px; border-radius: 2px;
  white-space: nowrap;
}
.service-card:hover .service-chip { border-color: rgba(232,112,8,0.35); }

.service-card-meta {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
  margin: 0 0 18px;
}
.service-card-meta-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(232,112,8,0.18);
  flex-shrink: 0;
}

.services-bottom-cta {
  margin-top: 40px;
  padding: 28px 32px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-left: 3px solid var(--orange);
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
}
.services-bottom-text {
  font-size: 14px; color: var(--muted); line-height: 1.6; max-width: 540px;
  margin: 0;
}
.services-bottom-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ══ INDUSTRIES WE SERVE ════════════════════════════════════ */
.industries-section { background: var(--bg2); }
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.industry-card {
  display: block; color: inherit; text-decoration: none;
  background: var(--bg3); border: 1px solid var(--border);
  padding: 28px 24px; position: relative;
  transition: border-color 0.2s, transform 0.2s;
  will-change: transform;
}
.industry-card:hover { border-color: var(--orange); transform: translateY(-3px); }
.industry-card:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.industry-card-arrow {
  position: absolute; top: 28px; right: 24px;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  transition: color 0.15s, transform 0.15s;
}
.industry-card:hover .industry-card-arrow { color: var(--orange); transform: translateX(2px); }
.industry-icon {
  width: 48px; height: 48px;
  background: rgba(232,112,8,0.1); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; color: var(--orange);
}
.industry-title { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.industry-text { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ══ SERVICE DETAIL — Sprint A additions ═══════════════════════ */
.service-intro {
  margin-bottom: 16px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.service-intro p {
  font-size: 15px; color: rgba(255,255,255,0.78);
  line-height: 1.75; margin-bottom: 14px;
}
.service-intro p:last-child { margin-bottom: 0; }

/* Service tiers — adapted from .plan-card pattern */
.service-tiers-wrap { margin-top: 44px; }
.service-tiers-title {
  font-size: 20px; font-weight: 700; color: var(--white);
  margin-bottom: 22px;
}
.service-tiers {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-bottom: 8px;
}
.service-tier-card {
  background: var(--bg2); border: 1px solid var(--border);
  padding: 24px 22px; position: relative;
  display: flex; flex-direction: column;
  transition: border-color 0.2s;
}
.service-tier-card:hover { border-color: rgba(232,112,8,0.4); }
.service-tier-card-featured {
  border-color: var(--orange);
  background: rgba(232,112,8,0.04);
}
.service-tier-badge {
  position: absolute; top: -11px; left: 22px;
  background: var(--orange); color: #fff;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 4px 11px; border-radius: 2px;
}
.service-tier-name {
  font-size: 16px; font-weight: 800; color: var(--white);
  margin-bottom: 8px; letter-spacing: 0.01em;
}
.service-tier-desc {
  font-size: 13px; color: var(--muted);
  line-height: 1.6; margin-bottom: 16px;
}
.service-tier-features { list-style: none; margin: 0; padding: 0; }
.service-tier-features li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 12.5px; color: #ccc;
  padding: 6px 0; line-height: 1.45;
}
.service-tier-features svg { color: var(--orange); flex-shrink: 0; margin-top: 2px; }

/* Service FAQ — reuses dark-themed accordion pattern */
.service-faq-wrap { margin-top: 48px; }
.service-faq-title {
  font-size: 20px; font-weight: 700; color: var(--white);
  margin-bottom: 18px;
}
.service-faq-list {
  border-top: 1px solid var(--border);
}
.service-faq-item {
  border-bottom: 1px solid var(--border);
}
.service-faq-q {
  width: 100%; background: transparent; border: 0;
  color: var(--white); cursor: pointer;
  padding: 18px 0; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: inherit; font-size: 14.5px; font-weight: 600;
  line-height: 1.5;
}
.service-faq-q:hover { color: var(--orange); }
.service-faq-q-icon {
  flex-shrink: 0; width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  color: var(--orange);
  transition: transform 0.2s;
}
.service-faq-q[aria-expanded="true"] .service-faq-q-icon { transform: rotate(45deg); }
.service-faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease;
}
.service-faq-q[aria-expanded="true"] + .service-faq-a { max-height: 400px; }
.service-faq-a-inner {
  padding: 0 0 18px;
  font-size: 14px; color: var(--muted); line-height: 1.75;
}

/* Related services — cross-sell block */
.service-related-wrap { margin-top: 48px; padding-top: 36px; border-top: 1px solid var(--border); }
.service-related-title {
  font-size: 14px; font-weight: 700; color: var(--white);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 6px;
  display: flex; align-items: center; gap: 10px;
}
.service-related-title svg { color: var(--orange); }
.service-related-sub {
  font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 22px;
}
.service-related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.service-related-card {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 18px;
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--white); text-decoration: none;
  font-size: 13px; font-weight: 600;
  transition: border-color 0.15s, transform 0.15s;
}
.service-related-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.service-related-card svg.icon { color: var(--orange); flex-shrink: 0; }
.service-related-card-arrow { margin-left: auto; color: var(--muted); }
.service-related-card:hover .service-related-card-arrow { color: var(--orange); }

/* Service end-of-page CTA band */
.service-cta-band {
  margin-top: 56px;
  padding: 36px 32px;
  background: var(--navy);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.service-cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(80% 100% at 50% 0%, rgba(232,112,8,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.service-cta-title {
  font-size: 22px; font-weight: 800; color: var(--white);
  margin-bottom: 10px; position: relative;
}
.service-cta-sub {
  font-size: 14px; color: rgba(255,255,255,0.7);
  max-width: 460px; margin: 0 auto 22px; line-height: 1.7;
  position: relative;
}
.service-cta-actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  position: relative;
}

/* Mobile adjustments for Sprint A blocks */
@media (max-width: 1023px) {
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .service-tiers { grid-template-columns: 1fr; }
  .service-related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .services-trust-mini { gap: 10px 22px; }
}
@media (max-width: 639px) {
  .industries-grid { grid-template-columns: 1fr; gap: 14px; }
  .services-trust-mini {
    flex-direction: column; align-items: flex-start; gap: 10px;
    margin-top: -24px; padding-bottom: 28px;
  }
  .services-bottom-cta {
    flex-direction: column; align-items: stretch;
    padding: 22px 20px; gap: 18px;
  }
  .services-bottom-actions { flex-direction: column; }
  .services-bottom-actions .btn { width: 100%; justify-content: center; }
  .service-card-chips { gap: 5px; }
  .service-chip { font-size: 10.5px; padding: 2px 8px; }
  .service-card-meta { font-size: 10px; }
  .service-intro p { font-size: 14px; }
  .service-cta-band { padding: 28px 20px; }
  .service-cta-title { font-size: 19px; }
  .service-cta-actions { flex-direction: column; }
  .service-cta-actions .btn { width: 100%; justify-content: center; }
}
@media (max-width: 380px) {
  .industry-card { padding: 22px 18px; }
}

/* ══ SERVICE DETAIL — SPRINT E ADDITIONS ══════════════════════ */
/* Trust strip (between intro and capabilities) */
.service-trust-strip {
  display: flex; flex-wrap: wrap; gap: 12px 22px;
  padding: 22px 22px;
  margin: 0 0 36px;
  background: rgba(232,112,8,0.05);
  border: 1px solid rgba(232,112,8,0.18);
  border-radius: 2px;
}
.service-trust-chip {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; color: var(--white);
  letter-spacing: 0.01em;
}
.service-trust-chip svg { color: var(--orange); flex-shrink: 0; }

/* Inline service link inside intro/section/process copy */
.service-inline-link {
  color: var(--orange); text-decoration: none;
  border-bottom: 1px dotted rgba(232,112,8,0.5);
  transition: border-color 0.15s, color 0.15s;
}
.service-inline-link:hover { color: var(--orange2); border-bottom-color: var(--orange); }
.service-inline-link:focus-visible {
  outline: 2px solid var(--orange); outline-offset: 2px; border-radius: 1px;
}

/* Tier SLA + Pricing meta rows */
.service-tier-meta {
  margin: 0 0 14px;
  padding: 12px 0; border-top: 1px solid var(--border);
  display: grid; gap: 6px;
}
.service-tier-meta-row {
  display: grid; grid-template-columns: 56px 1fr; gap: 8px;
  align-items: baseline;
}
.service-tier-meta-label {
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--orange);
}
.service-tier-meta-value {
  font-size: 12.5px; color: #ddd; line-height: 1.45;
}
.service-tier-card-featured .service-tier-meta { border-top-color: rgba(232,112,8,0.3); }

/* Process (4-step flow) */
.service-process-wrap { margin-top: 56px; }
.service-process-title {
  font-size: 20px; font-weight: 700; color: var(--white);
  margin-bottom: 6px;
}
.service-process-sub {
  font-size: 13.5px; color: var(--muted); line-height: 1.65;
  margin-bottom: 22px; max-width: 620px;
}
.service-process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  counter-reset: process-step;
}
.service-process-step {
  background: var(--bg2); border: 1px solid var(--border);
  padding: 22px 20px 20px;
  position: relative;
  display: flex; flex-direction: column;
  transition: border-color 0.2s, transform 0.2s;
}
.service-process-step:hover { border-color: rgba(232,112,8,0.4); transform: translateY(-2px); }
.service-process-num {
  font-size: 11px; font-weight: 800; color: var(--orange);
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  display: inline-flex; align-items: center; gap: 8px;
}
.service-process-num::after {
  content: ''; display: inline-block;
  width: 22px; height: 1px; background: var(--orange);
  vertical-align: middle;
}
.service-process-step-title {
  font-size: 14.5px; font-weight: 700; color: var(--white);
  margin-bottom: 8px; line-height: 1.35;
}
.service-process-step-desc {
  font-size: 13px; color: var(--muted); line-height: 1.65;
}

/* Industries cross-cut chips */
.service-industries-wrap { margin-top: 48px; }
.service-industries-title {
  font-size: 20px; font-weight: 700; color: var(--white);
  margin-bottom: 6px;
}
.service-industries-sub {
  font-size: 13.5px; color: var(--muted); line-height: 1.65;
  margin-bottom: 18px; max-width: 620px;
}
.service-industries-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
}
.service-industry-chip {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--white); text-decoration: none;
  font-size: 13.5px; font-weight: 600;
  transition: border-color 0.15s, transform 0.15s, background 0.15s;
}
.service-industry-chip:hover {
  border-color: var(--orange); background: rgba(232,112,8,0.04);
  transform: translateX(2px);
}
.service-industry-chip svg.icon { color: var(--orange); flex-shrink: 0; }
.service-industry-chip-arrow { margin-left: auto; color: var(--muted); transition: color 0.15s, transform 0.15s; }
.service-industry-chip:hover .service-industry-chip-arrow { color: var(--orange); transform: translateX(3px); }

/* Sub-service breadcrumb parent link — visible only on /services/<svc>/<sub-slug> */
.breadcrumb-parent-link {
  color: var(--orange);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.15s ease;
}
.breadcrumb-parent-link:hover,
.breadcrumb-parent-link:focus-visible { color: var(--orange2); text-decoration: underline; }

/* Specialties section — sub-service discovery cards on the parent service page */
.service-specialties-wrap {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
}
.service-specialties-title {
  font-size: 22px; font-weight: 700; color: var(--white);
  margin-bottom: 8px;
}
.service-specialties-sub {
  font-size: 14px; color: var(--muted); line-height: 1.65;
  margin-bottom: 22px; max-width: 640px;
}
.service-specialties-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.service-specialty-card {
  display: flex; flex-direction: column;
  padding: 22px 22px;
  background: var(--bg2); border: 1px solid var(--border);
  border-left: 3px solid var(--orange);
  color: inherit; text-decoration: none;
  transition: border-color 0.15s, transform 0.15s, background 0.15s;
}
.service-specialty-card:hover,
.service-specialty-card:focus-visible {
  background: rgba(232,112,8,0.04);
  transform: translateY(-2px);
}
.service-specialty-card:focus-visible {
  outline: 2px solid var(--orange); outline-offset: 2px;
}
.service-specialty-card-icon {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(232,112,8,0.1);
  border: 1px solid rgba(232,112,8,0.25);
  border-radius: 50%;
  margin-bottom: 14px;
}
.service-specialty-card-icon svg { color: var(--orange); }
.service-specialty-card-title {
  font-size: 15px; font-weight: 700; color: var(--white);
  margin-bottom: 8px; line-height: 1.3;
}
.service-specialty-card-sub {
  font-size: 12.5px; color: var(--muted); line-height: 1.6;
  margin-bottom: 16px;
}
.service-specialty-card-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: auto;
  transition: gap 0.15s ease;
}
.service-specialty-card:hover .service-specialty-card-arrow { gap: 10px; }
.service-specialty-card-arrow svg { transition: transform 0.15s ease; }

/* Sub-service scope (the "What's Included" single-h2 block) */
.service-sub-scope-wrap { margin-top: 36px; }
.service-sub-scope-wrap h2 {
  font-size: 22px; font-weight: 700; color: var(--white);
  margin-bottom: 14px;
}
.service-sub-scope-wrap .service-check-list li {
  margin-bottom: 10px;
}

/* Sub-service sibling cross-links — "back to parent" card distinct treatment */
.service-related-card-parent {
  background: linear-gradient(135deg, rgba(232,112,8,0.06) 0%, var(--bg3) 70%);
  border-color: rgba(232,112,8,0.25);
}

/* Locations covered — geographic cross-cut per service */
.service-locations-wrap { margin-top: 48px; }
.service-locations-title {
  font-size: 20px; font-weight: 700; color: var(--white);
  margin-bottom: 6px;
}
.service-locations-sub {
  font-size: 13.5px; color: var(--muted); line-height: 1.65;
  margin-bottom: 18px; max-width: 640px;
}
.service-locations-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.service-location-chip {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--white); text-decoration: none;
  transition: border-color 0.15s, transform 0.15s, background 0.15s;
}
.service-location-chip:hover,
.service-location-chip:focus-visible {
  border-color: var(--orange); background: rgba(232,112,8,0.04);
  transform: translateX(2px);
}
.service-location-chip svg.icon { color: var(--orange); flex-shrink: 0; }
.service-location-chip-label {
  display: flex; flex-direction: column; gap: 2px;
  font-size: 13.5px; font-weight: 600;
  line-height: 1.2;
}
.service-location-chip-state {
  font-size: 10.5px; font-weight: 700;
  color: var(--muted); letter-spacing: 0.1em;
}
.service-location-chip-arrow { margin-left: auto; color: var(--muted); transition: color 0.15s, transform 0.15s; }
.service-location-chip:hover .service-location-chip-arrow,
.service-location-chip:focus-visible .service-location-chip-arrow { color: var(--orange); transform: translateX(3px); }

/* Mid-content CTA breakers — alternating quote/phone CTAs between
   long content blocks on service detail pages. Distinct from the
   global sticky-cta bar and the end-of-page CTA band. */
.service-mid-cta {
  margin: 48px 0;
  padding: 26px 28px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--orange);
}
.service-mid-cta-phone {
  background: linear-gradient(135deg, rgba(232,112,8,0.08) 0%, var(--bg2) 60%);
  border-left-color: var(--orange);
}
.service-mid-cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 22px; flex-wrap: wrap;
}
.service-mid-cta-text { flex: 1 1 280px; min-width: 0; }
.service-mid-cta-eyebrow {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 6px;
}
.service-mid-cta-headline {
  font-size: 17px; font-weight: 700; color: var(--white);
  line-height: 1.4;
}
.service-mid-cta-actions {
  display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap;
}
.service-mid-cta-actions .btn {
  font-size: 13px; padding: 11px 18px; min-height: 42px;
}

@media (max-width: 639px) {
  .service-mid-cta { margin: 36px 0; padding: 22px 20px; }
  .service-mid-cta-inner { gap: 16px; }
  .service-mid-cta-headline { font-size: 15.5px; }
  .service-mid-cta-actions { width: 100%; }
  .service-mid-cta-actions .btn { flex: 1 1 0; justify-content: center; min-width: 0; }
  .service-locations-grid { grid-template-columns: 1fr; }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .service-locations-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Per-service testimonial */
.service-testimonial-wrap { margin-top: 48px; }
.service-testimonial-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 12px;
}
.service-testimonial-card {
  background: var(--bg2); border: 1px solid var(--border);
  border-left: 3px solid var(--orange);
  padding: 28px 30px;
  position: relative;
}
.service-testimonial-tag {
  display: inline-block;
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(232,112,8,0.12);
  border: 1px solid rgba(232,112,8,0.3);
  color: var(--orange);
  padding: 4px 11px; border-radius: 2px;
  margin-bottom: 16px;
}
.service-testimonial-quote {
  margin: 0;
  display: flex; gap: 14px; align-items: flex-start;
}
.service-testimonial-quote-icon { color: var(--orange); flex-shrink: 0; margin-top: 4px; }
.service-testimonial-quote p {
  margin: 0; font-size: 15px; color: var(--white);
  line-height: 1.7; font-style: italic;
}
.service-testimonial-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap; gap: 10px;
}
.service-testimonial-metric {
  font-size: 12.5px; font-weight: 700; color: var(--white);
  letter-spacing: 0.02em;
}
.service-testimonial-link {
  font-size: 12.5px; font-weight: 700; color: var(--orange);
  text-decoration: none; letter-spacing: 0.02em;
}
.service-testimonial-link:hover { color: var(--orange2); }

/* Responsive — Sprint E */
@media (max-width: 1023px) {
  .service-process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-industries-grid { grid-template-columns: repeat(2, 1fr); }
  .service-specialties-grid { grid-template-columns: 1fr; }
}
@media (max-width: 639px) {
  .service-process-grid { grid-template-columns: 1fr; }
  .service-industries-grid { grid-template-columns: 1fr; }
  .service-specialties-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-specialty-card { padding: 18px 18px; }
  .service-specialties-title { font-size: 19px; }
  .service-trust-strip {
    flex-direction: column; align-items: flex-start;
    padding: 18px 18px;
  }
  .service-trust-chip { font-size: 12.5px; }
  .service-tier-meta-row { grid-template-columns: 52px 1fr; }
  .service-testimonial-card { padding: 22px 20px; }
  .service-testimonial-quote p { font-size: 14px; }
  .service-process-wrap, .service-industries-wrap, .service-testimonial-wrap { margin-top: 40px; }
}

/* ══ HOME — SERVICES COMPARE (Capabilities at a Glance) ══════════ */
.services-compare-section { background: var(--bg); border-top: 1px solid var(--border); }
.services-compare-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
}
.services-compare {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  background: var(--bg3);
  border: 1px solid var(--border);
  font-variant-numeric: tabular-nums;
}
.services-compare th,
.services-compare td {
  padding: 16px 18px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
.services-compare thead th {
  background: var(--bg2);
  color: var(--white);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--orange);
}
.services-compare-trade-col {
  text-align: left !important;
  min-width: 200px;
}
.services-compare tbody th[scope="row"] {
  text-align: left;
  background: var(--bg2);
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.01em;
  color: #cfcfcf;
  min-width: 200px;
}
.services-compare tbody th[scope="row"] a {
  color: var(--white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.15s ease;
}
.services-compare tbody th[scope="row"] a:hover,
.services-compare tbody th[scope="row"] a:focus-visible {
  color: var(--orange);
}
.services-compare tbody th[scope="row"] a::after {
  content: '→';
  font-size: 14px;
  color: var(--orange);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.services-compare tbody th[scope="row"] a:hover::after,
.services-compare tbody th[scope="row"] a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}
.services-compare tbody tr:hover {
  background: rgba(232,112,8,0.03);
}
.services-compare-row-featured {
  background: rgba(232,112,8,0.06) !important;
}
.services-compare-row-featured th[scope="row"] {
  background: rgba(232,112,8,0.1) !important;
  border-left: 3px solid var(--orange);
}
.services-compare-check { color: var(--orange); vertical-align: middle; }
.services-compare-dash {
  color: #555;
  font-weight: 700;
  font-size: 16px;
}
.services-compare-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 22px;
  padding-top: 18px;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}
.services-compare-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 639px) {
  .services-compare th, .services-compare td { padding: 12px 12px; font-size: 12px; }
  .services-compare thead th { font-size: 10.5px; letter-spacing: 0.04em; }
  .services-compare-trade-col,
  .services-compare tbody th[scope="row"] { min-width: 160px; font-size: 12.5px; }
  .services-compare-legend { gap: 14px; font-size: 11.5px; }
}

/* ══ HOME — SAMPLE ENGAGEMENT SIZES ════════════════════════════ */
.engagement-sizes-section { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.engagement-sizes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 8px;
}
.engagement-size-card {
  background: var(--bg3); border: 1px solid var(--border);
  padding: 28px 26px;
  position: relative;
  display: flex; flex-direction: column;
  transition: border-color 0.2s, transform 0.2s;
  will-change: transform;
}
.engagement-size-card:hover { border-color: rgba(232,112,8,0.4); transform: translateY(-3px); }
.engagement-size-card-featured {
  border-color: var(--orange);
  background: linear-gradient(180deg, rgba(232,112,8,0.06) 0%, var(--bg3) 70%);
}
.engagement-size-badge {
  position: absolute; top: -11px; left: 26px;
  background: var(--orange); color: #fff;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 4px 11px; border-radius: 2px;
}
.engagement-size-icon {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(232,112,8,0.1);
  border: 1px solid rgba(232,112,8,0.25);
  border-radius: 50%;
  margin-bottom: 16px;
}
.engagement-size-icon svg { color: var(--orange); }
.engagement-size-tag {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 8px;
}
.engagement-size-title {
  font-size: 18px; font-weight: 800; color: var(--white);
  line-height: 1.3; margin-bottom: 12px;
}
.engagement-size-text {
  font-size: 13.5px; color: var(--muted); line-height: 1.7;
  margin-bottom: 18px;
}
.engagement-size-meta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: auto;
  font-size: 11.5px; color: rgba(255,255,255,0.6);
  letter-spacing: 0.02em;
}
.engagement-size-meta-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 8px rgba(232,112,8,0.6);
}
@media (max-width: 1023px) { .engagement-sizes-grid { grid-template-columns: 1fr; gap: 14px; } }

/* ══ INDUSTRY LANDING PAGE ════════════════════════════════════ */
.industry-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #0d0d0d 100%);
  padding: 80px 0 64px; position: relative; overflow: hidden;
}
.industry-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 20% 0%, rgba(232,112,8,0.18) 0%, transparent 55%);
  pointer-events: none; z-index: 2;
}
.industry-hero.has-image::before {
  background: radial-gradient(120% 80% at 20% 0%, rgba(232,112,8,0.12) 0%, transparent 55%);
}
.industry-hero-bg { position: absolute; inset: 0; z-index: 0; display: block; }
.industry-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.industry-hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(13,13,13,0.82) 0%, rgba(1,35,63,0.62) 50%, rgba(1,35,63,0.78) 100%),
    radial-gradient(120% 100% at 50% 0%, rgba(0,0,0,0.35) 0%, transparent 55%);
}
.industry-hero > .container { position: relative; z-index: 3; max-width: 880px; }
/* Full-bleed variant: hero height is locked to half the viewport width, so the
   box is an exact 2:1 match for the image. object-fit: cover with a matching
   ratio shows the entire image edge-to-edge — no crop, no letterbox gaps.
   Height is tied to width (not viewport height), so a short browser window can
   never break the ratio. min-height keeps the headline readable on phones. */
.industry-hero.is-full-image {
  height: 50vw;
  min-height: 440px;
  display: flex;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.industry-hero.is-full-image > .container { width: 100%; }
/* 16:9 source shown full (not the default 2:1 band) — keeps the complete scene, no crop */
.industry-hero.is-full-image.is-ratio-169 { height: 56.29vw; }
.industry-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 18px;
  padding: 6px 12px; background: rgba(232,112,8,0.1);
  border: 1px solid rgba(232,112,8,0.25); border-radius: 2px;
}
.industry-hero-title {
  font-size: 44px; font-weight: 800; color: var(--white);
  line-height: 1.12; margin-bottom: 18px; max-width: 760px;
}
.industry-hero-sub {
  font-size: 16px; color: rgba(255,255,255,0.72);
  line-height: 1.75; max-width: 680px; margin-bottom: 32px;
}
.industry-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.industry-challenges-section { background: var(--bg); }
.industry-challenges-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.industry-challenge-card {
  background: var(--bg2); border: 1px solid var(--border);
  border-left: 3px solid var(--orange);
  padding: 28px 24px;
}
.industry-challenge-title {
  font-size: 16px; font-weight: 700; color: var(--white);
  margin-bottom: 12px;
}
.industry-challenge-text {
  font-size: 13.5px; color: var(--muted); line-height: 1.7;
}

.industry-services-section { background: var(--bg2); }
.industry-scenarios-section { background: var(--bg); }
.industry-scenarios-list {
  list-style: none; padding: 0; max-width: 760px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px;
}
.industry-scenarios-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 14.5px; color: rgba(255,255,255,0.82);
  line-height: 1.55; padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.industry-scenarios-list svg { color: var(--orange); flex-shrink: 0; margin-top: 2px; }

.industry-cta-band {
  background: var(--navy); padding: 72px 0;
  position: relative; overflow: hidden;
}
.industry-cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(80% 100% at 50% 0%, rgba(232,112,8,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.industry-cta-band > .container { position: relative; z-index: 1; }

@media (max-width: 1023px) {
  .industry-challenges-grid { grid-template-columns: 1fr; gap: 14px; }
  .industry-scenarios-list { grid-template-columns: 1fr; }
}
@media (max-width: 639px) {
  .industry-hero { padding: 56px 0 44px; }
  .industry-hero-title { font-size: 30px; }
  .industry-hero-sub { font-size: 14.5px; }
  .industry-hero-actions { flex-direction: column; }
  .industry-hero-actions .btn { width: 100%; justify-content: center; }
  .industry-cta-band { padding: 52px 0; }
}
@media (max-width: 380px) {
  .industry-hero-title { font-size: 26px; }
}

/* Emergency sticky CTA */
.emergency-cta { position: fixed; bottom: 28px; right: 28px; z-index: 500; transition: opacity 0.25s, transform 0.25s; }
.emergency-cta-hidden { opacity: 0; pointer-events: none; transform: translateY(8px); }

/* Back-to-top button (UX-10) — bottom-left corner; opposite of emergency CTA. */
.back-to-top {
  position: fixed; bottom: 28px; left: 28px; z-index: 500;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  opacity: 0; pointer-events: none; transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s, background 0.15s;
}
.back-to-top-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--navy2); }
.back-to-top:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
@media (max-width: 639px) {
  .back-to-top { bottom: 20px; left: 16px; width: 40px; height: 40px; }
}
.emergency-btn { display: flex; align-items: center; gap: 10px; background: var(--orange); color: #fff; padding: 13px 22px; border-radius: 3px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; box-shadow: 0 4px 24px rgba(232,112,8,0.45); transition: background 0.15s, transform 0.15s, box-shadow 0.15s; white-space: nowrap; }
.emergency-btn:hover { background: var(--orange2); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(232,112,8,0.55); }

/* Sticky conversion CTA bar — bottom-center, only on long content pages.
   Sits between back-to-top (left) and emergency-cta (right). Auto-hides when
   contact section or footer is in view, and stays dismissed for the session.
   On mobile, expands to nearly full-width and the secondary phone label collapses. */
.sticky-cta {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(20px);
  z-index: 499;  /* below modals (which sit at 600+), above page content */
  display: flex; align-items: center; gap: 12px;
  background: var(--bg2); border: 1px solid rgba(232,112,8,0.35);
  padding: 10px 14px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.55);
  border-radius: 4px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  max-width: 540px; width: calc(100% - 220px);  /* leave room for left/right corner buttons */
}
.sticky-cta-visible {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.sticky-cta-text {
  font-size: 13px; font-weight: 600; color: var(--white);
  flex: 1; min-width: 0;
  letter-spacing: 0.01em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sticky-cta-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.04em; border-radius: 2px;
  white-space: nowrap;
  border: none; cursor: pointer; font-family: inherit;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.sticky-cta-btn-primary {
  background: var(--orange); color: #fff;
}
.sticky-cta-btn-primary:hover { background: var(--orange2); }
.sticky-cta-btn-secondary {
  background: transparent; color: var(--white);
  border: 1px solid rgba(255,255,255,0.18);
  text-decoration: none;
}
.sticky-cta-btn-secondary:hover { border-color: var(--orange); color: var(--orange); }
.sticky-cta-btn:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.sticky-cta-close {
  background: none; border: none; color: var(--muted);
  cursor: pointer; padding: 6px; display: flex; align-items: center;
  transition: color 0.15s;
}
.sticky-cta-close:hover { color: var(--white); }
.sticky-cta-close:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

/* Tablet+small-mobile: drop the secondary phone label (icon stays for click-to-call) */
@media (max-width: 900px) {
  .sticky-cta { width: calc(100% - 140px); }
  .sticky-cta-phone-label { display: none; }
}
@media (max-width: 639px) {
  .sticky-cta {
    bottom: 86px;  /* sit above emergency-cta floating circle on mobile */
    left: 16px; right: 16px;
    transform: translateY(20px);
    width: auto; max-width: none;
    padding: 8px 10px; gap: 8px;
  }
  .sticky-cta-visible {
    transform: translateY(0);
  }
  .sticky-cta-text {
    font-size: 12.5px;
  }
  .sticky-cta-btn { padding: 7px 11px; font-size: 11.5px; }
}
@media (max-width: 380px) {
  .sticky-cta-text { display: none; }
}

/* ══ RESPONSIVE ════════════════════════════════════════════ */

@media (max-width: 1180px) {
  .nav-links { gap: 22px; }
}

@media (max-width: 1023px) {
  .container { padding: 0 32px; }
  .nav-phone { display: none; }
  .nav-links { gap: 18px; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero-title { font-size: 52px; }
  .trusted-logo { padding: 0 24px; }
  .about-mission-grid { gap: 48px; }
  .about-hero h1, .about-hero h2 { font-size: 44px; }
  .careers-hero h1 { font-size: 44px; }
  .case-study-hero h1 { font-size: 44px; }
  .resources-hero h1, .resources-hero h2 { font-size: 44px; }
  .about-diff-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 24px; }
  .certs-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .engagements-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: repeat(2, 1fr); }
  .how-step:nth-child(2) .how-arrow { display: none; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: 20px 24px; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.1); }
  .stat:nth-child(4) { border-right: none; }
  .why-features { grid-template-columns: repeat(4, 1fr); }
  .logo-item { padding: 10px 18px; }
  .logo-row { gap: 12px; }
}

@media (max-width: 639px) {
  :root { --bar-h: 44px; }
  .container { padding: 0 20px; }
  .section-pad { padding: 64px 0; }
  .section-title { font-size: 30px; }

  /* Announcement bar */
  .announcement-inner { font-size: 12px; gap: 6px; padding: 0 40px 0 12px; }
  .announcement-inner .ann-divider { display: none; }
  .ann-label { display: none; }

  /* Nav */
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }

  /* Hero */
  .hero {
    /* vh first (fallback), svh last so modern browsers use the small viewport. */
    min-height: calc(100vh - 68px - var(--bar-h));
    min-height: calc(100svh - 68px - var(--bar-h));
    padding: 56px 0 48px;
  }
  .hero-eyebrow { font-size: 10px; padding: 5px 12px; margin-bottom: 18px; }
  .hero-title { font-size: 36px; line-height: 1.1; margin-bottom: 16px; }
  .hero-sub { font-size: 15px; margin-bottom: 28px; line-height: 1.65; }
  .hero-btns { flex-direction: column; align-items: stretch; gap: 12px; margin-bottom: 24px; }
  .hero-btns .btn { width: 100%; justify-content: center; padding: 14px 22px; font-size: 15px; }
  .hero-glow { display: none; }
  .hero-phone { flex-direction: column; align-items: flex-start; gap: 4px; }
  .hero-phone-label { font-size: 10px; }
  .hero-phone-link { font-size: 22px; font-weight: 800; }

  /* Stats */
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: 20px 12px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.1); }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: none; }
  .stat:nth-child(3) { border-right: none; }
  .stat-num { font-size: 34px; }

  /* Trusted by */
  .trusted-section { padding: 28px 0; }
  .logo-item { padding: 8px 14px; }
  .logo-item img { height: 36px; }
  .logo-row { gap: 10px; }

  /* Services */
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 30px 22px 24px; }
  .service-card-title { font-size: 18px; }
  .service-card-desc { font-size: 14px; }
  .service-card-badge { top: 12px; right: 12px; font-size: 9px; padding: 3px 7px; }

  /* Why */
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .why-title { font-size: 28px; }
  .why-sub { font-size: 14px; margin-bottom: 28px; }
  .why-item { padding: 16px 16px; gap: 12px; }
  .why-features { grid-template-columns: 1fr 1fr; gap: 10px; }
  .why-feat { padding: 18px 12px; }
  .why-feat-icon { width: 44px; height: 44px; margin-bottom: 10px; }
  .why-feat-title { font-size: 13px; }
  .why-feat-text { font-size: 11.5px; line-height: 1.45; }

  /* How */
  .how-grid { grid-template-columns: 1fr; gap: 14px; }
  .how-arrow { display: none; }
  .how-step { padding: 26px 22px; }
  .how-num { font-size: 44px; margin-bottom: 12px; }

  /* Trust strip */
  .trust-strip { padding: 18px 0; }
  .trust-strip-grid { grid-template-columns: 1fr 1fr; gap: 14px 12px; }
  .trust-item { gap: 10px; align-items: flex-start; }
  .trust-icon { width: 34px; height: 34px; }
  .trust-icon svg { width: 16px; height: 16px; }
  .trust-text { min-width: 0; }
  .trust-value { font-size: 12px; line-height: 1.35; word-break: break-word; }
  .trust-label { font-size: 9px; }

  /* Certifications */
  .certs-grid { grid-template-columns: 1fr; }

  /* Engagements */
  .engagements-grid { grid-template-columns: 1fr; }

  /* Coverage map */
  .coverage-tile-label { font-size: 9px; }
  .coverage-state-list { gap: 6px 14px; }
  .coverage-state-list li { font-size: 12px; }

  /* FAQ */
  .faq-question { font-size: 14px; padding: 18px 18px; gap: 12px; min-height: 56px; line-height: 1.4; }
  .faq-icon { width: 18px; height: 18px; }
  .faq-item.open .faq-answer { padding: 0 18px 18px; }
  .faq-answer p { font-size: 13.5px; line-height: 1.7; }

  /* Contact */
  .contact-section { padding-bottom: 80px; }
  .contact-grid { gap: 36px; margin-top: 36px; }
  .contact-info-sub { font-size: 14px; }
  .contact-detail { gap: 12px; margin-bottom: 18px; }
  .form { gap: 14px; }
  .form-row { flex-direction: column; gap: 14px; }
  .form-submit { width: 100%; justify-content: center; padding: 16px 24px; font-size: 14px; min-height: 52px; }
  .form-label { font-size: 13px; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-tagline { max-width: 100%; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  /* Service detail */
  .service-layout { grid-template-columns: 1fr; }
  .service-sidebar { display: none; }
  .service-content { padding: 32px 20px; }
  .service-content h2 { font-size: 22px; margin-top: 32px; padding-left: 12px; }
  .service-content p { font-size: 14px; }
  .service-check-list li { font-size: 13.5px; padding-left: 28px; }
  .service-mobile-browse {
    display: block; padding: 24px 20px 36px; background: var(--bg2); border-top: 1px solid var(--border);
  }
  .service-mobile-browse-title {
    font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--muted); margin-bottom: 14px;
  }
  .service-mobile-browse-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  }
  .service-mobile-browse-card {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 12px; background: var(--bg);
    border: 1px solid var(--border); border-radius: 3px;
    color: var(--white); font-size: 12.5px; font-weight: 600;
    transition: border-color 0.15s, background 0.15s;
    min-height: 52px; line-height: 1.3;
  }
  .service-mobile-browse-card span { min-width: 0; overflow-wrap: anywhere; }
  .service-mobile-browse-card:hover,
  .service-mobile-browse-card:focus-visible {
    border-color: var(--orange); background: var(--bg3); outline: none;
  }
  .service-mobile-browse-card .icon { color: var(--orange); }
  .service-hero { min-height: 360px; }
  .service-hero-content { padding: 0 18px; }
  .service-hero-title { font-size: 26px; line-height: 1.15; margin-bottom: 10px; }
  .service-hero-sub { font-size: 13px; line-height: 1.55; margin-bottom: 14px; }
  .breadcrumb { font-size: 10px; gap: 6px; flex-wrap: wrap; justify-content: center; }

  /* About */
  .about-hero { min-height: 380px; padding: 48px 0; }
  .about-hero h1, .about-hero h2 { font-size: 28px; line-height: 1.15; margin-bottom: 14px; }
  .about-hero-sub { font-size: 15px; }
  .careers-hero { min-height: 380px; padding: 48px 0; }
  .careers-hero h1 { font-size: 28px; line-height: 1.15; margin-bottom: 14px; }
  .careers-hero-sub { font-size: 15px; }
  .case-study-hero { min-height: 380px; padding: 48px 0; }
  .case-study-hero h1 { font-size: 28px; line-height: 1.15; margin-bottom: 14px; }
  .case-study-hero-sub { font-size: 15px; }
  .about-mission-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-mission-text h2 { font-size: 26px; }
  .about-mission-text p { font-size: 14px; }
  .about-diff-grid { grid-template-columns: 1fr; gap: 2px; }
  .about-diff-card { padding: 26px 22px; }
  .about-cta-band { padding: 64px 0; }
  .about-cta-title { font-size: 26px; }
  .about-cta-sub { font-size: 14px; }
  .about-cta-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .about-cta-actions .btn { width: 100%; }
  .about-stats-box { grid-template-columns: 1fr 1fr; gap: 4px; }
  .about-stat { padding: 22px 12px; }
  .about-stat-num { font-size: 32px; }
  .about-stat-label { font-size: 10px; }
  .coverage-state { font-size: 12px; padding: 10px 16px; }
  .coverage-note { font-size: 12px; }

  /* Legal / Resources / Careers / Case Studies hero */
  .legal-hero h1, .legal-hero h2 { font-size: 26px; line-height: 1.2; }
  .legal-hero { padding: 56px 0 36px; }
  .legal-body { padding: 48px 0 72px; }
  .legal-content h2 { font-size: 16px; }
  .legal-content p { font-size: 14px; }
  .legal-back { font-size: 14px; padding: 10px 14px; min-height: 44px; }

  /* Emergency CTA */
  .emergency-cta { bottom: 18px; right: 14px; }
  .emergency-btn span { display: none; }
  .emergency-btn { padding: 14px; border-radius: 50%; width: 50px; height: 50px; justify-content: center; box-shadow: 0 4px 20px rgba(232,112,8,0.5); }
}

/* ══ MAINTENANCE PLANS SECTION ═══════════════════════════════ */
.plans-section { background: var(--bg2); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.plan-card {
  background: var(--bg3); border: 1px solid var(--border);
  padding: 36px 28px 28px; display: flex; flex-direction: column;
  position: relative; transition: transform 0.2s, border-color 0.2s;
  will-change: transform;
}
.plan-card:hover { transform: translateY(-3px); }
.plan-card-featured {
  border-color: var(--orange); background: rgba(232,112,8,0.03);
  transform: translateY(-6px);
}
.plan-card-featured:hover { transform: translateY(-9px); }
.plan-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--orange); color: #fff; font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 14px;
  border-radius: 2px; white-space: nowrap;
}
.plan-label { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
.plan-name { font-size: 26px; font-weight: 800; color: var(--white); margin-bottom: 12px; line-height: 1; }
.plan-desc { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 24px; }
.plan-features { list-style: none; margin: 0 0 28px; padding: 0; flex: 1; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #ccc; padding: 7px 0; border-bottom: 1px solid rgba(46,46,46,0.6); line-height: 1.4; }
.plan-features li:first-child { border-top: 1px solid rgba(46,46,46,0.6); }
.plan-features svg { color: var(--orange); flex-shrink: 0; margin-top: 1px; }
.plan-cta { width: 100%; justify-content: center; }
.plans-note { text-align: center; margin-top: 28px; font-size: 12px; color: var(--muted); line-height: 1.65; max-width: 580px; margin-left: auto; margin-right: auto; }

/* ══ CASE STUDIES PAGE ════════════════════════════════════════ */
.case-studies-hero { background: linear-gradient(135deg, #0d0d0d 0%, var(--navy) 100%); padding: 100px 0 80px; position: relative; overflow: hidden; }
.case-studies-hero-pattern { position: absolute; inset: 0; opacity: 0.03; background-image: repeating-linear-gradient(0deg, transparent, transparent 48px, rgba(255,255,255,1) 48px, rgba(255,255,255,1) 49px), repeating-linear-gradient(90deg, transparent, transparent 48px, rgba(255,255,255,1) 48px, rgba(255,255,255,1) 49px); }
.case-studies-hero-content { position: relative; z-index: 1; }
.case-studies-hero h1, .case-studies-hero h2 { font-size: 48px; font-weight: 800; color: var(--white); line-height: 1.1; margin-bottom: 16px; max-width: 640px; }
.case-studies-hero p { font-size: 17px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 560px; }
.case-studies-body { background: var(--bg); padding: 80px 0 96px; }
.cs-card { background: var(--bg2); border: 1px solid var(--border); margin-bottom: 32px; overflow: hidden; }
.cs-card:last-child { margin-bottom: 0; }
.cs-card-header { padding: 24px 36px; background: var(--navy); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cs-card-tag { background: rgba(232,112,8,0.15); border: 1px solid rgba(232,112,8,0.3); color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; white-space: nowrap; }
.cs-card-industry { font-size: 13px; color: rgba(255,255,255,0.55); }
.cs-card-title { font-size: 20px; font-weight: 700; color: var(--white); width: 100%; margin-top: 6px; }
.cs-card-body { padding: 32px 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.cs-section { margin-bottom: 0; }
.cs-section-label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; }
.cs-section-text { font-size: 14px; color: var(--muted); line-height: 1.75; }
.cs-metrics { display: flex; flex-wrap: wrap; gap: 10px; grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--border); }
.cs-metric { background: var(--bg3); border: 1px solid var(--border); border-left: 3px solid var(--orange); padding: 14px 20px; min-width: 130px; }
.cs-metric-num { font-size: 20px; font-weight: 800; color: var(--orange); line-height: 1; }
.cs-metric-label { font-size: 11px; color: var(--muted); margin-top: 4px; line-height: 1.4; }
.case-studies-cta { background: var(--navy); padding: 72px 0; text-align: center; }
.case-studies-cta-title { font-size: 32px; font-weight: 800; color: var(--white); margin-bottom: 14px; line-height: 1.1; }
.case-studies-cta-sub { font-size: 15px; color: rgba(255,255,255,0.65); max-width: 460px; margin: 0 auto 32px; line-height: 1.7; }

/* ══ GEO LANDING PAGE ════════════════════════════════════════ */
.geo-hero { background: linear-gradient(135deg, #0d0d0d 0%, var(--navy) 100%); padding: 80px 0 64px; position: relative; overflow: hidden; }
.geo-hero-pattern { position: absolute; inset: 0; opacity: 0.03; background-image: repeating-linear-gradient(0deg, transparent, transparent 48px, rgba(255,255,255,1) 48px, rgba(255,255,255,1) 49px), repeating-linear-gradient(90deg, transparent, transparent 48px, rgba(255,255,255,1) 48px, rgba(255,255,255,1) 49px); }
.geo-hero-inner { position: relative; z-index: 1; }
/* Full-bleed hero image system (mirrors .industry-hero). Injected by showGeoPage
   when GEO_PAGES[city].image is set. */
.geo-hero-bg { position: absolute; inset: 0; z-index: 0; display: block; }
.geo-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.geo-hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(13,13,13,0.82) 0%, rgba(1,35,63,0.62) 50%, rgba(1,35,63,0.78) 100%),
    radial-gradient(120% 100% at 50% 0%, rgba(0,0,0,0.35) 0%, transparent 55%);
}
.geo-hero.has-image .geo-hero-inner { z-index: 3; }
/* Full-bleed 16:9 variant: height locked to 56.29vw (= 1400×788 source ratio) so
   the box matches the image and object-fit: cover shows it all — no crop, no gap.
   Width-locked (not viewport-height) so a short window can't break the ratio. */
.geo-hero.is-full-image {
  height: 56.29vw;
  min-height: 460px;
  display: flex;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.geo-hero.is-full-image .geo-hero-inner { width: 100%; }
.geo-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,112,8,0.12); border: 1px solid rgba(232,112,8,0.25); color: var(--orange); padding: 5px 12px; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 2px; margin-bottom: 18px; }
.geo-hero-title { font-size: 48px; font-weight: 800; color: var(--white); line-height: 1.1; margin-bottom: 16px; max-width: 680px; }
.geo-hero-sub { font-size: 17px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 560px; margin-bottom: 32px; }
.geo-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.geo-services-section { background: var(--bg); padding: 72px 0; }
.geo-highlights-section { background: var(--bg2); padding: 64px 0; }
.geo-highlights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.geo-highlight-card { background: var(--bg3); border: 1px solid var(--border); border-left: 3px solid var(--orange); padding: 24px 20px; }
.geo-highlight-title { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.geo-highlight-text { font-size: 13px; color: var(--muted); line-height: 1.65; }
.geo-industries-section { background: var(--bg); padding: 56px 0; }
.geo-industries-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.geo-industry-tag { background: var(--bg2); border: 1px solid var(--border); color: #ccc; font-size: 13px; font-weight: 500; padding: 8px 18px; border-radius: 2px; }
.geo-cta-band { background: var(--navy); padding: 72px 0; }
.geo-body-wrap { background: var(--bg); }

/* Geo × Service combo pages */
.geo-service-intro-section { background: var(--bg); padding: 64px 0 48px; }
.geo-service-intro { max-width: 800px; }
.geo-service-intro p {
  font-size: 16px; color: rgba(255,255,255,0.78);
  line-height: 1.8; margin-bottom: 18px;
}
.geo-service-intro p:last-child { margin-bottom: 0; }
.geo-service-highlights-section { background: var(--bg2); padding: 64px 0; }
.geo-service-caps-section { background: var(--bg); padding: 64px 0; }
.geo-service-caps-list {
  list-style: none; padding: 0; max-width: 820px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px;
}
.geo-service-caps-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 14px; color: #ccc; line-height: 1.6;
  padding: 10px 0; border-bottom: 1px solid var(--border);
}
.geo-service-caps-list svg { color: var(--orange); flex-shrink: 0; margin-top: 3px; }

.geo-service-xlinks-section { background: var(--bg2); padding: 56px 0; }
.geo-service-xlinks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
/* Compact variant — used for the geo-page "Trade-Specific Pages" grid (7 cards). */
.geo-service-xlinks-grid-compact { grid-template-columns: repeat(4, 1fr); gap: 12px; }
.geo-service-xlinks-grid-compact .geo-service-xlink { padding: 18px 18px; }
.geo-service-xlinks-grid-compact .geo-service-xlink-title { font-size: 14px; }
.geo-service-xlinks-grid-compact .geo-service-xlink-text { font-size: 12px; line-height: 1.55; }
.geo-service-xlink {
  display: block; color: inherit; text-decoration: none;
  background: var(--bg3); border: 1px solid var(--border);
  padding: 22px 22px;
  transition: border-color 0.15s, transform 0.15s;
}
.geo-service-xlink:hover { border-color: var(--orange); transform: translateY(-2px); }
.geo-service-xlink:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.geo-service-xlink-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 10px;
}
.geo-service-xlink-title {
  font-size: 15px; font-weight: 700; color: var(--white);
  margin-bottom: 8px; line-height: 1.3;
}
.geo-service-xlink-text {
  font-size: 12.5px; color: var(--muted); line-height: 1.6;
}

@media (max-width: 1023px) {
  .geo-service-caps-list { grid-template-columns: 1fr; gap: 10px; }
  .geo-service-xlinks-grid { grid-template-columns: 1fr; }
  .geo-service-xlinks-grid-compact { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 639px) {
  .geo-service-xlinks-grid-compact { grid-template-columns: 1fr; }
}
@media (max-width: 639px) {
  .geo-service-intro-section { padding: 48px 0 32px; }
  .geo-service-intro p { font-size: 14.5px; }
}

/* ══ ARTICLE PAGE ════════════════════════════════════════════ */
.article-hero { background: var(--bg2); border-bottom: 1px solid var(--border); padding: 64px 0 48px; }
.article-hero-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.article-tag { background: rgba(232,112,8,0.1); border: 1px solid rgba(232,112,8,0.25); color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; }
.article-meta-sep { color: #444; font-size: 12px; }
.article-date { font-size: 12px; color: var(--muted); }
.article-read-time { font-size: 12px; color: var(--muted); }
.article-hero-title { font-size: 36px; font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 16px; max-width: 720px; }
.article-hero-desc { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 640px; }
.article-page-body { padding: 64px 0 96px; background: var(--bg); }
.article-layout { display: grid; grid-template-columns: 1fr 260px; gap: 64px; align-items: start; }
.article-back { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 28px; cursor: pointer; background: none; border: none; font-family: inherit; transition: color 0.15s; padding: 0; }
.article-back:hover { color: var(--white); }
.article-body .article-lead { font-size: 16px; color: rgba(255,255,255,0.82); line-height: 1.8; margin-bottom: 24px; }
.article-body h2 { font-size: 20px; font-weight: 700; color: var(--white); margin: 36px 0 12px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.article-body h2:first-of-type { margin-top: 0; }
.article-body p { font-size: 14px; color: var(--muted); line-height: 1.8; margin-bottom: 14px; }
.article-body p strong { color: rgba(255,255,255,0.85); font-weight: 600; }
.article-list { list-style: none; margin: 0 0 20px; padding: 0; }
.article-list li { font-size: 14px; color: var(--muted); line-height: 1.7; padding: 7px 0 7px 20px; position: relative; border-bottom: 1px solid rgba(46,46,46,0.5); }
.article-list li:last-child { border-bottom: none; }
.article-list li::before { content: ''; position: absolute; left: 3px; top: 15px; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }
.article-list li strong { color: rgba(255,255,255,0.85); }
.article-checklist li::before { content: '\2713'; background: none; width: auto; height: auto; top: auto; left: 0; font-size: 12px; color: var(--orange); font-weight: 700; }
.article-table { width: 100%; border-collapse: collapse; margin: 16px 0 20px; font-size: 13px; }
@media (max-width: 639px) {
  /* Make article table horizontally scrollable on small screens without an extra wrapper */
  .article-body .article-table {
    display: block; overflow-x: auto; -webkit-overflow-scrolling: touch;
    white-space: nowrap; max-width: 100%;
    border: 1px solid var(--border); border-radius: 2px;
  }
  .article-body .article-table thead,
  .article-body .article-table tbody { display: table; width: max-content; min-width: 100%; }
  .article-body .article-table th,
  .article-body .article-table td { white-space: nowrap; }
}
.article-table th { background: var(--bg3); padding: 11px 14px; font-size: 11px; font-weight: 700; color: var(--white); letter-spacing: 0.04em; text-align: left; border-bottom: 2px solid var(--border); }
.article-table td { padding: 10px 14px; color: var(--muted); border-bottom: 1px solid var(--border); }
.article-table tr:hover td { background: rgba(255,255,255,0.02); }
.article-table td:first-child { color: #ccc; font-weight: 500; }
.article-table-note { font-size: 11px; color: #666; font-style: italic; margin-top: -12px; margin-bottom: 20px; }
.article-sidebar { position: sticky; top: calc(68px + var(--bar-h) + 24px); }
.article-sidebar-card { background: var(--bg2); border: 1px solid var(--border); padding: 22px; margin-bottom: 18px; }
.article-sidebar-title { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
.article-sidebar-link { display: block; font-size: 13px; color: #888; padding: 8px 0; border-bottom: 1px solid var(--border); line-height: 1.45; transition: color 0.12s; cursor: pointer; background: none; border-left: none; border-right: none; border-top: none; font-family: inherit; text-align: left; width: 100%; }
.article-sidebar-link:last-child { border-bottom: none; }
.article-sidebar-link:hover { color: var(--white); }
.article-sidebar-cta { background: var(--navy); border: 1px solid rgba(255,255,255,0.06); padding: 22px; }
.article-sidebar-cta-title { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.article-sidebar-cta-text { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 16px; }

/* ══ RESOURCES ARTICLE LISTING ═══════════════════════════════ */
.resources-hero {
  background: linear-gradient(135deg, #0d0d0d 0%, var(--navy) 100%);
  height: 56.29vw; min-height: 440px; display: flex; align-items: center;
  padding: 28px 0; position: relative; overflow: hidden;
}
.resources-hero > .container { width: 100%; }
.resources-hero-bg { position: absolute; inset: 0; z-index: 0; display: block; }
.resources-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.resources-hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(13,13,13,0.82) 0%, rgba(1,35,63,0.62) 50%, rgba(1,35,63,0.78) 100%),
    radial-gradient(120% 100% at 50% 0%, rgba(0,0,0,0.35) 0%, transparent 55%);
}
.resources-hero-content { position: relative; z-index: 2; }
.resources-hero h1, .resources-hero h2 { font-size: 52px; font-weight: 800; color: var(--white); line-height: 1.08; margin-bottom: 20px; max-width: 680px; }
.resources-hero-sub { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.7; max-width: 560px; margin-top: 10px; }
.resources-body { background: var(--bg); padding: 72px 0 96px; }
.article-card {
  display: block; color: inherit; text-decoration: none;
  background: var(--bg2); border: 1px solid var(--border);
  margin-bottom: 20px; cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
  will-change: transform;
}
.article-card:last-child { margin-bottom: 0; }
.article-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.article-card:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.article-card-body { padding: 28px 32px 20px; }
.article-card-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; }
.article-card-tag { background: rgba(232,112,8,0.1); border: 1px solid rgba(232,112,8,0.25); color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 8px; border-radius: 2px; }
.article-card-date { font-size: 12px; color: var(--muted); }
.article-card-read { font-size: 12px; color: var(--muted); }
.article-card-title { font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 8px; line-height: 1.3; }
.article-card-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }
.article-card-footer { padding: 14px 32px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--orange); }
.resources-newsletter { background: var(--bg2); border: 1px solid var(--border); padding: 36px; margin-top: 40px; text-align: center; }
.resources-newsletter-title { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.resources-newsletter-text { font-size: 13px; color: var(--muted); }

/* ══ QUOTE ESTIMATOR MODAL ═══════════════════════════════════ */
.quote-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.quote-modal-backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,0.78);
  backdrop-filter: blur(3px);
}
.quote-modal-box {
  position: relative; z-index: 1; background: var(--bg2);
  border: 1px solid var(--border); width: 100%; max-width: 580px;
  max-height: 90vh; overflow-y: auto; border-radius: 3px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.55);
}
.quote-modal-header {
  padding: 18px 24px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; background: var(--bg2); z-index: 2;
}
.quote-modal-title { font-size: 16px; font-weight: 700; color: var(--white); }
.quote-modal-close { background: none; border: none; color: var(--muted); cursor: pointer; padding: 6px; transition: color 0.15s; display: flex; align-items: center; border-radius: 2px; }
.quote-modal-close:hover { color: var(--white); }
.quote-modal-close:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.quote-steps-indicator {
  padding: 18px 24px 4px;
  display: flex; align-items: flex-start; justify-content: center;
  gap: 4px;
}
.quote-step-item {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; flex-shrink: 0; min-width: 0;
}
.quote-step-dot {
  width: 26px; height: 26px; border-radius: 50%; background: var(--bg3);
  border: 2px solid var(--border); display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: var(--muted);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.quote-step-item.active .quote-step-dot { background: var(--orange); border-color: var(--orange); color: #fff; }
.quote-step-item.done   .quote-step-dot { background: rgba(232,112,8,0.15); border-color: var(--orange); color: var(--orange); }
.quote-step-label {
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--muted); text-transform: uppercase;
  transition: color 0.2s;
  white-space: nowrap;
}
.quote-step-item.active .quote-step-label { color: var(--white); }
.quote-step-item.done   .quote-step-label { color: var(--orange); }
.quote-step-line {
  flex: 0 1 56px; height: 2px; background: var(--border);
  margin-top: 12px;  /* aligns line vertically with dot center */
}
.quote-step-error { margin: 6px 24px 0; }
.quote-step-panel { padding: 22px 24px; display: none; }
.quote-step-panel.active { display: block; }
.quote-step-heading { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 18px; }
.quote-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 22px; }
.quote-service-option { cursor: pointer; }
.quote-service-option input[type="radio"] {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.quote-service-option span {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg3); border: 1.5px solid var(--border);
  padding: 11px 14px; font-size: 13px; font-weight: 500; color: #ccc;
  border-radius: 2px; cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.quote-service-option span:hover { border-color: rgba(232,112,8,0.4); color: var(--white); }
.quote-service-option input[type="radio"]:checked + span { border-color: var(--orange); background: rgba(232,112,8,0.08); color: var(--white); }
.quote-service-option input[type="radio"]:focus-visible + span { outline: 2px solid var(--orange); outline-offset: 2px; }
.quote-service-option-wide { grid-column: 1 / -1; }
.quote-nav-row { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
/* Exit-intent modal — desktop only, single-fire per session.
   Lighter visual weight than the quote modal so it doesn't feel like a hard sell. */
.exit-modal {
  position: fixed; inset: 0; z-index: 700;  /* above quote modal stack */
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.exit-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(2px);
}
.exit-modal-box {
  position: relative; z-index: 1;
  background: var(--bg2); border: 1px solid var(--border);
  border-top: 3px solid var(--orange);
  width: 100%; max-width: 460px;
  padding: 36px 32px 30px;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0,0,0,0.6);
  border-radius: 3px;
  animation: exit-modal-in 0.32s cubic-bezier(.18,.89,.32,1.28);
}
@keyframes exit-modal-in {
  from { opacity: 0; transform: translateY(-12px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0)     scale(1);    }
}
@media (prefers-reduced-motion: reduce) {
  .exit-modal-box { animation: none; }
}
.exit-modal-close {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px;
  background: none; border: none;
  color: var(--muted); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  border-radius: 2px;
  transition: color 0.15s, background 0.15s;
}
.exit-modal-close:hover { color: var(--white); background: rgba(255,255,255,0.05); }
.exit-modal-close:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.exit-modal-icon {
  width: 60px; height: 60px;
  background: rgba(232,112,8,0.12);
  border: 2px solid rgba(232,112,8,0.35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  color: var(--orange);
}
.exit-modal-title {
  font-size: 22px; font-weight: 800; color: var(--white);
  line-height: 1.2; margin-bottom: 10px;
}
.exit-modal-text {
  font-size: 14px; color: var(--muted); line-height: 1.7;
  max-width: 360px; margin: 0 auto 24px;
}
.exit-modal-actions {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 16px;
}
.exit-modal-actions .btn { min-width: 150px; justify-content: center; }
.exit-modal-footnote {
  font-size: 11.5px; color: rgba(255,255,255,0.42);
  letter-spacing: 0.02em;
}
@media (max-width: 480px) {
  .exit-modal-box { padding: 28px 22px 24px; }
  .exit-modal-title { font-size: 19px; }
  .exit-modal-actions { flex-direction: column; }
  .exit-modal-actions .btn { width: 100%; }
}

.quote-summary { background: var(--bg3); border: 1px solid var(--border); padding: 18px 22px; margin-bottom: 18px; }
.quote-summary-row { display: flex; justify-content: space-between; align-items: baseline; padding: 7px 0; border-bottom: 1px solid rgba(46,46,46,0.6); font-size: 13px; gap: 12px; }
.quote-summary-row:last-child { border-bottom: none; }
.quote-summary-label { color: var(--muted); flex-shrink: 0; }
.quote-summary-value { color: var(--white); font-weight: 500; text-align: right; }

/* Rich post-submit success state — replaces the form when shown */
.quote-success-state {
  padding: 48px 32px 36px;
  text-align: center;
}
.quote-success-icon {
  width: 72px; height: 72px;
  background: rgba(46,125,79,0.14);
  border: 2px solid rgba(105,189,135,0.5);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px;
  color: #6ec384;
  animation: quote-success-pop 0.5s cubic-bezier(.18,.89,.32,1.28);
}
@keyframes quote-success-pop {
  from { transform: scale(0.6); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .quote-success-icon { animation: none; }
}
.quote-success-title {
  font-size: 22px; font-weight: 800; color: var(--white);
  margin-bottom: 10px; line-height: 1.2;
}
.quote-success-text {
  font-size: 14px; color: var(--muted); line-height: 1.7;
  max-width: 380px; margin: 0 auto 28px;
}
.quote-success-actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.quote-success-actions .btn { min-width: 140px; justify-content: center; }
@media (max-width: 480px) {
  .quote-success-state { padding: 36px 22px 28px; }
  .quote-success-actions { flex-direction: column; }
  .quote-success-actions .btn { width: 100%; }
}

/* ══ MICRO-PHONE BREAKPOINT (≤380px — iPhone SE, small Androids) ═══════════ */
@media (max-width: 380px) {
  .container { padding: 0 16px; }
  .section-pad { padding: 56px 0; }
  .section-title { font-size: 26px; }

  /* Hero */
  .hero-title { font-size: 30px; }
  .hero-sub { font-size: 14.5px; }
  .hero-phone-link { font-size: 20px; }

  /* Stats */
  .stat-num { font-size: 28px; }
  .stat-label { font-size: 10.5px; line-height: 1.3; }

  /* Trust strip — go full single column at tiny widths */
  .trust-strip-grid { grid-template-columns: 1fr; gap: 12px; }
  .trust-item { padding: 4px 0; }

  /* Why */
  .why-title { font-size: 24px; }
  .why-features { grid-template-columns: 1fr; }

  /* About hero / sections */
  .about-hero h1, .about-hero h2 { font-size: 24px; }
  .careers-hero h1 { font-size: 24px; }
  .case-study-hero h1 { font-size: 24px; }
  .resources-hero h1, .resources-hero h2 { font-size: 24px; }
  .about-mission-text h2 { font-size: 22px; }
  .about-cta-title { font-size: 22px; }
  .about-stat-num { font-size: 28px; }
  .case-studies-hero h1, .case-studies-hero h2 { font-size: 22px; }
  .geo-hero-title { font-size: 24px; }
  .article-hero-title { font-size: 21px; }

  /* Service detail */
  .service-hero { min-height: 320px; }
  .service-hero-title { font-size: 22px; }
  .service-content { padding: 28px 16px; }
  .service-content h2 { font-size: 20px; }
  .service-mobile-browse-grid { grid-template-columns: 1fr; }

  /* Plans */
  .plan-name { font-size: 22px; }

  /* FAQ */
  .faq-question { font-size: 13.5px; padding: 16px 14px; }
  .faq-item.open .faq-answer { padding: 0 14px 16px; }

  /* Contact */
  .contact-detail-val { font-size: 13.5px; }

  /* Sticky CTAs — keep them out of the thumb zone on tiny screens */
  .emergency-cta { bottom: 14px; right: 12px; }
  .back-to-top { bottom: 14px; left: 12px; width: 38px; height: 38px; }
  .emergency-btn { width: 48px; height: 48px; padding: 12px; }

  /* Logo row — smaller logos at tiny widths */
  .logo-item img { height: 30px; }
  .logo-item { padding: 6px 12px; }
  .logo-row { gap: 8px; }
}

/* ══ LANDSCAPE SHORT-HEIGHT PHONES ════════════════════════════ */
@media (max-height: 480px) and (orientation: landscape) and (max-width: 900px) {
  .hero { min-height: auto; padding: 40px 0 32px; }
  .hero-title { font-size: 32px; }
  .nav-mobile-menu { padding-top: 8px; padding-bottom: 12px; }
}

/* ══ FOOTER SOCIAL ═══════════════════════════════════════════ */
.footer-social { display: flex; gap: 16px; margin-top: 16px; flex-wrap: wrap; }
.footer-social-link { display: inline-flex; align-items: center; gap: 7px; color: #888; font-size: 13px; transition: color 0.15s; }
.footer-social-link:hover { color: var(--white); }

/* ══ RESPONSIVE — NEW COMPONENTS ════════════════════════════ */
@media (max-width: 1023px) {
  .article-layout { grid-template-columns: 1fr; gap: 0; }
  .article-sidebar { position: static; margin-top: 48px; }
  .geo-highlights-grid { grid-template-columns: 1fr 1fr; }
  .cs-card-body { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 900px) {
  .plans-grid { grid-template-columns: 1fr; gap: 20px; }
  .plan-card-featured { transform: none; }
  .plan-card-featured:hover { transform: translateY(-3px); }
  .cs-card-body { padding: 28px 24px; }
  .cs-card-header { padding: 20px 24px; }
}

@media (max-width: 639px) {
  /* Plans */
  .plans-grid { grid-template-columns: 1fr; gap: 16px; }
  .plans-section .section-pad { padding: 56px 0; }
  .plan-card { padding: 30px 22px 24px; }
  .plan-badge { font-size: 9px; padding: 4px 12px; top: -11px; }
  .plan-name { font-size: 24px; }
  .plan-desc { font-size: 13px; }
  .plan-features li { font-size: 13px; padding: 9px 0; }
  .plan-cta { padding: 14px 22px; }

  /* Case Studies */
  .case-studies-hero h1, .case-studies-hero h2 { font-size: 26px; line-height: 1.15; }
  .case-studies-hero { padding: 64px 0 48px; }
  .case-studies-hero p { font-size: 15px; }
  .case-studies-body { padding: 56px 0 72px; }
  .cs-card-header { padding: 18px 20px; gap: 10px; }
  .cs-card-title { font-size: 17px; margin-top: 4px; }
  .cs-card-body { padding: 24px 20px; gap: 18px; }
  .cs-section-text { font-size: 13.5px; }
  .cs-metrics { flex-direction: column; padding-top: 18px; }
  .cs-metric { width: 100%; min-width: 0; padding: 14px 18px; }
  .case-studies-cta-title { font-size: 24px; }

  /* Geo landing */
  .geo-hero { padding: 56px 0 40px; }
  /* Full-image hero grows to fit the stacked eyebrow/title/sub/2 buttons on
     phones instead of clipping at a fixed vw height (same guard as compliance). */
  .geo-hero.is-full-image { height: auto; min-height: 380px; padding-top: 48px; padding-bottom: 48px; }
  .geo-hero-title { font-size: 28px; line-height: 1.15; }
  .geo-hero-sub { font-size: 14.5px; margin-bottom: 24px; }
  .geo-hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .geo-hero-actions .btn { width: 100%; justify-content: center; }
  .geo-highlights-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
  .geo-highlight-card { padding: 22px 18px; }
  .geo-services-section { padding: 56px 0; }
  .geo-highlights-section { padding: 48px 0; }
  .geo-industries-section { padding: 40px 0; }
  .geo-cta-band { padding: 56px 0; }
  .geo-industries-list { gap: 8px; }
  .geo-industry-tag { font-size: 12px; padding: 7px 14px; }

  /* Article reading */
  .article-hero { padding: 48px 0 36px; }
  .article-hero-title { font-size: 24px; line-height: 1.2; }
  .article-hero-desc { font-size: 14px; }
  .article-hero-meta { gap: 8px; }
  .article-page-body { padding: 40px 0 64px; }
  .article-layout { gap: 0; }
  .article-body p { font-size: 14px; }
  .article-body h2 { font-size: 18px; }
  .article-list li { font-size: 13.5px; padding-left: 18px; }
  .article-sidebar { margin-top: 36px; }
  .article-card-body { padding: 20px; }
  .article-card-title { font-size: 17px; line-height: 1.3; }
  .article-card-desc { font-size: 13.5px; }
  .article-card-meta { gap: 8px; }
  .article-card-footer { padding: 13px 20px; }

  /* Resources */
  .resources-hero { min-height: 380px; padding: 48px 0; }
  .resources-hero h1, .resources-hero h2 { font-size: 28px; line-height: 1.15; margin-bottom: 14px; }
  .resources-hero-sub { font-size: 15px; }
  .resources-body { padding: 48px 0 72px; }
  .resources-newsletter { padding: 28px 22px; margin-top: 28px; }
  .resources-newsletter-title { font-size: 16px; }

  /* Quote Modal */
  .quote-modal { padding: 0; align-items: stretch; }
  .quote-modal-box {
    /* vh fallback first, dvh override last so the modal fills the actual
       visible viewport on iOS rather than ducking under the address bar. */
    max-height: 100vh; max-height: 100dvh;
    max-width: 100%; border-radius: 0; border-left: none; border-right: none;
    height: 100%;
  }
  .quote-modal-header { padding: 16px 20px; }
  .quote-modal-title { font-size: 15px; }
  .quote-modal-close { padding: 10px; min-width: 44px; min-height: 44px; }
  .quote-steps-indicator { padding: 16px 20px 0; gap: 0; }
  .quote-step-dot { width: 24px; height: 24px; font-size: 10px; }
  .quote-step-line { max-width: 36px; }
  .quote-step-panel { padding: 20px; }
  .quote-step-heading { font-size: 14px; margin-bottom: 16px; }
  .quote-service-grid { grid-template-columns: 1fr; gap: 8px; }
  .quote-service-option span { padding: 14px 16px; font-size: 14px; min-height: 48px; }
  .quote-nav-row { flex-direction: row; gap: 10px; flex-wrap: wrap; }
  .quote-nav-row .btn { flex: 1; min-width: 0; padding: 13px 18px; }
  .quote-summary { padding: 16px 18px; }
  .quote-summary-row { font-size: 13px; gap: 10px; }

  /* Footer fine-tune */
  .footer-top { gap: 32px; }
  .footer-col a { font-size: 14px; padding: 4px 0; min-height: 40px; display: flex; align-items: center; }
  .footer-brand { font-size: 24px; }

  /* Engagements */
  .engagement-card { padding: 22px 20px; }
  .engagement-title { font-size: 15px; }

  /* Certifications */
  .cert-card { padding: 24px 20px; }

  /* Section header */
  .section-header { margin-bottom: 40px; }
  .overline { font-size: 10px; letter-spacing: 0.14em; }
  .section-sub { font-size: 14px; }

  /* Coverage map: tighten */
  .coverage-map { max-width: 100%; }
  .coverage-legend { gap: 16px; margin-top: 14px; }
  .coverage-legend-key { font-size: 11px; }

  /* Stats qualifier */
  .stats-qualifier { font-size: 10.5px; margin-top: 14px; }

  /* Announcement bar — make phone link more obvious */
  .announcement-inner { padding: 0 44px 0 14px; }
  .announcement-inner a { font-size: 13px; }
  .announcement-close { right: 10px; padding: 8px 10px; font-size: 22px; }
}

/* ════════════════════════════════════════════════════════════
   UX ENHANCEMENT STYLES — count-up stats, scroll-reveal,
   sticky sidebar, hero skeleton, reading progress, comparison
   table, article feedback, nav Quote CTA, coverage tooltips.
   ════════════════════════════════════════════════════════════ */

/* ── Stat counters: prevent layout shift while count is animating ── */
.stat-num, .about-stat-num { font-variant-numeric: tabular-nums; }

/* ── Scroll-reveal: fade + lift ── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ── Sticky service-detail sidebar ── */
@media (min-width: 640px) {
  .service-sidebar {
    position: sticky;
    top: calc(var(--bar-h) + 88px);
    align-self: start;
    max-height: calc(100vh - var(--bar-h) - 120px);
    overflow-y: auto;
  }
}

/* ── Coverage map tile hover affordance (works with native <title> tooltip) ── */
.coverage-tile-group { cursor: default; }
.coverage-tile-group .coverage-tile {
  transition: fill 0.15s ease, stroke 0.15s ease;
}
.coverage-tile-group:hover .coverage-tile {
  stroke: var(--orange);
  stroke-width: 1.5;
}

/* ── Service hero skeleton ──
   The actual .service-hero-bg starts at opacity: 0 and fades in on .is-ready.
   This pseudo-element sits beneath it, animating a soft shimmer over a navy
   base, so the user never sees a hard flash while the WebP loads. Once the bg
   layer reaches opacity: 1 it visually covers the shimmer. */
.service-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--navy);
  background-image: linear-gradient(
    100deg,
    rgba(255,255,255,0.0) 35%,
    rgba(255,255,255,0.06) 50%,
    rgba(255,255,255,0.0) 65%
  );
  background-size: 240% 100%;
  background-position: -120% 0;
  animation: service-hero-shimmer 1.6s linear infinite;
  pointer-events: none;
}
@keyframes service-hero-shimmer {
  0%   { background-position: -120% 0; }
  100% { background-position:  120% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .service-hero::before { animation: none; }
}

/* ── Reading-progress bar (article pages only) ── */
#reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: var(--orange);
  z-index: 901;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, width 0.08s linear;
}
#reading-progress.is-active { opacity: 1; }

/* ── Nav "Get a Quote" CTA (outline variant of nav-cta) ── */
.nav-cta-quote {
  background: transparent;
  color: var(--orange);
  border: 1px solid var(--orange);
}
.nav-cta-quote:hover {
  background: rgba(232, 112, 8, 0.08);
}
.nav-mobile-cta-quote {
  background: transparent;
  color: var(--orange);
  border: 1px solid var(--orange);
}
.nav-mobile-cta-quote:hover {
  background: rgba(232, 112, 8, 0.08);
}

/* ── Plans comparison table ── */
.plans-compare-wrap {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.plans-compare-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
  text-align: center;
}
.plans-compare-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.plans-compare {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  background: var(--bg3);
  border: 1px solid var(--border);
}
.plans-compare th,
.plans-compare td {
  padding: 14px 18px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
.plans-compare thead th {
  background: var(--bg2);
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.plans-compare tbody th[scope="row"] {
  text-align: left;
  color: #cfcfcf;
  font-weight: 500;
  font-size: 13px;
  background: var(--bg2);
}
.plans-compare tbody td {
  color: #b8b8b8;
}
.plans-compare-feature-col {
  text-align: left !important;
  min-width: 200px;
}
.plans-compare-featured {
  background: rgba(232, 112, 8, 0.06);
  color: var(--white) !important;
  font-weight: 600;
}
.plans-compare thead .plans-compare-featured {
  background: rgba(232, 112, 8, 0.14);
  color: var(--orange);
}
.plans-compare-check { color: var(--orange); vertical-align: middle; }
.plans-compare-dash {
  color: #555;
  font-weight: 700;
}

/* ── Article feedback widget ── */
.article-feedback-wrap {
  margin-top: 56px;
  padding: 24px 28px;
  background: var(--bg3);
  border: 1px solid var(--border);
  border-left: 3px solid var(--orange);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.article-feedback-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}
.article-feedback-btns {
  display: flex;
  gap: 10px;
}
.article-feedback-btn {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--border);
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
  border-radius: 2px;
  min-height: 38px;
}
.article-feedback-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: rgba(232, 112, 8, 0.05);
}
.article-feedback-btn:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

/* ── Mobile responsiveness for new components ── */
@media (max-width: 900px) {
  /* Hide the nav "Get a Quote" desktop button — replaced by mobile menu equivalent */
  .nav-cta-quote { display: none; }
}
@media (max-width: 639px) {
  .article-feedback-wrap { padding: 18px 16px; gap: 12px; }
  .article-feedback-btns { width: 100%; }
  .article-feedback-btn { flex: 1; padding: 10px 0; }
  .plans-compare th, .plans-compare td { padding: 12px 14px; font-size: 12px; }
  .plans-compare-wrap { margin-top: 36px; padding-top: 28px; }
}


