@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/inter-var.woff2") format("woff2");
}

/* Client handoff renderer: matching-family content with the current Orlando globals. */
.client-handoff-hero .solution-hero-copy > p:not(.eyebrow) {
  max-width: 68ch;
}

.client-handoff-hero.handoff-no-form .solution-hero-grid {
  grid-template-columns: minmax(0, 760px);
}

.handoff-section-head {
  max-width: 920px;
}

.handoff-section-head > p,
.handoff-final-cta p {
  max-width: 72ch;
}

.handoff-overview-media {
  margin: 32px 0;
  overflow: hidden;
  border: 1px solid var(--line, rgba(148, 163, 184, 0.25));
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(2, 8, 23, 0.16);
  aspect-ratio: 16 / 7;
}

.handoff-overview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.handoff-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 24px;
  margin-top: 32px;
}

.handoff-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 32px;
  border: 1px solid rgba(38, 89, 255, 0.2);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(2, 8, 23, 0.08);
}

.handoff-card h3,
.handoff-card .handoff-repeated-heading {
  margin: 0 0 16px;
}

.handoff-card p {
  max-width: 68ch;
}

.handoff-card .card-link {
  margin-top: auto;
  min-height: 44px;
  padding-top: 16px;
}

.handoff-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(38, 89, 255, 0.12);
  color: var(--brand-bright);
  font-weight: 800;
}

.rev2-form-consent {
  margin: 2px 0 0;
  color: rgba(226, 232, 240, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.rev2-form-privacy {
  margin: -2px 0 0;
  color: rgba(226, 232, 240, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.faq-item summary .faq-question-heading {
  margin: 0;
  color: inherit;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.35;
}

.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.handoff-repeated-heading {
  color: inherit;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 750;
  line-height: 1.3;
}

.handoff-list {
  max-width: 76ch;
  margin-top: 24px;
}

.handoff-section.dark .handoff-card {
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(12, 27, 52, 0.92);
  color: #f8fafc;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.handoff-section.dark .handoff-card p,
.handoff-section.dark .handoff-card li {
  color: #dbe7f7;
}

.handoff-section.dark .handoff-card .card-link {
  color: #fff;
}

@media (max-width: 760px) {
  .handoff-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .handoff-card {
    padding: 24px;
  }

  .handoff-overview-media {
    margin: 24px 0;
    aspect-ratio: 4 / 3;
  }
}

/* Lakehurst v2.2 production templates and accessibility alignment */
:root {
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-8: 64px;
  --space-10: 80px;
  --content-measure: 70ch;
}

:focus-visible {
  outline: 3px solid var(--brand-bright);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(13, 68, 255, 0.32);
}

.governance-link-disabled {
  cursor: default;
  text-decoration: none;
}

.governance-link-disabled.btn,
.governance-link-disabled.card-link,
.governance-link-disabled.proof-card-link,
.governance-link-disabled.company-card-link {
  pointer-events: none;
}

.nav-toggle {
  min-width: 44px;
  min-height: 44px;
}

.lead-form input:not([type="hidden"]),
.lead-form select,
.lead-form textarea {
  min-height: 48px;
}

.lead-form textarea {
  min-height: 112px;
}

.main-nav a,
.nav-group-toggle,
.proof-card-link,
.card-link,
.company-card-link,
.footer-column a,
.footer-area-grid a,
.local-service-links a {
  min-height: 44px;
}

.proof-card-link,
.card-link,
.company-card-link {
  display: inline-flex;
  align-items: center;
}

.faq-item > summary {
  min-height: 56px;
  padding-right: 56px;
}

.faq-toggle {
  right: 16px;
}

.brand-subtitle,
.footer-column h2,
.footer-service-column h2,
.footer-license-badge strong {
  color: #fff;
}

.section-head p:not(.eyebrow),
.page-hero-copy > p,
.hero-copy,
.production-intro-grid > div > p,
.cta-band p {
  max-width: var(--content-measure);
}

.production-hero {
  overflow: clip;
}

.production-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: var(--space-6);
  align-items: center;
}

.production-intro-grid-reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.production-intro-grid > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(91, 130, 255, 0.24);
  border-radius: 12px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
}

.production-link-section,
.local-priority-section,
.local-systems-section,
.local-process-section,
.local-faq-section,
.production-faq-section,
.production-process-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.production-link-section-alt,
.local-systems-section,
.production-hub-intro {
  background:
    radial-gradient(circle at 86% 12%, rgba(13, 68, 255, 0.2), transparent 28%),
    linear-gradient(180deg, #071326, #050816);
}

.production-link-grid {
  align-items: stretch;
}

.production-link-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-3);
}

.production-link-card p {
  flex: 1;
}

.production-link-card .proof-card-link {
  align-self: flex-start;
  margin-top: auto;
}

.local-service-links {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

.local-service-links a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: var(--space-2);
  align-items: start;
  padding: var(--space-2);
  border: 1px solid rgba(91, 130, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.local-service-links a:hover {
  border-color: rgba(24, 85, 255, 0.72);
  background: rgba(13, 68, 255, 0.12);
  transform: translateY(-2px);
}

.local-service-links strong,
.local-service-links small {
  display: block;
}

.local-service-links small {
  margin-top: var(--space-1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.5;
}

main[data-template="local-city"] .page-hero-copy,
main[data-template="hub"] .page-hero-copy,
main[data-template="solution-service"] .page-hero-copy,
main[data-template="industry"] .page-hero-copy {
  align-self: center;
}

.production-capabilities-section .solution-feature-grid,
.production-use-cases-section .solution-feature-grid,
.production-optional-grid,
.production-technical-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.production-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(91, 130, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.production-conversion-grid h2 {
  max-width: 860px;
}

.production-conversion-grid p,
.production-section-copy p,
.production-technical-recommendations p {
  max-width: 850px;
  margin: 12px 0 0;
}

.production-optional-grid,
.production-technical-grid {
  margin-top: 28px;
}

.production-technical-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.production-technical-recommendations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(91, 130, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.production-license-trust-section .production-section-copy {
  max-width: 940px;
  padding: 28px;
  border: 1px solid rgba(91, 130, 255, 0.24);
  border-radius: 8px;
  background: rgba(8, 25, 52, 0.06);
}

.production-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .production-capabilities-section .solution-feature-grid,
  .production-use-cases-section .solution-feature-grid,
  .production-optional-grid,
  .production-technical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .production-capabilities-section .solution-feature-grid,
  .production-use-cases-section .solution-feature-grid,
  .production-optional-grid,
  .production-technical-grid,
  .production-technical-recommendations {
    grid-template-columns: 1fr;
  }

  .production-conversion-grid {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .production-conversion-grid .btn,
  .production-cta-actions,
  .production-cta-actions .btn {
    width: 100%;
  }
}

main[data-template="local-city"] .proof-card,
main[data-template="hub"] .proof-card {
  height: 100%;
}

@media (max-width: 1024px) {
  .production-intro-grid,
  .production-intro-grid-reverse {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .production-intro-grid-reverse > img {
    order: 2;
  }
}

@media (max-width: 760px) {
  .section {
    padding: var(--space-8) var(--space-2);
  }

  .page-hero-copy,
  .hero-inner > div:first-child {
    min-width: 0;
  }

  .page-hero h1,
  .hero h1 {
    overflow-wrap: anywhere;
  }

  .production-intro-grid {
    gap: var(--space-3);
  }

  .production-link-card,
  .proof-card,
  .process-card {
    padding: var(--space-3);
  }

  .production-link-card .proof-card-link,
  .local-service-links a {
    width: 100%;
  }

  .faq-item > summary {
    padding-right: 48px;
  }

  .faq-toggle {
    right: 12px;
  }
}

:root {
  --brand: #0d44ff;
  /* Shared foreground accent for titles, links, icons and their states. */
  --brand-bright: #1855ff;
  --brand-dark: #0028c8;
  accent-color: var(--brand-bright);
  --navy: #050816;
  --navy-800: #071326;
  --navy-700: #0a1730;
  --ink: #111827;
  --body: #374151;
  --muted: #4b5563;
  --soft-white: #d7dfea;
  --line: #e5e7eb;
  --soft: #f4f5f7;
  --paper: #ffffff;
  --success: #15803d;
  --accent: #b7791f;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 128px;
}

body {
  margin: 0;
  color: var(--body);
  background: var(--navy);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.js-loading .site-footer {
  visibility: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.skip-link {
  position: absolute;
  left: 10px;
  top: -48px;
  z-index: 100;
  background: var(--brand);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  top: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  color: #fff;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: none;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 7px 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.branch-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.45;
}

.branch-label em {
  color: rgba(255, 255, 255, 0.62);
  font-style: normal;
  font-weight: 400;
}

.topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
  transition: color .2s ease;
}

.topbar-phone:hover {
  color: #fff;
}

.topbar-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--brand-bright);
}

.topbar-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  min-height: 88px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  font-weight: 800;
  color: #fff;
}

.brand img {
  width: 168px;
  height: auto;
}

.brand-subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.brand span:not(.brand-subtitle) {
  white-space: nowrap;
}

.main-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  font-size: 12.5px;
  font-weight: 500;
}

.main-nav a,
.nav-group-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.78);
  border-radius: 6px;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.main-nav > .governance-link-disabled:not(.nav-cta),
.main-nav .nav-group-link.governance-link-disabled {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.78);
  border-radius: 6px;
  white-space: nowrap;
}

.main-nav > .nav-cta.governance-link-disabled {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-left: 6px;
  padding: 8px 14px;
  color: #fff;
  border-radius: 6px;
  background: var(--brand);
  font-weight: 600;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active,
.nav-group-trigger:hover,
.nav-group.is-open .nav-group-trigger {
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
}

.main-nav .nav-cta {
  margin-left: 6px;
  color: #fff;
  background: var(--brand);
  font-weight: 600;
  padding-right: 14px;
  padding-left: 14px;
}

.main-nav .nav-cta:hover {
  background: var(--brand-dark);
}

.nav-group {
  position: relative;
}

.nav-group-trigger {
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  transition: color .2s ease, background .2s ease;
}

.main-nav .nav-group-link {
  min-width: 0;
  padding-right: 4px;
  color: inherit;
  background: transparent;
}

.nav-group-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 40px;
  padding: 0 9px 0 4px;
  border: 0;
  border-radius: 0 6px 6px 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.nav-group-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translate(-1px, 1px);
  transition: transform .2s ease;
}

.nav-group.is-open .nav-group-chevron {
  transform: rotate(225deg) translate(-1px, 1px);
}

.nav-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 50;
  display: none;
  width: min(360px, calc(100vw - 40px));
  padding: 12px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(7, 19, 38, 0.98);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
}

.nav-group.is-open .nav-menu,
.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu {
  display: grid;
  gap: 4px;
}

.nav-menu-wide {
  width: min(650px, calc(100vw - 40px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nav-group-right .nav-menu {
  right: 0;
  left: auto;
  transform: none;
}

.nav-menu a {
  display: grid;
  min-height: auto;
  padding: 11px 12px;
}

.nav-menu strong {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.nav-menu span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: transparent;
  padding: 9px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(5, 8, 22, 0.98) 0%, rgba(5, 8, 22, 0.84) 40%, rgba(5, 8, 22, 0.34) 72%, rgba(5, 8, 22, 0.1) 100%),
    var(--hero-image);
  background-size: auto, cover;
  background-position: center, center center;
  background-repeat: no-repeat;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 42%, rgba(255, 255, 255, 0.13), transparent 30%),
    radial-gradient(ellipse at 70% 18%, rgba(111, 158, 255, 0.16), transparent 34%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 26%, rgba(255, 255, 255, 0.05) 58%, transparent 76%);
  filter: none;
  opacity: 0.38;
  mix-blend-mode: normal;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 8, 22, 0.28) 0%, rgba(5, 8, 22, 0.1) 48%, rgba(5, 8, 22, 0) 78%);
}

.hero::before {
  background: linear-gradient(180deg, rgba(5, 8, 22, 0.04), rgba(5, 8, 22, 0.16));
  opacity: 1;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 44px;
  align-items: center;
  max-width: var(--max);
  min-height: 680px;
  margin: 0 auto;
  padding: 78px 20px;
}

.hero-inner > div:first-child {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--brand-bright);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .25em;
  text-transform: uppercase;
  max-width: 100%;
  flex-wrap: wrap;
}

.section .eyebrow,
.not-found .eyebrow {
  color: var(--brand-bright);
}

.hero .eyebrow,
.page-hero .eyebrow,
.section.dark .eyebrow {
  color: var(--brand-bright);
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--brand-bright);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(34px, 4.8vw, 54px);
  line-height: 1.08;
}

.hero-copy {
  max-width: 600px;
  margin: 22px 0 0;
  color: var(--soft-white);
  font-size: 16px;
  line-height: 1.625;
  overflow-wrap: break-word;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 180px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .25s ease;
}

.btn:hover {
  transform: translateY(-2px) scale(1.02);
}

.btn-primary {
  color: #fff;
  background: var(--brand);
}

.btn-primary:hover {
  background: var(--brand-dark);
  box-shadow: 0 14px 36px rgba(13, 68, 255, 0.42);
}

.btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.btn-secondary:hover {
  border-color: rgba(24, 85, 255, 0.72);
  background: rgba(13, 68, 255, 0.22);
  box-shadow: 0 14px 36px rgba(13, 68, 255, 0.24);
}

.btn-light {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
  max-width: 1000px;
}

.trust-item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  gap: 6px;
  min-height: 126px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.trust-icon,
.service-icon,
.proof-icon,
.license-icon,
.process-icon,
.coverage-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-bright);
}

.trust-icon svg,
.service-icon svg,
.proof-icon svg,
.license-icon svg,
.process-icon svg,
.coverage-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.trust-icon {
  width: 36px;
  height: 36px;
}

