/* ===== Débouchage Rapide 30 — Design system ===== */
:root {
  --ink: #0B1F3A;
  --ink-2: #14315A;
  --ink-soft: #4A5A75;
  --paper: #FAFAF7;
  --paper-2: #F2EFE7;
  --line: #E5E2D8;
  --accent: #F97316;
  --accent-dark: #EA580C;
  --accent-soft: #FFEDD5;
  --green: #10B981;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(11,31,58,.06), 0 2px 6px rgba(11,31,58,.04);
  --shadow-md: 0 4px 14px rgba(11,31,58,.08), 0 12px 30px rgba(11,31,58,.06);
  --shadow-lg: 0 20px 60px rgba(11,31,58,.16);
  --maxw: 1240px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 .4em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5.4vw, 4.4rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); letter-spacing: -0.025em; }
h3 { font-size: 1.25rem; letter-spacing: -0.015em; }
p { margin: 0 0 1em; text-wrap: pretty; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ===== Icons (SVG sprite) ===== */
.i {
  width: 1em; height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
  flex-shrink: 0;
  fill: currentColor;
  overflow: visible;
}
.i-lg { width: 1.15em; height: 1.15em; }
.i-xl { width: 1.4em; height: 1.4em; }
.i-sm { width: .875em; height: .875em; }
.i-star { color: var(--accent); }

/* ===== Top urgency bar ===== */
.topbar {
  background: var(--ink);
  color: #fff;
  font-size: 13.5px;
  letter-spacing: .01em;
}
.topbar .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 10px; padding-bottom: 10px; gap: 16px;
  flex-wrap: wrap;
}
.topbar .left { display: flex; align-items: center; gap: 18px; opacity: .9; }
.topbar .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 0 rgba(249,115,22,.7);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 10px rgba(249,115,22,0); }
  100% { box-shadow: 0 0 0 0 rgba(249,115,22,0); }
}
.topbar .right { display: flex; align-items: center; gap: 18px; }
.topbar a.tel { color: #fff; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.topbar a.tel:hover { color: var(--accent); }
.topbar a.tel .i { width: 14px; height: 14px; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 250, 247, .85);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 38px; height: 38px;
  color: var(--accent);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: transform .25s cubic-bezier(.22,1,.36,1);
}
.brand-mark svg {
  width: 38px; height: 38px;
  display: block;
  overflow: visible;
}
.brand:hover .brand-mark { transform: rotate(-8deg) scale(1.08); }
.brand-text { line-height: 1.15; }
.brand-text .t1 { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 16px; letter-spacing: -0.02em; color: var(--ink); }
.brand-text .t2 {
  font-size: 10.5px; color: var(--ink-soft);
  letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
}
.brand-text .t2::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(16,185,129,.2);
  animation: pulse-g 2s infinite;
}

.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { font-size: 14.5px; color: var(--ink); opacity: .8; }
.nav-links a:hover { opacity: 1; color: var(--accent-dark); }
.nav-cta { display: flex; gap: 12px; align-items: center; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px;
  font-weight: 600; font-size: 15px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--accent); color: #fff;
  box-shadow: 0 6px 18px rgba(249,115,22,.32);
}
.btn-primary:hover { background: var(--accent-dark); box-shadow: 0 10px 24px rgba(249,115,22,.4); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: #fff; border-color: var(--ink); }
.btn-lg { padding: 18px 28px; font-size: 16px; }

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 70px 0 90px;
  overflow: hidden;
}
/* Full-bleed background variant */
.hero--full {
  min-height: 720px;
  padding: 100px 0 140px;
  color: #fff;
  background: var(--ink);
}
.hero--full .hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero--full .hero-bg-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.38) 55%, rgba(0,0,0,.6) 100%);
  z-index: 1;
}
.hero--full .hero-content {
  position: relative; z-index: 2;
  max-width: 820px;
}
.hero--full h1 {
  color: #fff;
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  line-height: 1.08;
  text-shadow: 0 2px 24px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.4);
}
.hero.hero--full p.lead {
  color: #fff;
  max-width: 620px;
  font-weight: 500;
  font-size: 18px;
  text-shadow: 0 1px 8px rgba(0,0,0,.35), 0 1px 2px rgba(0,0,0,.4);
}

