/* ==========================================================================
   ALL KEY — Serrurier Auto & Moto — Alpes-Maritimes (06)
   Feuille de style principale — design aligné sur la charte carte de visite
   (noir / blanc / rouge, typographie condensée impactante)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink-1: #0a0a0a;
  --ink-2: #141414;
  --ink-3: #1d1d1d;
  --red: #e2231a;
  --red-2: #ff4b3e;
  --red-deep: #a3141a;
  --white: #ffffff;
  --off-white: #f6f6f6;
  --paper: #fbfaf7;
  --ink: #16171a;
  --grey: #5c6577;
  --grey-light: #e7e7e9;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(10, 10, 10, 0.07);
  --shadow: 0 14px 34px -10px rgba(10, 10, 10, 0.20);
  --shadow-lg: 0 24px 60px -16px rgba(10, 10, 10, 0.40);
  --shadow-red: 0 12px 28px -8px rgba(226, 35, 26, 0.45);
  --star: #f5b400;
  --max-width: 1180px;
  --font-display: 'Anton', 'Oswald', 'Segoe UI', Arial, sans-serif;
  --font-head: 'Oswald', 'Segoe UI', Arial, sans-serif;
  --font-body: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--ink-1); text-decoration: none; transition: color 0.15s ease; }
a:hover { color: var(--red); }

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

h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.18;
  margin: 0 0 16px;
  color: var(--ink-1);
  letter-spacing: 0.01em;
}
h1, h2 { text-transform: uppercase; }
h1 { font-size: 2.5rem; font-weight: 700; }
h2 { font-size: 1.7rem; font-weight: 700; margin-top: 4px; }
h3 { font-size: 1.15rem; font-weight: 600; }
p { margin: 0 0 16px; color: var(--grey); }
ul { color: var(--grey); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.eyebrow::before {
  content: "";
  width: 0; height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid var(--red);
  display: inline-block;
}
.section-head { max-width: 720px; margin-bottom: 36px; }
.section-head p { font-size: 1.02rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.section { padding: 68px 0; }
.section-alt { background: var(--off-white); }
.section-dark { background: var(--ink-1); color: #d4d4d4; }
.section-dark h2 { color: var(--white); }
.section-dark p { color: #aeaeae; }

/* ---------- Icons (SVG inline) ---------- */
.ico { display: inline-block; width: 18px; height: 18px; vertical-align: -3px; flex-shrink: 0; }
.ico svg { display: block; width: 100%; height: 100%; }

.icon-circle,
.card .icon {
  width: 58px; height: 58px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--white);
  border: 2.5px solid var(--ink-1);
  color: var(--red);
  margin-bottom: 18px;
}
.icon-circle .ico, .card .icon .ico { width: 25px; height: 25px; }

/* ---------- Top bar (urgence) ---------- */
.topbar {
  background: var(--ink-1);
  color: var(--white);
  font-size: 0.82rem;
  padding: 9px 0;
  border-bottom: 1px solid rgba(226,35,26,0.35);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.topbar span { display: flex; align-items: center; gap: 8px; }
.topbar a { color: var(--red-2); font-weight: 700; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--white); }
.topbar strong { color: var(--white); }
.topbar .ico { width: 14px; height: 14px; }

/* ---------- Header ---------- */
header.site-header {
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--grey-light);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--ink-1);
  flex-shrink: 0;
  text-transform: uppercase;
}
.logo img { height: 40px; width: auto; }
.logo-img {
  height: 52px;
  width: auto;
  border-radius: 8px;
  padding: 6px 10px;
  background: var(--ink-1);
  box-shadow: var(--shadow-sm);
}
.logo .tagline {
  display: block;
  font-family: var(--font-body);
  font-size: 0.64rem;
  font-weight: 600;
  color: var(--grey);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 2px;
}

nav.main-nav > ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  align-items: center;
}
nav.main-nav a {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ink);
  position: relative;
}
nav.main-nav > ul > li > a:not(.dropdown a)::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2px;
  background: var(--red);
  transition: width 0.2s ease;
}
nav.main-nav > ul > li:hover > a::after { width: 100%; }
nav.main-nav > ul > li { position: relative; }
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown { display: block; }
.dropdown {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-sm);
  min-width: 270px;
  padding: 10px 0;
  margin: 14px 0 0;
  border: 1px solid var(--grey-light);
  border-top: 3px solid var(--red);
}
.dropdown li { padding: 0; }
.dropdown a {
  display: block;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 0.85rem;
  text-transform: none;
  white-space: normal;
  color: var(--ink);
}
.dropdown a:hover { background: var(--off-white); color: var(--red); }