.trust-item strong {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.trust-item > span:not(.trust-icon) {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10.5px;
  line-height: 1.35;
}

.lead-panel {
  border: 1px solid rgba(120, 170, 255, 0.18);
  border-radius: 12px;
  background: rgba(10, 23, 48, 0.78);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.46),
    0 0 28px rgba(80, 140, 255, 0.16),
    inset 0 1px 0 rgba(150, 190, 255, 0.45),
    inset 0 0 0 1px rgba(120, 170, 255, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.lead-panel header {
  padding: 20px 20px 0;
}

.lead-panel h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.lead-panel p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12.5px;
  line-height: 1.5;
}

.lead-panel p span {
  color: var(--brand-bright);
  font-weight: 800;
}

.lead-form {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 18px 20px 22px;
}

.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field {
  position: relative;
  display: block;
}

.gate-entry-needs {
  min-width: 0;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.gate-entry-needs legend {
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13.5px;
  font-weight: 700;
}

.gate-entry-needs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 10px;
}

.gate-entry-needs-grid label {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 44px;
  padding-inline-start: 44px;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  line-height: 1.35;
}

.lead-form .gate-entry-needs-grid input[type="checkbox"] {
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  transform: translateY(-50%);
  opacity: 0.001;
  cursor: pointer;
}

.gate-entry-needs-grid label > span::before {
  content: "";
  position: absolute;
  inset-inline-start: 13px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-50%);
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.gate-entry-needs-grid input[type="checkbox"]:checked + span::before {
  border-color: var(--brand-bright);
  background: var(--brand);
  box-shadow: inset 0 0 0 4px #071121;
}

.gate-entry-needs-grid input[type="checkbox"]:focus-visible + span::before {
  outline: 3px solid var(--brand-bright);
  outline-offset: 3px;
}

.sr-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.58);
  pointer-events: none;
}

.field-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.04);
  padding: 10px 12px;
  font-size: 13.5px;
  line-height: 1.5;
  outline: none;
}

.icon-field input {
  padding-left: 40px;
}

.field select {
  appearance: none;
  color: rgba(255, 255, 255, 0.82);
  padding-right: 38px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.62)' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.field select option {
  color: #fff;
  background: #0a1628;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(24, 85, 255, 0.8);
  box-shadow: 0 0 0 2px rgba(13, 68, 255, 0.24);
}

.field textarea {
  min-height: 86px;
  resize: vertical;
}

.form-note {
  margin: 0;
  color: #9ff3b4;
  font-size: 13px;
  font-weight: 800;
}

.form-note.is-error {
  color: #ffb3b3;
}

.form-note.is-success {
  color: #9ff3b4;
}

.lead-submit {
  width: 100%;
  min-height: 42px;
}

.lead-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.section {
  padding: 82px 20px;
  background: var(--paper);
}

.section.alt {
  background: var(--soft);
}

.section.dark {
  color: #fff;
  background:
    radial-gradient(circle at 14% 8%, rgba(13, 68, 255, 0.18), transparent 30%),
    linear-gradient(180deg, var(--navy), var(--navy-800));
}

.section.dark h2,
.section.dark h3 {
  color: #fff;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
}

.section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head h2 {
  font-size: 38px;
  line-height: 1.15;
}

.section-head p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.section.dark .section-head p:not(.eyebrow),
.section.dark p {
  color: rgba(255, 255, 255, 0.82);
}

.home-services,
.branch-section,
.use-cases,
.reviews-section,
.stats-section,
.commercial-depth,
.home-faq-section,
.trusted-technologies {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-v2-hero,
.home-v2-hero .hero-inner {
  min-height: 760px;
}

.home-v2-hero .hero-inner {
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 52px;
  max-width: 1420px;
  padding-top: 68px;
  padding-bottom: 68px;
}

.home-v2-hero .hero-copy {
  max-width: 720px;
}

.home-v2-hero .trust-strip {
  max-width: 1060px;
}

.home-v2-hero .hero-copy + .hero-copy {
  margin-top: 12px;
}

.home-v2-service-overview .section-head,
.home-v2-solutions .section-head {
  max-width: 960px;
}

.home-v2-service-overview > .wrap,
.home-v2-solutions > .wrap,
.home-coverage-section > .wrap,
.home-process-section > .wrap,
.use-cases > .wrap,
.home-faq-section > .wrap,
.trusted-technologies > .wrap,
.home-closing-cta-section > .wrap {
  max-width: 1420px;
}

.home-commercial-stack {
  display: grid;
  gap: 74px;
}

.home-camera-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(540px, 0.98fr);
  gap: 68px;
  align-items: start;
}

.home-v2-service-overview .section-head {
  max-width: none;
  margin-bottom: 0;
}

.home-camera-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(120, 170, 255, 0.26);
  border-radius: 8px;
  background: rgba(9, 25, 51, 0.78);
  overflow: hidden;
}

.home-camera-service-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: start;
  min-height: 160px;
  padding: 22px;
  border-bottom: 1px solid rgba(120, 170, 255, 0.2);
  color: #fff;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}

.home-camera-service-row:nth-child(odd) {
  border-right: 1px solid rgba(120, 170, 255, 0.2);
}

.home-camera-service-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.home-camera-service-row:hover,
.home-camera-service-row:focus-visible {
  background: rgba(24, 85, 255, 0.1);
}

.home-camera-service-row .service-icon {
  width: 30px;
  height: 30px;
}

.home-camera-service-copy {
  display: grid;
  gap: 5px;
}

.home-camera-service-copy strong {
  font-size: 16px;
  line-height: 1.25;
}

.home-camera-service-copy em {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.home-camera-service-copy small {
  color: var(--brand-bright);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.home-solution-grid {
  margin-top: 34px;
}

.home-solution-card {
  display: flex;
  flex-direction: column;
}

.home-solution-card .proof-card-link {
  margin-top: auto;
}

.home-copy-section {
  max-width: 900px;
}

.home-camera-service-arrow {
  color: var(--brand-bright);
  font-size: 24px;
  line-height: 1;
  text-align: right;
}

.home-branch-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  gap: 66px;
  align-items: stretch;
  padding-top: 70px;
  border-top: 1px solid rgba(120, 170, 255, 0.18);
}

.home-branch-copy h2,
.home-coverage-copy h2 {
  color: #fff;
  font-size: clamp(34px, 3.3vw, 48px);
  line-height: 1.1;
}

.home-branch-copy > p:not(.eyebrow),
.home-coverage-copy > p {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  line-height: 1.68;
}

.home-branch-media {
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(120, 170, 255, .28);
  border-radius: 8px;
  background: var(--navy-800);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .3);
}

.home-branch-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 38% center;
}

.home-branch-points {
  max-width: 760px;
}

.home-system-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(430px, .85fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 34px;
}

.home-primary-system-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  min-height: 400px;
  overflow: hidden;
  border: 1px solid rgba(120, 170, 255, .28);
  border-radius: 8px;
  background: rgba(9, 25, 51, .76);
}

.home-primary-system-media {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.home-primary-system-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, rgba(9, 25, 51, .82));
  pointer-events: none;
}

.home-primary-system-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 28% 55%;
}

.home-primary-system-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 38px;
}

.home-primary-system-copy .service-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
}

.home-primary-system-copy .eyebrow {
  margin-bottom: 14px;
}

.home-primary-system-copy .eyebrow::before {
  display: none;
}

.home-primary-system-copy h3 {
  color: #fff;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.12;
}

.home-support-panel > h3 {
  max-width: 420px;
  color: #fff;
  font-size: 27px;
  line-height: 1.14;
}

.home-primary-system-copy > p:not(.eyebrow) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .8);
  line-height: 1.62;
}

.home-primary-system-copy .btn {
  margin-top: 24px;
}

.home-support-panel {
  padding: 24px 28px;
  border: 1px solid rgba(120, 170, 255, .28);
  border-radius: 8px;
  background: rgba(9, 25, 51, .76);
}

.home-support-panel > .eyebrow {
  margin-bottom: 12px;
}

.home-support-panel > .eyebrow::before {
  display: none;
}

.home-support-service-list {
  display: grid;
  margin-top: 12px;
}

.home-support-service {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid rgba(120, 170, 255, .26);
}

.home-support-service .service-icon {
  width: 28px;
  height: 28px;
  margin: 0;
}

.home-support-service strong,
.home-support-service em,
.home-support-service small {
  display: block;
}

.home-support-service strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.home-support-service em {
  margin-top: 3px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-style: normal;
  line-height: 1.38;
}

.home-support-service small {
  margin-top: 5px;
  color: var(--brand-bright);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.home-v2-solutions .internal-link-groups {
  margin-top: 24px;
}

.home-coverage-section {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.home-coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 72px;
  align-items: center;
}

.home-coverage-copy .coverage-subtitle {
  margin-top: 25px;
  color: #fff;
  font-size: 15px;
}

.home-coverage-list {
  align-self: stretch;
  justify-content: center;
  padding: 12px 28px;
  background: rgba(9, 25, 51, .76);
}

.home-coverage-list li {
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 90px;
  padding: 18px 0;
  font-size: 15px;
}

.home-coverage-list .coverage-icon {
  width: 42px;
  height: 42px;
}

.home-process-section {
  padding-top: 58px;
  border-top: 1px solid rgba(120, 170, 255, .18);
}

.home-process-section .section-head {
  max-width: 980px;
}

.home-faq-section .faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-faq-section .faq-card {
  background: rgba(10, 23, 48, .76);
}

.trusted-technologies .section-head {
  max-width: 900px;
}

.home-closing-cta-section {
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.home-closing-cta {
  border: 1px solid rgba(120, 170, 255, .24);
  background: rgba(7, 19, 38, .92);
}

.home-closing-cta p {
  max-width: 820px;
}

.home-industry-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-article-copy {
  max-width: 900px;
}

.client-article-copy h2 {
  margin: 46px 0 14px;
}

.client-article-copy h2:first-child {
  margin-top: 0;
}

.client-article-copy p {
  max-width: 820px;
}

.client-topic-grid .proof-card h2 {
  font-size: 22px;
}

.legal-pending-hero .page-hero-copy {
  max-width: 820px;
}

.legal-structure {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  margin: 28px 0 0;
  padding-left: 24px;
}

.legal-structure li {
  padding: 8px 0;
}

@media (max-width: 720px) {
  .legal-structure {
    grid-template-columns: 1fr;
  }
}

.review-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(120, 170, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(10, 23, 48, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.24);
}

.review-panel-copy {
  min-width: 0;
}

.review-panel h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(26px, 3.6vw, 38px);
  line-height: 1.15;
}

.review-panel p:not(.eyebrow) {
  max-width: 790px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.google-review-summary {
  display: grid;
  gap: 12px;
  justify-items: start;
  align-self: stretch;
  align-content: center;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 8, 22, 0.44);
}

.google-review-badge {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #1a73e8;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.google-review-source {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.google-review-summary strong {
  color: #fff;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.04;
}

.google-review-summary span:not(.review-stars):not(.google-review-source) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.google-review-summary .btn {
  width: 100%;
  justify-content: center;
}

.review-stars {
  color: #fbbc04;
  font-size: 18px;
  letter-spacing: 1px;
}

.google-review-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.google-review-cards[hidden] {
  display: none;
}

.google-review-card {
  min-height: 212px;
  padding: 18px;
  border: 1px solid rgba(120, 170, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 19, 38, 0.72);
}

.google-review-card-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.review-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(47, 107, 255, 0.22);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.google-review-card h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.google-review-card-head p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
}

.google-review-card > p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.google-review-card.is-placeholder {
  min-height: auto;
}

