/* ==========================================================================
   Pages SEO — O'PAREBRISE LISSIEU
   ========================================================================== */

.seo-page {
  --seo-hero-img: url('assets/images/hero.png');
  background: #e4e7ec;
}

.seo-page #main {
  background: transparent;
}

/* Fonds alternés + orbes */
.seo-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.seo-section__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.45;
  animation: services-float 18s ease-in-out infinite;
}

.seo-section__orb--1 {
  width: 420px;
  height: 420px;
  top: -12%;
  right: -8%;
  background: radial-gradient(circle, rgba(229, 72, 77, 0.16) 0%, transparent 70%);
}

.seo-section__orb--2 {
  width: 360px;
  height: 360px;
  bottom: -10%;
  left: -6%;
  background: radial-gradient(circle, rgba(21, 23, 26, 0.12) 0%, transparent 70%);
  animation-delay: -9s;
}

.seo-section__orb--3 {
  width: 300px;
  height: 300px;
  top: 20%;
  left: 40%;
  background: radial-gradient(circle, rgba(229, 72, 77, 0.2) 0%, transparent 70%);
  animation-delay: -5s;
}

.seo-section__orb--red {
  width: 440px;
  height: 440px;
  top: -15%;
  left: -5%;
  background: radial-gradient(circle, rgba(229, 72, 77, 0.35) 0%, transparent 70%);
}

.seo-section--tonal {
  position: relative;
  background: linear-gradient(180deg, #e4e7ec 0%, #eef0f4 45%, #e8ebf0 100%);
  overflow: hidden;
}

.seo-section--tonal .container {
  position: relative;
  z-index: 1;
}

.seo-section--slate {
  background: linear-gradient(180deg, #d8dce3 0%, #e4e7ec 100%);
}

.seo-section--dark {
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(229, 72, 77, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(255, 255, 255, 0.04), transparent 50%),
    linear-gradient(180deg, #0c0d0f 0%, #15171a 55%, #0e1013 100%);
  color: rgba(255, 255, 255, 0.78);
}

.seo-section--dark .seo-section__intro h2,
.seo-section--dark .seo-section__intro h3 {
  color: #fff;
}

.seo-section--dark .seo-section__intro p,
.seo-section--dark > .container > p,
.seo-section--dark p.seo-section__intro {
  color: rgba(255, 255, 255, 0.72);
}

.seo-section--dark .seo-checklist__item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

.seo-section--dark .seo-checklist__item > div strong {
  color: #fff;
}

.seo-section--dark .seo-checklist__item > div p,
.seo-section--dark .seo-checklist__item > p {
  color: rgba(255, 255, 255, 0.62);
}

.seo-section--dark .seo-checklist__icon {
  background: rgba(229, 72, 77, 0.18);
  color: #ff6b70;
  border-color: rgba(229, 72, 77, 0.28);
}

.seo-section--dark .seo-checklist__item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.seo-section--dark .seo-checklist__item:hover > div strong {
  color: #fff;
}

.seo-section--dark .seo-checklist__item:hover > div p,
.seo-section--dark .seo-checklist__item:hover > p {
  color: rgba(255, 255, 255, 0.75);
}

.seo-breadcrumb {
  padding: var(--space-2) 0 0;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-breadcrumb li + li::before {
  content: '›';
  margin-right: 8px;
  color: var(--color-text-muted);
  opacity: 0.6;
}

.seo-breadcrumb a {
  color: var(--color-primary);
  text-decoration: none;
}

.seo-breadcrumb a:hover {
  text-decoration: underline;
}

.seo-breadcrumb [aria-current='page'] {
  color: var(--color-secondary);
  font-weight: 500;
}

/* Hero SEO */
.seo-hero {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background:
    linear-gradient(135deg, rgba(10, 12, 16, 0.94) 0%, rgba(21, 23, 26, 0.88) 45%, rgba(10, 12, 16, 0.75) 100%),
    var(--seo-hero-img) center / cover no-repeat;
  color: var(--color-white);
  overflow: hidden;
}

.seo-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.seo-hero__inner {
  max-width: 640px;
}

.seo-hero__visual {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.12);
  transform: rotate(1.5deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-hero__visual:hover {
  transform: rotate(0deg) scale(1.02);
}

.seo-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 30%;
}

.seo-hero__visual-badge {
  position: absolute;
  left: var(--space-3);
  bottom: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  color: var(--color-secondary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.seo-hero__visual-badge strong {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.seo-hero__visual-badge span {
  font-size: var(--text-xs);
  color: var(--color-primary);
  font-weight: 600;
}

.seo-hero__eyebrow {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-2);
}

.seo-hero h1 {
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: var(--space-3);
  color: var(--color-white);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}

.seo-hero__lead {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: var(--leading-relaxed);
  color: var(--color-text-inverse-muted);
  margin-bottom: var(--space-2);
}

.seo-hero__lead:last-of-type {
  margin-bottom: var(--space-4);
}

.seo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.seo-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.75);
}

.seo-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.seo-hero__trust span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  flex-shrink: 0;
}

/* Sections communes */
.seo-section {
  position: relative;
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.seo-section__intro {
  max-width: 720px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.seo-section__intro--left {
  max-width: none;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.seo-section__intro h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-secondary);
  margin-bottom: var(--space-3);
  line-height: 1.12;
}

.seo-section__intro p {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  line-height: var(--leading-relaxed);
  margin: 0 0 var(--space-2);
}

.seo-section__intro p:last-child {
  margin-bottom: 0;
}

/* Section 1 — intro + checklist pleine largeur */
.seo-s1 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.seo-s1__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

.seo-s1__top--media-lg {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 580px);
  align-items: center;
}

.seo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.seo-split--media {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.75fr);
  align-items: start;
}

.seo-split__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.seo-media {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(21, 23, 26, 0.12);
  align-self: stretch;
  width: 100%;
  max-height: 440px;
  aspect-ratio: 4 / 3;
  min-height: 320px;
}

.seo-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.seo-media--lg {
  max-height: 520px;
  min-height: 380px;
  aspect-ratio: 4 / 3;
}

.seo-media--lg img {
  object-position: center 40%;
}

.seo-media figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: var(--space-4) var(--space-3) var(--space-3);
  font-size: var(--text-sm);
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(10, 12, 16, 0.88));
}

