﻿:root {
  --bg: #edf3f8;
  --surface: rgba(255,255,255,0.86);
  --surface-strong: #ffffff;
  --text: #0f172a;
  --muted: #5b6a81;
  --line: #d7e2f0;
  --primary: #0f4bcf;
  --primary-dark: #0a3ea9;
  --accent: #0ea5e9;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
  --shadow-strong: 0 34px 90px rgba(15, 23, 42, 0.14);
  --radius: 24px;
}
html.theme-dark {
  --bg: #07111f;
  --surface: rgba(12, 22, 38, 0.88);
  --surface-strong: #0f1c31;
  --text: #ebf2ff;
  --muted: #9fb0c8;
  --line: rgba(159, 176, 200, 0.16);
  --primary: #5ea3ff;
  --primary-dark: #3377da;
  --accent: #49b8ff;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  --shadow-strong: 0 34px 90px rgba(0, 0, 0, 0.36);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  transition: background .25s ease, color .25s ease;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 20%),
    radial-gradient(circle at top right, rgba(15, 75, 207, 0.08), transparent 18%),
    linear-gradient(180deg, #eef4fb 0%, #f8fbff 100%);
}
html.theme-dark body {
  background:
    radial-gradient(circle at top left, rgba(73, 184, 255, 0.16), transparent 18%),
    radial-gradient(circle at top right, rgba(94, 163, 255, 0.10), transparent 18%),
    linear-gradient(180deg, #07111f 0%, #0a1527 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(1820px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px);
  background: rgba(237, 243, 248, 0.86); border-bottom: 1px solid rgba(215, 226, 240, 0.9);
}
html.theme-dark .site-header { background: rgba(7, 17, 31, 0.84); border-bottom-color: rgba(159, 176, 200, 0.12); }
.nav-shell { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand img { width: 94px; height: 68px; object-fit: contain; border-radius: 0; background: transparent; box-shadow: none; padding: 0; }
.brand strong { display: block; font-size: 22px; letter-spacing: -0.02em; }
.brand span { display: block; font-size: 13px; color: var(--muted); max-width: 360px; }
.header-menu { margin-left: auto; display: flex; align-items: center; gap: 14px; min-width: 0; }
.site-nav { display: flex; gap: 10px; flex-wrap: wrap; }
.site-nav a { padding: 12px 16px; border-radius: 999px; font-weight: 700; color: var(--muted); }
.site-nav a.active, .site-nav a:hover { background: rgba(15, 75, 207, 0.08); color: var(--primary); }
html.theme-dark .site-nav a.active, html.theme-dark .site-nav a:hover { background: rgba(94, 163, 255, 0.12); }
.nav-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}
.quick-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; margin-right: 8px; }
.quick-contact a { font-size: 13px; color: var(--muted); font-weight: 700; }
.quick-contact a:hover { color: var(--primary); }
.theme-toggle {
  min-height: 46px;
  min-width: 54px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: var(--shadow);
}
.theme-toggle__sun, .theme-toggle__moon { font-size: 16px; line-height: 1; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 18px;
  border-radius: 999px; font-weight: 800; border: 1px solid transparent; background: #fff; color: var(--text);
}
html.theme-dark .btn { background: #12233d; color: #ebf2ff; border-color: rgba(159, 176, 200, 0.14); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; box-shadow: 0 18px 30px rgba(15, 75, 207, 0.18); }
.btn-whatsapp { background: #e8fff1; color: #0f8d3f; border-color: #bfe9cf; }
html.theme-dark .btn-whatsapp { background: rgba(16, 185, 129, 0.14); color: #7ff0b3; border-color: rgba(127, 240, 179, 0.24); }
.btn-call { background: #eef4ff; color: #0f4bcf; border-color: #bfd2f5; }
.btn-sms { background: #fff7e8; color: #b66a00; border-color: #f0d19d; }
html.theme-dark .btn-call { background: rgba(94, 163, 255, 0.12); color: #9ec6ff; border-color: rgba(94, 163, 255, 0.22); }
html.theme-dark .btn-sms { background: rgba(245, 158, 11, 0.12); color: #ffd189; border-color: rgba(245, 158, 11, 0.22); }
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  font-size: 14px;
  line-height: 1;
}
.hero { padding: 92px 0 62px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(430px, 0.58fr); gap: 40px; align-items: start; position: relative; z-index: 1; }
.hero-copy { padding: 34px 0 14px; max-width: none; }
.eyebrow {
  display: inline-flex; padding: 10px 14px; border-radius: 999px; background: rgba(15, 75, 207, 0.09);
  color: var(--primary); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px;
}
.eyebrow-light { background: rgba(255,255,255,0.08); color: #bcd5ff; }
html.theme-dark .trust-chip,
html.theme-dark .coverage-band,
html.theme-dark .trust-card,
html.theme-dark .feature-card,
html.theme-dark .gallery-card,
html.theme-dark .contact-card,
html.theme-dark .form-card,
html.theme-dark .stat-card,
html.theme-dark .promo-card,
html.theme-dark .process-card { background: var(--surface-strong); border-color: var(--line); }
.hero h1 { margin: 16px 0 14px; font-size: clamp(44px, 5vw, 82px); line-height: 0.98; letter-spacing: -0.05em; max-width: 980px; }
.hero p { font-size: 21px; line-height: 1.58; color: var(--muted); max-width: 920px; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.trust-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,0.75); border: 1px solid var(--line); box-shadow: var(--shadow); font-size: 14px; font-weight: 800; color: #16325c; }
html.theme-dark .trust-chip { color: #dce8ff; }
.hero-card { position: relative; min-height: 700px; border-radius: 36px; overflow: hidden; box-shadow: var(--shadow-strong); background: #09162a; width: min(100%, 610px); justify-self: end; margin-top: 18px; transform: perspective(1200px) rotateY(-3deg); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: auto 0 0 0; padding: 32px; color: #fff; background: linear-gradient(180deg, transparent, rgba(4, 11, 21, 0.92)); }
.hero-overlay strong { display: block; font-size: 34px; margin-bottom: 10px; line-height: 1.08; }
.hero-overlay span { display: block; max-width: 680px; font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.84); }
.section { padding: 48px 0; }
.section-tight { padding-top: 18px; }
.section-soft { background: linear-gradient(180deg, rgba(255,255,255,0.36), rgba(255,255,255,0)); }
html.theme-dark .section-soft { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-heading h2, .section-title-compact { margin: 0; font-size: 44px; letter-spacing: -0.04em; }
.section-heading p, .section-lead { margin: 0; color: var(--muted); max-width: 980px; font-size: 18px; line-height: 1.65; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.feature-card, .gallery-card, .contact-card, .form-card, .stat-card, .promo-card, .process-card { background: var(--surface-strong); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.feature-card, .contact-card, .form-card, .promo-card, .process-card { padding: 28px; }
.feature-card h3, .gallery-copy h3 { margin: 0 0 10px; font-size: 28px; letter-spacing: -0.03em; }
.feature-card p, .gallery-copy p, .section-copy, .contact-card p, .promo-card p, .process-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.trust-card { padding: 24px; background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
html.theme-dark .trust-card { background: linear-gradient(180deg, #0f1c31 0%, #11223b 100%); }
.trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: .9;
}
.trust-card strong { display: block; margin-bottom: 10px; font-size: 22px; letter-spacing: -0.03em; }
.trust-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.stat-card { padding: 28px; min-height: 178px; }
.stat-card strong { display: block; font-size: clamp(24px, 1.9vw, 36px); line-height: 1; margin-bottom: 12px; letter-spacing: -0.04em; }
.stat-card span { color: var(--muted); font-weight: 700; font-size: 17px; line-height: 1.5; }
.hero::before {
  content: "";
  position: absolute;
  inset: 10% auto auto -8%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94,163,255,.18), transparent 68%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,165,233,.12), transparent 70%);
  pointer-events: none;
}
.coverage-band { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 24px 28px; border: 1px solid var(--line); background: rgba(255,255,255,0.7); border-radius: 28px; box-shadow: var(--shadow); }
.coverage-band strong { display: block; font-size: 28px; letter-spacing: -0.03em; }
.coverage-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.coverage-pills span { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 800; color: #16325c; }
html.theme-dark .coverage-pills span { background: #13253f; color: #dce8ff; }
.collaboration-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 24px; align-items: start; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.process-card strong, .promo-card h3 { display: block; margin-bottom: 10px; font-size: 24px; letter-spacing: -0.03em; }
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.gallery-card { overflow: hidden; display: flex; flex-direction: column; align-self: start; height: auto !important; }
.gallery-card, .feature-card, .trust-card, .process-card, .promo-card, .coverage-band, .stat-card { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.gallery-card:hover, .feature-card:hover, .trust-card:hover, .process-card:hover, .promo-card:hover, .coverage-band:hover, .stat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
.gallery-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; flex: 0 0 auto; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.fleet-card { height: 100%; }
.fleet-card .gallery-copy { min-height: 154px; }
.gallery-copy { padding: 18px 20px 20px; flex: 0 0 auto; }
.gallery-copy p:last-child { margin-bottom: 0; }
.split-promo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.promo-card-dark { background: linear-gradient(135deg, #0b1c33, #15467a); color: #fff; }
html.theme-dark .promo-card-dark { background: linear-gradient(135deg, #13284a, #1d4d86); }
.promo-card-dark p { color: rgba(255,255,255,0.82); }
.footer-label-light { color: rgba(255,255,255,0.7); }
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; }
.split-emphasis { align-items: stretch; }
.contact-card h2, .form-card h2 { margin: 0 0 10px; font-size: 40px; letter-spacing: -0.04em; }
.contact-card-dark { background: linear-gradient(180deg, #0b1c33 0%, #101f3a 100%); color: #fff; }
.contact-card-dark p { color: rgba(255,255,255,0.82); }
.contact-meta { display: grid; gap: 16px; margin-top: 20px; }
.contact-meta div { padding: 16px 18px; border-radius: 18px; background: #f8fbff; border: 1px solid var(--line); }
.contact-meta strong { display: block; margin-bottom: 6px; }
html.theme-dark .contact-meta div { background: #13253f; }
.contact-meta-dark div { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.08); }
.contact-meta-dark a, .contact-meta-dark span, .contact-meta-dark strong { color: #fff; }
.checklist { display: grid; gap: 12px; margin-top: 20px; }
.checklist div { padding: 14px 16px; border-radius: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); color: #e7eefc; font-weight: 700; }
.form-intro { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.alert { margin-bottom: 16px; padding: 14px 16px; border-radius: 16px; font-weight: 700; }
.alert.success { background: #e8fff1; color: #0f8d3f; border: 1px solid #bfe9cf; }
.alert.error { background: #fff1f1; color: #c81e1e; border: 1px solid #f1c4c4; }
form { display: grid; gap: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field-full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; font: inherit; color: var(--text); background: #fff; }
html.theme-dark input, html.theme-dark textarea, html.theme-dark select { background: #0d1a2d; color: #ebf2ff; }
textarea { min-height: 140px; resize: vertical; }
.btn, button, input[type="submit"], .theme-toggle { transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease; }
.reveal-on-scroll, .coverage-band, .feature-card, .trust-card, .process-card, .gallery-card, .promo-card, .contact-card, .form-card, .stat-card, .section-heading { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease, box-shadow .22s ease, border-color .22s ease; }
.reveal-on-scroll.is-visible, .coverage-band.is-visible, .feature-card.is-visible, .trust-card.is-visible, .process-card.is-visible, .gallery-card.is-visible, .promo-card.is-visible, .contact-card.is-visible, .form-card.is-visible, .stat-card.is-visible, .section-heading.is-visible { opacity: 1; transform: translateY(0); }
.btn:hover, button:hover, input[type="submit"]:hover, .theme-toggle:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14); }
.btn:active, button:active, input[type="submit"]:active, .theme-toggle:active { transform: translateY(-1px); }
.site-footer { margin-top: 32px; padding: 30px 0 36px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px; }
.footer-label { display: inline-block; margin-bottom: 8px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-inline-label { font-size: 13px; font-weight: 800; color: var(--muted); margin-top: 2px; }
.footer-legal { margin-top: 14px; font-size: 13px; line-height: 1.7; color: var(--muted); }
.privacy-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 4px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(15, 75, 207, 0.04);
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}
.privacy-consent input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; }
.privacy-consent a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.legal-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: start;
}
.legal-hero,
.legal-card {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.legal-hero { padding: 32px; position: sticky; top: 116px; }
.legal-hero h1 { margin: 18px 0 12px; font-size: clamp(36px, 4vw, 58px); line-height: 1; letter-spacing: -0.05em; }
.legal-hero p,
.legal-card p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal-card { padding: 26px; grid-column: 2; }
.legal-card h2 { margin: 0 0 12px; font-size: 28px; letter-spacing: -0.03em; }
.legal-card a { color: var(--primary); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-list { display: grid; gap: 12px; margin: 0; }
.legal-list div { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.legal-list div:last-child { border-bottom: 0; }
.legal-list dt { color: var(--muted); font-weight: 800; }
.legal-list dd { margin: 0; font-weight: 800; }
.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.floating-call,
.floating-sms,
.floating-whatsapp {
  min-height: 54px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}
.floating-call { background: linear-gradient(135deg, #0f4bcf, #2563eb); color: #fff; }
.floating-sms { background: linear-gradient(135deg, #f59e0b, #f97316); color: #fff; }
.floating-whatsapp { background: linear-gradient(135deg, #10b981, #22c55e); color: #ffffff; box-shadow: 0 20px 40px rgba(16, 185, 129, 0.28); }
.floating-call:hover, .floating-sms:hover, .floating-whatsapp:hover { transform: translateY(-2px); }
@media (max-width: 1200px) {
  .grid-4, .process-grid { grid-template-columns: 1fr 1fr; }
  .collaboration-grid, .split-promo { grid-template-columns: 1fr; }
}
@media (max-width: 1040px) {
  .hero-card { transform: none; }
  .hero-grid, .split, .grid-3, .grid-4, .footer-grid, .stats, .fleet-grid { grid-template-columns: 1fr 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-hero { position: static; }
  .legal-card { grid-column: auto; }
  .nav-shell { min-height: auto; padding: 14px 0; }
  .brand { width: auto; flex: 1 1 auto; }
  .header-menu { flex: 1 1 100%; width: 100%; margin-left: 0; flex-direction: column; align-items: stretch; }
  .site-nav, .nav-actions { width: 100%; }
  .site-nav { gap: 8px; }
  .site-nav a { flex: 1 1 calc(50% - 8px); text-align: center; }
  .nav-actions { justify-content: flex-start; }
  .quick-contact { align-items: flex-start; margin-right: 0; }
  .coverage-band { flex-direction: column; align-items: flex-start; }
  .coverage-pills { justify-content: flex-start; }
}
@media (max-width: 720px) {
  .wrap { width: min(100% - 20px, 1820px); }
  .hero-grid, .split, .grid-3, .grid-4, .footer-grid, .stats, .form-grid, .fleet-grid, .process-grid, .split-promo { grid-template-columns: 1fr; }
  .legal-list div { grid-template-columns: 1fr; gap: 4px; }
  .site-header { position: sticky; }
  .nav-shell { gap: 12px; align-items: center; }
  .brand { align-items: center; width: calc(100% - 64px); }
  .brand img { width: 64px; height: 46px; }
  .brand strong { font-size: 16px; }
  .brand span { max-width: 100%; font-size: 12px; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .header-menu {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
    padding: 10px 0 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
  }
  .header-menu.is-open { display: flex; }
  .site-nav { flex-direction: column; gap: 6px; }
  .site-nav a { width: 100%; }
  .nav-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 2px;
  }
  .nav-actions .theme-toggle {
    width: auto;
    min-width: 120px;
    align-self: flex-start;
  }
  .nav-actions .btn-primary { width: 100%; }
  .nav-actions .btn-call,
  .nav-actions .btn-sms,
  .nav-actions .btn-whatsapp { display: none; }
  .quick-contact { display: none; }
  .quick-contact a { font-size: 14px; overflow-wrap: anywhere; }
  .hero { padding: 42px 0 30px; }
  .hero h1 { font-size: clamp(34px, 11vw, 52px); line-height: 1.02; }
  .hero p { font-size: 17px; line-height: 1.55; }
  .hero-copy { padding: 6px 0 0; }
  .hero-actions, .section-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .section-actions .btn { width: 100%; }
  .trust-chips { gap: 8px; }
  .trust-chip { width: 100%; justify-content: center; text-align: center; }
  .hero-card { min-height: 280px; width: 100%; margin-top: 4px; border-radius: 24px; }
  .hero-overlay { padding: 20px; }
  .hero-overlay strong { font-size: 24px; }
  .hero-overlay span { font-size: 15px; }
  .section { padding: 34px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading h2, .section-title-compact { font-size: 32px; }
  .section-heading p, .section-lead { font-size: 16px; }
  .feature-card, .gallery-card, .contact-card, .form-card, .promo-card, .process-card, .trust-card, .stat-card { padding: 20px; border-radius: 22px; }
  .contact-card h2, .form-card h2 { font-size: 30px; }
  .coverage-band { padding: 18px 18px; border-radius: 22px; }
  .coverage-band strong { font-size: 22px; }
  .coverage-pills { width: 100%; }
  .coverage-pills span { width: 100%; justify-content: center; }
  .floating-actions { display: none; }
  .quick-contact { width: 100%; }
  .hero::before,
  .hero::after { display: none; }
}