.google-review-card.is-placeholder a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--brand-bright);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stat-card {
  min-height: 136px;
  padding: 22px;
  border: 1px solid rgba(120, 170, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(10, 23, 48, 0.72);
}

.stat-card-with-media {
  display: flex;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
  padding: 0;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.stat-card-with-media:hover {
  border-color: rgba(24, 85, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 50px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(13, 68, 255, 0.2);
  transform: translateY(-2px);
}

.stat-card-media {
  min-height: 126px;
}

.stat-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.stat-card-body .proof-icon {
  color: var(--brand-bright);
  margin-bottom: 12px;
}

.stat-card h3,
.stat-card span {
  display: block;
}

.stat-card h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.stat-card span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.55;
}

.section.dark .proof-card,
.section.dark .faq-item {
  border-color: rgba(120, 170, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(10, 23, 48, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.22);
}

.section.dark .proof-card h3,
.section.dark .faq-item h3 {
  color: #fff;
}

.section.dark .proof-card p,
.section.dark .faq-item p {
  color: rgba(255, 255, 255, 0.78);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
  gap: 18px;
  align-items: stretch;
}

.service-feature,
.support-services {
  border: 1px solid rgba(120, 170, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(10, 23, 48, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.24);
}

.service-feature {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
}

.service-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.service-feature-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 32px;
}

.service-feature h3,
.support-services h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

.service-feature p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.625;
}

.service-feature-body > p:not(.mini-kicker) {
  margin: 14px 0 0;
}

.service-feature .btn {
  margin-top: 26px;
}

.section.dark p.mini-kicker,
.service-feature p.mini-kicker,
.service-feature .mini-kicker,
.mini-kicker {
  margin: 0 0 10px;
  color: var(--brand-bright);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.support-services {
  padding: 28px;
}

.support-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.support-service {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s ease, transform .2s ease;
}

.support-service:first-child {
  border-top: 0;
}

.support-service:hover {
  border-color: rgba(24, 85, 255, 0.48);
  transform: translateX(2px);
}

.support-service .service-icon {
  margin-bottom: 0;
}

.support-service strong,
.support-service em {
  display: block;
}

.support-service strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.support-service em {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12.5px;
  line-height: 1.5;
  font-style: normal;
}

.internal-link-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.internal-link-group {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(120, 170, 255, 0.2);
  border-radius: 8px;
  background: rgba(10, 23, 48, 0.58);
}

.internal-link-heading {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.internal-link-heading .service-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}

.internal-link-group h3 {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.internal-link-group ul {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.internal-link-group li {
  border-bottom: 1px solid rgba(120, 170, 255, 0.22);
}

.internal-link-group li:last-child {
  border-bottom: 0;
}

.internal-link-group a {
  display: flex;
  width: 100%;
  min-height: 35px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease;
}

.internal-link-group a::after {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-top: 1.5px solid var(--brand-bright);
  border-right: 1.5px solid var(--brand-bright);
  transform: rotate(45deg);
}

.internal-link-group a:hover {
  color: #fff;
}

.service-card,
.proof-card,
.faq-item,
.blog-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.blog-card {
  display: flex;
  flex-direction: column;
}

.service-card {
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.service-card img,
.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.section.dark .service-card {
  border-color: rgba(120, 170, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(10, 23, 48, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.24);
}

.section.dark .service-card:hover {
  border-color: rgba(24, 85, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 50px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(13, 68, 255, 0.2);
}

.service-card .body,
.blog-card .body,
.proof-card,
.faq-item {
  padding: 22px;
}

.blog-card .body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.blog-card .body .btn,
.blog-card .body .card-link {
  margin-top: auto;
}

.service-card .body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}


.proof-card-with-media {
  display: flex;
  flex-direction: column;
  padding: 0;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.proof-card-media {
  position: relative;
  aspect-ratio: 2.35 / 1;
  min-height: 136px;
  overflow: hidden;
  background: #050816;
  border-bottom: 1px solid rgba(120, 170, 255, 0.18);
}

.proof-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 8, 22, 0.02), rgba(5, 8, 22, 0.24)),
    radial-gradient(circle at 88% 12%, rgba(24, 85, 255, 0.24), transparent 34%);
}

.proof-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .35s ease;
}

.proof-card-with-media:hover {
  border-color: rgba(24, 85, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 50px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(13, 68, 255, 0.2);
  transform: translateY(-2px);
}

.proof-card-with-media:hover .proof-card-media img {
  transform: scale(1.045);
}

.proof-card-body {
  display: grid;
  flex: 1;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 18px;
  row-gap: 14px;
  align-content: start;
  padding: 20px 22px 18px;
}

.proof-card-heading {
  display: contents;
}

.proof-card-heading .proof-icon {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: 34px;
  height: 34px;
  margin: 0;
  color: var(--brand-bright);
}

.proof-card-heading h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
}

.proof-card-with-media .proof-card-body > p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
}

.proof-card-with-media .proof-card-link {
  grid-column: 1 / -1;
  grid-row: 3;
  align-self: end;
  margin-left: 0;
  margin-top: 2px;
  padding-top: 0;
}

.service-card h3,
.proof-card h3,
.blog-card h3 {
  font-size: 16px;
  line-height: 1.3;
}

.section.dark .service-card h3 {
  color: #fff;
}

.service-card p,
.proof-card p,
.blog-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.section.dark .service-card p {
  color: rgba(255, 255, 255, 0.78);
}

.service-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  color: var(--brand-bright);
}

.proof-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
}

.proof-card-body .proof-icon {
  margin-bottom: 12px;
}

.proof-card-body .proof-card-heading .proof-icon {
  margin-bottom: 0;
}

.proof-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--brand-bright);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  word-break: break-word;
}

.proof-card-link::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.proof-card-link:hover {
  color: #fff;
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 172px;
  margin-top: 18px;
  padding: 11px 16px;
  color: #fff;
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  transition: transform .2s ease, background .2s ease, box-shadow .25s ease;
}

.card-link:hover {
  color: #fff;
  background: var(--brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(13, 68, 255, 0.34);
}

.service-card p {
  margin-bottom: 20px;
}

.service-card .card-link {
  margin-top: auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  gap: 44px;
  align-items: center;
}

.split img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.service-aside {
  display: grid;
  gap: 18px;
}

.service-aside .section-media {
  min-height: 260px;
  height: 260px;
  border: 1px solid rgba(120, 170, 255, 0.2);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.branch-section .split img {
  border: 1px solid rgba(120, 170, 255, 0.22);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3);
}

.license-panel {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 560px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(120, 170, 255, 0.22);
  border-radius: 8px;
  background: rgba(10, 23, 48, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.license-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.license-panel strong,
.license-panel div span {
  display: block;
}

.license-panel strong {
  color: #fff;
  line-height: 1.2;
}

.license-panel div span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.list li {
  position: relative;
  padding-left: 28px;
  color: var(--body);
}

.section.dark .list li {
  color: rgba(255, 255, 255, 0.78);
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
}

.local-fit-list {
  margin-top: 0;
  align-self: center;
}

.coverage-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 10px 20px;
  list-style: none;
  border: 1px solid rgba(120, 170, 255, 0.3);
  border-radius: 8px;
  background: rgba(10, 23, 48, 0.62);
}

.coverage-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 74px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(120, 170, 255, 0.34);
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.coverage-list li:last-child {
  border-bottom: 0;
}

.coverage-icon {
  width: 38px;
  height: 38px;
  margin: 0;
}

.area-pills,
.technology-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.area-pills > span,
.technology-grid > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 9px 12px;
  color: #fff;
  border: 1px solid rgba(120, 170, 255, 0.26);
  border-radius: 6px;
  background: rgba(10, 23, 48, 0.72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.area-pill-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--brand-bright);
}

.area-pill-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.commercial-depth .split {
  align-items: start;
}

.commercial-depth .list {
  padding: 26px;
  border: 1px solid rgba(120, 170, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(10, 23, 48, 0.72);
}

.technology-grid {
  justify-content: center;
}

.technology-grid span {
  min-width: 126px;
  justify-content: center;
  font-size: 14px;
}

.faq-list-two {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-faq-logo {
  width: 190px;
  height: auto;
  margin: 0 auto 24px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  align-items: start;
}

.faq-card {
  height: auto;
  min-height: 0;
}

.faq-card summary {
  align-items: center;
  min-height: 78px;
  padding: 18px 22px;
}

.faq-card summary h3 {
  font-size: 15px;
  line-height: 1.35;
}

.faq-card .faq-toggle {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}

.faq-card .faq-answer {
  padding: 0 22px 20px;
}

.faq-card .faq-answer p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.legal-content {
  display: grid;
  gap: 28px;
  max-width: 880px;
}

.legal-content article {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 30px);
}

.legal-content p {
  margin: 0;
}

.legal-content article p + p {
  margin-top: 12px;
}

.legal-approved-hero .page-hero-copy {
  max-width: 860px;
}

.legal-updated {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.legal-approved-section .legal-content {
  margin-inline: auto;
}

.process-section .wrap {
  max-width: 1488px;
}

.process-section .section-head {
  max-width: 1180px;
}

.process-section .process {
  gap: 28px;
}

.process .proof-card {
  position: relative;
  min-height: 245px;
  padding: 28px;
}

.process .proof-card::before {
  content: none;
}

.process-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  column-gap: 20px;
  row-gap: 18px;
}

.process-number {
  display: block;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  color: var(--brand-bright);
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 650;
  line-height: 1;
}

.process-icon {
  width: 64px;
  height: 64px;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
}

.process-icon svg {
  stroke-width: 1.15;
}

.process-card h3 {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(120, 170, 255, 0.34);
}

.process-card p {
  grid-column: 1 / -1;
  grid-row: 3;
  margin: 0;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: #071326;
}

.cta-band h2 {
  color: #fff;
  font-size: 32px;
}

.cta-band p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(5, 8, 22, 0.98), rgba(5, 8, 22, 0.82) 48%, rgba(5, 8, 22, 0.42)),
    radial-gradient(circle at 78% 18%, rgba(14, 94, 255, 0.24), transparent 30%),
    var(--hero-image);
  background-size: auto, auto, cover;
  background-position: center, 78% 18%, center;
  background-repeat: no-repeat;
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
  padding: 104px 20px 88px;
}

.solution-hero.client-handoff-hero[data-responsive-hero="true"] {
  isolation: isolate;
  background: #020815;
}

.client-handoff-hero[data-responsive-hero="true"] .handoff-hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.client-handoff-hero[data-responsive-hero="true"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 8, 21, 0.99) 0%, rgba(2, 8, 21, 0.9) 44%, rgba(2, 8, 21, 0.52) 72%, rgba(2, 8, 21, 0.38) 100%);
}

.client-handoff-hero[data-responsive-hero="true"]::before {
  z-index: 2;
}

.client-handoff-hero[data-responsive-hero="true"] > .wrap {
  z-index: 3;
}


.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  gap: 44px;
  align-items: center;
}

.page-hero-copy {
  min-width: 0;
}

.page-hero .lead-panel {
  justify-self: end;
  width: 100%;
  max-width: 480px;
}

.page-hero .lead-panel p {
  max-width: none;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.page-hero .lead-panel p span {
  color: var(--brand-bright);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.not-found .breadcrumbs {
  color: var(--muted);
}

.not-found .breadcrumbs a {
  color: #fff;
}

.page-hero h1 {
  max-width: 860px;
  color: #fff;
  font-size: 54px;
}

.page-hero p {
  max-width: 640px;
  margin: 20px 0 0;
  color: var(--soft-white);
  font-size: 16px;
  line-height: 1.625;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 0;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.faq-item[open] {
  border-color: rgba(24, 85, 255, 0.45);
}

.faq-item summary {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 22px;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:focus-visible {
  outline: 2px solid var(--brand-bright);
  outline-offset: -4px;
}

.faq-item summary h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.faq-toggle {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(24, 85, 255, 0.5);
  border-radius: 50%;
  background: rgba(24, 85, 255, 0.08);
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand);
  transform: translate(-50%, -50%);
  transition: transform .2s ease, opacity .2s ease;
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  padding: 0 22px 22px;
}

.faq-answer p {
  margin: 0;
}

.site-footer {
  color: #fff;
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.05fr 1.05fr .82fr 1.35fr;
  gap: 32px;
  max-width: 1420px;
  margin: 0 auto;
  padding: 58px 20px 36px;
}

.footer-grid > * {
  position: relative;
}

@media (min-width: 1181px) {
  .footer-grid > * + *::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: -16px;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
  }
}

.footer-logo {
  display: block;
  width: 190px;
  height: auto;
  aspect-ratio: 900 / 271;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 18px;
}

.footer-brand-column > p,
.footer-service-column > p {
  margin: 0 0 18px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-address {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-style: normal;
  line-height: 1.625;
}

.footer-contact-list {
  display: grid;
  justify-items: start;
  gap: 7px;
}

.site-footer .footer-contact-row {
  display: flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  margin: 4px 0;
}

.footer-contact-icon {
  display: inline-flex;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--brand-bright);
}

.footer-contact-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-contact-copy {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  min-width: 0;
  white-space: nowrap;
}

.footer-address-row {
  align-items: flex-start !important;
}

.footer-address-copy {
  display: block;
  white-space: normal;
}

.footer-email-row,
.footer-email-row .footer-contact-copy,
.footer-email-row .footer-contact-copy span {
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}

.footer-license {
  margin: 10px 0 0;
}

.site-footer h2 {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 10px;
  color: var(--brand-bright);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.site-footer h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--brand-bright);
}

.site-footer p,
.site-footer a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.625;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  margin: 8px 0;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .footer-column > a {
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.45;
}

.site-footer .footer-column > a::after {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-top: 1px solid rgba(255, 255, 255, .58);
  border-right: 1px solid rgba(255, 255, 255, .58);
  transform: rotate(45deg);
}

.footer-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 14px;
}

.site-footer .footer-area-grid a {
  gap: 6px;
  margin: 0;
  padding: 4px 0;
  color: rgba(255, 255, 255, .82);
  font-size: 11.5px;
}

.footer-area-grid a > span {
  display: inline-flex;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: var(--brand-bright);
}

.footer-license-badge {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-license-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  color: var(--brand-bright);
}

.footer-license-badge strong,
.footer-license-badge span {
  display: block;
}

.footer-license-badge strong {
  color: var(--brand-bright);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-license-badge div > span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
  line-height: 1.4;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  max-width: 1420px;
  margin: 0 auto;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-photo-credits {
  max-width: 1420px;
  margin: 0 auto;
  padding: 14px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.55;
}

.footer-photo-credits summary {
  display: flex;
  align-items: center;
  min-height: 44px;
  width: max-content;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
  letter-spacing: 0.04em;
}

.footer-photo-credits ul {
  display: grid;
  gap: 5px;
  margin: 10px 0 0;
  padding-left: 18px;
}

.site-footer .footer-photo-credits a {
  display: inline;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-bottom a {
  display: inline;
  margin: 0;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.solution-hero {
  min-height: 790px;
  background-image:
    linear-gradient(90deg, rgba(2, 8, 21, 0.99) 0%, rgba(2, 8, 21, 0.9) 44%, rgba(2, 8, 21, 0.52) 72%, rgba(2, 8, 21, 0.38) 100%),
    var(--hero-image);
  background-position: center, center;
  background-size: cover, cover;
}

.solution-hero .wrap,
.solution-section .wrap {
  max-width: 1560px;
}

.solution-hero .wrap {
  padding: 48px 20px 34px;
}

.solution-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 480px);
  gap: 40px;
  align-items: center;
}

.solution-hero-copy {
  min-width: 0;
}

.solution-hero-copy h1,
.solution-hero-copy > p,
.solution-hero-copy .hero-actions {
  max-width: 700px;
}

.solution-hero-copy h1 {
  font-size: 64px;
  line-height: 1.16;
}

.solution-hero-copy > p {
  margin-top: 16px;
}

.solution-hero-copy .eyebrow {
  margin-top: 24px;
}

.solution-call {
  gap: 10px;
}

.button-icon,
.solution-feature-icon,
.solution-trust-icon,
.area-icon,
.contact-nap-icon,
.contact-hero-links a > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-bright);
}

.button-icon {
  width: 20px;
  height: 20px;
}

.button-icon svg,
.solution-feature-icon svg,
.solution-trust-icon svg,
.area-icon svg,
.contact-nap-icon svg,
.contact-hero-links svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}

