/* =========================================================
   022 Refrigeração — Landing page
   ========================================================= */

/* ---------- Fontes (hospedadas no site) ----------
   Montserrat: só pesos 500–900 e caracteres latinos com acentos do português.
   Caveat: só as letras da frase "Seu aparelho em boas mãos!" — se a frase mudar,
   gere o arquivo de novo com as letras novas. */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-500-900-latin.woff2") format("woff2");
  font-weight: 500 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E, U+00A0-00FF, U+2013-2014, U+2018-2019, U+201C-201D, U+2022, U+2026, U+20AC;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-700-tagline.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Fontes reserva com métricas ajustadas à Montserrat: o texto não "pula" quando a fonte chega.
   Arial Bold (Windows/iPhone/Mac) e Roboto Bold (Android), medidas contra a Montserrat 800. */
@font-face {
  font-family: "Montserrat Fallback";
  src: local("Arial Bold"), local("Arial-BoldMT");
  font-weight: 500 900;
  size-adjust: 111.75%;
  ascent-override: 86.63%;
  descent-override: 22.46%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Montserrat Fallback Android";
  src: local("Roboto Bold"), local("Roboto-Bold");
  font-weight: 500 900;
  size-adjust: 118.97%;
  ascent-override: 81.37%;
  descent-override: 21.1%;
  line-gap-override: 0%;
}

