/* ==========================================================================
   RM Park — Estacionamento & Estética Automotiva
   Landing Page de alta conversão · Vila Mazzei / SP
   Paleta: azul-noite (segurança) + azul elétrico (limpeza) + ciano (brilho)
           + âmbar (sinalização de vaga) + verde WhatsApp (ação)
   ========================================================================== */

:root {
  --ink: #0a1a2f;
  --ink-2: #12294a;
  --ink-3: #1c3a63;
  --brand: #1d6cf2;
  --brand-dark: #1554c4;
  --cyan: #22d3ee;
  --amber: #ffb300;
  --wa: #25d366;
  --wa-dark: #1ebe5b;
  --text: #16233a;
  --muted: #5b6b82;
  --bg: #f4f8fd;
  --bg-soft: #eaf1fa;
  --line: #dbe5f2;
  --white: #ffffff;

  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --shadow-sm: 0 6px 18px -10px rgba(10, 26, 47, 0.28);
  --shadow: 0 18px 40px -22px rgba(10, 26, 47, 0.42);
  --shadow-lg: 0 40px 80px -40px rgba(10, 26, 47, 0.55);

  --font-head: "Sora", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --container: 1180px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
svg { width: 100%; height: 100%; display: block; }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.12; letter-spacing: -0.02em; color: var(--ink); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.container--narrow { max-width: 860px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  padding: 15px 26px; border-radius: 999px; line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--sm { padding: 11px 18px; font-size: 13.5px; }
.btn--lg { padding: 18px 34px; font-size: 16.5px; }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 14px 26px -14px rgba(29,108,242,.9); }
.btn--primary:hover { background: var(--brand-dark); }
.btn--whatsapp { background: var(--wa); color: #04340f; box-shadow: 0 16px 30px -14px rgba(37,211,102,.95); }
.btn--whatsapp:hover { background: var(--wa-dark); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.6px solid var(--line); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); }
.wa-icon { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Topbar ---------- */
.topbar { background: var(--ink); color: #dce7f6; font-size: 13px; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; flex-wrap: wrap; padding-top: 6px; padding-bottom: 6px; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__item svg { width: 15px; height: 15px; fill: none; stroke: var(--cyan); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.topbar__link { color: #fff; font-weight: 600; }
.topbar__link:hover { color: var(--amber); }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__logo { width: 54px; height: 54px; border-radius: 14px; object-fit: contain; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-family: var(--font-head); font-weight: 800; font-size: 21px; color: var(--ink); letter-spacing: -0.02em; }
.brand__sub { font-size: 11.5px; color: var(--muted); font-weight: 500; letter-spacing: .01em; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-size: 14.5px; font-weight: 600; color: var(--text); position: relative; padding: 4px 0; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--brand); transition: width .22s ease; }
.nav a:hover { color: var(--brand); }
.nav a:hover::after { width: 100%; }
.header__actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1.5px solid var(--line); flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(120% 120% at 85% 0%, #173b6e 0%, var(--ink) 55%, #071426 100%); color: #eaf2fb; }
.hero__glow { position: absolute; width: 620px; height: 620px; right: -180px; top: -220px; background: radial-gradient(circle, rgba(34,211,238,.28), transparent 65%); filter: blur(10px); pointer-events: none; }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; padding: 78px 22px 84px; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; padding: 8px 15px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); color: #dbe9fb; }
.badge svg { width: 15px; height: 15px; fill: none; stroke: var(--cyan); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.badge--alt { background: rgba(255,179,0,.16); border-color: rgba(255,179,0,.35); color: #ffd772; }
.badge--alt svg { stroke: var(--amber); }
.hero__title { font-size: clamp(2.1rem, 4.6vw, 3.5rem); font-weight: 800; color: #fff; margin-bottom: 20px; }
.text-brand { color: var(--cyan); }
.text-accent { color: var(--amber); }
.hero__subtitle { font-size: 17.5px; color: #b9cbe4; max-width: 560px; margin-bottom: 30px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }
.hero__metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 26px; }
.metric { display: flex; flex-direction: column; gap: 3px; }
.metric__value { font-family: var(--font-head); font-weight: 800; font-size: 20px; color: #fff; }
.metric__label { font-size: 12.5px; color: #93a9c6; }

.hero__media { position: relative; }
.hero__frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,.16); box-shadow: var(--shadow-lg); }
.hero__frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 7 / 5; }
.hero__card { position: absolute; left: -18px; bottom: -22px; display: flex; align-items: center; gap: 13px; background: #fff; color: var(--ink); padding: 14px 20px; border-radius: 16px; box-shadow: var(--shadow); max-width: 320px; }
.hero__card-icon { width: 42px; height: 42px; flex: none; border-radius: 12px; background: var(--bg-soft); display: grid; place-items: center; }
.hero__card-icon svg { width: 24px; height: 24px; fill: none; stroke: var(--brand); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero__card strong { display: block; font-family: var(--font-head); font-size: 15px; }
.hero__card small { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.4; margin-top: 2px; }

/* ---------- Social bar ---------- */
.socialbar { background: var(--ink-2); color: #dbe7f7; border-top: 1px solid rgba(255,255,255,.06); }
.socialbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; padding-bottom: 20px; flex-wrap: wrap; }
.socialbar__rating { display: flex; align-items: center; gap: 16px; font-size: 14.5px; flex-wrap: wrap; }
.socialbar__rating strong { color: #fff; }
.socialbar__stars { display: inline-flex; gap: 3px; }
.socialbar__stars svg { width: 20px; height: 20px; fill: var(--amber); }
.socialbar__count { color: var(--cyan); font-size: 13.5px; font-weight: 600; }
.socialbar__count:hover { text-decoration: underline; }
.socialbar__tick { display: flex; gap: 26px; flex-wrap: wrap; font-size: 13.5px; }
.socialbar__tick li { display: inline-flex; align-items: center; gap: 8px; }
.socialbar__tick svg { width: 18px; height: 18px; fill: none; stroke: var(--wa); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ---------- Sections ---------- */
.section { padding: 82px 0; }
.section--alt { background: var(--bg); }
.section__head { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.kicker { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--brand); background: rgba(29,108,242,.1); padding: 7px 15px; border-radius: 999px; margin-bottom: 16px; }
.kicker--dark { color: var(--ink); background: rgba(255,255,255,.85); }
.section__title { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 800; margin-bottom: 14px; }
.section__subtitle { color: var(--muted); font-size: 16.5px; }

/* ---------- Services grid ---------- */
.grid { display: grid; gap: 22px; }
.grid--services { grid-template-columns: repeat(3, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card--featured { background: linear-gradient(150deg, var(--ink) 0%, var(--ink-2) 100%); border-color: transparent; }
.card--featured h3 { color: #fff; }
.card--featured p { color: #b9cbe4; }
.card__icon { width: 56px; height: 56px; border-radius: 15px; background: var(--bg-soft); display: grid; place-items: center; margin-bottom: 18px; }
.card__icon svg { width: 30px; height: 30px; fill: none; stroke: var(--brand); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card--featured .card__icon { background: rgba(34,211,238,.16); }
.card--featured .card__icon svg { stroke: var(--cyan); }
.card h3 { font-size: 19px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 14.5px; }

.segments { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 40px; }
.coverage__label { font-weight: 700; color: var(--ink); font-size: 14px; }
.coverage__chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { font-size: 13px; font-weight: 500; color: var(--ink-3); background: #fff; border: 1px solid var(--line); padding: 7px 14px; border-radius: 999px; }
.section--alt .chip { background: #fff; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery__item { position: relative; border-radius: var(--radius-sm); overflow: hidden; cursor: pointer; background: var(--ink); border: 1px solid var(--line); }
.gallery__item img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.gallery__item:hover img { transform: scale(1.06); opacity: .88; }
.gallery__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; font-size: 12.5px; font-weight: 600; color: #fff; background: linear-gradient(transparent, rgba(7,20,38,.85)); }
.gallery__item::after { content: "+"; position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-weight: 700; font-size: 19px; display: grid; place-items: center; opacity: 0; transition: opacity .25s ease; }
.gallery__item:hover::after { opacity: 1; }
.gallery__note { text-align: center; color: var(--muted); font-size: 13px; margin-top: 22px; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(5,13,26,.94); display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 84vh; border-radius: 12px; box-shadow: var(--shadow-lg); }
.lightbox__caption { position: absolute; bottom: 26px; left: 0; right: 0; text-align: center; color: #cfe0f5; font-size: 14px; }
.lightbox__close, .lightbox__nav { position: absolute; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; font-size: 24px; line-height: 1; transition: background .2s ease, transform .2s ease; }
.lightbox__close { top: 22px; right: 22px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav:hover, .lightbox__close:hover { background: rgba(255,255,255,.25); }
.lightbox__nav--prev { left: 22px; }
.lightbox__nav--next { right: 22px; }

/* ---------- Differentials ---------- */
.grid--differentials { grid-template-columns: repeat(3, 1fr); }
.diff { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; display: flex; flex-direction: column; gap: 16px; transition: transform .22s ease, box-shadow .22s ease; }
.diff:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.diff--featured { background: linear-gradient(150deg, var(--brand) 0%, var(--brand-dark) 100%); border-color: transparent; }
.diff--featured h3 { color: #fff; }
.diff--featured p { color: #d9e7ff; }
.diff__icon { width: 54px; height: 54px; border-radius: 15px; background: var(--bg-soft); display: grid; place-items: center; flex: none; }
.diff__icon svg { width: 28px; height: 28px; fill: none; stroke: var(--brand); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.diff--featured .diff__icon { background: rgba(255,255,255,.18); }
.diff--featured .diff__icon svg { stroke: #fff; }
.diff h3 { font-size: 18px; margin-bottom: 6px; }
.diff p { color: var(--muted); font-size: 14.5px; }

/* ---------- Reviews ---------- */
.grid--reviews { grid-template-columns: repeat(3, 1fr); }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: flex; flex-direction: column; gap: 16px; transition: transform .22s ease, box-shadow .22s ease; }
.review:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.review__stars { display: inline-flex; gap: 3px; }
.review__stars svg { width: 19px; height: 19px; fill: var(--amber); }
.review__text { color: var(--text); font-size: 15px; font-style: italic; line-height: 1.65; flex: 1; }
.review__author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; }
.review__avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(140deg, var(--brand), var(--cyan)); color: #fff; font-family: var(--font-head); font-weight: 700; display: grid; place-items: center; font-size: 18px; flex: none; }
.review__author strong { display: block; font-family: var(--font-head); font-size: 14.5px; }
.review__author small { color: var(--muted); font-size: 12.5px; }
.reviews__cta { display: flex; justify-content: center; margin-top: 36px; }

/* ---------- Area / map ---------- */
.area { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.area__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 28px; }
.area__block { display: flex; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.area__block:last-child { border-bottom: none; }
.area__icon { width: 48px; height: 48px; border-radius: 13px; background: var(--bg-soft); display: grid; place-items: center; flex: none; }
.area__icon svg { width: 25px; height: 25px; fill: none; stroke: var(--brand); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.area__block h3 { font-size: 16.5px; margin-bottom: 6px; }
.area__block p { color: var(--muted); font-size: 14.5px; margin-bottom: 6px; }
.area__block .btn { margin-top: 8px; }
.link { color: var(--brand); font-weight: 600; font-size: 14.5px; }
.link:hover { text-decoration: underline; }
.muted { color: var(--muted); }
.area__map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 360px; box-shadow: var(--shadow-sm); }
.area__map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }
.coverage { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 40px; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: box-shadow .2s ease; }
.faq__item[open] { box-shadow: var(--shadow-sm); border-color: rgba(29,108,242,.3); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--ink); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 24px; font-weight: 400; color: var(--brand); flex: none; transition: transform .22s ease; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 24px 22px; color: var(--muted); font-size: 15px; }

/* ---------- CTA final ---------- */
.cta { background: radial-gradient(120% 130% at 15% 0%, #1c4680 0%, var(--ink) 60%, #071426 100%); color: #fff; text-align: center; padding: 84px 0; position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; width: 480px; height: 480px; left: 50%; top: -260px; transform: translateX(-50%); background: radial-gradient(circle, rgba(34,211,238,.22), transparent 70%); }
.cta__inner { position: relative; max-width: 760px; margin: 0 auto; }
.cta__title { font-size: clamp(1.8rem, 3.6vw, 2.7rem); color: #fff; margin-bottom: 16px; }
.cta__subtitle { color: #b9cbe4; font-size: 17px; margin-bottom: 32px; }
.cta__note { margin-top: 22px; font-size: 13.5px; color: #8fa6c4; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #a9bdd7; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding: 62px 22px 46px; }
.footer .brand { margin-bottom: 18px; }
.footer .brand__name { color: #fff; }
.footer .brand__sub { color: #8fa6c4; }
.footer__brand p { font-size: 14px; max-width: 420px; }
.footer__col h4 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.footer__col a, .footer__col span { display: block; font-size: 14px; margin-bottom: 10px; color: #a9bdd7; }
.footer__col a:hover { color: var(--cyan); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer__bottom .container { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; font-size: 13px; }
.footer__credit a { color: var(--cyan); font-weight: 600; }
.footer__credit a:hover { text-decoration: underline; }

/* ---------- Floating WhatsApp ---------- */
.float-wa { position: fixed; right: 22px; bottom: 22px; z-index: 200; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); display: grid; place-items: center; box-shadow: 0 16px 32px -10px rgba(37,211,102,.7); animation: waPulse 2.6s infinite; }
.float-wa svg { width: 32px; height: 32px; fill: none; stroke: #04340f; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.float-wa:hover { transform: scale(1.06); }
@keyframes waPulse { 0%,100% { box-shadow: 0 16px 32px -10px rgba(37,211,102,.7); } 50% { box-shadow: 0 16px 44px -6px rgba(37,211,102,.55); } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid--services, .grid--differentials, .grid--reviews { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .hero__inner { grid-template-columns: 1fr; gap: 44px; padding-top: 56px; }
  .hero__media { max-width: 620px; }
  .hero__metrics { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 820px) {
  .topbar__item--hide { display: none; }
  .nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 86vw); flex-direction: column; align-items: flex-start; gap: 8px; background: #fff; padding: 96px 28px 28px; transform: translateX(100%); transition: transform .3s ease; box-shadow: -20px 0 50px -20px rgba(10,26,47,.4); z-index: 90; }
  .nav.open { transform: none; }
  .nav a { font-size: 17px; padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: flex; }
  .header__actions .btn--sm span { display: none; }
  .header__actions .btn--sm { padding: 12px; }
  .header__actions .btn--sm .wa-icon { width: 22px; height: 22px; }
  .area { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .section { padding: 60px 0; }
  .grid--services, .grid--differentials, .grid--reviews { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .hero__metrics { grid-template-columns: repeat(2, 1fr); gap: 16px 22px; }
  .hero__card { position: static; margin-top: 16px; max-width: 100%; }
  .socialbar__inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .socialbar__tick { gap: 14px; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__bottom .container { justify-content: flex-start; }
  .float-wa { width: 54px; height: 54px; right: 16px; bottom: 16px; }
  .float-wa svg { width: 28px; height: 28px; }
}
