/* SS CARS red template layer shared with the new showcase sites */
:root {
  --red: #e50914;
  --red-bright: #ff101c;
  --bg: #050505;
  --panel: #151515;
  --panel-soft: #211010;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 112px;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: 32px;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 38%, rgba(229, 9, 20, 0.24), transparent 34%),
    linear-gradient(115deg, #050505 0%, #120606 55%, #260006 100%);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::selection {
  background: var(--red);
  color: #fff;
}

a {
  color: inherit;
}

.promo-rail {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 30px;
  overflow: hidden;
  background: #070707;
  color: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(229, 9, 20, 0.58);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.promo-track {
  display: inline-flex;
  min-width: max-content;
  gap: 24px;
  align-items: center;
  height: 100%;
  animation: sscars-marquee 40s linear infinite;
}

.promo-track span::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 24px;
  border-radius: 999px;
  background: var(--red);
  vertical-align: middle;
}

@keyframes sscars-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.header {
  position: sticky;
  top: 30px;
  z-index: 80;
  background: rgba(3, 3, 3, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  backdrop-filter: none;
}

.container,
.header .container,
.section .container {
  width: min(100% - 36px, 1296px);
  margin-inline: auto;
}

.header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 0;
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.brand img {
  display: none;
}

.brand::before {
  content: "SS";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  background: var(--red);
  color: #fff;
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand__name,
.brand strong {
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.kicker,
.eyebrow {
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand .kicker {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.74rem;
  text-transform: none;
}

.nav {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-weight: 900;
}

.nav a {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  text-decoration: none;
}

.nav a:not([href*="contact"]) {
  display: none;
}

.nav a:hover,
.footer-links a:hover {
  color: #fff;
}

.lang-switch {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--line);
}

.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 44px;
  padding: 0 12px;
  color: var(--muted);
  font-weight: 900;
  text-decoration: none;
}

.lang-switch a:not([hreflang="fr"]):not([hreflang="en"]) {
  display: none;
}

.lang-switch .lang-active,
.lang-switch a[aria-current="page"] {
  background: var(--red);
  color: #fff;
}

.header__inner > .btn:not(.nav-toggle) {
  display: none;
}

.nav-toggle,
.lang-dropdown,
.lang-menu {
  display: none !important;
}

.hero {
  padding: clamp(42px, 6vw, 82px) 0 clamp(38px, 5vw, 72px);
  background:
    radial-gradient(circle at 86% 44%, rgba(229, 9, 20, 0.28), transparent 34%),
    linear-gradient(115deg, #050505 0%, #130808 56%, #260006 100%);
}

.hero .container {
  width: 100%;
  max-width: none;
}

.hero__wrap,
.hero-wrap,
.service-hero,
.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(430px, 54vh, 560px);
  padding: clamp(44px, 5.8vw, 74px) max(24px, calc((100vw - 1296px) / 2)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #070707 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.hero__bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  min-height: 100%;
  border: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.86) 48%, rgba(50, 0, 7, 0.48) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.16)),
    url("images/bgcar.jpg") center right / cover no-repeat;
  box-shadow: none;
  opacity: 0.92 !important;
}

.hero__content {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 1040px;
  margin: 0;
  text-align: left;
}

.h1,
main h1,
.hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.95rem, 2.55vw, 2.95rem);
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.hero h1 { max-width: 1040px; }

