:root {
  --blue-950: #07294d;
  --blue-850: #0d4174;
  --blue-700: #0f5ea7;
  --blue-500: #2d8be2;
  --blue-200: #b8dcff;
  --white: #ffffff;
  --slate-50: #f4f8fc;
  --slate-100: #e9f1f8;
  --slate-200: #d6e2ee;
  --ink: #112a40;
  --ink-soft: #4b6279;
  --shadow-soft: 0 16px 38px rgba(11, 46, 79, 0.11);
  --shadow-strong: 0 30px 62px rgba(8, 43, 77, 0.2);
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 15px;
  --transition: 280ms cubic-bezier(0.22, 1, 0.36, 1);
  --surface-card: rgba(255, 255, 255, 0.96);
  --border-soft: rgba(15, 94, 167, 0.14);
  --card-border-strong: rgba(15, 94, 167, 0.28);
  --card-bg-soft: linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 250, 255, 0.96) 58%, rgba(236, 246, 255, 0.93) 100%);
  --motion-fast: 190ms;
  --motion-base: 320ms;
  --motion-slow: 540ms;
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-smooth: cubic-bezier(0.19, 1, 0.22, 1);
  --header-height: 90px;
  --info-banner-offset: 66px;
}

/* Dark Premium Aesthetic Overrides */
@media (prefers-color-scheme: dark) {
  :root {
    --blue-950: #edf4ff;
    --blue-850: #d5e5ff;
    --blue-700: #7fc2ff;
    --blue-500: #2f97ff;
    --blue-200: #8bc8ff;
    --white: #f4f8ff;
    --slate-50: #060c16;
    --slate-100: #0c1627;
    --slate-200: #18263e;
    --ink: #edf4ff;
    --ink-soft: #a4b5cc;
    --shadow-soft: 0 20px 40px rgba(2, 6, 14, 0.48);
    --shadow-strong: 0 34px 70px rgba(2, 6, 14, 0.6);
    --surface-card: rgba(9, 17, 31, 0.78);
    --border-soft: rgba(120, 171, 255, 0.25);
    --card-border-strong: rgba(109, 173, 255, 0.48);
    --card-bg-soft: linear-gradient(160deg, rgba(13, 22, 38, 0.93), rgba(8, 14, 27, 0.9));
  }

  body {
    color: var(--ink);
    background:
      radial-gradient(1200px 560px at 8% -12%, rgba(65, 140, 255, 0.32), transparent 66%),
      radial-gradient(980px 500px at 92% -4%, rgba(33, 111, 221, 0.28), transparent 66%),
      radial-gradient(900px 460px at 50% 118%, rgba(26, 77, 147, 0.26), transparent 72%),
      linear-gradient(180deg, #060b14 0%, #0a1120 52%, #060a12 100%);
  }

  body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(20, 45, 79, 0.14) 0%, rgba(5, 9, 16, 0.18) 100%);
    z-index: -1;
  }
}

p {
  color: var(--ink-soft);
}

h1,
h2,
h3 {
  color: var(--ink);
}

.section-kicker,
.kicker,
.gate-kicker {
  color: #87c8ff;
}

.site-header {
  border-bottom-color: rgba(123, 176, 255, 0.2);
  background: rgba(7, 13, 24, 0.8);
  box-shadow: 0 14px 32px rgba(2, 6, 14, 0.5);
}

.brand,
.brand-name {
  color: #eff5ff;
}

.nav-link {
  color: #a9bfd9;
}

.nav-link:hover,
.nav-link.is-active,
.nav-link-button:hover {
  color: #e8f2ff;
  background: rgba(47, 151, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(122, 184, 255, 0.42);
}

.menu-toggle {
  border-color: rgba(122, 184, 255, 0.32);
  background: rgba(10, 18, 31, 0.86);
}

.menu-toggle span {
  background: #cfe2ff;
}

@media (max-width: 980px) {
  .site-nav {
    border-color: rgba(121, 181, 255, 0.3);
    background: rgb(7, 13, 24);
    box-shadow: 0 28px 56px rgba(2, 6, 14, 0.62);
  }
}

.btn-primary {
  border-color: rgba(132, 190, 255, 0.42);
  background: linear-gradient(145deg, #1e75d5 0%, #2f97ff 60%, #54b1ff 100%);
  box-shadow: 0 14px 30px rgba(17, 89, 172, 0.44);
}

.btn-outline {
  border-color: rgba(117, 177, 255, 0.36);
  color: #d7e6ff;
  background: rgba(12, 20, 36, 0.72);
}

.btn-soft,
.btn-process {
  border-color: rgba(117, 177, 255, 0.28);
  color: #d7e7ff;
  background: linear-gradient(180deg, rgba(18, 30, 50, 0.88), rgba(12, 22, 39, 0.88));
}

.vehicle-gate {
  background:
    radial-gradient(1200px 560px at 20% 0%, rgba(52, 131, 255, 0.24), transparent 60%),
    radial-gradient(1000px 520px at 85% 15%, rgba(28, 96, 197, 0.24), transparent 64%),
    rgba(6, 12, 23, 0.95);
}

.gate-panel,
.service-card,
.compare-card,
.gallery-item,
.why-card,
.review-card,
.contact-form-wrap,
.contact-info,
.reviews-compact,
.contact-info-compact,
.addons-panel,
.mobile-trust-card,
.results-link-card,
.about-merged-grid,
.about-us-copy,
.about-us-points article,
.process-modal-block,
.services-note-bar {
  background: var(--card-bg-soft);
  border-color: var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.services,
.results-link,
.gallery,
.why-us,
.contact,
.addons {
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.48), rgba(7, 12, 23, 0.16));
}

.services .container::before {
  background: linear-gradient(180deg, rgba(18, 29, 48, 0.58), rgba(10, 18, 31, 0.6));
  border-color: rgba(108, 166, 248, 0.18);
}

.hero-stats article {
  background: rgba(12, 22, 38, 0.8);
  border-color: rgba(117, 177, 255, 0.26);
  box-shadow: 0 16px 36px rgba(2, 7, 15, 0.45);
}

.hero-subtitle,
.hero-stats span,
.service-description,
.addons-note,
.appointment-note,
.compare-frame figcaption,
.review-card p,
.contact-info li,
.footer-grid p,
.copyright,
.services-carousel-hint,
.mobile-vehicle-line,
.mobile-summary p {
  color: #9eb1cb;
}

.photo-slot {
  border-color: rgba(117, 177, 255, 0.2);
  background:
    linear-gradient(140deg, rgba(12, 22, 38, 0.86) 0%, rgba(9, 16, 30, 0.86) 100%),
    repeating-linear-gradient(
      -45deg,
      rgba(110, 173, 255, 0.06) 0px,
      rgba(110, 173, 255, 0.06) 14px,
      rgba(16, 25, 42, 0.06) 14px,
      rgba(16, 25, 42, 0.06) 28px
    );
  box-shadow: 0 18px 40px rgba(2, 7, 15, 0.46);
}

.photo-slot::after {
  background: linear-gradient(125deg, transparent 26%, rgba(110, 173, 255, 0.16) 52%, transparent 76%);
}

.hero-scroll-transition::after {
  background: linear-gradient(180deg, rgba(6, 12, 24, 0.05) 0%, rgba(4, 8, 14, 0.55) 100%);
}

.services-note-list li,
.mobile-summary,
.mobile-vehicle-step,
.addons-note,
.protection-note {
  background: rgba(14, 24, 41, 0.78);
  border-color: rgba(116, 176, 255, 0.24);
}

.compare-frame,
.about-modal-grid.about-merged-grid {
  background: rgba(8, 15, 28, 0.78);
  border-color: rgba(112, 171, 255, 0.2);
}

.about-modal,
.process-modal {
  background: rgba(3, 7, 13, 0.72);
}

.about-modal-panel,
.process-modal-panel {
  border-color: rgba(115, 175, 255, 0.24);
  background: linear-gradient(180deg, rgba(12, 22, 37, 0.98), rgba(8, 15, 27, 0.98));
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.62);
}

.about-modal-close,
.process-modal-close {
  border-color: rgba(114, 173, 255, 0.3);
  background: rgba(13, 23, 40, 0.9);
  color: #dbe9ff;
}

.process-modal-block h4,
.process-added-diff h4,
.services-note-title,
.compare-title,
.footer-title,
.contact-info h3,
.reviews-compact h3 {
  color: #e6f1ff;
}

label {
  color: #c8d9f1;
}

input,
select,
textarea {
  border-color: rgba(114, 173, 255, 0.34);
  background: rgba(8, 15, 27, 0.88);
  color: #edf4ff;
}