.solution-trust-card {
  display: grid;
  grid-template-rows: 32px auto 1fr;
  gap: 8px;
  min-height: 142px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  background: rgba(3, 12, 28, 0.58);
}

.solution-trust-icon {
  width: 32px;
  height: 32px;
}

.solution-trust-card strong,
.solution-trust-card h3 {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.solution-trust-card > span:last-child,
.solution-trust-card > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11.5px;
  line-height: 1.45;
}

.semantic-trust-grid > h2 {
  grid-column: 1 / -1;
  max-width: 900px;
  margin: 0 auto 8px;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.18;
  text-align: center;
}

.solution-hero .lead-panel {
  width: 100%;
  max-width: 480px;
  justify-self: end;
  border-color: rgba(31, 155, 255, 0.72);
  background: rgba(6, 21, 40, 0.9);
}

.solution-hero .lead-panel h2 {
  font-size: 22px;
}

.solution-hero .field input,
.solution-hero .field select {
  min-height: 52px;
}

.solution-hero .field textarea {
  min-height: 138px;
}

.solution-hero .lead-submit {
  min-height: 58px;
  font-size: 16px;
}

.solution-section {
  padding: 54px 20px;
}

.solution-section h2 {
  max-width: 760px;
  font-size: 42px;
  line-height: 1.15;
}

.solution-section p {
  font-size: 15.5px;
  line-height: 1.62;
}

.solution-overview-grid,
.solution-fit-grid,
.solution-coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 66px;
  align-items: center;
}

.solution-overview-grid p,
.solution-coverage-grid p,
.solution-fit-grid p {
  max-width: 690px;
}

.solution-overview-image,
.solution-coverage-grid > img {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.solution-bullet-list,
.solution-fit-list,
.solution-area-grid {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.solution-bullet-list {
  display: grid;
  gap: 8px;
}

.solution-bullet-list li,
.solution-fit-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.5;
}

.solution-bullet-list li::before,
.solution-fit-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--brand-bright);
}

.solution-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.solution-feature-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  min-height: 170px;
  padding: 24px;
  border: 1px solid #cfd9ea;
  border-radius: 8px;
  background: #fff;
  align-content: start;
}

.solution-feature-icon {
  width: 48px;
  height: 48px;
}

.solution-feature-card h3,
.solution-related-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.3;
}

.solution-feature-card > div {
  min-width: 0;
}

.solution-feature-card p,
.solution-related-card p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 13.5px;
  line-height: 1.55;
}

.solution-fit-section {
  padding-bottom: 38px;
  background: linear-gradient(180deg, #fff 0%, #fff 47%, #f6f8fc 47%, #f6f8fc 100%);
}

.solution-fit-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.solution-fit-list {
  display: grid;
  gap: 22px;
}

.solution-fit-list li {
  padding-left: 32px;
  font-size: 15px;
}

.solution-related-block {
  margin-top: 46px;
  padding-top: 24px;
}

.solution-related-head h2 {
  max-width: 620px;
  font-size: 22px;
}

.solution-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.solution-related-card {
  display: grid;
  grid-template-columns: minmax(150px, 42%) minmax(0, 1fr);
  min-height: 238px;
  padding: 10px;
  border: 1px solid #cfd9ea;
  border-radius: 8px;
  background: #fff;
}

.solution-related-card > img {
  width: 100%;
  height: 100%;
  min-height: 216px;
  border-radius: 6px;
  object-fit: cover;
}

.solution-related-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  padding: 12px 12px 4px 20px;
}

.solution-related-body .btn {
  align-self: flex-start;
  margin-top: auto;
}

.solution-related-heading {
  display: flex;
  gap: 12px;
  align-items: center;
}

.solution-related-heading .solution-feature-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

.solution-related-body .btn {
  width: 100%;
  min-width: 0;
  margin-top: auto;
  padding: 10px 12px;
  font-size: 12px;
}

.solution-coverage-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
  align-items: start;
}

.solution-coverage-grid > img {
  height: 430px;
}

.coverage-subtitle {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 18px;
}

.solution-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 26px;
  margin-top: 12px;
}

.solution-area-grid li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 10px 20px;
  color: var(--ink);
  border: 1px solid #cfd9ea;
  border-radius: 7px;
  background: #fff;
  font-size: 14px;
}

.area-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.solution-coverage-section .section-actions {
  margin-top: 14px;
}

.solution-faq-section {
  padding: 64px 20px;
  background: #031026;
}

.solution-faq-followup {
  border-top: 1px solid rgba(120, 170, 255, 0.1);
}

.approved-faq-continuation {
  margin-top: 42px;
}

.approved-faq-continuation h2 {
  max-width: 860px;
}

.solution-faq-wrap {
  max-width: 1280px;
}

.solution-faq-section .section-head {
  max-width: 980px;
  margin-bottom: 18px;
}

.solution-faq-section .section-head h2 {
  font-size: 42px;
  line-height: 1.15;
}

.solution-faq-list {
  gap: 8px;
}

.section.dark .solution-faq-list .faq-item {
  border-color: rgba(50, 135, 220, 0.55);
  border-radius: 6px;
  background: rgba(4, 24, 49, 0.62);
  box-shadow: none;
}

.solution-faq-list .faq-item summary {
  min-height: 0;
  padding: 16px 26px 5px;
  cursor: pointer;
}

.solution-faq-list .faq-item summary h3 {
  font-size: 20px;
}

.solution-faq-list .faq-answer {
  padding: 0 68px 16px 26px;
}

.solution-faq-list .faq-answer p {
  font-size: 14.5px;
  line-height: 1.5;
}

.contact-page-hero .contact-hero-links {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-hero-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  color: #fff;
}

.contact-hero-links a > span {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 70px;
  align-items: start;
}

