:root {
  --bg: #0a1122;
  --bg-soft: #0d152b;
  --card: #0f1a33;
  --card-strong: #0d1a30;
  --stroke: rgba(255, 255, 255, 0.08);
  --text: #f8fafc;
  --muted: #a7b1c8;
  --accent: #2f6bff;
  --accent-soft: rgba(47, 107, 255, 0.18);
  --success: #2ecc71;
  --shadow: 0 16px 36px rgba(4, 8, 20, 0.45);
  --radius: 18px;
  --radius-compact: 16px;
  --surface-shadow: 0 14px 34px rgba(5, 10, 24, 0.45);
  --surface-shadow-hover: 0 20px 42px rgba(5, 10, 24, 0.58);
  --font-base: clamp(0.95rem, 0.22vw + 0.9rem, 1.02rem);
  --font-lead: clamp(1rem, 0.45vw + 0.92rem, 1.12rem);
  --header-height: 0px;
  --app-height: 100dvh;
  --screen-section-height: max(0px, calc(var(--app-height) - var(--header-height)));
  --anchor-offset: calc(var(--header-height) + 12px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: var(--font-base);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 60;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: #0a1122;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(122, 180, 255, 0.92);
  outline-offset: 2px;
}

h1,
h2,
h3,
h4 {
  font-family: "Sora", system-ui, sans-serif;
  margin: 0 0 12px;
  line-height: 1.2;
  text-wrap: balance;
}

p {
  margin: 0 0 16px;
  color: var(--muted);
  text-wrap: pretty;
}

ul {
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--muted);
}

.container {
  width: min(1180px, 90%);
  margin: 0 auto;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.page-bg .glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  z-index: 1;
}

.page-bg .glow-1 {
  width: 480px;
  height: 480px;
  background: rgba(47, 107, 255, 0.45);
  top: -120px;
  right: -80px;
  animation: glowDriftA 20s ease-in-out infinite;
}

.page-bg .glow-2 {
  width: 520px;
  height: 520px;
  background: rgba(44, 203, 255, 0.35);
  bottom: -180px;
  left: -120px;
  animation: glowDriftB 24s ease-in-out infinite;
}

.page-bg .grid {
  display: none;
}

.page-bg .photo-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      180deg,
      rgba(10, 17, 34, 0.65) 0%,
      rgba(10, 17, 34, 0.55) 45%,
      rgba(10, 17, 34, 0.7) 100%
    ),
    url("assets/bg-drone-55.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.92;
  filter: saturate(1) contrast(1);
  z-index: 0;
}

.home-page .page-bg .photo-bg {
  background-image: linear-gradient(
      96deg,
      rgba(8, 15, 31, 0.82) 0%,
      rgba(8, 15, 31, 0.78) 34%,
      rgba(8, 15, 31, 0.56) 58%,
      rgba(8, 15, 31, 0.3) 78%,
      rgba(8, 15, 31, 0.12) 100%
    ),
    linear-gradient(
      180deg,
      rgba(8, 15, 31, 0.58) 0%,
      rgba(8, 15, 31, 0.46) 45%,
      rgba(8, 15, 31, 0.62) 100%
    ),
    url("assets/bg-drone-55.webp");
  background-position: center 38%;
  opacity: 0.95;
  filter: saturate(1.08) contrast(1.1) brightness(0.98);
}

@media (max-width: 768px) {
  .home-page .page-bg .photo-bg {
    background-image: linear-gradient(
        180deg,
        rgba(8, 15, 31, 0.72) 0%,
        rgba(8, 15, 31, 0.62) 45%,
        rgba(8, 15, 31, 0.78) 100%
      ),
      url("assets/bg-drone-55.webp");
    background-position: center 34%;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(10, 17, 34, 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 901px) {
  .site-header .container.nav {
    width: min(1360px, 96%);
  }
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 0;
}

@media (min-width: 901px) {
  .site-header .nav {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 92px;
    padding: 20px 0;
  }

  .site-header .nav-menu {
    display: contents;
  }

  .site-header .nav-links {
    justify-self: center;
    justify-content: center;
    width: 100%;
    gap: 28px;
  }

  .site-header .btn-primary {
    justify-self: end;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: block;
  overflow: hidden;
}

.logo-mark-image {
  object-fit: cover;
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 8px 20px rgba(6, 13, 30, 0.35);
  transform: translateY(-3px) scale(1.06);
  transform-origin: center;
}

.logo-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.logo-text strong {
  color: var(--text);
  font-size: 18px;
}

.logo-text small {
  color: #6ea1ff;
  font-size: 13px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 500;
  color: #d2d9ea;
}

.nav-links a {
  position: relative;
}

.nav-links .nav-link-urgent {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 94, 94, 0.55);
  background: rgba(114, 25, 25, 0.28);
  color: #ffd6d6;
  font-weight: 700;
}

.nav-links .nav-link-urgent::after {
  display: none;
}

.nav-links .nav-link-urgent:hover {
  background: rgba(145, 32, 32, 0.4);
  border-color: rgba(255, 114, 114, 0.78);
  color: #ffe5e5;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background: var(--accent);
  transition: width 0.2s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-services-dropdown {
  position: relative;
}

.nav-services-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -14px;
  right: -14px;
  height: 14px;
  pointer-events: auto;
  background: transparent;
}

.nav-services-trigger {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-services-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background: var(--accent);
  transition: width 0.2s ease;
}

.nav-services-dropdown:hover .nav-services-trigger::after,
.nav-services-dropdown:focus-within .nav-services-trigger::after,
.nav-services-dropdown.is-open .nav-services-trigger::after {
  width: 100%;
}

.nav-services-caret {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.85;
  transition: transform 0.2s ease;
}

.nav-services-dropdown:hover .nav-services-caret,
.nav-services-dropdown:focus-within .nav-services-caret,
.nav-services-dropdown.is-open .nav-services-caret {
  transform: rotate(225deg) translateY(-1px);
}

.nav-services-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: -12px;
  z-index: 30;
  min-width: 250px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(127, 166, 255, 0.22);
  background: rgba(10, 17, 34, 0.98);
  box-shadow: 0 16px 36px rgba(5, 10, 24, 0.56);
  display: none;
  gap: 2px;
}

main [id] {
  scroll-margin-top: var(--anchor-offset);
}

.nav-services-dropdown:hover .nav-services-menu,
.nav-services-dropdown:focus-within .nav-services-menu,
.nav-services-dropdown.is-open .nav-services-menu {
  display: grid;
}

.nav-services-menu a {
  padding: 10px 12px;
  border-radius: 10px;
  color: #dbe5fb;
  line-height: 1.25;
  text-decoration: none;
  font-size: 13.5px;
}

.nav-services-menu a::after {
  display: none;
}

.nav-services-menu a:hover {
  background: rgba(47, 107, 255, 0.18);
  color: #f2f7ff;
}

.nav-services-menu a.is-urgent {
  color: #fff3f3;
  background: linear-gradient(135deg, rgba(165, 34, 34, 0.5), rgba(125, 22, 22, 0.46));
  border: 1px solid rgba(255, 116, 116, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 196, 196, 0.16);
  font-weight: 700;
}

.nav-services-menu a.is-urgent:hover {
  background: linear-gradient(135deg, rgba(188, 38, 38, 0.62), rgba(145, 24, 24, 0.58));
  border-color: rgba(255, 146, 146, 0.78);
  color: #ffffff;
}

.nav-services-menu a.is-urgent[aria-current="page"] {
  background: linear-gradient(135deg, rgba(199, 44, 44, 0.66), rgba(156, 30, 30, 0.62));
  border-color: rgba(255, 162, 162, 0.82);
  color: #ffffff;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(16, 26, 48, 0.8);
  color: var(--text);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

.mobile-header-urgent {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 124, 124, 0.72);
  background: linear-gradient(135deg, rgba(203, 43, 43, 0.96), rgba(152, 24, 24, 0.94));
  box-shadow: 0 10px 24px rgba(90, 12, 12, 0.3);
  color: #fff7f7;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(47, 107, 255, 0.25);
}

.btn-primary {
  background: linear-gradient(135deg, #3b74ff, #2559dd);
  color: white;
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--text);
  background: transparent;
}

.btn-hero-urgence-mobile {
  display: none;
  border-color: rgba(255, 116, 116, 0.58);
  background: rgba(92, 20, 20, 0.22);
  color: #ffe4e4;
}

.btn-sm {
  padding: 8px 14px;
  font-size: 13px;
}

.btn-full {
  width: 100%;
  justify-content: center;
}

.hero {
  padding: 110px 0 70px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-inner {
  display: grid;
  gap: 32px;
}

.hero-content {
  width: 100%;
  max-width: 1280px;
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(23, 35, 63, 0.9);
  border: 1px solid rgba(83, 109, 157, 0.5);
  color: #d7e2ff;
  font-weight: 600;
  width: fit-content;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid rgba(47, 107, 255, 0.4);
  color: #9cc1ff;
  font-weight: 600;
  font-size: 13px;
}

.hero-title {
  font-size: clamp(2.6rem, 4.4vw, 4.2rem);
  color: var(--text);
  margin: 12px 0 10px;
  text-align: left;
  position: relative;
  animation: titleReveal 0.9s ease-out both;
}

.hero-company {
  margin: 0 0 8px;
  display: inline-block;
  font-size: clamp(1.3rem, 1.9vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #bcd7ff;
  text-shadow: 0 0 14px rgba(104, 174, 255, 0.35);
  transform-origin: left center;
  animation: heroCompanyStretch 4.8s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

.home-page .hero-company {
  font-weight: 500;
  color: transparent;
  background-image: linear-gradient(
    100deg,
    #8fbfff 0%,
    #cfe6ff 20%,
    #7ab3ff 38%,
    #f0f8ff 50%,
    #7ab3ff 62%,
    #8fbfff 100%
  );
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 14px rgba(104, 174, 255, 0.3);
  animation: droneliaShine 4.8s ease-in-out infinite;
}

.hero-title .text-wash {
  display: inline-block;
  position: relative;
  color: transparent;
  background-image: linear-gradient(90deg, #e7f0ff 0%, #8eb6ff 46%, #2f6bff 100%);
  background-size: 100% 100%;
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.hero-title-phrase {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}

.hero-word-cycle {
  display: inline-block;
  white-space: nowrap;
  min-width: 160px;
  text-align: left;
  margin-right: 0.22em;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.text-wash {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}

.hero-word-cycle.is-swapping {
  opacity: 0;
  transform: translateY(-0.12em);
}

.hero-title .text-wash::after {
  content: none;
}

.hero-sub {
  font-size: 18px;
  max-width: 620px;
}

.hero-b2b {
  display: grid;
  gap: 10px;
  margin: 6px 0 10px;
}

.hero-b2b-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.28), rgba(27, 67, 170, 0.38));
  border: 1px solid rgba(128, 170, 255, 0.5);
  color: #dce8ff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 26px rgba(11, 24, 58, 0.45);
}

.hero-b2b-line {
  margin: 12px auto 0;
  color: rgba(186, 205, 240, 0.72);
  font-weight: 500;
  font-size: clamp(0.7rem, 0.88vw, 0.8rem);
  letter-spacing: 0.012em;
  text-align: center;
  max-width: 860px;
  white-space: nowrap;
}

.hero-sub strong {
  color: #f0f6ff;
  font-weight: 700;
}

.hero-locations {
  color: #7fb0ff;
  font-weight: 600;
}

.home-page .hero-locations {
  font-size: clamp(0.82rem, 1.15vw, 0.92rem);
  color: rgba(166, 195, 248, 0.74);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
}

.hero-secondary-link {
  align-self: center;
  color: #c7d8ff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(145, 184, 255, 0.4);
  text-underline-offset: 4px;
}

.hero-secondary-link:hover {
  color: #eaf1ff;
  text-decoration-color: rgba(186, 211, 255, 0.68);
}

.hero-quick-points {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.hero-quick-points li {
  padding: 9px 12px;
  border-radius: 12px;
  background: rgba(14, 24, 45, 0.9);
  border: 1px solid rgba(127, 166, 255, 0.22);
  color: #dbe6ff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1280px, 100%);
  margin-top: 6px;
}

.hero-stats .stat-card {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 16px 20px;
  min-height: 102px;
  border-radius: 20px;
  background: rgba(10, 22, 50, 0.34);
  border: 1px solid rgba(127, 166, 255, 0.34);
  box-shadow: 0 14px 34px rgba(4, 10, 24, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-stats .stat-card:hover {
  transform: translateY(-3px);
  background: rgba(12, 28, 62, 0.42);
  border-color: rgba(154, 189, 255, 0.48);
}

.hero-stats .stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(47, 107, 255, 0.18);
  color: #9fc1ff;
  flex: 0 0 auto;
}

.hero-stats .stat-icon svg {
  width: 26px;
  height: 26px;
}

.hero-stats .stat-title {
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
}

.hero-stats .stat-text {
  font-size: clamp(0.92rem, 1.05vw, 0.98rem);
}

.hero-stats .stat-review-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-stats .avatar-stack {
  display: flex;
  flex-direction: row;
}

.hero-stats .avatar-mini {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--card);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 800;
  color: #fff;
  margin-left: -10px;
  transition: transform 0.2s ease;
}

.hero-stats .avatar-mini:first-child {
  margin-left: 0;
}

.hero-stats .stat-card:hover .avatar-mini {
  transform: translateX(3px);
}

.hero-stats .avatar-more {
  background-color: #2d3748;
  font-size: 10px;
}

.hero-stats .stat-card-reviews {
  position: relative;
}

.hero-stats .stat-card-reviews .stat-review-group {
  display: block;
  width: 100%;
  padding-right: 96px;
}

.hero-stats .stat-card-reviews .avatar-stack {
  position: absolute;
  top: 12px;
  right: 14px;
}

@keyframes titleReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation du “lavage” : bande d'eau qui descend. */
@keyframes wash-effect {
  0% {
    background-position: 0 -120%;
    opacity: 0;
  }
  35% {
    opacity: 0.92;
  }
  55% {
    background-position: 0 40%;
    opacity: 1;
  }
  100% {
    background-position: 0 160%;
    opacity: 0;
  }
}

@keyframes heroCompanyStretch {
  0%,
  14%,
  100% {
    transform: scaleX(1);
  }
  24% {
    transform: scaleX(1.22);
  }
  34% {
    transform: scaleX(1);
  }
}

@keyframes droneliaShine {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-company,
  .hero-title,
  .hero-title .text-wash {
    animation: none;
  }
  .hero-word-cycle {
    transition: none;
    transform: none;
    opacity: 1;
  }
  .hero-title .text-wash::after {
    animation: none;
    opacity: 0;
  }
}

.reduced-effects .page-bg .glow-1,
.reduced-effects .page-bg .glow-2,
.reduced-effects .service-scroll-hint-icon,
.reduced-effects .hero-company,
.reduced-effects .hero-title,
.reduced-effects .hero-title .text-wash::after,
.reduced-effects .hero-word-cycle {
  animation: none !important;
}

.reduced-effects .hero-word-cycle {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.reduced-effects .reveal-ready {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.reduced-effects .benefit-card,
.reduced-effects .service-card,
.reduced-effects .gallery-card,
.reduced-effects .testimonial,
.reduced-effects .info-card,
.reduced-effects .zone-card,
.reduced-effects .before-after,
.reduced-effects .contact-form,
.reduced-effects .about-panel,
.reduced-effects .about-photo,
.reduced-effects .stat-card,
.reduced-effects .faq-item,
.reduced-effects .premium-card,
.reduced-effects #tarifs .price-card {
  transition: none !important;
}

@media (max-width: 768px) {
  .hero-title-phrase {
    gap: 0;
  }

  .hero-word-cycle {
    min-width: 0;
    margin-right: 0;
  }

  .hero-title-phrase .text-wash {
    margin-left: 0.16em !important;
  }
}

/* Service page premium (toiture) */
.service-hero {
  position: relative;
  min-height: clamp(520px, 78vh, 760px);
  display: flex;
  align-items: center;
  overflow: visible;
  border-radius: 0;
  margin: 0;
}

.service-hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      180deg,
      rgba(8, 12, 24, 0.68) 0%,
      rgba(8, 12, 24, 0.55) 45%,
      rgba(8, 12, 24, 0.75) 100%
    ),
    url("assets/Nettoyage de toit avec drone-bg.webp");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
  z-index: 0;
}

/* Service toiture: utiliser l’image de fond sur toute la page (pas de coupe). */
.service-page .page-bg .photo-bg {
  background-image: linear-gradient(
      180deg,
      rgba(10, 17, 34, 0.45) 0%,
      rgba(10, 17, 34, 0.4) 45%,
      rgba(10, 17, 34, 0.55) 100%
    ),
    url("assets/Nettoyage de toit avec drone-bg.webp");
  opacity: 0.92;
  filter: saturate(1.25) contrast(1.14) brightness(1.1);
  background-position: center top;
}

.zone-tarn-page .page-bg .photo-bg {
  background-image: linear-gradient(
      96deg,
      rgba(8, 15, 31, 0.74) 0%,
      rgba(8, 15, 31, 0.66) 34%,
      rgba(8, 15, 31, 0.44) 58%,
      rgba(8, 15, 31, 0.28) 78%,
      rgba(8, 15, 31, 0.16) 100%
    ),
    linear-gradient(
      180deg,
      rgba(9, 16, 32, 0.56) 0%,
      rgba(9, 16, 32, 0.46) 45%,
      rgba(9, 16, 32, 0.62) 100%
    );
  opacity: 0.93;
  filter: none;
  z-index: 1;
}

.zone-haute-garonne-page .page-bg .photo-bg {
  background-image: linear-gradient(
      96deg,
      rgba(8, 15, 31, 0.74) 0%,
      rgba(8, 15, 31, 0.66) 34%,
      rgba(8, 15, 31, 0.44) 58%,
      rgba(8, 15, 31, 0.28) 78%,
      rgba(8, 15, 31, 0.16) 100%
    ),
    linear-gradient(
      180deg,
      rgba(9, 16, 32, 0.56) 0%,
      rgba(9, 16, 32, 0.46) 45%,
      rgba(9, 16, 32, 0.62) 100%
    );
  opacity: 0.93;
  filter: none;
  z-index: 1;
}

.zone-tarn-page .page-bg .zone-tarn-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  opacity: 0.9;
  filter: saturate(1.12) contrast(1.08) brightness(0.86);
  z-index: 0;
}

.zone-haute-garonne-page .page-bg .zone-haute-garonne-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.04) brightness(0.82);
  z-index: 0;
}

.zone-haute-garonne-page .page-bg .zone-haute-garonne-bg-video-mobile {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.04) brightness(0.82);
  z-index: 0;
  display: none;
}

.zone-tarn-page .page-bg .glow {
  z-index: 2;
}

.zone-haute-garonne-page .page-bg .glow {
  z-index: 2;
}

@media (max-width: 768px) {
  .zone-haute-garonne-page .page-bg .zone-haute-garonne-bg-video {
    display: none;
  }

  .zone-haute-garonne-page .page-bg .zone-haute-garonne-bg-video-mobile {
    display: block;
  }
}

/* Zone pages (81 + 31): keep 4 sector cards aligned on desktop */
.zone-tarn-page #secteurs .services-grid.services-grid-main,
.zone-haute-garonne-page #secteurs .services-grid.services-grid-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1320px;
  margin: 48px auto 0;
}

.zone-tarn-page #secteurs .service-card,
.zone-haute-garonne-page #secteurs .service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.zone-tarn-page #secteurs .service-card .service-card-cta,
.zone-haute-garonne-page #secteurs .service-card .service-card-cta {
  margin-top: auto;
  align-self: flex-start;
}

/* Zone 31: keep 4 cards centered for "La différence Dronelia dans le 31". */
.zone-haute-garonne-page #prix-31 .steps-inline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1320px;
  margin: 0 auto;
  gap: 18px;
}

@media (min-width: 1100px) {
  .home-page #avantages .benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page #avantages .benefits-grid .benefit-card:nth-last-child(2),
  .home-page #avantages .benefits-grid .benefit-card:last-child {
    grid-column: auto;
  }

  .zone-tarn-page #specificites .benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .zone-tarn-page #specificites .benefits-grid .benefit-card:nth-last-child(2),
  .zone-tarn-page #specificites .benefits-grid .benefit-card:last-child {
    grid-column: auto;
  }

  .zone-haute-garonne-page #specificites-31 .benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .zone-haute-garonne-page #specificites-31 .benefits-grid .benefit-card:nth-last-child(2),
  .zone-haute-garonne-page #specificites-31 .benefits-grid .benefit-card:last-child {
    grid-column: auto;
  }
}

.zone-haute-garonne-page #prix-31 .step-card {
  min-height: 220px;
}

.zone-haute-garonne-page #prix-31 .intervention-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.zone-tarn-page .zone-bottom-cta,
.zone-haute-garonne-page .zone-bottom-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.zone-tarn-page .zone-bottom-cta .btn,
.zone-haute-garonne-page .zone-bottom-cta .btn {
  min-width: 0;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1200px) {
  .zone-tarn-page #secteurs .services-grid.services-grid-main,
  .zone-haute-garonne-page #secteurs .services-grid.services-grid-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zone-haute-garonne-page #prix-31 .steps-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .zone-tarn-page #secteurs .services-grid.services-grid-main,
  .zone-haute-garonne-page #secteurs .services-grid.services-grid-main,
  .zone-haute-garonne-page #prix-31 .steps-inline {
    grid-template-columns: 1fr;
  }
}

.service-page .service-hero-bg {
  display: none;
}

.inspection-page .page-bg .photo-bg {
  background-image: linear-gradient(
      180deg,
      rgba(10, 17, 34, 0.52) 0%,
      rgba(10, 17, 34, 0.44) 45%,
      rgba(10, 17, 34, 0.58) 100%
    ),
    url("assets/inspection-longere-bg.webp");
  background-position: center;
  opacity: 0.92;
  filter: saturate(1.2) contrast(1.12) brightness(1.06);
}