input::placeholder,
textarea::placeholder {
  color: rgba(158, 177, 203, 0.82);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(133, 192, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(37, 117, 214, 0.26);
  background: rgba(9, 17, 31, 0.95);
}

.site-footer {
  border-top-color: rgba(123, 176, 255, 0.2);
  background:
    radial-gradient(900px 300px at 15% -20%, rgba(56, 140, 255, 0.22), transparent 72%),
    radial-gradient(760px 280px at 88% 0%, rgba(84, 174, 255, 0.16), transparent 72%),
    linear-gradient(170deg, #060b14 0%, #040810 100%);
}

.site-footer a {
  color: rgba(210, 229, 255, 0.84);
}

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

/* Premium corrections: process button, important info, logo */
.btn-process {
  color: #deebff;
  border-color: rgba(126, 187, 255, 0.4);
  background: linear-gradient(180deg, rgba(18, 31, 53, 0.92), rgba(12, 23, 41, 0.92));
  box-shadow: inset 0 1px 0 rgba(200, 229, 255, 0.14), 0 8px 18px rgba(1, 6, 14, 0.34);
}

.btn-process:hover {
  color: #f4f9ff;
  border-color: rgba(154, 210, 255, 0.64);
  background: linear-gradient(180deg, rgba(66, 107, 159, 0.72), rgba(38, 69, 110, 0.78));
  box-shadow: inset 0 1px 0 rgba(213, 236, 255, 0.24), 0 14px 26px rgba(3, 13, 29, 0.52);
}

.btn-process:active {
  color: #eaf4ff;
  border-color: rgba(132, 196, 255, 0.52);
  background: linear-gradient(180deg, rgba(46, 82, 129, 0.76), rgba(28, 51, 84, 0.82));
}

.btn-process:focus-visible {
  box-shadow: 0 0 0 3px rgba(82, 159, 255, 0.34), 0 14px 24px rgba(2, 9, 20, 0.44);
}

.process-toggle[aria-expanded="true"] {
  color: #f3f9ff;
  border-color: rgba(157, 213, 255, 0.7);
  background: linear-gradient(180deg, rgba(76, 118, 171, 0.78), rgba(45, 78, 123, 0.82));
  box-shadow: inset 0 1px 0 rgba(220, 240, 255, 0.22), 0 12px 24px rgba(3, 12, 27, 0.46);
}

.services-note-bar {
  border-color: rgba(121, 182, 255, 0.28);
  background: linear-gradient(165deg, rgba(10, 19, 34, 0.96), rgba(8, 15, 28, 0.96));
  box-shadow: 0 24px 46px rgba(1, 5, 12, 0.56);
}

.services-note-title {
  color: #edf5ff;
}

.services-note-list li {
  color: #bed1e9;
  border-color: rgba(120, 181, 255, 0.24);
  background: linear-gradient(180deg, rgba(15, 27, 47, 0.9), rgba(10, 19, 35, 0.92));
  box-shadow: inset 0 1px 0 rgba(195, 226, 255, 0.1), 0 10px 20px rgba(2, 7, 16, 0.32);
}

.services-note-list li::before {
  background: linear-gradient(145deg, #4ea8ff, #84cbff);
  box-shadow: 0 0 0 4px rgba(88, 166, 255, 0.2), 0 0 10px rgba(71, 149, 246, 0.3);
}

.brand-logo,
.footer-logo {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: brightness(1.18) saturate(1.08) drop-shadow(0 2px 5px rgba(16, 73, 133, 0.24));
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.64;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(1120px 460px at 8% -10%, rgba(68, 154, 233, 0.24), transparent 70%),
    radial-gradient(980px 430px at 94% -16%, rgba(17, 88, 156, 0.16), transparent 72%),
    radial-gradient(760px 360px at 50% 118%, rgba(180, 214, 243, 0.22), transparent 75%),
    linear-gradient(180deg, #fcfeff 0%, #f3f8fd 56%, #f8fbff 100%);
}

body.gate-open,
body.modal-open {
  overflow: hidden;
}

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

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

section[id] {
  scroll-margin-top: calc(var(--header-height) + var(--info-banner-offset));
}

.container {
  width: min(1140px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.section {
  padding: 6.35rem 0;
}

.section-kicker,
.kicker {
  font-size: 0.81rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-700);
  font-weight: 700;
  margin-bottom: 0.95rem;
}

h1,
h2,
h3 {
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  color: var(--blue-950);
  line-height: 1.16;
}

h1 {
  font-size: clamp(2.15rem, 3.95vw, 3.6rem);
  margin-bottom: 1.25rem;
}

h2 {
  font-size: clamp(1.95rem, 3.45vw, 2.95rem);
  margin-bottom: 1.05rem;
}

h3 {
  font-size: 1.24rem;
}

p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 0.86rem 1.48rem;
  min-height: 46px;
  font-weight: 620;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transition:
    transform var(--motion-fast) var(--ease-premium),
    box-shadow var(--motion-base) var(--ease-premium),
    background var(--motion-base) var(--ease-premium),
    color var(--motion-base) var(--ease-premium),
    border-color var(--motion-base) var(--ease-premium);
  cursor: pointer;
  transform-origin: center;
  backface-visibility: hidden;
}

.btn:hover {
  transform: translateY(-2px) scale(1.007);
}

.btn:active {
  transform: translateY(0) scale(0.982);
}

.btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(45, 139, 226, 0.3);
}

.btn-primary {
  color: var(--white);
  border: 1px solid rgba(7, 45, 82, 0.15);
  background: linear-gradient(145deg, #0f63ad 0%, #2f8ce3 100%);
  box-shadow: 0 14px 30px rgba(17, 97, 168, 0.3);
}

.btn-primary:hover {
  box-shadow: 0 20px 34px rgba(17, 97, 168, 0.35);
}

.btn-outline {
  border: 1px solid rgba(15, 94, 167, 0.3);
  color: var(--blue-850);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(4px);
}

.btn-outline:hover {
  border-color: rgba(15, 94, 167, 0.52);
  background: rgba(255, 255, 255, 0.96);
}

.btn-soft {
  background: rgba(15, 94, 167, 0.1);
  color: var(--blue-850);
  border: 1px solid rgba(15, 94, 167, 0.16);
}

.btn-soft:hover {
  background: rgba(15, 94, 167, 0.16);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(16, 66, 112, 0.11);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(12px) saturate(155%);
  box-shadow: 0 10px 24px rgba(8, 43, 77, 0.05);
  transition: background var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium);
}

.site-info-banner {
  position: sticky;
  top: var(--header-height);
  z-index: 58;
  width: 100%;
  border-bottom: 1px solid rgba(117, 177, 255, 0.24);
  background: linear-gradient(180deg, rgba(8, 21, 38, 0.98), rgba(8, 31, 56, 0.94));
  box-shadow: 0 10px 24px rgba(2, 9, 19, 0.28);
}

.site-info-banner-inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.52rem 0;
}

.site-info-banner p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #eef6ff;
  text-align: center;
}

.site-info-icon {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #e8f2ff;
  border: 1px solid rgba(160, 213, 255, 0.56);
  background: rgba(61, 152, 245, 0.26);
  flex-shrink: 0;
}

.header-row {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.64rem;
  font-weight: 700;
  color: var(--blue-950);
}

.brand-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.brand-name {
  font-size: 1.14rem;
  letter-spacing: 0.015em;
}

.vehicle-gate {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  background:
    radial-gradient(1200px 520px at 20% 0%, rgba(45, 139, 226, 0.22), transparent 60%),
    radial-gradient(1000px 500px at 85% 15%, rgba(15, 94, 167, 0.16), transparent 64%),
    rgba(246, 251, 255, 0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 380ms ease;
}

.vehicle-gate.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.gate-panel {
  width: min(640px, calc(100% - 1.6rem));
  background: #ffffff;
  border: 1px solid rgba(15, 94, 167, 0.16);
  border-radius: 24px;
  box-shadow: var(--shadow-strong);
  padding: 1.5rem;
  text-align: center;
  transform: translateY(8px) scale(0.98);
  transition: transform 420ms ease;
}

.vehicle-gate.is-visible .gate-panel {
  transform: translateY(0) scale(1);
}

.gate-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue-700);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.gate-subtitle {
  margin-bottom: 1rem;
}

.gate-dismiss-hint {
  margin-top: 0.75rem;
  font-size: 0.78rem;
  color: var(--ink-soft);
  text-align: center;
  opacity: 0.7;
}

.vehicle-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.change-vehicle-btn {
  font-size: 0.92rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.82rem;
}

.site-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.56rem;
}

.nav-link {
  font-weight: 550;
  color: var(--ink-soft);
  padding: 0.34rem 0.48rem;
  line-height: 1;
  border-radius: 999px;
  border-bottom: 0;
  transition: color var(--motion-base) var(--ease-premium), background var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), transform var(--motion-fast) var(--ease-premium);
}

.nav-link-button {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.mobile-only-nav-item {
  display: none;
}

.mobile-trust,
.mobile-reservation-only {
  display: none;
}

.mobile-only-hero {
  display: none;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--blue-850);
  background: rgba(45, 139, 226, 0.12);
  box-shadow: inset 0 0 0 1px rgba(45, 139, 226, 0.2);
  transform: translateY(-1px);
}

.nav-cta {
  min-height: 40px;
  padding: 0.62rem 1.02rem;
  font-size: 0.86rem;
  font-weight: 610;
  box-shadow: 0 10px 20px rgba(17, 97, 168, 0.26);
}

.nav-cta:hover {
  box-shadow: 0 14px 24px rgba(17, 97, 168, 0.3);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(15, 94, 167, 0.27);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(4px);
  border-radius: 13px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  transition: border-color var(--motion-base) var(--ease-premium), background var(--motion-base) var(--ease-premium), transform var(--motion-fast) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium);
}

@media (hover: hover) {
  .menu-toggle:hover {
    border-color: rgba(15, 94, 167, 0.42);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(9, 49, 85, 0.12);
    transform: translateY(-1px);
  }
}

.menu-toggle:active {
  transform: translateY(0) scale(0.98);
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue-850);
  transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  padding-top: 6.35rem;
  padding-bottom: 2.45rem;
  position: relative;
  overflow: hidden;
  --hero-scroll-offset: 0px;
  --hero-scroll-scale: 1.08;
  --hero-scroll-opacity: 1;
  --hero-scroll-progress: 0;
  --hero-scroll-blur: 0px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.7rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-visual {
  position: relative;
  z-index: 1;
  margin-left: 0;
  pointer-events: auto;
}

.hero-subtitle {
  max-width: 56ch;
  margin-bottom: 1.9rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.9rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.hero-stats article {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 94, 167, 0.13);
  border-radius: var(--radius-md);
  padding: 1rem 0.95rem;
  box-shadow: 0 15px 32px rgba(11, 46, 79, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-stats strong {
  display: block;
  font-size: 1.08rem;
  color: var(--blue-850);
}

.hero-stats span {
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

.hero-about-btn {
  margin-top: 0.82rem;
  width: 100%;
  justify-content: center;
  padding: 0.68rem 0.9rem;
  font-size: 0.86rem;
  line-height: 1.2;
}

.hero-visual {
  position: relative;
}

.photo-slot {
  width: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-soft);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(231, 243, 255, 0.92) 44%, rgba(204, 227, 247, 0.9) 100%),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.15) 0px,
      rgba(255, 255, 255, 0.15) 14px,
      rgba(227, 239, 249, 0.15) 14px,
      rgba(227, 239, 249, 0.15) 28px
    );
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(11, 46, 79, 0.1);
  transition: transform var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium);
}

.real-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(128deg, transparent 24%, rgba(255, 255, 255, 0.32) 52%, transparent 76%);
  transform: translateX(0);
  pointer-events: none;
}

.photo-slot span {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px dashed rgba(15, 94, 167, 0.26);
  color: var(--blue-850);
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
}

.photo-slot-hero {
  min-height: 460px;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.photo-slot-hero::after {
  display: none;
}

.photo-slot-hero picture {
  display: block;
  width: 100%;
}

.photo-slot-hero .real-photo {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  -webkit-mask-image: radial-gradient(ellipse 76% 82% at 50% 52%, #000 58%, rgba(0, 0, 0, 0.92) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse 76% 82% at 50% 52%, #000 58%, rgba(0, 0, 0, 0.92) 74%, transparent 100%);
}

@media (min-width: 701px) {
  .photo-slot-hero {
    width: min(38vw, 520px);
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(132, 196, 255, 0.28);
    box-shadow: 0 34px 70px rgba(1, 5, 12, 0.42);
  }

  .photo-slot-hero picture,
  .photo-slot-hero .real-photo {
    height: 100%;
  }

  .photo-slot-hero .real-photo {
    object-fit: cover;
    object-position: 54% 43%;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.hero-scroll-transition {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 0;
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.desktop-hero-media {
  display: block;
}

.mobile-hero-media {
  display: none;
}

.hero-transition-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 44%;
  -webkit-mask-image: radial-gradient(ellipse 84% 88% at 52% 46%, #000 56%, rgba(0, 0, 0, 0.88) 73%, transparent 100%);
  mask-image: radial-gradient(ellipse 84% 88% at 52% 46%, #000 56%, rgba(0, 0, 0, 0.88) 73%, transparent 100%);
  transform: translate3d(0, var(--hero-scroll-offset), 0) scale(var(--hero-scroll-scale));
  transform-origin: center;
  will-change: transform;
  opacity: var(--hero-scroll-opacity);
  filter: blur(var(--hero-scroll-blur));
  transition: transform 120ms linear, opacity 120ms linear, filter 120ms linear;
}

.hero-scroll-transition::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(244, 250, 255, 0.04) 0%, rgba(240, 248, 255, 0.65) 100%);
  opacity: calc(0.08 + (var(--hero-scroll-progress) * 0.66));
  transition: opacity 120ms linear;
  pointer-events: none;
}

.hero-compare {
  --compare-min: 16%;
  --compare-max: 84%;
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  isolation: isolate;
  contain: layout paint;
  cursor: default;
}

.hero-compare-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.hero-compare-clean,
.hero-compare-dirty {
  filter: drop-shadow(0 24px 36px rgba(7, 33, 61, 0.22));
}

.hero-compare-dirty {
  transform: translate3d(0.3%, 4.17%, 0) scale(1);
  transform-origin: center;
}

.hero-compare-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: inset(0 0 0 var(--compare-min));
  animation: heroCompareReveal 6s cubic-bezier(0.4, 0.08, 0.6, 0.92) infinite;
  will-change: clip-path;
}

.hero-compare-divider {
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: var(--compare-min);
  z-index: 3;
  display: block;
  margin: 0;
  padding: 0;
  width: 2px;
  transform: translateX(-50%);
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 0.28) 100%);
  box-shadow: 0 0 10px rgba(130, 188, 236, 0.26);
  pointer-events: none;
  cursor: default;
  animation: heroCompareDivider 6s cubic-bezier(0.4, 0.08, 0.6, 0.92) infinite;
  will-change: left;
}

@media (hover: hover) {
  .hero-compare:hover .hero-compare-overlay,
  .hero-compare:hover .hero-compare-divider {
    animation-play-state: paused;
  }
}

@keyframes heroCompareReveal {
  0% {
    clip-path: inset(0 0 0 var(--compare-min));
  }
  50% {
    clip-path: inset(0 0 0 var(--compare-max));
  }
  100% {
    clip-path: inset(0 0 0 var(--compare-min));
  }
}

@keyframes heroCompareDivider {
  0% {
    left: var(--compare-min);
  }
  50% {
    left: var(--compare-max);
  }
  100% {
    left: var(--compare-min);
  }
}

.about-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  margin: 0;
  padding: clamp(0.8rem, 2vw, 1.2rem);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow-y: auto;
  border: 0;
  background: rgba(7, 29, 52, 0.44);
  backdrop-filter: blur(0);
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity var(--motion-base) var(--ease-premium), backdrop-filter var(--motion-base) var(--ease-premium);
}

.about-modal[hidden] {
  display: none;
}

.about-modal.is-open {
  opacity: 1;
  backdrop-filter: blur(3px);
}

.about-modal.is-closing {
  opacity: 0;
  backdrop-filter: blur(0);
}

.about-modal-panel {
  position: relative;
  width: min(980px, calc(100vw - 2rem));
  max-height: min(86vh, 820px);
  overflow: auto;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(15, 94, 167, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 255, 0.98));
  box-shadow: var(--shadow-strong);
  padding: clamp(1.25rem, 2.4vw, 1.72rem);
  padding-top: clamp(1.85rem, 3.1vw, 2.12rem);
  transform: translateY(16px) scale(0.972);
  opacity: 0;
  transition: transform var(--motion-base) var(--ease-premium), opacity var(--motion-base) var(--ease-premium);
  will-change: transform, opacity;
}