.contact-intro h2 {
  max-width: 700px;
  font-size: 42px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn-outline {
  color: var(--brand-bright);
  border-color: var(--brand);
  background: #fff;
}

.btn-outline:hover {
  color: #fff;
  background: var(--brand);
}

.contact-nap {
  display: grid;
  margin: 0;
  border: 1px solid #cfd9ea;
  border-radius: 8px;
  background: #fff;
  font-style: normal;
  overflow: hidden;
}

.contact-nap-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.contact-nap-row:last-child {
  border-bottom: 0;
}

a.contact-nap-row:hover {
  background: #f6f8fc;
}

.contact-nap-icon {
  width: 30px;
  height: 30px;
}

.contact-nap-row strong,
.contact-nap-row > span:last-child > span {
  display: block;
}

.contact-nap-row strong {
  color: var(--ink);
  font-size: 13px;
}

.contact-nap-row > span:last-child > span {
  margin-top: 3px;
  color: var(--body);
  font-size: 14px;
  line-height: 1.55;
}

.contact-nap-email > span:last-child > span {
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}

.not-found {
  min-height: 54vh;
  padding: 90px 20px;
  color: #d8e2f0;
  background: #050816;
}

.not-found h1,
.not-found .eyebrow {
  color: #fff;
}

.not-found .wrap > p:not(.eyebrow) {
  color: #b9c8dc;
}

.not-found .breadcrumbs {
  color: #b9c8dc;
}

.not-found .breadcrumbs a {
  color: #fff;
}

@media (max-width: 1200px) {
  .main-nav {
    font-size: 11.5px;
  }

  .main-nav a,
  .main-nav .nav-group-link {
    padding-right: 3px;
    padding-left: 7px;
  }

  .nav-group-toggle {
    padding-right: 7px;
    padding-left: 3px;
  }

  .main-nav .nav-cta {
    padding-right: 11px;
    padding-left: 11px;
  }

  .solution-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solution-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-related-card {
    grid-template-columns: 1fr;
  }

  .solution-related-card > img {
    height: 170px;
    min-height: 170px;
  }

  .solution-related-body {
    padding: 16px 10px 6px;
  }

  .home-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-inner,
  .page-hero-grid,
  .solution-hero-grid,
  .solution-overview-grid,
  .solution-fit-grid,
  .solution-coverage-grid,
  .contact-layout,
  .split,
  .service-overview,
  .service-feature,
  .home-camera-service-layout,
  .footer-grid,
  .review-panel,
  .stats-grid,
  .faq-list-two,
  .faq-grid,
  .internal-link-groups,
  .grid.cols-3,
  .grid.cols-4 {
    grid-template-columns: 1fr;
  }

  .home-v2-hero,
  .home-v2-hero .hero-inner {
    min-height: auto;
  }

  .home-v2-hero .hero-inner,
  .home-branch-showcase,
  .home-system-showcase,
  .home-coverage-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-hero .hero-inner {
    gap: 36px;
  }

  .home-branch-showcase,
  .home-coverage-grid {
    gap: 38px;
  }

  .home-branch-media {
    min-height: 390px;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(34px, 4.8vw, 54px);
  }

  .lead-panel {
    max-width: 520px;
  }

  .service-aside {
    max-width: 520px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-hero {
    min-height: auto;
  }

  .solution-hero .lead-panel {
    justify-self: start;
    max-width: 560px;
  }

  .solution-overview-image,
  .solution-coverage-grid > img {
    height: 390px;
  }

  .solution-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-camera-service-layout {
    gap: 28px;
  }
}

@media (max-width: 760px) {
  .topbar {
    display: flex;
    padding: 7px 20px;
    font-size: 11px;
  }

  .topbar a,
  .branch-label em {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 12px 20px 20px;
    background: var(--navy);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0 0 8px 8px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .main-nav.open {
    display: flex;
  }

  .brand img {
    width: 136px;
  }

  .footer-logo {
    width: 152px;
  }

  .service-aside .section-media {
    min-height: 220px;
    height: 220px;
  }

  .brand span {
    font-size: 14px;
  }

  .hero-inner {
    padding: 54px 20px;
  }

  .home-v2-hero .hero-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero {
    background-image:
      linear-gradient(90deg, rgba(5, 8, 22, 0.98), rgba(5, 8, 22, 0.9) 58%, rgba(5, 8, 22, 0.58)),
      radial-gradient(circle at 78% 18%, rgba(14, 94, 255, 0.24), transparent 28%),
      radial-gradient(circle at 58% 78%, rgba(255, 255, 255, 0.08), transparent 34%),
      var(--hero-image);
    background-position: center, 78% 18%, 58% 78%, 70% center;
  }

  .hero::after {
    width: 100%;
    opacity: .18;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(34px, 4.8vw, 54px);
  }

  .hero-copy,
  .page-hero p {
    font-size: 15px;
    line-height: 1.625;
  }

  .section {
    padding: 58px 20px;
  }

  .section-head h2,
  .cta-band h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  .eyebrow {
    letter-spacing: .14em;
    font-size: 10px;
  }

  .grid.cols-2,
  .trust-strip,
  .support-service,
  .review-panel,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .home-camera-service-grid,
  .home-industry-grid {
    grid-template-columns: 1fr;
  }

  .home-camera-service-list,
  .home-primary-system-card {
    grid-template-columns: 1fr;
  }

  .home-camera-service-row {
    min-height: 0;
    padding: 20px;
  }

  .home-camera-service-row:nth-child(odd) {
    border-right: 0;
  }

  .home-camera-service-row:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(120, 170, 255, 0.2);
  }

  .home-camera-service-row:last-child {
    border-bottom: 0;
  }

  .home-commercial-stack {
    gap: 52px;
  }

  .home-branch-showcase {
    padding-top: 50px;
  }

  .home-branch-media {
    min-height: 280px;
  }

  .home-primary-system-card,
  .home-primary-system-media {
    min-height: 0;
  }

  .home-primary-system-media {
    aspect-ratio: 16 / 10;
  }

  .home-primary-system-media img {
    object-position: 32% center;
  }

  .home-primary-system-media::after {
    background: linear-gradient(180deg, transparent 66%, rgba(9, 25, 51, .72));
  }

  .home-primary-system-copy,
  .home-support-panel {
    padding: 24px;
  }

  .home-coverage-list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-coverage-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 0;
  }

  .home-coverage-list .coverage-icon {
    width: 32px;
    height: 32px;
  }

  .home-closing-cta-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .google-review-cards {
    grid-template-columns: 1fr;
  }

  .google-review-summary {
    width: 100%;
  }

  .main-nav > a,
  .main-nav > .governance-link-disabled,
  .nav-group,
  .nav-group-trigger {
    width: 100%;
  }

  .main-nav > .governance-link-disabled:not(.nav-cta) {
    min-height: 48px;
    padding: 12px 10px;
  }

  .main-nav > .nav-cta.governance-link-disabled {
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 8px 0 0;
  }

  .main-nav .nav-group-link {
    flex: 1;
    width: auto;
    padding-right: 8px;
    padding-left: 10px;
  }

  .nav-group-toggle {
    min-width: 48px;
    min-height: 48px;
    padding: 0;
  }

  .nav-menu {
    position: static;
    display: grid;
    width: auto;
    padding: 4px 0 8px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .nav-menu-wide {
    grid-template-columns: 1fr;
  }

  .nav-group:not(.is-open) .nav-menu {
    display: none;
  }

  .service-feature-media img {
    min-height: 260px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .page-hero .wrap,
  .solution-hero .wrap {
    padding: 56px 20px;
  }

  .solution-hero-copy h1 {
    font-size: 44px;
  }

  .solution-feature-grid,
  .solution-related-grid,
  .solution-area-grid {
    grid-template-columns: 1fr;
  }

  .solution-overview-image,
  .solution-coverage-grid > img {
    height: 300px;
  }

  .solution-section h2,
  .contact-intro h2,
  .solution-faq-section .section-head h2 {
    font-size: 34px;
  }

  .solution-fit-section {
    background: #f6f8fc;
  }

  .solution-related-card {
    grid-template-columns: minmax(145px, 38%) minmax(0, 1fr);
  }

  .solution-related-card > img {
    height: 100%;
    min-height: 218px;
  }

  .solution-related-body {
    padding: 12px 12px 4px 18px;
  }

  .solution-faq-list .faq-item summary {
    padding-right: 18px;
    padding-left: 18px;
  }

  .solution-faq-list .faq-answer {
    padding-right: 56px;
    padding-left: 18px;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero,
  .hero-inner {
    max-width: 100vw;
  }

  .hero-inner > div:first-child,
  .hero-actions,
  .trust-strip,
  .lead-panel {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .hero-copy {
    max-width: calc(100vw - 40px);
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .lead-panel {
    max-width: calc(100vw - 40px);
  }

  .solution-trust-grid {
    grid-template-columns: 1fr;
  }

  .solution-trust-card {
    min-height: 0;
  }

  .solution-feature-card {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 20px;
  }

  .solution-feature-icon {
    width: 40px;
    height: 40px;
  }

  .solution-related-card {
    grid-template-columns: 1fr;
  }

  .solution-related-card > img {
    height: 210px;
    min-height: 210px;
  }

  .solution-faq-section {
    padding: 54px 20px;
  }

  .solution-faq-list .faq-item summary h3 {
    font-size: 17px;
  }

  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-actions .btn {
    width: 100%;
  }

  .contact-nap-row {
    padding: 18px;
  }

  .contact-nap-email > span:last-child > span {
    font-size: 12px;
  }

  .site-footer .footer-email-row {
    font-size: 12px;
  }
  .hero h1,
  .page-hero h1 {
    font-size: clamp(34px, 10.5vw, 44px);
  }

  .hero .eyebrow {
    display: block;
    overflow-wrap: anywhere;
  }

  .hero .eyebrow::before {
    display: block;
    margin-bottom: 8px;
  }
}

/* Final cascade overrides for minimum controls and Lakehurst production layouts. */
.nav-toggle {
  min-width: 44px;
  min-height: 44px;
}

.lead-form input:not([type="hidden"]),
.lead-form select,
.lead-form textarea {
  min-height: 48px;
}

.main-nav a,
.nav-group-toggle,
.proof-card-link,
.card-link,
.company-card-link,
.footer-column a,
.footer-area-grid a,
.local-service-links a {
  min-height: 44px;
}

.brand-subtitle,
.footer-column h2,
.footer-service-column h2,
.footer-license-badge strong {
  color: #fff;
}

.faq-item > summary {
  min-height: 56px;
  padding-right: 56px;
}

.faq-toggle {
  right: 16px;
}

@media (max-width: 760px) {
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .faq-item > summary {
    padding-right: 48px;
  }

  .faq-toggle {
    right: 12px;
  }
}

.approved-page-hero {
  min-height: 760px;
  padding-top: 54px;
  padding-bottom: 54px;
  background-position: center;
}

.approved-page-hero::before {
  background: linear-gradient(90deg, rgba(1, 11, 29, 0.96) 0%, rgba(2, 14, 35, 0.88) 43%, rgba(2, 13, 31, 0.55) 100%);
}

.approved-page-hero .solution-hero-grid {
  align-items: start;
}

.approved-page-hero .solution-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.66;
}

.approved-page-hero .solution-hero-copy h1 {
  max-width: 820px;
  font-size: 58px;
  line-height: 1.04;
}

.approved-trust-grid {
  margin-top: 34px;
}

.approved-trust-grid-count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.approved-trust-grid-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.approved-trust-grid-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.approved-trust-grid-count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.approved-trust-grid-count-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.approved-camera-service .solution-trust-grid:empty {
  display: none;
}

.approved-overview-section,
.approved-fit-section,
.approved-coverage-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.approved-overview-section .solution-overview-image,
.approved-coverage-section .solution-coverage-grid > img {
  border: 1px solid #d5deeb;
  box-shadow: 0 18px 42px rgba(7, 24, 49, 0.09);
}

.approved-overview-section .solution-feature-card {
  align-content: start;
}

.approved-fit-section .solution-related-block {
  border-top: 1px solid #dce4ef;
}

.approved-faq-section .faq-item {
  overflow: hidden;
}

.company-content-section .company-section-head {
  max-width: 880px;
  margin-bottom: 32px;
}

.company-content-section .company-section-head h2 {
  max-width: 820px;
}

.company-content-section .company-section-head p {
  max-width: 850px;
}

.company-feature-grid {
  margin-top: 30px;
}

.company-feature-card {
  align-items: flex-start;
}

.company-approved-about .company-feature-card {
  background: #fff;
  color: var(--ink);
}

.company-approved-about .company-feature-card h3,
.company-approved-about .company-feature-card p {
  color: var(--ink);
}

.company-approved-about .company-feature-card .company-card-link {
  color: var(--brand-bright);
}

.company-approved-about .company-feature-card .company-card-link:hover,
.company-approved-about .company-feature-card .company-card-link:focus-visible {
  color: var(--brand-bright);
}

.company-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  color: var(--brand-bright);
  font-weight: 700;
  text-decoration: none;
}

.company-card-link:hover {
  color: var(--brand-bright);
}

.dark .company-card-link:hover {
  color: #fff;
}

.company-checklist {
  max-width: 940px;
  margin-top: 24px;
}

.company-approved-hero .solution-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
}

.sitemap-section {
  background: #f5f7fb;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sitemap-group {
  padding: 30px;
  border: 1px solid #d2dbea;
  border-radius: 8px;
  background: #fff;
}

.sitemap-group h2 {
  margin-top: 0;
  font-size: 24px;
}

.sitemap-group ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.sitemap-group a {
  color: var(--brand-bright);
  font-weight: 700;
}

@media (max-width: 980px) {
  .approved-page-hero {
    min-height: 0;
  }

  .approved-page-hero .solution-hero-copy h1 {
    font-size: 48px;
  }

  .approved-overview-section,
  .approved-fit-section,
  .approved-coverage-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

@media (max-width: 640px) {
  .approved-page-hero {
    padding-top: 38px;
    padding-bottom: 46px;
  }

  .approved-page-hero .solution-hero-copy h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .approved-page-hero .solution-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .approved-overview-section,
  .approved-fit-section,
  .approved-coverage-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sitemap-grid {
    grid-template-columns: 1fr;
  }

  .gate-entry-needs-grid {
    grid-template-columns: 1fr;
  }
}

/* End-of-file accessibility overrides. */
.nav-toggle { min-width: 44px; min-height: 44px; }
.lead-form input:not([type="hidden"]),
.lead-form select,
.lead-form textarea { min-height: 48px; }
.main-nav a,
.nav-group-toggle,
.proof-card-link,
.card-link,
.company-card-link,
.footer-column a,
.footer-area-grid a,
.local-service-links a { min-height: 44px; }
.brand-subtitle,
.footer-column h2,
.footer-service-column h2,
.footer-license-badge strong { color: #fff; }
.faq-item > summary { min-height: 56px; padding-right: 56px; }
.faq-toggle { right: 16px; }
.topbar-phone,
.site-footer .footer-contact-row,
.breadcrumbs a,
.sitemap-group a,
.internal-link-group a {
  min-width: 44px;
  min-height: 44px;
}
.topbar-phone,
.breadcrumbs a,
.sitemap-group a,
.internal-link-group a {
  display: inline-flex;
  align-items: center;
}
.section.dark .cta-band .eyebrow,
.cta-band .eyebrow { color: #fff; }

/* Shared Tampa-reference form system. Scoped to the standardized lead panel. */
.hero .datapro-standard-form,
.page-hero .datapro-standard-form {
  align-self: center;
  justify-self: end;
  width: 100%;
  max-width: 488px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(120, 170, 255, 0.28);
  border-radius: 12px;
  background: rgba(10, 23, 48, 0.86);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(58, 107, 255, 0.14),
    inset 0 1px 0 rgba(120, 170, 255, 0.22);
  backdrop-filter: blur(10px);
}

.hero .datapro-standard-form > header,
.page-hero .datapro-standard-form > header {
  margin: 0;
  padding: 18px 18px 0;
  border-bottom: 0;
}

.hero .datapro-standard-form h2,
.page-hero .datapro-standard-form h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.hero .datapro-standard-form .rev2-form-display-title,
.page-hero .datapro-standard-form .rev2-form-display-title {
  margin: 6px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.3;
}

.hero .datapro-standard-form > header p,
.page-hero .datapro-standard-form > header p {
  max-width: none;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.4;
}

.hero .datapro-standard-form .lead-form,
.page-hero .datapro-standard-form .lead-form {
  gap: 10px;
  padding: 14px 18px 22px;
}

.datapro-standard-form .field input,
.datapro-standard-form .field select,
.datapro-standard-form .field textarea {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.045);
  font-size: 13.5px;
  line-height: 1.45;
}

.datapro-standard-form .icon-field input,
.datapro-standard-form .message-field textarea {
  padding-left: 40px;
}

.datapro-standard-form .select-field .field-icon {
  display: none;
}

.datapro-standard-form .select-field select {
  padding-right: 36px;
  padding-left: 12px;
}

.datapro-standard-form .message-field textarea {
  min-height: 64px;
}

.datapro-standard-form .message-field .field-icon {
  top: 13px;
  transform: none;
}

.hero .datapro-standard-form .lead-submit,
.page-hero .datapro-standard-form .lead-submit {
  position: relative;
  min-height: 44px;
  margin-top: 2px;
  padding: 10px 44px 10px 18px;
  border-radius: 6px;
  font-size: 14px;
}

/* Same full arrow as the Tampa consultation button. */
.datapro-standard-form .lead-submit::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "\2192";
  transform: translateY(-52%);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.datapro-standard-form .field-icon svg {
  color: inherit !important;
}

.datapro-standard-form .lead-form .rev2-form-consent,
.datapro-standard-form .lead-form .rev2-form-privacy {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.4;
}


.hero .datapro-standard-form .rev2-form-microcopy,
.page-hero .datapro-standard-form .rev2-form-microcopy {
  margin: 1px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

@media (min-width: 981px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 488px);
  }

  .home-v2-hero .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 488px);
  }

  .page-hero-grid,
  .solution-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 488px);
  }
}

@media (max-width: 760px) {
  .section { padding-right: 16px; padding-left: 16px; }
  .faq-item > summary { padding-right: 48px; }
  .faq-toggle { right: 12px; }

  .hero .datapro-standard-form .lead-form,
  .page-hero .datapro-standard-form .lead-form {
    padding: 14px 16px 18px;
  }

  .datapro-standard-form .field input,
  .datapro-standard-form .field select,
  .datapro-standard-form .field textarea {
    font-size: 16px;
  }

  .datapro-standard-form .message-field textarea {
    min-height: 96px;
  }
}

/* Tampa-reference hero composition: content and form first, trust signals below both. */
.hero-inner,
.page-hero-grid,
.solution-hero-grid {
  column-gap: 48px;
  row-gap: 32px;
}

.hero-inner > .trust-strip,
.page-hero-grid > .trust-strip,
.solution-hero-grid > .solution-trust-grid {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.hero-inner > .trust-strip .trust-icon,
.page-hero-grid > .trust-strip .trust-icon,
.solution-hero-grid > .solution-trust-grid .solution-trust-icon {
  justify-self: center;
}

.hero-inner > .trust-strip .trust-item > strong,
.page-hero-grid > .trust-strip .trust-item > strong,
.solution-hero-grid > .solution-trust-grid .solution-trust-card > strong,
.solution-hero-grid > .solution-trust-grid .solution-trust-card > h3 {
  text-align: center;
}

.hero-inner > .trust-strip .trust-item > span:not(.trust-icon),
.page-hero-grid > .trust-strip .trust-item > span:not(.trust-icon),
.solution-hero-grid > .solution-trust-grid .solution-trust-card > span:last-child,
.solution-hero-grid > .solution-trust-grid .solution-trust-card > p {
  font-size: 12px;
}

@media (min-width: 1181px) {
  .topbar,
  .nav-wrap {
    max-width: 1340px;
  }

  .main-nav > a,
  .main-nav .nav-group-link {
    white-space: nowrap;
  }

  .main-nav > .nav-group:first-of-type .nav-menu {
    right: auto;
    left: 0;
    transform: none;
  }
}

/* Contact checklist contrast and visual grouping. */
.company-approved-contact .company-content-section.dark .company-checklist {
  max-width: 960px;
  padding: 24px;
  border: 1px solid rgba(143, 176, 255, 0.24);
  border-radius: 8px;
  background: rgba(3, 18, 38, 0.72);
}

.company-approved-contact .company-content-section.dark .company-checklist li {
  color: rgba(255, 255, 255, 0.9);
}

/* Tampa-reference footer shell with Orlando-only branch content. */
.site-footer.rev2-footer .footer-contact-row {
  align-items: flex-start;
  width: 100%;
}

.site-footer.rev2-footer .footer-contact-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  white-space: normal;
}