.facade-page .page-bg .photo-bg {
  background-image: linear-gradient(
      180deg,
      rgba(10, 17, 34, 0.52) 0%,
      rgba(10, 17, 34, 0.44) 45%,
      rgba(10, 17, 34, 0.58) 100%
    ),
    url("assets/facade-bg-bg.webp");
  background-position: center;
  opacity: 0.92;
  filter: saturate(1.2) contrast(1.12) brightness(1.06);
}

.solaires-page .page-bg .photo-bg {
  background-image: linear-gradient(
      180deg,
      rgba(10, 17, 34, 0.52) 0%,
      rgba(10, 17, 34, 0.44) 45%,
      rgba(10, 17, 34, 0.58) 100%
    ),
    url("assets/solaires-bg-2-bg.webp");
  background-position: center;
  opacity: 0.92;
  filter: saturate(1.2) contrast(1.12) brightness(1.06);
}

.pro-page .page-bg .photo-bg {
  background-image: linear-gradient(
      180deg,
      rgba(10, 17, 34, 0.52) 0%,
      rgba(10, 17, 34, 0.44) 45%,
      rgba(10, 17, 34, 0.58) 100%
    ),
    url("assets/pro-bg-bg.webp");
  background-position: center;
  opacity: 0.92;
  filter: saturate(1.2) contrast(1.12) brightness(1.06);
}

.urgence-page .page-bg .photo-bg {
  background-image: url("assets/drone-au-dessus-du-toit-en-tuiles-bg.webp");
  background-position: center;
  opacity: 1;
  filter: saturate(1.02) contrast(1.14) brightness(0.88);
}

.urgence-sticky-call {
  display: none;
}

.urgence-page .urgence-sticky-call {
  position: fixed;
  left: 16px;
  bottom: 18px;
  z-index: 56;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 220, 220, 0.42);
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 30px rgba(105, 24, 24, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.urgence-page .urgence-sticky-call:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 18px 36px rgba(105, 24, 24, 0.58);
}

@media (max-width: 768px) {
  .urgence-page .urgence-sticky-call {
    left: 12px;
    right: 12px;
    bottom: calc(92px + env(safe-area-inset-bottom, 0px));
  }
}


.service-hero-inner {
  position: relative;
  z-index: 1;
  padding: 48px 0 24px;
  text-align: center;
}

.service-hero-content {
  max-width: 820px;
  margin: 0 auto;
}

.service-hero .hero-title {
  text-align: center;
}

.service-hero .hero-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.service-page .section-head {
  text-align: center;
}

.service-page .section-head p {
  text-align: center;
}

.service-hero .hero-actions {
  justify-content: center;
}

.service-scroll-hint {
  margin: 12px auto 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #d7e6ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  opacity: 0.94;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.service-scroll-hint:hover {
  opacity: 1;
}

.service-scroll-hint.is-hidden {
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
}

.service-scroll-hint-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(144, 177, 247, 0.46);
  background: rgba(23, 38, 72, 0.62);
  position: relative;
  animation: serviceHintPulse 1.4s ease-in-out infinite;
}

.service-scroll-hint-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #8fb3ff;
  border-bottom: 2px solid #8fb3ff;
  transform: translateX(-50%) rotate(45deg);
}

@keyframes serviceHintPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}

.hero-trust {
  margin-top: 14px;
  color: #b9c6e5;
  font-size: 14px;
  font-weight: 600;
}

.btn-lg {
  padding: 16px 28px;
  font-size: 16px;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(47, 107, 255, 0.35);
}



.premium-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.premium-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.premium-card h3 {
  margin: 10px 0 8px;
}

.premium-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(47, 107, 255, 0.15);
  display: grid;
  place-items: center;
  font-size: 20px;
}

.premium-badge {
  display: inline-block;
  margin: 12px auto 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.18);
  color: #cfe0ff;
  font-size: 12px;
  font-weight: 600;
}

.two-col-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px 22px;
}

.check-item {
  background: rgba(12, 18, 34, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px 16px 14px 40px;
  position: relative;
}

.check-item::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 12px;
  color: #7fb0ff;
  font-weight: 700;
}

.trust-band {
  background: rgba(12, 18, 34, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 0;
  margin: 20px 0;
}

.trust-band-inner {
  display: grid;
  gap: 12px;
  align-items: center;
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: #c4d2f0;
  font-size: 14px;
}

.cta-final {
  background: rgba(10, 16, 32, 0.85);
  padding: 70px 0;
  text-align: center;
  border-radius: 28px;
  margin: 30px auto 40px;
}

.cta-final-inner {
  max-width: 720px;
}

.btn-phone {
  display: none;
}

/* Compact layout for single-screen service page */
.service-page .section.compact-section {
  padding: 14px 0;
  min-height: auto;
}

.service-page .section.compact-section .section-head {
  margin-bottom: 10px;
}

.service-page .premium-cards {
  gap: 16px;
}

.service-page .premium-card {
  padding: 18px;
}

.service-page .before-after {
  margin-top: 0;
}

.service-page .cta-final {
  padding: 50px 0;
  margin: 20px auto 28px;
  min-height: auto;
}

.service-page {
  scroll-snap-type: none;
}

.service-page main > section {
  scroll-snap-align: none;
}

.service-page .btn-lg {
  padding: 14px 24px;
}

@media (max-width: 900px) {
  .service-hero {
    min-height: clamp(480px, 72vh, 680px);
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .btn-phone {
    display: inline-flex;
  }
  .service-hero-inner {
    padding: 60px 0;
  }
  .btn-lg {
    width: 100%;
    justify-content: center;
  }

  .service-scroll-hint {
    display: none;
  }
}

.stat-card {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 14px 18px;
  border-radius: 18px;
  min-height: 96px;
  background: linear-gradient(145deg, rgba(11, 24, 56, 0.88), rgba(9, 20, 48, 0.8));
  border: 1px solid rgba(92, 144, 255, 0.34);
  box-shadow: 0 18px 40px rgba(6, 14, 34, 0.45);
  backdrop-filter: blur(2px);
}


.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(47, 107, 255, 0.18);
  display: grid;
  place-items: center;
  color: #9dc2ff;
  flex: 0 0 auto;
}

.stat-icon svg {
  width: 26px;
  height: 26px;
}

.thanks-page .section {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thanks-page .stat-icon {
  width: 80px;
  height: 80px;
  background: rgba(46, 204, 113, 0.15);
  color: var(--success);
}

.stat-title {
  font-weight: 700;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.2;
  color: var(--text);
  margin: 0;
}

.stat-text {
  margin: 0;
  font-size: clamp(0.9rem, 1.1vw, 0.95rem);
  color: #b7c3db;
  line-height: 1.3;
}

.stat-card > div:last-child {
  display: grid;
  gap: 4px;
}

.section {
  padding: 44px 0 24px;
  min-height: auto;
  display: flex;
  align-items: center;
}

.section-head {
  text-align: center;
  margin-bottom: 42px;
}

.section-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  color: var(--text);
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64%;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(127, 176, 255, 0),
    rgba(127, 176, 255, 0.9),
    rgba(127, 176, 255, 0)
  );
  animation: titleLinePulse 4s ease-in-out infinite;
}

.section-head p {
  font-size: 16px;
}

.section-head.align-left {
  text-align: left;
  margin-bottom: 20px;
}

.section-local {
  text-align: center;
  margin: -18px auto 28px;
  color: #aab6d0;
  font-size: 14px;
  max-width: 820px;
}

#services .section-local {
  margin: 18px auto 0;
}

.section-cta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.services-grid-main {
  margin-top: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pro-services-block {
  margin-top: 26px;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(25, 40, 76, 0.82), rgba(13, 23, 45, 0.9));
  border: 1px solid rgba(127, 166, 255, 0.26);
  box-shadow: 0 18px 44px rgba(6, 10, 20, 0.45);
  text-align: center;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.pro-services-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(6, 10, 20, 0.52);
}

.pro-services-head h3 {
  margin: 0;
  font-size: 1.35rem;
  color: #f3f7ff;
}

.pro-services-head p {
  margin: 10px auto 0;
  color: #c6d4f3;
  max-width: 950px;
}

.pro-services-list {
  margin: 18px auto 0;
  max-width: 980px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.pro-services-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 0;
  text-align: center;
}

.pro-services-list li::before {
  position: static;
}

.pro-services-cta {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.pro-services-cta .btn {
  min-width: 270px;
}

.services-segment {
  margin: 16px auto 14px;
  text-align: center;
}

.services-segment p {
  margin: 8px auto 0;
  max-width: 920px;
  color: rgba(202, 216, 242, 0.9);
}

.services-segment-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.services-segment-chip-pro {
  border: 1px solid rgba(166, 184, 218, 0.52);
  background: rgba(74, 88, 116, 0.28);
  color: #e7eefc;
}

#services .pro-services-head .services-segment-chip {
  margin-bottom: 10px;
}

#services .pro-services-block {
  border-color: rgba(150, 170, 206, 0.46);
  background: linear-gradient(165deg, rgba(17, 26, 42, 0.9), rgba(11, 19, 32, 0.92));
  box-shadow: 0 20px 46px rgba(14, 22, 36, 0.36);
}

#services .pro-services-block:hover {
  box-shadow: 0 24px 52px rgba(16, 24, 40, 0.45);
}

#services .pro-services-head p {
  color: rgba(215, 225, 245, 0.92);
}

.services-segment-chip-part {
  border: 1px solid rgba(133, 171, 241, 0.38);
  background: rgba(28, 48, 92, 0.34);
  color: #cedcff;
}

#services .services-grid-main .service-card {
  display: flex;
  flex-direction: column;
}

#services .service-profile-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: -2px 0 10px;
}

#services .service-profile-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(127, 167, 243, 0.5);
  background: rgba(39, 66, 120, 0.34);
  color: #d8e7ff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#services .service-profile-note {
  font-size: 0.84rem;
  color: rgba(184, 201, 232, 0.9);
}

#services .services-grid-main .check-list {
  margin-top: auto;
  margin-bottom: 18px;
}

#services .service-card-cta {
  margin-top: auto;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(138, 176, 248, 0.5);
  background: linear-gradient(135deg, rgba(34, 55, 100, 0.56), rgba(24, 42, 84, 0.52));
  color: #e6efff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: inset 0 0 0 1px rgba(184, 206, 246, 0.16);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

#services .service-card:hover .service-card-cta {
  border-color: rgba(171, 203, 255, 0.74);
  background: linear-gradient(135deg, rgba(45, 72, 128, 0.62), rgba(30, 52, 101, 0.58));
  box-shadow: inset 0 0 0 1px rgba(203, 220, 250, 0.24);
}

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

@media (max-width: 980px) {
  .services-grid-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .services-grid-main {
    grid-template-columns: 1fr;
  }

  #services .service-profile-row {
    gap: 6px;
  }

  #services .service-card-cta {
    font-size: 0.9rem;
  }

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

.compact-page .section {
  padding: 40px 0;
  min-height: auto;
}

.compact-page .section-head {
  margin-bottom: 20px;
}

.compact-page .services-grid {
  gap: 16px;
}

.compact-page .info-card {
  padding: 14px;
}

.compact-page .feature-image img {
  height: 320px;
}

.compact-list {
  margin-top: 10px;
  gap: 8px;
}

.section-head h1 {
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  color: var(--text);
}

.note {
  font-size: 14px;
  color: #8f9ab4;
}

.faq-note {
  text-align: center;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  justify-content: stretch;
}

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

  .benefits-grid .benefit-card:nth-last-child(2) {
    grid-column: 2;
  }

  .benefits-grid .benefit-card:last-child {
    grid-column: 3;
  }
}

.benefit-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.benefit-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(47, 107, 255, 0.15);
  display: grid;
  place-items: center;
  color: #9fc1ff;
  margin-bottom: 10px;
}

.benefit-icon svg {
  width: 22px;
  height: 22px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.steps-list {
  margin: 0 auto;
  max-width: 720px;
  display: grid;
  gap: 14px;
  padding-left: 20px;
  color: #c4cbe0;
  font-size: 16px;
}

.steps-list li {
  line-height: 1.5;
}

.steps-inline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.step-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 44px 16px 16px;
  border-radius: 18px;
  background: rgba(14, 24, 45, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  min-height: 220px;
  box-shadow: 0 18px 40px rgba(7, 12, 24, 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, rgba(127, 166, 255, 0.2), rgba(127, 166, 255, 0.6));
}

.step-card:last-child::after {
  display: none;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(7, 12, 24, 0.7);
}

.step-card-num {
  position: static;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: rgba(219, 230, 255, 0.9);
  background: linear-gradient(145deg, rgba(70, 140, 255, 0.6), rgba(32, 90, 220, 0.6));
  border: 1px solid rgba(127, 166, 255, 0.6);
  margin: 0 auto 6px;
}

.steps-inline .step-card:nth-child(1) .step-card-num {
  background: rgba(59, 130, 246, 0.25);
  border-color: rgba(125, 170, 255, 0.6);
}

.steps-inline .step-card:nth-child(2) .step-card-num {
  background: rgba(47, 107, 255, 0.25);
  border-color: rgba(118, 158, 255, 0.6);
}

.steps-inline .step-card:nth-child(3) .step-card-num {
  background: rgba(64, 132, 255, 0.22);
  border-color: rgba(130, 176, 255, 0.55);
}

.steps-inline .step-card:nth-child(4) .step-card-num {
  background: rgba(52, 118, 246, 0.22);
  border-color: rgba(120, 168, 255, 0.55);
}

.steps-inline .step-card:nth-child(5) .step-card-num {
  background: rgba(44, 100, 230, 0.22);
  border-color: rgba(110, 150, 255, 0.55);
}

.steps-inline .step-card:nth-child(1) {
  background: linear-gradient(160deg, rgba(26, 46, 92, 0.98), rgba(14, 24, 45, 0.98));
  border-color: rgba(125, 170, 255, 0.32);
}

.steps-inline .step-card:nth-child(2) {
  background: linear-gradient(160deg, rgba(24, 42, 84, 0.98), rgba(13, 23, 44, 0.98));
  border-color: rgba(118, 158, 255, 0.32);
}

.steps-inline .step-card:nth-child(3) {
  background: linear-gradient(160deg, rgba(20, 38, 76, 0.98), rgba(12, 22, 42, 0.98));
  border-color: rgba(130, 176, 255, 0.28);
}

.steps-inline .step-card:nth-child(4) {
  background: linear-gradient(160deg, rgba(18, 34, 70, 0.98), rgba(11, 20, 40, 0.98));
  border-color: rgba(120, 168, 255, 0.28);
}

.steps-inline .step-card:nth-child(5) {
  background: linear-gradient(160deg, rgba(16, 30, 62, 0.98), rgba(10, 18, 38, 0.98));
  border-color: rgba(110, 150, 255, 0.28);
}

.step-card-title {
  margin: 0;
  color: #f8fbff;
  font-size: 17px;
  font-weight: 700;
}

.step-card-desc {
  margin: 0;
  color: #c7d1ea;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .steps-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .step-card::after {
    display: none;
  }
}

@media (max-width: 800px) {
  .steps-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .steps-inline {
    grid-template-columns: 1fr;
  }
}

/* Amélioration premium de la section déroulement */
#intervention {
  position: relative;
  padding: 60px 0;
  background: transparent;
  overflow: hidden;
}

#intervention::before {
  display: none;
}

#intervention .container {
  position: relative;
  z-index: 1;
}

#intervention .steps-stage {
  position: relative;
  margin-top: 12px;
  padding: 28px 24px 24px;
  border-radius: 24px;
  overflow: hidden;
}

#intervention .steps-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 20, 0.4);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(120, 150, 220, 0.14);
  border-radius: 24px;
  z-index: 0;
}

#intervention .steps-inline {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

#intervention .step-card {
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(148, 175, 255, 0.2);
  padding: 20px;
  border-radius: 16px;
  max-width: 240px;
  width: 100%;
  min-height: 188px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#intervention .step-card::after {
  display: none;
}

#intervention .step-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

#intervention .step-card .step-card-num {
  background: #2563eb;
  color: white;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
  border: none;
}

#intervention .step-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

#intervention .step-card-desc {
  font-size: 0.9rem;
  color: #cad2ff;
}

#intervention .intervention-cta {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  text-align: center;
}

/* Tarn - section "La différence Dronelia dans le 81" */
#process .steps-inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
}

#process .step-card {
  width: 100%;
  max-width: none;
  overflow: visible;
}

#process .step-card::after {
  display: block;
  top: calc(50% - 1px);
  right: -24px;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(148, 186, 255, 0.18), rgba(166, 201, 255, 0.92));
}

#process .step-card:last-child::after {
  display: none;
}

#process .intervention-cta {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

#process .intervention-cta .btn {
  justify-content: center;
}

.zone-tarn-page #specificites .intervention-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.zone-tarn-page #specificites .intervention-cta .btn {
  min-width: 320px;
  justify-content: center;
  text-align: center;
}

.zone-tarn-page #prix .intervention-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.zone-tarn-page #prix .intervention-cta .btn {
  min-width: 320px;
  justify-content: center;
  text-align: center;
}

@media (max-width: 980px) {
  #process .steps-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  #process .step-card:nth-child(2)::after {
    display: none;
  }

  #process .step-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 360px;
    justify-self: center;
  }
}

@media (max-width: 768px) {
  #intervention .steps-stage {
    padding: 20px 16px 18px;
  }

  #intervention .step-card {
    max-width: 100%;
  }

  #process .step-card {
    max-width: 100%;
  }

  #process .step-card::after {
    display: none;
  }

  #process .step-card:nth-child(3) {
    grid-column: auto;
    justify-self: stretch;
  }

  #process .intervention-cta {
    margin-top: 24px;
  }
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: center;
}

.about-panel {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
}

.about-photo {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--stroke);
  box-shadow: 0 28px 70px rgba(3, 8, 20, 0.72);
  background: var(--card);
  min-height: 360px;
}

.about-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.about-photo:hover img {
  transform: scale(1.04);
}

.about-title {
  margin: 16px 0 8px;
  color: #dbe6ff;
  font-weight: 700;
}

#apropos {
  background: transparent;
}

#apropos .section-head {
  margin-bottom: 2px;
}

#apropos .section-head h2 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
}

#apropos .section-head p {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: #d5def6;
}

#apropos .about-content > p {
  margin: 0;
  color: #d4ddf3;
  line-height: 1.75;
}

#apropos .about-title {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 1.06rem;
}

#apropos .about-check-list {
  margin-top: 0;
  margin-bottom: 10px;
}

#apropos .about-check-list li {
  color: #e1e8fb;
}

#apropos .about-content .btn {
  justify-content: center;
  text-align: center;
}

.service-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  display: block;
  color: inherit;
  text-decoration: none;
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(47, 107, 255, 0.15);
  display: grid;
  place-items: center;
  color: #9fc1ff;
  margin-bottom: 18px;
}

.service-icon svg {
  width: 24px;
  height: 24px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: #c0c7da;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #70a2ff;
  font-weight: 700;
}

.feature-image {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: saturate(1.05);
}

.feature-overlay {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 360px;
  background: rgba(8, 15, 32, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 22px;
  border-radius: 18px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.before-after {
  background: var(--card);
  border-radius: 20px;
  border: 1px solid var(--stroke);
  padding: 14px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.benefit-card,
.service-card,
.gallery-card,
.price-card,
.testimonial,
.info-card,
.zone-card,
.before-after,
.contact-form,
.about-panel,
.about-photo,
.stat-card,
.faq-item {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover,
.service-card:hover,
.gallery-card:hover,
.price-card:hover,
.testimonial:hover,
.info-card:hover,
.zone-card:hover,
.before-after:hover,
.contact-form:hover,
.about-panel:hover,
.about-photo:hover,
.stat-card:hover,
.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(7, 12, 24, 0.65);
}

.stat-icon,
.benefit-icon,
.service-icon,
.info-icon {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-icon svg,
.benefit-icon svg,
.service-icon svg {
  transition: transform 0.2s ease;
  transform-origin: center;
}

.stat-icon:hover,
.benefit-icon:hover,
.service-icon:hover,
.info-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(7, 12, 24, 0.45);
}

.benefit-card:hover .benefit-icon,
.service-card:hover .service-icon,
.info-card:hover .info-icon,
.stat-card:hover .stat-icon {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(7, 12, 24, 0.45);
}

.benefit-card:hover .benefit-icon svg,
.service-card:hover .service-icon svg,
.stat-card:hover .stat-icon svg {
  transform: translateY(-1px) scale(1.08);
}

.ba-compare {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.ba-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.ba-after {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 var(--pos));
}

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 2px;
  background: #7fb0ff;
  transform: translateX(-50%);
}

.ba-handle::after {
  content: \"\";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0a1122;
  border: 2px solid #7fb0ff;
  transform: translate(-50%, -50%);
}

.before-after.is-demo-playing .ba-handle::after {
  box-shadow: 0 0 0 8px rgba(127, 176, 255, 0.2);
}

.ba-slider {
  width: 100%;
  accent-color: var(--accent);
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.ba-label {
  text-align: center;
  color: #b7c2dc;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
}

.gallery-before-after .ba-img {
  height: 340px;
}

.gallery-before-after .ba-compare {
  position: relative;
}

.ba-slider-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 3;
}

.gallery-before-after .ba-handle {
  width: 3px;
  background: rgba(255, 255, 255, 0.92);
  z-index: 2;
}

.gallery-before-after .ba-handle::after {
  content: "\2194";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(10, 17, 34, 0.92);
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(5, 10, 22, 0.45);
  animation: drag-hint-pulse 1.8s ease-in-out infinite;
}

@keyframes drag-hint-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.facade-page .facade-before-after {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.facade-page .facade-before-after .ba-img {
  height: clamp(560px, 78vw, 920px);
  object-fit: cover;
  object-position: center 18%;
}

.inspection-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 860px;
  margin: 0 auto;
}

.inspection-photo-card {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(160, 188, 242, 0.26);
  background: rgba(10, 20, 40, 0.62);
  box-shadow: 0 18px 40px rgba(4, 10, 24, 0.34);
}

.inspection-photo-card img {
  display: block;
  width: 100%;
  height: clamp(220px, 24vw, 280px);
  object-fit: cover;
}

.gallery-card {
  background: var(--card);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  position: relative;
}

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

.gallery-info {
  padding: 16px 18px 20px;
}

.gallery-info h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.gallery-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(47, 107, 255, 0.9);
  color: white;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.gallery-tag.green {
  background: rgba(39, 185, 101, 0.9);
}

.dark-section {
  background: transparent;
  color: white;
}

.dark-section .section-head p {
  color: #dbe7ff;
}

.dark-section .ba-label {
  color: #d4e3ff;
}

.dark-section .gallery-overlay-content {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.18) 62%);
}