:root {
  --bg: #020a1b;
  --blue: #1a8cff;
  --blue-bright: #2cb4ff;
  --blue-title: #12a4ff;
  --blue-line: #1b6dff;
  --white: #ffffff;
  --text-soft: #dbe6f7;
  /* verde claro só em ícones e detalhes; texto branco sempre sobre --green / --green-deep (a partir de 4,8:1) */
  --green-bright: #43e06c;
  --green: #12843c;
  --green-deep: #0a6329;

  --font-body: "Montserrat", "Montserrat Fallback", "Montserrat Fallback Android", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-script: "Caveat", "Segoe Script", cursive;

  --gutter: 16px;
  --container: 1140px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  line-height: 1.4;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, p { margin: 0; }

:focus-visible { outline: 3px solid #8fd0ff; outline-offset: 4px; }

.container {
  width: min(var(--container), 100% - var(--gutter) * 2);
  margin-inline: auto;
}

.icon-defs { position: absolute; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-bottom: clamp(38px, 3.6vw, 52px);
  background:
    radial-gradient(40% 30% at 85% 30%, rgba(16, 90, 220, .12), transparent 70%),
    linear-gradient(180deg, #030d22 0%, var(--bg) 40%, #040c1c 100%);
}

/* Faixas diagonais azuis nos cantos superiores */
.hero__streaks { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero__streaks::before,
.hero__streaks::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(200px, 36vw, 520px);
  aspect-ratio: 1;
}
.hero__streaks::before {
  left: 0;
  background:
    linear-gradient(135deg,
      #0a52c4 0%,
      #1674f0 11%,
      #3a9dff 16.8%,
      #0a3e9e 17.6% 23.2%,
      transparent 24% 28%,
      rgba(26, 122, 255, .5) 28.5% 30%,
      transparent 31%);
  filter: blur(.6px);
  -webkit-mask-image: linear-gradient(135deg, #000 25%, transparent 48%);
          mask-image: linear-gradient(135deg, #000 25%, transparent 48%);
}
.hero__streaks::after {
  right: 0;
  width: clamp(220px, 40vw, 600px);
  background:
    linear-gradient(225deg,
      #0b52c8 0 10%,
      #2a90ff 10.4% 11.4%,
      #0a3f9f 11.8% 19%,
      transparent 19.5% 22%,
      #0b47b4 22.5% 27%,
      #3aa0ff 27.4% 28%,
      #0a3480 28.4% 31%,
      transparent 31.5% 35%,
      rgba(22, 110, 240, .45) 35.5% 37%,
      transparent 37.5%);
  filter: blur(.6px);
  -webkit-mask-image: linear-gradient(225deg, #000 22%, transparent 52%);
          mask-image: linear-gradient(225deg, #000 22%, transparent 52%);
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  padding-top: clamp(14px, 2.4vw, 30px);
}

/* ---------- Logo ---------- */
.logo {
  /* também olha a altura visível: tela baixa não pode virar "só logo" */
  font-size: clamp(8px, min(1.6vw, 1.9vh), 12.5px);
  font-size: clamp(8px, min(1.6vw, 1.9svh), 12.5px);
  grid-column: 2;
  grid-row: 1;
  position: relative;
  display: block;
  /* proporção do arquivo (425 x 394); o anel ocupa toda a altura */
  width: 27em;
  height: 25em;
  animation: logo-in .9s cubic-bezier(.2, .8, .2, 1) both;
}
.logo::before {
  /* fundo escuro por dentro do anel, como no flyer */
  content: "";
  position: absolute;
  inset: 4% 7%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, rgba(13, 43, 92, .85), rgba(2, 10, 27, 0) 70%);
}
.logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 1.2em rgba(26, 140, 255, .35));
}

/* ---------- Título ---------- */
.hero__title {
  grid-column: 1 / 3;
  grid-row: 2;
  --title-size: clamp(1.55rem, 4.6vw, 3.7rem);
  margin-top: calc(var(--title-size) * -1.05);
  font-size: var(--title-size);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.012em;
  animation: fade-up .8s .15s cubic-bezier(.2, .8, .2, 1) both;
}
.hero__title > span { display: block; }

.hero__region {
  grid-column: 1 / 3;
  grid-row: 3;
  display: flex;
  align-items: center;
  gap: .35em;
  margin-top: .6em;
  font-size: clamp(.9rem, 1.3vw, 1.1rem);
  font-weight: 600;
  color: var(--text-soft);
  animation: fade-up .8s .2s cubic-bezier(.2, .8, .2, 1) both;
}
.hero__region svg { flex: none; width: 1.05em; height: 1.05em; color: var(--blue); }
.t-white { color: var(--white); }
.t-blue {
  color: var(--blue-title);
  text-shadow: 0 0 .5em rgba(18, 164, 255, .25);
}
.t-e {
  font-size: .72em;
  font-weight: 700;
  color: var(--white);
  text-shadow: none;
}

/* ---------- Selos ---------- */
.badges {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: end;
  justify-self: end;
  display: grid;
  gap: clamp(10px, 1.4vw, 18px);
  padding-bottom: .2em;
  animation: fade-up .8s .3s cubic-bezier(.2, .8, .2, 1) both;
}
.badge {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 16px);
}
.badge__icon {
  flex: none;
  display: grid;
  place-items: center;
  width: clamp(46px, 5vw, 68px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2.5px solid var(--blue);
  color: var(--blue-bright);
  background: radial-gradient(circle at 50% 40%, rgba(26, 140, 255, .22), rgba(2, 10, 27, .6) 70%);
  box-shadow: 0 0 14px rgba(26, 140, 255, .55), inset 0 0 10px rgba(26, 140, 255, .35);
}
.badge__icon svg { width: 52%; height: 52%; }
.badge__text {
  font-size: clamp(.95rem, 1.45vw, 1.25rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
}

/* ---------- Aparelhos + faixa ---------- */
.hero__stage {
  position: relative;
  margin-top: clamp(12px, 2.4vw, 28px);
}
.stage {
  position: relative;
  max-width: 840px;
  margin-inline: auto;
}
.stage::before {
  /* fundo escuro igual ao da foto, para as bordas sumirem */
  content: "";
  position: absolute;
  inset: -14% -16% -6%;
  z-index: -1;
  background: radial-gradient(closest-side, #010810 78%, rgba(1, 8, 16, 0));
}
.stage::after {
  /* reflexo do piso */
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -10%;
  height: 34%;
  z-index: -1;
  background: radial-gradient(50% 60% at 50% 40%, rgba(58, 78, 112, .45), transparent 75%);
  filter: blur(6px);
}
.stage__img {
  width: 100%;
  height: auto;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 5%, #000 84%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-image:
    linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 5%, #000 84%, transparent 100%);
          mask-composite: intersect;
  animation: fade-in 1s .2s ease both;
}

.promo {
  container-type: inline-size;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  max-width: 980px;
  margin: clamp(-58px, -6.6vw, -22px) auto 0;
  padding: clamp(10px, 2.6vw, 34px) clamp(20px, 4vw, 60px) clamp(22px, 3.2vw, 42px);
  transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}
.promo:active { transform: scale(.985); transition-duration: .08s; }
.promo:focus-visible { outline-offset: -6px; }
.promo__brush {
  position: absolute;
  inset: -4% -3%;
  width: 106%;
  height: 108%;
  z-index: -1;
  transform: rotate(-2.4deg);
  filter: drop-shadow(0 14px 22px rgba(0, 20, 70, .45));
}
.promo__text {
  display: grid;
  justify-items: center;
  font-weight: 900;
  line-height: .88;
  text-transform: uppercase;
  color: var(--white);
  transform: rotate(-2deg);
  text-shadow:
    0 .035em 0 rgba(0, 28, 110, .55),
    0 .07em .16em rgba(0, 10, 50, .45);
}
.promo__l1 {
  font-size: clamp(2.35rem, 10.2vw, 6.3rem);
  /* limite pela largura da faixa: com letra grande, "ORÇAMENTO" não vaza da tela */
  font-size: min(clamp(2.35rem, 10.2vw, 6.3rem), 12.5cqi);
  letter-spacing: -.01em;
}
.promo__l2 {
  display: flex;
  align-items: center;
  gap: .12em;
  margin-top: .07em;
  font-size: clamp(3.1rem, 13.4vw, 8.3rem);
  font-size: min(clamp(3.1rem, 13.4vw, 8.3rem), 17.5cqi);
  letter-spacing: -.01em;
}
.promo__hint {
  /* selo verde "costurado" na borda de baixo do pincel: diz que a faixa é um botão */
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: .5em;
  min-height: 44px;
  padding: .55em 1.1em .55em .95em;
  border: 2px solid #fff;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green) 0%, var(--green-deep) 100%);
  color: #fff;
  font-size: clamp(.74rem, 3.4vw, 1rem);
  font-size: min(clamp(.74rem, 3.4vw, 1rem), 4.4cqi);
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 20, 60, .5);
  transform: translate(-50%, 55%) rotate(-2deg);
  transition: background .2s ease;
}
.promo__hint svg { flex: none; width: 1.35em; height: 1.35em; }
.promo__hint .promo__hint-chev { width: 1em; height: 1em; }

.promo__wa {
  width: .78em;
  height: .78em;
  margin-top: -.06em;
  color: var(--white);
  filter: drop-shadow(0 .03em 0 rgba(0, 28, 110, .55)) drop-shadow(0 .05em .1em rgba(0, 10, 50, .4));
  animation: wiggle 1.1s 1s ease-in-out 1;
}

/* =========================================================
   ATENDIMENTO NO MESMO DIA + CIDADES
   ========================================================= */
.service {
  position: relative;
  padding-block: clamp(18px, 3vw, 36px) clamp(8px, 2vw, 20px);
  background: linear-gradient(180deg, #040c1c 0%, var(--bg) 30%, var(--bg) 100%);
}

.sameday {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 34px);
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(14px, 2vw, 22px) clamp(16px, 4vw, 48px);
  border: 2px solid var(--blue-line);
  border-radius: clamp(14px, 1.8vw, 22px);
  background: linear-gradient(180deg, rgba(10, 30, 72, .65), rgba(2, 10, 27, .85));
  box-shadow:
    0 0 0 1px rgba(40, 140, 255, .12),
    0 0 26px rgba(20, 110, 255, .35),
    inset 0 0 26px rgba(20, 110, 255, .14);
}
.sameday__icon {
  flex: none;
  width: clamp(62px, 9vw, 104px);
  color: #eef5ff;
}
.sameday__icon .speed { stroke: var(--blue); }
.sameday__text {
  display: grid;
  justify-items: center;
  gap: .18em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
}
.sameday__l1 {
  font-size: clamp(1.02rem, 3.9vw, 2.45rem);
  letter-spacing: -.005em;
  text-align: center;
}
.sameday__l2 {
  display: flex;
  align-items: center;
  gap: .6em;
  width: 100%;
  font-size: clamp(.98rem, 3.5vw, 2.2rem);
  color: var(--blue);
}
.sameday__l2::before,
.sameday__l2::after {
  content: "";
  flex: 1;
  height: 3px;
  border-radius: 3px;
  background: var(--blue);
  box-shadow: 0 0 8px rgba(26, 140, 255, .6);
}

.cities { margin-top: clamp(22px, 3.4vw, 40px); }

.rule-title {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.6vw, 18px);
  font-size: clamp(1rem, 3.1vw, 1.9rem);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.rule-title::before,
.rule-title::after {
  content: "";
  flex: 1;
  min-width: 18px;
  height: 3px;
  border-radius: 3px;
  background: var(--blue);
  box-shadow: 0 0 8px rgba(26, 140, 255, .6);
}
.rule-title::before { margin-right: clamp(8px, 2vw, 24px); }
.rule-title::after { margin-left: clamp(8px, 2vw, 24px); }
.rule-title__pin {
  flex: none;
  width: 1.25em;
  height: 1.25em;
  margin-right: -.2em;
  color: var(--blue);
  filter: drop-shadow(0 0 6px rgba(26, 140, 255, .6));
}

.cities__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.4vw, 16px);
  margin-top: clamp(14px, 2vw, 22px);
}
.city {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 2px solid var(--blue-line);
  border-radius: clamp(10px, 1.3vw, 16px);
  background: #0a52dc;
  box-shadow: 0 0 18px rgba(20, 110, 255, .35);
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s;
}
.city img {
  width: 100%;
  height: auto;
  aspect-ratio: 186 / 109;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}
.city__name {
  position: relative;
  flex: 1;
  display: block;
  align-content: center;
  padding: .6em .5em .45em;
  background: linear-gradient(180deg, #0f63f0 0%, #0848c6 100%);
  font-size: clamp(.86rem, 1.6vw, 1.2rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  letter-spacing: -.01em;
}
.city__name svg {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: .3em;
  vertical-align: -.18em;
}
.city__cta {
  /* bloco com ícone em linha: se o texto quebrar, o ícone acompanha a primeira linha */
  display: block;
  padding: .5em .65em .6em;
  border-top: 1px solid rgba(255, 255, 255, .16);
  background: #0739a6;
  font-size: clamp(.74rem, 1.05vw, .9rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: background .2s ease;
}
.city__cta svg {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: .35em;
  vertical-align: -.3em;
  color: var(--green-bright);
}
.city:active { transform: translateY(-1px); transition-duration: .08s; }

.cities__other {
  margin-top: clamp(16px, 2vw, 24px);
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: var(--text-soft);
}

/* ---------- Sem surpresas ---------- */
.promise { margin-top: clamp(34px, 4.6vw, 60px); }
.promise__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px clamp(16px, 3vw, 40px);
  max-width: 1000px;
  margin: clamp(18px, 2.2vw, 26px) auto 0;
}
.promise__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.2vw, 16px);
}
.promise__text {
  display: grid;
  gap: .2em;
  line-height: 1.15;
}
.promise__text strong { font-size: clamp(1rem, 1.7vw, 1.35rem); font-weight: 800; }
.promise__text span { font-size: clamp(.86rem, 1.2vw, 1rem); font-weight: 500; color: var(--text-soft); }

/* =========================================================
   CTA
   ========================================================= */
.cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(34px, 5vw, 60px) clamp(46px, 6vw, 80px);
}
.cta__waves {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.cta__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 980px;
}

.cta__action {
  min-width: 0;
  max-width: 100%;
  display: grid;
  justify-items: center;
  gap: 14px;
}
.cta__alt {
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: var(--white);
  text-shadow: 0 1px 3px rgba(0, 10, 40, .55);
}
.cta__alt a,
.cities__other a,
.footer a {
  /* área de toque de 44px sem mexer na altura da linha */
  display: inline-block;
  padding: .7em .2em;
  margin: -.7em 0;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .22em;
}
.cta__alt a:hover,
.cities__other a:hover,
.footer a:hover { text-decoration-color: var(--blue-bright); }
.cities__other a { color: var(--white); }

.wa-btn {
  --badge: 6.4em;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .9em;
  min-height: 5.2em;
  max-width: calc(100% - var(--badge) * .42);
  margin-left: calc(var(--badge) * .42);
  padding: .7em 1.3em .7em calc(var(--badge) * .66);
  border-radius: 999px;
  font-size: clamp(.8rem, 1.8vw, 1.15rem);
  background: linear-gradient(180deg, #1a9d48 0%, var(--green) 22%, var(--green-deep) 100%);
  box-shadow:
    0 12px 30px rgba(18, 132, 60, .35),
    0 4px 0 #064d1f,
    inset 0 2px 0 rgba(255, 255, 255, .35);
  overflow: visible;
  transition: transform .25s cubic-bezier(.2, .8, .2, 1), box-shadow .25s;
}
.wa-btn::after {
  /* brilho que atravessa o botão */
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .35) 50%, transparent 65%) no-repeat;
  background-size: 250% 100%;
  background-position: 130% 0;
  pointer-events: none;
}
/* um brilho só, quando o botão entra na tela */
.is-in .wa-btn::after { animation: shine 1.2s .5s ease-out both; }
.wa-btn:active { transform: translateY(2px); box-shadow: 0 6px 16px rgba(18, 132, 60, .35), 0 1px 0 #064d1f, inset 0 2px 0 rgba(255, 255, 255, .35); }
.wa-btn__badge {
  position: absolute;
  top: 50%;
  left: calc(var(--badge) * -.42);
  display: grid;
  place-items: center;
  width: var(--badge);
  height: var(--badge);
  border-radius: 50%;
  border: .42em solid #fff;
  background: radial-gradient(circle at 40% 35%, #4be374, #1bb24d 70%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .4), inset 0 0 0 .18em rgba(0, 0, 0, .06);
  transform: translateY(-50%);
}
.wa-btn__badge svg { width: 58%; height: 58%; }
.wa-btn__label {
  display: grid;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 70, 20, .35);
}
.wa-btn__label span { font-size: 1.3em; letter-spacing: -.01em; }
.wa-btn__label strong { font-size: 1.62em; font-weight: 800; letter-spacing: -.01em; }
.wa-btn__chev { flex: none; width: 1.9em; height: 1.9em; filter: drop-shadow(0 2px 2px rgba(0, 70, 20, .35)); }

.tagline {
  display: grid;
  justify-items: start;
  font-family: var(--font-script);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  font-weight: 700;
  line-height: .95;
  color: var(--white);
  transform: rotate(-9deg);
  text-shadow: 0 2px 6px rgba(0, 10, 40, .5);
}
.tagline span:last-child { padding-left: .5em; }
.tagline::after {
  content: "";
  justify-self: stretch;
  height: .32em;
  margin-top: .05em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20' preserveAspectRatio='none'%3E%3Cpath d='M4 17 Q 80 3 196 5' fill='none' stroke='%231a8cff' stroke-width='4.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
}

/* Hover só em aparelhos com mouse; no toque ficam os estados :active */
@media (hover: hover) {
  .promo:hover { transform: scale(1.02); }
  .promo:hover .promo__hint { background: linear-gradient(180deg, #169a46 0%, var(--green) 100%); }
  .city:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(20, 110, 255, .55); }
  .city:hover img { transform: scale(1.06); }
  .city:hover .city__cta { background: #0a47c7; }
  .wa-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(18, 132, 60, .5), 0 4px 0 #064d1f, inset 0 2px 0 rgba(255, 255, 255, .35); }
}

/* Enquanto o WhatsApp abre: confirma o toque e bloqueia o segundo */
.is-opening {
  opacity: .7;
  cursor: progress;
  transition: opacity .2s ease;
}

/* Aviso de configuração pendente (só aparece abrindo o site localmente) */
.dev-note {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 60;
  max-width: min(440px, calc(100% - 100px));
  margin: 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: #b42318;
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .45);
}

/* =========================================================
   PÁGINA 404
   ========================================================= */
.notfound {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(12px, 2vw, 20px);
  padding: clamp(28px, 6vw, 60px) var(--gutter);
  text-align: center;
}
.notfound .logo {
  /* a home posiciona o logo numa grade de 3 colunas; aqui ele volta a ser um item simples */
  grid-column: auto;
  grid-row: auto;
  font-size: clamp(6.4px, min(2.2vw, 1.5vh), 10px);
}
.notfound__title {
  font-size: clamp(1.6rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.012em;
}
.notfound__text {
  max-width: 34ch;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--text-soft);
}
.notfound__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 30px);
  margin-top: clamp(6px, 1.4vw, 14px);
}
.notfound__back {
  display: inline-block;
  padding: .7em .2em;
  margin: -.7em 0;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .22em;
}
.notfound__back:hover { text-decoration-color: var(--blue-bright); }

/* =========================================================
   RODAPÉ
   ========================================================= */
.footer {
  padding-block: 4px 18px;
  background: #0049c9;
  color: rgba(255, 255, 255, .85);
  font-size: .85rem;
  font-weight: 500;
  text-align: center;
}
.footer p:first-child { color: var(--white); font-size: .92rem; }
.footer p + p { margin-top: 6px; }
.footer a { font-weight: 700; }

/* =========================================================
   BOTÃO FLUTUANTE
   ========================================================= */
.wa-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 50;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(180deg, #17a049, #0e7534);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(.9);
  transition: opacity .3s, transform .3s cubic-bezier(.2, .8, .2, 1), visibility .3s;
}
.wa-float svg { width: 30px; height: 30px; }
.wa-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--green-bright);
  opacity: 0;
}
.wa-float.is-visible::before { animation: pulse 2.2s ease-out 3; }
.wa-float.is-visible { opacity: 1; visibility: visible; transform: none; }

