/* Inner pages premium rebuild. Loaded after newstyle.css + shell.css.
   Goal: render every non-home page with the same visual quality as home.css. */

body.inner-page {
  --hp-font: 'Google Sans Flex';
  --hp-blue: #17aae2;
  --hp-blue-deep: #087da8;
  --hp-blue-soft: #e8f8ff;
  --hp-ink: #06111d;
  --hp-ink-2: #102235;
  --hp-copy: #385069;
  --hp-muted: #718297;
  --hp-line: #d9e7f0;
  --hp-card: #ffffff;
  --hp-cream: #f7fbfe;
  --hp-shell: 1320px;
  --hp-gutter: clamp(1rem, 3vw, 2.75rem);
  --hp-nav-height: 88px;
  --hp-radius: 28px;
  --hp-radius-sm: 18px;
  --hp-shadow: 0 26px 70px rgba(6, 17, 29, 0.14);
  --hp-card-shadow: 0 18px 46px rgba(6, 17, 29, 0.08);
  --hero-image: url('/bg.jpg');
  --hero-mobile-image: url('/bg-mobile.jpg');
  --hero-position: 55% center;
  background: var(--hp-cream) !important;
  color: var(--hp-copy) !important;
  font-family: var(--hp-font) !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(--hp-ink) !important;
  font-family: var(--hp-font) !important;
  font-weight: 700 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.02 !important;
  margin: 0 0 0.95rem !important;
  text-wrap: balance;
}

body.inner-page h1,
body.inner-page .display-3,
body.inner-page .display-4 {
  font-size: clamp(2.4rem, 5.2vw, 4.55rem) !important;
  letter-spacing: -0.03em !important;
  line-height: 1 !important;
}

body.inner-page h2 {
  font-size: clamp(1.98rem, 4vw, 3.55rem) !important;
  letter-spacing: -0.03em !important;
  line-height: 1.02 !important;
}

body.inner-page h3,
body.inner-page .h3,
body.inner-page .h4,
body.inner-page .h5 {
  font-size: clamp(1.08rem, 1.395vw, 1.278rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
}

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

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

/* ============= HERO ============= */
/* Photo-led with a strong left-side contrast wedge so the headline pops,
   while the car photo still reads clearly on the right. */

body.inner-page .hero,
body.inner-page .hero.compact {
  background:
    linear-gradient(100deg, rgba(2, 8, 15, 0.92) 0%, rgba(2, 8, 15, 0.78) 38%, rgba(2, 8, 15, 0.5) 70%, rgba(2, 8, 15, 0.32) 100%),
    var(--hero-image) var(--hero-position, 55% center) / cover no-repeat !important;
  background-color: #050b12 !important;
  color: #ffffff !important;
  overflow: hidden !important;
  padding: calc(var(--hp-nav-height) + clamp(3.5rem, 6vw, 6.5rem)) 0 clamp(4.4rem, 6vw, 6.4rem) !important;
  position: relative !important;
}

/* Soft top/bottom contrast bands to deepen the headline area further. */
body.inner-page .hero::after {
  background:
    linear-gradient(180deg, rgba(2, 8, 15, 0.45) 0%, rgba(2, 8, 15, 0) 22%, rgba(2, 8, 15, 0) 65%, rgba(2, 8, 15, 0.55) 100%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

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

body.inner-page .hero h1,
body.inner-page .hero .display-4 {
  color: #ffffff !important;
  font-size: clamp(2.55rem, 5.6vw, 5.4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  line-height: 0.98 !important;
  margin: 0 !important;
  max-width: 980px !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.35) !important;
}

body.inner-page .hero p,
body.inner-page .hero .lead {
  color: rgba(245, 251, 255, 0.94) !important;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem) !important;
  line-height: 1.6 !important;
  margin: 1.35rem 0 0 !important;
  max-width: 780px !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45) !important;
}

body.inner-page .hero .breadcrumb,
body.inner-page .breadcrumb {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  display: inline-flex !important;
  flex-wrap: wrap !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  gap: 0.12rem !important;
  letter-spacing: 0 !important;
  margin: 0 0 1.5rem !important;
  padding: 0.5rem 0.85rem !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 .proof-strip {
  display: grid !important;
  gap: 0.72rem !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-top: 2rem !important;
  max-width: 1080px !important;
}

body.inner-page .proof-item {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)) !important;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  border-radius: 18px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !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;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 0.2rem !important;
}

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

/* Location-page hero — strong left wedge keeps the headline punchy while the
   city photo still reads on the right. */