.dark-section .gallery-overlay-content p {
  color: #d7e4ff;
}

.gallery-hero {
  position: relative;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-hero img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-hero:hover img {
  transform: scale(1.05);
}

.gallery-grid-premium {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.tall img {
  height: 620px;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item.gallery-slot {
  min-height: 300px;
  border: 1px dashed rgba(180, 201, 245, 0.28);
  background: rgba(9, 16, 32, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item.gallery-slot.tall {
  min-height: 620px;
}

.gallery-slot-label {
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(180, 201, 245, 0.3);
  background: rgba(47, 107, 255, 0.14);
  color: #dbe8ff;
  font-size: 13px;
  font-weight: 700;
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.gallery-overlay h3 {
  margin: 0;
  font-size: 1.1rem;
}

.gallery-section {
  margin-top: 22px;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 250px;
  grid-gap: 20px;
  padding: 20px 0;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-wrapper img,
.gallery-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-video {
  background: #090f1f;
}

.gallery-overlay-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-overlay-content h3 {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #f5f8ff;
}

.gallery-overlay-content p {
  margin: 0;
  color: #b8c7e6;
  font-size: 0.9rem;
}

.category-tag {
  background: #2563eb;
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.75rem;
  width: fit-content;
  margin-bottom: 8px;
}

.gallery-wrapper:hover .gallery-overlay-content {
  opacity: 1;
}

.gallery-wrapper:hover img,
.gallery-wrapper:hover .gallery-video {
  transform: scale(1.1);
}

.js-lightbox-trigger {
  cursor: pointer;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.lightbox.is-open {
  display: flex;
  cursor: zoom-out;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox-content {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid rgba(169, 195, 244, 0.35);
  background: #050a16;
  animation: zoomIn 0.3s ease;
  cursor: zoom-out;
}

.close-lightbox {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(188, 209, 245, 0.5);
  background: rgba(14, 26, 52, 0.74);
  color: #e9f2ff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

#lightbox-caption {
  margin-top: 10px;
  text-align: center;
  color: #dbe8ff;
  font-size: 0.95rem;
  cursor: zoom-out;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .inspection-photo-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .inspection-photo-card img {
    height: 240px;
  }

  .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
    gap: 14px;
    padding: 12px 0;
  }

  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  #tarifs .pricing-block::before {
    display: none;
  }

  #tarifs .pricing-block,
  #tarifs .price-card {
    box-shadow: 0 10px 22px rgba(4, 9, 23, 0.28);
  }

  #tarifs .price-card[data-cursor-tilt] {
    transform-style: flat;
    will-change: auto;
  }

  #tarifs .price-card,
  #tarifs .price-card:hover,
  #tarifs .price-card[data-cursor-tilt].is-tilting {
    transform: none !important;
    transition: none !important;
  }

  #tarifs.tarifs-anim-ready .pricing-block,
  #tarifs.tarifs-anim-ready .pricing-block .price-card,
  #tarifs.tarifs-anim-ready.tarifs-in-view .pricing-block,
  #tarifs.tarifs-anim-ready.tarifs-in-view .pricing-block .price-card {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

.gallery-card.empty-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background: rgba(12, 18, 34, 0.6);
  color: #aab6d0;
  font-size: 14px;
  text-align: center;
  padding: 18px;
}

#tarifs {
  position: relative;
}

#tarifs .section-head p {
  max-width: 700px;
  margin-inline: auto;
}

.pricing-split {
  display: grid;
  gap: 24px;
}

@media (min-width: 1080px) {
  .pricing-split {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    align-items: start;
  }
}

.pricing-block {
  position: relative;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  padding: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.pricing-block::before {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  top: -110px;
  height: 190px;
  filter: blur(56px);
  pointer-events: none;
}

.pricing-block-particuliers {
  background: linear-gradient(155deg, rgba(29, 57, 107, 0.82) 0%, rgba(14, 27, 54, 0.95) 62%);
  border-color: rgba(124, 168, 255, 0.35);
}

.pricing-block-particuliers::before {
  background: rgba(91, 149, 255, 0.38);
}

.pricing-block-pro {
  background: linear-gradient(155deg, rgba(7, 13, 28, 0.98) 0%, rgba(9, 17, 33, 0.95) 58%, rgba(9, 21, 42, 0.96) 100%);
  border-color: rgba(84, 194, 176, 0.34);
}

.pricing-block-pro::before {
  background: rgba(67, 177, 157, 0.3);
}

.pricing-block-head {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  text-align: center;
}

.pricing-block-head h3 {
  margin-bottom: 8px;
  font-size: clamp(1.16rem, 2.2vw, 1.45rem);
  text-align: center;
  margin-inline: auto;
}

.pricing-preface {
  margin: 0;
}

.pricing-preface em {
  display: block;
  color: #d7e2fb;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  align-items: stretch;
}

#tarifs .price-card {
  background: rgba(8, 17, 34, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 22px;
  position: relative;
  box-shadow: 0 20px 44px rgba(4, 9, 23, 0.45);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: center;
}

#tarifs .price-card h3 {
  margin: 0 auto 8px;
  text-align: center;
  max-width: 20ch;
}

.price-value {
  font-size: clamp(1.65rem, 2.8vw, 2rem);
  color: #f4f7ff;
  margin: 8px 0 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.price-value-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25ch;
}

.price-value-amount .price-prefix {
  margin-right: 0.25ch;
}

.price-value-amount .price-number {
  font-variant-numeric: tabular-nums;
}

.price-value-pro {
  font-size: clamp(1.26rem, 2.2vw, 1.52rem);
  line-height: 1.35;
  margin-bottom: 16px;
  text-align: center;
  margin-inline: auto;
  white-space: normal;
  max-width: 28ch;
}

#tarifs .price-card-featured {
  border-color: rgba(88, 147, 255, 0.95);
  box-shadow:
    0 0 0 2px rgba(88, 147, 255, 0.55),
    0 24px 52px rgba(15, 47, 126, 0.45);
}

#tarifs .price-card .check-list {
  margin-bottom: 20px;
  justify-items: center;
}

#tarifs .price-card .check-list li {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 0;
  text-align: center;
}

#tarifs .price-card .check-list li::before {
  position: static;
}

#tarifs .price-card .price-cta {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

#tarifs .price-card .btn {
  width: 100%;
  justify-content: center;
}

.price-card-pro {
  background: rgba(7, 14, 27, 0.86);
  border-color: rgba(84, 194, 176, 0.32);
}

.pricing-pro-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 11px;
  justify-items: center;
}

.pricing-pro-list li {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 0;
  color: #d0dcf6;
  text-align: center;
}

.pricing-pro-list li::before {
  content: "✓";
  position: static;
  font-size: 15px;
  font-weight: 700;
  color: #7ea7ff;
  line-height: 1;
}

.pricing-reassurance {
  margin: 18px 0 0;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(130, 172, 255, 0.36);
  background: rgba(47, 107, 255, 0.14);
  color: #dbe8ff;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
}

.pricing-reassurance-pro {
  border-color: rgba(84, 194, 176, 0.4);
  background: rgba(37, 153, 134, 0.12);
}

.pricing-tax-inline {
  margin: -6px 0 12px;
  text-align: center;
}

#tarifs .price-card[data-cursor-tilt] {
  transform-style: preserve-3d;
  will-change: transform, box-shadow;
}

#tarifs .price-card[data-cursor-tilt].is-tilting {
  transform: perspective(980px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px);
  box-shadow: 0 30px 58px rgba(4, 10, 24, 0.62);
}

#tarifs.tarifs-anim-ready .pricing-block {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
}

#tarifs.tarifs-anim-ready .pricing-block .price-card {
  opacity: 0;
  transform: translateY(22px);
}

#tarifs.tarifs-anim-ready.tarifs-in-view .pricing-block {
  animation: tariffBlockIn 0.72s cubic-bezier(0.2, 0.85, 0.22, 1) forwards;
}

#tarifs.tarifs-anim-ready.tarifs-in-view .pricing-block-pro {
  animation-delay: 120ms;
}

#tarifs.tarifs-anim-ready.tarifs-in-view .pricing-block .price-card {
  animation: tariffCardIn 0.68s cubic-bezier(0.2, 0.85, 0.22, 1) forwards;
}

#tarifs.tarifs-anim-ready.tarifs-in-view .pricing-block-particuliers .price-card:nth-child(1) {
  animation-delay: 180ms;
}

#tarifs.tarifs-anim-ready.tarifs-in-view .pricing-block-particuliers .price-card:nth-child(2) {
  animation-delay: 260ms;
}

#tarifs.tarifs-anim-ready.tarifs-in-view .pricing-block-pro .price-card {
  animation-delay: 260ms;
}

.faq-grid {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 14px 18px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-right: 26px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "⌄";
  position: absolute;
  right: 0;
  top: 0;
  color: #7fa6ff;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.subtle-line {
  color: #b2c1e3;
  font-weight: 600;
  margin-bottom: 6px;
}

.review-proof {
  margin: 0 auto 22px;
  max-width: 760px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(127, 166, 255, 0.22);
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(4px);
}

.review-proof-logo {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff;
  background: conic-gradient(
    #4285f4 0deg 90deg,
    #34a853 90deg 180deg,
    #fbbc05 180deg 270deg,
    #ea4335 270deg 360deg
  );
}

.review-proof-content {
  display: grid;
  gap: 2px;
}

.review-proof-title {
  margin: 0;
  color: #e8efff;
  font-weight: 700;
}

.review-proof-text {
  margin: 0;
  color: #b8c5e3;
  font-size: 14px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.review-form {
  max-width: 760px;
  margin: 28px auto 0;
}

.testimonial {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.stars {
  color: #f5c84c;
  font-size: 18px;
  margin-bottom: 12px;
}

.testimonial-text {
  color: #d1d7e7;
  margin-bottom: 20px;
}

.testimonial-service-link-wrap {
  margin: 10px 0 14px;
  font-size: 13px;
  color: #b8c5e3;
}

.testimonial-service-link {
  color: #9fc1ff;
  font-weight: 600;
  text-underline-offset: 2px;
}

.testimonial-service-link:hover {
  color: #ffffff;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(159, 188, 247, 0.12);
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2f6bff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.testimonial-author {
  display: grid;
  gap: 0;
}

#avis .testimonial-text {
  margin-bottom: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  align-items: start;
}

#contact-form {
  scroll-margin-top: calc(var(--header-height, 88px) + 10px);
}

.contact-info-hub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  height: auto;
}

.contact-info {
  display: grid;
  gap: 16px;
}

.info-card {
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(127, 166, 255, 0.15);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  flex: 0 0 auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Keep contact cards content-sized even if external/global rules try to stretch them. */
.contact-info-hub .info-card {
  align-self: stretch;
  height: auto !important;
  min-height: 0 !important;
  padding: 1.1rem;
  gap: 0.9rem;
}

.info-body {
  display: grid;
  gap: 6px;
}

.contact-info-hub .info-body {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 0.28rem;
}

.contact-info-hub .info-body p {
  margin-bottom: 0;
  line-height: 1.25;
}

.contact-info-hub .info-body h4 {
  margin: 0;
  line-height: 1.2;
}

.contact-info-hub .status-badge {
  margin-bottom: 0.2rem;
}

.contact-info-hub .contact-link-main,
.contact-info-hub .contact-link-sub {
  display: inline-block;
  line-height: 1.2;
}

.contact-info-hub .meta-note {
  margin-top: 0.2rem;
  line-height: 1.3;
}

.highlight-card {
  background: var(--surface-bg);
  border-color: rgba(127, 166, 255, 0.45);
  box-shadow: 0 15px 35px rgba(5, 10, 24, 0.4);
}

.contact-info-hub .mail-card {
  border-color: rgba(127, 166, 255, 0.45);
  box-shadow: 0 15px 35px rgba(5, 10, 24, 0.4);
}

.info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(127, 166, 255, 0.4);
}

.status-badge {
  --status-color: #2ecc71;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--status-color);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.dot {
  width: 8px;
  height: 8px;
  background: var(--status-color);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--status-color);
  animation: status-pulse 2s infinite;
}

.status-badge.status-open {
  --status-color: #2ecc71;
}

.status-badge.status-standby {
  --status-color: #f59e0b;
}

.status-badge.status-closed {
  --status-color: #ff5c6c;
}

@keyframes status-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

.contact-link-main {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.contact-link-main:hover {
  color: #ffffff;
}

.contact-link-sub {
  font-size: 1.25rem;
  color: #e4eeff;
  font-weight: 700;
  text-decoration: none;
}

.contact-link-sub:hover {
  color: #ffffff;
}

.meta-note {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(167, 177, 200, 0.9);
}

.info-footer {
  margin-top: 1rem;
}

.contact-info-hub .info-footer {
  margin-top: 0.45rem;
}

.contact-info-hub .info-footer .btn-sm {
  padding: 0.46rem 0.95rem;
}

.contact-info-hub .info-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 16px;
  flex: 0 0 auto;
}

.info-footer .btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

.contact-text-link {
  color: #e4eeff;
  font-weight: 700;
}

.contact-text-link:hover {
  color: #ffffff;
}

.info-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(47, 107, 255, 0.2);
  display: grid;
  place-items: center;
  color: #9fc1ff;
  font-size: 18px;
}

.contact-call-wrap {
  margin-top: 10px;
}

.contact-call-btn {
  width: fit-content;
}

.zone-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 0;
  color: #c4cbe0;
}

.zone-info-banner {
  background: rgba(127, 166, 255, 0.06);
  border: 1px dashed rgba(127, 166, 255, 0.3);
  border-radius: 20px;
  padding: 22px;
  flex: 0 0 auto;
  margin-top: auto;
}

.info-body h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}

.zone-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.pin-icon {
  color: #9fc1ff;
}

.zone-header-body {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
}

.zone-header-body h4 {
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.8;
}

.zone-header-main {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #e4eeff;
  font-weight: 700;
}

.zone-info-banner .zone-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  justify-content: center;
}

.zone-info-banner .zone-pill {
  background: rgba(127, 166, 255, 0.12);
  border: 1px solid rgba(127, 166, 255, 0.2);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #dbe8ff;
  margin-bottom: 0;
}

.zone-banner-image-wrap {
  margin-top: 14px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(127, 166, 255, 0.28);
  background: rgba(14, 28, 58, 0.45);
}

.zone-banner-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .contact-link-main,
  .contact-link-sub {
    font-size: 1.2rem;
  }

  .info-card {
    padding: 20px;
  }

  .zone-header-main {
    font-size: 1.18rem;
  }

}

.contact-form {
  background: var(--card-strong);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 24px;
}

.legal {
  display: grid;
  gap: 18px;
}

.legal-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin-bottom: 10px;
  color: var(--text);
}

.legal-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #c6cee1;
  display: grid;
  gap: 6px;
}

.legal-proofs {
  text-align: center;
  padding: 60px 0;
  min-height: auto;
}

#preuves-legales h2 {
  font-size: 2rem;
  margin-bottom: 12px;
}

#preuves-legales .legal-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

#preuves-legales .legal-card {
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(127, 166, 255, 0.16);
  padding: 20px;
  border-radius: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

#preuves-legales .legal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
}

#preuves-legales .legal-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

#preuves-legales .legal-card p {
  margin: 0;
  color: #c6d0e7;
}

#preuves-legales .legal-card-certibiocide {
  display: grid;
  gap: 14px;
  align-items: start;
}

#preuves-legales .legal-card-certibiocide img {
  display: block;
  width: min(100%, 260px);
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.legal-proofs-more {
  margin-top: 20px;
}

.legal-proofs-more summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(144, 177, 247, 0.34);
  background: rgba(16, 28, 52, 0.72);
  color: #d9e6ff;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.legal-proofs-more summary::-webkit-details-marker {
  display: none;
}

.legal-proofs-more summary::after {
  content: "+";
  font-size: 1rem;
}

.legal-proofs-more[open] summary::after {
  content: "−";
}

.legal-proofs-more .legal-cards {
  margin-top: 16px;
}

.legal-proofs-more:not([open]) .legal-cards {
  display: none;
}

#preuves-legales .legal-card-mobile-only {
  display: none;
}

@media (min-width: 769px) {
  .legal-proofs-more {
    display: grid;
    justify-items: center;
  }

  .legal-proofs-more[open] .legal-cards {
    display: grid;
    width: 100%;
  }

  .legal-proofs-more[open] .legal-cards .legal-card:nth-child(3):nth-last-child(2) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 768px) {
  #preuves-legales .legal-cards {
    grid-template-columns: 1fr;
  }

  #preuves-legales .legal-card-certibiocide img {
    width: min(100%, 220px);
  }

  #preuves-legales .legal-card-traceability-primary {
    display: none;
  }

  #preuves-legales .legal-card-mobile-only {
    display: block;
  }

  .legal-proofs-more {
    margin-top: 16px;
  }

}

.todo {
  color: #f3b560;
  font-weight: 600;
}

.zones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.zone-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.zone-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.zone-pill {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.15);
  border: 1px solid rgba(47, 107, 255, 0.3);
  color: #b7d0ff;
  font-weight: 600;
  font-size: 13px;
}

.contact-form h3 {
  margin-bottom: 10px;
}

.form-header p {
  margin: 0 0 14px;
  color: #9fafcd;
  font-size: 13px;
}

.form-promise {
  margin: 0 0 14px;
  color: #b9c8e3;
  font-size: 13px;
}

.response-accent {
  color: #dce8ff;
  font-weight: 800;
}

.form-body {
  display: grid;
  gap: 14px;
}

.form-section {
  display: grid;
  gap: 12px;
}

.profile-tabs {
  display: flex;
  gap: 10px;
  border: 0;
  padding: 0;
  margin: 0;
}

.tab-item {
  flex: 1;
  display: block;
  cursor: pointer;
}

.tab-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(141, 173, 236, 0.4);
  border-radius: 12px;
  background: rgba(20, 33, 63, 0.46);
  color: #c9d7f3;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.tab-item input:checked + .tab-content {
  border-color: rgba(120, 166, 255, 0.85);
  background: rgba(47, 107, 255, 0.24);
  color: #f0f6ff;
  box-shadow: 0 10px 20px rgba(7, 18, 39, 0.35);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.form-grid-full {
  grid-column: 1 / -1;
}

.form-optional {
  margin-top: 14px;
  border: 1px dashed rgba(145, 175, 232, 0.34);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(10, 21, 42, 0.42);
}

.form-optional summary {
  cursor: pointer;
  font-weight: 700;
  color: #d7e6ff;
  list-style: none;
}

.form-optional summary::-webkit-details-marker {
  display: none;
}

.form-optional summary:focus-visible {
  outline: 2px solid rgba(138, 186, 255, 0.82);
  outline-offset: 2px;
  border-radius: 6px;
}

.form-optional summary::before {
  content: "+";
  display: inline-block;
  margin-right: 8px;
}

.form-optional[open] summary::before {
  content: "-";
}

.form-optional-grid {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.form-mobile-nav {
  display: none;
}

.form-step-indicator {
  display: none;
  margin: 0;
  text-align: center;
  color: #cfe0ff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: #c6cee1;
}

input,
select,
textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 10px 12px;
  color: var(--text);
  font-family: inherit;
}

.contact-form select {
  min-height: 50px;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 700;
}

input[type="file"] {
  padding: 8px;
}

.upload-zone {
  position: relative;
  border: 1px dashed rgba(120, 173, 255, 0.74);
  border-radius: 14px;
  padding: 12px;
  background: linear-gradient(145deg, rgba(11, 26, 56, 0.62), rgba(8, 20, 44, 0.52));
  box-shadow: inset 0 0 0 1px rgba(136, 179, 255, 0.18), 0 10px 26px rgba(4, 10, 24, 0.3);
}

.upload-zone::before {
  content: "Devis accéléré";
  position: absolute;
  top: -10px;
  right: 12px;
  padding: 3px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(56, 126, 255, 0.98), rgba(31, 89, 214, 0.96));
  border: 1px solid rgba(174, 205, 255, 0.58);
  color: #f7fbff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.upload-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 10px;
  row-gap: 3px;
  margin-bottom: 8px;
  cursor: pointer;
}

.upload-label strong,
.upload-label .upload-text {
  grid-column: 2;
}

.upload-label strong {
  color: #ecf4ff;
  font-size: 14px;
}

.upload-icon {
  font-size: 16px;
  line-height: 1;
}

.upload-icon-camera {
  width: 28px;
  height: 28px;
  grid-row: 1 / span 2;
  align-self: center;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d5e6ff;
  border: 1px solid rgba(139, 177, 246, 0.45);
  background: rgba(47, 107, 255, 0.22);
}

.upload-icon-camera svg {
  width: 16px;
  height: 16px;
}

.upload-text {
  color: #c6d8fa;
  font-size: 12px;
}

.upload-mobile-hint {
  display: none;
}

input[type="file"]::file-selector-button {
  margin-right: 10px;
  border: 1px solid rgba(146, 188, 255, 0.62);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(54, 124, 255, 0.38), rgba(31, 83, 192, 0.34));
  color: #eff5ff;
  padding: 7px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

input[type="file"]::file-selector-button:hover {
  background: linear-gradient(135deg, rgba(62, 135, 255, 0.52), rgba(36, 92, 208, 0.46));
}

.input-help {
  display: block;
  margin-top: 6px;
  color: #8f9dba;
  font-size: 12px;
  line-height: 1.4;
}