.about-modal.is-open .about-modal-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.about-modal.is-closing .about-modal-panel {
  transform: translateY(14px) scale(0.972);
  opacity: 0;
}

.about-modal-grid.about-merged-grid {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  align-items: flex-start;
}

.about-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 94, 167, 0.18);
  background: rgba(241, 248, 255, 0.94);
  color: var(--blue-850);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(9, 49, 85, 0.18);
  transition: transform var(--motion-fast) var(--ease-premium), background var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium);
}

.about-modal-close:hover {
  transform: translateY(-2px) scale(1.02);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(15, 94, 167, 0.34);
  box-shadow: 0 12px 24px rgba(9, 49, 85, 0.2);
}

.about-modal-close span {
  transform: translateY(-1px);
}

.about-merged-grid {
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-soft);
  background: var(--surface-card);
  box-shadow: var(--shadow-soft);
}

.about-inline-points {
  margin-top: 0.95rem;
}

.about-us {
  padding-top: 2rem;
}

.about-us-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1rem;
}

.about-us-copy {
  padding: 1.4rem;
  border-radius: var(--radius-xl);
  background: var(--surface-card);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.about-us-copy p + p {
  margin-top: 0.85rem;
}

.about-us-points {
  display: grid;
  gap: 0.8rem;
}

.about-us-points article {
  padding: 1.12rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 2rem;
  align-items: center;
}

.about-modal-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.about-modal-grid .about-copy {
  max-width: none;
}

.about-copy p {
  margin-bottom: 1rem;
}

.check-list {
  list-style: none;
  display: grid;
  gap: 0.68rem;
}

.check-list li {
  padding-left: 1.55rem;
  position: relative;
  color: var(--ink);
  font-weight: 500;
}

.check-list li::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--blue-500), var(--blue-700));
  position: absolute;
  left: 0;
  top: 0.42rem;
  box-shadow: 0 0 0 4px rgba(45, 139, 226, 0.13);
}

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

.photo-slot-about {
  min-height: 280px;
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: center;
}

.photo-slot-about .real-photo {
  transition: transform 760ms var(--ease-smooth), filter var(--motion-base) var(--ease-premium);
}

@media (hover: hover) {
  .photo-slot:not(.photo-slot-hero):hover {
    transform: translateY(-3px);
    border-color: rgba(15, 94, 167, 0.24);
    box-shadow: 0 22px 44px rgba(8, 43, 77, 0.14);
  }

  .photo-slot-about:hover .real-photo {
    transform: scale(1.035);
    filter: saturate(1.03);
  }
}

.section-head {
  max-width: 760px;
  margin-bottom: 2.35rem;
}

.services {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.services .container {
  position: relative;
}

.services .container::before {
  display: none;
}

.services .section-head,
.services-grid,
.services-note-bar {
  position: relative;
  z-index: 1;
}

.services .section-head {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
  padding-bottom: 1.2rem;
  text-align: center;
  border-bottom: 1px solid rgba(15, 94, 167, 0.12);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.2rem;
  padding-top: 1.6rem;
  align-items: stretch;
}

.services-carousel-indicator {
  display: none;
}

.service-subtitle {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--blue-700);
  margin-bottom: 0.28rem;
}

.service-card {
  background: var(--card-bg-soft);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  padding: 2.4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: transform var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium), background var(--motion-base) var(--ease-premium);
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: visible;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(45, 139, 226, 0), rgba(45, 139, 226, 0.64), rgba(45, 139, 226, 0));
  opacity: 0.4;
  transform: translateY(-1px);
  transition: opacity var(--motion-base) var(--ease-premium), transform var(--motion-base) var(--ease-premium);
}

.service-card:hover {
  transform: translateY(-6px) scale(1.004);
  box-shadow: var(--shadow-strong);
  border-color: var(--card-border-strong);
}

.service-card:hover::before,
.service-card:focus-within::before {
  opacity: 1;
  transform: translateY(0);
}

.service-card p {
  font-size: 0.93rem;
  line-height: 1.68;
}

.service-description {
  color: var(--ink-soft);
  max-width: 34ch;
}

.service-card h3 {
  font-size: 1.34rem;
  margin-bottom: 0.1rem;
}

.service-card .price {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Sora", sans-serif;
  font-size: 1.78rem;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--blue-850);
}

.price-breakdown {
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  gap: 0.54rem;
}

.price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.price-line span {
  color: var(--ink-soft);
  font-weight: 600;
}

.price-line strong {
  font-family: "Sora", sans-serif;
  font-size: 1.22rem;
  letter-spacing: 0.01em;
  color: var(--blue-850);
}

.service-card .price span {
  font-size: 0.8rem;
  margin-inline: 0.22rem;
  color: var(--ink-soft);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

.service-actions {
  margin-top: 1.2rem;
  padding-top: 0.88rem;
  border-top: 1px solid rgba(15, 94, 167, 0.13);
  display: grid;
  gap: 1.04rem;
}

.service-actions .btn {
  width: 100%;
  min-height: 48px;
  font-size: 0.94rem;
}

.service-actions .btn-process {
  margin-top: 0.08rem;
}

.btn-process {
  border: 1px solid rgba(15, 94, 167, 0.24);
  background: linear-gradient(180deg, #f9fcff 0%, #eef6ff 100%);
  color: var(--blue-850);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.btn-process:hover {
  border-color: rgba(15, 94, 167, 0.4);
  background: linear-gradient(180deg, #f2f8ff 0%, #e5f1ff 100%);
}

.service-card-popular {
  border-color: rgba(15, 94, 167, 0.38);
  background: linear-gradient(176deg, #ffffff 0%, #f1f8ff 100%);
  box-shadow: 0 28px 56px rgba(8, 43, 77, 0.18);
  padding-top: 2.68rem;
}

.service-card-popular::before {
  opacity: 1;
  background: linear-gradient(90deg, rgba(45, 139, 226, 0.08), rgba(45, 139, 226, 0.72), rgba(45, 139, 226, 0.08));
}

.service-card:focus-within {
  border-color: var(--card-border-strong);
  box-shadow: 0 30px 60px rgba(8, 43, 77, 0.2);
  transform: translateY(-4px) scale(1.003);
}

.process-toggle[aria-expanded="true"] {
  border-color: rgba(15, 94, 167, 0.46);
  background: linear-gradient(180deg, #edf6ff 0%, #dfecff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 10px 20px rgba(10, 56, 99, 0.14);
}

.badge {
  position: absolute;
  top: -0.9rem;
  right: 0.95rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1.04;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 0.58rem 1.12rem;
  color: var(--white);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-shadow: none;
  background: linear-gradient(145deg, #0d5ca3 0%, #237dce 54%, #54b0f3 100%);
  box-shadow: 0 12px 24px rgba(8, 54, 98, 0.3);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.services-note-bar {
  margin-top: 3.2rem;
  border: none;
  border-radius: var(--radius-lg);
  background: transparent;
  box-shadow: none;
  padding: 1.5rem 1.45rem;
  display: grid;
  gap: 0.95rem;
  transition: transform var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium);
  position: relative;
  overflow: hidden;
}

.services-note-bar::before {
  display: none;
}

@media (hover: hover) {
  .services-note-bar:hover {
    transform: translateY(-2px);
    border-color: rgba(15, 94, 167, 0.26);
    box-shadow: 0 22px 44px rgba(8, 43, 77, 0.14);
  }
}

.services-note-title {
  color: var(--blue-850);
  font-family: "Sora", sans-serif;
  font-size: 1.06rem;
  margin-bottom: 0.14rem;
}

.services-note-list {
  list-style: none;
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
}

.services-note-list li {
  color: var(--ink);
  font-weight: 500;
  position: relative;
  line-height: 1.62;
  padding: 0.78rem 0.9rem 0.78rem 2.1rem;
  border-radius: 13px;
  border: 1px solid rgba(15, 94, 167, 0.14);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.services-note-list li::before {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue-500), var(--blue-700));
  box-shadow: 0 0 0 4px rgba(45, 139, 226, 0.12);
  position: absolute;
  left: 0.86rem;
  top: 1.12rem;
}

.results-link {
  padding-top: 2.2rem;
}

.results-link .section-head {
  margin-bottom: 1.3rem;
}

.results-link-card {
  border: 1px solid rgba(15, 94, 167, 0.16);
  border-radius: var(--radius-lg);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.97), rgba(236, 247, 255, 0.9));
  box-shadow: var(--shadow-soft);
  padding: 1.4rem 1.28rem;
  display: grid;
  gap: 0.9rem;
}

.results-link-card .btn {
  justify-self: start;
}

.results-page-cta {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.process-modal {
  position: fixed;
  inset: 0;
  z-index: 135;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 0.9rem;
  display: grid;
  place-items: center;
  background: rgba(8, 34, 58, 0.46);
  backdrop-filter: blur(0);
  opacity: 0;
  transition: opacity var(--motion-base) var(--ease-premium), backdrop-filter var(--motion-base) var(--ease-premium);
}

.process-modal[hidden] {
  display: none;
}

.process-modal.is-open {
  opacity: 1;
  backdrop-filter: blur(3px);
}

.process-modal.is-closing {
  opacity: 0;
  backdrop-filter: blur(0);
}

.process-modal-panel {
  position: relative;
  width: min(810px, calc(100vw - 1.4rem));
  max-height: min(88vh, 780px);
  overflow: auto;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(15, 94, 167, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 250, 255, 0.98));
  box-shadow: var(--shadow-strong);
  padding: 2.45rem 1.45rem 1.32rem;
  transform: translateY(16px) scale(0.972);
  opacity: 0;
  transition: transform var(--motion-base) var(--ease-premium), opacity var(--motion-base) var(--ease-premium);
  will-change: transform, opacity;
}

.process-modal.is-open .process-modal-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.process-modal.is-closing .process-modal-panel {
  transform: translateY(14px) scale(0.972);
  opacity: 0;
}

.process-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 94, 167, 0.24);
  background: rgba(242, 248, 255, 0.96);
  color: var(--blue-850);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.48rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(7, 44, 79, 0.14);
  transition: transform var(--motion-fast) var(--ease-premium), border-color var(--motion-base) var(--ease-premium), background var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium);
}

.process-modal-close:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(15, 94, 167, 0.36);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 24px rgba(7, 44, 79, 0.2);
}

.process-modal-content {
  display: grid;
  gap: 1.2rem;
}

.process-modal-kicker {
  margin-bottom: 0.16rem;
}

.process-modal-title {
  font-size: clamp(1.46rem, 2.75vw, 2rem);
  margin-bottom: 0.24rem;
}

.process-added-diff {
  border: 1px solid rgba(15, 94, 167, 0.24);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(238, 247, 255, 0.92), rgba(230, 242, 255, 0.82));
  padding: 0.88rem 0.92rem;
  display: grid;
  gap: 0.58rem;
}

.process-added-diff[hidden] {
  display: none !important;
}

.process-added-diff h4 {
  font-family: "Sora", sans-serif;
  color: var(--blue-850);
  font-size: 0.98rem;
}

.process-added-diff ul {
  list-style: none;
  display: grid;
  gap: 0.44rem;
  margin: 0;
  padding: 0;
}

.process-added-diff li {
  position: relative;
  padding-left: 1.22rem;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.56;
}

.process-added-diff li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0.12rem;
  font-weight: 700;
  color: var(--blue-700);
}

.process-modal-grid {
  display: grid;
  gap: 1.1rem;
}

.process-modal-block {
  border: 1px solid rgba(15, 94, 167, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  padding: 1.08rem 1.06rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: transform var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium);
}

@media (hover: hover) {
  .process-modal-block:hover {
    transform: translateY(-2px);
    border-color: rgba(15, 94, 167, 0.26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 16px 30px rgba(8, 43, 77, 0.11);
  }
}

.process-modal-block h4 {
  color: var(--blue-850);
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.72rem;
}

.process-modal-block ul {
  list-style: none;
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 0;
}

.process-modal-block li {
  position: relative;
  padding-left: 1.22rem;
  color: var(--ink);
  font-size: 0.93rem;
  line-height: 1.64;
}

.process-modal-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue-500), var(--blue-700));
}

@media (min-width: 760px) {
  .process-modal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }
}

.addons {
  padding-top: 1.75rem;
}

.addons-panel {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  background: var(--card-bg-soft);
  box-shadow: var(--shadow-soft);
  padding: 1.52rem;
  transition: transform var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium);
}

@media (hover: hover) {
  .addons-panel:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 94, 167, 0.22);
    box-shadow: 0 24px 46px rgba(8, 43, 77, 0.14);
  }
}

