/* ============================================================
   Guincho Guara — estilos
   Paleta da marca: azul-marinho (navy) + laranja  | tema claro
   ============================================================ */

:root {
  --navy:      #14384f;   /* azul da logo */
  --navy-deep: #0e2a3b;   /* navy escuro (faixas/rodapé) */
  --orange:    #f7941e;   /* laranja da logo */
  --orange-2:  #ef7d12;   /* laranja escuro (gradiente) */
  --orange-ink:#0e2a3b;   /* texto sobre laranja */
  --whatsapp:  #25d366;
  --whatsapp-d:#1da851;

  --bg:        #ffffff;
  --bg-alt:    #f2f6f8;   /* seções claras alternadas */
  --surface:   #ffffff;   /* cards */
  --text:      #314c5d;   /* corpo de texto */
  --heading:   #14384f;   /* títulos */
  --muted:     #647d8c;
  --line:      rgba(20,56,79,.12);
  --line-d:    rgba(255,255,255,.14);

  --radius:    18px;
  --radius-sm: 12px;
  --maxw:      1160px;
  --shadow:    0 24px 50px -24px rgba(20,56,79,.30);
  --shadow-sm: 0 12px 28px -16px rgba(20,56,79,.26);
  --font:      'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --display:   'Oswald', var(--font);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

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

h1, h2, h3, h4 { font-family: var(--display); line-height: 1.08; letter-spacing: .5px; text-transform: uppercase; color: var(--heading); }
h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); }

