/* MVF Schoonmaakbedrijf — Premium styles */
:root {
  --navy-900: #0E1B2D;
  --navy-800: #122036;
  --navy-700: #1A2B45;
  --red-600: #E11E2B;
  --red-700: #B81720;
  --red-500: #E63946;
  --ink: #0E1B33;
  --muted: #5A6478;
  --line: #E6E9F0;
  --bg: #F4F6FB;
  --white: #ffffff;
  --shadow-card: 0 18px 48px rgba(10, 20, 36, 0.10);
  --shadow-soft: 0 8px 24px rgba(10, 20, 36, 0.06);
  --radius: 16px;
  --radius-sm: 10px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

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

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

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: max(20px, 4%);
}

.eyebrow {
  display: inline-block;
  color: var(--red-600);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow--dash::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  background: currentColor;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 3px;
}

.eyebrow--light { color: #ffd6d9; }

.accent {
  color: var(--red-500);
  text-shadow: 0 0 45px rgba(230,57,70,.45), 0 2px 12px rgba(230,57,70,.2);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.015em;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease, gap .22s ease, background .22s ease;
}

/* Shimmer sweep op primary */
.btn--primary::after {
  content: '';
  position: absolute;
  top: 0; left: -110%;
  width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  transform: skewX(-15deg);
  transition: left .55s ease;
  pointer-events: none;
}
.btn--primary:hover::after { left: 160%; }

.btn--primary {
  background: linear-gradient(155deg, var(--red-500) 0%, var(--red-600) 50%, var(--red-700) 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.2),
    0 4px 6px rgba(0,0,0,.12),
    0 10px 28px rgba(225,30,43,.38);
}
.btn--primary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.2),
    0 6px 10px rgba(0,0,0,.16),
    0 20px 40px rgba(225,30,43,.52);
  transform: translateY(-2px);
  gap: 13px;
}
.btn--primary:active {
  transform: translateY(0);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 2px 8px rgba(225,30,43,.35);
}

.btn--ghost {
  background: rgba(255,255,255,0.07);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.btn--ghost:hover {
  background: rgba(255,255,255,0.13);
  border-color: rgba(255,255,255,0.34);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 8px 22px rgba(0,0,0,.2);
  transform: translateY(-1px);
}
.btn--ghost:active { transform: translateY(0); }

.btn--white {
  background: #fff;
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 2px 4px rgba(0,0,0,.08),
    0 6px 18px rgba(0,0,0,.10);
}
.btn--white:hover {
  background: #f6f8fc;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 4px 8px rgba(0,0,0,.10),
    0 14px 28px rgba(0,0,0,.14);
  transform: translateY(-1px);
}
.btn--white:active { transform: translateY(0); }

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

/* Header / Nav */
.header {
  position: relative;
  background:
    linear-gradient(180deg, #060E1C 0%, #091626 28%, #0C1B32 55%, #0F1F3C 80%, #112242 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  min-height: 820px;
}
@media (max-width: 960px) {
  .header { min-height: 0; }
}

/* Rode topline — gradient + glow */
.header__topline {
  height: 3px;
  background: linear-gradient(90deg, var(--red-700) 0%, var(--red-500) 45%, var(--red-600) 100%);
  box-shadow: 0 0 18px rgba(225,30,43,.55), 0 0 5px rgba(225,30,43,.9);
  position: relative;
  z-index: 2;
}

/* Dieptelijke lichteffecten */
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 800px 500px at 85% 8%, rgba(225,30,43,0.09), transparent 55%),
    radial-gradient(ellipse 600px 400px at 5%  -5%, rgba(255,255,255,.025), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 0;
}

.nav {
  position: relative;
  z-index: 5;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.nav.scrolled {
  background: rgba(6, 14, 28, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(255,255,255,.06), 0 8px 32px rgba(0,0,0,.35);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}
.nav__brand { display: inline-flex; align-items: center; }
.nav__logo {
  height: 72px;
  width: auto;
  display: block;
}
.nav__links {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: 28px;
}
.nav__links a {
  color: #B5BDD0;
  font-weight: 500;
  font-size: 0.95rem;
  position: relative;
  transition: color .2s;
  padding-bottom: 2px;
}
.nav__links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red-600);
  border-radius: 1px;
  transition: width .25s ease;
}
.nav__links a:hover::after,
.nav__links a.active::after { width: 100%; }
.nav__links a:hover, .nav__links a.active { color: #fff; }
.nav__cta { padding: 12px 22px; font-size: 0.9rem; }

.nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  width: 24px;
}

/* Hero */
.hero {
  position: relative;
  z-index: 2;
  padding-block: 56px 170px;
}
.hero__text {
  max-width: 620px;
  position: relative;
  z-index: 3;
}
.hero h1 {
  font-size: clamp(1.75rem, 5.2vw, 4.4rem);
  font-weight: 800;
  line-height: 1.08;
  margin: 12px 0 24px;
  letter-spacing: -1.5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  text-shadow: 0 2px 28px rgba(0,0,0,.22);
}
.hero h1 .hero-line { display: block; }
.hero p {
  font-size: 1.05rem;
  color: #C2CEDF;
  margin: 0 0 32px;
  max-width: 520px;
  line-height: 1.65;
}
.hero__btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }

.clients {
  display: flex;
  align-items: center;
  gap: 16px;
}
.clients__avatars { display: flex; }
.clients__avatars img {
  width: 40px; height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.15);
  margin-left: -10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.07);
  transition: transform .2s ease;
}
.clients__avatars img:hover { transform: scale(1.08); z-index: 1; }
.clients__avatars img:first-child { margin-left: 0; }
.clients__text { display: flex; flex-direction: column; line-height: 1.2; }
.clients__text strong { font-size: 0.95rem; color: #fff; letter-spacing: 0.01em; }
.clients__stars {
  color: #FFB800;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(255,184,0,.5);
}

/* Hero photo — full bleed into the right side of the header */
.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
  display: block;
}
.hero__img--1 {
  z-index: 1;
  animation: heroFade1 10s ease-in-out infinite;
}
.hero__img--2 {
  z-index: 0;
  animation: heroFade2 10s ease-in-out infinite;
}
@keyframes heroFade1 {
  0%, 40%  { opacity: 1; }
  50%, 90% { opacity: 0; }
  100%     { opacity: 1; }
}
@keyframes heroFade2 {
  0%, 40%  { opacity: 0; }
  50%, 90% { opacity: 1; }
  100%     { opacity: 0; }
}

/* Slideshow dots */
.hero__dots {
  position: absolute;
  bottom: 18px;
  right: 24px;
  display: flex;
  gap: 7px;
  z-index: 4;
}
.hero__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  transition: background .3s, transform .3s;
}
.hero__dot:first-child {
  animation: dotActive1 10s ease-in-out infinite;
}
.hero__dot:last-child {
  animation: dotActive2 10s ease-in-out infinite;
}
@keyframes dotActive1 {
  0%, 40%  { background: #fff; transform: scale(1.3); }
  50%, 90% { background: rgba(255,255,255,0.4); transform: scale(1); }
  100%     { background: #fff; transform: scale(1.3); }
}
@keyframes dotActive2 {
  0%, 40%  { background: rgba(255,255,255,0.4); transform: scale(1); }
  50%, 90% { background: #fff; transform: scale(1.3); }
  100%     { background: rgba(255,255,255,0.4); transform: scale(1); }
}
/* Blauwe mist — exacte header-kleuren smelten in de foto via ease-out mask */
.hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    #060E1C 0%,
    #091626 28%,
    #0C1B32 55%,
    #0F1F3C 80%,
    #112242 100%
  );
  -webkit-mask-image: linear-gradient(90deg,
    black           0%,
    black           22%,
    rgba(0,0,0,.88) 34%,
    rgba(0,0,0,.62) 48%,
    rgba(0,0,0,.28) 64%,
    rgba(0,0,0,.08) 78%,
    transparent     90%
  );
  mask-image: linear-gradient(90deg,
    black           0%,
    black           22%,
    rgba(0,0,0,.88) 34%,
    rgba(0,0,0,.62) 48%,
    rgba(0,0,0,.28) 64%,
    rgba(0,0,0,.08) 78%,
    transparent     90%
  );
  pointer-events: none;
  z-index: 2;
}

/* Subtiele top/bottom vignette */
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(5,12,30,0.22) 0%,
    transparent 16%,
    transparent 74%,
    rgba(5,12,30,0.42) 100%
  );
  pointer-events: none;
  z-index: 3;
}
/* MVF overlay — white card centered on the photo */
.hero__badge {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 14px 22px;
  border-radius: 12px;
  box-shadow: 0 24px 50px rgba(0,0,0,0.30);
  pointer-events: auto;
  z-index: 4;
}
.hero__badge img { height: 48px; width: auto; display: block; }

/* Stats */
.stats { margin-top: -70px; position: relative; z-index: 4; }
.stats__card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px 8px;
}
.stats__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 24px;
  border-right: 1px solid var(--line);
}
.stats__item:last-child { border-right: 0; }
.stats__icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(14, 27, 51, 0.08);
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stats__icon svg { width: 22px; height: 22px; }
.stats__item strong { display: block; font-size: 1.45rem; font-weight: 800; color: var(--ink); line-height: 1; }
.stats__item p { margin: 4px 0 0; font-size: 0.88rem; color: var(--muted); }

