
body.inner-page {
  --inner-blue: #17aae2;
  --inner-blue-deep: #087da8;
  --inner-blue-soft: #e8f8ff;
  --inner-ink: #06111d;
  --inner-copy: #385069;
  --inner-line: #d9e7f0;
  --inner-soft: #f5f9fc;
  --inner-shell: 1184px;
  --inner-gutter: clamp(1rem, 3vw, 2.75rem);
  --inner-radius: 22px;
  --inner-shadow: 0 24px 56px rgba(7, 16, 29, 0.1);
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9fc 52%, #edf3f8 100%) !important;
  color: var(--inner-ink) !important;
  font-family: 'Google Sans Flex' !important;
  overflow-x: hidden !important;
}

body.inner-page h1,
body.inner-page h2,
body.inner-page h3,
body.inner-page h4,
body.inner-page h5 {
  color: var(--inner-ink) !important;
  font-family: inherit !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

body.inner-page p,
body.inner-page li {
  color: var(--inner-copy) !important;
  font-size: 1rem !important;
  line-height: 1.68 !important;
  text-wrap: pretty;
}

body.inner-page .container {
  max-width: var(--inner-shell) !important;
  padding-left: var(--inner-gutter) !important;
  padding-right: var(--inner-gutter) !important;
}

body.inner-page .hero.compact {
  background:
    linear-gradient(90deg, rgba(5, 15, 24, 0.97) 0%, rgba(5, 15, 24, 0.88) 45%, rgba(5, 15, 24, 0.56) 100%),
    linear-gradient(180deg, rgba(5, 15, 24, 0.18), rgba(5, 15, 24, 0.48)),
    var(--hero-image) var(--hero-position, center center) / cover no-repeat !important;
  color: #ffffff !important;
  display: flex !important;
  min-height: clamp(620px, 76vh, 760px) !important;
  overflow: hidden !important;
  padding: calc(4.2rem + var(--hp-nav-height, 88px)) 0 4.2rem !important;
  position: relative !important;
}

body.inner-page .hero.compact::before {
  background: radial-gradient(circle at 28% 24%, rgba(23, 170, 226, 0.22), transparent 34%);
  content: '' !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
}

body.inner-page .hero.compact .container {
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
}

body.inner-page .hero.compact .row {
  width: 100% !important;
}

body.inner-page .hero.compact h1,
body.inner-page .hero.compact .display-4 {
  color: #ffffff !important;
  font-size: clamp(2.75rem, 6vw, 5.35rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 0.98 !important;
  max-width: 980px !important;
}

body.inner-page .hero.compact .lead {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(1.05rem, 1.6vw, 1.24rem) !important;
  line-height: 1.68 !important;
  max-width: 760px !important;
}

body.inner-page .breadcrumb,
body.inner-page .eyebrow {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  display: inline-flex !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  margin-bottom: 1.25rem !important;
  padding: 0.52rem 0.82rem !important;
  text-transform: none !important;
}

body.inner-page .breadcrumb a,
body.inner-page .breadcrumb span {
  color: #ffffff !important;
  text-decoration: none !important;
}

body.inner-page .hero-actions,
body.inner-page .cta-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.78rem !important;
  margin-top: 1.8rem !important;
}

body.inner-page .btn,
body.inner-page .nav-quote-btn {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  font-family: inherit !important;
  font-weight: 800 !important;
  gap: 0.48rem !important;
  justify-content: center !important;
  line-height: 1.15 !important;
  min-height: 52px !important;
  text-decoration: none !important;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

body.inner-page .btn-primary,
body.inner-page .nav-quote-btn {
  background: var(--inner-blue) !important;
  border-color: var(--inner-blue) !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

body.inner-page .btn-primary:hover,
body.inner-page .btn-primary:focus-visible,
body.inner-page .nav-quote-btn:hover,
body.inner-page .nav-quote-btn:focus-visible {
  background: #1184b3 !important;
  border-color: #1184b3 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

body.inner-page .btn-light,
body.inner-page .btn-cta-secondary {
  background: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
  box-shadow: none !important;
  color: var(--inner-ink) !important;
}

body.inner-page .proof-strip {
  display: grid !important;
  gap: 0.72rem !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-top: 1.75rem !important;
  max-width: 1060px !important;
}

body.inner-page .proof-item {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 16px !important;
  min-width: 0 !important;
  padding: 1rem !important;
}

body.inner-page .proof-item strong {
  color: #ffffff !important;
  display: block !important;
  font-size: 0.92rem !important;
  line-height: 1.25 !important;
  margin-bottom: 0.18rem !important;
}

body.inner-page .proof-item span {
  color: rgba(255, 255, 255, 0.74) !important;
  display: block !important;
  font-size: 0.82rem !important;
  line-height: 1.46 !important;
}

body.inner-page .section,
body.inner-page .hp-section {
  padding: clamp(4.8rem, 7vw, 7rem) 0 !important;
}

body.inner-page .section-tight {
  padding: clamp(4rem, 6vw, 5.6rem) 0 !important;
}

body.inner-page .section-soft {
  background: linear-gradient(135deg, #eef8fd 0%, #f8fbfe 48%, #ffffff 100%) !important;
}

body.inner-page .section h2 {
  font-size: clamp(2rem, 4vw, 3.4rem) !important;
  max-width: 920px !important;
}

body.inner-page .intro-copy,
body.inner-page .section .lead {
  color: #22364d !important;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem) !important;
  line-height: 1.68 !important;
}

body.inner-page .service-card,
body.inner-page .feature-card,
body.inner-page .faq-card,
body.inner-page .split-panel,
body.inner-page .hp-problem-card {
  background: #ffffff !important;
  border: 1px solid var(--inner-line) !important;
  border-radius: var(--inner-radius) !important;
  box-shadow: none !important;
  height: 100% !important;
  padding: clamp(1.15rem, 2.2vw, 1.7rem) !important;
}

body.inner-page .service-card:hover,
body.inner-page .feature-card:hover,
body.inner-page .faq-card:hover {
  border-color: rgba(23, 170, 226, 0.32) !important;
  transform: translateY(-2px) !important;
}

body.inner-page .icon-box,
body.inner-page .hp-icon {
  align-items: center !important;
  background: #e8f8ff !important;
  border: 1px solid rgba(23, 170, 226, 0.22) !important;
  border-radius: 12px !important;
  color: var(--inner-blue-deep) !important;
  display: inline-flex !important;
  height: 46px !important;
  justify-content: center !important;
  margin-bottom: 1rem !important;
  width: 46px !important;
}

body.inner-page .check-list,
body.inner-page .hero-points {
  display: grid !important;
  gap: 0.76rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.inner-page .check-list li {
  align-items: flex-start !important;
  display: flex !important;
  gap: 0.62rem !important;
}

body.inner-page .check-list i {
  color: var(--inner-blue) !important;
  margin-top: 0.25rem !important;
}

body.inner-page .route-link-grid,
body.inner-page .quote-list,
body.inner-page .badge-list {
  display: grid !important;
  gap: 0.72rem !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
}

body.inner-page .route-link-grid a,
body.inner-page .quote-list span,
body.inner-page .badge-list span {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid var(--inner-line) !important;
  border-radius: 999px !important;
  color: #22364d !important;
  display: flex !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0.72rem 0.9rem !important;
  text-align: center !important;
  text-decoration: none !important;
}

body.inner-page .route-link-grid a:hover,
body.inner-page .route-link-grid a:focus-visible {
  background: var(--inner-blue-soft) !important;
  border-color: rgba(23, 170, 226, 0.32) !important;
  color: var(--inner-blue-deep) !important;
}

body.inner-page .link-arrow {
  align-items: center !important;
  color: var(--inner-blue-deep) !important;
  display: inline-flex !important;
  font-weight: 800 !important;
  gap: 0.35rem !important;
  margin-top: 0.5rem !important;
  text-decoration: none !important;
}

body.inner-page .inner-proof-section {
  background: #06111d !important;
  color: #ffffff !important;
}

body.inner-page .inner-proof-section h2,
body.inner-page .inner-proof-section h3,
body.inner-page .inner-proof-section strong {
  color: #ffffff !important;
}

body.inner-page .inner-proof-section p,
body.inner-page .inner-proof-section li {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.inner-page .inner-proof-section .service-card,
body.inner-page .inner-proof-section .split-panel {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.inner-page .cta-band {
  background: #06111d !important;
  color: #ffffff !important;
}

body.inner-page .cta-shell {
  background: linear-gradient(135deg, #0c3144, #164f69) !important;
  border: 1px solid rgba(140, 228, 255, 0.18) !important;
  border-radius: 24px !important;
  box-shadow: none !important;
  padding: clamp(1.4rem, 4vw, 2.6rem) !important;
}

body.inner-page .cta-shell h2,
body.inner-page .cta-shell p {
  color: #ffffff !important;
}

body.inner-page .cta-note {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.95rem !important;
  margin-top: 0.75rem !important;
}

body.inner-page .table-clean {
  display: grid !important;
  gap: 0.65rem !important;
}

body.inner-page .row-line {
  align-items: start !important;
  border-bottom: 1px solid var(--inner-line) !important;
  display: grid !important;
  gap: 0.6rem !important;
  grid-template-columns: 140px 1fr !important;
  padding: 0.7rem 0 !important;
}

body.inner-page .row-line strong {
  color: var(--inner-ink) !important;
}

body.inner-page .row-line a {
  color: var(--inner-blue-deep) !important;
  font-weight: 800 !important;
}

@media (prefers-reduced-motion: no-preference) {
  body.inner-page .hero.compact h1,
  body.inner-page .hero.compact .lead,
  body.inner-page .hero-actions,
  body.inner-page .proof-strip,
  body.inner-page .section > .container {
    animation: innerFadeUp 0.56s ease both;
  }
}

@keyframes innerFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  body.inner-page .hero.compact {
    min-height: auto !important;
    padding: calc(3.2rem + 84px) 0 3.2rem !important;
  }

  body.inner-page .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  body.inner-page .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body.inner-page .hero.compact {
    background:
      linear-gradient(90deg, rgba(5, 15, 24, 0.97) 0%, rgba(5, 15, 24, 0.9) 58%, rgba(5, 15, 24, 0.62) 100%),
      linear-gradient(180deg, rgba(5, 15, 24, 0.16), rgba(5, 15, 24, 0.5)),
      var(--hero-mobile-image) center center / cover no-repeat !important;
    padding: calc(2.7rem + 84px) 0 3rem !important;
  }

  body.inner-page .hero.compact .breadcrumb {
    display: none !important;
  }

  body.inner-page .hero.compact h1,
  body.inner-page .hero.compact .display-4 {
    font-size: clamp(2.4rem, 11vw, 3.35rem) !important;
    line-height: 1.02 !important;
  }

  body.inner-page .hero.compact .lead {
    font-size: 1.06rem !important;
    line-height: 1.64 !important;
  }

  body.inner-page .hero-actions,
  body.inner-page .cta-actions {
    align-items: stretch !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  body.inner-page .hero-actions .btn,
  body.inner-page .cta-actions .btn,
  body.inner-page .btn {
    width: 100% !important;
  }

  body.inner-page .hero.compact .proof-strip {
    display: none !important;
  }

  body.inner-page .proof-strip,
  body.inner-page .route-link-grid,
  body.inner-page .quote-list,
  body.inner-page .badge-list {
    grid-template-columns: 1fr !important;
  }

  body.inner-page .section,
  body.inner-page .hp-section {
    padding: 3.8rem 0 !important;
  }

  body.inner-page .section h2 {
    font-size: clamp(1.9rem, 8vw, 2.65rem) !important;
  }

  body.inner-page .service-card,
  body.inner-page .feature-card,
  body.inner-page .faq-card,
  body.inner-page .split-panel {
    border-radius: 18px !important;
  }

  body.inner-page .row-line {
    grid-template-columns: 1fr !important;
  }
}