.calculator-box {
  margin-top: 4px;
  border: 1px dashed rgba(80, 131, 232, 0.7);
  border-radius: 12px;
  padding: 12px;
  background: rgba(10, 22, 46, 0.35);
}

.calculator-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #d6e7ff;
}

.calculator-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.calculator-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  list-style: none;
}

.calculator-summary::-webkit-details-marker {
  display: none;
}

.calculator-summary-hint {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(126, 170, 255, 0.38);
  color: #cfe1ff;
  font-size: 11px;
  font-weight: 800;
}

.calculator-content {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.mobile-calc-accordion:not([open]) .calculator-content {
  display: none;
}

.calc-help {
  position: relative;
  margin-left: auto;
}

.calc-help summary {
  list-style: none;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(126, 170, 255, 0.62);
  color: #d9e9ff;
  background: rgba(47, 107, 255, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

.calc-help summary::-webkit-details-marker {
  display: none;
}

.calc-help[open] summary {
  background: rgba(47, 107, 255, 0.38);
}

.calc-help p {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 6;
  margin: 0;
  width: min(340px, 78vw);
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid rgba(126, 170, 255, 0.46);
  background: rgba(6, 17, 38, 0.97);
  color: #cfe1ff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  box-shadow: 0 14px 28px rgba(3, 8, 20, 0.56);
}

.calculator-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.calculator-field {
  flex: 1;
  display: grid;
  gap: 4px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(123, 164, 243, 0.2);
  background: rgba(15, 29, 56, 0.34);
}

.calculator-field-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d9e7ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.calculator-field-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #8bb8ff;
  flex: 0 0 auto;
}

.calculator-field-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.calculator-row .calc-sol,
.calculator-row .calc-pente {
  flex: 1;
  margin: 0;
}

.calculator-row .calc-sol,
.calculator-row .calc-pente,
.calculator-box .calc-pente {
  min-height: 44px;
}

.calculator-box .calc-pente,
.calculator-box .calc-pente option {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

.calc-result {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #6ee7a7;
}

input::placeholder,
textarea::placeholder {
  color: #7f8aa6;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #c6cee1;
  margin-top: 0;
}

.form-footer {
  display: grid;
  gap: 10px;
}

.form-action-stack {
  display: grid;
  gap: 10px;
}

.form-scarcity-line {
  margin: 2px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 189, 121, 0.55);
  background: linear-gradient(135deg, rgba(118, 56, 18, 0.48), rgba(96, 33, 11, 0.4));
  color: #ffe7cf;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.form-urgent-btn {
  border-color: rgba(255, 171, 121, 0.55);
  color: #ffd8bf;
  background: rgba(87, 36, 15, 0.3);
}

.form-urgent-btn:hover {
  border-color: rgba(255, 186, 136, 0.75);
  background: rgba(112, 46, 20, 0.38);
  color: #ffe8d7;
}

.form-conversion-points {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.form-conversion-points li {
  font-size: 12px;
  color: #cfe0ff;
  font-weight: 600;
  line-height: 1.35;
}

.form-conversion-points li::before {
  content: "✔ ";
  color: #80e0a9;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c6cee1;
  font-size: 14px;
}

.checkbox-container input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--accent);
}

.checkmark {
  display: none;
}

.checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--accent);
}

.form-note {
  font-size: 12px;
  color: #7f8aa6;
  text-align: center;
  margin-top: 12px;
}

.form-note-privacy {
  margin-top: 6px;
}

.form-success {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(127, 166, 255, 0.36);
  background: rgba(47, 107, 255, 0.14);
  color: #dce8ff;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

.upload-feedback.is-error {
  color: #ffd0d0;
}

.form-success.is-error {
  border-color: rgba(255, 122, 122, 0.46);
  background: rgba(150, 32, 32, 0.22);
  color: #ffe0e0;
}

.hp-field {
  display: none !important;
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-form input[name="_honey"] {
  display: none !important;
}

.form-reassurance {
  margin: 8px 0 16px;
  color: #9fafcd;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

[hidden] {
  display: none !important;
}

.profile-block,
[data-profile-visible],
.urgency-note {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.profile-switch {
  display: flex;
  gap: 15px;
  border: none;
  margin: 15px 0;
  padding: 0;
  grid-column: 1 / -1;
}

.profile-switch legend {
  width: 100%;
  margin-bottom: 6px;
  font-size: 14px;
  color: #c6cee1;
}

.profile-option {
  flex: 1;
  display: block;
  position: relative;
  cursor: pointer;
}

.profile-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.profile-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  border: 2px solid #eee;
  border-radius: 8px;
  background: #ffffff;
  color: #1d1d1f;
  font-weight: 700;
  transition: all 0.3s ease;
}

.profile-option:has(input:checked) span {
  border-color: var(--primary);
  background: #f0f7ff;
  box-shadow: 0 4px 12px rgba(0, 98, 255, 0.1);
  color: #0f2c66;
}

.urgency-switch.is-urgent .profile-option-urgent:has(input:checked) span {
  background: linear-gradient(135deg, rgba(173, 34, 48, 0.45), rgba(255, 122, 37, 0.45));
  border-color: rgba(255, 164, 107, 0.86);
  color: #ffe7d4;
  box-shadow: 0 8px 18px rgba(112, 18, 30, 0.3);
}

.urgency-switch.is-urgent .profile-option:not(.profile-option-urgent) span {
  border-color: rgba(255, 178, 132, 0.28);
}

.urgency-note {
  grid-column: 1 / -1;
  margin: -2px 0 4px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 171, 121, 0.72);
  background: linear-gradient(135deg, rgba(114, 25, 36, 0.62), rgba(122, 51, 24, 0.58));
  color: #ffe8d5;
  font-size: 13px;
  font-weight: 700;
}

.profile-block {
  grid-column: 1 / -1;
  display: none;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid var(--primary);
  background: #ffffff;
}

.profile-block.is-active {
  display: block;
}

.profile-block-title {
  margin: 0 0 15px;
  font-weight: 700;
  color: var(--primary);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.profile-block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.profile-block-grid label {
  color: #4b5567;
}

.profile-block-grid input,
.profile-block-grid select,
.profile-block-grid textarea {
  background: #ffffff;
  border: 1px solid #d4dbea;
  color: #1d1d1f;
}

@media (max-width: 768px) {
  .profile-block-grid {
    grid-template-columns: 1fr;
  }
}

/* Ajustement : icône ✓ plus proche du texte dans les blocs pro et urgence */
#services .pro-services-list,
#urgence .pro-services-list {
  width: min(1200px, 100%);
  grid-template-columns: repeat(2, max-content);
  justify-content: space-between;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
}

#urgence .pro-services-block {
  border: 1px solid rgba(255, 104, 104, 0.58);
  background: linear-gradient(180deg, rgba(74, 22, 34, 0.88), rgba(34, 16, 30, 0.94));
  box-shadow: 0 18px 44px rgba(32, 7, 12, 0.55), inset 0 0 0 1px rgba(255, 126, 126, 0.12);
}

#urgence .pro-services-block:hover {
  box-shadow: 0 24px 54px rgba(38, 8, 14, 0.64), inset 0 0 0 1px rgba(255, 138, 138, 0.2);
}

#urgence .pro-services-head h3 {
  color: #ffe5e8;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.urgence-icon {
  font-size: 0.95em;
  line-height: 1;
}

#urgence .pro-services-head p {
  color: rgba(255, 217, 222, 0.9);
}

#urgence .btn-urgence {
  border-color: rgba(255, 145, 145, 0.85);
  background: linear-gradient(135deg, rgba(201, 52, 70, 0.92), rgba(142, 32, 47, 0.92));
  color: #fff5f7;
  font-weight: 700;
  width: min(100%, 360px);
  box-shadow: 0 12px 28px rgba(99, 20, 34, 0.48);
}

#urgence .btn-urgence:hover {
  background: linear-gradient(135deg, rgba(224, 66, 86, 0.95), rgba(166, 39, 56, 0.95));
  box-shadow: 0 14px 32px rgba(113, 23, 38, 0.58);
}

#urgence .btn-urgence-mobile-call {
  display: none;
}

#services .pro-services-list li,
#urgence .pro-services-list li {
  padding-left: 0;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  text-align: left;
  overflow-wrap: anywhere;
}

#services .pro-services-list li::before,
#urgence .pro-services-list li::before {
  position: static;
  left: auto;
  margin-right: 0;
  margin-top: 0.08em;
  line-height: 1;
}

#services .pro-services-list li::before {
  color: #a8bfeb;
}

@media (max-width: 900px) {
  #services .pro-services-list,
  #urgence .pro-services-list {
    width: 100%;
    grid-template-columns: 1fr;
    justify-content: initial;
  }
}

@media (max-width: 768px) {
  .contact-form {
    order: 1;
  }

  .contact-form-shortcut {
    transform: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    isolation: isolate;
  }

  .contact-info-hub {
    order: 2;
  }

  .contact-form [data-mobile-step="2"][hidden] {
    display: none !important;
  }

  .form-mobile-nav {
    display: block;
  }

  .form-mobile-nav-back {
    margin-bottom: 10px;
  }

  .form-step-secondary {
    display: grid;
    gap: 12px;
  }

  .form-step-indicator {
    display: block;
    margin-top: -2px;
    margin-bottom: 2px;
  }

  .upload-zone {
    padding: 14px;
    border-color: rgba(150, 186, 255, 0.58);
    background: rgba(10, 26, 56, 0.46);
  }

  .upload-zone::before {
    font-size: 9px;
    top: -9px;
    right: 10px;
  }

  .upload-label {
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 10px;
    row-gap: 3px;
  }

  .upload-label strong,
  .upload-label .upload-text {
    grid-column: 2;
  }

  .upload-icon-camera {
    width: 36px;
    height: 36px;
    color: #e8f1ff;
    border-color: rgba(167, 200, 255, 0.7);
    background: rgba(53, 120, 255, 0.34);
    box-shadow: 0 8px 18px rgba(9, 20, 44, 0.42);
  }

  .upload-icon-camera svg {
    width: 18px;
    height: 18px;
  }

  .upload-mobile-hint {
    display: block;
    grid-column: 1 / -1;
    margin-top: 2px;
    color: #bfd4ff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
  }

  .calculator-row {
    flex-direction: column;
    align-items: stretch;
  }

  .calculator-field {
    gap: 3px;
    padding: 7px;
    width: 100%;
  }

  .calculator-field-label {
    font-size: 9px;
  }

  .calculator-field-icon,
  .calculator-field-icon svg {
    width: 14px;
    height: 14px;
  }

  .calc-help p {
    left: 0;
    right: auto;
    width: min(320px, 86vw);
  }

  #urgence .pro-services-cta {
    flex-direction: column;
    gap: 14px;
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }

  #urgence .pro-services-cta .btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  #urgence .btn-urgence-mobile-call {
    display: inline-flex;
    justify-content: center;
    border: 1px solid rgba(255, 179, 148, 0.74);
    background: linear-gradient(135deg, rgba(255, 120, 90, 0.92), rgba(218, 68, 42, 0.95));
    color: #fff;
    box-shadow: 0 12px 26px rgba(88, 25, 16, 0.38);
  }
}

.site-footer {
  padding: 60px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 24, 0.9);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 26px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-brand strong {
  display: block;
  color: var(--text);
}

.footer-brand small {
  color: #7fb0ff;
  font-size: 13px;
}

.footer-text {
  color: #9fadc8;
}

.footer-grid h4 {
  margin-bottom: 10px;
  color: var(--text);
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-grid ul a {
  color: #a8b5cf;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-grid ul a:hover {
  color: #e3ebff;
}

.footer-grid span {
  display: block;
  font-size: 12px;
  color: #7f8aa6;
  margin-bottom: 8px;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  font-weight: 600;
  color: #d7e2ff;
}

.footer-note {
  text-align: center;
  color: #7f8aa6;
  font-size: 12px;
  margin-top: 30px;
}

.footer-links {
  text-align: center;
  margin-top: 18px;
  color: #9eaccb;
  font-size: 13px;
}

.footer-links a {
  color: #c6d4ee;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.certifications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.cert-badge {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #c8d4ee;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cert-note {
  text-align: center;
  color: #7f8aa6;
  font-size: 12px;
  margin-top: 10px;
}

.footer-scope {
  text-align: center;
  color: #a9b7d8;
  font-size: 13px;
  margin-top: 16px;
}

.site-footer-premium {
  padding-top: 72px;
}

.site-footer-premium .footer-grid-premium {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
  align-items: start;
}

.site-footer-premium .footer-col {
  text-align: center;
}

.site-footer-premium .footer-col h4 {
  margin-bottom: 12px;
}

.site-footer-premium .footer-brand {
  justify-content: center;
}

.site-footer-premium .footer-text {
  max-width: none;
  margin: 0 auto;
  display: grid;
  gap: 4px;
  justify-items: center;
}

.footer-text-line {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.2;
}

.footer-quick-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.footer-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(135, 170, 245, 0.45);
  background: rgba(27, 46, 88, 0.55);
  color: #dbe8ff;
  font-weight: 600;
  font-size: 13px;
}

.footer-chip:hover {
  border-color: rgba(165, 196, 255, 0.7);
  background: rgba(37, 62, 114, 0.62);
}

.footer-service-list {
  margin: 0;
  justify-items: center;
  gap: 6px;
}

.footer-service-list a {
  font-size: 13.4px;
  line-height: 1.3;
  opacity: 0.85;
}

.footer-social-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.footer-social-badge {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 32px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(132, 169, 245, 0.2);
  background: transparent;
  color: #a6b5d2;
  text-decoration: none;
  cursor: pointer;
}

.footer-social-badges .footer-social-badge {
  display: inline-grid;
  place-items: center;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
}

.footer-social-badge svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-badge[aria-label="LinkedIn"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  width: 18px;
  height: 18px;
}

.footer-social-badge[aria-label="Facebook"] svg {
  fill: currentColor;
  stroke: none;
  width: 17px;
  height: 17px;
}

