:root {
  --brand-blue: #097eba;
  --brand-blue-2: #0088cb;
  --brand-cyan: #0ebdff;
  --brand-teal: #09ba9e;
  --brand-orange: #ba4509;
  --navy: #16163f;
  --navy-2: #2d3047;
  --ink: #001300;
  --muted: #596370;
  --line: #d8e7f0;
  --light: #fbfbfb;
  --soft-blue: #eef8fd;
  --white: #ffffff;
  --shadow-soft: 0 18px 38px rgba(22, 22, 63, 0.10), 0 3px 12px rgba(9, 126, 186, 0.08);
  --shadow-lift: 0 26px 60px rgba(22, 22, 63, 0.16), 0 8px 24px rgba(9, 126, 186, 0.12);
  --radius: 16px;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Roboto", Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4, .btn, .primary-nav, .eyebrow, .section-label { font-family: "Inter", Arial, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.45rem, 6vw, 5rem); line-height: 0.98; letter-spacing: 0; color: var(--navy); }
h1 span { color: var(--brand-blue); }
h2 { font-size: clamp(1.8rem, 3.4vw, 3.25rem); line-height: 1.08; color: var(--navy); letter-spacing: 0; }
h3 { font-size: 1.25rem; line-height: 1.25; color: var(--navy-2); }
p { color: var(--muted); }
.container { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 1000; padding: 10px 14px; background: var(--navy); color: #fff; border-radius: 6px; }
.skip-link:focus-visible { left: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.94); border-bottom: 1px solid rgba(9,126,186,0.14); backdrop-filter: blur(14px); }
.top-call { min-height: 34px; display: flex; justify-content: center; align-items: center; background: var(--navy); color: #fff; font: 700 0.85rem/1 "Inter", sans-serif; }
.top-call a { text-decoration: none; padding: 8px; transition: color 160ms ease, opacity 160ms ease; }
.top-call a:hover, .top-call a:focus-visible { color: var(--brand-cyan); }
.top-call a:active { opacity: .75; }
.nav-shell { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: min(288px, 46vw); height: auto; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 700; }
.primary-nav a, .nav-drop-toggle { min-height: 42px; display: inline-flex; align-items: center; border: 0; background: transparent; color: var(--navy-2); text-decoration: none; padding: 10px 12px; border-radius: 6px; font: inherit; cursor: pointer; transition: color 160ms ease, background-color 160ms ease, transform 160ms ease, opacity 160ms ease; }
.primary-nav a:hover, .primary-nav a:focus-visible, .nav-drop-toggle:hover, .nav-drop-toggle:focus-visible { color: var(--brand-blue); background: rgba(9,126,186,0.08); outline: 2px solid transparent; }
.primary-nav a:active, .nav-drop-toggle:active { transform: translateY(1px); opacity: .82; }
.primary-nav .active, .nav-drop-toggle.active { color: var(--brand-blue); }
.nav-dropdown { position: relative; padding-bottom: 10px; margin-bottom: -10px; }
.dropdown-menu { position: absolute; top: 100%; left: 0; min-width: 245px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow-lift); opacity: 0; transform: translateY(-6px); pointer-events: none; transition: opacity 160ms ease, transform 160ms ease; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu, .nav-dropdown.is-open .dropdown-menu { opacity: 1; transform: translateY(0); pointer-events: auto; }
.dropdown-menu a { display: flex; justify-content: flex-start; width: 100%; }
.nav-cta { color: #fff !important; background: var(--brand-blue) !important; box-shadow: 0 10px 24px rgba(9,126,186,.22); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; transition: transform 160ms ease, border-color 160ms ease; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: var(--navy); margin: 5px auto; }
.menu-toggle:hover, .menu-toggle:focus-visible { border-color: var(--brand-blue); transform: translateY(-1px); }
.menu-toggle:active { transform: translateY(0); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 24px; border: 2px solid transparent; border-radius: 5px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); box-shadow: var(--shadow-lift); outline: 3px solid rgba(14,189,255,.28); outline-offset: 2px; }
.btn:active { transform: translateY(0); opacity: .86; }
.btn-primary { background: var(--brand-blue); color: #fff; border-color: var(--brand-blue); }
.btn-secondary { background: transparent; color: var(--navy); border-color: var(--brand-blue); }
.btn-secondary:hover, .btn-secondary:focus-visible { background: var(--soft-blue); }
.page-hero .btn-secondary { color: #fff; border-color: var(--brand-cyan); background: rgba(22, 22, 63, .18); }
.page-hero .btn-secondary:hover, .page-hero .btn-secondary:focus-visible { color: var(--navy); background: #fff; border-color: #fff; }
.btn-light { background: #fff; color: var(--navy); border-color: #fff; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero { padding: 74px 0 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; }
.hero-copy p { font-size: 1.08rem; max-width: 660px; }
.hero-kicker { color: var(--navy-2); font-style: italic; font-weight: 700; }
.eyebrow, .section-label { color: var(--brand-orange); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .78rem; margin-bottom: 12px; }
.hero-media { border-radius: 0 0 0 72px; overflow: hidden; min-height: 540px; box-shadow: var(--shadow-lift); position: relative; }
.hero-media img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.hero-media::after, .image-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(9,126,186,.06), rgba(22,22,63,.24)); pointer-events: none; }
.section { padding: 90px 0; }
.center-head { text-align: center; max-width: 820px; }
.center-head h3 { color: var(--brand-blue); font-size: clamp(1.5rem,2.8vw,2.3rem); }
.nightmare-grid, .service-grid, .blog-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; margin-top: 38px; }
.risk-card, .service-grid article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.risk-card:hover, .service-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: rgba(9,126,186,.42); }
.icon-badge { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--brand-blue); font-weight: 800; font-family: "Inter", sans-serif; margin-bottom: 18px; }
.risk-card strong { display: block; color: var(--brand-orange); margin: 18px 0 4px; }
.cta-center { display: flex; justify-content: center; margin-top: 36px; }
.stats-band { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; padding: 48px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.stats-grid strong { display: block; font: 800 clamp(2.4rem,5vw,4rem)/1 "Inter", sans-serif; color: var(--brand-cyan); }
.stats-grid span { color: #fff; font-weight: 700; }
.split-dark { background: var(--soft-blue); }
.split-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: var(--navy-2); color: #fff; border-radius: 0 34px 34px 0; overflow: hidden; box-shadow: var(--shadow-lift); }
.split-copy { padding: clamp(36px, 6vw, 72px); }
.split-copy h2, .split-copy h3, .split-copy p { color: #fff; }
.split-copy p { color: #eaf8ff; }
.check-list { padding: 0; margin: 24px 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; color: #fff; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .35em; width: 18px; height: 18px; border-radius: 50%; background: var(--brand-cyan); box-shadow: inset 0 0 0 5px rgba(255,255,255,.35); }
.check-list.dark li { color: var(--ink); }
.split-image img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-section { padding: 90px 0; background: var(--navy); color: #fff; }
.testimonial-section h2, .testimonial-section blockquote { color: #fff; }
.testimonial-slider, .testimonial-section blockquote { position: relative; margin: 28px 0 0; max-width: 900px; font: 500 clamp(1.3rem,2.5vw,2rem)/1.45 "Inter", sans-serif; }
.slide { display: none; margin: 0; }
.slide.is-active { display: block; animation: fadeIn 260ms ease both; }
cite { display: block; margin-top: 22px; color: #ff8a55; font: 800 1rem/1 "Inter", sans-serif; font-style: normal; }
.slider-controls { display: flex; gap: 9px; margin-top: 30px; }
.slider-controls button { width: 12px; height: 12px; border: 0; border-radius: 50%; background: rgba(255,255,255,.42); cursor: pointer; transition: transform 160ms ease, background-color 160ms ease; }
.slider-controls button:hover, .slider-controls button:focus-visible, .slider-controls button.is-active { background: var(--brand-cyan); transform: scale(1.16); outline: 2px solid rgba(255,255,255,.5); }
.managed-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 72px;
  background:
    linear-gradient(115deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.9) 56%, rgba(22,22,63,.78) 56.2%, rgba(22,22,63,.86) 100%),
    url("assets/hero-chips.jpg") right center / cover no-repeat;
}
.managed-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -34% auto;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(14,189,255,.18), rgba(14,189,255,0) 68%);
  pointer-events: none;
}
.managed-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 54px;
  align-items: center;
}
.managed-hero-copy h1 {
  max-width: 780px;
  font-size: clamp(2.65rem, 5.2vw, 4.85rem);
}
.managed-hero-copy p:not(.eyebrow) {
  max-width: 560px;
}
.managed-hero-copy > p:not(.eyebrow):not(.hero-kicker) {
  font-size: 1.05rem;
}
.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.hero-trust-list li {
  border: 1px solid rgba(9,126,186,.24);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--navy);
  background: rgba(255,255,255,.78);
  font: 800 .82rem/1 "Inter", sans-serif;
}
.risk-snapshot {
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 18px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(155deg, rgba(22,22,63,.88), rgba(45,48,71,.82));
  box-shadow: 0 30px 80px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
}
.risk-snapshot h2,
.risk-snapshot p,
.risk-snapshot strong {
  color: #fff;
}
.snapshot-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--brand-cyan);
  font: 800 .78rem/1 "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.snapshot-head strong {
  border: 1px solid rgba(14,189,255,.4);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--brand-cyan);
  text-transform: none;
  letter-spacing: 0;
}
.snapshot-row {
  display: grid;
  gap: 5px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.snapshot-row span {
  color: #d9f5ff;
  font: 800 1rem/1.2 "Inter", sans-serif;
}
.snapshot-row strong {
  font: 500 .92rem/1.35 "Roboto", sans-serif;
}
.risk-snapshot p {
  margin: 18px 0 0;
  color: #eaf8ff;
}
.proof-strip {
  padding: 28px 0;
  background: var(--navy);
  color: #fff;
}
.proof-strip-grid {
  display: grid;
  grid-template-columns: .72fr .72fr 1.35fr 1.2fr;
  gap: 20px;
  align-items: stretch;
}
.proof-strip-grid div {
  border-left: 1px solid rgba(255,255,255,.18);
  padding: 6px 0 6px 18px;
}
.proof-strip-grid strong {
  display: block;
  color: var(--brand-cyan);
  font: 800 clamp(1.15rem, 2vw, 1.7rem)/1.08 "Inter", sans-serif;
}
.proof-strip-grid span {
  display: block;
  margin-top: 6px;
  color: #d7f3ff;
  font-size: .94rem;
}
.section-intro {
  max-width: 780px;
  margin-bottom: 34px;
}
.section-intro p {
  max-width: 680px;
}
.managed-includes {
  background: linear-gradient(180deg, #fff 0%, #f6fbfe 100%);
}
.managed-bento {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 18px;
}
.bento-card {
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.bento-card:hover {
  transform: translateY(-3px);
  border-color: rgba(9,126,186,.38);
  box-shadow: var(--shadow-lift);
}
.bento-large {
  grid-row: span 2;
  background:
    linear-gradient(160deg, rgba(22,22,63,.9), rgba(45,48,71,.86)),
    url("assets/office-modern.jpg") center / cover no-repeat;
}
.bento-large h3,
.bento-large p {
  color: #fff;
}
.risk-section {
  background: var(--soft-blue);
}
.risk-modern-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.risk-modern-card {
  border-radius: 0 18px 18px 18px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.risk-modern-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--brand-orange);
  font: 800 .82rem/1 "Inter", sans-serif;
}
.process-section {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff;
}
.process-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.process-copy h2,
.process-copy p,
.process-steps h3,
.process-steps p {
  color: #fff;
}
.process-steps {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.process-steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
}
.process-steps span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--brand-cyan);
  font: 800 1rem/1 "Inter", sans-serif;
}
.local-section {
  background: #fff;
}
.local-grid {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 42px;
  align-items: center;
}
.county-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, var(--soft-blue));
  box-shadow: var(--shadow-soft);
}
.county-panel span {
  border-radius: 8px;
  padding: 14px 12px;
  color: var(--navy);
  background: #fff;
  font: 800 .92rem/1.2 "Inter", sans-serif;
  box-shadow: 0 8px 18px rgba(22,22,63,.06);
}
.industry-section {
  background: var(--soft-blue);
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 12px;
}
.industry-grid article {
  min-height: 86px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  color: var(--navy);
  font: 800 .96rem/1.25 "Inter", sans-serif;
  box-shadow: 0 10px 22px rgba(22,22,63,.06);
}
.proof-section-modern { background: #fff; }
.client-proof-section {
  background:
    radial-gradient(circle at top left, rgba(14,189,255,.12), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f7fbfe 100%);
}
.proof-modern-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 36px;
  align-items: start;
}
.proof-copy {
  position: sticky;
  top: 142px;
}
.proof-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.proof-modules article {
  min-height: 170px;
  border: 1px dashed rgba(9,126,186,.45);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--soft-blue);
}
.proof-modules span {
  display: block;
  margin-bottom: 12px;
  color: var(--brand-orange);
  font: 800 .78rem/1 "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.testimonial-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.testimonial-proof-card {
  margin: 0;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(9,126,186,.16);
  border-radius: 14px;
  padding: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(22,22,63,.08), 0 3px 12px rgba(9,126,186,.06);
}
.testimonial-featured {
  grid-column: 1 / -1;
  min-height: 230px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(22,22,63,.96), rgba(45,48,71,.92)),
    url("assets/office-modern.jpg") center / cover no-repeat;
  border-color: rgba(255,255,255,.18);
  box-shadow: var(--shadow-lift);
}
.testimonial-proof-card blockquote {
  margin: 0;
  color: var(--navy-2);
  font: 700 1rem/1.65 "Roboto", Arial, sans-serif;
}
.testimonial-featured blockquote {
  color: #fff;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.55;
}
.testimonial-proof-card figcaption {
  color: var(--brand-orange);
  font: 800 .88rem/1.2 "Inter", sans-serif;
}
.testimonial-featured figcaption { color: var(--brand-cyan); }
.partner-proof {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(260px,.42fr) minmax(0,.58fr);
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(9,126,186,.16);
  border-radius: 18px;
  padding: 28px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 42px rgba(22,22,63,.08), 0 3px 14px rgba(9,126,186,.06);
}
.partner-proof-head h3 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  color: var(--navy);
}
.partner-proof-head p:last-child { margin-bottom: 0; }
.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.partner-logo-card {
  margin: 0;
  min-height: 104px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 14px;
  background: #fff;
}
.partner-logo-card img {
  width: min(156px, 100%);
  height: 42px;
  object-fit: contain;
}
.partner-logo-card figcaption {
  color: var(--muted);
  font: 800 .72rem/1.2 "Inter", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.homepage-faq {
  background: linear-gradient(180deg, #fff, #f6fbfe);
}
.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 40px;
}
.final-managed-cta {
  padding: 74px 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(22,22,63,.95), rgba(45,48,71,.9)),
    url("assets/processor.jpg") center / cover no-repeat;
}
.final-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}
.final-managed-cta h2,
.final-managed-cta p {
  color: #fff;
}
.child-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    linear-gradient(115deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.92) 55%, rgba(22,22,63,.78) 55.2%, rgba(22,22,63,.88) 100%),
    url("assets/hero-chips.jpg") right center / cover no-repeat;
}
.child-hero-services { background-image: linear-gradient(115deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.92) 55%, rgba(22,22,63,.78) 55.2%, rgba(22,22,63,.88) 100%), url("assets/services-hero.jpg"); }
.child-hero-business { background-image: linear-gradient(115deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.92) 55%, rgba(22,22,63,.78) 55.2%, rgba(22,22,63,.88) 100%), url("assets/business-hero.jpg"); }
.child-hero-residential { background-image: linear-gradient(115deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.92) 55%, rgba(22,22,63,.78) 55.2%, rgba(22,22,63,.88) 100%), url("assets/residential-hero.jpg"); }
.child-hero-about { background-image: linear-gradient(115deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.92) 55%, rgba(22,22,63,.78) 55.2%, rgba(22,22,63,.88) 100%), url("assets/processor.jpg"); }
.child-hero-contact { background-image: linear-gradient(115deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.92) 55%, rgba(22,22,63,.78) 55.2%, rgba(22,22,63,.88) 100%), url("assets/contact-hero.jpg"); }
.child-hero-blog { background-image: linear-gradient(115deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.92) 55%, rgba(22,22,63,.78) 55.2%, rgba(22,22,63,.88) 100%), url("assets/blog-risk.jpg"); }
.about-hero { background-image: linear-gradient(115deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.92) 55%, rgba(22,22,63,.78) 55.2%, rgba(22,22,63,.88) 100%), url("assets/office-modern.jpg"); }
.child-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 54px;
  align-items: center;
}
.child-hero-copy h1 {
  max-width: 780px;
  font-size: clamp(2.35rem, 4.4vw, 4.15rem);
}
.child-hero-copy p:not(.eyebrow) {
  max-width: 590px;
}
.service-hub-section {
  background: #fff;
}
.about-positioning-section {
  background: #fff;
}
.about-positioning-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.about-positioning-copy {
  padding: 30px;
  border-left: 5px solid var(--brand-blue);
  border-radius: 0 16px 16px 0;
  background: var(--soft-blue);
  box-shadow: 0 14px 34px rgba(22,22,63,.07);
}
.about-positioning-copy p:last-child { margin-bottom: 0; }
.about-focus-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(14,189,255,.16), transparent 32%),
    linear-gradient(180deg, #f7fbfe 0%, #fff 100%);
}
.about-division-section {
  background: #f6fbfe;
}
.about-division-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 14px;
}
.about-division-card {
  min-height: 240px;
  display: grid;
  grid-template-rows: 72px auto 1fr;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(9,126,186,.16);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(22,22,63,.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.about-division-card:hover,
.about-division-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(9,126,186,.45);
  background: #fff;
  box-shadow: var(--shadow-lift);
  outline: 3px solid rgba(14,189,255,.24);
  outline-offset: 2px;
}
.about-division-card:active {
  transform: translateY(-1px);
}
.about-division-card img {
  width: 100%;
  height: 66px;
  object-fit: contain;
  object-position: left center;
}
.about-division-card strong {
  color: var(--navy);
  font: 800 1.08rem/1.2 "Inter", sans-serif;
}
.about-division-card span {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.45;
}
.about-faq-section {
  background: #fff;
}
.division-hero .button-row { display: none; }
.division-strip {
  background: var(--navy);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.division-strip-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
}
.division-strip-grid span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-left: 1px solid rgba(255,255,255,.14);
  color: #e7f8ff;
  text-align: center;
  font: 800 .88rem/1.25 "Inter", sans-serif;
}
.division-strip-grid span:first-child { border-left: 0; }
.division-directory-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(14,189,255,.14), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f6fbfe 100%);
}
.division-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.division-card {
  min-height: 290px;
  display: grid;
  grid-template-rows: 86px 1fr auto;
  gap: 22px;
  border: 1px solid rgba(9,126,186,.18);
  border-radius: 16px;
  padding: 26px;
  background: rgba(255,255,255,.94);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(22,22,63,.09), 0 3px 12px rgba(9,126,186,.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.division-card:hover,
.division-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(9,126,186,.45);
  background: #fff;
  box-shadow: var(--shadow-lift);
  outline: 3px solid rgba(14,189,255,.24);
  outline-offset: 2px;
}
.division-card:active {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}
.division-card-primary {
  grid-row: span 2;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(22,22,63,.96), rgba(45,48,71,.92)),
    url("assets/office-modern.jpg") center / cover no-repeat;
  border-color: rgba(255,255,255,.16);
}
.division-logo {
  min-height: 86px;
  display: flex;
  align-items: center;
}
.division-logo img {
  width: min(270px, 100%);
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
}
.division-card-primary .division-logo img {
  filter: brightness(0) invert(1);
}
.division-content {
  display: grid;
  gap: 12px;
  align-content: start;
}
.division-kicker {
  color: var(--brand-orange);
  font: 800 .76rem/1.2 "Inter", sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.division-card-primary .division-kicker { color: var(--brand-cyan); }
.division-content strong {
  color: var(--navy);
  font: 800 clamp(1.5rem, 2.4vw, 2.2rem)/1.08 "Inter", sans-serif;
}
.division-card-primary .division-content strong { color: #fff; }
.division-content span:last-child {
  color: var(--muted);
  font-size: 1rem;
}
.division-card-primary .division-content span:last-child { color: #e7f8ff; }
.division-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 5px;
  color: #fff;
  background: var(--brand-blue);
  font: 800 .88rem/1 "Inter", sans-serif;
}
.division-card-primary .division-link {
  color: var(--navy);
  background: #fff;
}
.division-faq {
  background: #fff;
}
.route-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  align-items: stretch;
}
.route-card {
  display: grid;
  grid-template-rows: 250px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.route-card:hover {
  transform: translateY(-3px);
  border-color: rgba(9,126,186,.38);
  box-shadow: var(--shadow-lift);
}
.route-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.route-card div {
  padding: 28px;
}
.route-primary {
  grid-template-columns: .9fr 1.1fr;
  grid-template-rows: 1fr;
}
.blog-card {
  color: inherit;
  text-decoration: none;
}
.page-hero { position: relative; min-height: 560px; display: grid; align-items: center; overflow: hidden; background: var(--navy); }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .56; }
.page-hero-copy { position: relative; z-index: 1; max-width: 760px; color: #fff; padding: 80px 0; }
.page-hero-copy h1, .page-hero-copy p { color: #fff; }
.page-hero-copy p { max-width: 650px; }
.page-title { padding: 92px 0 74px; background: linear-gradient(135deg, #fff 0%, var(--soft-blue) 100%); }
.page-title .container { max-width: 890px; }
.two-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.image-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform 180ms ease, box-shadow 180ms ease; }
.image-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.image-card img { width: 100%; height: 280px; object-fit: cover; }
.image-card div { padding: 28px; }
.image-card a, .blog-card h2 { color: var(--brand-blue); font-weight: 800; text-decoration: none; }
.image-card a:hover, .image-card a:focus-visible { color: var(--brand-orange); }
.about-strip, .light-section { background: var(--soft-blue); }
.strip-grid, .two-column-intro, .feature-row, .cta-split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.strip-grid img, .two-column-intro img, .feature-row > img { border-radius: var(--radius); box-shadow: var(--shadow-soft); width: 100%; max-height: 450px; object-fit: cover; background: #fff; }
.feature-row.reverse > img { order: -1; }
.faq-section details { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 18px 22px; margin-top: 12px; box-shadow: 0 8px 20px rgba(22,22,63,.06); }
.faq-section summary { cursor: pointer; font: 800 1rem/1.3 "Inter", sans-serif; color: var(--navy); }
.faq-section summary:hover, .faq-section summary:focus-visible { color: var(--brand-blue); }
.service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.contact-teaser { background: var(--navy-2); color: #fff; }
.contact-teaser h2, .contact-teaser p { color: #fff; }
.contact-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 34px; align-items: start; }
.contact-form, .contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--navy); font: 800 .92rem/1.2 "Inter", sans-serif; }
input, textarea, select { width: 100%; border: 1px solid #b9d7e8; border-radius: 6px; padding: 13px 14px; font: 400 1rem/1.4 "Roboto", sans-serif; color: var(--ink); background: #fff; transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease; }
input:hover, textarea:hover, select:hover { border-color: rgba(9,126,186,.55); background-color: #fbfdff; }
input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 0; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(9,126,186,.18); }
.select-wrap {
  position: relative;
  display: block;
}
.select-wrap select {
  appearance: none;
  min-height: 52px;
  padding-right: 48px;
  color: var(--navy);
  font-weight: 700;
  background:
    linear-gradient(180deg, #fff, #f8fcff);
  cursor: pointer;
}
.select-wrap select:invalid {
  color: var(--muted);
  font-weight: 500;
}
.select-wrap select option {
  color: var(--navy);
  background: #fff;
}
.select-chevron {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--brand-blue);
  border-bottom: 2px solid var(--brand-blue);
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}
.select-wrap:focus-within .select-chevron {
  border-color: var(--brand-orange);
}
.turnstile-wrap {
  display: flex;
  align-items: center;
  min-height: 78px;
  margin: 4px 0 18px;
  padding: 12px;
  border: 1px solid rgba(9,126,186,.16);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f7fbfe);
}
.turnstile-wrap .cf-turnstile {
  width: 100%;
}
.form-status { margin: 14px 0 0; font-weight: 700; color: var(--brand-blue); }
.contact-card a { color: var(--brand-blue); font-weight: 800; }
.social-pill { display: inline-flex; padding: 10px 14px; border-radius: 5px; border: 1px solid var(--line); text-decoration: none; transition: transform 160ms ease, background-color 160ms ease; }
.social-pill:hover, .social-pill:focus-visible { transform: translateY(-1px); background: var(--soft-blue); }
.blog-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.blog-filters button { border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; color: var(--navy); background: #fff; font: 800 .9rem/1 "Inter", sans-serif; cursor: pointer; transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, border-color 160ms ease; }
.blog-filters button:hover, .blog-filters button:focus-visible, .blog-filters button.is-active { color: #fff; background: var(--brand-blue); border-color: var(--brand-blue); transform: translateY(-1px); }
.blog-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.blog-card.is-hidden { display: none; }
.blog-card img { width: 100%; height: 210px; object-fit: cover; background: var(--soft-blue); }
.blog-card div { padding: 22px; }
.blog-card p { color: var(--brand-orange); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; }
.blog-card h2 { font-size: 1.16rem; line-height: 1.25; }
.blog-card span { color: var(--muted); font-size: .9rem; }
.site-footer { padding: 58px 0 24px; background: var(--navy); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 42px; align-items: start; }
.footer-grid img { width: 300px; filter: brightness(0) invert(1); opacity: .96; }
.footer-grid p { color: #d7f3ff; max-width: 420px; margin-top: 20px; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 28px; }
.footer-grid a { color: #fff; text-decoration: none; transition: color 160ms ease, opacity 160ms ease; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--brand-cyan); }
.footer-grid a:active { opacity: .74; }
.footer-bottom { margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; gap: 18px; color: #c6dbe7; font-size: .9rem; }
.reveal { opacity: 1; transform: none; transition: opacity 520ms ease, transform 520ms ease; }
body.js .reveal { opacity: 1; transform: none; }
body.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal, .slide.is-active { transition: none; animation: none; opacity: 1; transform: none; } .btn, .primary-nav a, .nav-drop-toggle, .risk-card, .image-card, .blog-card { transition: none; } }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-shell { min-height: 74px; }
  .primary-nav { position: fixed; z-index: 90; left: 18px; right: 18px; top: 118px; margin: 0; display: grid; gap: 4px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lift); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
  body.nav-open .primary-nav { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .primary-nav a, .nav-drop-toggle { width: 100%; justify-content: flex-start; }
  .dropdown-menu { position: static; display: grid; opacity: 1; transform: none; pointer-events: auto; box-shadow: none; border-radius: 8px; margin: 2px 0 8px 12px; }
  .hero-grid, .split-panel, .strip-grid, .two-column-intro, .feature-row, .cta-split, .contact-grid, .about-positioning-grid { grid-template-columns: 1fr; }
  .managed-hero { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(238,248,253,.96)), url("assets/hero-chips.jpg") center / cover no-repeat; }
  .managed-hero-grid, .process-grid, .local-grid, .proof-modern-grid, .partner-proof, .faq-grid, .final-cta-grid { grid-template-columns: 1fr; }
  .proof-copy { position: static; }
  .child-hero { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(238,248,253,.96)), url("assets/hero-chips.jpg") center / cover no-repeat; }
  .child-hero-grid, .route-grid, .route-primary { grid-template-columns: 1fr; }
  .route-primary { grid-template-rows: 250px 1fr; }
  .division-strip-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .division-strip-grid span { border-top: 1px solid rgba(255,255,255,.14); }
  .division-grid { grid-template-columns: 1fr; }
  .division-card-primary { grid-row: auto; }
  .about-division-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .risk-snapshot { color: #fff; }
  .proof-strip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .managed-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento-large { grid-row: auto; grid-column: 1 / -1; }
  .risk-modern-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-media { min-height: 380px; border-radius: 0 0 0 38px; }
  .hero-media img { min-height: 380px; }
  .nightmare-grid, .stats-grid, .service-grid, .blog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .feature-row.reverse > img { order: 0; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  h1 { font-size: clamp(2.15rem, 13vw, 3.4rem); }
  .section { padding: 64px 0; }
  .hero { padding: 48px 0 62px; }
  .brand img { width: min(238px, 68vw); }
  .top-call { font-size: .78rem; }
  .primary-nav { top: 108px; }
  .button-row, .btn { width: 100%; }
  .nightmare-grid, .stats-grid, .two-card-grid, .service-grid, .blog-grid, .field-row, .footer-grid, .footer-grid nav { grid-template-columns: 1fr; }
  .managed-hero { padding: 46px 0 54px; }
  .child-hero { padding: 46px 0 54px; }
  .child-hero-copy h1 { font-size: clamp(2.15rem, 11vw, 3.6rem); }
  .managed-hero-copy h1 { font-size: clamp(2.2rem, 12vw, 3.8rem); }
  .risk-snapshot, .bento-card, .risk-modern-card, .proof-modules article, .testimonial-proof-card { padding: 20px; }
  .proof-strip-grid, .managed-bento, .risk-modern-grid, .industry-grid, .proof-modules, .testimonial-proof-grid, .division-strip-grid, .county-panel { grid-template-columns: 1fr; }
  .division-strip-grid span { min-height: 62px; border-left: 0; }
  .division-card { min-height: auto; padding: 22px; }
  .division-logo img { max-height: 66px; }
  .about-positioning-copy { padding: 22px; }
  .about-division-grid { grid-template-columns: 1fr; }
  .about-division-card { min-height: auto; }
  .partner-proof { padding: 20px; }
  .partner-logo-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .partner-logo-card { min-height: 100px; padding: 14px 10px; }
  .proof-strip-grid div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 16px 0 0; }
  .process-steps li { grid-template-columns: 44px 1fr; padding: 18px; }
  .final-cta-grid .btn { width: 100%; }
  .page-hero { min-height: 500px; }
  .page-hero-copy { padding: 62px 0; }
  .hero-media { min-height: 280px; }
  .hero-media img { min-height: 280px; }
  .risk-card, .contact-form, .contact-card { padding: 22px; }
  .split-panel { border-radius: 0 22px 22px 0; }
  .footer-bottom { flex-direction: column; }
}