/* Before / After swipe */
.ba-slider {
  --ba-pos: 50%;
  padding: 0;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}

.ba-slider.is-dragging {
  cursor: grabbing;
}

.ba-slider__frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  border-radius: inherit;
}

.ba-slider__layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ba-slider__layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  pointer-events: none;
}

.ba-slider__layer--after {
  z-index: 1;
}

.ba-slider__layer--before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--ba-pos)) 0 0);
}

.ba-slider__tag {
  position: absolute;
  top: 14px;
  z-index: 3;
  padding: 6px 12px;
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.ba-slider__tag--before {
  left: 14px;
  background: rgba(21, 23, 26, 0.82);
}

.ba-slider__tag--after {
  right: 14px;
  background: rgba(229, 72, 77, 0.92);
}

.ba-slider__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ba-pos);
  z-index: 4;
  width: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.ba-slider__handle-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(21, 23, 26, 0.2), 0 4px 16px rgba(0, 0, 0, 0.35);
}

.ba-slider__handle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-secondary);
  box-shadow: 0 8px 24px rgba(21, 23, 26, 0.35);
}

.ba-slider__range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  appearance: none;
  -webkit-appearance: none;
}

.ba-slider figcaption {
  z-index: 6;
  pointer-events: none;
}

@media (max-width: 768px) {
  .ba-slider__handle-btn {
    width: 40px;
    height: 40px;
  }

  .ba-slider__tag {
    top: 10px;
    padding: 5px 10px;
    font-size: 10px;
  }

  .ba-slider__tag--before { left: 10px; }
  .ba-slider__tag--after { right: 10px; }
}


.seo-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-checklist__item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  box-shadow:
    0 8px 28px rgba(21, 23, 26, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    background 0.4s ease;
  min-height: 64px;
}

/* 5e élément seul → pleine largeur */
.seo-checklist__item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.seo-checklist__item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(21, 23, 26, 0.1);
}

.seo-checklist__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  display: grid;
  place-items: center;
  background: rgba(229, 72, 77, 0.1);
  color: var(--color-primary);
}

.seo-checklist__icon svg {
  width: 18px;
  height: 18px;
}

.seo-checklist__item p {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-secondary);
  line-height: 1.4;
}