.footer-social-badge[aria-label="Instagram"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.footer-social-badge-primary {
  border-color: rgba(132, 169, 245, 0.44);
  background: rgba(36, 58, 107, 0.5);
  color: #dce8ff;
}

.footer-social-note {
  margin: 10px 0 0;
  color: #8e9dbd;
  font-size: 12px;
}

.footer-zone-inline {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(187, 206, 246, 0.2);
  text-align: center;
}

.footer-zone-title {
  margin: 0;
  color: #dce6fb;
  font-size: 13px;
  font-weight: 700;
}

.footer-zone-scope {
  margin: 4px 0 0;
  color: #bccae6;
  font-weight: 600;
  font-size: 13px;
}

.footer-zone-cities {
  margin: 8px 0 0;
  color: #9aa8c5;
  font-size: 13px;
}

.footer-cta-intro {
  margin: 24px 0 0;
  color: #9aabcb;
  font-size: 12px;
}

.footer-cta-meta {
  margin: 4px 0 0;
  color: #7f8fb0;
  font-size: 10.5px;
}

.footer-mini-cta {
  display: inline-flex;
  margin-inline: auto;
  margin-top: 12px;
  justify-content: center;
}

.footer-trust-line {
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: block;
  text-align: center;
  line-height: 1.6;
}

.footer-trust-text {
  margin: 0;
  color: #8392b2;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
}

.footer-trust-pill {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8392b2;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.footer-trust-pill + .footer-trust-pill::before {
  content: "·";
  color: #4f5a78;
  margin: 0 8px;
}

.footer-meta {
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(187, 206, 246, 0.28);
}

.site-footer-premium .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.site-footer-premium .footer-links a {
  position: relative;
}

.site-footer-premium .footer-links a + a {
  padding-left: 16px;
}

.site-footer-premium .footer-links a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
  background: rgba(187, 206, 246, 0.32);
}

.site-footer-premium .footer-note {
  margin-top: 14px;
  color: #7482a2;
}

.footer-legal-mini {
  margin-top: 6px;
  text-align: center;
  color: #657491;
  font-size: 10.5px;
}

/* Footer hierarchy: titles 100%, secondary 85%, regulatory 90% */
.footer-grid h4,
.footer-zone-title {
  opacity: 1;
}

.footer-text-line,
.footer-service-list a,
.footer-social-note,
.footer-zone-scope,
.footer-zone-cities,
.footer-cta-intro,
.footer-cta-meta,
.site-footer-premium .footer-note,
.site-footer-premium .footer-links a {
  opacity: 0.85;
}

.footer-trust-pill,
.footer-legal-mini {
  opacity: 0.9;
}

@media (max-width: 1040px) {
  .site-footer-premium .footer-grid-premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-premium .footer-col-brand {
    grid-column: 1 / -1;
  }

  .footer-zone-cities {
    line-height: 1.5;
  }
}

@media (max-width: 700px) {
  .site-footer-premium .footer-grid-premium {
    gap: 30px;
  }

  .footer-text-line {
    font-size: 11.5px;
  }

  .footer-zone-inline {
    margin-top: 14px;
  }

  .footer-trust-pill {
    font-size: 9.8px;
  }

}

@media (max-width: 500px) {
  .footer-text-line {
    font-size: 10.2px;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(14px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: var(--delay, 0s);
}

.reveal-ready {
  opacity: 1;
  transform: none;
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity;
  pointer-events: auto;
}

body.reveal-active .reveal-ready.reveal-pending {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

body.reveal-active .reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tariffBlockIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes tariffCardIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleLinePulse {
  0% {
    opacity: 0.4;
    width: 40%;
  }
  50% {
    opacity: 1;
    width: 68%;
  }
  100% {
    opacity: 0.4;
    width: 40%;
  }
}

@keyframes glowDriftA {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-24px, 20px, 0) scale(1.04);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes glowDriftB {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(24px, -18px, 0) scale(1.05);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-bg .glow-1,
  .page-bg .glow-2,
  .section-head h2::after,
  .service-scroll-hint-icon {
    animation: none !important;
  }
  .reveal-ready {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .zone-tarn-page .page-bg .zone-tarn-bg-video {
    display: none !important;
  }
  .zone-tarn-page .page-bg .photo-bg {
    background-image: linear-gradient(
        180deg,
        rgba(9, 16, 32, 0.5) 0%,
        rgba(9, 16, 32, 0.42) 45%,
        rgba(9, 16, 32, 0.58) 100%
      ),
      url("assets/zonetarn-bg.jpg");
    background-position: center 34%;
    opacity: 0.94;
    filter: saturate(1.15) contrast(1.08) brightness(1.03);
  }
}

@media (max-width: 900px) {
  :root {
    --anchor-offset: 90px;
  }

  .nav {
    justify-content: flex-start;
    gap: 10px;
  }

  .nav-menu {
    position: absolute;
    top: 70px;
    right: 5%;
    left: 5%;
    background: rgba(10, 17, 34, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    flex-direction: column;
    gap: 16px;
    padding: 18px;
    display: none;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .nav-services-dropdown {
    width: 100%;
  }

  .nav-services-dropdown::after {
    display: none;
  }

  .nav-services-trigger {
    width: 100%;
    justify-content: center;
    padding: 2px 0;
  }

  .nav-services-menu {
    position: static;
    left: auto;
    top: auto;
    min-width: 0;
    margin-top: 8px;
    width: 100%;
    border-radius: 12px;
    background: rgba(14, 24, 45, 0.92);
    box-shadow: inset 0 0 0 1px rgba(127, 166, 255, 0.18);
  }

  .nav-services-menu a {
    text-align: center;
  }

  .nav-toggle {
    display: inline-flex;
    min-height: 38px;
    padding: 8px 14px;
    align-items: center;
    justify-content: center;
    min-width: 96px;
  }

  .mobile-header-urgent {
    display: inline-flex;
    margin-left: auto;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-image img {
    height: 320px;
  }
}

@media (max-width: 600px) {
  .logo-mark {
    width: 42px;
    height: 42px;
  }

  .mobile-header-urgent {
    min-height: 36px;
    padding: 6px 12px;
    font-size: 13px;
  }

  .nav-toggle {
    min-height: 36px;
    padding: 6px 12px;
    font-size: 13px;
    min-width: 92px;
  }

  .hero {
    padding-top: 90px;
  }

  .section {
    padding: 70px 0;
  }

  .testimonial-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Global mobile optimization */
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container {
    width: min(1180px, 94%);
  }

  .hero {
    padding: 92px 0 44px;
    min-height: var(--screen-section-height);
  }

  .hero-inner {
    gap: 20px;
    width: 100%;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    align-items: stretch;
    justify-items: stretch;
  }

  .hero-title {
    text-align: center;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-sub,
  .hero-locations,
  .hero-b2b-line {
    text-align: center;
    max-width: 100%;
  }

  .hero-b2b-line {
    white-space: normal;
  }

  .hero-b2b {
    justify-items: center;
  }

  .hero-actions {
    width: 100%;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-company,
  .hero-title,
  .hero-b2b,
  .hero-sub,
  .hero-locations,
  .hero-actions,
  .hero-b2b-line,
  .hero-stats {
    width: 100%;
    max-width: 100%;
  }

  .hero-secondary-link {
    width: 100%;
    text-align: center;
    padding: 6px 0;
  }

  .hero-stats,
  .services-grid,
  .pricing-grid,
  .testimonials-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    min-height: auto;
    padding: 56px 0;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .section-head p,
  .hero-sub {
    font-size: 1rem;
    line-height: 1.5;
  }

  .service-page .section.compact-section {
    padding: 20px 0;
  }

  .contact-form {
    padding: 20px;
  }

  .feature-image img {
    height: 260px;
  }

  .stat-card {
    min-height: 92px;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .stat-icon svg {
    width: 24px;
    height: 24px;
  }

  .stat-title {
    font-size: 1.1rem;
  }

  .stat-text {
    font-size: 0.95rem;
  }

  .form-optional {
    padding: 11px 12px;
  }

}

@media (max-width: 600px) {
  .section-head h2 {
    font-size: clamp(1.6rem, 8vw, 2.1rem);
  }

  .ba-img {
    height: 180px;
  }

  .gallery-before-after .ba-img {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .gallery-grid-premium {
    grid-template-columns: 1fr;
  }

  .gallery-before-after .ba-img {
    height: 280px;
  }

  .gallery-item img,
  .gallery-item.tall img {
    height: 250px;
  }

  .gallery-item.gallery-slot,
  .gallery-item.gallery-slot.tall {
    min-height: 250px;
  }

  .gallery-item.tall {
    grid-row: auto;
  }
}

/* Frontend hardening against casual copy/drag */
.protected-site h1,
.protected-site h2,
.protected-site h3,
.protected-site h4,
.protected-site p,
.protected-site li,
.protected-site small,
.protected-site strong {
  -webkit-user-select: none;
  user-select: none;
}

.protected-site img {
  -webkit-user-drag: none;
  user-select: none;
}

.protected-site input,
.protected-site textarea,
.protected-site [contenteditable="true"],
.protected-site .allow-select {
  -webkit-user-select: text;
  user-select: text;
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 30px rgba(13, 84, 44, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(13, 84, 44, 0.6);
}

.whatsapp-float svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-float-zone {
  position: fixed;
  right: 0;
  bottom: 164px;
  width: 72px;
  height: 170px;
  z-index: 46;
}

.social-float-trigger {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 16px;
  height: 74px;
  padding: 8px 4px;
  border: 0;
  border-radius: 12px 0 0 12px;
  background: rgba(12, 24, 47, 0.86);
  box-shadow: 0 10px 20px rgba(3, 8, 20, 0.34);
  display: grid;
  gap: 6px;
  align-content: center;
  justify-items: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.social-float-trigger span {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(235, 243, 255, 0.84);
}

.social-float-stack {
  position: absolute;
  right: 10px;
  bottom: 0;
  display: grid;
  gap: 10px;
  transform: translateX(74px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.24s ease, opacity 0.2s ease;
}

.social-float-zone:hover .social-float-stack,
.social-float-zone:focus-within .social-float-stack {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.social-float-zone:hover .social-float-trigger,
.social-float-zone:focus-within .social-float-trigger {
  background: rgba(20, 38, 74, 0.95);
  transform: translateX(-2px);
}

.social-float-link {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 10px 20px rgba(7, 12, 27, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.social-float-link svg {
  width: 18px;
  height: 18px;
}

.social-float-link-linkedin {
  background: linear-gradient(160deg, #1e66a6, #0a4f87);
}

.social-float-link-facebook {
  background: linear-gradient(160deg, #2e69db, #214aa2);
}

.social-float-link-instagram {
  background: linear-gradient(160deg, #ff9b5f 4%, #eb4f8f 52%, #7d45f0 100%);
}

.social-float-link-linkedin svg,
.social-float-link-facebook svg {
  fill: currentColor;
}

.social-float-link-instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-float-link:hover,
.social-float-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(6, 12, 29, 0.5);
  filter: brightness(1.05);
}

@media (max-width: 768px) {
  .whatsapp-float {
    right: 12px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    width: 54px;
    height: 54px;
    padding: 0;
    justify-content: center;
    border-radius: 999px;
    font-size: 13px;
  }

  .whatsapp-float span {
    display: none;
  }

  .social-float-zone {
    display: none;
  }
}

.mobile-cta-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  z-index: 55;
  display: none;
  gap: 10px;
  background: rgba(8, 15, 30, 0.94);
  border: 1px solid rgba(137, 168, 228, 0.34);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 14px 32px rgba(3, 8, 20, 0.55);
  backdrop-filter: blur(10px);
}

.mobile-cta-btn {
  flex: 1;
  min-height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.mobile-cta-btn-devis {
  border: 1px solid rgba(83, 146, 255, 0.75);
  color: #f4f8ff;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.95), rgba(32, 78, 188, 0.94));
}

.mobile-cta-btn-call {
  border: 1px solid rgba(132, 255, 197, 0.65);
  color: #f4fff8;
  background: linear-gradient(135deg, rgba(17, 148, 88, 0.95), rgba(8, 116, 67, 0.94));
  box-shadow: 0 10px 22px rgba(3, 58, 35, 0.36);
}

.chatbot-widget {
  position: fixed;
  right: 16px;
  bottom: 82px;
  z-index: 47;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.chatbot-launcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(167, 196, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(21, 41, 78, 0.96), rgba(10, 22, 49, 0.94));
  color: #f3f7ff;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(4, 10, 24, 0.44);
  cursor: pointer;
}

.chatbot-launcher:hover {
  transform: translateY(-2px);
}

.chatbot-launcher-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #60a5fa, #2dd4bf);
  box-shadow: 0 0 0 8px rgba(96, 165, 250, 0.12);
}

.chatbot-panel {
  display: flex;
  flex-direction: column;
  width: min(360px, calc(100vw - 24px));
  max-height: min(580px, calc(100vh - 120px));
  border-radius: 24px;
  border: 1px solid rgba(166, 194, 255, 0.22);
  background: linear-gradient(180deg, rgba(11, 24, 47, 0.98), rgba(7, 17, 34, 0.98));
  box-shadow: 0 24px 60px rgba(3, 8, 20, 0.55);
  overflow: hidden;
}

.chatbot-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(159, 188, 247, 0.14);
}

.chatbot-kicker {
  margin-bottom: 4px;
  color: #78a9ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chatbot-panel-head h3 {
  margin: 0;
  font-size: 1.02rem;
}


.chatbot-close {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(159, 188, 247, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #dce8ff;
  cursor: pointer;
}

.chatbot-messages {
  display: grid;
  flex: 1 1 auto;
  gap: 12px;
  padding: 16px 16px 10px;
  min-height: 0;
  overflow-y: auto;
}

.chatbot-message {
  display: grid;
  gap: 8px;
}

.chatbot-message-bubble {
  max-width: 90%;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #deebff;
  border: 1px solid rgba(156, 186, 248, 0.14);
  white-space: pre-line;
}

.chatbot-message-user {
  justify-items: end;
}

.chatbot-message-user .chatbot-message-bubble {
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.34), rgba(37, 99, 235, 0.25));
  color: #f7fbff;
}

.chatbot-message-typing .chatbot-message-bubble {
  width: fit-content;
  min-width: 74px;
  padding: 14px 16px;
}

.chatbot-typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.chatbot-typing-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(220, 232, 255, 0.86);
  animation: chatbotTypingPulse 1s ease-in-out infinite;
}

.chatbot-typing-dot:nth-child(2) {
  animation-delay: 0.15s;
}

.chatbot-typing-dot:nth-child(3) {
  animation-delay: 0.3s;
}

.chatbot-response-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chatbot-response-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(117, 167, 255, 0.26);
  background: rgba(255, 255, 255, 0.04);
  color: #dce8ff;
  font-size: 0.82rem;
  font-weight: 700;
}

.chatbot-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 14px;
}

.chatbot-chip {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(159, 188, 247, 0.32);
  border-radius: 999px;
  background: rgba(20, 36, 67, 0.92);
  color: #eef5ff;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.chatbot-chip:hover,
.chatbot-chip:focus-visible {
  background: rgba(31, 57, 104, 0.96);
  border-color: rgba(164, 198, 255, 0.56);
  color: #ffffff;
  transform: translateY(-1px);
}

.chatbot-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.24);
}

.chatbot-form {
  display: flex;
  gap: 10px;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(159, 188, 247, 0.14);
}

.chatbot-input-wrap {
  flex: 1;
}

.chatbot-input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(159, 188, 247, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #f2f7ff;
}

.chatbot-submit {
  min-width: 94px;
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

@keyframes chatbotTypingPulse {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.42;
  }

  40% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  body.mobile-cta-safe {
    padding-bottom: 0 !important;
  }

  .mobile-cta-bar,
  .chatbot-widget {
    display: none !important;
  }

  .chatbot-panel {
    width: min(360px, calc(100vw - 20px));
    max-height: min(72vh, 540px);
  }
}

/* Visual consistency + premium offers + mobile-first compaction */
.benefit-card,
.service-card,
.gallery-card,
.testimonial,
.info-card,
.zone-card,
.before-after,
.contact-form,
.about-panel,
.about-photo,
.stat-card,
.faq-item,
.legal-card,
.premium-card,
.pricing-block,
#tarifs .price-card {
  border-radius: var(--radius-compact);
}

.benefit-card,
.service-card,
.gallery-card,
.testimonial,
.info-card,
.zone-card,
.before-after,
.contact-form,
.about-panel,
.about-photo,
.stat-card,
.faq-item,
.legal-card,
.premium-card,
#tarifs .price-card {
  box-shadow: var(--surface-shadow);
}

.benefit-card:hover,
.service-card:hover,
.gallery-card:hover,
.testimonial:hover,
.info-card:hover,
.zone-card:hover,
.before-after:hover,
.contact-form:hover,
.about-panel:hover,
.about-photo:hover,
.stat-card:hover,
.faq-item:hover,
.premium-card:hover,
#tarifs .price-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--surface-shadow-hover);
}

.hero,
.service-hero,
.section {
  min-height: auto;
}

.hero {
  padding: 88px 0 44px;
  align-items: flex-start;
}

.service-hero {
  align-items: flex-start;
}

.service-hero-inner {
  padding: 36px 0 20px;
}

.section {
  padding: 54px 0;
}

.hero-sub {
  font-size: var(--font-lead);
  max-width: 58ch;
}

.section-head h2,
.hero-title,
#tarifs .price-card h3,
.pricing-block-head h3,
.premium-card h3,
.step-card-title {
  text-wrap: balance;
}

#tarifs .pricing-block {
  padding: 20px;
}

#tarifs .price-card {
  padding: 18px;
  background: linear-gradient(165deg, rgba(10, 20, 40, 0.92), rgba(7, 14, 28, 0.88));
  border-color: rgba(133, 169, 245, 0.28);
  text-align: left;
}

#tarifs .price-card h3 {
  margin: 0 0 8px;
  text-align: left;
  max-width: 22ch;
  font-size: clamp(1.06rem, 1.5vw, 1.26rem);
}

.price-value {
  font-size: clamp(1.45rem, 4.8vw, 1.95rem);
}

.price-value-pro {
  text-align: left;
  margin-inline: 0;
}

#tarifs .price-card .check-list,
.pricing-pro-list {
  justify-items: start;
  gap: 9px;
}

#tarifs .price-card .check-list li,
.pricing-pro-list li {
  display: flex;
  text-align: left;
  line-height: 1.45;
}

#tarifs .price-card .price-cta {
  justify-content: center;
}

#tarifs .price-card .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.offer-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(133, 169, 245, 0.5);
  background: rgba(47, 107, 255, 0.16);
  color: #d9e7ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offer-tag-premium {
  border-color: rgba(255, 214, 102, 0.58);
  background: rgba(255, 214, 102, 0.18);
  color: #fff2cb;
}

.offer-tag-pro {
  border-color: rgba(84, 194, 176, 0.58);
  background: rgba(84, 194, 176, 0.18);
  color: #d2fff6;
}

/* Center content in the pro pricing card ("Sur mesure"). */
#tarifs .price-card.price-card-pro {
  text-align: center;
}

#tarifs .price-card.price-card-pro .offer-tag {
  margin-inline: auto;
}

#tarifs .price-card.price-card-pro .price-value-pro {
  text-align: center;
  margin-inline: auto;
}

#tarifs .price-card.price-card-pro .pricing-pro-list {
  justify-items: center;
}

#tarifs .price-card.price-card-pro .pricing-pro-list li {
  justify-content: center;
  text-align: center;
}

#tarifs .price-card-featured {
  border-color: rgba(255, 214, 102, 0.75);
  box-shadow:
    0 0 0 1px rgba(255, 214, 102, 0.45),
    0 24px 54px rgba(36, 62, 128, 0.46);
}

.premium-card {
  padding: 20px;
  border-color: rgba(127, 166, 255, 0.24);
  background: linear-gradient(160deg, rgba(18, 31, 60, 0.95), rgba(12, 23, 44, 0.92));
}

.premium-card h3 {
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

@media (min-width: 601px) and (max-width: 900px) {
  .premium-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-cards > .premium-card:nth-child(3):last-child {
    grid-column: 1 / -1;
    width: 100%;
    max-width: calc(50% - 11px);
    justify-self: center;
  }
}

.premium-badge {
  margin-top: 10px;
  font-size: 11px;
}

/* Service pro: keep all badges pinned bottom-left in cards */
.pro-page .premium-card {
  display: flex;
  flex-direction: column;
}

.pro-page .premium-badge {
  margin: auto 0 0;
  align-self: flex-start;
}

/* Service urgence: keep all badges pinned bottom-left in cards */
.urgence-page .premium-card {
  display: flex;
  flex-direction: column;
}

.urgence-page .premium-badge {
  margin: auto 0 0;
  align-self: flex-start;
}

.step-card {
  min-height: 170px;
  padding: 18px 14px;
}

#intervention .step-card {
  min-height: 164px;
}

.feature-image img {
  height: 300px;
}

.about-photo {
  min-height: 280px;
}

.gallery-hero img {
  height: 360px;
}

.gallery-item img {
  height: 240px;
}

.gallery-item.tall img {
  height: 360px;
}

@media (min-width: 768px) {
  .hero {
    padding: 104px 0 58px;
    align-items: center;
  }

  .service-hero-inner {
    padding: 44px 0 24px;
  }

  .section {
    padding: 68px 0;
  }

  #tarifs .pricing-block {
    padding: 24px;
  }

  .feature-image img {
    height: 360px;
  }

  .gallery-item img {
    height: 280px;
  }

  .gallery-item.tall img {
    height: 520px;
  }
}

@media (min-width: 1024px) {
  .hero {
    min-height: var(--screen-section-height);
  }

  .service-hero {
    min-height: clamp(560px, 76vh, 760px);
    align-items: center;
  }

  .section {
    padding: 74px 0;
  }
}

/* Hierarchy and premium polish */
.section-key .section-head {
  margin-bottom: 34px;
}

.section-key .section-head h2 {
  font-size: clamp(2.05rem, 3vw, 2.9rem);
}

.section-key .section-head p {
  max-width: 64ch;
  margin-inline: auto;
  color: #c8d5f2;
}

.section-secondary {
  padding: 42px 0;
}

.section-secondary .section-head {
  margin-bottom: 22px;
}

.section-secondary .section-head p {
  max-width: 52ch;
  margin-inline: auto;
  color: #b1c0de;
}

.heading-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: text-bottom;
  color: #9ec0ff;
}

.heading-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.btn-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.btn-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.btn-subtle {
  border-color: rgba(162, 189, 245, 0.34);
  background: rgba(34, 50, 92, 0.35);
  color: #d7e4ff;
}

.btn-subtle:hover {
  background: rgba(46, 70, 124, 0.45);
}

.btn-pro-service {
  position: relative;
  border-color: rgba(170, 190, 224, 0.76);
  background: linear-gradient(135deg, rgba(73, 88, 116, 0.98), rgba(49, 60, 82, 0.98));
  color: #f3f7ff;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.45), inset 0 0 0 1px rgba(188, 202, 230, 0.2);
}

.btn-pro-service::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 1px solid rgba(166, 186, 222, 0.32);
  pointer-events: none;
}

.btn-pro-service:hover {
  border-color: rgba(184, 204, 236, 0.84);
  background: linear-gradient(135deg, rgba(84, 102, 134, 0.98), rgba(57, 69, 95, 0.98));
  box-shadow: 0 14px 30px rgba(20, 30, 48, 0.5), inset 0 0 0 1px rgba(206, 218, 238, 0.26);
}

#tarifs .price-card {
  display: flex;
  flex-direction: column;
}

#tarifs .price-card-featured {
  position: relative;
}

#tarifs .price-card .price-cta {
  margin-top: auto;
}

.info-icon svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .section-key .section-head h2 {
    font-size: clamp(1.72rem, 7vw, 2.2rem);
  }

  .section-secondary {
    padding: 34px 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about-content {
    order: 1;
  }

  .about-photo {
    order: 2;
    min-height: 260px;
  }

  #tarifs .price-card.price-card-pro {
    min-height: auto;
  }

  #tarifs .pricing-grid-particuliers .price-card {
    min-height: auto;
  }

  #tarifs .pricing-grid-particuliers .price-card .check-list {
    margin-bottom: 12px;
  }

  #tarifs .pricing-grid-particuliers .price-card .price-cta {
    margin-top: 8px;
  }

  #tarifs .price-card.price-card-pro .price-cta {
    margin-top: 20px;
  }

  #tarifs .pricing-block-pro .price-cta .btn[data-profile-target="professionnel"] {
    white-space: normal;
    line-height: 1.3;
    padding: 14px 18px;
  }

}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about-content {
    order: 1;
  }

  .about-photo {
    order: 2;
    min-height: 260px;
  }

  .pricing-block {
    overflow: visible;
  }

  .pricing-block-pro {
    padding-bottom: 24px;
  }

  #tarifs .price-card,
  #tarifs .price-card.price-card-pro {
    min-height: auto;
    overflow: visible;
  }

  #tarifs .price-card.price-card-pro {
    padding-bottom: 22px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form,
  .contact-info-hub,
  .form-body,
  .form-grid,
  .form-footer,
  .upload-zone,
  .calculator-row,
  .contact-form * {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .contact-form {
    width: 100%;
    overflow: hidden;
  }

  .contact-form .btn,
  .contact-form .btn-full,
  .form-mobile-nav .btn,
  .form-footer .btn {
    width: 100%;
    max-width: 100%;
  }
}

/* Premium refresh: intervention section */
#intervention {
  padding: 56px 0 52px;
}

#intervention .section-head {
  margin-bottom: 26px;
}

#intervention .section-head p {
  color: rgba(224, 233, 250, 0.82);
}

#intervention .steps-stage {
  position: relative;
  margin-top: 0;
  padding: 24px 22px 22px;
  border-radius: 24px;
  border: 1px solid rgba(150, 180, 236, 0.24);
  background: linear-gradient(165deg, rgba(9, 17, 34, 0.74), rgba(8, 16, 32, 0.62));
  box-shadow: 0 26px 56px rgba(4, 10, 24, 0.46), inset 0 1px 0 rgba(206, 223, 255, 0.08);
  overflow: hidden;
}

#intervention .steps-stage::before {
  content: none;
}

#intervention .steps-stage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(240px, 40%);
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 177, 244, 0), rgba(143, 177, 244, 0.78), rgba(143, 177, 244, 0));
}

#intervention .steps-inline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

#intervention .step-card {
  max-width: none;
  width: 100%;
  min-height: 172px;
  padding: 18px 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(145, 175, 235, 0.24);
  background: linear-gradient(175deg, rgba(12, 24, 47, 0.84), rgba(10, 20, 40, 0.76));
  box-shadow: 0 14px 28px rgba(4, 10, 24, 0.4);
  text-align: center;
  transform: none;
}

#intervention .step-card:hover {
  transform: translateY(-3px);
  border-color: rgba(170, 198, 255, 0.38);
  box-shadow: 0 18px 34px rgba(4, 10, 24, 0.5);
}

#intervention .step-card::after {
  display: none;
}

#intervention .step-card .step-card-num {
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #e9f2ff;
  border: 1px solid rgba(148, 184, 255, 0.48);
  background: linear-gradient(160deg, rgba(59, 111, 220, 0.72), rgba(36, 76, 172, 0.74));
}

#intervention .step-card-title {
  margin-bottom: 8px;
  font-size: 1.02rem;
  color: #f4f8ff;
}

#intervention .step-card-desc {
  color: rgba(206, 220, 245, 0.88);
  font-size: 0.94rem;
}

#intervention .intervention-cta {
  margin-top: 20px;
}

#intervention .intervention-cta .btn {
  min-width: 320px;
  box-shadow: 0 14px 28px rgba(18, 44, 112, 0.42);
}

@media (max-width: 1220px) {
  #intervention .steps-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  #intervention .steps-stage {
    padding: 20px 16px 18px;
  }

  #intervention .steps-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #intervention .intervention-cta .btn {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 560px) {
  #intervention .steps-inline {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .zone-tarn-page #specificites .intervention-cta .btn,
  .zone-tarn-page #prix .intervention-cta .btn,
  .zone-tarn-page .zone-bottom-cta .btn,
  .zone-haute-garonne-page .zone-bottom-cta .btn {
    min-width: 0;
    width: 100%;
  }
}

/* Uniform alignment for Particuliers pricing cards (Essentielle / Premium) */
#tarifs .pricing-grid-particuliers .price-card {
  text-align: center;
  align-items: center;
}

#tarifs .pricing-grid-particuliers .offer-tag {
  margin-inline: auto;
}

#tarifs .pricing-grid-particuliers .price-card h3 {
  text-align: center;
  margin-inline: auto;
}

#tarifs .pricing-grid-particuliers .check-list {
  justify-items: center;
}

#tarifs .pricing-grid-particuliers .check-list li {
  justify-content: center;
  text-align: center;
}

/* Clear visual split: Particuliers (blue) vs Professionnels (graphite/steel) */
#tarifs .pricing-block-particuliers {
  border-color: rgba(111, 163, 255, 0.44);
  box-shadow: 0 20px 46px rgba(12, 34, 86, 0.34);
}

#tarifs .pricing-block-pro {
  border-color: rgba(150, 170, 206, 0.46);
  box-shadow: 0 20px 46px rgba(14, 22, 36, 0.36);
}

#tarifs .pricing-block-pro::before {
  background: rgba(138, 160, 204, 0.26);
}

#tarifs .pricing-block-particuliers .price-card {
  background: linear-gradient(165deg, rgba(13, 28, 58, 0.9), rgba(8, 19, 40, 0.9));
  border-color: rgba(122, 170, 255, 0.42);
}

#tarifs .pricing-block-pro .price-card {
  background: linear-gradient(165deg, rgba(16, 25, 40, 0.92), rgba(11, 19, 32, 0.92));
  border-color: rgba(140, 160, 196, 0.4);
}

#tarifs .pricing-block-pro .offer-tag-pro {
  border-color: rgba(158, 178, 214, 0.58);
  background: rgba(118, 140, 180, 0.18);
  color: #e1ebff;
}