.site-footer.rev2-footer .footer-contact-label {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.site-footer.rev2-footer .footer-contact-value {
  display: block;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (max-width: 1180px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    max-height: calc(100vh - 136px);
    max-height: calc(100dvh - 136px);
    padding: 12px 20px 20px;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0 0 8px 8px;
    background: var(--navy);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav > a,
  .nav-group,
  .nav-group-trigger {
    width: 100%;
  }

  .main-nav .nav-group-link {
    flex: 1;
    width: auto;
    padding-right: 8px;
    padding-left: 10px;
  }

  .nav-group-toggle {
    min-width: 48px;
    min-height: 48px;
    padding: 0;
  }

  .nav-menu {
    position: static;
    display: grid;
    width: auto;
    padding: 4px 0 8px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .nav-menu-wide {
    grid-template-columns: 1fr;
  }

  .nav-group:not(.is-open) .nav-menu {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-inner > .trust-strip,
  .page-hero-grid > .trust-strip,
  .solution-hero-grid > .solution-trust-grid {
    grid-column: 1;
  }

  .company-approved-contact .company-content-section.dark .company-checklist {
    padding: 20px;
  }

  .site-footer.rev2-footer .footer-grid {
    padding-top: 42px;
  }

  .site-footer.rev2-footer .footer-grid > * + * {
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .site-footer.rev2-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* All FAQ collections use two balanced columns above the mobile breakpoint. */
@media (min-width: 761px) {
  .faq-list,
  .faq-grid,
  .faq-list-two,
  .home-faq-section .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

@media (max-width: 760px) {
  .faq-list,
  .faq-grid,
  .faq-list-two,
  .home-faq-section .faq-grid {
    grid-template-columns: 1fr;
  }
}

/* Final client-review visual contract: Tampa shell, official palette and
   Lakehurst handoff content without public-facing developer labels. */
:root {
  --site-shell: 1560px;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

.site-header {
  background: rgba(5, 8, 22, 0.96);
}

.topbar,
.nav-wrap {
  width: 100%;
  max-width: var(--site-shell);
}

.brand-subtitle {
  color: #fff;
}

.topbar-phone {
  min-height: 44px;
}

@media (min-width: 1101px) {
  .topbar {
    min-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.client-handoff-hero .solution-hero-grid,
.handoff-section > .wrap {
  width: 100%;
  max-width: var(--site-shell);
}

.client-handoff-hero .solution-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(52px, 4.2vw, 56px);
  line-height: 1.08;
}

.hero .eyebrow,
.page-hero .eyebrow,
.client-handoff-hero .solution-hero-copy .eyebrow {
  color: var(--brand-bright);
}

.hero .eyebrow::before,
.page-hero .eyebrow::before,
.client-handoff-hero .solution-hero-copy .eyebrow::before {
  background: var(--brand-bright);
}

.client-handoff-lkh-w1-p001 .solution-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(34px, 4.8vw, 54px);
}

.client-handoff-lkh-w1-p001 .solution-hero-copy .eyebrow {
  margin-bottom: 18px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .25em;
}

.client-handoff-hero .hero-actions .btn {
  min-width: 258px;
  min-height: 58px;
  font-size: 16px;
}

.client-handoff-hero.client-handoff-legal-hero {
  min-height: 0;
  background-image:
    radial-gradient(circle at 82% 18%, rgba(24, 85, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #071326, #050816);
}

.client-handoff-legal-hero::before {
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 36%);
  opacity: 0.45;
}

.client-handoff-legal-hero .solution-hero-grid {
  padding-top: 72px;
  padding-bottom: 72px;
}

/* Tampa-reference proportions for the primary Orlando conversion pages. */
@media (min-width: 1101px) {
  .client-handoff-lkh-w1-p001 .solution-hero-grid {
    max-width: 1420px;
    column-gap: 52px;
  }

  .client-handoff-lkh-w1-p001 .solution-trust-grid {
    gap: 16px;
  }

  .client-handoff-lkh-w1-p003 .solution-hero-grid {
    grid-template-columns: minmax(0, 612px) minmax(400px, 488px);
    gap: 48px;
    max-width: 1180px;
    padding-top: 104px;
    padding-bottom: 88px;
  }

  .client-handoff-lkh-w1-p002 .solution-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 488px);
    gap: 42px;
    max-width: 1320px;
  }

  .client-handoff-lkh-w1-p002 .solution-hero-copy h1,
  .client-handoff-lkh-w1-p003 .solution-hero-copy h1 {
    font-size: 54px;
  }

  .client-handoff-lkh-w1-p002 .solution-hero-copy h1,
  .client-handoff-lkh-w1-p002 .solution-hero-copy > p,
  .client-handoff-lkh-w1-p002 .solution-hero-copy .hero-actions {
    max-width: 640px;
  }
}

.legal-document-shell {
  padding: 64px 20px 88px;
  color: var(--body);
  background: var(--soft);
}

.legal-document-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  max-width: 1180px;
}

.legal-document-toc {
  position: sticky;
  top: 104px;
  padding: 24px;
  border: 1px solid rgba(91, 130, 255, 0.24);
  border-radius: 12px;
  color: #fff;
  background: #071326;
  box-shadow: 0 18px 42px rgba(5, 8, 22, 0.12);
}

.legal-document-toc-title {
  min-height: 44px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
}

.legal-document-toc-title::marker {
  color: var(--brand-bright);
}

.legal-document-toc ol {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-document-toc a {
  display: block;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  line-height: 1.45;
  text-decoration: none;
}

.legal-document-toc a:hover,
.legal-document-toc a:focus-visible {
  color: #fff;
  background: rgba(24, 85, 255, 0.2);
}

.legal-document-content {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.legal-document-section {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  scroll-margin-top: 104px;
  padding: 36px 40px;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 19, 38, 0.05);
  overflow-wrap: anywhere;
}

.legal-document-section h2 {
  max-width: 24ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.16;
}

.legal-document-copy {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.legal-document-copy p,
.legal-document-copy li {
  max-width: 72ch;
  margin: 0;
  color: var(--body);
}

.legal-document-copy .handoff-list {
  margin: 0;
}

@media (min-width: 1101px) {
  .legal-document-toc:not([open]) > nav {
    display: block;
  }

  .legal-document-toc {
    max-height: calc(100vh - 128px);
    overflow-y: auto;
    scrollbar-gutter: stable;
  }
}

.handoff-section {
  padding: 64px 20px;
  color: var(--body);
}

.handoff-section.handoff-surface-paper {
  background: #fff;
}

.handoff-section.handoff-surface-soft {
  background: var(--soft);
}

.handoff-section h2,
.handoff-section h3,
.handoff-section .handoff-repeated-heading {
  color: var(--ink);
}

.handoff-section p,
.handoff-section li {
  color: var(--body);
}

.handoff-section .eyebrow {
  color: var(--brand-bright);
}

.handoff-overview-media {
  width: min(100%, 920px);
  margin: 32px 0 0;
  border-color: #d5deeb;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  box-shadow: 0 12px 32px rgba(7, 24, 49, 0.09);
}

.handoff-section-media-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 20px;
}

.handoff-section-media-grid:not([data-image-count="1"]) {
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

.handoff-section-media-grid .handoff-overview-media {
  width: 100%;
  margin: 0;
}

.handoff-card-grid {
  grid-auto-flow: dense;
  gap: 20px;
}

.handoff-card-grid.handoff-grid-cols-1 { grid-template-columns: minmax(0, 1fr); }
.handoff-card-grid.handoff-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.handoff-card-grid.handoff-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.handoff-card-grid.handoff-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.handoff-card-grid.handoff-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.handoff-card {
  overflow: hidden;
  padding: 24px;
  border-color: #dbe3ef;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.handoff-card-media {
  width: calc(100% + 48px);
  margin: -24px -24px 20px;
  overflow: hidden;
  border-bottom: 1px solid #dbe3ef;
  aspect-ratio: 16 / 9;
  background: #e8eef7;
}

.handoff-card-media img,
.handoff-final-cta-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.handoff-card-media + .handoff-card-media {
  margin-top: -20px;
}

.handoff-card-head {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  width: 100%;
  min-height: 64px;
  align-items: start;
  gap: 12px;
}

.handoff-card-icon,
.handoff-card-index {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--brand-bright);
  border: 1px solid rgba(13, 68, 255, 0.16);
  border-radius: 8px;
  background: rgba(13, 68, 255, 0.07);
}

.handoff-card-icon svg {
  width: 22px;
  height: 22px;
}

.handoff-card-head h3,
.handoff-card-head .handoff-repeated-heading {
  align-self: center;
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.handoff-card-copy {
  width: 100%;
  flex: 1 1 auto;
}

.handoff-card-copy > :first-child {
  margin-top: 12px;
}

.handoff-card--wide {
  grid-column: 1 / -1;
}

.handoff-card--wide .handoff-card-copy {
  columns: 2 34ch;
  column-gap: 40px;
}

.handoff-card--wide .handoff-card-copy > * {
  break-inside: avoid;
}

.handoff-section--with-media > .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: start;
  gap: 32px 52px;
}

.handoff-section--with-media .handoff-overview-media {
  width: 100%;
  margin: 0;
}

.handoff-section--with-media .handoff-section-media-grid {
  align-self: start;
}

.handoff-section--with-media .handoff-card-grid,
.handoff-section--with-media .handoff-list,
.handoff-section--with-media .section-actions {
  grid-column: 1 / -1;
}

.handoff-section--conversion {
  background: #fff;
}

.handoff-section--conversion > .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 32px 36px;
  color: #fff;
  border: 1px solid rgba(120, 170, 255, 0.24);
  border-radius: 12px;
  background:
    radial-gradient(circle at 86% 10%, rgba(24, 85, 255, 0.24), transparent 34%),
    linear-gradient(135deg, var(--navy-700), var(--navy));
  box-shadow: 0 18px 42px rgba(5, 8, 22, 0.16);
}

.handoff-section--conversion .handoff-section-head {
  min-width: 0;
  max-width: 920px;
}

.handoff-section--conversion .handoff-card-grid,
.handoff-section--conversion .handoff-list,
.handoff-section--conversion .handoff-overview-media,
.handoff-section--conversion .handoff-section-media-grid {
  grid-column: 1 / -1;
  width: 100%;
}

.handoff-final-cta-media {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(143, 176, 255, 0.22);
  border-radius: 10px;
  aspect-ratio: 16 / 6;
  background: #0c1b34;
}

.handoff-section--conversion .handoff-section-head h2,
.handoff-section--conversion .handoff-section-head .handoff-repeated-heading {
  color: #fff;
}

.handoff-section--conversion .handoff-section-head > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.8);
}

.handoff-section--conversion .eyebrow {
  color: var(--brand-bright);
}

.handoff-section--conversion .section-actions {
  margin: 0;
}

.handoff-card .card-link {
  color: #fff;
}

.handoff-faq-section .faq-question-heading,
.handoff-faq-section .solution-faq-list .faq-item summary h3 {
  font-size: 16px;
  line-height: 1.35;
}

.section.dark.handoff-faq-section .eyebrow {
  color: #fff;
}

.solution-trust-grid {
  grid-auto-rows: auto;
  gap: 8px;
}

.solution-trust-grid:not(.semantic-trust-grid) {
  grid-auto-rows: 1fr;
}

.semantic-trust-grid > h2 {
  min-height: 0;
  margin-bottom: 16px;
}

.solution-trust-card {
  grid-template-rows: 40px minmax(32px, auto) 1fr;
  gap: 8px;
  min-height: 152px;
  padding: 16px;
  border-radius: 8px;
}

.solution-trust-icon {
  width: 40px;
  height: 40px;
}

.solution-trust-card strong,
.solution-trust-card h3 {
  font-size: 13.5px;
}

.solution-trust-card > span:last-child,
.solution-trust-card > p {
  font-size: 12px;
}

.cta-band {
  gap: 24px;
  padding: 32px;
}

.site-footer.rev2-footer .footer-grid,
.site-footer.rev2-footer .footer-bottom {
  width: min(100%, 1320px);
  max-width: 1320px;
}

.site-footer.rev2-footer .footer-logo {
  width: 190px;
}

.site-footer.rev2-footer .footer-column h2,
.site-footer.rev2-footer .footer-service-column h2,
.site-footer.rev2-footer .footer-license-badge strong {
  color: var(--brand-bright);
}

.site-footer.rev2-footer .footer-column > a {
  font-size: 13px;
}

.site-footer.rev2-footer .footer-area-grid a {
  font-size: 12px;
}

.site-footer.rev2-footer .footer-license-badge strong {
  font-size: 11px;
}

.site-footer.rev2-footer .footer-license-badge div > span {
  font-size: 12px;
}

.handoff-faq-section .solution-faq-list {
  gap: 16px;
}

.handoff-faq-section .solution-faq-list .faq-item {
  border-color: rgba(58, 107, 255, 0.22);
  background: rgba(10, 23, 48, 0.72);
}

@media (min-width: 1181px) {
  .site-footer.rev2-footer .footer-grid > * + *::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: -16px;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
  }
}

.site-footer.rev2-footer .footer-column > .governance-link-disabled {
  display: none;
}

@media (max-width: 1100px) {
  .topbar-phone {
    display: none;
  }

  .client-handoff-hero .solution-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: calc(100% - 40px);
    max-width: none;
    margin-inline: auto;
    padding: 48px 0;
  }

  .client-handoff-hero .solution-hero-copy h1 {
    max-width: 820px;
    font-size: 52px;
  }

  .client-handoff-lkh-w1-p001 .solution-hero-copy h1 {
    font-size: clamp(34px, 4.8vw, 54px);
  }

  .client-handoff-hero .datapro-standard-form {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  :is(.client-handoff-hero, .handoff-trust-section) .solution-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-1 {
    grid-template-columns: minmax(0, 1fr);
  }

  :is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-2,
  :is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .nav-menu-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .site-footer.rev2-footer .footer-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .handoff-card-grid.handoff-grid-cols-4,
  .handoff-card-grid.handoff-grid-cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .handoff-card-grid.handoff-grid-cols-3,
  .handoff-card-grid.handoff-grid-cols-4,
  .handoff-card-grid.handoff-grid-cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .handoff-card-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 20px) / 2);
    justify-self: center;
  }

  .handoff-card-grid > .handoff-card--wide {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .handoff-final-cta .cta-band {
    grid-template-columns: 1fr;
  }

  .handoff-section--with-media > .wrap,
  .handoff-section--conversion > .wrap {
    grid-template-columns: 1fr;
  }

  .handoff-section-media-grid,
  .handoff-section-media-grid:not([data-image-count="1"]) {
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .topbar-icon {
    display: none;
  }

  .branch-label {
    white-space: nowrap;
  }

  .client-handoff-hero .solution-hero-grid {
    width: calc(100% - 40px);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .client-handoff-hero .solution-hero-copy h1 {
    font-size: clamp(32px, 8.6vw, 38px);
  }

  .client-handoff-lkh-w1-p001 .solution-hero-copy h1 {
    font-size: clamp(34px, 10.5vw, 44px);
  }

  .client-handoff-lkh-w1-p001 .solution-hero-copy .eyebrow {
    display: block;
    overflow-wrap: anywhere;
  }

  .client-handoff-hero .hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 14px;
  }

  :is(.client-handoff-hero, .handoff-trust-section) .solution-trust-grid {
    grid-template-columns: 1fr;
  }

  .handoff-section {
    padding: 48px 20px;
  }

  .nav-menu-wide {
    grid-template-columns: 1fr;
  }

  .handoff-card {
    padding: 24px;
  }

  .handoff-card-grid.handoff-grid-cols-2,
  .handoff-card-grid.handoff-grid-cols-3,
  .handoff-card-grid.handoff-grid-cols-4,
  .handoff-card-grid.handoff-grid-cols-5 {
    grid-template-columns: 1fr;
  }

  .handoff-card-grid > :last-child:nth-child(odd),
  .handoff-card--wide {
    grid-column: 1;
    width: 100%;
  }

  .handoff-card-head {
    min-height: 0;
  }

  .handoff-card--wide .handoff-card-copy {
    columns: 1;
  }

  .handoff-section--conversion > .wrap {
    padding: 26px 24px;
  }

  .handoff-overview-media {
    margin-top: 24px;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
  }

  .handoff-section-media-grid,
  .handoff-section-media-grid:not([data-image-count="1"]) {
    grid-template-columns: 1fr;
  }

  .handoff-final-cta-media {
    aspect-ratio: 4 / 3;
  }

  .cta-band {
    padding: 24px;
  }
}

/* Final primary-page and legal-document refinements. */
.site-footer.rev2-footer .footer-grid,
.site-footer.rev2-footer .footer-bottom {
  width: min(100%, 1420px);
  max-width: 1420px;
}

@media (max-width: 1100px) {
  .legal-document-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .legal-document-toc {
    position: static;
  }

  .legal-document-toc:not([open]) > nav {
    display: none;
  }

  .legal-document-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 16px;
  }
}

@media (max-width: 760px) {
  .client-handoff-lkh-w1-p002 .solution-hero-copy h1,
  .client-handoff-lkh-w1-p003 .solution-hero-copy h1 {
    font-size: clamp(36px, 10.5vw, 41px);
  }

  .legal-document-shell {
    padding: 40px 16px 56px;
  }

  .legal-document-toc {
    padding: 18px;
  }

  .legal-document-toc ol {
    grid-template-columns: 1fr;
  }

  .legal-document-toc:not([open]) {
    padding-bottom: 8px;
  }

  .legal-document-toc:not([open]) .legal-document-toc-title {
    margin-bottom: 0;
  }

  .legal-document-section {
    scroll-margin-top: 80px;
    padding: 26px 22px;
  }

  .legal-document-section h2 {
    max-width: none;
    font-size: clamp(24px, 7.4vw, 30px);
  }
}

/* Premium Tampa-inspired presentation for the client-approved Orlando copy.
   This layer intentionally leaves content, routes, forms and integrations intact. */
:root {
  --premium-shell: 1420px;
  --premium-navy-950: #030712;
  --premium-navy-900: #050816;
  --premium-navy-850: #071326;
  --premium-navy-800: #0a1730;
  --premium-card: rgba(10, 23, 48, 0.94);
  --premium-card-strong: rgba(12, 27, 52, 0.98);
  --premium-line: rgba(91, 130, 255, 0.24);
  --premium-line-strong: rgba(91, 130, 255, 0.5);
  --premium-copy: #c8d5e8;
  --premium-muted: #9caec7;
}

html,
body {
  overflow-x: clip;
  background: var(--premium-navy-900);
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(3, 7, 18, 0.97);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.topbar,
.nav-wrap,
.client-handoff-hero .solution-hero-grid,
.handoff-section > .wrap,
.handoff-pathway-section > .wrap,
.site-footer.rev2-footer .footer-grid,
.site-footer.rev2-footer .footer-bottom {
  width: min(calc(100% - 40px), var(--premium-shell));
  max-width: var(--premium-shell);
  margin-inline: auto;
}

.main-nav > a,
.nav-group-link,
.nav-group-toggle,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  line-height: 1.2;
  text-align: center;
}

.btn,
.lead-submit,
.section-actions .btn,
.cta-band-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.btn-primary {
  border-color: var(--brand-bright);
  background: linear-gradient(135deg, var(--brand), var(--brand-bright));
  box-shadow: 0 10px 26px rgba(13, 68, 255, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  border-color: var(--brand-bright);
  background: linear-gradient(135deg, var(--brand-bright), var(--brand));
  box-shadow: 0 14px 32px rgba(13, 68, 255, 0.38);
}

.client-handoff-hero[data-responsive-hero="true"] {
  position: relative;
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background: var(--premium-navy-900);
}

.client-handoff-hero[data-responsive-hero="true"] .handoff-hero-background {
  z-index: -3;
  opacity: 0.58;
  filter: saturate(0.92) contrast(1.07);
}

.client-handoff-hero[data-responsive-hero="true"]::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.97) 0%, rgba(3, 7, 18, 0.9) 44%, rgba(3, 7, 18, 0.66) 72%, rgba(3, 7, 18, 0.72) 100%);
  opacity: 1;
}

