/* ==========================================================================
   DJA Manutenções de Poços Artesianos — v1
   Paleta extraída da logo: navy #1F2A68 + azul água
   ========================================================================== */

:root {
  --navy: #1f2a68;
  --navy-800: #17204f;
  --navy-900: #0e1533;
  --blue: #2e7dc4;
  --blue-400: #4fa3dc;
  --blue-100: #d7e9f7;
  --blue-50: #eaf3fb;

  --bg: #f6fafd;
  --surface: #ffffff;
  --ink: #16203a;
  --muted: #5c6a80;
  --line: #dce7f1;

  --wa: #22c55e;
  --wa-dark: #16a34a;

  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 56, .06), 0 2px 8px rgba(15, 23, 56, .04);
  --shadow: 0 4px 12px rgba(15, 23, 56, .06), 0 12px 32px rgba(15, 23, 56, .08);
  --shadow-lg: 0 20px 60px rgba(15, 23, 56, .16);

  --max: 1180px;
  --pad: 24px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

h1, h2, h3 { margin: 0; line-height: 1.15; letter-spacing: -.02em; font-weight: 800; }
p { margin: 0; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); }

.section { padding: 96px 0; }
.section--tight { padding: 72px 0; }
.section--light { background: var(--surface); }
.section--blue { background: var(--blue-50); }

/* ---------- tipografia de seção ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 16px;
}
.eyebrow::before {
  content: ""; width: 24px; height: 2px; background: var(--blue-400); border-radius: 2px;
}

.section-title { font-size: clamp(28px, 4vw, 42px); color: var(--navy); max-width: 20ch; }
.section-title--center { max-width: 24ch; margin-inline: auto; text-align: center; }
.section-intro { margin-top: 16px; color: var(--muted); font-size: 17px; max-width: 62ch; }
.section-intro--center { margin-inline: auto; text-align: center; }
.section-head { margin-bottom: 48px; }
.section-head--center { text-align: center; }

/* ---------- botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: 999px; border: 0; cursor: pointer;
  font: inherit; font-weight: 700; font-size: 16px; line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; flex: none; }

.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 6px 20px rgba(34, 197, 94, .32); }
.btn--wa:hover { background: var(--wa-dark); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(34, 197, 94, .38); }

.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-800); transform: translateY(-2px); }

.btn--ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--navy); background: #fff; }

.btn--outline-light { background: rgba(255, 255, 255, .06); color: #fff; border: 1.5px solid rgba(255, 255, 255, .32); }
.btn--outline-light:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .6); transform: translateY(-2px); }

.btn--lg { padding: 18px 34px; font-size: 17px; }
.btn--block { width: 100%; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(246, 250, 253, .88);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.header.is-stuck { border-bottom-color: var(--line); box-shadow: 0 2px 16px rgba(15, 23, 56, .05); }

.header__inner { display: flex; align-items: center; gap: 32px; height: 76px; }

.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { height: 52px; width: auto; mix-blend-mode: multiply; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-weight: 800; font-size: 17px; color: var(--navy); letter-spacing: -.01em; }
.brand__tag { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }

.nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav a { font-size: 14.5px; font-weight: 600; color: var(--ink); opacity: .78; white-space: nowrap; transition: opacity .15s, color .15s; }
.nav a:hover { opacity: 1; color: var(--navy); }
/* o CTA dentro do nav só aparece no menu mobile */
.nav .btn { display: none; }

.header .btn { flex: none; padding: 12px 22px; font-size: 15px; }

.burger {
  display: none; margin-left: auto; width: 44px; height: 44px;
  border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer;
  align-items: center; justify-content: center;
}
.burger span { display: block; width: 20px; height: 2px; background: var(--navy); border-radius: 2px; position: relative; }
.burger span::before, .burger span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--navy); border-radius: 2px;
}
.burger span::before { top: -6px; }
.burger span::after { top: 6px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  min-height: 640px; padding: 72px 0;
  background: #5c5330; /* tom médio da foto, evita flash branco */
}

/* foto do poço cobrindo o fundo inteiro */
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 62% center;
}