/* Centered hero variant */
.hero-content--center {
  margin-left: auto; margin-right: auto;
  text-align: center;
}
.hero-content--center p.lead { margin-left: auto; margin-right: auto; }
.hero-content--center .hero-actions { justify-content: center; }
.hero-content--center .trust-row { justify-content: center; }
.hero--full .hero-eyebrow {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
  color: #fff;
  backdrop-filter: blur(8px);
}
.hero--full .btn-on-dark {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-color: rgba(255,255,255,.25);
  backdrop-filter: blur(8px);
}
.hero--full .btn-on-dark:hover { background: rgba(255,255,255,.16); border-color: #fff; }
.trust-row--dark { border-top: none; padding-top: 16px; }
.trust-row--dark .trust-text { color: rgba(255,255,255,.9); }
.trust-row--dark .trust-text strong { color: #fff; }
.hero-card--abs {
  position: absolute; left: 24px; bottom: 36px;
  z-index: 3;
}
.hero-badge--abs {
  position: absolute; top: 36px; right: 36px;
  z-index: 3;
}
@media (max-width: 980px) {
  .hero--full { min-height: 640px; padding: 70px 0 130px; }
  .hero-card--abs { left: 16px; right: 16px; bottom: 16px; }
  .hero-badge--abs { top: 16px; right: 16px; }
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr .9fr;
  gap: 64px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 10px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line);
  font-size: 13px; color: var(--ink); font-weight: 500;
  margin-bottom: 22px;
  box-shadow: var(--shadow-sm);
}
.hero-eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 4px rgba(16,185,129,.18);
}
.hero h1 .accent {
  background: linear-gradient(180deg, transparent 62%, var(--accent) 62%);
  padding: 0 6px;
  color: #fff;
}
.hero p.lead {
  font-size: 18px; color: var(--ink-soft);
  max-width: 540px; margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }

.trust-row {
  display: flex; align-items: center; gap: 18px;
  padding-top: 28px; border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.stars { display: inline-flex; gap: 3px; color: var(--accent); font-size: 18px; align-items: center; }
.stars .i { width: 1em; height: 1em; }
.trust-text { font-size: 14px; color: var(--ink-soft); }
.trust-text strong { color: var(--ink); font-weight: 600; }

/* Hero visual */
.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow-lg);
}
.hero-visual img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,31,58,0) 50%, rgba(11,31,58,.55) 100%);
}
.hero-card {
  position: absolute; left: -28px; bottom: 36px;
  background: #fff; border-radius: 16px;
  padding: 18px 22px; min-width: 260px;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 14px;
}
.hero-card .timer {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--accent); color: #fff;
  display: grid; place-items: center;
  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800;
  font-size: 18px;
}
.hero-card .timer small { display:block; font-size: 9px; font-weight: 600; letter-spacing: .1em; opacity: .9;}
.hero-card .lbl { font-size: 13px; color: var(--ink-soft); }
.hero-card .lbl strong { display: block; color: var(--ink); font-size: 15px; font-weight: 600; }

.hero-badge {
  position: absolute; top: 28px; right: -20px;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 999px; padding: 10px 18px;
  font-size: 13px; font-weight: 600;
  display: flex; align-items: center; gap: 10px;
  box-shadow: var(--shadow-md);
}
.hero-badge .pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  animation: pulse-g 1.6s infinite;
}
@keyframes pulse-g {
  0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,.5);}
  70% { box-shadow: 0 0 0 8px rgba(16,185,129,0);}
}

/* ===== Marquee ===== */
.marquee {
  background: var(--ink);
  color: #fff;
  padding: 22px 0;
  overflow: hidden;
}
.marquee-track {
  display: flex; gap: 60px; align-items: center;
  white-space: nowrap;
  animation: scroll 28s linear infinite;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600; font-size: 18px; letter-spacing: -0.01em;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 60px;}
.marquee-track .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent);}
@keyframes scroll {
  to { transform: translateX(-50%); }
}

/* ===== Sections ===== */
section { padding: 90px 0; }
.section-eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 600;
  color: var(--accent-dark);
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 14px;
}
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--ink-soft); font-size: 17px; }

/* Pillars */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pillar:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: transparent; }
.pillar .num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800; font-size: 13px;
  color: var(--accent-dark); letter-spacing: .08em;
  margin-bottom: 16px;
}
.pillar h3 { font-size: 19px; margin-bottom: 8px; }
.pillar p { color: var(--ink-soft); font-size: 15px; margin: 0; }