/* =========================================================
   ANIMAÇÕES
   ========================================================= */
.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}
.reveal-ready [data-reveal].is-in { opacity: 1; transform: none; }
/* Botões e fatos de confiança nunca usam data-reveal: nada que converte depende do JS para aparecer */

@keyframes fade-in { from { opacity: 0; } }
@keyframes fade-up { from { opacity: 0; transform: translateY(22px); } }
@keyframes logo-in { from { opacity: 0; transform: scale(.92); } }
@keyframes wiggle {
  0%, 100% { transform: rotate(0); }
  20% { transform: rotate(-12deg); }
  45% { transform: rotate(10deg); }
  70% { transform: rotate(-6deg); }
}
@keyframes shine {
  from { background-position: 130% 0; }
  to { background-position: -30% 0; }
}
@keyframes pulse {
  from { transform: scale(1); opacity: .8; }
  to { transform: scale(1.55); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}

/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width: 760px) {
  .hero__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 10px;
  }
  .logo {
    grid-column: 1;
    grid-row: 1;
    font-size: clamp(6.4px, min(2.5vw, 1.07vh), 11px);
    font-size: clamp(6.4px, min(2.5vw, 1.07svh), 11px);
  }
  .hero__title {
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
    margin-top: .3em;
    --title-size: clamp(1.45rem, calc((100vw - var(--gutter) * 2) / 13.6), 2.6rem);
  }
  .hero__region {
    grid-column: 1;
    grid-row: 3;
    justify-self: stretch;
    margin-top: .35em;
    font-size: .875rem;
  }
  .badges {
    grid-column: 1;
    grid-row: 4;
    justify-self: stretch;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px;
    padding: 0;
  }
  .badge {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
  .badge__icon { width: 36px; border-width: 2px; }
  .badge__text { font-size: .82rem; }
  .hero__stage { margin-top: 6px; }

  .sameday { gap: 12px; padding-inline: 14px; }

  .cities__grid { grid-template-columns: repeat(2, 1fr); }
  .city__cta { font-size: .8125rem; }

  .promise__list { gap: 10px; }
  .promise__item { flex-direction: column; justify-content: flex-start; gap: 8px; text-align: center; }
  .promise__text strong { font-size: 1rem; }
  .promise__text span { font-size: .875rem; }
  .city__name { font-size: .9rem; }

  .cta__row {
    flex-direction: column;
    gap: 34px;
  }
  .wa-btn {
    --badge: 5.6em;
    gap: .7em;
    padding-right: 1.1em;
    font-size: clamp(.66rem, 3.1vw, .95rem);
  }
  .wa-btn__label span { font-size: 1.22em; }
  .wa-btn__label strong { font-size: 1.52em; }
  .wa-btn__chev { width: 1.6em; height: 1.6em; }
  .tagline { align-self: flex-end; margin-right: 6px; }
}

@media (max-width: 22em) {
  .badges {
    justify-self: center;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .badge { flex-direction: row; gap: 12px; text-align: left; }
  .badge__text br { display: none; }

  .promise__list {
    grid-template-columns: 1fr;
    width: fit-content;
    gap: 14px;
  }
  .promise__item { flex-direction: row; gap: 12px; text-align: left; }
}

@media (max-width: 380px) {
  .rule-title { font-size: .92rem; }
  .sameday__icon { display: none; }
}