/* ---------- Ícones ---------- */
.ic { width: 22px; height: 22px; flex: none; }
.ic--xs { width: 17px; height: 17px; }
.ic--lg { width: 34px; height: 34px; }
.ic--xl { width: 54px; height: 54px; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-weight: 700; font-size: .95rem; line-height: 1;
  padding: .9rem 1.6rem; border-radius: 50px;
  cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn .ic { width: 19px; height: 19px; }
.btn:active { transform: scale(.97); }
.btn--lg { padding: 1.05rem 2.1rem; font-size: 1.05rem; }
.btn--sm { padding: .55rem 1.05rem; font-size: .85rem; }
.btn--sm .ic { width: 16px; height: 16px; }
.btn--block { display: flex; width: 100%; }
.btn--whatsapp { background: var(--whatsapp); color: #fff; }
.btn--whatsapp:hover { background: var(--whatsapp-d); box-shadow: 0 12px 26px -10px rgba(37,211,102,.7); transform: translateY(-2px); }
.btn--ghost { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.5); }
.btn--ghost:hover { border-color: var(--orange); color: var(--orange); }
.btn--outline { background: transparent; color: var(--orange); border-color: rgba(247,148,30,.5); }
.btn--outline:hover { background: var(--orange); color: #fff; }
.btn--dark { background: var(--navy); color: #fff; }
.btn--dark:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: var(--shadow-sm); }

/* ---------- Botões pulsantes (hero + cta) ---------- */
.hero__actions .btn--whatsapp { animation: pulse-green 1.2s infinite; }
.hero__actions .btn--ghost    { animation: pulse-red 1.2s infinite; animation-delay: .4s; }
.cta .btn                     { animation: pulse-orange 1.2s infinite; }

@keyframes pulse-green {
  0%   { box-shadow: 0 0 0 0 rgb(255 0 0 / 75%); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@keyframes pulse-red {
  0%   { box-shadow: 0 0 0 0 rgb(255 0 0 / 75%); }
  70%  { box-shadow: 0 0 0 14px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
@keyframes pulse-orange {
  0%   { box-shadow: 0 0 0 0 rgba(247,148,30,.55); }
  70%  { box-shadow: 0 0 0 14px rgba(247,148,30,0); }
  100% { box-shadow: 0 0 0 0 rgba(247,148,30,0); }
}

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--display); color: var(--orange); font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase; font-size: .82rem; margin-bottom: .7rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--orange); display: inline-block; }

/* ---------- 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; height: 78px; }
.logo { display: inline-flex; align-items: center; gap: .6rem; }
.logo__img { height: 50px; width: auto; display: block; }
.logo__img--footer { height: 58px; filter: brightness(0) invert(1); opacity: .95; }
.logo__text { font-family: var(--display); font-size: 1.3rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; line-height: 1; }
.logo__text strong { color: var(--orange); }

.nav { display: flex; align-items: center; gap: 1.7rem; }
.nav a { font-weight: 600; font-size: .95rem; color: var(--navy); transition: color .2s; position: relative; }
.nav a:not(.btn):hover, .nav a.is-active { color: var(--orange); }
.nav a.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 3px;
  background: var(--orange); border-radius: 2px;
}
.nav a.btn { color: #fff; }
.nav a.btn:hover { color: #fff; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; color: var(--navy); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 90vh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: var(--navy-deep); }
.hero__media, .hero__media video, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__placeholder {
  position: absolute; inset: 0;
  background: radial-gradient(120% 120% at 75% 20%, #1c4763 0%, #0a2231 70%);
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: #7d97a8; font-family: var(--display); font-size: 1.3rem; letter-spacing: 1px;
}
.hero__placeholder span { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.hero__placeholder small { font-size: .78rem; opacity: .7; font-family: var(--font); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,28,42,.95) 0%, rgba(12,34,49,.82) 45%, rgba(14,42,59,.4) 100%); }
.hero__content { position: relative; z-index: 2; padding: 5rem 22px 2rem; max-width: var(--maxw); margin: 0 auto; width: 100%; color: #fff; text-align: left; }
.hero h1 { max-width: 760px; }
.hero__tag {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(247,148,30,.16); color: var(--orange); border: 1px solid rgba(247,148,30,.4);
  font-weight: 700; font-size: .82rem; letter-spacing: .5px; text-transform: uppercase;
  padding: .45rem 1rem; border-radius: 50px; margin-bottom: 1.3rem;
}
.hero h1 {
  font-size: clamp(2.5rem, 6.5vw, 3rem);
  margin-bottom: 1.3rem;
  color: #fff;
}
.hero h1 .hl { color: var(--orange); }
.hero__lead { font-size: clamp(1.05rem, 2vw, 1.28rem); color: #d4dee5; max-width: 580px; margin-bottom: 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__stats {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  padding-top: 2rem; padding-bottom: 2rem; margin-top: auto;
  border-top: 1px solid var(--line-d);
}
.hero__stat strong { display: block; font-family: var(--display); font-size: 2rem; line-height: 1; color: var(--orange); }
.hero__stat span { font-size: .85rem; color: #aebec8; font-weight: 500; }

/* ---------- Trust bar ---------- */
.trust { background: var(--orange); color: var(--orange-ink); }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; padding: 2rem 22px; }
.trust__item { display: flex; align-items: center; gap: .9rem; }
.trust__ic { flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: rgba(14,42,59,.14); color: var(--navy-deep); }
.trust__ic .ic { width: 24px; height: 24px; }
.trust__item strong { display: block; font-family: var(--display); font-size: 1.1rem; letter-spacing: .5px; }
.trust__item p { font-size: .85rem; font-weight: 500; opacity: .82; line-height: 1.3; }

/* ---------- Seções ---------- */
.section { padding: 5.5rem 0; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--navy); }
.section--dark h2, .section--dark h3 { color: #fff; }
.section__head { max-width: 660px; margin: 0 auto 3.2rem; text-align: center; }
.section__head .eyebrow { justify-content: center; }
.section__head p { color: var(--muted); margin-top: .8rem; font-size: 1.05rem; }
.section__head--light p { color: #c2d0da; }

/* ---------- Cards de serviço ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.5rem; }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2.2rem 1.9rem; box-shadow: var(--shadow-sm);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-6px); border-color: rgba(247,148,30,.5); box-shadow: var(--shadow); }
.card__icon {
  display: grid; place-items: center; width: 60px; height: 60px; border-radius: 14px;
  background: rgba(247,148,30,.14); color: var(--orange); margin-bottom: 1.2rem;
}
.card__icon .ic { width: 30px; height: 30px; }
.card h3 { font-size: 1.3rem; margin-bottom: .6rem; }
.card p { color: var(--muted); font-size: .96rem; }

/* ---------- Steps (como funciona) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.step {
  position: relative; text-align: center; padding: 2.6rem 1.6rem 2rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.step__num {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 1.2rem;
}
.step__ic { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 1.1rem; border-radius: 50%; background: rgba(20,56,79,.07); color: var(--navy); }
.step__ic .ic { width: 30px; height: 30px; }
.step h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.step p { color: var(--muted); font-size: .95rem; }

/* ---------- Sobre ---------- */
.about { display: grid; grid-template-columns: 1fr 1.05fr; gap: 3.4rem; align-items: center; }
.about--reverse .about__media { order: 2; }
.about__text h2 { margin-bottom: 1.2rem; }
.about__text p { color: var(--muted); margin-bottom: 1rem; }
.about__text p strong { color: var(--text); }
.checklist { list-style: none; margin: 1.5rem 0 2rem; }
.checklist li { padding-left: 2rem; position: relative; margin-bottom: .8rem; color: var(--text); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(247,148,30,.18);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23f7941e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}

/* ---------- Placeholders de imagem ---------- */
.img-placeholder {
  background:
    radial-gradient(100% 100% at 50% 0%, rgba(247,148,30,.06), transparent 60%),
    repeating-linear-gradient(45deg, #eef2f5, #eef2f5 16px, #e6ecf0 16px, #e6ecf0 32px);
  border: 2px dashed rgba(247,148,30,.4); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: #8aa0ae; min-height: 230px; font-family: var(--display); letter-spacing: 1px;
}
.img-placeholder span { display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.img-placeholder small { font-size: .72rem; opacity: .7; font-family: var(--font); }
.img-placeholder--tall { min-height: 440px; height: 100%; }

/* ---------- Imagens reais ---------- */
.media-img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.media-img--tall { min-height: 440px; max-height: 520px; }

/* ---------- Galeria (3 por linha) ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.gallery__item { display: block; overflow: hidden; border-radius: var(--radius); position: relative; box-shadow: var(--shadow-sm); }
.gallery__item img {
  width: 100%; height: 200px; object-fit: cover; display: block;
  transition: transform .4s ease;
}
.gallery__item:hover img { transform: scale(1.07); }

/* ---------- Cidades (faixa navy) ---------- */
.cities { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.city {
  display: inline-flex; align-items: center; gap: .45rem;
  background: rgba(255,255,255,.07); border: 1px solid var(--line-d);
  padding: .7rem 1.3rem; border-radius: 50px; font-weight: 600; font-size: .95rem; color: #fff;
}
.city .ic { color: var(--orange); }
.city--link { cursor: pointer; transition: color .2s, border-color .2s, background .2s, transform .15s; }
.section--dark .city--link:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
/* Badges de cidade sobre fundo claro */
.cities--light .city { background: #fff; border: 1px solid var(--line); color: var(--navy); box-shadow: var(--shadow-sm); }
.cities--light .city--link:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); box-shadow: var(--shadow); }

/* ---------- Números (faixa navy) ---------- */
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; text-align: center; }
.number strong { display: block; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 3.4rem); color: var(--orange); line-height: 1; }
.number span { color: #c2d0da; font-weight: 500; }

/* ---------- CTA ---------- */
.cta { background: linear-gradient(120deg, var(--orange-2), var(--orange)); color: var(--orange-ink); }
.cta__inner { padding: 3.4rem 22px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta h2 { margin-bottom: .4rem; color: var(--orange-ink); }
.cta p { font-weight: 600; max-width: 520px; }

/* ---------- Page hero (sobre/contato) ---------- */
.pagehero {
  background:
    radial-gradient(80% 120% at 80% 0%, rgba(247,148,30,.18), transparent 55%),
    var(--navy);
  border-bottom: 4px solid var(--orange);
  padding: 4.5rem 0 3.8rem; text-align: center;
}
.pagehero h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); margin-bottom: .8rem; color: #fff; }
.pagehero p { color: #c2d0da; max-width: 600px; margin: 0 auto; font-size: 1.1rem; }

/* ---------- Contato ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact h2 { font-size: 1.7rem; margin-bottom: .5rem; }
.contact__sub { color: var(--muted); margin-bottom: 1.4rem; }
.phones { list-style: none; margin: 1.6rem 0; }
.phones li { margin-bottom: .7rem; }
.phones a {
  display: flex; align-items: center; gap: .8rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: .9rem 1.2rem; transition: border-color .2s, transform .15s, box-shadow .2s; color: var(--text);
}
.phones a:hover { border-color: var(--orange); transform: translateX(4px); box-shadow: var(--shadow-sm); }
.phones__ic { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(247,148,30,.14); color: var(--orange); flex: none; }
.phones__ic .ic { width: 19px; height: 19px; }
.phones__ic--wa { background: rgba(37,211,102,.16); color: var(--whatsapp); }
.contact__info--center { max-width: 560px; margin: 0 auto; text-align: center; }
.contact__info--center .phones { text-align: left; }
.phones strong { color: var(--heading); }
.phones .op { margin-left: auto; font-size: .72rem; color: var(--orange); font-weight: 700; letter-spacing: 1px; }
.contact__facts { margin-top: 1.4rem; display: grid; gap: .8rem; }
.contact__facts p { display: flex; align-items: center; gap: .7rem; color: var(--muted); }
.contact__facts strong { color: var(--heading); }

/* ---------- Formulário ---------- */
.form { display: grid; gap: 1.1rem; }
.form label { display: grid; gap: .45rem; font-weight: 600; font-size: .92rem; color: var(--heading); }
.form input, .form textarea {
  font-family: var(--font); font-size: 1rem; color: var(--text);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: .85rem 1rem; transition: border-color .2s, box-shadow .2s; resize: vertical;
}
.form input:focus, .form textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(247,148,30,.18); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.alert { display: flex; align-items: center; gap: .5rem; padding: .9rem 1.1rem; border-radius: var(--radius-sm); margin-bottom: 1.2rem; font-weight: 600; font-size: .95rem; }
.alert--ok { background: rgba(37,211,102,.14); border: 1px solid rgba(37,211,102,.45); color: #178a45; }
.alert--erro { background: rgba(214,69,69,.12); border: 1px solid rgba(214,69,69,.4); color: #c0392b; }

/* ---------- Mapa ---------- */
.map { line-height: 0; }
.map iframe { width: 100%; height: 380px; border: 0; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); border-top: 4px solid var(--orange); padding-top: 3.4rem; color: #c2d0da; }
.footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2.4rem; padding-bottom: 2.8rem; }
.footer__brand .logo { margin-bottom: 1rem; }
.footer__brand p { color: #a9bdca; max-width: 340px; }
.footer__col h4 { font-size: 1rem; color: #fff; margin-bottom: 1rem; letter-spacing: 1px; }
.footer__col a, .footer__plain { display: flex; align-items: center; gap: .5rem; color: #a9bdca; font-weight: 500; margin-bottom: .7rem; transition: color .2s; }
.footer__col a:hover { color: var(--orange); }
.footer__col .ic { color: var(--orange); }
.footer__bottom { border-top: 1px solid var(--line-d); padding: 1.3rem 0; }
.footer__bottom p { color: #8aa0ae; font-size: .85rem; text-align: center; }

/* ---------- Lightbox da galeria ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 300;
  display: none; align-items: center; justify-content: center;
  background: rgba(10,28,42,.92); backdrop-filter: blur(4px);
  padding: 5vh 1rem;
}
.lightbox.is-open { display: flex; animation: lb-fade .2s ease; }
@keyframes lb-fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox__fig { margin: 0; max-width: 92vw; max-height: 90vh; display: flex; }
.lightbox__img {
  max-width: 92vw; max-height: 90vh; width: auto; height: auto;
  border-radius: 10px; box-shadow: 0 30px 70px -20px rgba(0,0,0,.8);
  object-fit: contain;
}
.lightbox__btn {
  position: absolute; z-index: 2;
  display: grid; place-items: center; cursor: pointer;
  background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%; transition: background .2s, transform .15s;
  font-family: var(--font); line-height: 1;
}
.lightbox__btn:hover { background: var(--orange); border-color: var(--orange); }
.lightbox__btn:active { transform: scale(.92); }
.lightbox__close { top: 18px; right: 18px; width: 48px; height: 48px; font-size: 2rem; }
.lightbox__prev, .lightbox__next { top: 50%; transform: translateY(-50%); width: 54px; height: 54px; font-size: 2.4rem; }
.lightbox__prev { left: 18px; }
.lightbox__next { right: 18px; }
.lightbox__prev:active, .lightbox__next:active { transform: translateY(-50%) scale(.92); }
@media (max-width: 600px) {
  .lightbox__close { width: 42px; height: 42px; font-size: 1.7rem; }
  .lightbox__prev, .lightbox__next { width: 44px; height: 44px; font-size: 2rem; }
  .lightbox__prev { left: 8px; } .lightbox__next { right: 8px; }
}

/* ---------- WhatsApp flutuante ---------- */
.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 200;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--whatsapp); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 28px -6px rgba(37,211,102,.7);
  animation: wa-pulse 2.4s infinite;
}
.wa-float .ic { width: 30px; height: 30px; }
.wa-float:hover { background: var(--whatsapp-d); }
@keyframes wa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ---------- Responsivo ---------- */
@media (max-width: 1024px) {
  .cards--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .cards--4 { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .footer__inner {
    grid-template-columns: 0fr 1fr;
  }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .gallery { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
  .gallery__item img { height: 150px; }
  .hero__lead { display: none; }
}
@media (max-width: 860px) {
  .nav {
    position: fixed; top: 78px; right: 0; left: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 1rem 22px 1.4rem; transform: translateY(-150%); transition: transform .3s ease;
    box-shadow: var(--shadow); visibility: hidden;
  }
  .nav.is-open { transform: translateY(0); visibility: visible; }
  .nav a:not(.btn) { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav a.is-active::after { display: none; }
  .nav a.btn { margin-top: .9rem; justify-content: center; }
  .nav-toggle { display: inline-flex; }

  .hero { min-height: auto; padding-bottom: 0; }
  .hero__content { padding-top: 3.5rem; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 2.2rem; }
  .about, .about--reverse .about__media { grid-template-columns: 1fr; order: 0; }
  .about__media { margin-bottom: 1.5rem; }
  .contact { grid-template-columns: 1fr; }
  .numbers { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .cta__inner { flex-direction: column; align-items: flex-start; }
  .section { padding: 4rem 0; }
}
@media (max-width: 440px) {
  .hero__actions .btn { width: 100%; }
  .trust__grid { grid-template-columns: 1fr; }
}