#tarifs .pricing-block-pro .pricing-pro-list li::before {
  color: #a5bde9;
}

#tarifs .pricing-block-particuliers .price-cta .btn[data-profile-target="particulier"] {
  border-color: rgba(132, 180, 255, 0.72);
  background: linear-gradient(135deg, rgba(57, 114, 238, 0.96), rgba(39, 83, 191, 0.96));
  color: #f7fbff;
  box-shadow: 0 12px 26px rgba(18, 44, 112, 0.42);
}

#tarifs .pricing-block-particuliers .price-card-featured .price-cta .btn[data-profile-target="particulier"] {
  border-color: rgba(157, 200, 255, 0.9);
  background: linear-gradient(135deg, rgba(70, 131, 255, 0.98), rgba(43, 95, 214, 0.98));
}

#tarifs .pricing-block-pro .price-cta .btn[data-profile-target="professionnel"] {
  border-color: rgba(170, 190, 224, 0.78);
  background: linear-gradient(135deg, rgba(73, 88, 116, 0.98), rgba(49, 60, 82, 0.98));
  color: #f3f7ff;
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.45);
}

#tarifs .pricing-block-pro .price-cta .btn[data-profile-target="professionnel"]:hover {
  background: linear-gradient(135deg, rgba(84, 102, 134, 0.98), rgba(57, 69, 95, 0.98));
}

#tarifs .pricing-reassurance-pro {
  border-color: rgba(148, 170, 209, 0.44);
  background: rgba(70, 86, 118, 0.2);
  color: #dbe5fb;
}

/* Aesthetic coherence pass: cards, typography, section rhythm, photos, motion, mobile */
:root {
  --surface-radius: 18px;
  --surface-border: rgba(158, 188, 245, 0.22);
  --surface-bg: linear-gradient(168deg, rgba(16, 30, 58, 0.9), rgba(11, 22, 42, 0.88));
  --surface-shadow-soft: 0 10px 24px rgba(5, 10, 24, 0.34);
  --surface-shadow-soft-hover: 0 16px 34px rgba(5, 10, 24, 0.44);
}

body {
  line-height: 1.68;
  letter-spacing: 0.003em;
}

p {
  color: #b7c4dc;
  line-height: 1.72;
}

.hero-sub {
  font-size: clamp(1.03rem, 0.5vw + 0.95rem, 1.18rem);
  max-width: 66ch;
  color: #d5e1f8;
}

.section {
  padding: clamp(56px, 8vw, 86px) 0;
}

.section-head {
  margin-bottom: clamp(22px, 3vw, 36px);
}

.section-head h1 {
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  letter-spacing: -0.022em;
}

.section-head h2 {
  font-size: clamp(1.85rem, 2.9vw, 2.75rem);
  letter-spacing: -0.016em;
}

.section-head p {
  max-width: 62ch;
  margin-inline: auto;
  color: #c4d2ea;
  font-size: clamp(1rem, 0.35vw + 0.95rem, 1.14rem);
}

.section-head.align-left p {
  margin-inline: 0;
}



main > section.section.section-key {
  background: transparent;
}

main > section.section.section-secondary {
  background: transparent;
}

main > section.section:not(.hero):not(.service-hero) {
  border-top: 0;
}

main > section.section:last-of-type {
  border-bottom: 0;
}

:where(
  .benefit-card,
  .service-card,
  .gallery-card,
  .testimonial,
  .info-card,
  .zone-card,
  .price-card,
  .faq-item,
  .legal-card,
  .premium-card,
  .contact-form,
  .before-after,
  .about-panel
) {
  border-radius: var(--surface-radius);
  border: 1px solid var(--surface-border);
  background: var(--surface-bg);
  box-shadow: var(--surface-shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

:where(
  .benefit-card,
  .service-card,
  .gallery-card,
  .testimonial,
  .info-card,
  .zone-card,
  .price-card,
  .faq-item,
  .legal-card,
  .premium-card,
  .about-panel
):hover {
  transform: translateY(-2px);
  box-shadow: var(--surface-shadow-soft-hover);
  border-color: rgba(180, 206, 255, 0.34);
}

.service-card,
.gallery-card,
.gallery-item,
.about-photo,
.feature-image {
  overflow: hidden;
}

.gallery-item img,
.gallery-card img,
.about-photo img,
.feature-image img,
.gallery-before-after .ba-img {
  border-radius: calc(var(--surface-radius) - 2px);
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
  transition: transform 0.34s ease, filter 0.34s ease;
}

.gallery-item:hover img,
.gallery-card:hover img,
.about-photo:hover img,
.feature-image:hover img {
  transform: scale(1.02);
  filter: saturate(1.08) contrast(1.05);
}

.gallery-item.gallery-slot {
  border: 1px dashed rgba(158, 188, 245, 0.4);
  background: linear-gradient(155deg, rgba(15, 28, 53, 0.72), rgba(10, 20, 39, 0.72));
}

.btn {
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.fade-in {
  transform: translateY(8px);
  animation-duration: 0.58s;
}

body.reveal-active .reveal-ready.reveal-pending {
  transform: none;
  transition: none;
}

.page-bg .glow {
  opacity: 0.42;
  filter: blur(72px);
}

@media (max-width: 768px) {
  .container {
    width: min(1180px, 92%);
  }

  .hero {
    padding: 88px 0 36px;
    min-height: var(--screen-section-height);
  }

  .hero-title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .hero-sub {
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn,
  .hero-secondary-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .section {
    padding: 52px 0;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .section-head h2 {
    font-size: clamp(1.56rem, 6.6vw, 2rem);
  }



  :where(.benefit-card, .service-card, .gallery-card, .testimonial, .info-card, .zone-card, .price-card, .faq-item, .about-panel, .contact-form, .before-after) {
    padding: 18px;
  }

  .services-grid,
  .benefits-grid,
  .info-grid,
  .zones-grid,
  .testimonials-grid {
    gap: 14px;
  }

  .gallery-grid-premium {
    gap: 10px;
  }

  .gallery-item img,
  .gallery-item.tall img,
  .gallery-before-after .ba-img {
    height: 220px;
  }

  .mobile-cta-bar {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    padding: 6px;
  }

  .mobile-cta-btn {
    min-height: 42px;
  }
}

.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.stat-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.hero-title {
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero-sub {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

/* Bouton Principal (Demander un devis) */
.btn-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  border: none;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.5);
}

@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow:
      0 14px 34px rgba(37, 99, 235, 0.42),
      0 0 0 1px rgba(147, 197, 253, 0.4);
    filter: saturate(1.08) brightness(1.06);
  }

  .site-header .btn-primary:hover,
  .hero-actions .btn-primary:hover {
    box-shadow:
      0 16px 38px rgba(37, 99, 235, 0.5),
      0 0 0 1px rgba(191, 219, 254, 0.48);
  }
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(45deg);
  animation: sheen 5s infinite;
  pointer-events: none;
}

@keyframes sheen {
  0% {
    left: -120%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/* Bouton Secondaire (Voir nos services) */
.btn-outline {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Style du bouton Urgence dans le menu */
.nav-link-urgent {
  border: 1.5px solid #ef4444;
  color: #ef4444 !important;
  border-radius: 50px;
  padding: 6px 16px;
  position: relative;
  isolation: isolate;
  font-weight: 600;
  background: transparent;
}

.nav-link-urgent::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1.5px solid rgba(239, 68, 68, 0.6);
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transform: scale(1);
  will-change: transform, opacity;
  animation: pulse-red 2s infinite;
}

.nav-link-urgent:hover {
  background: transparent;
  border-color: #ef4444;
}

/* Animation de pulsation */
@keyframes pulse-red {
  0% {
    transform: scale(1);
    opacity: 0.52;
  }
  70% {
    transform: scale(1.28);
    opacity: 0;
  }
  100% {
    transform: scale(1.28);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-link-urgent::before {
    animation: none;
    opacity: 0.24;
    transform: none;
  }
}

/* Ajustement du bouton Devis Gratuit (Header) */
.site-header .btn-primary {
  padding: 8px 20px;
  border-radius: 8px;
}

.local-map-section {
  padding-top: 56px;
}

.local-map-section .section-head.align-left {
  text-align: center;
  margin-bottom: 28px;
}

.local-map-section .section-head.align-left p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.local-map-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(160, 188, 242, 0.32);
  background: linear-gradient(150deg, rgba(9, 20, 43, 0.9), rgba(6, 14, 31, 0.9));
  box-shadow: 0 24px 52px rgba(4, 10, 24, 0.55);
}

.local-map-mobile-card {
  display: none;
}

.zone-checker-card {
  background: linear-gradient(155deg, rgba(20, 36, 66, 0.58), rgba(8, 19, 38, 0.62));
  border: 1px solid rgba(164, 193, 248, 0.22);
  border-radius: 18px;
  padding: 20px 22px;
  margin-bottom: 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.checker-content {
  padding: 0;
}

.checker-content h4 {
  margin: 0 0 6px;
  color: #e9f2ff;
  font-size: 1.02rem;
}

.checker-content p {
  margin: 0;
  color: #b9c8e3;
  font-size: 13px;
}

.checker-field {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.checker-field input {
  flex: 1;
  min-width: 0;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 10px 15px;
  color: #ffffff;
}

.zone-feedback {
  margin-top: 15px;
  min-height: 24px;
  font-size: 14px;
  font-weight: 600;
}

.zone-feedback.is-included {
  color: #7fe2ad;
}

.zone-feedback.is-estimate {
  color: #ffd7a4;
}

.zone-feedback.is-invalid {
  color: #ffb5b5;
}

.local-map-frame {
  width: 100%;
  height: 360px;
  border: 1px solid rgba(176, 204, 250, 0.25);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  display: block;
  filter: saturate(1.02) contrast(1.03);
}

#map {
  filter: saturate(1.06) contrast(1.04) brightness(0.98);
  border: 1px solid rgba(176, 204, 250, 0.2);
  background-color: #10203f;
}

#map .map-fallback-msg {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  text-align: center;
  color: #dce9ff;
  font-size: 0.95rem;
}

#map .map-consent-card {
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(89, 143, 255, 0.16), transparent 48%),
    linear-gradient(180deg, rgba(13, 26, 52, 0.98), rgba(8, 17, 35, 0.98));
  color: #dce9ff;
}

#map .map-consent-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

#map .map-consent-text {
  margin: 0;
  max-width: 540px;
  color: #cbdaf8;
  font-size: 0.94rem;
  line-height: 1.55;
}

#map .map-consent-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#map .map-consent-actions .btn {
  min-height: 42px;
}

#map .leaflet-control-layers {
  border: 1px solid rgba(154, 183, 241, 0.45);
  border-radius: 12px;
  background: rgba(8, 20, 42, 0.86);
  color: #e7f0ff;
  box-shadow: 0 14px 26px rgba(5, 12, 28, 0.42);
  backdrop-filter: blur(8px);
}

#map .leaflet-control-layers-expanded {
  padding: 10px 12px;
}

#map .leaflet-control-layers label {
  color: #e7f0ff;
  font-size: 12px;
  font-weight: 600;
}

#map .leaflet-control-layers input {
  accent-color: #5a9bff;
}

#map .leaflet-control-layers-separator {
  border-top: 1px solid rgba(170, 197, 248, 0.25);
}

.city-label {
  background: transparent;
  border: 0;
  box-shadow: none;
  pointer-events: none;
}

.city-label-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
}

.city-label-city .city-label-text {
  color: #e9f2ff;
  background: rgba(8, 21, 45, 0.78);
  border: 1px solid rgba(160, 189, 243, 0.36);
}

.city-label-dronelia .city-label-text {
  color: #f4f8ff;
  background: linear-gradient(135deg, rgba(28, 71, 161, 0.95), rgba(58, 118, 255, 0.9));
  border: 1px solid rgba(220, 235, 255, 0.65);
  box-shadow: 0 12px 30px rgba(9, 28, 74, 0.45);
}

.city-label-logo {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
}

/* .dark-map { filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%); } */

.local-map-cities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 18px;
}

.local-map-city {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #d6e2f8;
  padding: 0 16px;
  min-height: 22px;
  font-size: 11px;
  font-family: "Manrope", system-ui, sans-serif;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.24s ease, opacity 0.24s ease;
  cursor: default;
  opacity: 0.94;
}

.local-map-city + .local-map-city::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  transform: translate(-0.5px, -50%);
  background: linear-gradient(
    180deg,
    rgba(168, 194, 238, 0.08),
    rgba(189, 212, 250, 0.72),
    rgba(168, 194, 238, 0.08)
  );
}

.local-map-city:hover {
  color: #f4f8ff;
  opacity: 1;
}

.local-map-note {
  margin-top: 12px;
  color: #afbfdd;
  font-size: 12.5px;
  line-height: 1.45;
  text-align: center;
}

.local-map-zone-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.local-map-zone-links .btn {
  min-height: 48px;
  text-align: center;
}

.local-map-zone-links .btn-zone-secondary {
  border-color: rgba(123, 161, 235, 0.22);
  color: rgba(222, 234, 255, 0.88);
  background: rgba(15, 27, 50, 0.22);
}

.local-map-zone-links .btn-zone-secondary:hover {
  border-color: rgba(150, 186, 255, 0.34);
  color: #f2f7ff;
}

.seo-local-block {
  padding-top: 26px;
  padding-bottom: 28px;
}

.seo-local-inline {
  padding-top: 14px;
  padding-bottom: 0;
}

.seo-local-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid rgba(162, 189, 241, 0.24);
  background: linear-gradient(150deg, rgba(13, 26, 51, 0.58), rgba(9, 18, 37, 0.58));
  box-shadow: 0 16px 34px rgba(4, 10, 24, 0.34);
}

.seo-local-inner h2 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.2vw, 1.82rem);
  color: #eaf2ff;
}

.seo-local-inner p {
  margin: 0;
  color: #b8c8e5;
  font-size: 14px;
  line-height: 1.7;
}