body.inner-page.location-page .hero.compact,
body.inner-page.location-page .hero {
  background:
    linear-gradient(100deg, rgba(2, 8, 15, 0.88) 0%, rgba(2, 8, 15, 0.72) 38%, rgba(2, 8, 15, 0.42) 70%, rgba(2, 8, 15, 0.22) 100%),
    var(--hero-image) var(--hero-position, center 52%) / cover no-repeat !important;
}

/* ============= BUTTONS ============= */

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

body.inner-page .btn-lg {
  font-size: 1rem !important;
  min-height: 54px !important;
  padding: 0.92rem 1.28rem !important;
}

body.inner-page .btn-primary {
  background: linear-gradient(135deg, #23bdf5, var(--hp-blue-deep)) !important;
  border: 1px solid rgba(23, 170, 226, 0.42) !important;
  box-shadow: 0 18px 38px rgba(23, 170, 226, 0.34) !important;
  color: #ffffff !important;
}

body.inner-page .btn-primary:hover,
body.inner-page .btn-primary:focus-visible {
  background: linear-gradient(135deg, #18ace4, #066c93) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

body.inner-page .btn-light {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 16px 34px rgba(6, 17, 29, 0.14) !important;
  color: var(--hp-ink) !important;
}

body.inner-page .btn-light:hover,
body.inner-page .btn-light:focus-visible {
  background: #ffffff !important;
  color: var(--hp-ink) !important;
  transform: translateY(-2px) !important;
}

body.inner-page .btn-cta-secondary {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  color: #ffffff !important;
}

body.inner-page .btn-cta-secondary:hover,
body.inner-page .btn-cta-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* ============= SECTIONS ============= */

body.inner-page .section,
body.inner-page section.section {
  background: #ffffff;
  padding: clamp(4.5rem, 7vw, 8rem) 0 !important;
  position: relative !important;
}

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

body.inner-page .section-soft {
  background:
    radial-gradient(circle at top left, rgba(23, 170, 226, 0.12), transparent 25rem),
    linear-gradient(180deg, #eef7fc 0%, #f7fbfe 100%) !important;
}

body.inner-page .section h2,
body.inner-page .section-tight h2 {
  font-size: clamp(1.98rem, 4.05vw, 3.85rem) !important;
  letter-spacing: -0.03em !important;
  line-height: 1.02 !important;
  max-width: 920px !important;
}

body.inner-page .intro-copy,
body.inner-page .section .lead {
  color: var(--hp-copy) !important;
  font-size: clamp(1rem, 1.25vw, 1.16rem) !important;
  line-height: 1.72 !important;
}

/* Centred section heading row used in many inner pages.
   Match the home page .hp-section-heading look: heading and lead copy
   sit in the full container width with sensible max-widths on the
   text itself, instead of being squeezed into a narrow col-lg-8. */
body.inner-page .section .row.justify-content-center.text-center,
body.inner-page .section-tight .row.justify-content-center.text-center {
  display: block !important;
  margin: 0 0 clamp(1.7rem, 3vw, 2.7rem) !important;
}

body.inner-page .section .row.justify-content-center.text-center > [class*='col-'],
body.inner-page .section-tight .row.justify-content-center.text-center > [class*='col-'] {
  display: block !important;
  flex: 0 0 100% !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

body.inner-page .section .row.justify-content-center.text-center h2,
body.inner-page .section-tight .row.justify-content-center.text-center h2 {
  margin: 0 auto 0.95rem !important;
  max-width: 980px !important;
}

body.inner-page .section .row.justify-content-center.text-center p,
body.inner-page .section-tight .row.justify-content-center.text-center p {
  margin: 0 auto !important;
  max-width: 820px !important;
}

/* ============= CARDS ============= */

body.inner-page .feature-card,
body.inner-page .service-card,
body.inner-page .faq-card,
body.inner-page .split-panel,
body.inner-page .hp-problem-card {
  background: #ffffff !important;
  border: 1px solid var(--hp-line) !important;
  border-radius: var(--hp-radius) !important;
  box-shadow: var(--hp-card-shadow) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.82rem !important;
  height: 100% !important;
  padding: clamp(1.2rem, 2vw, 1.75rem) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

body.inner-page .feature-card:hover,
body.inner-page .service-card:hover,
body.inner-page .faq-card:hover {
  border-color: rgba(23, 170, 226, 0.36) !important;
  box-shadow: 0 28px 64px rgba(6, 17, 29, 0.13) !important;
  transform: translateY(-2px) !important;
}

body.inner-page .feature-card h3,
body.inner-page .service-card h2,
body.inner-page .service-card h3,
body.inner-page .faq-card h3 {
  font-size: clamp(1.1rem, 1.42vw, 1.34rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

body.inner-page .feature-card p,
body.inner-page .service-card p,
body.inner-page .faq-card p,
body.inner-page .split-panel p {
  color: var(--hp-copy) !important;
  font-size: 0.98rem !important;
  line-height: 1.62 !important;
  margin: 0 !important;
}

body.inner-page .icon-box,
body.inner-page .hp-icon {
  align-items: center !important;
  background: var(--hp-blue-soft) !important;
  border: 1px solid rgba(23, 170, 226, 0.24) !important;
  border-radius: 16px !important;
  color: var(--hp-blue-deep) !important;
  display: inline-flex !important;
  font-size: 1.15rem !important;
  height: 48px !important;
  justify-content: center !important;
  margin: 0 0 0.5rem !important;
  width: 48px !important;
}

body.inner-page .link-arrow {
  align-items: center !important;
  color: var(--hp-blue-deep) !important;
  display: inline-flex !important;
  font-weight: 700 !important;
  gap: 0.4rem !important;
  margin-top: auto !important;
  min-height: 44px !important;
  text-decoration: none !important;
}

body.inner-page .link-arrow:hover,
body.inner-page .link-arrow:focus-visible {
  color: var(--hp-blue) !important;
}

/* Split panel (right column on intro rows) */
body.inner-page .split-panel {
  gap: 1rem !important;
}

body.inner-page .split-panel h3,
body.inner-page .split-panel .h4 {
  color: var(--hp-ink) !important;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem) !important;
  margin: 0 !important;
}

/* ============= LISTS ============= */

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

body.inner-page .check-list li {
  align-items: flex-start !important;
  color: var(--hp-copy) !important;
  display: flex !important;
  font-size: 0.98rem !important;
  gap: 0.62rem !important;
  line-height: 1.55 !important;
}

body.inner-page .check-list i {
  color: var(--hp-blue) !important;
  flex: 0 0 auto !important;
  font-size: 1.05rem !important;
  margin-top: 0.18rem !important;
}

body.inner-page .hero-points {
  margin-top: 1.25rem !important;
  max-width: 760px !important;
}

body.inner-page .hero-points li {
  align-items: center !important;
  color: rgba(255, 255, 255, 0.86) !important;
  display: flex !important;
  font-size: 0.95rem !important;
  gap: 0.55rem !important;
}

body.inner-page .hero-points i {
  color: #8ce4ff !important;
}

/* Eyebrow label above hero headings */
body.inner-page .eyebrow {
  background: rgba(140, 228, 255, 0.16) !important;
  border: 1px solid rgba(140, 228, 255, 0.28) !important;
  border-radius: 999px !important;
  color: #8ce4ff !important;
  display: inline-block !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 0.85rem !important;
  padding: 0.38rem 0.82rem !important;
  text-transform: uppercase !important;
}

/* Pill links and badge lists */
body.inner-page .route-link-grid,
body.inner-page .quote-list,
body.inner-page .badge-list,
body.inner-page .route-list {
  display: grid !important;
  gap: 0.72rem !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.inner-page .route-link-grid a,
body.inner-page .quote-list span,
body.inner-page .badge-list span,
body.inner-page .route-list span {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid var(--hp-line) !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 18px rgba(6, 17, 29, 0.05) !important;
  color: #22364d !important;
  display: flex !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  min-height: 48px !important;
  padding: 0.7rem 1rem !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease !important;
}

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

body.inner-page .page-outline {
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid var(--hp-line) !important;
  border-radius: var(--hp-radius) !important;
  box-shadow: var(--hp-card-shadow) !important;
  padding: clamp(0.85rem, 1.4vw, 1.1rem) !important;
}

/* ============= ROWS / BOOTSTRAP-STYLE GRID ============= */

body.inner-page .row {
  --bs-gutter-y: var(--bs-gutter-x);
}

/* Make sure cards fill the column when wrapped in col-* */
body.inner-page [class*='col-'] > .feature-card,
body.inner-page [class*='col-'] > .service-card,
body.inner-page [class*='col-'] > .faq-card,
body.inner-page [class*='col-'] > .split-panel {
  height: 100% !important;
}

/* ============= DARK CTA / PROOF SECTIONS ============= */

body.inner-page .cta-band,
body.inner-page .section-tight.cta-band {
  background: #07111f !important;
  color: #ffffff !important;
  padding: clamp(3.6rem, 5.6vw, 5.4rem) 0 !important;
  position: relative !important;
}

body.inner-page .cta-band::before {
  background:
    radial-gradient(circle at 18% 30%, rgba(23, 170, 226, 0.22), transparent 28rem),
    radial-gradient(circle at 82% 70%, rgba(140, 228, 255, 0.12), transparent 24rem);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.inner-page .cta-band > .container {
  position: relative !important;
  z-index: 1 !important;
}

body.inner-page .cta-shell {
  background:
    radial-gradient(circle at 78% 22%, rgba(23, 170, 226, 0.32), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)) !important;
  border: 1px solid rgba(140, 228, 255, 0.22) !important;
  border-radius: var(--hp-radius) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28) !important;
  padding: clamp(1.5rem, 3.6vw, 3rem) !important;
}

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

body.inner-page .cta-shell .lead {
  color: rgba(238, 248, 255, 0.84) !important;
}

body.inner-page .cta-band .btn-light {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--hp-ink) !important;
}

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

/* Dark proof / evidence section that sits inside main */
body.inner-page .inner-proof-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(23, 170, 226, 0.22), transparent 26rem),
    radial-gradient(circle at 86% 12%, rgba(140, 228, 255, 0.1), transparent 26rem),
    linear-gradient(135deg, #07111f, #0d2436) !important;
  color: #ffffff !important;
  position: relative !important;
}

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

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

body.inner-page .inner-proof-section .service-card,
body.inner-page .inner-proof-section .feature-card,
body.inner-page .inner-proof-section .split-panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05)) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body.inner-page .inner-proof-section .service-card p,
body.inner-page .inner-proof-section .feature-card p {
  color: rgba(238, 248, 255, 0.78) !important;
}

body.inner-page .inner-proof-section .icon-box {
  background: rgba(140, 228, 255, 0.16) !important;
  border-color: rgba(140, 228, 255, 0.28) !important;
  color: #8ce4ff !important;
}

body.inner-page .inner-proof-section .route-link-grid a {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

body.inner-page .inner-proof-section .route-link-grid a:hover,
body.inner-page .inner-proof-section .route-link-grid a:focus-visible {
  background: rgba(140, 228, 255, 0.18) !important;
  border-color: rgba(140, 228, 255, 0.34) !important;
  color: #ffffff !important;
}

/* ============= TABLE / ROW LINE (used on cost / paperwork pages) ============= */

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

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

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

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

/* ============= UTILITIES ============= */

body.inner-page .anchor-target {
  scroll-margin-top: calc(var(--hp-nav-height) + 1.5rem) !important;
}

body.inner-page .mt-3 { margin-top: 1rem !important; }
body.inner-page .mt-4 { margin-top: 1.5rem !important; }
body.inner-page .mb-0 { margin-bottom: 0 !important; }
body.inner-page .mb-5 { margin-bottom: 3rem !important; }
body.inner-page .mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }

/* ============= ANIMATIONS ============= */

@media (prefers-reduced-motion: no-preference) {
  body.inner-page .hero h1,
  body.inner-page .hero .lead,
  body.inner-page .hero .breadcrumb,
  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);
  }
}

/* ============= RESPONSIVE ============= */

@media (max-width: 1199.98px) {
  body.inner-page {
    --hp-nav-height: 80px;
  }
}

@media (max-width: 991.98px) {
  body.inner-page .hero,
  body.inner-page .hero.compact {
    padding: calc(var(--hp-nav-height) + 2.6rem) 0 3.4rem !important;
  }

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

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

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

  body.inner-page .hero,
  body.inner-page .hero.compact {
    background:
      linear-gradient(180deg, rgba(2, 8, 15, 0.86) 0%, rgba(2, 8, 15, 0.58) 32%, rgba(2, 8, 15, 0.5) 60%, rgba(2, 8, 15, 0.78) 100%),
      var(--hero-mobile-image) center center / cover no-repeat !important;
    padding: calc(var(--hp-nav-height) + 2rem) 0 3rem !important;
  }

  body.inner-page.location-page .hero,
  body.inner-page.location-page .hero.compact {
    background:
      linear-gradient(180deg, rgba(2, 8, 15, 0.8) 0%, rgba(2, 8, 15, 0.5) 32%, rgba(2, 8, 15, 0.42) 60%, rgba(2, 8, 15, 0.72) 100%),
      var(--hero-mobile-image) center center / cover no-repeat !important;
  }

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

  body.inner-page .hero .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 .breadcrumb {
    display: none !important;
  }

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

  body.inner-page .section,
  body.inner-page .section-tight,
  body.inner-page .cta-band {
    padding: 3.6rem 0 !important;
  }

  body.inner-page .section h2,
  body.inner-page .cta-band h2 {
    font-size: clamp(1.8rem, 8vw, 2.55rem) !important;
  }

  body.inner-page .feature-card,
  body.inner-page .service-card,
  body.inner-page .faq-card,
  body.inner-page .split-panel {
    border-radius: var(--hp-radius-sm) !important;
  }

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