/* Services */
.services-section { background: var(--paper-2); }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  background: #fff; border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-thumb {
  aspect-ratio: 4/3;
  background: var(--paper-2);
  position: relative; overflow: hidden;
}
.service-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-thumb img { transform: scale(1.04); }
.service-tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255,255,255,.95); backdrop-filter: blur(6px);
  padding: 6px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
}
.service-tag.urgent { background: var(--accent); color: #fff; }
.service-body { padding: 24px; flex: 1; display: flex; flex-direction: column;}
.service-body h3 { margin-bottom: 8px; font-size: 18px; }
.service-body p { color: var(--ink-soft); font-size: 14.5px; flex: 1; margin-bottom: 18px;}
.service-link {
  font-size: 14px; font-weight: 600; color: var(--ink);
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap .2s ease, color .2s ease;
}
.service-link:hover { color: var(--accent-dark); gap: 10px; }

/* Process */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; }
.process::before {
  content: ""; position: absolute; top: 36px; left: 8%; right: 8%;
  border-top: 2px dashed var(--line); z-index: 0;
}
.step { position: relative; z-index: 1; text-align: left; }
.step .step-num {
  width: 72px; height: 72px; border-radius: 22px;
  background: #fff; border: 1px solid var(--line);
  display: grid; place-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800; font-size: 26px;
  color: var(--ink);
  margin-bottom: 22px;
  box-shadow: var(--shadow-sm);
}
.step.active .step-num { background: var(--accent); color: #fff; border-color: var(--accent); box-shadow: 0 8px 24px rgba(249,115,22,.3); }
.step h3 { margin-bottom: 8px; font-size: 18px; }
.step p { color: var(--ink-soft); font-size: 14.5px; }

/* Stats */
.stats-section {
  background: var(--ink);
  color: #fff;
}
.stats-section h2 { color: #fff; }
.stats-section .section-eyebrow { color: var(--accent); }
.stats-section .section-head p { color: rgba(255,255,255,.7); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.stat .num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700; font-size: clamp(2.6rem, 5vw, 4rem);
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.7) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: inline-block;
}
.stat .num .suf { color: var(--accent); -webkit-text-fill-color: var(--accent); }
.stat .lbl { color: rgba(255,255,255,.65); margin-top: 10px; font-size: 14.5px;}

/* Why */
.why { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
.why-list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 18px;}
.why-list li {
  display: flex; gap: 16px; align-items: flex-start;
}
.why-list .icon {
  flex: 0 0 36px; width: 36px; height: 36px; border-radius: 10px;
  background: var(--accent-soft); color: var(--accent-dark);
  display: grid; place-items: center;
}
.why-list .icon .i { width: 18px; height: 18px; }
.why-list h4 { margin: 0 0 4px; font-size: 16.5px; font-family: "Plus Jakarta Sans", sans-serif; }
.why-list p { margin: 0; color: var(--ink-soft); font-size: 14.5px; }

.why-visual {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;
  gap: 14px; aspect-ratio: 1/1;
}
.why-visual .tile { border-radius: 18px; overflow: hidden; background: var(--paper-2); }
.why-visual .tile img { width: 100%; height: 100%; object-fit: cover;}
.why-visual .tile.big { grid-row: span 2; }
.why-stat {
  position: absolute; bottom: 20px; right: 20px;
  background: #fff; padding: 16px 20px; border-radius: 16px;
  box-shadow: var(--shadow-md); text-align: center;
}
.why-stat .v { font-family: "Plus Jakarta Sans", sans-serif; font-size: 28px; font-weight: 800; color: var(--ink); letter-spacing: -0.03em;}
.why-stat .v small { color: var(--accent); }
.why-stat .l { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-top: 2px;}

/* Testimonials */
.testimonials-section { background: var(--paper-2); }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard {
  background: #fff; border-radius: var(--radius-lg);
  padding: 32px; border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 22px;
}
.tcard .qstars { display: flex; justify-content: space-between; align-items: center;}
.tcard .qstars .stars { font-size: 16px; }
.tcard .quote-mark {
  color: var(--accent);
  display: inline-flex; align-items: center;
}
.tcard .quote-mark .i { width: 32px; height: 32px; }
.tcard h4 { font-size: 17px; margin: 0;}
.tcard p { font-size: 14.5px; color: var(--ink-soft); margin: 0; flex: 1; }
.tcard .author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line);}
.tcard .avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--paper-2);}
.tcard .who { line-height: 1.3; }
.tcard .who .name { font-weight: 600; font-size: 14.5px;}
.tcard .who .role { font-size: 12.5px; color: var(--ink-soft); }

