/* Homepage mobile correction only. Desktop and tablet layouts remain unchanged. */
@media (max-width: 767px) {
  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .journey-section {
    display: block !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .journey-intro {
    display: flex !important;
    min-height: 0 !important;
    padding: 64px 20px 58px !important;
  }

  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .journey-intro h2 {
    font-size: clamp(2.85rem, 13vw, 3.35rem) !important;
    line-height: 0.98 !important;
    margin: 0 0 2.25rem !important;
  }

  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .journey-grid {
    display: grid !important;
    gap: 2px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, clamp(128px, 38vw, 175px)) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .journey-grid img {
    aspect-ratio: auto !important;
    display: block !important;
    height: 100% !important;
    inset: auto !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
    position: relative !important;
    transform: none !important;
    width: 100% !important;
  }

  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .final-cta {
    align-items: start !important;
    background: #0e0f10 !important;
    background-image: none !important;
    clear: both !important;
    color: #ffffff !important;
    display: grid !important;
    gap: 28px !important;
    grid-template-columns: 1fr !important;
    isolation: isolate !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 68px 20px !important;
    position: relative !important;
    z-index: 2 !important;
  }

  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .final-cta::before,
  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .final-cta::after {
    background: none !important;
    content: none !important;
    display: none !important;
  }

  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .final-cta > div,
  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .final-actions {
    inset: auto !important;
    position: relative !important;
    transform: none !important;
    z-index: 1 !important;
  }

  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .final-cta h2 {
    font-size: clamp(2.8rem, 13vw, 3.45rem) !important;
    line-height: 1 !important;
  }

  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .final-actions {
    justify-self: stretch !important;
    max-width: none !important;
    width: 100% !important;
  }

  body.erv-global-shell-home .erv-global-shell-content .erv-approved-page .final-actions .button {
    width: 100% !important;
  }

  body.erv-global-shell-home .erv-global-shell-footer {
    clear: both !important;
    position: relative !important;
    z-index: 3 !important;
  }
}