.local-map-brand-stamp {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(176, 203, 249, 0.5);
  background: rgba(6, 16, 34, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #f2f7ff;
  font-family: "Sora", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.local-map-brand-stamp img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
}

.intervention-zone-circle {
  stroke: #007bff;
  stroke-width: 2;
  fill: rgba(0, 123, 255, 0.15);
  animation: pulse-zone 4s infinite ease-in-out;
}

@keyframes pulse-zone {
  0% {
    fill-opacity: 0.15;
    stroke-opacity: 0.8;
  }
  50% {
    fill-opacity: 0.3;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0.15;
    stroke-opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .local-map-section .section-head.align-left {
    text-align: center;
    align-items: center;
  }

  .local-map-frame {
    height: 290px;
  }

  .local-map-wrap {
    padding: 12px;
  }

  .local-map-frame {
    display: none;
  }

  .local-map-mobile-card {
    display: grid;
    gap: 12px;
  }

  .local-map-mobile-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    border: 1px solid rgba(176, 204, 250, 0.22);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  }

  .local-map-open-btn {
    width: 100%;
    justify-content: center;
  }

  .checker-field {
    flex-direction: column;
  }

  .local-map-cities {
    gap: 6px 0;
  }

  .local-map-city {
    font-size: 10px;
    padding: 0 11px;
    letter-spacing: 0.1em;
  }

  .local-map-city + .local-map-city::before {
    height: 10px;
  }

  .local-map-note {
    font-size: 12px;
  }

  .local-map-zone-links {
    flex-direction: column;
    align-items: center;
  }

  .local-map-zone-links .btn {
    width: min(100%, 620px);
    justify-content: center;
  }

  .local-map-brand-stamp {
    top: 10px;
    right: 10px;
    font-size: 9px;
    letter-spacing: 0.08em;
    padding: 6px 9px;
  }

  .seo-local-inner {
    padding: 16px;
  }

  .seo-local-inner p {
    font-size: 13px;
    line-height: 1.65;
  }
}

/* Compatibility layer from latest design spec */
:root {
  --primary: #0062ff;
  --primary-dark: #004dc7;
  --accent: #2f6bff;
  --accent-glow: #00f2fe;
  --text-main: #1d1d1f;
  --text-muted: #6e6e73;
  --bg-light: #ffffff;
  --bg-dark: #0a0a0b;
  --glass: rgba(255, 255, 255, 0.8);
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
.logo-text {
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.nav-links a {
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: var(--primary);
}

.benefits-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.services-page .services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

@media (max-width: 1200px) {
  .services-page .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .services-page .services-grid {
    grid-template-columns: 1fr;
  }
}

.benefit-card,
.service-card {
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-form {
  border-radius: 12px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-grid-full,
.profile-block {
  grid-column: span 2;
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid-full,
  .profile-block {
    grid-column: span 1;
  }
}

/* Services cards layout: avoid isolated single card on desktop */
#services .services-grid-main {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1180px) {
  #services .services-grid-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  #services .services-grid-main {
    grid-template-columns: 1fr;
  }
}

/* Footer spacing/alignment tuning */
footer {
  text-align: center;
  padding: 40px 0;
}

footer .section {
  margin-bottom: 25px;
}

footer .border-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 20px 0;
  width: 100%;
}

footer .small-text {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 15px;
}

footer .list-inline {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.site-footer-premium {
  padding: 40px 0;
}

.footer-zone-inline {
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(159, 186, 240, 0.24);
  background: linear-gradient(150deg, rgba(19, 34, 63, 0.55), rgba(9, 18, 36, 0.55));
}

.footer-zone-cities {
  margin-top: 9px;
  color: #a5b6d6;
  font-family: "Sora", sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.6;
}

.footer-zone-title {
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-zone-scope {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #c6d4ed;
  line-height: 1.45;
}

.footer-trust-line {
  margin: 20px 0;
  padding-top: 15px;
  width: 100%;
  display: block;
  text-align: center !important;
  line-height: 1.6;
}

.footer-trust-text {
  margin: 0;
  text-align: center;
  font-size: 12px;
  opacity: 0.7;
  display: inline-block;
  max-width: 100%;
}

.footer-trust-pill,
.footer-legal-mini {
  font-size: 12px;
  opacity: 0.7;
  text-align: center;
}

.footer-trust-pill {
  display: inline;
  white-space: nowrap;
}

.site-footer-premium .footer-trust-line {
  text-align: center !important;
}

.site-footer-premium .footer-trust-line .footer-trust-text {
  display: block !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 20px auto !important;
  text-align: center !important;
  text-wrap: balance !important;
  float: none !important;
}

.site-footer-premium .footer-links {
  gap: 15px;
  margin-top: 10px;
}

/* Mobile QA hardening: hero, form, buttons, before/after fluidity */
@media (max-width: 768px) {
  .hero {
    min-height: var(--screen-section-height) !important;
    padding: 78px 0 24px !important;
  }

  .hero-inner {
    gap: 16px;
  }

  .hero-sub {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-stats {
    gap: 10px;
    margin-top: 2px;
  }

  .hero-stats .stat-card {
    min-height: 84px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .contact-form {
    padding: 18px 16px;
  }

  input,
  select,
  textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .contact-form select {
    min-height: 50px;
    font-size: 1rem;
  }

  textarea {
    min-height: 110px;
  }

  .btn,
  .btn-full {
    min-height: 44px;
    font-size: 14px;
  }

  .form-action-stack .btn {
    min-height: 46px;
  }

  .checkbox,
  .checkbox-container {
    align-items: flex-start;
    line-height: 1.45;
  }

  .ba-slider-overlay {
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
  }

  .gallery-before-after .ba-handle::after {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-top: 74px !important;
  }

  .hero-title {
    font-size: clamp(1.72rem, 8.2vw, 2.25rem) !important;
  }
}

/* Urgence page: mobile + dark rendering refinements */
.urgence-page {
  color-scheme: dark;
}

.urgence-page .service-hero::before {
  content: none;
}

.urgence-page .service-hero-inner {
  z-index: 1;
}

.urgence-page .service-hero .hero-sub {
  max-width: 44ch;
  color: rgba(220, 232, 252, 0.95);
}

.urgence-page .hero-locations {
  color: rgba(143, 182, 248, 0.92);
}

@media (min-width: 769px) {
  .urgence-page .hero-locations {
    color: #8fb9ff;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-shadow: 0 8px 24px rgba(10, 26, 58, 0.26);
  }
}

.urgence-page .urgence-rappel-panel {
  margin: 14px auto 0;
  width: min(760px, 100%);
  text-align: left;
}

.urgence-page .urgence-rappel-title {
  margin: 0 0 8px;
  font-size: 0.92rem;
  color: rgba(209, 224, 251, 0.92);
  font-weight: 600;
}

.urgence-page .urgence-rappel-form {
  padding: 16px;
  border-radius: 16px;
  border-color: rgba(145, 176, 240, 0.34);
  background: linear-gradient(160deg, rgba(10, 22, 46, 0.9), rgba(9, 20, 40, 0.84));
  box-shadow: 0 16px 32px rgba(4, 10, 23, 0.44);
}

.urgence-page .urgence-rappel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.urgence-page .urgence-rappel-actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .urgence-page .service-hero {
    min-height: clamp(460px, 70vh, 640px);
    padding: 88px 0 24px;
  }

  .urgence-page .service-hero-inner {
    padding: 30px 0 16px;
  }

  .urgence-page .service-hero .hero-title {
    font-size: clamp(1.9rem, 8.7vw, 2.75rem) !important;
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-wrap: balance;
  }

  .urgence-page .service-hero .hero-sub {
    font-size: 1.01rem;
    line-height: 1.52;
    max-width: 34ch;
  }

  .urgence-page .hero-locations {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .urgence-page .hero-actions {
    width: min(520px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .urgence-page .hero-actions .btn {
    width: 100%;
    min-height: 50px;
    justify-content: center;
  }

  .urgence-page .urgence-rappel-grid {
    grid-template-columns: 1fr;
  }

  .urgence-page .urgence-rappel-actions {
    justify-content: stretch;
  }

  .urgence-page .urgence-rappel-actions .btn {
    width: 100%;
  }

  .urgence-page .section.compact-section {
    padding: 22px 0;
  }

  .urgence-page .premium-card {
    padding: 18px;
  }

  .urgence-page .steps-stage {
    padding: 16px 14px 14px;
  }
}

/* Keep the first screen fully visible on service and zone pages. */
.service-page .service-hero,
.service-page .hero#haut-page {
  min-height: max(var(--screen-section-height), 560px);
}

@media (max-width: 1023px) {
  .service-page .service-hero,
  .service-page .hero#haut-page {
    min-height: max(var(--screen-section-height), 500px);
  }
}

@media (prefers-color-scheme: dark) {
  .urgence-page .page-bg .photo-bg {
    filter: saturate(1.02) contrast(1.14) brightness(0.88);
  }

  .urgence-page .premium-card,
  .urgence-page #intervention .step-card,
  .urgence-page .faq-item {
    border-color: rgba(151, 183, 248, 0.3);
  }
}

/* Urgence page: avoid duplicated floating CTAs (keep WhatsApp floating button) */
.urgence-page .social-float-zone,
.urgence-page .mobile-cta-bar {
  display: none !important;
}

body.urgence-page.mobile-cta-safe {
  padding-bottom: 0 !important;
}

/* Mobile hero: prioritize message, cities and CTAs before trust badges. */
@media (max-width: 768px) {
  .hero-content {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .hero-company {
    order: 1;
  }

  .hero-title {
    order: 2;
    max-width: min(13ch, 100%);
    margin-inline: auto;
    text-wrap: balance;
  }

  .hero-b2b {
    order: 4;
  }

  .hero-sub {
    order: 5;
  }

  .hero-locations {
    order: 6;
  }

  .hero-actions {
    order: 7;
  }

  .hero-b2b-line {
    order: 8;
  }

  .hero-stats {
    order: 9;
    margin-top: 16px;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    grid-template-columns: none;
    scroll-snap-type: x proximity;
  }

  .hero-stats .stat-card {
    min-width: 220px;
    min-height: 82px;
    padding: 12px 14px;
    scroll-snap-align: start;
  }

  .hero-stats .stat-title {
    font-size: 0.98rem;
  }

  .hero-stats .stat-text {
    font-size: 0.84rem;
  }

  .hero-company {
    text-align: center;
  }

  .hero-b2b {
    justify-content: center;
  }

  .hero-b2b-badge {
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .home-page .hero-title {
    max-width: 9.8ch;
    margin-inline: auto;
    line-height: 1.02;
    text-wrap: balance;
  }

  .home-page .hero-title-phrase {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0.08em;
    row-gap: 0.02em;
  }

  .home-page .hero-word-cycle {
    min-width: 0;
    margin-right: 0;
    white-space: normal;
  }

  .home-page .hero-title .text-wash {
    white-space: nowrap;
  }

  .home-page .hero-actions .btn {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .home-page .hero-title {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 0;
    text-align: center;
  }

  .home-page .hero-title-phrase,
  .home-page .hero-word-cycle,
  .home-page .hero-title .text-wash {
    display: block !important;
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .home-page .hero-title-phrase {
    white-space: normal !important;
  }

  .home-page .hero-word-cycle,
  .home-page .hero-title .text-wash {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .hero-title {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-title-phrase {
    display: inline;
    white-space: normal;
  }

  .hero-title .text-wash {
    white-space: normal;
  }

  .service-hero .hero-title,
  .service-page .hero#haut-page .hero-title {
    max-width: 11.5ch;
    margin-inline: auto;
    font-size: clamp(1.65rem, 6.9vw, 2.2rem);
    line-height: 1.06;
    text-wrap: balance;
  }

  .zone-haute-garonne-page .hero#haut-page .hero-title {
    max-width: 12.5ch;
  }

  .zone-haute-garonne-page .hero#haut-page .text-wash,
  .zone-tarn-page .hero#haut-page .text-wash {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .hero-stats .stat-card-reviews .stat-review-group {
    padding-right: 84px;
  }

  .hero-stats .stat-card-reviews .avatar-stack {
    top: 8px;
    right: 10px;
  }
}

@media (max-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
    padding: 10px 0;
    z-index: 1000;
    background: rgba(10, 17, 34, 0.95);
    backdrop-filter: blur(10px);
  }
}

@media (max-width: 768px) {
  .site-footer-premium {
    padding: 24px 0 18px;
  }

  .site-footer-premium .footer-grid-premium {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .site-footer-premium .footer-col:not(.footer-col-brand) {
    display: none;
  }

  .site-footer-premium .footer-text {
    gap: 2px;
  }

  .site-footer-premium .footer-text-line:nth-child(2),
  .site-footer-premium .footer-text-line:nth-child(3),
  .site-footer-premium .footer-cta-meta,
  .site-footer-premium .footer-social-note,
  .site-footer-premium .footer-mini-cta {
    display: none;
  }

  .site-footer-premium .footer-quick-actions {
    margin-top: 10px;
    gap: 8px;
  }

  .site-footer-premium .footer-chip {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .site-footer-premium .footer-zone-inline {
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 10px 12px;
  }

  .site-footer-premium .footer-zone-title,
  .site-footer-premium .footer-zone-scope,
  .site-footer-premium .footer-zone-cities {
    font-size: 11px;
    line-height: 1.45;
  }

  .site-footer-premium .footer-trust-line {
    margin: 10px 0 0;
    padding-top: 10px;
  }

  .site-footer-premium .footer-trust-text {
    font-size: 10px !important;
    line-height: 1.45;
    margin: 0 auto 6px !important;
  }

  .site-footer-premium .footer-meta {
    margin-top: 10px;
    padding-top: 10px;
  }

  .site-footer-premium .footer-links {
    gap: 8px 12px;
  }

  .site-footer-premium .footer-links a {
    font-size: 11.5px;
  }

  .site-footer-premium .footer-links a + a {
    padding-left: 10px;
  }

  .site-footer-premium .footer-links a + a::before {
    height: 10px;
  }

  .site-footer-premium .footer-note,
  .site-footer-premium .footer-legal-mini {
    font-size: 10px;
    line-height: 1.45;
  }
}

/* Footer trust line */
.site-footer .footer-trust-line {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  padding: 15px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer .footer-trust-line .footer-trust-text {
  white-space: normal !important;
  text-align: center !important;
  display: block !important;
  width: 100% !important;
  max-width: 1120px !important;
  font-size: 0.72rem !important;
  opacity: 0.7 !important;
  margin: 0 auto !important;
  text-wrap: balance !important;
}

.cookie-banner {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 140;
  max-width: min(760px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(148, 182, 246, 0.48);
  background: rgba(8, 19, 40, 0.94);
  box-shadow: 0 18px 34px rgba(4, 10, 24, 0.54);
  backdrop-filter: blur(10px);
  display: grid;
  gap: 10px;
}

.cookie-banner p {
  margin: 0;
  color: #d8e6ff;
  font-size: 13px;
  line-height: 1.5;
}

.cookie-banner a {
  color: #9ec0ff;
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cookie-btn {
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(164, 192, 249, 0.4);
  padding: 0 14px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
}

.cookie-btn-accept {
  background: linear-gradient(135deg, #2f6bff, #6da7ff);
  color: #fff;
  border-color: rgba(181, 207, 255, 0.7);
}

.cookie-btn-reject {
  background: rgba(22, 35, 63, 0.95);
  color: #d6e5ff;
}

.cookie-manage-btn {
  position: fixed;
  left: 14px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 130;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(144, 176, 238, 0.45);
  background: rgba(10, 22, 47, 0.88);
  color: #d9e8ff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.cookie-manage-btn.is-open {
  opacity: 0.82;
}

body.mobile-cta-safe .cookie-banner,
body.mobile-cta-safe .cookie-manage-btn {
  bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 640px) {
  .cookie-banner {
    padding: 12px 12px;
  }

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

  .cookie-btn {
    width: 100%;
  }
}

/* Urgence: keep a single primary call button and force orange styling */
.urgence-page .hero-actions .btn.btn-urgence-call-main {
  background: linear-gradient(135deg, #ef4444, #f97316) !important;
  border: 1px solid rgba(255, 220, 220, 0.42) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(105, 24, 24, 0.45) !important;
}

.urgence-page .hero-actions .btn.btn-urgence-call-main::after {
  display: none !important;
}

.urgence-page .hero-actions .btn.btn-urgence-call-main:hover {
  filter: brightness(1.05);
  box-shadow: 0 18px 36px rgba(105, 24, 24, 0.58) !important;
}

/* Emergency Safari/file:// compatibility mode */
html.safe-render-mode body {
  padding-bottom: 0 !important;
}

html.safe-render-mode .reveal-ready,
html.safe-render-mode body.reveal-active .reveal-ready,
html.safe-render-mode body.reveal-active .reveal-ready.reveal-pending,
html.safe-render-mode body.reveal-active .reveal-ready.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  pointer-events: auto !important;
}

html.safe-render-mode .cookie-banner,
html.safe-render-mode .cookie-manage-btn,
html.safe-render-mode .whatsapp-float,
html.safe-render-mode .social-float-zone,
html.safe-render-mode .mobile-cta-bar,
html.safe-render-mode .chatbot-widget,
html.safe-render-mode .lightbox {
  display: none !important;
  pointer-events: none !important;
}

html.safe-render-mode .site-header,
html.safe-render-mode .nav-menu,
html.safe-render-mode .pricing-block,
html.safe-render-mode .contact-form,
html.safe-render-mode .zone-checker-card,
html.safe-render-mode .local-map-wrap,
html.safe-render-mode .footer-zone-inline,
html.safe-render-mode .cookie-banner {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Keep header clickable above decorative layers */
header.site-header {
  z-index: 20000 !important;
}

header.site-header a,
header.site-header button,
header.site-header .nav-links,
header.site-header .nav-menu {
  pointer-events: auto !important;
}

.lightbox {
  z-index: 30010 !important;
}

/* Safe JS load animation (no scroll observer) */
.safe-fade-init {
  opacity: 0;
  transform: translateY(10px);
}

.safe-fade-init.safe-fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

@media (prefers-reduced-motion: reduce) {
  .safe-fade-init,
  .safe-fade-init.safe-fade-in {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Step 4: richer hover motion (CSS-only, desktop) */
.home-page :where(.benefit-card, .service-card, .testimonial, .premium-card, .info-card, .zone-card, .price-card) {
  transition: transform 0.24s ease, box-shadow 0.26s ease, border-color 0.24s ease, filter 0.24s ease;
  transform-origin: center;
}

@media (hover: hover) and (pointer: fine) {
  .home-page :where(.benefit-card, .service-card, .testimonial, .premium-card, .info-card, .zone-card, .price-card):hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 22px 44px rgba(6, 13, 30, 0.42);
    border-color: rgba(178, 206, 255, 0.48);
    filter: saturate(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page :where(.benefit-card, .service-card, .testimonial, .premium-card, .info-card, .zone-card, .price-card) {
    transition: none !important;
  }

  .home-page :where(.benefit-card, .service-card, .testimonial, .premium-card, .info-card, .zone-card, .price-card):hover {
    transform: none !important;
    filter: none !important;
  }
}

/* Trust line hard-center override */
.site-footer .container.footer-trust-line {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  text-align: center !important;
}

.site-footer .container.footer-trust-line .footer-trust-text {
  display: inline-block !important;
  width: auto !important;
  max-width: 1600px !important;
  margin: 0 auto !important;
  text-align: center !important;
  white-space: nowrap !important;
  float: none !important;
}

@media (max-width: 1280px) {
  .site-footer .container.footer-trust-line .footer-trust-text {
    white-space: normal !important;
    text-wrap: balance !important;
  }
}

/* Final mobile pass: keep header and hero fluid on iPhone-sized viewports. */
@media (max-width: 768px) {
  .site-header .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
  }

  .logo {
    min-width: 0;
    gap: 10px;
  }

  .logo-text {
    min-width: 0;
  }

  .logo-text strong,
  .logo-text small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .logo-text strong {
    font-size: 1rem;
  }

  .logo-text small {
    font-size: 0.78rem;
  }

  .mobile-header-urgent,
  .nav-toggle {
    min-width: 0;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .home-page .hero {
    padding: 78px 0 32px !important;
  }

  .home-page .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .home-page .hero-company {
    max-width: 100%;
    font-size: clamp(0.92rem, 4.2vw, 1.12rem);
    letter-spacing: 0.16em;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .home-page .hero-title {
    width: 100%;
    max-width: 100%;
    margin: 10px auto 0;
    font-size: clamp(1.85rem, 8.6vw, 2.55rem) !important;
    line-height: 1.04;
    letter-spacing: -0.035em;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  .home-page .hero-title-phrase,
  .home-page .hero-word-cycle,
  .home-page .hero-title .text-wash {
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .home-page .hero-b2b,
  .home-page .hero-sub,
  .home-page .hero-locations,
  .home-page .hero-b2b-line {
    max-width: min(32ch, 100%);
    margin-inline: auto;
  }

  .home-page .hero-sub {
    font-size: 0.98rem;
    line-height: 1.55;
    margin-bottom: 0;
  }

  .home-page .hero-locations {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .home-page .hero-b2b-line {
    white-space: normal;
    line-height: 1.45;
  }

  .home-page .hero-actions {
    width: 100%;
    display: grid;
    gap: 10px;
    margin: 20px 0 14px;
  }

  .home-page .hero-actions .btn {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 14px 16px;
    font-size: 0.95rem;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .home-page .hero-stats {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: visible;
    gap: 12px;
  }

  .home-page .hero-stats .stat-card {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 14px 16px;
  }

  .home-page .hero-stats .stat-card-reviews .stat-review-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-right: 0;
  }

  .home-page .hero-stats .stat-card-reviews .avatar-stack {
    position: static;
    margin-top: 0;
  }

  .whatsapp-float {
    right: 12px;
    bottom: calc(90px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 420px) {
  .site-header .nav {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .logo-mark {
    width: 40px;
    height: 40px;
  }

  .logo-text strong {
    font-size: 0.95rem;
  }

  .logo-text small {
    font-size: 0.74rem;
  }

  .mobile-header-urgent,
  .nav-toggle {
    min-height: 34px;
    padding-inline: 10px;
    font-size: 0.74rem;
  }

  .home-page .hero-actions .btn {
    font-size: 0.9rem;
    padding-inline: 14px;
  }
}

@media (max-width: 520px) {
  .site-header .nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "logo logo"
      "urgent menu";
    align-items: stretch;
  }

  .logo {
    grid-area: logo;
  }

  .mobile-header-urgent {
    grid-area: urgent;
    width: 100%;
    margin-left: 0;
  }

  .nav-toggle {
    grid-area: menu;
    width: 100%;
  }

  .logo-text small {
    display: none;
  }
}

.page-bg video.is-fallback {
  opacity: 0 !important;
  visibility: hidden;
}

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

.home-page .benefit-card {
  height: 100%;
}

@media (max-width: 768px) {
  .home-page .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-page .benefit-card {
    padding: 16px;
  }

  .home-page .benefit-card h3 {
    font-size: 0.98rem;
  }

  .home-page .benefit-card p {
    margin-bottom: 0;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .home-page .benefit-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
}

@media (max-width: 900px) {
  .mobile-header-urgent,
  .nav-toggle,
  .nav-services-trigger {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .nav-toggle {
    position: relative;
    min-width: 46px;
    width: 46px;
    padding: 0;
    justify-content: center;
    color: #eef4ff;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 2;
  }

  .nav-toggle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
    box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  }

  .nav-toggle[data-menu-state="open"] {
    background: rgba(24, 39, 72, 0.96);
    border-color: rgba(171, 196, 248, 0.42);
  }
}

@media (max-width: 520px) {
  .nav-toggle {
    width: 100%;
    min-width: 0;
  }
}

/* Accessibility contrast lift for low-contrast small text on dark backgrounds */
:root {
  --muted: #bcc7df;
}

.form-note,
.meta-note,
.footer-note,
.footer-social-note,
.footer-cta-meta,
.footer-legal-mini,
.site-footer .footer-trust-line .footer-trust-text {
  color: #b7c5e1 !important;
  opacity: 0.9 !important;
}

/* Trust bar vertical centering between separators */
.site-footer .container.footer-trust-line {
  padding-top: 12px !important;
  padding-bottom: 10px !important;
}

.site-footer .footer-meta {
  margin-top: 8px !important;
}

/* Mobile remaster: cleaner, more premium and far less text-heavy on phone. */
@media (max-width: 768px) {
  :root {
    --radius: 24px;
    --radius-compact: 20px;
    --mobile-surface: linear-gradient(180deg, rgba(11, 22, 42, 0.92), rgba(7, 14, 28, 0.94));
    --mobile-surface-soft: linear-gradient(180deg, rgba(13, 25, 48, 0.84), rgba(8, 15, 31, 0.88));
    --mobile-stroke: rgba(150, 180, 236, 0.18);
    --mobile-shadow: 0 20px 44px rgba(2, 8, 20, 0.34);
  }

  body {
    background:
      radial-gradient(circle at top, rgba(47, 107, 255, 0.12), transparent 34%),
      linear-gradient(180deg, #07101f 0%, #091326 100%);
  }

  html,
  body,
  main {
    background-color: #07101f !important;
  }

  .section,
  .section-key,
  .section-secondary,
  .legal-proofs,
  .local-map-section,
  .site-footer-premium {
    background: transparent !important;
  }

  .container {
    width: min(100% - 24px, 480px);
  }

  .site-header {
    padding: 8px 0 0;
    background: linear-gradient(180deg, rgba(5, 11, 23, 0.96), rgba(5, 11, 23, 0.82));
    border-bottom-color: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .site-header .nav {
    padding: 12px 14px;
    background: rgba(8, 16, 30, 0.74);
    border: 1px solid rgba(157, 186, 243, 0.12);
    border-radius: 26px;
    box-shadow: 0 22px 42px rgba(3, 8, 18, 0.26);
  }

  .logo-text strong {
    font-size: 1.04rem;
    letter-spacing: -0.02em;
  }

  .mobile-header-urgent {
    min-height: 42px;
    padding-inline: 16px;
    border-width: 1px;
    border-color: rgba(255, 138, 138, 0.6);
    box-shadow: 0 12px 24px rgba(112, 18, 18, 0.24);
  }

  .nav-menu {
    position: fixed;
    top: calc(var(--header-height, 90px) + 8px);
    right: 12px;
    left: 12px;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid rgba(160, 191, 248, 0.18);
    background: linear-gradient(180deg, rgba(10, 20, 40, 0.98), rgba(6, 13, 26, 0.98));
    box-shadow: 0 28px 60px rgba(1, 6, 15, 0.58);
    max-height: calc(100dvh - var(--header-height, 90px) - 24px);
    overflow: auto;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-links a,
  .nav-services-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(152, 182, 236, 0.08);
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  .nav-services-menu {
    margin-top: 10px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(12, 23, 44, 0.88);
    border: 1px solid rgba(152, 182, 236, 0.12);
    gap: 8px;
  }

  .nav-services-menu a {
    min-height: 44px;
    padding: 11px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
  }

  .hero,
  .service-page .service-hero,
  .service-page .hero#haut-page {
    padding: 20px 0 28px !important;
    min-height: auto !important;
  }

  .hero-inner,
  .service-hero-inner {
    gap: 16px;
  }

  .hero-content,
  .service-hero-content,
  .service-page .hero#haut-page .hero-content {
    align-items: flex-start;
    text-align: left;
    padding: 22px 18px 18px;
    border-radius: 28px;
    background: var(--mobile-surface);
    border: 1px solid var(--mobile-stroke);
    box-shadow: var(--mobile-shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .home-page .hero-content {
    background:
      linear-gradient(180deg, rgba(7, 18, 36, 0.9), rgba(7, 16, 31, 0.94)),
      url("assets/bg-drone-55.webp") center 38% / cover no-repeat;
  }

  .zone-tarn-page .hero-content,
  .zone-haute-garonne-page .hero-content {
    background:
      linear-gradient(180deg, rgba(7, 18, 36, 0.9), rgba(7, 16, 31, 0.94)),
      center / cover no-repeat;
  }

  .zone-tarn-page .hero-content {
    background-image:
      linear-gradient(180deg, rgba(7, 18, 36, 0.9), rgba(7, 16, 31, 0.94)),
      url("assets/zonetarn-bg.jpg");
  }

  .zone-haute-garonne-page .hero-content {
    background-image:
      linear-gradient(180deg, rgba(7, 18, 36, 0.9), rgba(7, 16, 31, 0.94)),
      url("assets/drone-au-dessus-du-toit-en-tuiles-bg.jpg");
  }

  .hero-company {
    font-size: 0.76rem;
    letter-spacing: 0.24em;
    text-align: left;
  }

  .hero-title,
  .home-page .hero-title,
  .service-hero .hero-title,
  .service-page .hero#haut-page .hero-title {
    margin: 8px 0 0;
    width: 100%;
    max-width: none;
    text-align: left !important;
    font-size: clamp(2.05rem, 9vw, 3.1rem) !important;
    line-height: 0.96;
    letter-spacing: -0.05em;
    text-wrap: balance;
  }

  .hero-title-phrase,
  .hero-word-cycle,
  .hero-title .text-wash,
  .home-page .hero-title-phrase,
  .home-page .hero-word-cycle,
  .home-page .hero-title .text-wash {
    display: inline !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: inherit !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .hero-word-cycle,
  .home-page .hero-word-cycle {
    margin-right: 0.12em !important;
  }

  .hero-title .text-wash,
  .home-page .hero-title .text-wash {
    margin-left: 0.04em !important;
  }

  .hero-b2b {
    margin: 14px 0 0;
    justify-items: start;
  }

  .hero-b2b-badge {
    padding: 8px 14px;
    font-size: 0.82rem;
    border-radius: 999px;
    background: rgba(58, 97, 181, 0.28);
    border-color: rgba(145, 177, 243, 0.38);
  }

  .hero-sub,
  .service-hero .hero-sub,
  .service-page .hero#haut-page .hero-sub {
    max-width: 31ch;
    margin: 14px 0 0;
    font-size: 0.96rem;
    line-height: 1.55;
    color: rgba(221, 232, 249, 0.9);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-locations {
    margin: 14px 0 0;
    font-size: 0.86rem;
    line-height: 1.45;
    color: rgba(145, 182, 248, 0.88);
  }

  .hero-actions,
  .service-hero .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 18px 0 0;
  }

  .hero-actions .btn,
  .service-hero .hero-actions .btn {
    min-height: 50px;
    padding: 14px 16px;
    font-size: 0.95rem;
    line-height: 1.2;
    justify-content: center;
    text-align: center;
    border-radius: 18px;
  }

  .hero-b2b-line,
  .section-local,
  .pricing-preface,
  .pricing-reassurance,
  .pricing-reassurance-pro,
  .seo-local-inline,
  .footer-zone-inline,
  .footer-social-note,
  .footer-legal-mini,
  .local-map-note,
  .testimonial-service-link-wrap,
  .review-proof,
  .legal-proofs-more,
  .btn-hero-urgence-mobile {
    display: none !important;
  }

  .hero-stats,
  .service-hero .hero-stats {
    margin-top: 16px;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-stats .stat-card,
  .service-hero .hero-stats .stat-card {
    min-height: 0;
    padding: 14px 14px;
    border-radius: 20px;
    background: var(--mobile-surface-soft);
    border: 1px solid rgba(154, 183, 241, 0.16);
    box-shadow: none;
  }

  .hero-stats .stat-card-reviews .stat-review-group {
    padding-right: 0;
  }

  .hero-stats .stat-card-reviews .avatar-stack {
    position: static;
    margin-top: 10px;
  }

  .section {
    padding: 40px 0;
  }

  .section-head,
  .section-head.align-left {
    margin-bottom: 18px;
    text-align: left;
  }

  .section-head h2 {
    font-size: clamp(1.45rem, 6.7vw, 2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .section-head p {
    max-width: 34ch;
    margin: 8px 0 0;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  :where(.benefit-card, .service-card, .testimonial, .price-card, .pricing-block, .about-panel, .about-photo, .info-card, .contact-form, .faq-item, .legal-card, .zone-card, .checker-content, .steps-stage, .pro-services-block, .zone-info-banner, .local-map-wrap) {
    border-radius: 24px !important;
    background: var(--mobile-surface) !important;
    border: 1px solid var(--mobile-stroke) !important;
    box-shadow: var(--mobile-shadow) !important;
  }

  .home-page .benefits-grid {
    margin-top: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-page .benefit-card {
    padding: 16px;
  }

  .home-page .benefit-card h3 {
    margin-bottom: 8px;
    font-size: 0.98rem;
    line-height: 1.15;
  }

  .home-page .benefit-card p {
    margin-bottom: 0;
    font-size: 0.84rem;
    line-height: 1.4;
    color: rgba(199, 214, 239, 0.88);
  }

  .pro-services-block,
  .service-card {
    padding: 18px;
  }

  .pro-services-head p,
  .service-card p,
  .price-card p,
  .testimonial-text,
  .info-card p,
  .faq-item p,
  .legal-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .services-grid .check-list,
  .pro-services-list,
  .legal-cards-primary .legal-card p + code,
  .legal-cards-secondary {
    display: none;
  }

  .services-grid,
  .pricing-grid,
  .testimonials-grid,
  .faq-grid,
  .contact-grid,
  .about-grid,
  .legal-cards-primary,
  .local-map-zone-links {
    gap: 14px;
  }

  .service-card-cta,
  .btn-pro-service {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(162, 191, 247, 0.22);
    background: rgba(255, 255, 255, 0.04);
    color: #f1f6ff;
    font-weight: 700;
  }

  .steps-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .step-card {
    min-height: 0;
    padding: 16px 14px;
    border-radius: 18px;
  }

  .step-card-desc {
    margin-bottom: 0;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .pricing-split,
  .pricing-grid {
    gap: 14px;
  }

  .price-card .check-list li:nth-child(n + 4),
  .price-card-pro .pricing-pro-list li:nth-child(n + 4) {
    display: none;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-panel,
  .about-photo,
  .contact-form,
  .zone-info-banner,
  .local-map-wrap,
  .zone-checker-card {
    padding: 18px;
  }

  .about-panel > p:not(.about-title):nth-of-type(n + 3) {
    display: none;
  }

  .contact-info-hub {
    gap: 14px;
  }

  .contact-form .form-header p,
  .form-note {
    display: none;
  }

  .contact-form .form-body {
    gap: 14px;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    padding: 12px;
    gap: 8px;
    border-radius: 20px;
    max-width: none;
    background: rgba(7, 13, 26, 0.94);
    box-shadow: 0 18px 36px rgba(2, 8, 18, 0.42);
  }

  .cookie-banner p {
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .cookie-btn {
    min-height: 38px;
    font-size: 0.86rem;
    border-radius: 12px;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: calc(86px + env(safe-area-inset-bottom, 0px));
    right: 12px;
  }

  .site-footer-premium {
    padding: 28px 0 20px;
  }

  .site-footer-premium .footer-grid-premium {
    gap: 14px;
  }

  .footer-col {
    padding: 0;
  }

  .footer-col:not(.footer-col-brand) {
    display: none;
  }

  .footer-brand {
    margin-bottom: 10px;
  }

  .footer-text {
    margin-bottom: 12px;
  }

  .footer-text-line {
    white-space: normal;
  }

  .footer-quick-actions {
    gap: 10px;
  }

  .footer-links {
    gap: 12px;
    justify-content: center;
  }

  .footer-trust-line {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero-title,
  .home-page .hero-title,
  .service-hero .hero-title,
  .service-page .hero#haut-page .hero-title {
    font-size: clamp(1.92rem, 10vw, 2.6rem) !important;
  }

  .steps-inline,
  .home-page .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .benefit-card h3 {
    font-size: 0.92rem;
  }

  .home-page .benefit-card p {
    font-size: 0.8rem;
  }
}

/* Mobile redesign v2: cleaner, lighter, more product-led. */
@media (max-width: 768px) {
  html,
  body,
  main {
    background: #f3f5f7 !important;
    color: #111827;
  }

  .page-bg {
    display: none !important;
  }

  p,
  ul,
  .note,
  .meta-note {
    color: #5f6b7c;
  }

  .site-header {
    padding: 10px 0 0;
    background: rgba(243, 245, 247, 0.92) !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .site-header .nav {
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(15, 23, 42, 0.06) !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08) !important;
  }

  .logo-text strong {
    color: #0f172a !important;
  }

  .logo-text small {
    color: #4f77d8 !important;
  }

  .mobile-header-urgent {
    background: linear-gradient(180deg, #dd3c30, #bf2c24) !important;
    color: #fff !important;
    border-color: rgba(170, 30, 24, 0.12) !important;
    box-shadow: 0 14px 26px rgba(191, 44, 36, 0.16) !important;
  }

  .nav-toggle {
    background: #ffffff !important;
    color: #0f172a !important;
    border-color: rgba(15, 23, 42, 0.1) !important;
    box-shadow: none !important;
  }

  .nav-menu {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 26px 56px rgba(15, 23, 42, 0.16) !important;
  }

  .nav-links a,
  .nav-services-trigger {
    background: #f7f9fc !important;
    color: #0f172a !important;
    border-color: rgba(15, 23, 42, 0.05) !important;
  }

  .nav-links .nav-link-urgent {
    background: #fff4f3 !important;
    color: #c3342d !important;
    border-color: rgba(195, 52, 45, 0.14) !important;
  }

  .nav-services-menu {
    background: #f8fafc !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
  }

  .nav-services-menu a {
    background: #ffffff !important;
    color: #0f172a !important;
  }

  .hero,
  .service-page .service-hero,
  .service-page .hero#haut-page {
    padding: 0 0 24px !important;
  }

  .hero-content,
  .service-hero-content,
  .service-page .hero#haut-page .hero-content {
    position: relative;
    padding: 22px 18px 18px !important;
    border: 0 !important;
    border-radius: 28px !important;
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.18) !important;
    overflow: hidden;
  }

  .hero-content::before,
  .service-hero-content::before,
  .service-page .hero#haut-page .hero-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 18, 34, 0.28), rgba(10, 18, 34, 0.74));
    pointer-events: none;
  }

  .hero-content > *,
  .service-hero-content > *,
  .service-page .hero#haut-page .hero-content > * {
    position: relative;
    z-index: 1;
  }

  .hero-company {
    color: rgba(198, 219, 255, 0.92) !important;
  }

  .hero-title,
  .home-page .hero-title,
  .service-hero .hero-title,
  .service-page .hero#haut-page .hero-title {
    color: #ffffff !important;
  }

  .hero-sub,
  .service-hero .hero-sub,
  .service-page .hero#haut-page .hero-sub {
    color: rgba(231, 238, 250, 0.9) !important;
    -webkit-line-clamp: 2;
  }

  .hero-locations {
    color: rgba(183, 205, 244, 0.92) !important;
  }

  .hero-b2b-badge {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .hero-actions .btn,
  .service-hero .hero-actions .btn {
    border-radius: 18px !important;
  }

  .hero-actions .btn-primary,
  .service-hero .hero-actions .btn-primary {
    background: #ffffff !important;
    color: #111827 !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 18px 32px rgba(7, 13, 26, 0.18) !important;
  }

  .hero-actions .btn-outline,
  .service-hero .hero-actions .btn-outline {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
  }

  .hero-stats .stat-card,
  .service-hero .hero-stats .stat-card,
  :where(.benefit-card, .service-card, .testimonial, .price-card, .pricing-block, .about-panel, .about-photo, .info-card, .contact-form, .faq-item, .legal-card, .zone-card, .checker-content, .steps-stage, .pro-services-block, .zone-info-banner, .local-map-wrap) {
    background: #ffffff !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.08) !important;
  }

  .hero-stats .stat-title,
  .service-card h3,
  .benefit-card h3,
  .price-card h3,
  .info-card h4,
  .faq-item summary,
  .step-card-title,
  .legal-card h3,
  .zone-card h3 {
    color: #111827 !important;
  }

  .hero-stats .stat-text,
  .service-card p,
  .benefit-card p,
  .price-card p,
  .testimonial-text,
  .info-card p,
  .faq-item p,
  .step-card-desc,
  .legal-card p,
  .zone-card p {
    color: #5f6b7c !important;
  }

  .section,
  .legal-proofs,
  .local-map-section {
    padding: 28px 0;
  }

  .section-head h2 {
    color: #111827 !important;
  }

  .section-head p {
    color: #697586 !important;
  }

  .services-grid,
  .pricing-grid,
  .contact-grid,
  .about-grid,
  .faq-grid,
  .testimonials-grid,
  .legal-cards-primary {
    grid-template-columns: 1fr !important;
  }

  .home-page .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .service-card,
  .price-card,
  .testimonial,
  .faq-item,
  .legal-card,
  .info-card,
  .about-panel,
  .contact-form {
    padding: 18px !important;
  }

  .gallery-before-after,
  .gallery-section,
  .before-after {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .ba-compare,
  .gallery-wrapper {
    border-radius: 24px !important;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
  }

  .site-footer-premium {
    background: #eef2f6 !important;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
  }

  .footer-brand strong,
  .footer-links a {
    color: #111827 !important;
  }

  .footer-note,
  .footer-text-line,
  .footer-cta-meta {
    color: #687588 !important;
    opacity: 1 !important;
  }
}

/* Mobile redesign v3: back to the brand palette, lighter structure, real website feel. */
@media (max-width: 768px) {
  html,
  body,
  main {
    background: #08111f !important;
    color: #eef4ff !important;
  }

  .page-bg {
    display: block !important;
  }

  .page-bg .photo-bg {
    opacity: 0.98 !important;
    filter: saturate(1.05) contrast(1.02) brightness(0.9) !important;
  }

  .home-page .page-bg .photo-bg {
    background-image:
      linear-gradient(180deg, rgba(8, 15, 31, 0.5) 0%, rgba(8, 15, 31, 0.66) 46%, rgba(8, 15, 31, 0.88) 100%),
      url("assets/bg-drone-55.webp") !important;
    background-position: center 34% !important;
  }

  .zone-tarn-page .page-bg .photo-bg {
    background-image:
      linear-gradient(180deg, rgba(8, 15, 31, 0.48) 0%, rgba(8, 15, 31, 0.62) 46%, rgba(8, 15, 31, 0.86) 100%),
      url("assets/zonetarn-bg.jpg") !important;
    background-position: center 28% !important;
  }

  .site-header {
    padding: 0 !important;
    background: linear-gradient(180deg, rgba(8, 15, 31, 0.92), rgba(8, 15, 31, 0.78)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: none !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .site-header .nav {
    width: min(100% - 24px, 480px);
    margin: 0 auto;
    padding: 14px 0 12px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
  }

  .logo {
    gap: 10px;
  }

  .logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .logo-text strong {
    font-size: 1.02rem !important;
    color: #ffffff !important;
  }

  .logo-text small {
    display: block !important;
    font-size: 0.72rem !important;
    color: #7fa6ff !important;
  }

  .mobile-header-urgent {
    display: none !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #eef4ff !important;
    box-shadow: none !important;
    justify-self: end !important;
    font-size: 20px !important;
    text-indent: 0 !important;
    line-height: 1 !important;
    z-index: 4 !important;
  }

  .nav-toggle::before {
    content: none !important;
  }

  .nav-menu {
    top: calc(var(--header-height, 84px) + 6px) !important;
    right: 12px !important;
    left: 12px !important;
    padding: 14px !important;
    border-radius: 22px !important;
    background: rgba(8, 15, 31, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.42) !important;
  }

  .nav-links a,
  .nav-services-trigger {
    min-height: 44px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    color: #eef4ff !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 14px !important;
  }

  .nav-services-menu {
    background: rgba(12, 22, 42, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
  }

  .nav-services-menu a {
    background: rgba(255, 255, 255, 0.04) !important;
    color: #eef4ff !important;
  }

  .hero,
  .service-page .service-hero,
  .service-page .hero#haut-page {
    padding: 10px 0 24px !important;
    min-height: auto !important;
  }

  .hero-inner,
  .service-hero-inner {
    gap: 12px !important;
  }

  .hero-content,
  .service-hero-content,
  .service-page .hero#haut-page .hero-content {
    padding: 22px 0 8px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .hero .fade-in,
  .service-hero .fade-in,
  .service-page .hero#haut-page .fade-in {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-content::before,
  .service-hero-content::before,
  .service-page .hero#haut-page .hero-content::before {
    display: none !important;
  }

  .hero-company {
    margin-bottom: 10px !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.2em !important;
    color: #9fc1ff !important;
    text-align: left !important;
  }

  .hero-title,
  .home-page .hero-title,
  .service-hero .hero-title,
  .service-page .hero#haut-page .hero-title {
    max-width: 11ch !important;
    margin: 0 !important;
    text-align: left !important;
    font-size: clamp(2.3rem, 11vw, 3.45rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.055em !important;
    color: #f7fbff !important;
    text-shadow: 0 10px 28px rgba(4, 10, 24, 0.28);
  }

  .hero-b2b {
    margin: 12px 0 0 !important;
    justify-items: start !important;
  }

  .hero-b2b-badge {
    padding: 7px 12px !important;
    background: rgba(47, 107, 255, 0.14) !important;
    border: 1px solid rgba(127, 166, 255, 0.28) !important;
    color: #dfeaff !important;
    border-radius: 999px !important;
    box-shadow: none !important;
  }

  .hero-sub,
  .service-hero .hero-sub,
  .service-page .hero#haut-page .hero-sub {
    max-width: 30ch !important;
    margin: 14px 0 0 !important;
    font-size: 0.98rem !important;
    line-height: 1.52 !important;
    color: rgba(225, 234, 247, 0.88) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .hero-locations {
    margin: 14px 0 0 !important;
    font-size: 0.88rem !important;
    color: rgba(154, 185, 243, 0.88) !important;
    text-align: left !important;
  }

  .hero-title .text-wash,
  .home-page .hero-title .text-wash,
  .service-hero .hero-title .text-wash,
  .service-page .hero#haut-page .hero-title .text-wash {
    background-image: linear-gradient(90deg, #d7e7ff 0%, #8eb6ff 44%, #3b74ff 100%) !important;
  }

  .hero-actions,
  .service-hero .hero-actions {
    margin: 18px 0 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .hero-actions .btn,
  .service-hero .hero-actions .btn {
    min-height: 48px !important;
    border-radius: 16px !important;
    font-size: 0.95rem !important;
    line-height: 1.2 !important;
  }

  .hero-actions .btn-primary,
  .service-hero .hero-actions .btn-primary {
    background: linear-gradient(135deg, #3b74ff, #2b61ea) !important;
    color: #ffffff !important;
    border: 1px solid rgba(123, 162, 255, 0.34) !important;
    box-shadow: 0 18px 34px rgba(35, 91, 223, 0.26) !important;
  }

  .hero-actions .btn-outline,
  .service-hero .hero-actions .btn-outline {
    background: transparent !important;
    color: #eef4ff !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
  }

  .hero-stats,
  .service-hero .hero-stats,
  .service-page .hero#haut-page .hero-stats {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .hero-stats .stat-card,
  .service-hero .hero-stats .stat-card {
    padding: 10px 12px !important;
    min-height: 0 !important;
    border-radius: 16px !important;
    background: rgba(10, 20, 38, 0.56) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .hero-stats .stat-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
    background: rgba(47, 107, 255, 0.12) !important;
  }

  .hero-stats .stat-title {
    font-size: 0.94rem !important;
    color: #eef4ff !important;
  }

  .hero-stats .stat-text {
    font-size: 0.78rem !important;
    color: rgba(184, 200, 228, 0.84) !important;
  }

  .hero-stats .stat-card-reviews .avatar-stack {
    position: static !important;
    margin-top: 6px !important;
  }

  .hero-stats .stat-card-reviews .stat-review-group {
    padding-right: 0 !important;
  }

  .section,
  .legal-proofs,
  .local-map-section {
    padding: 34px 0 !important;
    background: transparent !important;
  }

  .section-head,
  .section-head.align-left {
    margin-bottom: 18px !important;
    text-align: left !important;
  }

  .section-head h2 {
    color: #f4f8ff !important;
    font-size: clamp(1.7rem, 7vw, 2.2rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.04em !important;
  }

  .section-head p {
    color: rgba(176, 190, 216, 0.84) !important;
    margin-inline: 0 !important;
    max-width: 32ch !important;
  }

  :where(.benefit-card, .service-card, .testimonial, .price-card, .pricing-block, .about-panel, .about-photo, .info-card, .contact-form, .faq-item, .legal-card, .zone-card, .checker-content, .steps-stage, .pro-services-block, .zone-info-banner, .local-map-wrap) {
    background: rgba(12, 20, 38, 0.74) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 18px 34px rgba(2, 8, 20, 0.22) !important;
    border-radius: 22px !important;
  }

  .service-card h3,
  .benefit-card h3,
  .price-card h3,
  .info-card h4,
  .faq-item summary,
  .step-card-title,
  .legal-card h3,
  .zone-card h3 {
    color: #eef4ff !important;
  }

  .service-card p,
  .benefit-card p,
  .price-card p,
  .testimonial-text,
  .info-card p,
  .faq-item p,
  .step-card-desc,
  .legal-card p,
  .zone-card p {
    color: rgba(181, 196, 223, 0.84) !important;
  }

  .home-page .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .home-page .benefit-card {
    padding: 16px !important;
  }

  .home-page .benefit-card h3 {
    font-size: 0.94rem !important;
  }

  .home-page .benefit-card p {
    font-size: 0.82rem !important;
    line-height: 1.42 !important;
  }

  .services-grid,
  .pricing-grid,
  .contact-grid,
  .about-grid,
  .faq-grid,
  .testimonials-grid,
  .legal-cards-primary {
    grid-template-columns: 1fr !important;
  }

  .cookie-banner {
    background: rgba(8, 15, 31, 0.94) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34) !important;
  }

  .site-footer-premium {
    background: rgba(8, 15, 31, 0.72) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  }

  .footer-brand strong,
  .footer-links a {
    color: #eef4ff !important;
  }

  .footer-note,
  .footer-text-line,
  .footer-cta-meta {
    color: rgba(170, 186, 214, 0.82) !important;
  }
}

.hero-mobile-label,
.hero-title-mobile,
.hero-sub-mobile,
.hero-call-mobile,
.hero-mobile-proofs,
.hero-mobile-visual,
.mobile-results-snapshot,
.mobile-benefits-summary,
.mobile-interventions-rail,
.mobile-offers-rail,
.mobile-rail-progress,
.services-mobile-segment,
.service-title-mobile,
.service-mobile-line,
.step-title-mobile,
.price-title-mobile,
.price-pro-mobile,
.price-pro-mobile-title,
.cta-title-mobile,
.about-mobile-summary,
.faq-mobile-more-wrap,
.avis-mobile-intro,
.avis-mobile-more-wrap,
.urgence-mobile-text,
.urgence-call-mobile,
.zone-mobile-title,
.legal-mobile-summary {
  display: none;
}

@media (max-width: 520px) {
  .site-header .nav {
    width: min(100% - 24px, 420px);
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: none !important;
  }

  .logo {
    grid-area: auto !important;
  }

  .nav-toggle {
    width: auto !important;
  }

  .logo-mark {
    width: 40px !important;
    height: 40px !important;
  }

  .logo-text strong {
    font-size: 0.96rem !important;
  }

  .logo-text small {
    display: none !important;
  }

  .mobile-header-urgent {
    min-height: 34px !important;
    padding: 0 12px !important;
    font-size: 0.75rem !important;
  }

  .nav-toggle {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }

  .hero-title,
  .home-page .hero-title,
  .service-hero .hero-title,
  .service-page .hero#haut-page .hero-title {
    max-width: 9.8ch !important;
    font-size: clamp(2.08rem, 10.6vw, 3rem) !important;
  }

  .hero-sub,
  .service-hero .hero-sub,
  .service-page .hero#haut-page .hero-sub {
    font-size: 0.94rem !important;
  }
}