/* Galerie */
.seo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  align-items: stretch;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.seo-gallery__item {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 0;
  height: clamp(160px, 18vw, 220px);
  box-shadow: 0 8px 32px rgba(21, 23, 26, 0.08);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-gallery__item:hover {
  transform: translateY(-6px);
}

.seo-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.seo-gallery__item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: var(--space-3);
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(10, 12, 16, 0.85));
}

/* Section Pourquoi nous — bande sombre */
.seo-benefits {
  position: relative;
  background: linear-gradient(160deg, #12141a 0%, #1a1d26 45%, #15171a 100%) !important;
  color: var(--color-white);
  overflow: hidden;
}

.seo-benefits::before {
  display: none;
}

.seo-benefits .container {
  position: relative;
  z-index: 1;
}

.seo-benefits .seo-section__intro h2 {
  color: var(--color-white);
}

.seo-benefits .seo-section__intro p {
  color: rgba(255, 255, 255, 0.72);
}

.seo-benefits .benefit-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.seo-benefits .benefit-card h3 {
  color: var(--color-white);
}

.seo-benefits .benefit-card p {
  color: rgba(255, 255, 255, 0.68);
}

.seo-benefits .benefit-card--highlight {
  background: rgba(229, 72, 77, 0.14);
  border-color: rgba(229, 72, 77, 0.35);
}

.seo-benefits .benefit-card__icon {
  background: rgba(229, 72, 77, 0.18);
  color: #ff8a8e;
}

.seo-benefits .benefit-card:hover {
  border-color: rgba(229, 72, 77, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.seo-process__grid {
  grid-template-columns: repeat(4, 1fr);
}

.seo-process__grid::before {
  display: none;
}

.seo-process__grid .process-card__body {
  min-height: 160px;
}

/* Assurance band */
.seo-process {
  background: linear-gradient(180deg, #fafbfc 0%, #ffffff 40%, #f5f6f8 100%) !important;
}

.seo-process__head {
  position: relative;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.seo-process__head .process-section__intro {
  max-width: none;
  margin: 0;
  text-align: left;
}

.seo-process__head .process-section__intro h2 {
  position: relative;
  z-index: 1;
  max-width: 58%;
  padding-right: var(--space-2);
}

.seo-process__accent {
  position: absolute;
  top: 0;
  left: 52%;
  right: 0;
  height: clamp(2.4rem, 4.8vw, 3.4rem);
  max-height: 58px;
  border-radius: 14px;
  background: linear-gradient(90deg, #ff8a8e 0%, #e5484d 22%, #c41e3a 50%, #15171a 100%);
  box-shadow:
    0 12px 36px rgba(229, 72, 77, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  overflow: hidden;
  pointer-events: none;
}

.seo-process__accent::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.18) 50%,
    transparent 65%
  );
  pointer-events: none;
}

.seo-process .process-card__body {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 32px rgba(21, 23, 26, 0.07);
}

.seo-process .process-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(229, 72, 77, 0.12) 0%, rgba(229, 72, 77, 0.04) 100%);
  border: 1px solid rgba(229, 72, 77, 0.1);
  box-shadow: 0 6px 20px rgba(229, 72, 77, 0.08);
}

.seo-process .process-card__icon svg,
.seo-process .process-card__icon iconify-icon {
  width: 26px;
  height: 26px;
  font-size: 26px;
  color: var(--color-primary);
}

.seo-process .process-card--highlight .process-card__icon {
  background: linear-gradient(145deg, rgba(229, 72, 77, 0.2) 0%, rgba(229, 72, 77, 0.08) 100%);
  border-color: rgba(229, 72, 77, 0.2);
  box-shadow: 0 8px 24px rgba(229, 72, 77, 0.14);
}

.seo-process .process-card:hover .process-card__icon {
  transform: scale(1.05);
  background: linear-gradient(145deg, rgba(229, 72, 77, 0.18) 0%, rgba(229, 72, 77, 0.06) 100%);
}

.seo-insurance {
  background: linear-gradient(135deg, #15171a 0%, #1e2128 100%);
  color: var(--color-white);
  border-radius: var(--radius-xl);
  padding: clamp(2rem, 5vw, 3rem);
  position: relative;
  overflow: hidden;
}

.seo-insurance--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 2.5rem);
}

.seo-insurance__content {
  position: relative;
  z-index: 1;
}

.seo-insurance__visual {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.seo-insurance__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 240px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.seo-insurance::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(229, 72, 77, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.seo-insurance h2 {
  position: relative;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-3);
  line-height: 1.15;
  color: var(--color-white);
}

.seo-insurance__content p {
  position: relative;
  font-size: var(--text-lg);
  color: var(--color-text-inverse-muted);
  line-height: var(--leading-relaxed);
  margin: 0 0 var(--space-2);
  max-width: 720px;
}

.seo-insurance__cta {
  position: relative;
  margin-top: var(--space-4);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-white);
}

.seo-insurance__cta a {
  color: var(--color-accent);
  text-decoration: none;
}

.seo-insurance__cta a:hover {
  text-decoration: underline;
}

/* Zone locale — bande sombre */
.seo-zone {
  position: relative;
  background: linear-gradient(180deg, #15171a 0%, #1c1f28 50%, #12141a 100%);
  overflow: hidden;
}

.seo-zone--dark .container {
  position: relative;
  z-index: 1;
}

.seo-zone--dark .seo-section__intro h2 {
  color: var(--color-white);
}

.seo-zone--dark .seo-section__intro p,
.seo-zone--dark .seo-zone__content > p {
  color: rgba(255, 255, 255, 0.85);
}

.seo-zone--dark .seo-zone__city-label {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.55);
}

.seo-zone__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: stretch;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.seo-zone__content {
  display: flex;
  flex-direction: column;
}

.seo-zone__map-col {
  min-height: 420px;
  display: flex;
}

.seo-zone__map {
  flex: 1;
  min-height: 420px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.seo-zone__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.seo-zone__city-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.6);
  border: 1px dashed rgba(0, 0, 0, 0.12);
  color: var(--color-text-muted);
}