.header-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.btn-call {
  background: var(--red);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  box-shadow: var(--shadow-red);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-call:hover { transform: translateY(-2px); background: var(--red-deep); box-shadow: 0 16px 32px -8px rgba(226,35,26,0.55); color: var(--white); }
.btn-call .ico { width: 16px; height: 16px; }

.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--ink-1); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.btn .ico { width: 17px; height: 17px; }
.btn-primary { background: var(--red); color: var(--white); box-shadow: var(--shadow-red); }
.btn-primary:hover { transform: translateY(-2px); background: var(--red-deep); box-shadow: 0 18px 36px -8px rgba(226,35,26,0.55); color: var(--white); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,0.55); color: var(--white); }
.btn-outline:hover { background: rgba(255,255,255,0.12); border-color: var(--white); color: var(--white); transform: translateY(-2px); }
.btn-outline-navy { background: transparent; border-color: var(--ink-1); color: var(--ink-1); }
.btn-outline-navy:hover { background: var(--ink-1); color: var(--white); transform: translateY(-2px); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--ink-1);
  color: var(--white);
  padding: 76px 0 116px;
  overflow: hidden;
}
.hero::before {
  /* diagonal red wedge accent, echo du visuel carte de visite */
  content: "";
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 46%;
  background: linear-gradient(160deg, var(--red-deep) 0%, var(--red) 100%);
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 0.94;
  z-index: 0;
}
.hero-van {
  position: absolute;
  right: -2%;
  bottom: -34px;
  width: 40%;
  max-width: 620px;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.55));
  animation: heroVanArrive 2.2s cubic-bezier(0.19, 1, 0.22, 1) both;
  animation-delay: 0.4s;
}
@keyframes heroVanArrive {
  0% { transform: translateX(65%); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translateX(0); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-van { animation: none; }
}
@media (max-width: 1024px) {
  .hero-van { width: 34%; bottom: -20px; opacity: 0.85; }
}
@media (max-width: 900px) {
  .hero-van {
    width: 58%;
    max-width: 340px;
    right: -6%;
    bottom: -8px;
    opacity: 0.3;
    z-index: 0;
  }
}
@media (max-width: 680px) {
  .hero-van {
    width: 72%;
    max-width: 280px;
    right: -10%;
    bottom: -2px;
    opacity: 0.24;
  }
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  z-index: 3;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.5), transparent 70%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; }
.hero h1 { color: var(--white); font-family: var(--font-display); font-size: 3.1rem; font-weight: 400; letter-spacing: 0.01em; }
.hero h1 .accent { color: var(--red-2); }
.hero .lead { color: #d8d8d8; font-size: 1.1rem; max-width: 540px; }
.hero-rating { margin: -8px 0 18px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.hero-rating .stars { color: var(--star); letter-spacing: 1px; }
.hero-rating a { color: var(--white); font-weight: 700; }
.hero-rating a:hover { color: var(--red-2); }
.hero-badges { display: flex; gap: 12px 22px; flex-wrap: wrap; margin: 26px 0; }
.hero-badge { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: 0.9rem; color: #eaeaea; }
.hero-badge .ico { width: 19px; height: 19px; color: var(--red-2); flex-shrink: 0; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; }
.hero-panel {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius);
  padding: 30px;
  backdrop-filter: blur(6px);
}
.hero-panel h3 { color: var(--white); margin-bottom: 14px; font-family: var(--font-head); text-transform: uppercase; }
.hero-panel ul { list-style: none; padding: 0; margin: 0; }
.hero-panel li { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.1); color: #e8e8e8; font-size: 0.93rem; font-weight: 500; }
.hero-panel li:last-child { border-bottom: none; }
.hero-panel li .ico { width: 18px; height: 18px; color: var(--red-2); flex-shrink: 0; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: 0.82rem; color: var(--grey); padding: 16px 0; border-bottom: 1px solid var(--grey-light); }
.breadcrumb a { color: var(--grey); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb span { color: var(--ink); font-weight: 600; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  position: relative;
  background: var(--ink-1);
  color: var(--white);
  padding: 52px 0 46px;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 40%;
  background: linear-gradient(160deg, var(--red-deep) 0%, var(--red) 100%);
  clip-path: polygon(42% 0, 100% 0, 100% 100%, 8% 100%);
  opacity: 0.92;
}
.page-hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.45), transparent 75%);
  pointer-events: none;
}
.page-hero .container { position: relative; }
.page-hero h1 { color: var(--white); margin-bottom: 12px; font-family: var(--font-display); font-weight: 400; font-size: 2.3rem; }
.page-hero p { color: #d8d8d8; font-size: 1.05rem; max-width: 720px; margin-bottom: 0; }
.page-hero .btn-call-hero { margin-top: 22px; }

/* ---------- Cards / grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.card {
  background: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(226,35,26,0.35); }
.card h3 { margin-bottom: 10px; text-transform: none; }
.card h3 a { color: var(--ink-1); }
.card a.card-link { font-weight: 700; color: var(--red); font-size: 0.9rem; display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); text-transform: uppercase; letter-spacing: 0.02em; }
.card a.card-link:hover { color: var(--red-deep); }

.service-card { text-align: left; }

.city-pill-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.city-pill {
  background: var(--white);
  border: 1px solid var(--grey-light);
  border-radius: 6px;
  padding: 9px 20px;
  font-family: var(--font-head);
  font-size: 0.84rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink-1);
  transition: all 0.15s ease;
}
.city-pill:hover { background: var(--red); color: var(--white); border-color: var(--red); transform: translateY(-2px); }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; }
.step { position: relative; padding-left: 2px; }
.step::before {
  counter-increment: step;
  content: counter(step);
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.15rem;
  border-radius: 50%;
  margin-bottom: 16px;
  box-shadow: var(--shadow-red);
}

/* ---------- Trust bar (floating card over hero) ---------- */
.trust-bar { position: relative; z-index: 5; margin-top: -54px; margin-bottom: 10px; }
.trust-bar .container {
  background: var(--ink-1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 30px 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  border-top: 3px solid var(--red);
}
.trust-item { flex: 1; min-width: 130px; position: relative; }
.trust-item::after {
  content: "";
  position: absolute; right: -10px; top: 50%; transform: translateY(-50%);
  width: 1px; height: 34px;
  background: rgba(255,255,255,0.14);
}
.trust-item:last-child::after { display: none; }
.trust-item .num { font-family: var(--font-display); font-size: 1.7rem; font-weight: 400; color: var(--red-2); }
.trust-item .label { font-family: var(--font-head); font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.03em; color: #d4d4d4; margin-top: 3px; }

/* ---------- FAQ ---------- */
.faq-item {
  border-bottom: 1px solid var(--grey-light);
  padding: 20px 0;
  cursor: pointer;
}
.faq-item h3 {
  margin-bottom: 0;
  font-size: 1.03rem;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item h3::after {
  content: "+";
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--off-white);
  color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.faq-item.faq-open h3::after { transform: rotate(45deg); background: var(--red); color: var(--white); }
.faq-item p { margin: 12px 0 0; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  background: var(--ink-1);
  color: var(--white);
  text-align: center;
  padding: 58px 0;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute; top: 0; left: -10%; bottom: 0; right: -10%;
  background: linear-gradient(100deg, transparent 0%, transparent 55%, var(--red-deep) 55%, var(--red) 100%);
  opacity: 0.9;
}
.cta-band .container { position: relative; }
.cta-band h2 { color: var(--white); margin-top: 0; }
.cta-band p { color: #dcdcdc; }

/* ---------- Zones list ---------- */
.zone-columns { columns: 3; column-gap: 40px; list-style: none; padding: 0; }
.zone-columns li { break-inside: avoid; margin-bottom: 8px; color: var(--grey); font-size: 0.94rem; padding-left: 16px; position: relative; }
.zone-columns li::before { content: "•"; color: var(--red); position: absolute; left: 0; font-weight: 700; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.contact-info-item .ic {
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--ink-1);
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
}
.contact-info-item .ic .ico { width: 19px; height: 19px; }
.contact-info-item strong { color: var(--ink-1); font-family: var(--font-head); text-transform: uppercase; font-size: 0.92rem; letter-spacing: 0.02em; }
form.contact-form { display: grid; gap: 16px; background: var(--paper); border: 1px solid var(--grey-light); border-radius: var(--radius); padding: 28px; border-top: 3px solid var(--red); }
form.contact-form label { font-weight: 600; font-size: 0.86rem; margin-bottom: 5px; display: block; color: var(--ink-1); }
form.contact-form input, form.contact-form textarea, form.contact-form select {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid var(--grey-light);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.95rem;
  background: var(--white);
  transition: border-color 0.15s ease;
}
form.contact-form input:focus, form.contact-form textarea:focus, form.contact-form select:focus {
  outline: none;
  border-color: var(--red);
}
form.contact-form textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: 0.8rem; color: var(--grey); margin: 0; }

/* ---------- Reviews block ---------- */
.reviews-block { text-align: center; }
.reviews-stars { font-size: 1.4rem; font-weight: 800; color: var(--ink-1); margin-bottom: 6px; }
.reviews-stars .stars { color: var(--star); letter-spacing: 2px; }

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--ink-1);
  color: #b8b8b8;
  padding: 60px 0 22px;
  margin-top: 70px;
  border-top: 4px solid var(--red);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-grid h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 16px; font-family: var(--font-head); text-transform: uppercase; letter-spacing: 0.02em; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 9px; font-size: 0.89rem; }
.footer-grid a { color: #b8b8b8; }
.footer-grid a:hover { color: var(--red-2); }
.footer-nap p { display: flex; align-items: flex-start; gap: 10px; font-size: 0.89rem; margin-bottom: 12px; color: #b8b8b8; }
.footer-nap .ico { width: 16px; height: 16px; color: var(--red-2); flex-shrink: 0; margin-top: 2px; }
.footer-nap .stars { color: var(--star); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
  color: #8a8a8a;
}

/* ---------- Sticky mobile call bar ---------- */
.mobile-call-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--red);
  z-index: 200;
  padding: 13px 16px;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--white);
  box-shadow: 0 -6px 20px rgba(0,0,0,0.25);
}
.mobile-call-bar a { display: inline-flex; align-items: center; gap: 8px; color: var(--white); }
.mobile-call-bar .ico { width: 18px; height: 18px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero::before { width: 60%; clip-path: polygon(55% 0, 100% 0, 100% 100%, 30% 100%); opacity: 0.5; }
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .zone-columns { columns: 2; }
  .trust-item::after { display: none; }
}

@media (max-width: 680px) {
  :root { font-size: 15px; }
  h1 { font-size: 2rem; }
  nav.main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); box-shadow: var(--shadow-lg); padding: 10px 0; border-top: 1px solid var(--grey-light); }
  nav.main-nav.open { display: block; }
  nav.main-nav ul { flex-direction: column; align-items: flex-start; gap: 0; padding: 0 24px; }
  nav.main-nav li { width: 100%; border-bottom: 1px solid var(--grey-light); }
  nav.main-nav a { display: block; padding: 13px 0; }
  nav.main-nav > ul > li > a::after { display: none; }
  .dropdown { position: static; box-shadow: none; margin-top: 0; padding-left: 12px; display: none; border: none; }
  .has-dropdown.open .dropdown { display: block; }
  .nav-toggle { display: block; }
  .header-cta .btn-call span.txt { display: none; }
  .grid-3, .grid-2, .grid-4, .steps { grid-template-columns: 1fr; }
  .zone-columns { columns: 1; }
  .hero { padding: 44px 0 90px; text-align: left; }
  .hero h1 { font-size: 2.1rem; }
  .hero::before { width: 100%; clip-path: polygon(0 82%, 100% 62%, 100% 100%, 0 100%); opacity: 0.55; }
  .trust-bar { margin-top: -40px; }
  .trust-bar .container { padding: 22px 16px; gap: 18px; }
  .mobile-call-bar { display: block; }
  body { padding-bottom: 58px; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 48px 0; }
  .logo-img { height: 40px; padding: 5px 8px; }
}