/* véu claro: a foto é escura, então o lado do texto precisa ser clareado */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(96deg,
    rgba(247, 251, 254, .97) 0%,
    rgba(247, 251, 254, .96) 32%,
    rgba(247, 251, 254, .88) 48%,
    rgba(247, 251, 254, .48) 62%,
    rgba(247, 251, 254, .08) 78%,
    rgba(247, 251, 254, 0) 90%);
}

.hero .wrap { position: relative; z-index: 2; }
.hero__content { max-width: 600px; }

.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 16px 8px 12px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 24px;
}
.pulse {
  width: 9px; height: 9px; border-radius: 50%; background: var(--wa); flex: none;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, .7); animation: pulse 2.2s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 9px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.hero h1 { font-size: clamp(36px, 5.2vw, 58px); color: var(--navy); letter-spacing: -.03em; }
.hero h1 em { font-style: normal; color: var(--blue); }

.hero__sub { margin-top: 22px; font-size: 18px; color: var(--muted); max-width: 54ch; }

.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
/* sobre a foto o botão vazado sumiria: fundo sólido */
.hero__cta .btn--ghost { background: #fff; border-color: #fff; box-shadow: var(--shadow-sm); }
.hero__cta .btn--ghost:hover { border-color: var(--navy); }

.hero__trust {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px;
  margin-top: 22px;
  font-size: 14.5px; font-weight: 600; color: var(--ink);
}
.hero__trust span { display: flex; align-items: center; gap: 8px; }
.hero__trust svg { width: 17px; height: 17px; color: var(--blue); flex: none; }

.hero__stat {
  margin-top: 34px; max-width: 540px;
  background: rgba(255, 255, 255, .93); border-radius: var(--radius); padding: 20px 26px;
  box-shadow: var(--shadow); border: 1px solid rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
  display: flex; justify-content: space-between; gap: 18px; text-align: center;
}
.hero__stat b { display: block; font-size: 25px; color: var(--navy); line-height: 1.1; }
.hero__stat small { font-size: 12.5px; color: var(--muted); font-weight: 600; }

/* ==========================================================================
   BARRA DE CONFIANÇA
   ========================================================================== */
.trustbar { background: var(--navy); color: #fff; padding: 22px 0; }
.trustbar__list {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 36px;
  list-style: none; margin: 0; padding: 0;
}
.trustbar__list li {
  display: flex; align-items: center; gap: 9px;
  font-size: 14.5px; font-weight: 600; color: rgba(255, 255, 255, .92);
}
.trustbar__list svg { width: 17px; height: 17px; color: var(--blue-400); flex: none; }

/* ==========================================================================
   VÍDEO
   ========================================================================== */
.section--video { background: var(--surface); }

.video { max-width: 940px; margin-inline: auto; }

.video__player {
  position: relative; overflow: hidden; cursor: pointer;
  border-radius: var(--radius-lg); aspect-ratio: 16 / 9;
  background: var(--navy-900); box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}
.video__player:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.video__thumb {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.video__player:hover .video__thumb { transform: scale(1.045); }

.video__veil {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14, 21, 51, .88) 0%, rgba(14, 21, 51, .3) 45%, rgba(14, 21, 51, .12) 100%);
}

.video__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 84px; height: 84px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .18); backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, .5);
  box-shadow: 0 10px 40px rgba(14, 21, 51, .45);
  transition: transform .3s ease, background .3s ease;
}
.video__play::before {
  content: ""; position: absolute; inset: -10px; border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .35);
  animation: ripple 2.6s ease-out infinite;
}
.video__play svg { width: 32px; height: 32px; color: #fff; margin-left: 5px; }
.video__player:hover .video__play { transform: translate(-50%, -50%) scale(1.1); background: rgba(255, 255, 255, .3); }

@keyframes ripple {
  0%   { transform: scale(1);    opacity: .9; }
  100% { transform: scale(1.45); opacity: 0; }
}

.video__meta { position: absolute; left: 0; bottom: 0; padding: 32px; }
.video__meta h3 { font-size: clamp(20px, 2.6vw, 27px); color: #fff; text-shadow: 0 2px 16px rgba(14, 21, 51, .5); }
.video__meta p { margin-top: 7px; font-size: 15px; color: rgba(255, 255, 255, .84); }

/* ---------- modal ---------- */
.video-modal {
  position: fixed; inset: 0; z-index: 120;
  display: grid; place-items: center; padding: 24px;
  background: rgba(8, 12, 30, .88); backdrop-filter: blur(8px);
  animation: fadein .22s ease;
}
.video-modal[hidden] { display: none; }

@keyframes fadein { from { opacity: 0 } to { opacity: 1 } }

.video-modal__box { width: 100%; max-width: 1000px; }

.video-modal__frame {
  width: 100%; aspect-ratio: 16 / 9;
  border-radius: var(--radius); overflow: hidden;
  background: #000; box-shadow: 0 30px 90px rgba(0, 0, 0, .6);
}

.video-modal__fallback {
  margin-top: 14px; text-align: center; font-size: 14px; color: rgba(255, 255, 255, .6);
}
.video-modal__fallback a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.video-modal__frame iframe { width: 100%; height: 100%; border: 0; display: block; }

.video-modal__close {
  position: absolute; top: 18px; right: 18px; z-index: 2;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  display: grid; place-items: center; color: #fff;
  background: rgba(255, 255, 255, .14); transition: background .18s ease, transform .18s ease;
}
.video-modal__close:hover { background: rgba(255, 255, 255, .28); transform: scale(1.08); }
.video-modal__close:focus-visible { outline: 3px solid var(--blue-400); outline-offset: 2px; }
.video-modal__close svg { width: 22px; height: 22px; }

body.is-locked { overflow: hidden; }

/* ==========================================================================
   DORES
   ========================================================================== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--blue-100); }

.card__icon {
  width: 48px; height: 48px; border-radius: 14px; margin-bottom: 18px;
  display: grid; place-items: center;
  background: var(--blue-50); color: var(--blue);
}
.card__icon svg { width: 24px; height: 24px; }

.card h3 { font-size: 18.5px; color: var(--navy); margin-bottom: 10px; }
.card p { font-size: 15.5px; color: var(--muted); }

.section-cta {
  margin-top: 44px; padding: 26px 32px; border-radius: var(--radius);
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.section-cta p { font-size: 17px; font-weight: 600; }
.section-cta strong { color: var(--blue-400); }

/* ==========================================================================
   COMO FUNCIONA
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }

.step { position: relative; padding-top: 28px; }
.step::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--blue-100); border-radius: 3px;
}
.step:first-child::before { background: var(--blue); }

.step__num {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px;
  background: var(--navy); color: #fff; font-weight: 800; font-size: 17px; margin-bottom: 18px;
}
.step h3 { font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.step p { font-size: 15.5px; color: var(--muted); }

/* ==========================================================================
   SERVIÇOS
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }

.svc-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.svc-list li {
  display: flex; align-items: flex-start; gap: 13px;
  padding: 13px 0; border-bottom: 1px solid var(--line);
  font-size: 16px; font-weight: 600; color: var(--ink);
}
.svc-list li:last-child { border-bottom: 0; }
.svc-list svg { width: 20px; height: 20px; color: var(--blue); flex: none; margin-top: 1px; }

.svc-note {
  margin-top: 26px; padding: 18px 22px; border-radius: 14px;
  background: var(--blue-50); border: 1px solid var(--blue-100);
  font-size: 15px; color: var(--navy); font-weight: 600;
}

/* ==========================================================================
   CARROSSEL (serviços realizados)
   ========================================================================== */
.carousel { position: relative; }

.carousel__viewport {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
  background: var(--navy-900);
  touch-action: pan-y;
}

.carousel__track {
  display: flex;
  transition: transform .62s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.carousel__track.is-dragging { transition: none; }

.carousel__slide { flex: 0 0 100%; margin: 0; position: relative; }
.carousel__slide img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
  user-select: none; -webkit-user-drag: none;
}
.carousel__slide figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 86px 24px 54px;
  font-size: 15.5px; font-weight: 700; color: #fff; line-height: 1.35;
  text-shadow: 0 1px 12px rgba(14, 21, 51, .5);
  background: linear-gradient(to top, rgba(14, 21, 51, .94) 30%, rgba(14, 21, 51, 0) 100%);
  pointer-events: none;
}

/* setas */
.carousel__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer;
  display: grid; place-items: center; color: var(--navy);
  background: rgba(255, 255, 255, .82); box-shadow: 0 4px 14px rgba(15, 23, 56, .22);
  opacity: .85; transition: opacity .18s ease, transform .18s ease, background .18s ease;
}
.carousel__nav svg { width: 21px; height: 21px; }
.carousel__nav:hover { opacity: 1; background: #fff; transform: translateY(-50%) scale(1.1); }
.carousel__nav:focus-visible { outline: 3px solid var(--blue-400); outline-offset: 2px; }
.carousel__nav--prev { left: 14px; }
.carousel__nav--next { right: 14px; }

/* indicador / menu de navegação */
.carousel__dots {
  position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); z-index: 3;
  display: flex; gap: 7px; padding: 8px 10px; border-radius: 14px;
  background: rgba(255, 255, 255, .18); border: 1px solid rgba(255, 255, 255, .32);
  backdrop-filter: blur(6px);
}
.carousel__dots button {
  width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(255, 255, 255, .55);
  transition: width .3s ease, background .3s ease;
}
.carousel__dots button[aria-selected="true"] { width: 26px; background: #fff; }
.carousel__dots button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

/* ==========================================================================
   POR QUE A DJA
   ========================================================================== */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.why__item { background: var(--surface); padding: 34px 30px; transition: background .2s ease; }
.why__item:hover { background: var(--blue-50); }
.why__item svg { width: 26px; height: 26px; color: var(--blue); margin-bottom: 16px; }
.why__item h3 { font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.why__item p { font-size: 15.5px; color: var(--muted); }

/* ==========================================================================
   PROVA SOCIAL
   ========================================================================== */
.clients {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 44px;
}
.clients span {
  padding: 11px 22px; border-radius: 999px; background: var(--surface);
  border: 1px solid var(--line); font-weight: 700; font-size: 15px; color: var(--navy);
  box-shadow: var(--shadow-sm);
}

/* ---------- card da nota do Google ---------- */
.gmb {
  display: grid; grid-template-columns: minmax(230px, .8fr) 1.2fr; gap: 40px; align-items: center;
  max-width: 860px; margin: 0 auto 40px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px 40px; box-shadow: var(--shadow);
}

.gmb__score { text-align: center; }
.gmb__logo { width: 30px; height: 30px; margin-bottom: 10px; }
.gmb__num { font-size: 52px; font-weight: 800; line-height: 1; color: var(--navy); letter-spacing: -.03em; }
.gmb__stars { display: flex; justify-content: center; gap: 3px; margin-top: 10px; }
.gmb__stars svg { width: 20px; height: 20px; color: #fbbc05; }
.gmb__count { margin-top: 10px; font-size: 14px; color: var(--muted); }
.gmb__count b { color: var(--navy); }

.gmb__bars-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.gmb__bars-title b { color: var(--blue); }
.gmb__bars ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.gmb__bars li { display: grid; grid-template-columns: 34px 1fr 26px; align-items: center; gap: 12px; }
.gmb__lbl { display: flex; align-items: center; gap: 3px; font-size: 13px; font-weight: 700; color: var(--muted); }
.gmb__lbl svg { width: 12px; height: 12px; color: #fbbc05; }
.gmb__bar { height: 8px; border-radius: 999px; background: var(--blue-50); overflow: hidden; }
.gmb__bar i { display: block; height: 100%; border-radius: 999px; background: #fbbc05; }
.gmb__val { font-size: 13px; font-weight: 700; color: var(--muted); text-align: right; }

.gmb__link {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 18px;
  font-size: 14.5px; font-weight: 700; color: var(--blue);
}
.gmb__link svg { width: 16px; height: 16px; transition: transform .18s ease; }
.gmb__link:hover svg { transform: translateX(3px); }

/* ---------- depoimentos ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.quote:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--blue-100); }

.quote__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.quote__stars { display: flex; gap: 2px; }
.quote__stars svg { width: 17px; height: 17px; color: #fbbc05; }
.quote__source { width: 19px; height: 19px; flex: none; opacity: .9; }

.quote p { font-size: 16px; color: var(--ink); flex: 1; }
.quote footer { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14.5px; font-weight: 700; color: var(--navy); }
.quote footer small { display: block; font-weight: 500; font-size: 13px; color: var(--muted); margin-top: 2px; }

/* ==========================================================================
   ÁREA DE ATENDIMENTO
   ========================================================================== */
.area {
  position: relative; padding: 104px 0; color: #fff; overflow: hidden;
  background: var(--navy-900);
}
.area__bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28;
}
.area::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, var(--navy-900) 18%, rgba(14, 21, 51, .78) 58%, rgba(14, 21, 51, .45) 100%);
}
.area .wrap { position: relative; z-index: 2; }
.area__inner { max-width: 640px; }
.area h2 { font-size: clamp(28px, 4vw, 42px); }
.area p { margin-top: 20px; font-size: 17.5px; color: rgba(255, 255, 255, .82); }
.area .eyebrow { color: var(--blue-400); }
.area .eyebrow::before { background: var(--blue-400); }

.area__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.area__pills span {
  padding: 9px 18px; border-radius: 999px; font-size: 14px; font-weight: 600;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18);
}
.area__cta { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.area__note { font-size: 15px; color: rgba(255, 255, 255, .75); }

/* ---------- contatos dentro da seção escura ---------- */
.contact-list { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 14px; }
.contact-list li { display: flex; align-items: center; gap: 14px; font-size: 16px; }
.contact-list .ico {
  width: 42px; height: 42px; border-radius: 12px; flex: none;
  display: grid; place-items: center; background: var(--blue-50); color: var(--blue);
}
.contact-list .ico svg { width: 20px; height: 20px; }
.contact-list b { display: block; color: var(--navy); font-size: 15.5px; }
.contact-list small { color: var(--muted); font-size: 13.5px; }

.contact-list--dark {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px; max-width: 880px; margin-top: 40px;
  padding-top: 34px; border-top: 1px solid rgba(255, 255, 255, .14);
}
.contact-list--dark li { min-width: 0; }
.contact-list--dark .ico {
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18); color: var(--blue-400);
}
.contact-list--dark b { color: #fff; overflow-wrap: anywhere; }
.contact-list--dark small { color: rgba(255, 255, 255, .6); }
.contact-list__wide { grid-column: 1 / -1; }

/* ==========================================================================
   FORMULÁRIO
   ========================================================================== */
.section--form { background: var(--blue-50); }

.form-card {
  max-width: 880px; margin-inline: auto;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 44px 48px; box-shadow: var(--shadow-lg);
}

.form-card__head { margin-bottom: 32px; }
.form-card__head h2 { font-size: clamp(26px, 3.4vw, 34px); color: var(--navy); max-width: 22ch; }
.form-card__head p { margin-top: 14px; font-size: 16.5px; color: var(--muted); max-width: 56ch; }

.form-grid-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 22px; }
.field--half { grid-column: span 1; }
.field--full { grid-column: 1 / -1; }

.field label {
  display: flex; align-items: center; gap: 5px;
  font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 8px; line-height: 1;
}
.field .req { color: #e5484d; font-weight: 700; }
.field .opt { font-weight: 500; color: var(--muted); }

.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1px solid var(--line); background: #fff;
  font: inherit; font-size: 15.5px; color: var(--ink);
  box-shadow: 0 1px 2px rgba(15, 23, 56, .04);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa7ba; }
.field select { appearance: none; cursor: pointer; padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235c6a80' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 17px;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0; border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(46, 125, 196, .2);
}
.field textarea { resize: vertical; min-height: 108px; }

.form-sep { height: 1px; border: 0; background: var(--line); margin: 32px 0 24px; }

.form-actions {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.form-note {
  display: flex; align-items: center; gap: 9px;
  font-size: 13.5px; color: var(--muted); max-width: 38ch;
}
.form-note svg { width: 17px; height: 17px; color: var(--blue); flex: none; }

.form-foot {
  margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line);
  text-align: center; font-size: 13.5px; color: var(--muted);
}

/* ==========================================================================
   RODAPÉ
   ========================================================================== */
.footer { background: var(--navy-900); color: rgba(255, 255, 255, .72); padding: 64px 0 0; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer h4 { color: #fff; font-size: 15px; font-weight: 800; margin: 0 0 18px; letter-spacing: .02em; }
.footer p, .footer a, .footer li { font-size: 15px; }
.footer a:hover { color: #fff; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }

.footer__brand img {
  height: 76px; width: auto; background: #fff; border-radius: 12px; padding: 8px; margin-bottom: 18px;
}
.footer__slogan {
  margin-top: 20px; font-size: 16px; font-style: italic; color: var(--blue-400); font-weight: 600;
}

.footer__social { display: flex; gap: 10px; margin-top: 24px; }
.footer__social a {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .8);
  transition: background .18s ease, color .18s ease, transform .18s ease, border-color .18s ease;
}
.footer__social a:hover {
  background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .3);
  color: #fff; transform: translateY(-2px);
}
.footer__social svg { width: 20px; height: 20px; }

.footer__bottom {
  margin-top: 56px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13.5px; color: rgba(255, 255, 255, .55);
}

/* ---------- botão flutuante ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--wa); color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 28px rgba(34, 197, 94, .45);
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 30px; height: 30px; }

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */
@media (max-width: 1024px) {
  .cards, .why, .quotes { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .split { gap: 44px; }
  .hero { min-height: 580px; }
  .hero__content { max-width: 520px; }
  .form-card { padding: 38px 34px; }
}

@media (max-width: 900px) {
  .nav { display: none; }
  .header .btn { display: none; }
  .burger { display: flex; }

  .header.is-open { background: #fff; backdrop-filter: none; }
  .header.is-open .nav {
    display: flex; position: absolute; top: 76px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0; margin: 0;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 8px 24px 20px;
  }
  .header.is-open .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .header.is-open .nav .btn { display: inline-flex; margin-top: 16px; }

  /* no mobile a ilustração sai do fundo e vai para baixo do texto */
  .hero {
    display: flex; flex-direction: column; align-items: stretch;
    min-height: 0; padding: 40px 0 0; background: var(--bg);
  }
  .hero::after { display: none; }
  .hero .wrap { order: 1; }
  .hero__content { max-width: none; }
  .hero__bg {
    position: static; order: 2; margin-top: 36px;
    width: 100%; height: auto; aspect-ratio: 16 / 10;
  }
  .hero__stat { max-width: none; background: #fff; border-color: var(--line); }
  .split { grid-template-columns: 1fr; }
  .hero__trust { font-size: 14px; }

  .carousel__slide img { aspect-ratio: 4 / 3; }
  .footer__grid { grid-template-columns: 1fr 1fr; }

  .gmb { grid-template-columns: 1fr; gap: 30px; padding: 32px 30px; }
  .gmb__bars { max-width: 420px; margin-inline: auto; width: 100%; }
  .video__meta { padding: 24px; }
  .video__play { width: 68px; height: 68px; }
  .video__play svg { width: 26px; height: 26px; }
}

@media (max-width: 640px) {
  :root { --pad: 20px; }
  .section { padding: 64px 0; }
  .cards, .why, .quotes, .steps, .footer__grid,
  .form-grid-fields, .contact-list--dark { grid-template-columns: 1fr; }
  .why { border-radius: var(--radius); }
  .hero__cta .btn { width: 100%; }
  .section-cta { flex-direction: column; align-items: stretch; text-align: center; }
  .section-cta .btn { width: 100%; }

  .form-card { padding: 28px 22px; }
  .form-actions { flex-direction: column-reverse; align-items: stretch; }
  .form-actions .btn { width: 100%; }
  .form-note { max-width: none; justify-content: center; text-align: center; }

  .area__cta { flex-direction: column; align-items: stretch; }
  .area__cta .btn { width: 100%; }
  .area__note { text-align: center; }

  .video-modal { padding: 14px; }
  .video__meta { padding: 18px; }
  .video__meta p { display: none; }
  .video__play { width: 58px; height: 58px; }
  .video__play svg { width: 22px; height: 22px; }
  .gmb { padding: 26px 22px; }
  .gmb__num { font-size: 44px; }
  .carousel__nav { width: 36px; height: 36px; }
  .carousel__nav--prev { left: 10px; }
  .carousel__nav--next { right: 10px; }
  .carousel__slide figcaption { font-size: 14px; padding: 70px 18px 50px; }
  .hero__stat { gap: 10px; padding: 16px 14px; }
  .hero__stat b { font-size: 19px; }
  .hero__stat small { font-size: 11.5px; line-height: 1.35; }
  .brand img { height: 44px; }
  .brand__text { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