.seo-zone__cta {
  margin-top: var(--space-4);
}

/* CTA final */
.seo-final-cta {
  background:
    linear-gradient(135deg, rgba(10, 12, 16, 0.92) 0%, rgba(21, 23, 26, 0.88) 100%),
    var(--seo-hero-img) center / cover no-repeat;
  color: var(--color-white);
  text-align: center;
}

.seo-final-cta__inner {
  max-width: 640px;
  margin-inline: auto;
}

.seo-final-cta h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-3);
  line-height: 1.12;
  color: var(--color-white);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}

.seo-final-cta p {
  font-size: var(--text-lg);
  color: var(--color-text-inverse-muted);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-4);
}

.seo-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2);
}

/* FAQ SEO */
.seo-faq {
  background: linear-gradient(180deg, #eef0f4 0%, #f8f9fb 50%, #eef0f4 100%) !important;
  padding: clamp(3rem, 6vw, 5rem) 0 !important;
}

.seo-faq__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin-inline: auto;
}

.seo-faq__header {
  max-width: 640px;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.seo-faq__header h2 {
  font-size: clamp(1.75rem, 3.6vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-secondary);
  line-height: 1.15;
  margin: 0;
  text-align: left;
}

.seo-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.seo-faq .faq__item {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}

.seo-faq .faq__item summary {
  padding: 18px 20px;
  gap: 12px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.seo-faq .faq__num {
  min-width: 26px;
  font-size: 11px;
}

.seo-faq .faq__item summary::after {
  width: 32px;
  height: 32px;
  background-size: 16px;
}

.seo-faq .faq__answer {
  padding: 0 20px 18px;
  padding-left: calc(20px + 26px + 12px);
}

.seo-faq .faq__answer p {
  font-size: 0.875rem;
  line-height: 1.6;
}

.seo-faq .faq__item[open] {
  grid-column: 1 / -1;
}

@media (max-width: 720px) {
  .seo-faq__list {
    grid-template-columns: 1fr;
  }

  .seo-faq__header {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .seo-hero__grid {
    grid-template-columns: 1fr;
  }

  .seo-hero__visual {
    max-width: 520px;
    transform: none;
  }

  .seo-hero__visual:hover {
    transform: scale(1.01);
  }

  .seo-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-gallery__item:first-child {
    grid-column: 1 / -1;
  }

  .seo-insurance--split {
    grid-template-columns: 1fr;
  }

  .seo-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-process__head {
    padding-top: 0;
  }

  .seo-process__head .process-section__intro h2 {
    max-width: none;
    padding-right: 0;
  }

  .seo-process__accent {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    height: 10px;
    max-height: none;
    margin-bottom: var(--space-3);
    border-radius: 999px;
  }
}

.seo-hero.fx-loaded .seo-hero__visual {
  animation: fx-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
  opacity: 0;
}

.seo-hero.fx-loaded .seo-hero__eyebrow {
  animation: fx-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.seo-hero.fx-loaded h1 {
  animation: fx-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
  opacity: 0;
}

.seo-hero.fx-loaded .seo-hero__lead {
  animation: fx-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
  opacity: 0;
}

.seo-hero.fx-loaded .seo-hero__lead:nth-of-type(2) {
  animation-delay: 0.24s;
}

.seo-hero.fx-loaded .seo-hero__actions {
  animation: fx-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.32s forwards;
  opacity: 0;
}

.seo-hero.fx-loaded .seo-hero__trust {
  animation: fx-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.42s forwards;
  opacity: 0;
}

.btn--on-dark {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn--on-dark:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--color-white);
}

@media (max-width: 900px) {
  .seo-zone__split {
    grid-template-columns: 1fr;
  }

  .seo-zone__map-col {
    min-height: 320px;
  }

  .seo-zone__map {
    min-height: 320px;
  }
}

@media (max-width: 768px) {
  .seo-s1__top {
    grid-template-columns: 1fr;
  }

  .seo-media {
    max-height: 360px;
    min-height: 260px;
    order: -1;
  }

  .seo-media--lg {
    max-height: 400px;
    min-height: 280px;
  }

  .seo-split,
  .seo-split--media {
    grid-template-columns: 1fr;
  }

  .seo-checklist {
    grid-template-columns: 1fr;
  }

  .seo-hero__visual img {
    max-height: 320px;
  }

  .seo-gallery {
    grid-template-columns: 1fr;
  }

  .seo-gallery__item:first-child {
    grid-column: auto;
  }

  .seo-gallery__item {
    height: clamp(180px, 52vw, 240px);
  }

  .seo-process__grid {
    grid-template-columns: 1fr;
  }

  .seo-hero__actions,
  .seo-final-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .seo-hero__actions .btn,
  .seo-final-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

.seo-page--vitrage {
  --seo-hero-img: url('assets/images/service-vitrage.png');
}

.seo-page--optique {
  --seo-hero-img: url('assets/images/service-optique.png');
}

.seo-page--debosselage {
  --seo-hero-img: url('assets/images/service-debosselage.png');
}

.seo-page--optique .seo-process .process__grid-wrap {
  max-width: min(1520px, calc(100% - 24px));
  padding-inline: clamp(12px, 2.5vw, 32px);
}

.seo-section__intro h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: var(--color-secondary);
  margin: 0 0 var(--space-2);
}

.seo-checklist__item > div strong {
  display: block;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 4px;
}

.seo-checklist__item > div p {
  margin: 0;
  font-size: var(--text-xs);
  font-weight: 400;
  color: var(--color-text-muted);
  line-height: 1.45;
}

.seo-checklist__item:has(> div) {
  align-items: flex-start;
}

.seo-section--slate .seo-checklist__item {
  background: var(--color-white);
  border-color: var(--color-border);
}

.seo-process__grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}

.seo-page--vitrage .seo-process .process__grid-wrap {
  max-width: min(1520px, calc(100% - 24px));
  padding-inline: clamp(12px, 2.5vw, 32px);
}

.seo-process__grid--5 .process-card__body {
  min-height: auto;
  padding: var(--space-3) clamp(12px, 1.2vw, 18px);
}

.seo-process__grid--5 .process-card h3 {
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.25;
}

.seo-process__grid--5 .process-card p {
  font-size: var(--text-xs);
  line-height: 1.4;
}

.seo-process__grid--5 .process-card__step-ring {
  width: 64px;
  height: 64px;
}

.seo-process__grid--5 .process-card__icon {
  width: 48px;
  height: 48px;
}

.seo-benefits .benefits__grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1200px) {
  .seo-process__grid--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .seo-benefits .benefits__grid--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .seo-process__grid--5 {
    grid-template-columns: 1fr;
  }

  .seo-benefits .benefits__grid--5 {
    grid-template-columns: 1fr;
  }
}
