:root {
  --primary: #1189de;
  --dark: #000;
  --call: #25d366;
  --bs-primary: #1189de;
  --bs-primary-rgb: 17, 137, 222;
  --bs-link-color: #1189de;
  --bs-link-color-rgb: 17, 137, 222;
  --bs-link-hover-color: #0f7bc8;
  --bs-link-hover-color-rgb: 15, 123, 200;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--dark);
  font-family: "Roboto", "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2-title,
.navbar-brand,
.nav-link-hero,
.hero-action {
  font-family: "Oswald", "Segoe UI", sans-serif;
}

.btn {
  font-family: "Roboto", "Segoe UI", sans-serif;
}

/* Keep button icons on the left and scale them with the button text. */
.btn > i[data-lucide],
.btn > svg.lucide {
  order: -1;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

/* Keep badge icons on the left and scale them with the badge text. */
.badge {
  --bs-badge-font-size: 0.75em;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  line-height: 1.1;
}

.badge > i[data-lucide],
.badge > svg.lucide {
  order: -1;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

svg.lucide {
  stroke-width: 1.5;
}

.btn-primary {
  --bs-btn-bg: #1189de;
  --bs-btn-border-color: #1189de;
  --bs-btn-hover-bg: #0f7bc8;
  --bs-btn-hover-border-color: #0f7bc8;
  --bs-btn-active-bg: #0d6eb2;
  --bs-btn-active-border-color: #0d6eb2;
  --bs-btn-disabled-bg: #1189de;
  --bs-btn-disabled-border-color: #1189de;
}

.btn-call {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--call);
  --bs-btn-border-color: var(--call);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #1fbd59;
  --bs-btn-hover-border-color: #1fbd59;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #18a84b;
  --bs-btn-active-border-color: #18a84b;
  background: var(--call);
  border-color: var(--call);
  color: #ffffff;
}

.btn-call:hover,
.btn-call:focus,
.btn-call:active,
.btn-call:focus-visible {
  background: #1fbd59;
  border-color: #1fbd59;
  color: #ffffff;
}

.border-radius-big {
  border-radius: 12px !important;
}

.border-radius-small {
  border-radius: 6px !important;
}

.hero-shell {
  min-height: 88vh;
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.pt-8 {
  padding-top: 8rem !important;
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 16, 0.68), rgba(3, 8, 16, 0.42));
  pointer-events: none;
  z-index: 1;
}

.hero-shell > .container {
  position: relative;
  z-index: 2;
}

#header {
  z-index: 1030;
}

.home-overlay-header {
  position: sticky !important;
  top: 0;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: -94px;
  z-index: 1040;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.home-overlay-header.is-scrolled {
  background: #000 !important;
  background-color: #000 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
}

.home-overlay-header .navbar {
  background: transparent !important;
  background-color: transparent !important;
  transition: background-color 0.25s ease;
}

.home-overlay-header.is-scrolled .navbar {
  background: #000 !important;
  background-color: #000 !important;
}

.home-overlay-header .navbar-collapse {
  background: transparent !important;
  background-color: transparent !important;
  transition: background-color 0.25s ease;
}

.home-overlay-header.is-scrolled .navbar-collapse {
  background: #000 !important;
  background-color: #000 !important;
}

.home-overlay-header .container,
.home-overlay-header .navbar-nav {
  background: transparent !important;
}

.home-overlay-header .header-divider {
  display: none;
}

@media (max-width: 991.98px) {
  .home-overlay-header {
    margin-bottom: -76px;
  }

  .home-overlay-header .navbar-collapse {
    background: rgba(0, 0, 0, 0.92);
  }

  .home-overlay-header.is-scrolled .navbar-collapse {
    background: #000 !important;
    background-color: #000 !important;
  }
}

#mainNav {
  padding-top: 0.75rem;
}

.navbar-toggler {
  color: var(--primary);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='none' stroke='%231189de' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-collapse {
  background: #000;
}

.hero-content {
  max-width: 980px;
}

.nav-link-hero {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}

.nav-link-hero.active,
.nav-link-hero:hover,
.nav-link-hero:focus {
  color: var(--primary);
}

.hero-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #fff;
  border-radius: 8px;
}

.hero-arrow:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--primary);
}

.pill-blue {
  background: var(--primary);
  color: #fff;
}

.h2-title {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.125;
  text-transform: uppercase;
  font-size: clamp(2.25rem, 8vw, 3rem);
}