.client-handoff-hero[data-responsive-hero="true"]::after {
  z-index: -1;
  background:
    radial-gradient(circle at 82% 18%, rgba(24, 85, 255, 0.28), transparent 34%),
    linear-gradient(180deg, transparent 55%, rgba(5, 8, 22, 0.94) 100%);
}

.client-handoff-hero .solution-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 488px);
  grid-template-rows: auto auto;
  gap: 24px 52px;
  align-items: start;
  padding: 64px 0 36px;
}

.client-handoff-hero .solution-hero-copy {
  align-self: center;
  max-width: 850px;
  min-width: 0;
}

.client-handoff-hero .breadcrumbs,
.client-handoff-hero .breadcrumbs a {
  color: rgba(255, 255, 255, 0.76);
}

.client-handoff-hero .solution-hero-copy h1,
.client-handoff-lkh-w1-p001 .solution-hero-copy h1 {
  max-width: 17ch;
  margin-top: 14px;
  color: #fff;
  font-size: clamp(46px, 4vw, 56px);
  line-height: 1.07;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.client-handoff-lkh-w1-p001 .solution-hero-copy h1 {
  max-width: 19ch;
}

.client-handoff-hero .solution-hero-copy > p:not(.eyebrow) {
  max-width: 72ch;
  margin-top: 16px;
  color: #d8e2f0;
  font-size: 15.5px;
  line-height: 1.68;
}

.client-handoff-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.client-handoff-hero .hero-actions .btn {
  min-width: 248px;
  min-height: 56px;
  margin: 0;
}

:is(.client-handoff-hero, .handoff-trust-section) .solution-trust-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0;
}

:is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-1 {
  grid-template-columns: minmax(0, 1fr);
}

:is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:is(.client-handoff-hero, .handoff-trust-section) .solution-trust-grid.semantic-trust-grid > h2 {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin: 8px 0 4px;
  color: #fff;
  font-size: 28px;
  text-align: left;
}

:is(.client-handoff-hero, .handoff-trust-section) .solution-trust-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 36px var(--trust-title-height, auto) 1fr;
  align-content: start;
  gap: 8px;
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(111, 151, 255, 0.27);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, rgba(12, 27, 52, 0.9), rgba(7, 19, 38, 0.82));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

:is(.client-handoff-hero, .handoff-trust-section) .solution-trust-icon {
  grid-column: 1;
  grid-row: 1;
  width: 36px;
  height: 36px;
  align-self: center;
  justify-self: center;
  border: 1px solid rgba(91, 130, 255, 0.3);
  border-radius: 8px;
  background: rgba(13, 68, 255, 0.12);
}

:is(.client-handoff-hero, .handoff-trust-section) .solution-trust-card strong,
:is(.client-handoff-hero, .handoff-trust-section) .solution-trust-card h3 {
  display: flex;
  grid-column: 1;
  grid-row: 2;
  min-height: 0;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.28;
  text-align: center;
}

:is(.client-handoff-hero, .handoff-trust-section) .solution-trust-card > span:last-child,
:is(.client-handoff-hero, .handoff-trust-section) .solution-trust-card > p {
  grid-column: 1;
  grid-row: 3;
  text-align: left;
  margin: 0;
  color: #aebdd2;
  font-size: 12px;
  line-height: 1.48;
}

.handoff-section {
  position: relative;
  padding: 82px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
  color: var(--premium-copy);
}

.handoff-section.handoff-surface-paper {
  background:
    radial-gradient(circle at 88% 4%, rgba(13, 68, 255, 0.09), transparent 26%),
    var(--premium-navy-850);
}

.handoff-section.handoff-surface-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(24, 85, 255, 0.1), transparent 26%),
    var(--premium-navy-900);
}

.handoff-section h2,
.handoff-section h3,
.handoff-section .handoff-repeated-heading {
  color: #fff;
}

.handoff-section h2,
.handoff-section .handoff-section-head > .handoff-repeated-heading {
  max-width: 25ch;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.handoff-section p,
.handoff-section li {
  color: var(--premium-copy);
}

.handoff-section .eyebrow,
.handoff-pathway-section .eyebrow {
  color: var(--brand-bright);
}

.handoff-section-head {
  max-width: 940px;
}

.handoff-section-head > p:not(.eyebrow) {
  max-width: 72ch;
  margin-top: 16px;
  color: var(--premium-copy);
  font-size: 16px;
  line-height: 1.72;
}

.handoff-section--with-media > .wrap {
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  gap: 36px 64px;
  align-items: start;
}

.handoff-section--with-media .handoff-section-media-grid,
.handoff-section--with-media .handoff-section-media-grid:not([data-image-count="1"]) {
  grid-template-columns: 1fr;
  align-self: start;
}

.handoff-section--with-media.handoff-surface-paper .handoff-section-head {
  grid-column: 1;
  grid-row: 1;
}

.handoff-section--with-media.handoff-surface-paper .handoff-section-media-grid {
  grid-column: 2;
  grid-row: 1;
}

.handoff-section--with-media.handoff-surface-soft .handoff-section-head {
  grid-column: 2;
  grid-row: 1;
}

.handoff-section--with-media.handoff-surface-soft .handoff-section-media-grid {
  grid-column: 1;
  grid-row: 1;
}

.handoff-overview-media,
.handoff-section--with-media .handoff-overview-media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(111, 151, 255, 0.3);
  border-radius: 10px;
  aspect-ratio: 16 / 10;
  background: #0a1730;
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.34);
}

.handoff-overview-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.handoff-card-grid {
  gap: 24px;
  margin-top: 36px;
  align-items: stretch;
}

.handoff-card-grid.handoff-grid-cols-4,
.handoff-card-grid.handoff-grid-cols-5 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.handoff-card-grid[data-card-count="4"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.handoff-card {
  position: relative;
  display: flex;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--premium-line);
  border-radius: 10px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(24, 85, 255, 0.11), transparent 34%),
    var(--premium-card);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.handoff-card:hover {
  transform: translateY(-3px);
  border-color: rgba(24, 85, 255, 0.5);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.handoff-card-media {
  width: calc(100% + 56px);
  margin: -28px -28px 24px;
  border-bottom: 1px solid var(--premium-line);
  aspect-ratio: 16 / 9;
  background: #0a1730;
}

.handoff-card-head {
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: var(--handoff-card-head-row-height, 58px);
  gap: 14px;
  align-items: center;
}

.handoff-card-icon,
.handoff-card-index {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(91, 130, 255, 0.34);
  border-radius: 8px;
  color: var(--brand-bright);
  background: rgba(13, 68, 255, 0.12);
}

.handoff-card-head h3,
.handoff-card-head .handoff-repeated-heading {
  align-self: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.32;
}

.handoff-card-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.handoff-card-copy p,
.handoff-card-copy li {
  color: #b9c8dc;
  font-size: 14px;
  line-height: 1.65;
}

.handoff-card .card-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  padding: 10px 14px;
  border: 1px solid rgba(91, 130, 255, 0.38);
  border-radius: 7px;
  color: #fff;
  background: rgba(13, 68, 255, 0.13);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}

.handoff-card .card-link::after {
  content: "›";
  margin-left: 8px;
  color: var(--brand-bright);
  font-size: 18px;
  line-height: 1;
}

.handoff-card .card-link:hover,
.handoff-card .card-link:focus-visible {
  border-color: rgba(24, 85, 255, 0.72);
  background: rgba(13, 68, 255, 0.24);
}

.handoff-section .section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.handoff-section .section-actions--centered {
  justify-content: center;
}

.handoff-section--conversion {
  background: var(--premium-navy-850);
}

.handoff-section--conversion > .wrap {
  border-color: rgba(111, 151, 255, 0.34);
  background:
    radial-gradient(circle at 86% 12%, rgba(24, 85, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #0a1730, #050816);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}

.handoff-pathway-section {
  padding: 78px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 50% 0, rgba(13, 68, 255, 0.17), transparent 34%),
    var(--premium-navy-900);
}

.handoff-pathway-head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.handoff-pathway-head h2,
.handoff-pathway-head .handoff-repeated-heading {
  margin-inline: auto;
  color: #fff;
  font-size: clamp(34px, 3vw, 43px);
  line-height: 1.12;
  text-wrap: balance;
}

.handoff-pathway-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.handoff-pathway-card {
  min-width: 0;
}

.handoff-pathway-card > a {
  display: flex;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--premium-line);
  border-radius: 10px;
  color: #fff;
  background: var(--premium-card);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.handoff-pathway-card > a:hover,
.handoff-pathway-card > a:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(24, 85, 255, 0.65);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.handoff-pathway-grid--text-only .handoff-pathway-card > a {
  min-height: 268px;
  background:
    radial-gradient(circle at 100% 0, rgba(24, 85, 255, 0.18), transparent 42%),
    linear-gradient(145deg, #0d203f, var(--premium-card));
}

.handoff-pathway-grid--text-only .handoff-pathway-body {
  padding: 28px;
}

.handoff-pathway-media {
  display: block;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid var(--premium-line);
  background: #0a1730;
}

.handoff-pathway-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.handoff-pathway-card > a:hover .handoff-pathway-media img {
  transform: scale(1.025);
}

.handoff-pathway-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px;
}

.handoff-pathway-title {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.handoff-pathway-title strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}

.handoff-pathway-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(91, 130, 255, 0.34);
  border-radius: 8px;
  color: var(--brand-bright);
  background: rgba(13, 68, 255, 0.12);
}

.handoff-pathway-copy {
  margin-top: 16px;
  color: #b9c8dc;
  font-size: 13.5px;
  line-height: 1.62;
}

.handoff-pathway-action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--brand-bright);
  font-size: 13px;
  font-weight: 800;
}