/* Services */
.services { padding: 96px 0 72px; }
.services__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
.services h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 800;
  margin: 4px 0 28px;
  line-height: 1.15;
  letter-spacing: -0.3px;
}
.services__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 18px;
}
.services__list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 14px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.services__list li:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
  border-color: transparent;
}
.service-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--navy-900);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.service-icon svg { width: 22px; height: 22px; }
.services__list strong { display: block; font-size: 1.02rem; font-weight: 700; margin-bottom: 4px; }
.services__list p { margin: 0; color: var(--muted); font-size: 0.92rem; }

.link-arrow {
  color: var(--red-600);
  font-weight: 700;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.link-arrow:hover { gap: 10px; }

.services__media img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(10, 31, 68, 0.18);
}

/* Trust banner */
.trust {
  margin: 32px 0;
}
.trust__inner {
  background:
    radial-gradient(600px 300px at 90% 0%, rgba(255,255,255,.08), transparent 60%),
    linear-gradient(135deg, #B81F29 0%, #7A1018 100%);
  border-radius: 20px;
  padding: 36px 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: #fff;
  box-shadow: 0 24px 48px rgba(184, 31, 41, 0.25);
}
.trust__copy h3 { margin: 0 0 6px; font-size: 1.5rem; font-weight: 800; }
.trust__copy p { margin: 0; color: #ffd6d9; max-width: 540px; }

/* Why + Form */
.why-form { padding: 72px 0; }
.why-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: stretch;
}
.why h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  margin: 4px 0 18px;
  font-weight: 800;
  line-height: 1.15;
}
.why__lead { color: var(--muted); margin-bottom: 22px; max-width: 480px; }
.why__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.why__list li {
  position: relative;
  padding-left: 36px;
  font-weight: 500;
}
.why__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 2px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--red-600) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/14px no-repeat;
}