/* Coverage / zones */
.coverage { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.coverage--centered { display: block; }
.coverage--centered .section-head { margin-left: auto; margin-right: auto; text-align: center; }
.zones--centered { justify-content: center; margin-top: 40px; }
.zones { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px;}
.zone {
  padding: 10px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line);
  font-size: 14px; font-weight: 500;
}
.zone.primary { background: var(--ink); color: #fff; border-color: var(--ink); }

.map-card {
  background: linear-gradient(135deg, var(--paper-2) 0%, #fff 100%);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 36px; aspect-ratio: 5/4;
  position: relative; overflow: hidden;
}
.map-card .dept {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(8rem, 18vw, 16rem); font-weight: 800;
  color: var(--ink); opacity: .07; line-height: 1;
  position: absolute; right: -20px; bottom: -40px;
  letter-spacing: -0.06em;
}
.map-card .pin {
  position: absolute;
  display: flex; align-items: center; gap: 8px;
  background: #fff; padding: 8px 14px; border-radius: 999px;
  box-shadow: var(--shadow-md); font-size: 13px; font-weight: 600;
}
.map-card .pin .pin-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 4px rgba(249,115,22,.2);
}
.map-card .pin.p1 { top: 30%; left: 28%;}
.map-card .pin.p2 { top: 50%; right: 30%;}
.map-card .pin.p3 { bottom: 22%; left: 38%;}

/* CTA banner */
.cta-banner {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 60px;
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 40px; align-items: center;
  position: relative; overflow: hidden;
  margin: 0 24px;
}
.cta-banner h2 { color: #fff; margin: 0 0 12px;}
.cta-banner p { color: rgba(255,255,255,.7); margin: 0 0 22px; font-size: 17px; max-width: 540px; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; position: relative;}
.cta-actions .btn { width: 100%; justify-content: center; }
.cta-tel {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px; font-weight: 800; letter-spacing: -0.02em;
  color: #fff; display: inline-flex; align-items: center; gap: 12px;
  padding: 4px 0;
  transition: color .2s ease, transform .2s ease;
}
.cta-tel:hover { color: var(--accent); transform: translateX(2px); }
.cta-tel .i { width: .9em; height: .9em; color: var(--accent); }

/* Footer */
.site-footer {
  background: var(--paper-2);
  padding: 70px 0 30px;
  margin-top: 90px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--line);
}
.footer-grid h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 600;
  margin-bottom: 18px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px;}
.footer-grid li a { font-size: 14.5px; color: var(--ink); opacity: .8;}
.footer-grid li a:hover { opacity: 1; color: var(--accent-dark);}
.footer-brand p { color: var(--ink-soft); font-size: 14.5px; margin-top: 16px; max-width: 320px;}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; gap: 20px; flex-wrap: wrap;
  font-size: 13px; color: var(--ink-soft);
}

/* Floating call button */
.floating-call {
  position: fixed; right: 22px; bottom: 22px;
  z-index: 60;
  background: var(--accent); color: #fff;
  border-radius: 999px;
  padding: 14px 22px 14px 18px;
  display: flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 15px;
  box-shadow: 0 12px 30px rgba(249,115,22,.4);
  transition: transform .2s ease;
}
.floating-call:hover { transform: scale(1.04); color: #fff;}
.floating-call .ring {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: grid; place-items: center;
  animation: ring 2s infinite;
}
.floating-call .ring .i { width: 18px; height: 18px; }
@keyframes ring {
  0%,100% { transform: rotate(0); }
  10%,30% { transform: rotate(-15deg); }
  20%,40% { transform: rotate(15deg); }
  50% { transform: rotate(0); }
}

/* Contact page */
.contact-hero {
  padding: 60px 0 30px;
}
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 60px; padding: 30px 0 90px;
}
.contact-info {
  display: grid; gap: 22px;
}
.info-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 24px;
}
.info-card .label {
  font-size: 12px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-soft);
  margin-bottom: 8px;
}
.info-card .value {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700; font-size: 22px; letter-spacing: -0.02em;
  color: var(--ink); display: block;
}
.info-card .value:hover { color: var(--accent-dark);}
.info-card .sub { color: var(--ink-soft); font-size: 14px; margin-top: 6px;}