.addons-title {
  color: var(--blue-850);
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.addons-list {
  list-style: none;
  display: grid;
  gap: 0.48rem;
}

.addons-list li {
  color: var(--ink);
  font-weight: 600;
  padding-left: 1.2rem;
  position: relative;
}

.addons-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blue-500), var(--blue-700));
}

.addons-note {
  margin-top: 0.95rem;
  padding: 0.82rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 94, 167, 0.2);
  background: rgba(15, 94, 167, 0.07);
  color: var(--ink);
}

.gallery-marquee {
  position: relative;
  overflow: hidden;
  contain: layout paint;
}

.gallery-marquee::before,
.gallery-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 400px) {
  .gallery-marquee::before,
  .gallery-marquee::after {
    width: 24px;
  }
}

.gallery-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(244, 248, 252, 0.95), rgba(244, 248, 252, 0));
}

.gallery-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(244, 248, 252, 0.95), rgba(244, 248, 252, 0));
}

.gallery-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  width: max-content;
  animation: marqueeScroll 90s linear infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

@media (hover: hover) {
  .gallery-marquee:hover .gallery-track {
    animation-play-state: paused;
  }
}

.gallery-strip {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.1rem;
  padding-right: 1.1rem;
  flex-shrink: 0;
}

.gallery-slide {
  margin: 0;
  width: clamp(220px, 28vw, 340px);
  flex-shrink: 0;
}

.gallery-item {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  overflow: hidden;
  background: var(--surface-card);
  box-shadow: 0 12px 28px rgba(9, 53, 92, 0.13);
  transition: transform var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium);
}

.gallery-item:hover {
  transform: translateY(-5px) scale(1.004);
  box-shadow: 0 18px 34px rgba(9, 53, 92, 0.18);
  border-color: rgba(15, 94, 167, 0.24);
}

.gallery-item:hover .gallery-photo {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.01);
}

.gallery-photo {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  transition: transform 780ms var(--ease-smooth), filter var(--motion-base) var(--ease-premium);
}

.gallery-item figcaption {
  padding: 0.8rem 0.9rem;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.93rem;
}

.gallery-compare-wrap {
  margin-top: 2.6rem;
}

.gallery-compare-wrap h3 {
  margin-bottom: 1.15rem;
}

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

.compare-card {
  background: var(--surface-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 1.15rem;
  transition: transform var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium);
}

@media (hover: hover) {
  .compare-card:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 94, 167, 0.24);
    box-shadow: 0 22px 44px rgba(8, 43, 77, 0.14);
  }
}

.compare-title {
  font-weight: 700;
  color: var(--blue-850);
  margin-bottom: 0.6rem;
}

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

.compare-frame {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  background: #f8fcff;
}

.compare-frame img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 700ms var(--ease-smooth);
}

@media (hover: hover) {
  .compare-frame:hover img {
    transform: scale(1.035);
  }
}

.compare-frame figcaption {
  padding: 0.58rem 0.68rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue-850);
}

.why-us {
  background: linear-gradient(180deg, rgba(237, 245, 252, 0.72), rgba(255, 255, 255, 0));
}

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

.why-card {
  padding: 1.3rem 1.14rem;
  border-radius: var(--radius-lg);
  background: var(--surface-card);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  transition: transform var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), background var(--motion-base) var(--ease-premium);
}

.why-card:hover {
  transform: translateY(-5px) scale(1.003);
  border-color: rgba(15, 94, 167, 0.22);
  box-shadow: var(--shadow-strong);
}

.why-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.55rem;
  color: var(--white);
  font-weight: 700;
  font-size: 0.8rem;
  background: linear-gradient(150deg, var(--blue-700), var(--blue-500));
  box-shadow: 0 10px 20px rgba(15, 94, 167, 0.32);
}

.review-card {
  border-radius: var(--radius-lg);
  padding: 1.32rem;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  box-shadow: var(--shadow-soft);
  transition: transform var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium);
}

@media (hover: hover) {
  .review-card:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 94, 167, 0.2);
    box-shadow: 0 20px 40px rgba(8, 43, 77, 0.14);
  }
}

.review-card .stars {
  color: #f2b424;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem;
}

.review-card h3 {
  margin-top: 0.78rem;
  font-size: 1rem;
  color: var(--blue-850);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.35rem;
}

.contact-side-stack {
  display: grid;
  gap: 1.05rem;
}

.reviews-compact,
.contact-info-compact {
  background: var(--surface-card);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  padding: 1.22rem;
  transition: box-shadow var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium);
}

@media (hover: hover) {
  .reviews-compact:hover,
  .contact-info-compact:hover {
    border-color: rgba(15, 94, 167, 0.2);
    box-shadow: 0 22px 42px rgba(8, 43, 77, 0.14);
  }
}

.reviews-column {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.65rem;
}

.review-form {
  margin-top: 0.86rem;
  padding-top: 0.82rem;
  border-top: 1px solid rgba(15, 94, 167, 0.14);
  display: grid;
  gap: 0.62rem;
}

.review-form-title {
  font-size: 0.9rem;
  font-weight: 650;
  color: var(--blue-850);
}

.review-form-grid {
  display: grid;
  grid-template-columns: 1fr 116px;
  gap: 0.56rem;
}

.review-form textarea {
  min-height: 100px;
}

.review-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.admin-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.62rem;
}

.admin-actions-inline {
  justify-content: flex-end;
}

.admin-actions .btn {
  min-height: 40px;
  font-size: 0.82rem;
  padding: 0.55rem 0.75rem;
}

.admin-toolbar {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0.65rem 0 0.5rem;
}

.admin-toolbar .btn {
  min-height: 40px;
  font-size: 0.82rem;
  padding: 0.52rem 0.75rem;
}

.admin-list-section {
  margin-top: 0.78rem;
  padding-top: 0.68rem;
  border-top: 1px solid rgba(15, 94, 167, 0.14);
}

.admin-list-title {
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  color: var(--blue-850);
  margin-bottom: 0.4rem;
}

.admin-review-meta {
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.admin-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0.16rem 0.48rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 94, 167, 0.24);
  background: rgba(15, 94, 167, 0.08);
  color: var(--blue-850);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-status-approved {
  border-color: rgba(30, 138, 71, 0.28);
  background: rgba(30, 138, 71, 0.12);
  color: #1f7a3f;
}

.admin-status-pending {
  border-color: rgba(206, 140, 0, 0.32);
  background: rgba(206, 140, 0, 0.12);
  color: #8f5e00;
}

.admin-status-rejected {
  border-color: rgba(180, 51, 51, 0.34);
  background: rgba(180, 51, 51, 0.12);
  color: #9d3030;
}

.admin-delete-btn {
  border-color: rgba(185, 58, 58, 0.38);
  color: #a03232;
  background: rgba(185, 58, 58, 0.08);
}

.admin-delete-btn:hover {
  border-color: rgba(185, 58, 58, 0.56);
  background: rgba(185, 58, 58, 0.16);
  color: #8f2424;
}