.handoff-pathway-action::after {
  content: "›";
  margin-left: 8px;
  font-size: 19px;
}

.handoff-faq-section {
  padding: 78px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 84% 12%, rgba(13, 68, 255, 0.16), transparent 30%),
    var(--premium-navy-850);
}

.handoff-faq-section .section-head {
  max-width: 920px;
  margin-bottom: 30px;
}

.handoff-faq-section .section-head h2,
.handoff-faq-section .section-head .handoff-repeated-heading {
  color: #fff;
  font-size: clamp(34px, 3vw, 43px);
}

.handoff-faq-section .solution-faq-list {
  gap: 14px;
}

.handoff-faq-section .solution-faq-list .faq-item {
  overflow: hidden;
  border: 1px solid rgba(91, 130, 255, 0.24);
  border-radius: 8px;
  background: rgba(10, 23, 48, 0.88);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.handoff-faq-section .faq-item summary {
  color: #fff;
}

.handoff-faq-section .faq-answer p {
  color: #bdcbe0;
}

.handoff-final-cta {
  padding: 64px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: var(--premium-navy-900);
}

.handoff-final-cta .cta-band {
  border: 1px solid rgba(91, 130, 255, 0.28);
  border-radius: 10px;
  background:
    radial-gradient(circle at 86% 18%, rgba(24, 85, 255, 0.22), transparent 32%),
    linear-gradient(135deg, #0a1730, #071326);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3);
}

.handoff-final-cta h2,
.handoff-final-cta .handoff-repeated-heading {
  color: #fff;
}

.handoff-final-cta p {
  color: #bdcbe0;
}

.site-footer.rev2-footer {
  border-top: 1px solid rgba(91, 130, 255, 0.2);
  background:
    radial-gradient(circle at 82% 0, rgba(13, 68, 255, 0.11), transparent 28%),
    var(--premium-navy-950);
}

.site-footer.rev2-footer .footer-grid {
  gap: 36px;
  padding-top: 56px;
  padding-bottom: 48px;
}

.site-footer.rev2-footer .footer-column h2,
.site-footer.rev2-footer .footer-service-column h2,
.site-footer.rev2-footer .footer-license-badge strong {
  color: var(--brand-bright);
}

.site-footer.rev2-footer a {
  line-height: 1.45;
}

@media (min-width: 1181px) {
  .client-handoff-lkh-w1-p001 .solution-hero-grid {
    grid-template-columns: minmax(0, 840px) minmax(420px, 488px);
  }

  .handoff-card-grid[data-card-count="13"] > :last-child {
    grid-column: 2;
  }
}

@media (max-width: 1180px) {
  .client-handoff-hero .solution-hero-grid {
    grid-template-columns: 1fr;
    width: min(calc(100% - 40px), 960px);
    padding-top: 52px;
    padding-bottom: 32px;
  }

  .client-handoff-hero .solution-hero-copy,
  .client-handoff-hero .datapro-standard-form {
    max-width: none;
  }

  :is(.client-handoff-hero, .handoff-trust-section) .solution-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-4,
  :is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .handoff-pathway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .handoff-section {
    padding: 64px 20px;
  }

  .handoff-section--with-media > .wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .handoff-section--with-media.handoff-surface-paper .handoff-section-head,
  .handoff-section--with-media.handoff-surface-soft .handoff-section-head,
  .handoff-section--with-media.handoff-surface-paper .handoff-section-media-grid,
  .handoff-section--with-media.handoff-surface-soft .handoff-section-media-grid {
    grid-column: 1;
    grid-row: auto;
  }

  .handoff-card-grid.handoff-grid-cols-3,
  .handoff-card-grid.handoff-grid-cols-4,
  .handoff-card-grid.handoff-grid-cols-5,
  .handoff-card-grid[data-card-count="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .handoff-card-grid[data-card-count="13"] > :last-child {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .topbar,
  .nav-wrap,
  .client-handoff-hero .solution-hero-grid,
  .site-footer.rev2-footer .footer-grid,
  .site-footer.rev2-footer .footer-bottom {
    width: min(calc(100% - 40px), var(--premium-shell));
  }

  .topbar {
    display: none;
  }

  .handoff-section > .wrap,
  .handoff-pathway-section > .wrap {
    width: min(100%, var(--premium-shell));
  }

  .client-handoff-hero .solution-hero-grid {
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .client-handoff-hero .solution-hero-copy h1,
  .client-handoff-lkh-w1-p001 .solution-hero-copy h1,
  .client-handoff-lkh-w1-p002 .solution-hero-copy h1,
  .client-handoff-lkh-w1-p003 .solution-hero-copy h1 {
    max-width: none;
    font-size: clamp(34px, 10.2vw, 41px);
    overflow-wrap: normal;
  }

  .client-handoff-hero .solution-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .client-handoff-hero .hero-actions,
  .client-handoff-hero .hero-actions .btn {
    width: 100%;
  }

  .client-handoff-hero .hero-actions .btn {
    min-width: 0;
    min-height: 52px;
  }

  .client-handoff-hero .datapro-standard-form {
    padding: 0;
  }

  :is(.client-handoff-hero, .handoff-trust-section) .solution-trust-grid,
  :is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-4,
  :is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-2 {
    grid-template-columns: 1fr;
  }

  :is(.client-handoff-hero, .handoff-trust-section) .solution-trust-card {
    min-height: 0;
  }

  .handoff-section,
  .handoff-pathway-section,
  .handoff-faq-section {
    padding: 56px 20px;
  }

  .handoff-section h2,
  .handoff-section .handoff-section-head > .handoff-repeated-heading,
  .handoff-pathway-head h2,
  .handoff-faq-section .section-head h2 {
    max-width: none;
    font-size: clamp(30px, 8.8vw, 36px);
  }

  .handoff-card-grid.handoff-grid-cols-2,
  .handoff-card-grid.handoff-grid-cols-3,
  .handoff-card-grid.handoff-grid-cols-4,
  .handoff-card-grid.handoff-grid-cols-5,
  .handoff-card-grid[data-card-count="4"],
  .handoff-pathway-grid {
    grid-template-columns: 1fr;
  }

  .handoff-card-grid > :last-child:nth-child(odd),
  .handoff-card--wide {
    grid-column: 1;
    width: 100%;
  }

  .handoff-card {
    padding: 24px;
  }

  .handoff-card-media {
    width: calc(100% + 48px);
    margin: -24px -24px 22px;
  }

  .handoff-card .card-link,
  .handoff-section .section-actions,
  .handoff-section .section-actions .btn,
  .cta-band-actions,
  .cta-band-actions .btn {
    width: 100%;
  }

  .handoff-overview-media,
  .handoff-section--with-media .handoff-overview-media {
    aspect-ratio: 4 / 3;
  }

  .handoff-pathway-body {
    padding: 20px;
  }

  .handoff-final-cta {
    padding: 48px 20px;
  }
}

@media (max-width: 360px) {
  .handoff-card-head {
    gap: 12px;
  }

  .handoff-section--conversion > .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Final responsive alignment for the 13-card solutions directory. */
@media (min-width: 981px) and (max-width: 1180px) {
  .handoff-card-grid[data-card-count="13"] > :last-child {
    grid-column: 2;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .handoff-card-grid[data-card-count="13"] > :last-child {
    grid-column: 1 / -1;
    width: calc((100% - 24px) / 2);
    justify-self: center;
  }
}

@media (min-width: 761px) {
  .handoff-section-head > .handoff-list--long,
  .handoff-section > .wrap > .handoff-list--long {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  :is(.client-handoff-hero, .handoff-trust-section) .solution-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :is(.client-handoff-hero, .handoff-trust-section) .approved-trust-grid-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Keep directory grids visually balanced when a three-column layout ends in
   one or two cards. Six tracks preserve the normal card width while allowing
   the final row to be centered without widening its content. */
@media (min-width: 981px) {
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="5"],
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="7"],
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="8"],
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="10"],
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="13"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .handoff-card-grid[data-has-wide-card="false"][data-card-count="5"] > *,
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="7"] > *,
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="8"] > *,
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="10"] > *,
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="13"] > * {
    grid-column: span 2;
  }

  .handoff-card-grid[data-has-wide-card="false"][data-card-count="5"] > :nth-last-child(2),
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="8"] > :nth-last-child(2) {
    grid-column: 2 / span 2;
  }

  .handoff-card-grid[data-has-wide-card="false"][data-card-count="7"] > :last-child,
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="10"] > :last-child,
  .handoff-card-grid[data-has-wide-card="false"][data-card-count="13"] > :last-child {
    grid-column: 3 / span 2;
  }

  .client-article-grid[data-card-count="10"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .client-article-grid[data-card-count="10"] > * {
    grid-column: span 2;
  }

  .client-article-grid[data-card-count="10"] > :last-child {
    grid-column: 3 / span 2;
  }
}

/* If a governed document supplies an image but no supporting paragraph or
   list, stack the media beneath the heading. This prevents an empty half-row
   while preserving the source text exactly. */
@media (min-width: 901px) {
  .handoff-section--with-media[data-has-supporting-copy="false"] > .wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .handoff-section--with-media[data-has-supporting-copy="false"] .handoff-section-head,
  .handoff-section--with-media[data-has-supporting-copy="false"] .handoff-section-media-grid {
    grid-column: 1;
    grid-row: auto;
  }

  .handoff-section--with-media[data-has-supporting-copy="false"] .handoff-section-media-grid {
    width: min(100%, 920px);
    margin-inline: auto;
  }
}

.handoff-section--process.handoff-section--with-media .handoff-overview-media {
  aspect-ratio: 2 / 1;
}

@media (max-width: 900px) {
  .handoff-section--process.handoff-section--with-media .handoff-overview-media {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 760px) {
  .handoff-section--process.handoff-section--with-media .handoff-overview-media {
    aspect-ratio: 4 / 3;
  }
}

.handoff-card-copy--empty {
  display: none;
}

.handoff-card--title-only .card-link,
.handoff-card--title-only .governance-link-disabled {
  margin-top: auto;
}

#rev2-form {
  scroll-margin-top: 260px;
}

/* Final legal-policy and small-copy legibility refinements. */
.legal-document-notice,
.legal-document-meta {
  width: 100%;
  min-width: 0;
  padding: 24px 28px;
  border: 1px solid rgba(38, 89, 255, 0.24);
  border-radius: 12px;
  background: #f7f9ff;
  overflow-wrap: anywhere;
}

.legal-document-notice {
  border-left: 4px solid var(--brand);
}

.legal-document-notice strong,
.legal-document-meta-title {
  display: block;
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.legal-document-notice p,
.legal-document-meta p {
  max-width: 72ch;
  margin: 0;
  color: var(--body);
  line-height: 1.65;
}

.legal-document-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.legal-document-contact a,
.legal-document-related a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding-block: 8px;
  color: var(--brand-bright);
  font-weight: 750;
  overflow-wrap: anywhere;
}

.legal-document-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 16px;
}

.legal-document-subsection {
  display: grid;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.legal-document-subsection:first-of-type {
  margin-top: 4px;
}

.legal-document-subsection h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.3;
}

.legal-document-copy blockquote {
  max-width: 72ch;
  margin: 4px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--brand);
  color: var(--body);
  background: var(--soft);
  font-size: 15px;
  line-height: 1.65;
}

.client-handoff-legal-hero .legal-updated {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.5;
}

:is(.client-handoff-hero, .handoff-trust-section) .solution-trust-card > span:last-child,
:is(.client-handoff-hero, .handoff-trust-section) .solution-trust-card > p {
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .eyebrow {
    font-size: 11px;
  }

  .handoff-card .card-link,
  .handoff-pathway-action {
    font-size: 14px;
  }

  .handoff-pathway-copy,
  .rev2-form-consent,
  .rev2-form-privacy {
    font-size: 13px;
    line-height: 1.55;
  }

  .legal-document-notice,
  .legal-document-meta {
    padding: 20px;
  }

  .legal-document-related {
    display: grid;
    gap: 12px;
  }

  .legal-document-copy blockquote {
    padding: 16px;
    font-size: 14px;
  }
}

/* Client review 2026-09-06: Tampa-style bare icons and consistent FAQ boxes. */
:is(.trust-icon, .service-icon, .proof-icon, .license-icon, .process-icon,
.coverage-icon, .solution-feature-icon, .solution-trust-icon, .area-icon,
.area-pill-icon, .contact-nap-icon, .footer-contact-icon, .footer-license-icon,
.handoff-card-icon, .handoff-card-index, .handoff-pathway-icon, .topbar-icon,
.field-icon, .button-icon, .faq-toggle),
.contact-hero-links a > span {
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.handoff-card-head,
.handoff-pathway-title {
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 12px;
}

.handoff-card-icon,
.handoff-pathway-icon {
  width: 32px;
  height: 32px;
}

.handoff-card-icon svg,
.handoff-pathway-icon svg {
  width: 28px;
  height: 28px;
}

:is(.faq-list, .faq-grid, .solution-faq-list) {
  gap: 14px;
  align-items: start;
}

:root :is(.faq-item, .faq-card) > summary {
  position: relative;
  box-sizing: border-box;
  min-height: var(--faq-question-height, 80px);
  padding: 16px 56px 16px 22px;
  align-items: center;
}

:root :is(.faq-item, .faq-card) .faq-toggle {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