.contact-form {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
.form-grid { display: grid; gap: 18px;}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-size: 13px; font-weight: 600; color: var(--ink);
}
.field input, .field select, .field textarea {
  font: inherit; font-size: 15px;
  padding: 13px 15px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--paper);
  color: var(--ink); outline: none;
  transition: border .15s ease, box-shadow .15s ease;
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(249,115,22,.15);
  background: #fff;
}
.field textarea { resize: vertical; min-height: 130px; }
.urgency-pick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.urgency-pick label {
  display: flex; gap: 8px; align-items: center; justify-content: center;
  padding: 14px 10px; border: 1px solid var(--line); border-radius: 10px;
  cursor: pointer; font-size: 14px; font-weight: 500;
  background: var(--paper);
  transition: all .15s ease;
}
.urgency-pick label > span { display: inline-flex; align-items: center; gap: 8px; }
.urgency-pick .i { width: 15px; height: 15px; }
.urgency-pick input { display: none; }
.urgency-pick input:checked + span {
  color: #fff;
}
.urgency-pick label:has(input:checked) {
  background: var(--accent); color: #fff; border-color: var(--accent);
}
.urgency-pick label:hover { border-color: var(--ink); }

.legal-note { font-size: 12px; color: var(--ink-soft); margin-top: 8px; }
.success-msg {
  background: #ECFDF5; color: #065F46; border: 1px solid #A7F3D0;
  padding: 16px 18px; border-radius: 12px; font-size: 14.5px;
  display: none;
}
.success-msg.show { display: flex; gap: 12px; align-items: flex-start; }
.success-msg .i { width: 22px; height: 22px; color: #10B981; flex-shrink: 0; margin-top: 1px; }
.error-msg {
  background: #FEF2F2; color: #991B1B; border: 1px solid #FECACA;
  padding: 14px 16px; border-radius: 12px; font-size: 14.5px;
  display: none;
}
.error-msg.show { display: block; }
#submitBtn[disabled] { opacity: .7; cursor: wait; transform: none; }

/* Legal page */
.legal-page { padding: 60px 0 90px; }
.legal-page .wrap { max-width: 820px; }
.legal-page h1 { font-size: 2.6rem; margin-bottom: 12px;}
.legal-page h2 { font-size: 1.4rem; margin-top: 40px; margin-bottom: 12px;}
.legal-page p, .legal-page li { color: var(--ink-soft); font-size: 15.5px; }
.legal-page strong { color: var(--ink); }

/* ===== Insurance trust bar ===== */
.insurance-bar {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.insurance-title {
  text-align: center;
  font-size: 14.5px;
  color: var(--ink-soft);
  margin: 0 0 18px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  flex-wrap: wrap;
}
.insurance-title strong { color: var(--ink); font-weight: 600; }
.insurance-check {
  display: inline-grid; place-items: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent-dark);
}
.insurance-check .i { width: 12px; height: 12px; }
.insurance-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.insurance-track {
  display: flex; align-items: center;
  animation: scroll 32s linear infinite reverse;
  width: max-content;
}
.insurance-track img {
  height: 40px; width: auto; object-fit: contain;
  margin: 0 35px;
  opacity: .7; filter: grayscale(1);
  transition: opacity .2s ease, filter .2s ease;
  flex-shrink: 0;
}
.insurance-track img:hover { opacity: 1; filter: grayscale(0); }

/* ===== FAQ ===== */
.faq-section { background: var(--paper); }
.faq {
  display: grid; gap: 12px;
  max-width: 860px; margin: 0 auto;
}
.faq-item {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item[open] {
  border-color: transparent;
  box-shadow: var(--shadow-md);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600; font-size: 16.5px;
  letter-spacing: -0.015em;
  color: var(--ink);
  transition: color .15s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent-dark); }
.faq-chev {
  flex: 0 0 32px; width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--paper-2);
  color: var(--ink);
  font-size: 22px; font-weight: 400; line-height: 1;
  transition: transform .25s ease, background .2s ease, color .2s ease;
}
.faq-item[open] .faq-chev {
  transform: rotate(45deg);
  background: var(--accent); color: #fff;
}
.faq-answer {
  padding: 0 24px 22px;
  animation: faq-reveal .28s ease;
}
.faq-answer p {
  color: var(--ink-soft); font-size: 15px;
  line-height: 1.65; margin: 0;
}
.faq-answer p strong { color: var(--ink); font-weight: 600; }
@keyframes faq-reveal {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Footer legal links ===== */
.footer-legal {
  padding: 20px 0 0;
  display: flex; justify-content: center;
}
.footer-legal-links {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 8px 14px;
  font-size: 13.5px; color: var(--ink-soft);
}
.footer-legal-links a {
  color: var(--ink-soft);
  transition: color .15s ease;
}
.footer-legal-links a:hover { color: var(--accent-dark); }
.footer-legal-links span { opacity: .4; }

/* ===== Topbar email link ===== */
.topbar .tel--mail { font-weight: 500; }
.topbar .tel--mail:hover { color: var(--accent); opacity: 1 !important; }

/* ===== Error 404 page ===== */
.error-page {
  padding: 120px 0 80px;
  text-align: center;
}
.error-404 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(8rem, 20vw, 16rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  background: linear-gradient(135deg, var(--ink) 0%, var(--accent) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 12px;
}
.error-page h1 {
  max-width: 720px; margin-left: auto; margin-right: auto;
  margin-bottom: 18px;
}
.error-lead {
  font-size: 17px; color: var(--ink-soft);
  max-width: 560px; margin: 0 auto 36px;
}
.error-links {
  margin-top: 72px; padding-top: 48px;
  border-top: 1px solid var(--line);
  max-width: 840px; margin-left: auto; margin-right: auto;
}
.error-links-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  text-align: left;
}
.error-link {
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 20px 22px;
  display: flex; flex-direction: column; gap: 4px;
  transition: transform .15s ease, border-color .15s ease, box-shadow .2s ease;
}
.error-link:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.error-link strong { font-family: "Plus Jakarta Sans", sans-serif; font-size: 15.5px; color: var(--ink); }
.error-link span { font-size: 13.5px; color: var(--ink-soft); }

/* ===== Mobile nav (burger + drawer) ===== */
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0; cursor: pointer;
  position: relative;
  transition: border-color .15s ease, background .15s ease;
}
.nav-burger:hover { border-color: var(--ink); }
.nav-burger span {
  position: absolute; left: 12px; right: 12px; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
.nav-burger span:nth-child(1) { top: 14px; }
.nav-burger span:nth-child(2) { top: 21px; }
.nav-burger span:nth-child(3) { top: 28px; }
.nav-burger[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

.btn-cta-mobile {
  display: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--accent); color: #fff;
  place-items: center;
  box-shadow: 0 6px 18px rgba(249,115,22,.32);
  transition: transform .15s ease, background .2s ease;
}
.btn-cta-mobile:hover { transform: scale(1.05); color: #fff; background: var(--accent-dark); }
.btn-cta-mobile .i { width: 20px; height: 20px; }

.mobile-nav-backdrop {
  position: fixed; inset: 0;
  background: rgba(11,31,58,.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
  z-index: 90;
}
.mobile-nav-backdrop.is-open { opacity: 1; pointer-events: auto; }

.mobile-nav {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(340px, 88vw);
  background: var(--paper);
  z-index: 100;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
  display: flex; flex-direction: column;
  padding: 88px 28px 28px;
  box-shadow: -20px 0 60px rgba(11,31,58,.15);
  overflow-y: auto;
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav-links {
  display: flex; flex-direction: column; gap: 4px;
  margin-bottom: auto;
}
.mobile-nav-links a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px; font-weight: 600;
  color: var(--ink); letter-spacing: -0.015em;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  transition: color .15s ease, padding-left .15s ease;
}
.mobile-nav-links a:hover,
.mobile-nav-links a:focus-visible {
  color: var(--accent-dark);
  padding-left: 6px;
}
.mobile-nav-footer {
  margin-top: 32px;
  display: flex; flex-direction: column; gap: 14px;
}
.mobile-nav-mail {
  text-align: center;
  font-size: 14px; color: var(--ink-soft);
  padding: 8px 0;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.mobile-nav-mail .i { width: 15px; height: 15px; }
.mobile-nav-footer .btn .i { width: 18px; height: 18px; }
.btn .i { width: 1.1em; height: 1.1em; }
.mobile-nav-mail:hover { color: var(--accent-dark); }

body.nav-open { overflow: hidden; }

/* ===== Responsive breakpoints ===== */
/* Hide email in topbar on tablet & mobile to save vertical space */
@media (max-width: 1024px) {
  .topbar .tel--mail { display: none; }
}
/* Tablets landscape / narrow desktop */
@media (max-width: 1100px) {
  .wrap { padding: 0 20px; }
  .nav-links { gap: 22px; }
  .nav-links a { font-size: 14px; }
  .why { gap: 48px; }
  .coverage { gap: 44px; }
  .pillars, .services, .testimonials { gap: 18px; }
  .hero--full { min-height: 660px; padding: 80px 0 120px; }
}

/* Tablet & small laptop — collapse nav to burger */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .btn-cta-desktop { display: none; }
  .btn-cta-mobile { display: grid; width: 40px; height: 40px; }
  .btn-cta-mobile .i { width: 18px; height: 18px; }
  .nav-burger { display: inline-block; width: 40px; height: 40px; }
  .nav-burger span { left: 10px; right: 10px; }
  .nav-burger span:nth-child(1) { top: 13px; }
  .nav-burger span:nth-child(2) { top: 19px; }
  .nav-burger span:nth-child(3) { top: 25px; }
  .nav-burger[aria-expanded="true"] span:nth-child(1),
  .nav-burger[aria-expanded="true"] span:nth-child(3) { top: 19px; }
  .nav-cta { gap: 8px; }
  .site-header { min-height: 65px; }
  .site-header .wrap { min-height: 65px; }
  .nav { min-height: 65px; padding-top: 8px; padding-bottom: 8px; }
  .brand-mark { width: 36px; height: 36px; font-size: 16px; border-radius: 10px; }
  .brand-text .t1 { font-size: 14.5px; }
  .brand-text .t2 { font-size: 10px; }

  .topbar { font-size: 12.5px; }
  .topbar .wrap { padding-top: 8px; padding-bottom: 8px; gap: 10px; }
  .topbar .left { gap: 12px; flex: 1 1 auto; min-width: 0; }
  .topbar .left .sep { display: none; }
  /* tel--mail hidden earlier at 1024px */
  .topbar .right { gap: 12px; }

  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { aspect-ratio: 4/3; max-width: 600px; margin: 0 auto; }
  .hero--full { min-height: 600px; padding: 64px 0 90px; }
  .hero--full .hero-content { max-width: 100%; }

  .pillars, .services, .testimonials, .stats { grid-template-columns: 1fr 1fr; gap: 16px; }
  .process { grid-template-columns: 1fr 1fr; gap: 24px; }
  .process::before { display: none; }

  .why { grid-template-columns: 1fr; gap: 40px; }
  .why-visual { max-width: 540px; margin: 0 auto; }

  .coverage { grid-template-columns: 1fr; gap: 36px; }
  .map-card { aspect-ratio: 4/3; max-width: 600px; margin: 0 auto; padding: 28px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; padding-bottom: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  .cta-banner { grid-template-columns: 1fr; padding: 44px 36px; gap: 28px; }
  .cta-actions .btn { width: 100%; }

  .contact-grid { grid-template-columns: 1fr; gap: 36px; padding: 20px 0 72px; }
  .contact-info { grid-template-columns: 1fr 1fr; display: grid; gap: 14px; }

  .error-links-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .error-page { padding: 80px 0 60px; }

  .insurance-track img { height: 32px; margin: 0 24px; }
}

/* Mobile large */
@media (max-width: 600px) {
  section { padding: 56px 0; }
  .wrap { padding: 0 18px; }

  .topbar .left { font-size: 12px; gap: 8px; }
  .topbar .left > span:last-child { display: none; }

  .site-header { min-height: 65px; }
  .site-header .wrap { padding: 0 18px; min-height: 65px; }
  .nav { min-height: 65px; padding-top: 8px; padding-bottom: 8px; }
  .brand { gap: 9px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-text .t1 { font-size: 14px; }
  .brand-text .t2 { font-size: 9.5px; letter-spacing: .1em; }
  .brand-text .t2::before { width: 5px; height: 5px; }

  h1 { font-size: clamp(2rem, 8.4vw, 2.8rem); }
  h2 { font-size: clamp(1.6rem, 6.2vw, 2.1rem); }

  .hero { padding: 40px 0 60px; }
  .hero--full { min-height: 540px; padding: 48px 0 72px; }
  .hero-actions { gap: 10px; margin-bottom: 28px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .btn-lg { padding: 15px 22px; font-size: 15px; }
  .hero-eyebrow { font-size: 12px; padding: 7px 12px 7px 8px; margin-bottom: 18px; }

  .trust-row { gap: 12px; padding-top: 22px; }
  .trust-text { font-size: 13px; }

  .section-head { margin-bottom: 36px; }

  .pillars, .services, .testimonials, .process { grid-template-columns: 1fr; gap: 14px; }
  .stats { grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 22px; }

  .pillar { padding: 26px 22px; }
  .service-body { padding: 20px; }

  .why-visual { aspect-ratio: 3/4; gap: 10px; }
  .why-stat { bottom: 14px; right: 14px; padding: 12px 16px; }
  .why-stat .v { font-size: 22px; }
  .why-stat .l { font-size: 10px; }

  .map-card { aspect-ratio: 1/1; padding: 24px; }
  .map-card .dept { font-size: clamp(6rem, 24vw, 10rem); }
  .map-card .pin { font-size: 12px; padding: 6px 12px; }

  .zones { gap: 6px; margin-top: 20px; }
  .zone { padding: 8px 14px; font-size: 13px; }

  .testimonials .tcard { padding: 26px 22px; gap: 18px; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 28px; }
  .footer-brand { grid-column: auto; }
  .footer-brand p { max-width: 100%; }

  .form-row { grid-template-columns: 1fr; }
  .urgency-pick { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 20px; }
  .contact-info { grid-template-columns: 1fr; }
  .info-card { padding: 20px; }
  .info-card .value { font-size: 20px !important; }

  .floating-call {
    right: 14px; bottom: 14px;
    padding: 10px 18px 10px 10px;
    gap: 9px;
    font-size: 14px;
    box-shadow: 0 10px 24px rgba(249,115,22,.45), 0 0 0 4px rgba(249,115,22,.12);
  }
  .floating-call .lbl { display: inline; font-weight: 700; }
  .floating-call .ring { width: 32px; height: 32px; }
  .floating-call .ring .i { width: 15px; height: 15px; }

  .cta-banner { margin: 0; border-radius: 0; padding: 40px 22px; gap: 24px; }
  .cta-tel { font-size: 24px; }

  .faq-item summary { padding: 16px 18px; font-size: 15px; gap: 12px; }
  .faq-answer { padding: 0 18px 18px; }
  .faq-answer p { font-size: 14px; }
  .faq-chev { width: 28px; height: 28px; font-size: 19px; }

  .error-page { padding: 52px 0 40px; }
  .error-links { margin-top: 48px; padding-top: 36px; }
  .error-links-grid { grid-template-columns: 1fr; }

  .insurance-bar { padding: 22px 0; }
  .insurance-title { font-size: 13px; padding: 0 8px; }
  .insurance-track img { height: 28px; margin: 0 18px; }

  .marquee { padding: 16px 0; }
  .marquee-track { font-size: 15px; gap: 36px; }
  .marquee-track span { gap: 36px; }

  .legal-page { padding: 40px 0 64px; }
  .legal-page h1 { font-size: 1.9rem; }
  .legal-page h2 { font-size: 1.2rem; margin-top: 30px; }
  .legal-page p, .legal-page li { font-size: 14.5px; }

  .mobile-nav { padding: 80px 22px 22px; }
  .mobile-nav-links a { font-size: 18px; padding: 12px 0; }
}

/* Very small phones */
@media (max-width: 420px) {
  .topbar { font-size: 11.5px; }
  .topbar .right a.tel { font-size: 12.5px; }
  .brand-mark { width: 36px; height: 36px; font-size: 15px; border-radius: 9px; }
  .hero-eyebrow { font-size: 11.5px; }
  h1 { font-size: clamp(1.75rem, 9vw, 2.3rem); }
  .btn-lg { padding: 13px 18px; font-size: 14.5px; }
  .stat .num { font-size: clamp(2rem, 11vw, 2.8rem); }
  .cta-tel { font-size: 22px; }
}

/* Landscape phones — keep floating call out of the way */
@media (max-height: 480px) and (orientation: landscape) {
  .floating-call { bottom: 10px; right: 10px; }
  .hero--full { min-height: 460px; padding: 36px 0 64px; }
}

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