h1.text-primary span {
  color: inherit !important;
}

.hero-metallic-title {
  margin: 0;
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 3.5vw, 1.55rem);
  color: transparent;
  background: linear-gradient(135deg, #C0C0C0 0%, #F5F5F5 25%, #808080 50%, #C0C0C0 75%, #F5F5F5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65),
    0 2px 6px rgba(0, 0, 0, 0.32);
}

.hero-metallic-grey,
.hero-metallic-blue {
  display: block;
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.95;
  text-transform: uppercase;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), 0 2px 10px rgba(0, 0, 0, 0.28);
}

.hero-metallic-grey {
  background-image: linear-gradient(180deg, #f8f9fb 0%, #d9dee4 16%, #7f8893 34%, #eef2f6 50%, #59626d 72%, #c7cdd4 100%);
}

.hero-metallic-blue {
  background-image: linear-gradient(180deg, #f0f8ff 0%, #b7e2ff 18%, #1189de 45%, #0e76c2 68%, #0a5fa0 100%);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18), 0 2px 8px rgba(17, 137, 222, 0.28);
}

.hero-subtitle {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-action {
  font-weight: 400;
  width: fit-content;
}

.hero-actsions {
  margin-top: 1rem;
}

.hero-action .small-icon {
  width: 1em;
  height: 1em;
}

.header-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.logo-image {
  width: 98px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(var(--bs-dark-rgb));
  padding: 2px;
  border-radius: 8px;
  border: 0;
}

.hero-dot-ring {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 999px;
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
}

.assurance-marquee {
  background: #fff;
}

.marquee-viewport {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  animation: marquee-scroll 28s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;
  width: auto;
  height: 72px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.marquee-item img {
  max-height: 100%;
  object-fit: contain;
}

.services-section {
  background: #fff;
  color: var(--dark);
}

.paragraph-lead {
  max-width: 920px;
  color: #1f2a37;
}

.service-card {
  min-height: 0;
  height: auto;
  border: 1px solid rgba(17, 137, 222, 0.14);
  background: #fff;
  position: relative;
  overflow: hidden;
}

.service-card.h-100 {
  height: auto !important;
}

.service-cards-equal .service-card,
.service-cards-equal .service-card.h-100 {
  height: 100% !important;
}

.service-card--featured {
  background: var(--primary);
  color: #fff;
  border-color: rgba(17, 137, 222, 0.2);
}

.service-icon-wrap {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(17, 137, 222, 0.12);
  background: rgba(17, 137, 222, 0.06);
  color: var(--primary);
}

.service-icon {
  width: 28px;
  height: 28px;
}

.service-watermark {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 90px;
  height: 90px;
  opacity: 0.06;
  color: var(--primary);
  pointer-events: none;
}

.service-card--featured .service-watermark {
  opacity: 0.06;
  color: rgba(255, 255, 255, 0.95);
}

.service-card--featured .service-icon-wrap {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.card-title {
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.card-title-black {
  color: #000;
}

.card-title-light {
  color: #fff;
}

.card-title-primary {
  color: var(--primary);
}

.card-title-link {
  color: inherit;
  text-decoration: none;
}

.card-title-link:hover,
.card-title-link:focus {
  color: var(--primary);
}

.service-card-text {
  font-size: 1.125rem;
  line-height: 1.9;
}

.service-list {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

.service-list li {
  margin-bottom: 0.55rem;
  line-height: 1.65;
}

.service-list li:last-child {
  margin-bottom: 0;
}

.services-cta {
  min-width: 230px;
  min-height: 56px;
}

.how-it-works-section {
  background: #fff;
  color: var(--dark);
}

.how-it-works-panel {
  background: #000;
  color: #fff;
}

.how-step-icon-wrap {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(17, 137, 222, 0.14);
  background: rgba(17, 137, 222, 0.06);
  color: var(--primary);
}

.how-step-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.125rem;
  line-height: 1.9;
}

.how-it-works-badge {
  margin-bottom: 1.5rem;
}

.zones-section {
  background: #fff;
  color: var(--dark);
}

.zone-card {
  min-height: 96px;
  border: 1px solid rgba(17, 137, 222, 0.12);
  background: #fff;
  color: #000;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zone-card .service-icon-wrap {
  flex: 0 0 auto;
}

.service-card--featured .zone-card .service-icon-wrap {
  border-color: rgba(17, 137, 222, 0.12);
  background: rgba(17, 137, 222, 0.06);
  color: var(--primary);
}

.brand-logo-wrap {
  padding: 0.55rem;
  background: #fff;
}

.brand-card-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-card-description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
}

.blog-quick-answer {
  background: rgba(17, 137, 222, 0.06);
}

.blog-quick-answer .blog-section-title {
  color: var(--primary);
}

.brand-carousel-viewport {
  overflow: hidden;
}

.brand-carousel-track {
  display: flex;
  align-items: stretch;
  transition: transform 0.45s ease;
  will-change: transform;
}

.brand-carousel-item {
  box-sizing: border-box;
  flex: 0 0 100%;
  padding: 0.5rem;
}

.brand-carousel-item .zone-card {
  min-height: 100%;
}

.brand-carousel-control {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tire-brand-carousel-layout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
}

.tire-brand-carousel-section .brand-carousel-item {
  flex-basis: 50%;
  padding: 0.35rem;
}

.tire-brand-logo-card {
  height: 105px;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgba(17, 137, 222, 0.14);
  box-shadow: 0 8px 24px rgba(5, 31, 49, 0.08);
}

.tire-brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 992px) {
  .brand-carousel-item {
    flex-basis: 33.333333%;
  }

  .tire-brand-carousel-layout {
    gap: 1rem;
  }

  .tire-brand-carousel-section .brand-carousel-item {
    flex-basis: 20%;
    padding: 0.5rem;
  }

  .tire-brand-logo-card {
    height: 125px;
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-carousel-track {
    transition: none;
  }
}

.zone-card-title {
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125rem;
}

.zone-card:hover,
.zone-card:focus {
  border-color: rgba(17, 137, 222, 0.32);
  box-shadow: 0 14px 28px rgba(18, 30, 52, 0.08);
  transform: translateY(-1px);
}

.zone-card:hover .zone-card-title,
.zone-card:focus .zone-card-title {
  color: var(--primary);
}

.zone-card-link:hover .zone-card-title,
.zone-card-link:focus .zone-card-title {
  color: var(--primary) !important;
}

.zone-card:hover .service-icon-wrap,
.zone-card:focus .service-icon-wrap {
  border-color: rgba(17, 137, 222, 0.32);
  background: rgba(17, 137, 222, 0.1);
}

.zone-card-link {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.zone-card-link .zone-card-title {
  color: inherit;
}

.zone-card-link:hover,
.zone-card-link:focus {
  color: var(--primary) !important;
  border-color: rgba(17, 137, 222, 0.32);
  box-shadow: 0 14px 28px rgba(18, 30, 52, 0.08);
  transform: translateY(-1px);
}

.zone-card-link:hover .zone-card-title,
.zone-card-link:focus .zone-card-title {
  color: var(--primary) !important;
}

.zone-card-link:hover .service-icon-wrap,
.zone-card-link:focus .service-icon-wrap {
  border-color: rgba(17, 137, 222, 0.32);
  background: rgba(17, 137, 222, 0.1);
}

.zone-card--call {
  gap: 1rem;
}

.zone-card--call .zone-card-title {
  flex: 1 1 auto;
}

.gallery-section {
  background: #fff;
  color: var(--dark);
}

.reviews-section {
  background: #fff;
  color: var(--dark);
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.reviews-summary {
  align-self: center;
  padding: 1.5rem 1rem;
}

.reviews-kicker {
  color: #002b8f;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviews-score {
  color: #002b8f;
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.review-star {
  width: 20px;
  height: 20px;
  color: #fbbc04;
  fill: #fbbc04;
  stroke-width: 1.5;
}

.review-star--small {
  width: 15px;
  height: 15px;
}

.reviews-google-logo {
  display: inline-block;
  width: 92px;
  height: auto;
}

.reviews-carousel {
  min-width: 0;
  padding: 0 1rem;
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 1rem) / 2);
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: 0.25rem 0 0.75rem;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  display: flex;
  min-height: 200px;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid rgba(17, 137, 222, 0.18);
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 30, 52, 0.06);
  scroll-snap-align: start;
}

.review-avatar {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f0f8ff;
  color: #002b8f;
  font-weight: 700;
}

.review-name {
  color: #002b8f;
  font-family: "Roboto", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
}

.review-text {
  color: #19375c;
  font-size: 1rem;
  line-height: 1.75;
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  color: #60758c;
  font-size: 0.78rem;
}

.review-new {
  color: var(--primary);
  font-weight: 600;
}

.reviews-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(17, 137, 222, 0.2);
  border-radius: 50%;
  background: #fff;
  color: #002b8f;
  box-shadow: 0 8px 20px rgba(18, 30, 52, 0.08);
  transform: translateY(-50%);
}

.reviews-arrow:hover,
.reviews-arrow:focus-visible {
  border-color: var(--primary);
  color: var(--primary);
}

.reviews-arrow--prev { left: -0.35rem; }
.reviews-arrow--next { right: -0.35rem; }

@media (max-width: 767.98px) {
  .reviews-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .reviews-summary {
    padding: 0.5rem 1rem 1.5rem;
  }

  .reviews-track {
    grid-auto-columns: 100%;
  }

}

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

.gallery-card {
  background: #fff;
  border: 1px solid rgba(17, 137, 222, 0.12);
  overflow: hidden;
}

.gallery-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.gallery-thumb:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.gallery-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.gallery-cta {
  min-width: 260px;
  min-height: 56px;
}

.gallery-modal .modal-content {
  background: #000;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  width: 100%;
  margin: 0 auto;
}

.gallery-modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  max-width: min(92vw, 1100px);
}

.gallery-modal .modal-header {
  border-bottom: 0;
}

.gallery-modal .modal-body {
  padding: 0 0 1rem;
}

.gallery-modal-image {
  width: auto;
  max-width: 100%;
  max-height: min(80vh, 900px);
  height: auto;
  object-fit: contain;
}

.gallery-modal .carousel-inner {
  background: #000;
}

.gallery-modal .carousel-item {
  text-align: center;
  padding: 0 3rem 1rem;
}

.gallery-modal .carousel-item img {
  width: auto;
  max-width: 100%;
  max-height: min(80vh, 900px);
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.cta-section {
  background: #fff;
  color: var(--dark);
}

.cta-panel {
  background: #0b0b0b;
  color: #fff;
}

.cta-text {
  max-width: 920px;
  color: rgba(255, 255, 255, 0.9);
}

.cta-button {
  background: var(--call);
  border-color: var(--call);
  color: #fff;
  min-width: 160px;
  min-height: 56px;
}

.cta-button:hover,
.cta-button:focus {
  background: #1fbd59;
  border-color: #1fbd59;
  color: #fff;
}

.brand-assistance-section {
  background: #fff;
  color: var(--dark);
}

.brand-assistance-content .paragraph-lead {
  max-width: 100%;
}

.brand-assistance-figure {
  border: 1px solid rgba(17, 137, 222, 0.14);
  background: rgba(17, 137, 222, 0.06);
}

.brand-assistance-image {
  width: 100%;
  min-height: 360px;
  max-height: 520px;
  display: block;
}

.contact-page-section {
  background:
    radial-gradient(circle at top left, rgba(17, 137, 222, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  color: var(--dark);
}

.contact-banner {
  background: linear-gradient(135deg, #1380d6 0%, #1a8fe6 100%);
  color: #fff;
  box-shadow: 0 18px 45px rgba(18, 97, 168, 0.16);
}

.contact-banner-title,
.contact-section-title {
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.contact-banner-title {
  font-size: clamp(2rem, 4vw, 2.65rem);
}

.contact-banner-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.contact-phone-pill {
  min-height: 56px;
  white-space: nowrap;
  box-shadow: none;
}

.contact-pill-icon {
  width: 18px;
  height: 18px;
}

.contact-section-title {
  font-size: clamp(2rem, 5vw, 2.6rem);
  color: #1380d6;
}

.contact-section-lead {
  font-size: 1.05rem;
  color: #54718d;
}

.contact-info-card {
  padding: 1rem;
  border: 1px solid rgba(17, 137, 222, 0.18);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  box-shadow: 0 10px 24px rgba(7, 25, 45, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-info-card:hover,
.contact-info-card:focus {
  transform: translateY(-1px);
  border-color: rgba(17, 137, 222, 0.32);
  box-shadow: 0 14px 28px rgba(7, 25, 45, 0.08);
}

.contact-info-icon-wrap {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 10px;
  border: 1px solid rgba(17, 137, 222, 0.22);
  background: rgba(17, 137, 222, 0.06);
  color: var(--primary);
}

.contact-info-icon {
  width: 18px;
  height: 18px;
}

.contact-info-brand-icon {
  font-family: Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  color: #1877f2;
}

.contact-info-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6c7f93;
}

.contact-info-value {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

.contact-info-note {
  font-size: 1rem;
  color: #587188;
  line-height: 1.5;
}

.contact-form-panel {
  background: #111827;
  color: #fff;
  box-shadow: 0 24px 60px rgba(10, 16, 30, 0.25);
}

.contact-form-lead {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.92);
}

.contact-form .form-label {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.4rem;
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 46px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #fff;
  color: #1f2937;
  box-shadow: none;
}

.contact-form .form-control::placeholder {
  color: #8a94a6;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: rgba(27, 146, 234, 0.8);
  box-shadow: 0 0 0 0.2rem rgba(27, 146, 234, 0.18);
}

.contact-form .form-control.is-invalid,
.contact-form .form-select.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 0.15rem rgba(239, 68, 68, 0.15);
}

.contact-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.contact-submit {
  min-width: 182px;
  min-height: 56px;
}

.contact-privacy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}

.contact-privacy-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.contact-field-error {
  min-height: 1.15rem;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  line-height: 1.35;
  color: #f87171;
}

.contact-form-status {
  min-height: 1.35rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.45;
}

.contact-form-status.is-success {
  color: #22c55e;
}

.contact-form-status.is-error {
  color: #ef4444;
}

.contact-aside {
  min-height: 100%;
}

.contact-map-panel {
  display: flex;
  position: relative;
  flex: 1 1 200px;
  min-height: 200px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 137, 222, 0.18);
  box-shadow: 0 16px 36px rgba(18, 30, 52, 0.08);
}

.contact-map-panel iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
}

.mobile-call-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 58px;
  height: 58px;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--call);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.mobile-call-float:hover,
.mobile-call-float:focus {
  color: #fff;
}

.mobile-call-float::before,
.mobile-call-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(37, 211, 102, 0.55);
  border-radius: 8px;
  animation: call-wave 2.2s ease-out infinite;
}

.mobile-call-float::after {
  animation-delay: 1.1s;
}

.mobile-call-float .mobile-call-icon {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
}

@keyframes call-wave {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

.site-footer {
  background: #0b0b0b;
  color: #fff;
}

.site-footer a {
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #fff;
  text-decoration: underline;
}

.panne-section {
  background: #fff;
  color: var(--dark);
}

.panne-tab {
  width: 100%;
  color: #000;
  border: 1px solid rgba(17, 137, 222, 0.16);
  border-bottom: 1px solid rgba(17, 137, 222, 0.16);
  background: #fff;
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 72px;
}

.panne-tab i {
  flex: 0 0 auto;
}

.panne-tab .service-icon-wrap {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.panne-tab.active {
  color: #fff;
  background: #1189de;
  border-color: #1189de;
  box-shadow: none;
}

.panne-tab.active .service-icon-wrap {
  background: #fff;
  border-color: #fff;
  color: var(--primary);
}

.panne-tab.active .service-icon {
  color: var(--primary);
}

.panne-panel {
  border: 1px solid #eceff4;
  background: rgba(17, 137, 222, 0.06);
}

.panne-image {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.panne-image--contain {
  object-fit: contain;
  border-radius: 12px;
}

.remorquage-square-image {
  aspect-ratio: 1 / 1;
  width: auto;
  max-width: 100%;
  min-height: 0;
}

@media (max-width: 991.98px) {
  .remorquage-square-image {
    width: 100%;
    height: auto;
  }
}

.panne-card-title {
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.panne-body-text {
  color: #34506b;
  font-size: 1.125rem;
  line-height: 1.7;
}

.panne-call-button {
  min-width: 170px;
  min-height: 56px;
}

.marseille-service-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 3rem;
  background:
    radial-gradient(circle at 8% 12%, rgba(17, 137, 222, 0.08), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.marseille-service-hero__content {
  padding: 0.25rem clamp(0rem, 1vw, 0.75rem) 0.25rem 0;
}

.marseille-service-hero__title {
  max-width: 760px;
  margin-bottom: 1rem;
  color: #050f2f;
  font-size: clamp(2.65rem, 4.6vw, 4.65rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.marseille-service-hero__title span {
  display: block;
}

.marseille-service-hero__lead {
  max-width: 760px;
  margin-bottom: 1.35rem;
  color: #455777;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.6;
}

.marseille-service-hero__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.25rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.marseille-service-hero__benefits li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #10234d;
  font-weight: 500;
  line-height: 1.3;
}

.marseille-service-hero__benefits svg {
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 1.7rem;
  padding: 0.32rem;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  stroke-width: 3;
}

.marseille-service-hero__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.marseille-service-hero__button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  border-radius: 6px;
  font-weight: 700;
  white-space: nowrap;
}

.marseille-service-hero__button--outline {
  border: 2px solid var(--primary);
  background: #fff;
  color: #0873c0;
}

.marseille-service-hero__button--outline:hover,
.marseille-service-hero__button--outline:focus-visible {
  border-color: #0f7bc8;
  background: rgba(17, 137, 222, 0.07);
  color: #0f6fb2;
}

.marseille-service-hero__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.marseille-service-hero__metric {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 82px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(17, 137, 222, 0.2);
  border-radius: 16px;
  background: #f7fbff;
  box-shadow: 0 10px 24px rgba(14, 73, 116, 0.05);
}

.marseille-service-hero__metric-icon,
.marseille-service-hero__reassurance-icon,
.marseille-service-hero__location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 6px;
  background: rgba(17, 137, 222, 0.11);
  color: #075dab;
}

.marseille-service-hero__metric-icon {
  width: 48px;
  height: 48px;
}

.marseille-service-hero__metric-icon svg {
  width: 27px;
  height: 27px;
}

.marseille-service-hero__metric small,
.marseille-service-hero__metric strong {
  display: block;
}

.marseille-service-hero__metric small {
  margin-bottom: 0.1rem;
  color: #526481;
  font-size: 0.82rem;
}

.marseille-service-hero__metric strong {
  color: #086dca;
  font-size: 1.3rem;
  line-height: 1.1;
}

.marseille-service-hero__visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(17, 137, 222, 0.18);
  border-radius: 24px;
  background: #eaf5fd;
  box-shadow: 0 22px 48px rgba(18, 48, 77, 0.14);
}

.marseille-service-hero__visual > img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.marseille-service-hero__location {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(17, 137, 222, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: #0c214d;
  box-shadow: 0 12px 32px rgba(0, 30, 69, 0.16);
  font-weight: 700;
  line-height: 1.3;
  backdrop-filter: blur(7px);
}

.marseille-service-hero__location-icon {
  width: 42px;
  height: 42px;
}

.marseille-service-hero__location-icon svg {
  width: 25px;
  height: 25px;
}

.marseille-service-hero__reassurance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.marseille-service-hero__reassurance {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-height: 142px;
  padding: 1.3rem;
  border: 1px solid rgba(17, 137, 222, 0.17);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(18, 48, 77, 0.06);
}

.marseille-service-hero__reassurance-icon {
  width: 56px;
  height: 56px;
}

.marseille-service-hero__reassurance-icon svg {
  width: 30px;
  height: 30px;
}

.marseille-service-hero__reassurance h2 {
  margin: 0 0 0.3rem;
  color: #06163b;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.marseille-service-hero__reassurance p {
  margin: 0;
  color: #526481;
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .marseille-service-hero__button {
    font-size: 0.9rem;
  }

  .marseille-service-hero__visual,
  .marseille-service-hero__visual > img {
    min-height: 570px;
  }
}

@media (max-width: 991.98px) {
  .marseille-service-hero__content {
    padding-right: 0;
  }

  .marseille-service-hero__visual,
  .marseille-service-hero__visual > img {
    min-height: 520px;
  }
}

@media (max-width: 767.98px) {
  .marseille-service-hero__reassurance-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .marseille-service-hero {
    padding-top: 2rem;
  }

  .marseille-service-hero__title {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .marseille-service-hero__benefits,
  .marseille-service-hero__actions,
  .marseille-service-hero__metrics {
    grid-template-columns: 1fr;
  }

  .marseille-service-hero__visual,
  .marseille-service-hero__visual > img {
    min-height: 390px;
  }

  .marseille-service-hero__location {
    top: 0.85rem;
    right: 0.85rem;
    max-width: calc(100% - 1.7rem);
    font-size: 0.88rem;
  }

  .marseille-service-hero__reassurance {
    min-height: 0;
    padding: 1rem;
  }
}

.about-page-section {
  background: #fff;
  color: var(--dark);
}

.about-hero {
  padding-right: 0.5rem;
}

.about-hero-text {
  font-size: 1.125rem;
  line-height: 1.9;
  color: #24364a;
}

.about-feature-card {
  border: 1px solid rgba(17, 137, 222, 0.18);
  background: #fff;
  box-shadow: 0 16px 36px rgba(18, 30, 52, 0.05);
}

.about-feature-card--primary {
  border-color: var(--primary);
  background: var(--primary);
}

.about-feature-card--primary .about-feature-title,
.about-feature-card--primary .about-feature-text {
  color: #fff;
}

.about-feature-icon-wrap {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(17, 137, 222, 0.18);
  background: rgba(17, 137, 222, 0.08);
  color: var(--primary);
}

.about-feature-icon {
  width: 20px;
  height: 20px;
}

.about-feature-title {
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: #000;
}

.about-feature-text {
  color: #24364a;
  line-height: 1.75;
  font-size: 1.125rem;
}

.error-gallery-figure {
  border: 1px solid rgba(17, 137, 222, 0.18);
  background: rgba(17, 137, 222, 0.06);
  box-shadow: 0 16px 36px rgba(18, 30, 52, 0.08);
}

.error-gallery-image {
  display: block;
  width: 100%;
  height: clamp(460px, 65vh, 680px);
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991.98px) {
  .error-gallery-image {
    height: min(125vw, 640px);
  }
}

.about-assurance-banner {
  background: #fff;
}

.about-faq-title {
  font-size: clamp(2.2rem, 5vw, 3.3rem);
}

.about-faq-header {
  max-width: 980px;
}

.about-faq-content {
  max-width: 1240px;
}

.about-faq-accordion {
  width: 100%;
}

.about-faq-accordion .accordion-item {
  border: 1px solid rgba(17, 137, 222, 0.32);
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 30, 52, 0.04);
}

.about-faq-accordion .accordion-button {
  font-family: "Roboto", "Segoe UI", sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #000;
  background: #fff;
  padding: 1rem 1.1rem;
  box-shadow: none;
}

.about-faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background: var(--primary);
  box-shadow: none;
}

.about-faq-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.18rem rgba(17, 137, 222, 0.16);
}

.about-faq-accordion .accordion-button::after {
  background-size: 1rem;
}

.about-faq-accordion .accordion-body {
  padding: 1.1rem 1.1rem 1.25rem;
  color: #24364a;
  line-height: 1.85;
}

.blog-page-section {
  background: #fff;
  color: var(--dark);
}

.blog-hero-lead {
  max-width: 860px;
  color: #24364a;
}

.blog-card {
  display: block;
  height: 100%;
  border: 1px solid rgba(17, 137, 222, 0.14);
  background: #fff;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.blog-card:hover,
.blog-card:focus {
  transform: translateY(-2px);
  border-color: rgba(17, 137, 222, 0.32);
  box-shadow: 0 18px 36px rgba(18, 30, 52, 0.08);
  color: inherit;
}

.blog-card-media {
  position: relative;
}

.blog-card-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  padding: 0.45rem 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 24px rgba(8, 24, 48, 0.18);
  text-transform: capitalize;
}

.blog-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.blog-card-title {
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #000;
}

.blog-card-meta {
  color: #5a6c80;
  font-size: 0.75rem;
}

.blog-sidebar {
  border: 1px solid rgba(17, 137, 222, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 16px 36px rgba(18, 30, 52, 0.05);
}

.blog-sidebar-title {
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  color: #000;
}

.blog-sidebar-text {
  color: #24364a;
  line-height: 1.75;
}

.blog-sidebar-video {
  width: 100%;
  height: auto;
  max-height: 560px;
  background: #000;
  object-fit: contain;
}

.blog-sidebar-brand-image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.2s ease;
}

a:hover .blog-sidebar-brand-image,
a:focus .blog-sidebar-brand-image {
  transform: scale(1.02);
}

.blog-sidebar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

.blog-sidebar-link:hover,
.blog-sidebar-link:focus {
  color: #0f7bc8;
  text-decoration: underline;
}

.blog-services-list {
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.blog-services-item {
  position: relative;
  padding-left: 1.25rem;
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.45;
}

.blog-services-item a {
  color: inherit;
  text-decoration: none;
}

.blog-services-item a:hover,
.blog-services-item a:focus {
  color: var(--primary);
  text-decoration: underline;
}

.blog-services-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(17, 137, 222, 0.12);
}

.blog-article-figure img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.blog-article-figure img.blog-article-infographic {
  height: auto;
  object-fit: contain;
}

.blog-article-content {
  color: #24364a;
  font-size: 1.125rem;
}

.blog-article-content h2 {
  font-family: "Oswald", "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.blog-article-content .about-faq-content {
  max-width: none;
  width: 100%;
}

.blog-article-content p {
  margin-bottom: 1.1rem;
}

@media (min-width: 992px) {
  .about-assurance-section {
    padding-top: 0.5rem;
  }

}

@media (max-width: 991.98px) {
  .about-hero {
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .hero-shell {
    min-height: auto;
  }

  .hero-subtitle {
    font-size: 1.125rem !important;
  }

  .hero-actions .btn-primary {
    margin-bottom: 30px !important;
  }

  .navbar-collapse {
    padding: 0.75rem 0 1rem;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .mobile-call-float {
    display: inline-flex;
  }
  .home-overlay-header .navbar-nav
 {
    background: #000 !important;
    padding: 10px !important;
}
}

@media (min-width: 992px) {
  .mobile-call-float {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .contact-banner {
    width: 100% !important;
    text-align: left;
  }

  .contact-phone-pill {
    width: 100%;
    justify-content: center;
  }

  .contact-map-panel {
    flex: 0 0 auto;
    height: 280px;
    min-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .contact-info-card,
  .contact-form-panel,
  .contact-banner {
    border-radius: 10px !important;
  }

  .contact-section-title {
    letter-spacing: 0.01em;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-privacy {
    justify-content: center;
    text-align: center;
  }
}


/* Correction header + hero mobile */
:root {
  --header-height-desktop: 94px;
  --header-height-mobile: 76px;
}

html,
body {
  overflow-x: hidden;
}

/* Le header ne prend plus de place dans le flux */
#header {
  z-index: 1050;
}

.home-overlay-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  z-index: 1050;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.home-overlay-header.is-scrolled,
.home-overlay-header:has(.navbar-collapse.show),
.home-overlay-header:has(.navbar-collapse.collapsing) {
  background: #000 !important;
  background-color: #000 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
}

.home-overlay-header .navbar {
  background: transparent !important;
  background-color: transparent !important;
}

.home-overlay-header.is-scrolled .navbar,
.home-overlay-header:has(.navbar-collapse.show) .navbar,
.home-overlay-header:has(.navbar-collapse.collapsing) .navbar {
  background: #000 !important;
  background-color: #000 !important;
}

/* Le hero commence réellement en haut de l'écran */
.hero-shell {
  min-height: 100svh;
  padding-top: 0;
}

@supports not (min-height: 100svh) {
  .hero-shell {
    min-height: 100vh;
  }
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(7rem, 18vh, 10rem) !important;
  padding-bottom: 4rem;
}

/* Desktop */
@media (min-width: 992px) {
  .home-overlay-header .navbar-collapse {
    position: static;
    background: transparent !important;
    background-color: transparent !important;
    padding-top: 0 !important;
  }
}

/* Mobile */
@media (max-width: 991.98px) {
  .home-overlay-header {
    margin-bottom: 0 !important;
  }

  .home-overlay-header .navbar {
    position: relative;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .home-overlay-header .container {
    position: relative;
  }

  .logo-image {
    width: 92px;
  }

  /* Le menu hamburger s'ouvre en overlay sans pousser le hero */
  .home-overlay-header .navbar-collapse {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    z-index: 1060;
    background: #000 !important;
    background-color: #000 !important;
    padding: 0.75rem 1rem 1rem !important;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }

  .home-overlay-header .navbar-nav {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: flex-start;
  }

  .home-overlay-header .nav-link-hero {
    display: block;
    width: 100%;
    padding: 0.75rem 0 !important;
    font-size: 1.35rem;
    line-height: 1.2;
  }

  #mainNav {
    padding-top: 0 !important;
  }

  .hero-shell {
    min-height: 100svh !important;
  }

  .hero-inner {
    padding-top: calc(var(--header-height-mobile) + 3.5rem) !important;
    padding-bottom: 3rem;
  }

  .hero-subtitle {
    font-size: 1.125rem !important;
  }

  .hero-actions .btn-primary {
    margin-bottom: 30px !important;
  }
}