.h2,
main h2 {
  margin: 0 0 14px;
  max-width: 1040px;
  color: #fff;
  font-size: clamp(1.45rem, 2.1vw, 2.25rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.p,
main p,
li {
  color: var(--muted);
  line-height: 1.55;
}

.hero .p {
  max-width: 700px;
  margin-left: 0;
  margin-right: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.1vw, 1.14rem);
}

@media (min-width: 981px) and (max-width: 1280px) {
  .h1,
  main h1,
  .hero h1 {
    font-size: clamp(1.95rem, 3.6vw, 2.8rem);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}

.btn:hover {
  transform: none;
}

.btn--primary,
.btn-primary {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  box-shadow: 0 18px 38px rgba(229, 9, 20, 0.27);
}

.btn--primary:hover,
.btn-primary:hover {
  background: var(--red-bright);
}

.btn--ghost,
.btn-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.btn--whatsapp {
  background: #128c4a;
  border-color: #128c4a;
  color: #fff;
}

.hero__content .flex-wrap-10,
.hero__content .flex-10,
.hero__content .badges {
  justify-content: flex-start;
}

.hero__content .btn {
  min-height: 46px;
  padding-inline: 18px;
}

.wa-sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: linear-gradient(180deg, #21c063, #128c4a);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.badges,
.trust-strip,
.flex-wrap-10,
.service-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.badge,
.trust-strip span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.section {
  padding: clamp(42px, 5.5vw, 72px) 0;
  border-top: 1px solid var(--line);
}

.section--tight {
  padding: clamp(28px, 4vw, 46px) 0;
}

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

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

.services-bento {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 16px;
}

.card,
.service-card,
.info-card,
.step,
.rev-card,
.realisation-card,
.legal-content article,
details {
  border: 1px solid var(--line);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(229, 9, 20, 0.12), rgba(255, 255, 255, 0.03)),
    var(--panel);
  box-shadow: none;
}

.card:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.service-card,
.info-card,
.step,
.legal-content article {
  min-height: 190px;
  padding: 22px;
}

.services-grid .service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services-bento .service-card {
  min-height: 235px;
  padding: 20px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.services-bento .service-card::after {
  content: "";
  position: absolute;
  right: -28%;
  bottom: -44%;
  z-index: -1;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 9, 20, 0.24), rgba(229, 9, 20, 0) 66%);
  opacity: 0.72;
}

.services-bento .service-card:nth-child(1) {
  grid-column: auto;
  min-height: 235px;
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.2), rgba(255, 255, 255, 0.035)),
    var(--panel);
}

.services-bento .service-card:nth-child(2) {
  grid-column: auto;
  min-height: 235px;
}

.services-bento .service-card:nth-child(3),
.services-bento .service-card:nth-child(4),
.services-bento .service-card:nth-child(5),
.services-bento .service-card:nth-child(6) {
  grid-column: auto;
  min-height: 235px;
}

.services-bento .service-card:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(229, 9, 20, 0.12)),
    var(--panel);
}

.services-bento .service-card--lead {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(229, 9, 20, 0.12), rgba(255, 255, 255, 0.03)),
    var(--panel);
}

.service-card__desc {
  flex: 1;
}

.services-bento .service-card__desc {
  display: -webkit-box;
  margin-bottom: 14px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.service-card__title,
.step__t,
h3 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card__top {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.service-card__title {
  font-size: 0.98rem;
  line-height: 1.18;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.service-card__meta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 5px 11px;
  border: 1px solid rgba(229, 9, 20, 0.4);
  background: rgba(229, 9, 20, 0.12);
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.services-grid .service-card .service-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin-top: auto;
}

.services-grid .service-card .service-card__actions .btn {
  width: 100%;
  min-width: 0;
  white-space: normal;
  min-height: 42px;
  padding: 9px 12px;
  font-size: 0.82rem;
  line-height: 1.15;
}

.step__n,
.realisation-card__category {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

/* Shared premium page logic */
.svc-hero {
  min-height: clamp(420px, 54vh, 560px);
  background: #060606;
}

.svc-hero__bg {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.84) 48%, rgba(50, 0, 7, 0.48) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.16)),
    url("images/bgcar2.jpg") center right / cover no-repeat !important;
  transform: none;
}

.svc-hero__bg::after {
  display: none;
}

.svc-hero__inner {
  padding: clamp(44px, 5.6vw, 74px) 0;
}

.svc-hero__content {
  max-width: 900px;
}

.svc-tag {
  border-color: rgba(229, 9, 20, 0.42);
  background: rgba(229, 9, 20, 0.12);
  color: var(--red);
}

.svc-tag::before,
.svc-pill::before {
  background: var(--red);
  animation: none;
}

.svc-hero h1 {
  max-width: 980px;
  font-size: clamp(1.95rem, 3vw, 3.25rem);
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.svc-hero h1 .gold {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: #fff;
}

.svc-hero__sub {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.1vw, 1.14rem);
}

.svc-hero__ctas {
  margin-bottom: 22px;
}