.admin-empty {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.reviews-compact h3 {
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}

.review-card-compact {
  padding: 0.9rem;
}

.review-card-compact h4 {
  margin-top: 0.55rem;
  font-size: 0.95rem;
  color: var(--blue-850);
}

.contact-info-compact {
  padding: 1rem;
}

.contact-info-compact ul {
  gap: 0.52rem;
}

.contact-form-wrap,
.contact-info {
  background: var(--surface-card);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  padding: 1.5rem;
  transition: box-shadow var(--motion-base) var(--ease-premium), border-color var(--motion-base) var(--ease-premium);
}

@media (hover: hover) {
  .contact-form-wrap:hover,
  .contact-info:hover {
    border-color: rgba(15, 94, 167, 0.2);
    box-shadow: 0 24px 46px rgba(8, 43, 77, 0.14);
  }
}

.contact-form {
  display: grid;
  gap: 0.72rem;
  margin-top: 1.08rem;
}

.appointment-note {
  margin-top: 0.15rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
  color: var(--blue-850);
}

.protection-note {
  font-size: 0.84rem;
  color: var(--ink-soft);
  background: rgba(15, 94, 167, 0.06);
  border: 1px solid rgba(15, 94, 167, 0.16);
  border-radius: 10px;
  padding: 0.6rem 0.7rem;
  margin-bottom: 0.25rem;
}

.estimate-line {
  margin-top: 0.2rem;
  margin-bottom: 0.35rem;
  color: var(--blue-850);
  font-size: 1rem;
}

label {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(15, 94, 167, 0.2);
  border-radius: 14px;
  padding: 0.82rem 0.92rem;
  background: #fbfdff;
  color: var(--ink);
  font: inherit;
  transition: border-color var(--motion-base) var(--ease-premium), box-shadow var(--motion-base) var(--ease-premium), background var(--motion-base) var(--ease-premium), transform var(--motion-fast) var(--ease-premium);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(15, 94, 167, 0.62);
  box-shadow: 0 0 0 4px rgba(45, 139, 226, 0.17);
  background: #ffffff;
}

textarea {
  resize: vertical;
}

.form-feedback {
  min-height: 1.35rem;
  color: var(--blue-850);
  font-size: 0.9rem;
  font-weight: 500;
}

.contact-info h3 {
  margin-bottom: 0.55rem;
}

.contact-info ul {
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.contact-info li {
  color: var(--ink-soft);
}

.site-footer {
  margin-top: 2.1rem;
  padding: 3.15rem 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(900px 280px at 15% -20%, rgba(63, 151, 229, 0.18), transparent 72%),
    radial-gradient(760px 260px at 88% 0%, rgba(128, 189, 240, 0.14), transparent 72%),
    linear-gradient(165deg, #0c3f72 0%, #072c54 100%);
  color: rgba(255, 255, 255, 0.92);
}

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

.footer-brand {
  font-family: "Sora", sans-serif;
  font-size: 1.22rem;
  color: #fff;
  margin-bottom: 0.45rem;
}

.footer-logo {
  margin-top: 0.8rem;
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 0.45rem;
  color: #fff;
}

.site-footer ul {
  list-style: none;
  display: grid;
  gap: 0.42rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
  transition: color var(--transition), transform var(--transition);
}

.site-footer a:hover {
  color: #ffffff;
  transform: translateX(1px);
}

.site-footer p,
.site-footer li {
  color: rgba(255, 255, 255, 0.82);
}

.footer-legal-actions {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.site-footer .footer-legal-actions .btn {
  color: var(--blue-850);
  transition:
    transform var(--motion-fast) var(--ease-premium),
    box-shadow var(--motion-base) var(--ease-premium),
    background var(--motion-base) var(--ease-premium),
    color var(--motion-base) var(--ease-premium),
    border-color var(--motion-base) var(--ease-premium);
}

.site-footer .footer-legal-actions .btn:hover {
  color: var(--blue-850);
  transform: translateY(-2px) scale(1.007);
}

.site-footer .footer-legal-actions .btn:active {
  transform: translateY(0) scale(0.982);
}

.copyright {
  text-align: center;
  margin-top: 1.7rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  filter: blur(2px);
  transition: opacity var(--motion-slow) var(--ease-premium), transform var(--motion-slow) var(--ease-premium), filter var(--motion-slow) var(--ease-premium);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes marqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

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

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 1.25rem;
    width: min(320px, calc(100vw - 2.5rem));
    border-radius: 18px;
    border: 1px solid rgba(15, 94, 167, 0.2);
    background: #ffffff;
    box-shadow: var(--shadow-strong);
    padding: 1rem;
    display: grid;
    gap: 0.98rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity var(--transition), transform var(--transition);
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  .nav-cta {
    width: 100%;
    min-height: 44px;
    padding: 0.72rem 1rem;
    font-size: 0.9rem;
    justify-content: center;
  }

  .hero-grid,
  .about-grid,
  .about-us-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 5.25rem;
    padding-bottom: 2.2rem;
  }

  .about-modal-panel {
    width: min(920px, calc(100vw - 1.4rem));
    max-height: 88vh;
  }

  .services {
    padding-top: 2.35rem;
  }

  .services .container::before {
    inset: -0.7rem -0.5rem -0.9rem;
  }

  .services .section-head {
    margin-bottom: 2.2rem;
  }

  .header-row {
    min-height: 84px;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .photo-slot-hero {
    min-height: 360px;
  }

  .hero-compare {
    --compare-min: 14%;
    --compare-max: 86%;
  }

  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .services-note-bar {
    margin-top: 2.5rem;
  }

  .process-modal-panel {
    width: min(760px, calc(100vw - 1.2rem));
    max-height: 88vh;
  }

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

  .compare-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-choice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .section {
    padding: 4.6rem 0;
  }

  .container {
    width: min(1140px, calc(100% - 1.4rem));
  }

  .hero-stats,
  .about-photos,
  .services-grid,
  .why-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 1.42rem 1.14rem;
    gap: 0.96rem;
  }

  .service-card h3 {
    font-size: 1.28rem;
  }

  .service-card .price {
    padding: 0;
  }

  .price-breakdown {
    padding: 0;
  }

  .service-card-popular {
    padding-top: 2.4rem;
  }

  .badge {
    top: 0.78rem;
    right: 0.82rem;
    font-size: 0.64rem;
    padding: 0.38rem 0.68rem;
  }

  .service-actions {
    margin-top: 1rem;
    padding-top: 0.74rem;
    gap: 0.9rem;
  }

  .services-note-bar {
    margin-top: 2.1rem;
    padding: 1.2rem 1.04rem;
  }

  .services .container::before {
    inset: -0.55rem -0.32rem -0.72rem;
  }

  .services .section-head {
    margin-bottom: 1.95rem;
    padding-bottom: 0.52rem;
  }

  .services-note-list li {
    padding: 0.72rem 0.82rem 0.72rem 1.88rem;
  }

  .services-note-list li::before {
    left: 0.72rem;
    top: 1rem;
  }

  .gallery-photo {
    height: 220px;
  }

  .gallery-slide {
    width: min(82vw, 300px);
  }

  .compare-pair {
    grid-template-columns: 1fr;
  }

  .compare-frame img {
    height: 200px;
  }

  .photo-slot-hero {
    min-height: 305px;
  }

  .hero-compare-divider {
    top: 10%;
    bottom: 10%;
    width: 2px;
  }

  .about-modal {
    padding: 0.55rem;
  }

  .about-modal-panel {
    width: min(920px, calc(100vw - 0.9rem));
    padding: 1rem;
    padding-top: 1.55rem;
  }

  .process-modal {
    padding: 0.55rem;
  }

  .process-modal-panel {
    width: min(720px, calc(100vw - 0.9rem));
    padding: 2.05rem 1.04rem 1.04rem;
    border-radius: 18px;
  }

  .process-modal-close {
    width: 2.2rem;
    height: 2.2rem;
    top: 0.58rem;
    right: 0.58rem;
  }

  .process-modal-title {
    font-size: 1.35rem;
  }

  .process-modal-block {
    padding: 0.86rem 0.84rem;
  }

  .services {
    padding-top: 2.05rem;
  }

  .site-footer {
    padding-top: 2.45rem;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-name {
    font-size: 1rem;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 78px;
    --info-banner-offset: 70px;
  }

  .container {
    width: min(1140px, calc(100% - 1.5rem));
  }

  .header-row {
    min-height: 78px;
    gap: 0.72rem;
  }

  .brand {
    gap: 0.54rem;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .site-nav {
    top: calc(100% + 0.45rem);
    right: 0.55rem;
    width: min(360px, calc(100vw - 1.1rem));
    max-height: min(78svh, 560px);
    overflow-y: auto;
    border-radius: 16px;
    padding: 0.82rem;
    gap: 0.74rem;
  }

  .site-nav ul {
    width: 100%;
    gap: 0.36rem;
  }

  .mobile-only-nav-item {
    display: block;
  }

  .site-nav li {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.68rem 0.82rem;
    border-radius: 12px;
    font-size: 0.93rem;
    line-height: 1.22;
    min-height: 44px;
  }

  .nav-cta {
    width: 100%;
    min-height: 42px;
    padding: 0.68rem 0.94rem;
    font-size: 0.88rem;
    justify-content: center;
  }

  .site-info-banner-inner {
    min-height: 56px;
    padding: 0.56rem 0;
  }

  .site-info-banner p {
    font-size: 0.86rem;
  }

  .hero-services-cta {
    display: none;
  }

  .change-vehicle-btn {
    display: none;
  }

  .section {
    padding: 5.1rem 0;
  }

  .hero {
    padding-top: 4.85rem;
    padding-bottom: 2rem;
  }

  .hero-grid {
    gap: 1.55rem;
  }

  .hero-visual {
    margin-left: -4%;
  }

  .hero-scroll-transition {
    width: 108%;
  }

  .hero-actions {
    gap: 0.66rem;
    margin-bottom: 1.35rem;
  }

  .services .container::before {
    inset: -0.6rem -0.38rem -0.76rem;
  }

  .services .section-head {
    margin-bottom: 2rem;
  }

  .contact-grid {
    gap: 1rem;
  }
}

@media (min-width: 701px) {
  .desktop-hero-media {
    display: block;
  }

  .mobile-hero-media {
    display: none;
  }

  .hero-scroll-transition.hero-compare::after {
    display: none;
  }

  .mobile-reservation-only {
    display: block;
  }

  .mobile-message-field {
    display: none;
  }

  .contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row dense;
    align-items: start;
    column-gap: 0.92rem;
    row-gap: 0.7rem;
  }

  .contact-form > * {
    order: 0;
  }

  .mobile-form-step-title {
    grid-column: 1 / -1;
    margin-top: 0.42rem;
    margin-bottom: 0.08rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--blue-700);
  }

  .mobile-vehicle-step {
    grid-column: 1 / -1;
    border: 1px solid rgba(15, 94, 167, 0.16);
    border-radius: 14px;
    background: rgba(247, 252, 255, 0.9);
    padding: 0.8rem;
    display: grid;
    gap: 0.62rem;
  }

  .mobile-vehicle-line {
    font-size: 0.9rem;
    color: var(--ink);
  }

  .mobile-vehicle-change {
    width: 100%;
    min-height: 44px;
    font-size: 0.86rem;
  }

  [data-mobile-step="a"] { order: 10; }
  .mobile-vehicle-step { order: 11; }

  [data-mobile-step="b"] { order: 20; }
  .contact-form label[for="service"] { order: 21; grid-column: 1 / -1; }
  #service { order: 22; grid-column: 1 / -1; }

  [data-mobile-step="c"] { order: 30; }
  .contact-form label[for="protection"] { order: 31; grid-column: 1 / -1; }
  #protection { order: 32; grid-column: 1 / -1; }
  .protection-note { order: 33; grid-column: 1 / -1; }

  [data-mobile-step="d"] { order: 40; }
  .contact-form label[for="lieu"] { order: 41; grid-column: 1 / -1; }
  #lieu { order: 42; grid-column: 1 / -1; }

  [data-mobile-step="e"] { order: 50; }
  .contact-form label[for="nom"] { order: 51; grid-column: 1 / 2; }
  #nom { order: 52; grid-column: 1 / 2; }
  .contact-form label[for="telephone"] { order: 53; grid-column: 2 / 3; }
  #telephone { order: 54; grid-column: 2 / 3; }
  .contact-form label[for="courriel"] { order: 55; grid-column: 1 / -1; }
  #courriel { order: 56; grid-column: 1 / -1; }

  [data-mobile-step="f"] { order: 70; }
  #mobile-summary { order: 71; grid-column: 1 / -1; }
  .estimate-line { order: 72; grid-column: 1 / -1; }

  #reservation-submit-btn { order: 90; grid-column: 1 / -1; min-height: 50px; }
  #form-feedback { order: 91; grid-column: 1 / -1; }

  .mobile-summary {
    position: sticky;
    top: 0.5rem;
    z-index: 10;
    border: 1px solid rgba(15, 94, 167, 0.16);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 250, 255, 0.92));
    padding: 0.8rem;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.42rem 0.7rem;
  }

  .mobile-summary p {
    display: contents;
  }

  .mobile-summary span {
    font-size: 0.86rem;
    color: var(--ink-soft);
    align-self: center;
  }

  .mobile-summary strong {
    color: var(--blue-850);
    font-size: 0.87rem;
    text-align: right;
    align-self: center;
  }
}

@media (max-width: 700px) {
  :root {
    --header-height: 72px;
    --info-banner-offset: 88px;
  }

  .container {
    width: min(1140px, calc(100% - 2rem));
  }

  section[id] {
    scroll-margin-top: calc(var(--header-height) + var(--info-banner-offset));
  }

  .desktop-hero-media {
    display: none;
  }

  .mobile-hero-media {
    display: block;
  }

  .section {
    padding: 4.35rem 0;
  }

  .addons,
  .why-us,
  .services-note-bar {
    display: none;
  }

  .mobile-trust {
    display: block;
    padding-top: 1.15rem;
    padding-bottom: 1.9rem;
  }

  .mobile-trust-card {
    border: 1px solid rgba(15, 94, 167, 0.16);
    border-radius: 18px;
    background: linear-gradient(175deg, rgba(255, 255, 255, 0.97), rgba(238, 247, 255, 0.94));
    box-shadow: var(--shadow-soft);
    padding: 1rem 0.9rem;
    display: grid;
    gap: 0.72rem;
  }

  .mobile-trust-list {
    list-style: none;
    display: grid;
    gap: 0.48rem;
    margin: 0;
    padding: 0;
  }

  .mobile-trust-list li {
    position: relative;
    padding-left: 1.2rem;
    color: var(--ink);
    line-height: 1.48;
    font-size: 0.89rem;
  }

  .mobile-trust-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: linear-gradient(150deg, var(--blue-500), var(--blue-700));
  }

  .mobile-trust-more {
    width: 100%;
    min-height: 44px;
    font-size: 0.86rem;
  }

  .results-link {
    padding-top: 1.45rem;
  }

  .results-link-card {
    padding: 1rem 0.9rem;
    gap: 0.72rem;
  }

  .results-link-card .btn {
    width: 100%;
    justify-content: center;
  }

  .section-kicker,
  .kicker {
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    margin-bottom: 0.72rem;
  }

  h1 {
    font-size: clamp(1.88rem, 8.4vw, 2.36rem);
    line-height: 1.14;
    margin-bottom: 0.92rem;
  }

  h2 {
    font-size: clamp(1.54rem, 7.2vw, 2.02rem);
    line-height: 1.18;
    margin-bottom: 0.78rem;
  }

  h3 {
    font-size: 1.12rem;
  }

  p {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .header-row {
    min-height: 72px;
    gap: 0.58rem;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand-name {
    font-size: 0.94rem;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .site-nav {
    top: calc(100% + 0.35rem);
    right: 0.35rem;
    width: calc(100vw - 0.7rem);
    max-height: min(80vh, 540px);
    border-radius: 14px;
    padding: 0.68rem;
    gap: 0.62rem;
  }

  .site-nav ul {
    gap: 0.26rem;
  }

  .nav-link {
    font-size: 0.9rem;
    padding: 0.64rem 0.74rem;
    min-height: 44px;
  }

  .nav-cta {
    min-height: 44px;
    font-size: 0.84rem;
    padding: 0.62rem 0.86rem;
  }

  .site-info-banner-inner {
    align-items: center;
    gap: 0.42rem;
    min-height: 64px;
    padding: 0.6rem 0 0.56rem;
  }

  .site-info-banner p {
    font-size: 0.8rem;
    line-height: 1.42;
    text-align: center;
  }

  .site-info-icon {
    margin-top: 0;
    width: 1rem;
    height: 1rem;
    font-size: 0.7rem;
  }

  .hero {
    padding-top: 4.15rem;
    padding-bottom: 1.9rem;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 1.02rem;
  }

  .hero-visual {
    order: -1;
    margin-left: 0;
    margin-bottom: 0.34rem;
  }

  .hero-scroll-transition {
    position: relative;
    top: auto;
    width: 100%;
    z-index: 0;
  }

  .hero-copy {
    order: 1;
    margin-top: -0.48rem;
    padding-top: 0.74rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(243, 249, 255, 0) 0%, rgba(243, 249, 255, 0.9) 20%, rgba(243, 249, 255, 0.98) 100%);
  }

  .hero-subtitle {
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    gap: 0.56rem;
    margin-bottom: 1.12rem;
  }

  .hero-services-cta {
    display: none;
  }

  .hero-about-btn {
    display: flex;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .hero-stats {
    gap: 0.62rem;
  }

  .hero-stats article {
    padding: 0.82rem 0.76rem;
    border-radius: 14px;
  }

  .hero-stats strong {
    font-size: 1.02rem;
  }

  .hero-stats span {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .hero-about-btn {
    margin-top: 0.54rem;
    min-height: 44px;
    font-size: 0.79rem;
  }

  .photo-slot-hero {
    min-height: 318px;
  }

  .hero-compare-divider {
    top: 12%;
    bottom: 12%;
  }

  .services {
    padding-top: 1.85rem;
  }

  .services .container::before {
    inset: -0.45rem -0.22rem -0.54rem;
  }

  .services .section-head {
    margin-bottom: 1.6rem;
    padding-bottom: 0.42rem;
  }

  .services-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(90%, 90%);
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0.08rem;
    gap: 0.86rem;
    padding: 1.08rem 0.08rem 0.18rem;
    margin-top: 0.04rem;
    scrollbar-width: none;
  }

  .services-grid::-webkit-scrollbar {
    display: none;
  }

  .services-grid .service-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .services-carousel-indicator {
    display: grid;
    justify-items: center;
    gap: 0.34rem;
    margin-top: 0.28rem;
    margin-bottom: 0.5rem;
  }

  .services-carousel-hint {
    font-size: 0.78rem;
    line-height: 1.35;
    color: var(--ink-soft);
  }

  .services-carousel-dots {
    display: inline-flex;
    align-items: center;
    gap: 0.34rem;
  }

  .services-carousel-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: rgba(15, 94, 167, 0.24);
    transition: width var(--motion-fast) var(--ease-premium), background var(--motion-base) var(--ease-premium), opacity var(--motion-base) var(--ease-premium);
    opacity: 0.92;
  }

  .services-carousel-dot.is-active {
    width: 1.04rem;
    background: linear-gradient(140deg, var(--blue-700), var(--blue-500));
  }

  .services-carousel-count {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--blue-850);
  }

  .service-card {
    padding: 1.24rem 1rem;
    gap: 0.86rem;
  }

  .service-card h3 {
    font-size: 1.2rem;
  }

  .service-subtitle {
    font-size: 0.82rem;
    margin-bottom: 0.2rem;
  }

  .service-description {
    max-width: none;
    font-size: 0.9rem;
  }

  .service-card .price {
    font-size: 1.58rem;
  }

  .price-line strong {
    font-size: 1.08rem;
  }

  .service-card-popular {
    padding-top: 2.55rem;
  }

  .badge {
    top: -0.7rem;
    right: 0.68rem;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    padding: 0.42rem 0.88rem;
  }

  .service-actions {
    margin-top: 0.88rem;
    padding-top: 0.66rem;
    gap: 0.72rem;
  }

  .service-actions .btn {
    min-height: 46px;
    font-size: 0.91rem;
  }

  .services-note-bar {
    margin-top: 1.62rem;
    padding: 1rem 0.9rem;
    gap: 0.74rem;
  }

  .services-note-title {
    font-size: 0.97rem;
  }

  .services-note-list {
    gap: 0.62rem;
  }

  .services-note-list li {
    padding: 0.62rem 0.66rem 0.62rem 1.58rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .services-note-list li::before {
    left: 0.62rem;
    top: 0.9rem;
  }

  .addons {
    padding-top: 1.2rem;
  }

  .addons-panel {
    padding: 1.08rem 0.94rem;
  }

  .addons-list {
    gap: 0.36rem;
  }

  .addons-list li {
    padding-left: 1rem;
    font-size: 0.93rem;
  }

  .addons-note {
    margin-top: 0.7rem;
    padding: 0.66rem 0.7rem;
    font-size: 0.8rem;
    line-height: 1.46;
  }

  .gallery-marquee::before,
  .gallery-marquee::after {
    width: 34px;
  }

  .gallery-track {
    animation-duration: 170s;
  }

  .gallery-strip {
    gap: 0.72rem;
    padding-right: 0.72rem;
  }

  .gallery-slide {
    width: min(84vw, 286px);
  }

  .gallery-photo {
    height: 200px;
  }

  .gallery-item figcaption {
    padding: 0.64rem 0.7rem;
    font-size: 0.84rem;
  }

  .gallery-compare-wrap {
    margin-top: 1.55rem;
  }

  .gallery-compare-wrap h3 {
    margin-bottom: 0.72rem;
    font-size: 1.14rem;
  }

  .compare-grid {
    gap: 0.78rem;
  }

  .compare-card {
    padding: 0.82rem 0.74rem;
  }

  .compare-title {
    margin-bottom: 0.46rem;
    font-size: 0.9rem;
  }

  .compare-pair {
    gap: 0.5rem;
  }

  .compare-frame img {
    height: 182px;
  }

  .compare-frame figcaption {
    padding: 0.42rem 0.5rem;
    font-size: 0.76rem;
  }

  .why-grid {
    gap: 0.85rem;
  }

  .why-card {
    padding: 0.94rem 0.86rem;
  }

  .why-icon {
    width: 32px;
    height: 32px;
    font-size: 0.74rem;
    margin-bottom: 0.42rem;
  }

  .why-card p {
    font-size: 0.92rem;
    line-height: 1.52;
  }

  .about-modal {
    padding: 0.38rem;
  }

  .about-modal-panel {
    width: calc(100vw - 0.6rem);
    max-height: 90svh;
    padding: 0.9rem 0.78rem 0.8rem;
    padding-top: 1.4rem;
  }

  .about-grid.about-modal-grid {
    gap: 0.88rem;
  }

  .about-copy p {
    margin-bottom: 0.74rem;
    font-size: 0.92rem;
    line-height: 1.56;
  }

  .about-inline-points {
    margin-top: 0.72rem;
  }

  .about-us-points article {
    padding: 0.82rem 0.74rem;
  }

  .about-us-points h3 {
    font-size: 1rem;
    margin-bottom: 0.26rem;
  }

  .about-photos {
    grid-template-columns: 1fr;
    gap: 0.68rem;
  }

  .photo-slot-about {
    min-height: 220px;
  }

  .process-modal {
    padding: 0.38rem;
  }

  .process-modal-panel {
    width: calc(100vw - 0.62rem);
    max-height: 90svh;
    padding: 1.7rem 0.82rem 0.82rem;
    border-radius: 16px;
  }

  .process-modal-close {
    width: 2.75rem;
    height: 2.75rem;
    top: 0.46rem;
    right: 0.46rem;
    font-size: 1.3rem;
  }

  .process-modal-content {
    gap: 0.84rem;
  }

  .process-modal-title {
    font-size: 1.24rem;
    line-height: 1.18;
  }

  .process-added-diff {
    padding: 0.72rem 0.68rem;
    border-radius: 12px;
    gap: 0.46rem;
  }

  .process-added-diff h4 {
    font-size: 0.9rem;
  }

  .process-added-diff li {
    font-size: 0.84rem;
    line-height: 1.45;
    padding-left: 1.02rem;
  }

  .process-modal-grid {
    gap: 0.72rem;
  }

  .process-modal-block {
    padding: 0.74rem 0.7rem;
    border-radius: 13px;
  }

  .process-modal-block h4 {
    font-size: 0.94rem;
    margin-bottom: 0.44rem;
  }

  .process-modal-block li {
    font-size: 0.87rem;
    line-height: 1.48;
    padding-left: 1.04rem;
  }

  .process-modal-block li::before {
    top: 0.5rem;
    width: 0.36rem;
    height: 0.36rem;
  }

  .contact-grid {
    gap: 0.88rem;
  }

  .contact-side-stack {
    display: contents;
  }

  .reviews-compact {
    order: 2;
  }

  .contact-form-wrap {
    order: 1;
  }

  .contact-info-compact {
    order: 3;
  }

  .mobile-reservation-only {
    display: block;
  }

  .contact-form > * {
    order: 0;
  }

  .mobile-form-step-title {
    margin-top: 0.28rem;
    margin-bottom: 0.05rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--blue-700);
  }

  .mobile-vehicle-step {
    border: 1px solid rgba(15, 94, 167, 0.16);
    border-radius: 14px;
    background: rgba(247, 252, 255, 0.9);
    padding: 0.7rem;
    display: grid;
    gap: 0.52rem;
  }

  .mobile-vehicle-line {
    font-size: 0.87rem;
    color: var(--ink);
  }

  .mobile-vehicle-change {
    width: 100%;
    min-height: 44px;
    font-size: 0.83rem;
  }

  [data-mobile-step="a"] { order: 10; }
  .mobile-vehicle-step { order: 11; }

  [data-mobile-step="b"] { order: 20; }
  .contact-form label[for="service"] { order: 21; }
  #service { order: 22; }

  [data-mobile-step="c"] { order: 30; }
  .contact-form label[for="protection"] { order: 31; }
  #protection { order: 32; }
  .protection-note { order: 33; }

  [data-mobile-step="d"] { order: 40; }
  .contact-form label[for="lieu"] { order: 41; }
  #lieu { order: 42; }

  [data-mobile-step="e"] { order: 50; }
  .contact-form label[for="nom"] { order: 51; }
  #nom { order: 52; }
  .contact-form label[for="telephone"] { order: 53; }
  #telephone { order: 54; }
  .contact-form label[for="courriel"] { order: 55; }
  #courriel { order: 56; }

  [data-mobile-step="f"] { order: 70; }
  #mobile-summary { order: 71; }
  .estimate-line { order: 72; }

  .mobile-message-field {
    display: block;
    order: 85;
  }

  #reservation-submit-btn { order: 90; }
  #form-feedback { order: 91; }

  .mobile-summary {
    border: 1px solid rgba(15, 94, 167, 0.16);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 250, 255, 0.92));
    padding: 0.7rem;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.38rem 0.6rem;
  }

  .mobile-summary p {
    display: contents;
  }

  .mobile-summary span {
    font-size: 0.84rem;
    color: var(--ink-soft);
    align-self: center;
  }

  .mobile-summary strong {
    color: var(--blue-850);
    font-size: 0.85rem;
    text-align: right;
    align-self: center;
  }

  .contact-form-wrap,
  .reviews-compact,
  .contact-info-compact,
  .contact-info {
    padding: 0.98rem 0.86rem;
    border-radius: 18px;
  }

  .contact-form {
    margin-top: 0.82rem;
    gap: 0.58rem;
  }

  label {
    font-size: 0.86rem;
  }

  input,
  select,
  textarea {
    min-height: 46px;
    border-radius: 12px;
    padding: 0.74rem 0.78rem;
    font-size: 1rem; /* 16px min — évite le zoom automatique iOS Safari */
  }

  /* Grossit les options natives affichées par le téléphone */
  .contact-form select,
  .contact-form select option,
  .contact-form select optgroup {
    font-size: 1.14rem;
  }

  .contact-form select {
    min-height: 58px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    padding-right: 2.2rem;
    line-height: 1.32;
    font-weight: 600;
    max-width: 100%;
  }

  .contact-form select option {
    line-height: 1.32;
  }

  @supports (-webkit-touch-callout: none) {
    .contact-form select {
      font-size: 1.125rem; /* 18px pour iOS */
    }
  }

  textarea {
    min-height: 118px;
  }

  .protection-note {
    font-size: 0.8rem;
    padding: 0.56rem 0.6rem;
  }

  .estimate-line {
    font-size: 0.93rem;
    margin-top: 0.08rem;
    margin-bottom: 0.2rem;
  }

  .contact-form .btn {
    width: 100%;
    min-height: 48px;
  }

  .reviews-column {
    gap: 0.62rem;
    margin-top: 0.55rem;
  }

  .review-form {
    margin-top: 0.62rem;
    padding-top: 0.64rem;
    gap: 0.5rem;
  }

  .review-form-title {
    font-size: 0.84rem;
  }

  .review-form-grid {
    grid-template-columns: 1fr;
    gap: 0.46rem;
  }

  .review-form textarea {
    min-height: 94px;
  }

  .admin-actions {
    gap: 0.42rem;
  }

  .admin-actions .btn {
    width: 100%;
  }

  .admin-toolbar {
    gap: 0.42rem;
  }

  .admin-toolbar .btn {
    width: 100%;
  }

  .admin-list-section {
    margin-top: 0.62rem;
    padding-top: 0.54rem;
  }

  .admin-list-title {
    font-size: 0.86rem;
    margin-bottom: 0.3rem;
  }

  .admin-review-meta {
    font-size: 0.76rem;
  }

  .review-card,
  .review-card-compact {
    padding: 0.8rem 0.74rem;
  }

  .review-card .stars {
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
  }

  .review-card h3,
  .review-card-compact h4 {
    margin-top: 0.44rem;
    font-size: 0.9rem;
  }

  .contact-info ul {
    gap: 0.5rem;
  }

  .site-footer {
    margin-top: 1.3rem;
    padding: 2rem 0 1.05rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-brand {
    font-size: 1.08rem;
  }

  .footer-logo {
    width: 52px;
    height: 52px;
    margin-top: 0.5rem;
  }

  .site-footer ul {
    gap: 0.3rem;
  }

  .footer-legal-actions {
    margin-top: 0.92rem;
    gap: 0.54rem;
  }

  .footer-legal-actions .btn {
    width: 100%;
  }

  .copyright {
    margin-top: 1.1rem;
    padding-top: 0.82rem;
    font-size: 0.82rem;
  }

  .reveal {
    transform: translateY(8px);
    filter: none;
    transition: opacity 360ms var(--ease-premium), transform 360ms var(--ease-premium);
  }

  .gallery-photo,
  .photo-slot-about .real-photo {
    transition-duration: 520ms;
  }
}