.form-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  padding: 32px;
  border: 1px solid var(--line);
}
.form-card h3 {
  font-size: 1.35rem;
  margin: 4px 0 22px;
  font-weight: 800;
}
.form-card form { display: grid; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-card input {
  width: 100%;
  padding: 13px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  font-size: 0.95rem;
  font-family: inherit;
  background: #F8FAFD;
  transition: border-color .15s, background .15s;
}
.form-card input:focus {
  outline: none;
  border-color: var(--red-600);
  background: #fff;
}
.form-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

/* CTA section */
.cta { padding: 32px 0 64px; }
.cta__inner {
  background:
    linear-gradient(90deg, #0A1F44 0%, rgba(10,31,68,0.96) 30%, rgba(10,31,68,0.65) 55%, rgba(10,31,68,0.35) 100%),
    url('https://images.unsplash.com/photo-1515694346937-94d85e41e6f0?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat,
    linear-gradient(135deg, #0A1F44 0%, #142a5e 100%);
  background-color: #0A1F44;
  color: #fff;
  border-radius: 20px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  box-shadow: 0 24px 48px rgba(10, 31, 68, 0.25);
}
.cta h3 { margin: 0 0 8px; font-size: 1.6rem; font-weight: 800; line-height: 1.2; }
.cta p { margin: 0; color: #cfd8e3; }

/* Footer */
/* Contact section */
.contact-section {
  padding: 80px 0 72px;
  background: var(--bg);
}
.contact-section h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 800;
  margin: 4px 0 40px;
  line-height: 1.15;
  letter-spacing: -0.3px;
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  color: var(--ink);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
a.contact-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
  border-color: transparent;
}
.contact-card__icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--navy-900);
  color: #5BA8F5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-card__icon svg { width: 22px; height: 22px; }
.contact-card strong { display: block; font-size: 0.9rem; font-weight: 700; color: var(--ink); }
.contact-card span { font-size: 0.85rem; color: var(--muted); }

/* Footer */
.footer {
  background: var(--navy-900);
  color: #cfd6e6;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  font-size: 0.85rem;
}

.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer__bottom a { margin: 0 4px; }
.footer__bottom a:hover { color: #fff; }

/* ── Tablet ≤ 960 px ────────────────────── */
@media (max-width: 960px) {

  /* Nav */
  .nav__links  { display: none; }
  .nav__cta    { display: none; }
  .nav__toggle { display: flex; }
  .nav.open .nav__links {
    display: flex;
    position: absolute;
    top: 78px; left: 4%; right: 4%;
    background: var(--navy-800);
    flex-direction: column;
    padding: 20px;
    border-radius: 14px;
    gap: 16px;
    z-index: 20;
  }

  /* Hero */
  .hero { padding-block: 24px 0; }
  .hero__text { max-width: 100%; }
  .hero h1 .hero-line { display: inline; }
  .hero__media {
    position: relative;
    width: 100%;
    margin: 32px 0 0;
    max-width: 100%;
    height: 360px;
  }
  .hero__media::before {
    background: linear-gradient(180deg, rgba(5,12,30,0.2) 0%, transparent 30%, transparent 65%, rgba(5,12,30,0.55) 100%);
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero__media::after { display: none; }

  /* Stats */
  .stats { margin-top: -40px; }
  .stats__card { grid-template-columns: repeat(2, 1fr); padding: 16px; }
  .stats__item { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px; }
  .stats__item:nth-last-child(-n+2) { border-bottom: 0; }

  /* Services */
  .services { padding: 60px 0 44px; }
  .services__grid { grid-template-columns: 1fr; gap: 36px; }
  .services__media img { height: 300px; }

  /* Trust */
  .trust__inner { flex-direction: column; align-items: flex-start; padding: 28px; }

  /* Why + Form */
  .why-form { padding: 48px 0; }
  .why-form__grid { grid-template-columns: 1fr; gap: 40px; }

  /* CTA */
  .cta { padding: 24px 0 48px; }
  .cta__inner { flex-direction: column; align-items: flex-start; padding: 32px; }

  /* Contact */
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
}

/* ── Mobile ≤ 640 px ─────────────────────── */
@media (max-width: 640px) {

  /* Container — meer lucht aan de zijkanten */
  .container { padding-inline: 32px; }

  /* Nav */
  .nav__inner { padding: 14px 0; }
  .nav__logo { height: 52px; }
  .nav.open .nav__links { top: 60px; left: 24px; right: 24px; }

  /* Hero */
  .hero { padding-block: 28px 40px; }
  .hero .eyebrow { display: none; }
  .hero h1 {
    font-size: clamp(1.55rem, 7vw, 4.4rem);
    margin: 0 0 18px;
    letter-spacing: -0.5px;
    line-height: 1.12;
  }
  .hero p { font-size: 0.95rem; margin: 0 0 24px; }
  .hero p br { display: none; }
  .hero__btns { margin-bottom: 0; gap: 12px; flex-direction: column; align-items: stretch; }
  .hero__btns .btn { justify-content: center; }
  .hero__media { height: 260px; }
  .clients { display: none; }

  /* Stats */
  .stats { margin-top: 16px; }
  .stats__card { grid-template-columns: repeat(2, 1fr); padding: 8px; gap: 0; }
  .stats__item { padding: 16px 14px; gap: 0; flex-direction: column; align-items: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .stats__item:nth-child(odd) { border-right: 1px solid var(--line); }
  .stats__item:nth-last-child(-n+2) { border-bottom: 0; }
  .stats__icon { display: none; }
  .stats__item strong { font-size: 1.3rem; }
  .stats__item p { font-size: 0.8rem; margin-top: 4px; overflow-wrap: break-word; }

  /* Services */
  .services { padding: 44px 0 32px; }
  .services h2 { overflow-wrap: break-word; hyphens: auto; }
  .services h2 br { display: none; }
  .services__list { gap: 12px; }
  .services__list li { padding: 16px; gap: 12px; }
  .service-icon { width: 38px; height: 38px; }
  .service-icon svg { width: 18px; height: 18px; }
  .services__media img { height: 200px; }

  /* Trust */
  .trust { margin: 16px 0; }
  .trust__inner { padding: 24px 20px; gap: 18px; margin-inline: 16px; max-width: calc(100% - 32px); }
  .trust__inner .btn { width: 100%; justify-content: center; }

  /* Why + Form */
  .why-form { padding: 36px 0; }
  .why h2 { overflow-wrap: break-word; hyphens: auto; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 24px; }

  /* CTA */
  .cta { padding: 12px 0 44px; }
  .cta__inner { padding: 28px 24px; gap: 20px; margin-inline: 16px; max-width: calc(100% - 32px); }
  .cta h3 { font-size: 1.25rem; overflow-wrap: break-word; }
  .cta__inner .btn { width: 100%; justify-content: center; }

  /* Contact */
  .contact-section { padding: 44px 0 36px; }
  .contact-section h2 { margin: 4px 0 20px; }
  .contact-cards { grid-template-columns: 1fr; gap: 12px; }
  .contact-card { padding: 16px; gap: 14px; }
  .contact-card span { overflow-wrap: break-word; word-break: break-all; }

  /* Footer */
  .footer__bottom-inner { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* ── Small phone ≤ 420 px ────────────────── */
@media (max-width: 420px) {
  .nav__logo { height: 40px; }
  .container { padding-inline: 24px; }
  .nav.open .nav__links { left: 24px; right: 24px; }
  .cta__inner { padding: 22px 20px; }
  .trust__inner { padding: 20px 18px; }
}