.svc-pills,
.svc-trust {
  max-width: 820px;
}

.svc-pill {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
}

.svc-trust,
.reviews-header,
.sales-band,
.cta-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.12), rgba(255, 255, 255, 0.035)),
    var(--panel);
  box-shadow: none;
}

.inclusion-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.inclusion-item {
  min-height: 92px;
  align-items: flex-start;
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.10), rgba(255, 255, 255, 0.035)),
    var(--panel);
}

.card--soft,
.booking-form-card,
.booking-side-card,
.contact-card,
.page-contact .card,
.sales-form-card,
.sales-side-card {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.10), rgba(255, 255, 255, 0.035)),
    var(--panel);
  box-shadow: none;
}

.process-grid .step,
.grid .step {
  min-height: 132px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
}

.cta-band .flex-wrap-10 {
  justify-content: flex-end;
}

/* Breadcrumbs (fil d'Ariane) */
.breadcrumbs {
  margin: 0 0 22px;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  color: var(--muted);
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs a:hover {
  color: var(--text);
}
.breadcrumbs li[aria-current="page"] {
  color: var(--red);
  font-weight: 800;
}

.realisation-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-header,
.cta-band {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #0a0a0a;
}

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

.rev-card {
  padding: 20px;
}

.rev-stars,
.stars {
  color: var(--red);
}

.footer-row,
footer.section .footer-row {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: start;
  gap: 8px 18px;
}

.hours-card {
  display: grid;
  gap: 7px;
  width: min(100%, 360px);
  margin-top: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.hours-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.hours-row span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hours-row strong {
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.28;
  font-weight: 800;
}

.hours-row--closed strong {
  color: rgba(255, 255, 255, 0.58);
}

footer.section {
  padding: 13px clamp(18px, 5vw, 76px) 12px;
  color: var(--muted);
  background: #030303;
  border-top: 1px solid var(--line);
}

footer.section .container {
  width: min(100%, 1296px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  width: auto;
  margin-left: 0;
  font-size: 0.9rem;
  font-weight: 900;
  text-align: right;
}

.footer-links a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-legal-line {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  line-height: 1.35;
}

.cookie-banner {
  position: fixed;
  inset: auto 18px 18px auto;
  z-index: 120;
  width: min(460px, calc(100% - 36px));
  padding: 0;
  background: transparent;
}

.cookie-banner__panel {
  position: relative;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(8, 8, 8, 0.96);
  color: #fff;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
}

.cookie-banner__icon {
  display: none;
}

.cookie-banner__title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: left;
}

.cookie-banner__text {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  line-height: 1.45;
}

.cookie-banner__link {
  display: inline-block;
  margin: 0 0 12px;
  color: #fff;
  font-size: 0.85rem;
  text-align: left;
  text-decoration: underline;
}

.cookie-banner__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.cookie-banner__actions .btn {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  text-transform: none;
}

.cookie-banner__actions .btn--primary {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

@media (max-width: 980px) {
  .header__inner {
    grid-template-columns: 1fr auto;
    min-height: 78px;
  }

  .nav {
    display: none;
  }

  .hero__wrap,
  .service-hero,
  .page-hero {
    min-height: clamp(400px, 56vh, 520px);
  }

  .hero__bg {
    min-height: 100%;
  }

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

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

  .services-bento .service-card,
  .services-bento .service-card:nth-child(1),
  .services-bento .service-card:nth-child(2),
  .services-bento .service-card:nth-child(3),
  .services-bento .service-card:nth-child(4),
  .services-bento .service-card:nth-child(5),
  .services-bento .service-card:nth-child(6) {
    grid-column: span 1;
    min-height: 240px;
  }

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

@media (max-width: 760px) {
  body {
    padding-top: 30px;
    padding-bottom: 74px;
  }

  .wa-sticky-cta {
    display: inline-flex;
    left: 16px;
    right: 16px;
  }

  .promo-track {
    animation-duration: 30s;
  }

  .container,
  .header .container,
  .section .container {
    width: calc(100% - 32px);
  }

  .header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .nav {
    display: none !important;
  }

  .brand {
    max-width: 210px;
    overflow: hidden;
  }

  .brand__name,
  .brand strong {
    font-size: 0.96rem;
  }

  .brand .kicker {
    display: none;
  }

  .lang-switch a {
    min-width: 42px;
    min-height: 42px;
    padding: 0 10px;
  }

  .h1,
  main h1,
  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.65rem, 7vw, 2.05rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .h2,
  main h2 {
    max-width: 100%;
    font-size: clamp(1.35rem, 6vw, 1.72rem);
    line-height: 1.1;
    overflow-wrap: break-word;
  }

  .hero__wrap,
  .service-hero,
  .page-hero {
    padding: 38px 18px 42px !important;
  }

  .grid-4,
  .grid-3,
  .grid-2,
  .reviews-grid,
  .services-bento {
    grid-template-columns: 1fr;
  }

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

  .svc-hero__inner {
    padding: 38px 0 44px;
  }

  .svc-hero h1 {
    max-width: 100%;
    font-size: clamp(1.65rem, 7vw, 2.05rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .svc-hero__ctas .btn,
  .hero__content .btn,
  .cta-band .btn {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }

  .inclusion-list {
    grid-template-columns: 1fr;
  }

  .inclusion-item {
    min-height: 0;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .cta-band .flex-wrap-10 {
    justify-content: flex-start;
  }

  .hours-card {
    width: 100%;
  }

  .hours-row {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .services-bento .service-card,
  .services-bento .service-card:nth-child(1),
  .services-bento .service-card:nth-child(2),
  .services-bento .service-card:nth-child(3),
  .services-bento .service-card:nth-child(4),
  .services-bento .service-card:nth-child(5),
  .services-bento .service-card:nth-child(6) {
    grid-column: 1;
    min-height: 0;
  }

  .btn {
    width: 100%;
  }

  .footer-row,
  footer.section .footer-row {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
    text-align: left;
  }

  .cookie-banner__actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-track {
    animation: none;
  }
}

/* Publication mobile hardening */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  .hero,
  .section,
  .promo-rail,
  .header {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .container,
  .header .container,
  .section .container {
    width: min(100% - 28px, 100%);
    max-width: 100%;
  }

  .header__inner {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand {
    min-width: 0;
    max-width: 190px;
  }

  .brand__name,
  .brand strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lang-switch {
    display: none;
  }

  .hero__wrap,
  .hero-wrap,
  .service-hero,
  .page-hero {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 34px 14px 38px !important;
  }

  .hero__content,
  .svc-hero__content {
    width: 100%;
    max-width: 100%;
  }

  .h1,
  main h1,
  .hero h1,
  .svc-hero h1 {
    max-width: 100%;
    font-size: clamp(1.48rem, 6.2vw, 1.85rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    text-wrap: auto;
  }

  .h2,
  main h2 {
    max-width: 100%;
    font-size: clamp(1.12rem, 5.1vw, 1.42rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
    text-wrap: auto;
  }

  .hero .p,
  .svc-hero__lead,
  .page-hero p,
  .hero__content p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero__content .flex-wrap-10 {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .hero__content .flex-wrap-10 .btn {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding-inline: 8px;
    font-size: 0.82rem;
    line-height: 1.15;
  }

  .hero__content .flex-wrap-10 .btn:nth-child(3) {
    grid-column: auto;
  }

  .badges,
  .trust-strip {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .badge,
  .trust-strip span {
    max-width: 100%;
    white-space: normal;
  }

  .service-card__meta {
    max-width: 100%;
    white-space: normal;
  }

  .cookie-banner {
    inset: auto 12px 14px 12px;
    width: auto;
    max-width: none;
  }

  .cookie-banner__panel {
    max-height: 40vh;
    overflow: auto;
    padding: 13px;
  }

  .cookie-banner__title {
    font-size: 0.9rem;
  }

  .cookie-banner__text {
    font-size: 0.76rem;
    line-height: 1.35;
  }

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

  .cookie-banner__actions .btn {
    min-height: 40px;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .container,
  .header .container,
  .section .container {
    width: min(100% - 24px, 100%);
  }

  .brand {
    max-width: 172px;
  }

  .brand::before {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .cookie-banner__panel {
    max-height: 34vh;
  }
}