/* ================================
   Final Dark Premium Art Direction
   ================================ */

@media (prefers-color-scheme: dark) {

:root {
  --blue-950: #f4f8ff;
  --blue-850: #dbe8ff;
  --blue-700: #88c8ff;
  --blue-500: #3098ff;
  --blue-200: #9ed4ff;
  --white: #f5f9ff;
  --slate-50: #040812;
  --slate-100: #081120;
  --slate-200: #111e34;
  --ink: #ebf3ff;
  --ink-soft: #9dafc7;
  --surface-card: rgba(10, 18, 33, 0.82);
  --card-bg-soft: linear-gradient(162deg, rgba(13, 23, 40, 0.92), rgba(8, 15, 28, 0.9));
  --border-soft: rgba(121, 178, 255, 0.24);
  --card-border-strong: rgba(122, 187, 255, 0.5);
  --shadow-soft: 0 22px 44px rgba(1, 5, 12, 0.5);
  --shadow-strong: 0 36px 72px rgba(1, 5, 12, 0.62);
}

body {
  color: var(--ink);
  background:
    radial-gradient(1200px 620px at 9% -12%, rgba(55, 141, 255, 0.36), transparent 64%),
    radial-gradient(980px 560px at 92% -10%, rgba(34, 113, 224, 0.3), transparent 66%),
    radial-gradient(900px 480px at 50% 115%, rgba(23, 77, 153, 0.32), transparent 72%),
    linear-gradient(180deg, #040812 0%, #070f1d 48%, #04070f 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(18, 37, 64, 0.16), rgba(6, 10, 18, 0.24)),
    repeating-linear-gradient(
      0deg,
      rgba(147, 196, 255, 0.025) 0px,
      rgba(147, 196, 255, 0.025) 1px,
      transparent 1px,
      transparent 42px
    );
}

} /* end @media (prefers-color-scheme: dark) — Final Dark */

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.3rem, 4.3vw, 4rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.11;
}

h3 {
  font-size: 1.26rem;
}

p {
  color: var(--ink-soft);
}

.section-kicker,
.kicker,
.gate-kicker {
  color: #86c9ff;
}

.site-header {
  border-bottom: 1px solid rgba(127, 187, 255, 0.2);
  background: rgba(6, 12, 24, 0.82);
  box-shadow: 0 14px 32px rgba(1, 5, 12, 0.58);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(114, 177, 255, 0.36), transparent);
}

.brand,
.brand-name {
  color: #f0f6ff;
}

.nav-link {
  color: #a6bddb;
}

.nav-link:hover,
.nav-link.is-active,
.nav-link-button:hover {
  color: #ebf3ff;
  background: rgba(48, 152, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(126, 191, 255, 0.42);
}

.nav-cta {
  border-color: rgba(133, 198, 255, 0.45);
  background: linear-gradient(145deg, #1d71cc 0%, #3098ff 58%, #52afff 100%);
  box-shadow: 0 16px 30px rgba(14, 75, 150, 0.46);
}

.menu-toggle {
  border-color: rgba(124, 186, 255, 0.34);
  background: rgba(8, 15, 29, 0.86);
}

.menu-toggle span {
  background: #d2e5ff;
}

.btn-primary {
  border-color: rgba(132, 196, 255, 0.42);
  background: linear-gradient(145deg, #1f76d1 0%, #3098ff 60%, #54b3ff 100%);
  box-shadow: 0 15px 30px rgba(14, 79, 157, 0.42);
}

.btn-outline,
.btn-soft,
.btn-process {
  border-color: rgba(119, 179, 255, 0.32);
  color: #d8e8ff;
  background: linear-gradient(180deg, rgba(16, 27, 47, 0.88), rgba(10, 20, 36, 0.88));
}

.hero {
  position: relative;
  background:
    radial-gradient(900px 360px at 20% 4%, rgba(54, 139, 255, 0.26), transparent 66%),
    radial-gradient(780px 320px at 90% 0%, rgba(45, 114, 217, 0.22), transparent 68%),
    linear-gradient(180deg, rgba(8, 16, 30, 0.82), rgba(6, 11, 21, 0.35));
  border-bottom: 1px solid rgba(103, 165, 246, 0.18);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 10, 20, 0.12) 0%, rgba(5, 10, 19, 0.55) 100%);
}

.hero-grid,
.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-subtitle {
  color: #b2c5de;
}

.hero-stats article {
  background: rgba(11, 20, 36, 0.8);
  border-color: rgba(118, 181, 255, 0.28);
  box-shadow: 0 20px 42px rgba(1, 5, 12, 0.5);
}

.hero-stats strong {
  color: #edf5ff;
}

.hero-stats span {
  color: #a0b4ce;
}

.hero-scroll-transition,
.hero-compare {
  filter: drop-shadow(0 34px 62px rgba(1, 5, 12, 0.64));
}

.hero-compare-clean,
.hero-compare-dirty {
  filter: drop-shadow(0 26px 44px rgba(2, 7, 16, 0.62));
}

.hero-compare-divider {
  background: linear-gradient(180deg, rgba(168, 214, 255, 0.25), rgba(225, 244, 255, 0.86), rgba(168, 214, 255, 0.25));
  box-shadow: 0 0 14px rgba(77, 147, 255, 0.34);
}

.vehicle-gate {
  background:
    radial-gradient(1200px 520px at 20% 0%, rgba(47, 128, 246, 0.26), transparent 60%),
    radial-gradient(1000px 500px at 85% 15%, rgba(34, 97, 199, 0.24), transparent 64%),
    rgba(4, 9, 18, 0.95);
}

.gate-panel {
  background: linear-gradient(170deg, rgba(13, 23, 40, 0.98), rgba(8, 15, 28, 0.98));
  border-color: rgba(117, 178, 255, 0.28);
}

.services,
.results-link,
.gallery,
.why-us,
.contact,
.addons,
.mobile-trust {
  background: linear-gradient(180deg, rgba(10, 17, 31, 0.5), rgba(6, 11, 21, 0.18));
}

.services .container::before {
  background: linear-gradient(180deg, rgba(18, 30, 50, 0.62), rgba(9, 16, 29, 0.64));
  border-color: rgba(108, 169, 252, 0.2);
}

.service-card,
.service-card-popular,
.compare-card,
.gallery-item,
.why-card,
.review-card,
.contact-form-wrap,
.contact-info,
.reviews-compact,
.contact-info-compact,
.addons-panel,
.mobile-trust-card,
.results-link-card,
.about-merged-grid,
.about-us-copy,
.about-us-points article,
.process-modal-block,
.process-added-diff,
.services-note-bar,
.mobile-summary,
.mobile-vehicle-step,
.addons-note,
.protection-note {
  background: var(--card-bg-soft);
  border-color: var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.service-card::before,
.services-note-bar::before {
  background: linear-gradient(90deg, rgba(47, 152, 255, 0), rgba(86, 174, 255, 0.66), rgba(47, 152, 255, 0));
}

.price-line span,
.compare-frame figcaption,
.appointment-note,
.review-card p,
.contact-info li,
.services-carousel-hint,
.mobile-vehicle-line,
.mobile-summary p,
.mobile-summary span,
.protection-note,
.addons-note,
.copyright {
  color: #9eb2cc;
}

.price-line strong,
.service-card .price,
.services-note-title,
.compare-title,
.contact-info h3,
.reviews-compact h3,
.footer-title,
.mobile-summary strong {
  color: #e9f2ff;
}

.review-form {
  border-top-color: rgba(122, 184, 255, 0.24);
}

.review-form-title {
  color: #e9f2ff;
}

.admin-list-section {
  border-top-color: rgba(122, 184, 255, 0.2);
}

.admin-list-title {
  color: #e9f2ff;
}

.admin-review-meta {
  color: #9eb2cc;
}

.admin-status-badge {
  border-color: rgba(122, 184, 255, 0.34);
  background: rgba(19, 52, 90, 0.62);
  color: #d7e9ff;
}

.admin-status-approved {
  border-color: rgba(69, 193, 122, 0.38);
  background: rgba(16, 81, 48, 0.66);
  color: #d8ffe9;
}

.admin-status-pending {
  border-color: rgba(237, 179, 82, 0.4);
  background: rgba(88, 60, 12, 0.62);
  color: #ffe4ae;
}

.admin-status-rejected {
  border-color: rgba(233, 123, 123, 0.44);
  background: rgba(84, 24, 24, 0.62);
  color: #ffd9d9;
}

.admin-delete-btn {
  border-color: rgba(235, 123, 123, 0.42);
  color: #ffd2d2;
  background: rgba(96, 22, 22, 0.5);
}

.admin-delete-btn:hover {
  border-color: rgba(255, 150, 150, 0.62);
  background: rgba(129, 33, 33, 0.68);
  color: #ffe4e4;
}

.admin-empty {
  color: #9eb2cc;
}

.badge {
  border-color: rgba(173, 217, 255, 0.5);
  background: linear-gradient(142deg, #1265b5 0%, #2a8ce8 52%, #5cb9ff 100%);
  box-shadow: 0 18px 34px rgba(10, 62, 116, 0.44);
}

.gallery-item figcaption,
.compare-frame,
.about-modal-grid.about-merged-grid {
  background: rgba(9, 16, 30, 0.82);
  border-color: rgba(113, 172, 255, 0.24);
}

.about-modal,
.process-modal {
  background: rgba(2, 6, 12, 0.78);
}

.about-modal-panel,
.process-modal-panel {
  border-color: rgba(115, 176, 255, 0.28);
  background: linear-gradient(180deg, rgba(12, 21, 36, 0.98), rgba(8, 15, 27, 0.98));
  box-shadow: 0 36px 72px rgba(0, 0, 0, 0.66);
}

.about-modal-close,
.process-modal-close {
  border-color: rgba(112, 173, 255, 0.34);
  background: rgba(11, 21, 38, 0.9);
  color: #dbe9ff;
}

label {
  color: #c8dbf4;
}

input,
select,
textarea {
  border-color: rgba(113, 174, 255, 0.36);
  background: rgba(8, 15, 27, 0.9);
  color: #edf4ff;
}

input::placeholder,
textarea::placeholder {
  color: rgba(162, 182, 208, 0.86);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(132, 194, 255, 0.74);
  box-shadow: 0 0 0 4px rgba(42, 124, 223, 0.28);
  background: rgba(9, 17, 31, 0.96);
}

.site-footer {
  border-top-color: rgba(122, 183, 255, 0.22);
  background:
    radial-gradient(900px 300px at 15% -20%, rgba(58, 142, 255, 0.24), transparent 72%),
    radial-gradient(760px 280px at 88% 0%, rgba(91, 178, 255, 0.18), transparent 72%),
    linear-gradient(170deg, #050913 0%, #03070f 100%);
}

.site-footer a {
  color: rgba(212, 230, 255, 0.84);
}

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

@media (max-width: 980px) {
  .site-nav {
    border-color: rgba(120, 181, 255, 0.34);
    background: rgb(7, 13, 24);
    box-shadow: 0 28px 56px rgba(1, 5, 12, 0.66);
  }

  .site-nav .nav-cta {
    display: none;
  }

  .hero {
    background:
      radial-gradient(780px 320px at 20% 2%, rgba(53, 138, 255, 0.24), transparent 66%),
      linear-gradient(180deg, rgba(7, 14, 26, 0.9), rgba(5, 10, 18, 0.66));
  }
}

@media (max-width: 700px) {
  body {
    background:
      radial-gradient(880px 400px at 18% -8%, rgba(55, 139, 255, 0.28), transparent 68%),
      radial-gradient(760px 360px at 90% -5%, rgba(36, 108, 209, 0.24), transparent 70%),
      linear-gradient(180deg, #050a13 0%, #060d19 58%, #040710 100%);
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(5, 10, 20, 0.08) 0%, rgba(4, 8, 14, 0.42) 100%);
  }

  .service-card,
  .review-card,
  .contact-form-wrap,
  .contact-info,
  .reviews-compact,
  .contact-info-compact,
  .mobile-trust-card,
  .results-link-card {
    box-shadow: 0 18px 34px rgba(1, 5, 12, 0.52);
  }
}

/* Final polish fixes: process button + important info + logo integration */
.services .service-actions .btn-process {
  color: #deecff;
  border-color: rgba(126, 189, 255, 0.42);
  background: linear-gradient(180deg, rgba(18, 32, 54, 0.94), rgba(12, 23, 41, 0.94));
  box-shadow: inset 0 1px 0 rgba(206, 232, 255, 0.14), 0 10px 20px rgba(1, 6, 14, 0.38);
}

.services .service-actions .btn-process:hover {
  color: #f4f9ff;
  border-color: rgba(160, 214, 255, 0.66);
  background: linear-gradient(180deg, rgba(72, 114, 165, 0.74), rgba(42, 74, 115, 0.8));
  box-shadow: inset 0 1px 0 rgba(219, 240, 255, 0.24), 0 14px 28px rgba(2, 9, 20, 0.54);
}

.services .service-actions .btn-process:active {
  color: #e8f3ff;
  border-color: rgba(136, 198, 255, 0.58);
  background: linear-gradient(180deg, rgba(48, 84, 130, 0.8), rgba(29, 53, 86, 0.84));
}

.services .service-actions .btn-process:focus-visible {
  box-shadow: 0 0 0 3px rgba(79, 158, 255, 0.34), 0 14px 26px rgba(2, 10, 21, 0.44);
}

.services .process-toggle[aria-expanded="true"] {
  color: #f3f9ff;
  border-color: rgba(166, 220, 255, 0.72);
  background: linear-gradient(180deg, rgba(83, 127, 182, 0.78), rgba(48, 84, 129, 0.82));
  box-shadow: inset 0 1px 0 rgba(225, 243, 255, 0.24), 0 12px 24px rgba(3, 12, 27, 0.48);
}

/* Bouton Processus — Argent (Complet) */
.services .service-actions .btn-process[data-process="complet"] {
  background: linear-gradient(180deg, #cdd1d6 0%, #9ea7b0 100%);
  color: #12181f;
  border-color: rgba(100, 110, 120, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 8px 18px rgba(0, 0, 0, 0.28);
}

.services .service-actions .btn-process[data-process="complet"]:hover {
  background: linear-gradient(180deg, #d8dde2 0%, #adb5be 100%);
  border-color: rgba(110, 122, 132, 0.7);
}

/* Bouton Processus — Or (Pro) */
.services .service-actions .btn-process[data-process="pro"] {
  background: linear-gradient(180deg, #e8c84a 0%, #b8880e 100%);
  color: #2d1a00;
  border-color: rgba(155, 110, 0, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 240, 160, 0.6), 0 8px 18px rgba(80, 40, 0, 0.28);
}

.services .service-actions .btn-process[data-process="pro"]:hover {
  background: linear-gradient(180deg, #f0d460 0%, #c99a1a 100%);
  border-color: rgba(170, 120, 0, 0.7);
}

.services .services-note-bar {
  border: none;
  background: transparent;
  box-shadow: none;
}

.services .services-note-title {
  color: var(--blue-850);
}

.services .services-note-list li {
  color: var(--ink-soft);
  border-color: rgba(15, 94, 167, 0.14);
  background: transparent;
  box-shadow: none;
}

.services .services-note-list li::before {
  background: linear-gradient(145deg, #56b0ff, #8bcfff);
  box-shadow: 0 0 0 4px rgba(92, 170, 255, 0.2), 0 0 11px rgba(70, 149, 246, 0.32);
}

.brand-logo,
.footer-logo {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: brightness(1.16) saturate(1.08) drop-shadow(0 2px 5px rgba(14, 73, 136, 0.24));
}

@media (max-width: 700px) {
  body::before {
    z-index: -3;
  }

  body::after {
    content: "";
    position: fixed;
    left: 50%;
    bottom: 0;
    width: min(90vw, 380px);
    aspect-ratio: 2 / 3;
    background: url("assets/charles/mobile-decor-car.png") no-repeat center bottom / contain;
    opacity: 0.26;
    filter: brightness(0.88) contrast(1.03) saturate(0.94);
    pointer-events: none;
    z-index: -2;
    transform: translateX(-50%) translateZ(0);
    -webkit-mask-image: radial-gradient(ellipse 92% 95% at 50% 78%, #000 42%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.48) 76%, transparent 100%);
    mask-image: radial-gradient(ellipse 92% 95% at 50% 78%, #000 42%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.48) 76%, transparent 100%);
  }

  .mobile-only-hero {
    display: inline-flex;
  }

  .hero {
    padding-top: 4.08rem;
    padding-bottom: 1.66rem;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0.68rem;
  }

  .hero-visual {
    display: block;
    order: -1;
    margin-bottom: 0.16rem;
  }

  .hero .reveal,
  .hero .reveal.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .hero-transition-image {
    transform: none;
    opacity: 1;
    filter: none;
    transition: none;
  }

  .hero-scroll-transition::after {
    opacity: 0;
    transition: none;
  }

  .hero-compare-overlay,
  .hero-compare-divider {
    animation: none;
  }

  .hero-compare-overlay {
    clip-path: inset(0 0 0 0);
  }

  .hero-compare-divider {
    display: none;
  }

  .hero-scroll-transition {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(114, 176, 255, 0.24);
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(1, 5, 12, 0.44);
  }

  .photo-slot-hero {
    min-height: 236px;
  }

  .mobile-hero-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% 42%;
    opacity: 0.97;
    filter: brightness(1.1) contrast(1.08) saturate(1.02);
  }

  .hero-copy {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
  }

  .hero-copy .kicker {
    margin-bottom: 0.5rem;
    order: 1;
  }

  .hero-copy h1 {
    order: 2;
    font-size: clamp(1.72rem, 8vw, 2.04rem);
    line-height: 1.12;
    margin-bottom: 0.68rem;
  }

  .hero-subtitle {
    order: 3;
    margin-bottom: 0.68rem;
    font-size: 0.9rem;
    line-height: 1.48;
    max-width: 44ch;
  }

  .hero-value-line {
    order: 4;
    margin-bottom: 0.72rem;
    width: fit-content;
    padding: 0.32rem 0.54rem;
    border-radius: 999px;
    border: 1px solid rgba(121, 182, 255, 0.3);
    background: rgba(10, 20, 36, 0.76);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #cfe3fd;
    align-items: center;
  }

  .hero-stats {
    order: 5;
    gap: 0.54rem;
    margin-bottom: 0.68rem;
  }

  .hero-stats article {
    padding: 0.72rem 0.72rem;
    border-radius: 12px;
    border: 1px solid rgba(109, 171, 252, 0.2);
    background: rgba(10, 19, 34, 0.82);
    box-shadow: 0 10px 22px rgba(1, 5, 12, 0.34);
  }

  .hero-stat-primary {
    border-color: rgba(129, 193, 255, 0.34);
    background: linear-gradient(180deg, rgba(17, 33, 55, 0.9), rgba(11, 21, 38, 0.92));
  }

  .hero-stats strong {
    font-size: 0.98rem;
  }

  .hero-stats span {
    font-size: 0.8rem;
    line-height: 1.35;
    color: #aac0dc;
  }

  .hero-proof-quick {
    order: 6;
    display: grid;
    grid-template-columns: 1fr 88px;
    align-items: center;
    gap: 0.58rem;
    margin-bottom: 0.72rem;
    padding: 0.52rem 0.58rem;
    border-radius: 11px;
    border: 1px solid rgba(115, 177, 255, 0.24);
    background: rgba(9, 17, 31, 0.76);
    color: #d7e8ff;
    font-size: 0.81rem;
    font-weight: 600;
    text-decoration: none;
  }

  .hero-proof-quick img {
    width: 88px;
    height: 56px;
    border-radius: 9px;
    object-fit: cover;
    border: 1px solid rgba(120, 181, 255, 0.26);
  }

  .hero-actions {
    order: 7;
    gap: 0.5rem;
    margin-bottom: 0;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 47px;
  }

  .hero-actions .btn-primary {
    box-shadow: 0 14px 24px rgba(16, 88, 168, 0.42);
  }

  .hero-services-cta {
    display: inline-flex !important;
    border-color: rgba(123, 186, 255, 0.34);
    background: rgba(9, 18, 33, 0.78);
    color: #d6e7ff;
  }

  .hero-visual {
    display: none !important;
  }

  .change-vehicle-btn {
    display: none !important;
  }

  .services .services-note-bar {
    border-color: rgba(120, 182, 255, 0.3);
    background: linear-gradient(168deg, rgba(10, 19, 35, 0.98), rgba(7, 14, 27, 0.98));
  }

  .services .services-note-list li {
    background: linear-gradient(180deg, rgba(14, 27, 47, 0.93), rgba(9, 18, 33, 0.95));
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* ============================================================
   STICKY CTA — Mobile uniquement
   ============================================================ */

.sticky-cta {
  display: none;
}

@media (max-width: 700px) {
  .sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 890;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: linear-gradient(to top, rgba(4, 10, 22, 0.97) 55%, rgba(4, 10, 22, 0));
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto;
  }

  .sticky-cta.is-hidden {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
  }

  .sticky-cta-btn {
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(15, 94, 167, 0.45);
  }
}

/* ============================================================
   WIZARD — Réservation multi-étapes (mobile + web)
   ============================================================ */

.wizard-progress,
.wizard-nav,
.wizard-error-msg,
.wizard-step {
  grid-column: 1 / -1;
}

.wizard-progress {
  display: block;
  margin-bottom: 1.1rem;
}

.wizard-progress-track {
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  margin-bottom: 0.45rem;
}

.wizard-progress-fill {
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #0f5ea7, #1a8cff);
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0%;
}

.wizard-step-counter {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.56);
  margin: 0;
  text-align: right;
}

.wizard-step {
  display: none;
  flex-direction: column;
  gap: 0.7rem;
}

.wizard-step.is-active {
  display: flex;
}

/* Neutralise l'ancien système d'order pour conserver l'ordre naturel du wizard */
.wizard-step > * {
  order: 0;
}

.wizard-step .mobile-summary {
  position: static;
  top: auto;
  z-index: auto;
}

.wizard-confirm-intro {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 0.08rem;
}

.wizard-nav {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}

.wizard-nav .btn {
  width: auto;
}

.wizard-btn-prev {
  flex: 0 0 auto;
  min-width: 110px;
  min-height: 44px;
}

.wizard-btn-next {
  flex: 1 1 auto;
  min-height: 44px;
}

.wizard-error-msg {
  display: block;
  min-height: 1.4em;
  font-size: 0.85rem;
  color: #f87171;
  margin-top: 0.2rem;
}

.field-error {
  outline: 2px solid #f87171;
  outline-offset: 2px;
}

@media (min-width: 701px) {
  .contact-form {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    row-gap: 0.78rem;
    column-gap: 0;
  }

  .wizard-step {
    gap: 0.78rem;
  }

  .wizard-progress {
    margin-bottom: 1.2rem;
  }

  .wizard-step-counter {
    font-size: 0.84rem;
  }

  .wizard-btn-prev {
    min-width: 128px;
  }
}

@media (max-width: 700px) {
  .wizard-step-counter {
    font-size: 0.78rem;
  }
}

/* Logo swap: use the supplied full Lavage Lessard mark without duplicating text nearby. */
:root {
  --header-height: 132px;
}

.header-row {
  min-height: 132px;
}

.brand {
  gap: 0;
}

.brand-logo {
  width: 132px;
  height: 132px;
  display: block;
  flex-shrink: 0;
}

.brand-name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-logo {
  width: 212px;
  height: 212px;
}

@media (max-width: 980px) {
  :root {
    --header-height: 92px;
  }

  .header-row {
    min-height: 92px;
    justify-content: center;
    position: relative;
  }

  .brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-inline: 0;
  }

  .brand-logo {
    width: 88px;
    height: 88px;
  }

  .menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-nav {
    left: 50%;
    right: auto;
    width: min(360px, calc(100vw - 1.25rem));
    transform: translate(-50%, -10px);
  }

  .site-nav.is-open {
    transform: translate(-50%, 0);
  }

  .footer-logo {
    width: 184px;
    height: 184px;
  }
}

@media (max-width: 700px) {
  :root {
    --header-height: 82px;
  }

  .header-row {
    min-height: 82px;
    justify-content: center;
    position: relative;
  }

  .brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-inline: 0;
  }

  .brand-logo {
    width: 72px;
    height: 72px;
  }

  .menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-nav {
    top: calc(100% + 0.5rem);
    width: min(340px, calc(100vw - 1rem));
    max-width: calc(100vw - 1rem);
    padding: 0.74rem;
    gap: 0.58rem;
  }

  h1 {
    font-size: clamp(1.68rem, 7.2vw, 2.04rem);
    line-height: 1.14;
  }

  h2 {
    font-size: clamp(1.36rem, 5.8vw, 1.72rem);
    line-height: 1.18;
  }

  .hero-copy h1 {
    font-size: clamp(1.58rem, 6.8vw, 1.9rem);
  }

  .footer-logo {
    width: 156px;
    height: 156px;
  }
}
