/* =========================================================
   Casa Organizada — Faxina e Limpeza Residencial
   Estilos globais (HTML/CSS/JS puro, sem dependências)
   ========================================================= */

/* ---------- Fontes (self-hosted) ---------- */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/outfit-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/outfit-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
  --green: #61991a;
  --green-dark: #4d7a14;
  --green-600: #528216;
  --teal: #027a8a;
  --teal-2: #028a9b;
  --teal-deep: #005f46;
  --cyan: #00b7d7;
  --mint: #00bb7f;
  --navy: #0f172b;
  --slate-800: #1d293d;
  --text: #314158;
  --text-strong: #0f172b;
  --muted: #62748e;
  --light: #90a1b9;
  --gold: #fcbb00;
  --white: #ffffff;
  --bg-soft: #f8fafc;
  --bg-soft-2: #f1f5f9;
  --mint-50: #ecfdf5;
  --mint-100: #d0fae5;
  --mint-200: #a4f4cf;
  --border: #e2e8f0;
  --shadow-sm: 0 1px 2px rgba(15, 23, 43, 0.06);
  --shadow: 0 10px 30px -12px rgba(15, 23, 43, 0.18);
  --shadow-lg: 0 24px 60px -20px rgba(15, 23, 43, 0.28);
  --radius: 16px;
  --radius-lg: 24px;
  --container: 1200px;
  --wa: #25d366;
  /* superfícies (para tema claro/escuro) */
  --surface: #ffffff;
  --surface-2: #ffffff;
  --header-bg: rgba(255, 255, 255, 0.9);
  --page-bg: #ffffff;
}

/* ---------- Tema escuro ---------- */
:root[data-theme="dark"] {
  --text: #cbd5e1;
  --text-strong: #f8fafc;
  --muted: #94a3b8;
  --light: #64748b;
  --border: #2b3a5c;
  --bg-soft: #131d33;
  --bg-soft-2: #0e1728;
  --mint-50: #12271f;
  --mint-100: #17342a;
  --mint-200: #245244;
  --surface: #16223d;
  --surface-2: #1b2947;
  --header-bg: rgba(15, 23, 43, 0.88);
  --page-bg: #0b1220;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.55);
  --shadow-lg: 0 24px 60px -20px rgba(0, 0, 0, 0.65);
}
:root[data-theme="dark"] img.avatar,
:root[data-theme="dark"] .hero-media img,
:root[data-theme="dark"] .gallery-item img {
  filter: brightness(0.92);
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "Outfit", ui-sans-serif, system-ui, -apple-system,
    "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--page-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  color: var(--text-strong);
  line-height: 1.15;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------- Layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}
.section {
  padding-block: 72px;
}
.section--soft {
  background: var(--bg-soft);
}
.eyebrow {
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 10px;
}
.section-title {
  text-align: center;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  margin-bottom: 14px;
}
.section-sub {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
  color: var(--muted);
  font-size: 1.02rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.btn--primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(97, 153, 26, 0.6);
}
.btn--primary:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}
.btn--wide {
  width: 100%;
}
.btn--light {
  background: #fff;
  color: var(--teal);
  box-shadow: var(--shadow-sm);
}
.btn--light:hover {
  transform: translateY(-2px);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--header-bg);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.site-header.scrolled {
  box-shadow: var(--shadow-sm);
  border-color: var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.brand img {
  height: 84px;
  width: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-inline: auto;
}
.nav-links a {
  font-size: 0.96rem;
  font-weight: 500;
  color: var(--text);
  position: relative;
  padding: 4px 0;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: var(--green);
  transition: width 0.2s ease;
}
.nav-links a:hover {
  color: var(--green);
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.langs {
  display: flex;
  align-items: center;
  gap: 8px;
}
.langs img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 0 1px rgba(15, 23, 43, 0.12);
}
.langs img.is-active,
.langs img:hover {
  opacity: 1;
  transform: scale(1.06);
  box-shadow: 0 0 0 2px var(--green);
}
.drawer-row.langs img {
  width: 40px;
  height: 40px;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  box-shadow: 0 8px 18px -10px rgba(97, 153, 26, 0.7);
}
.header-cta:hover {
  background: var(--green-dark);
}
.header-cta svg {
  width: 18px;
  height: 18px;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  color: var(--text-strong);
}
.nav-toggle svg {
  width: 26px;
  height: 26px;
}

/* ---------- Ferramentas do header (fonte + tema) ---------- */
.header-tools {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tool-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-strong);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.tool-btn:hover {
  background: var(--bg-soft-2);
  border-color: var(--mint-200);
}
.tool-btn:active {
  transform: scale(0.94);
}
.tool-btn svg {
  width: 20px;
  height: 20px;
}
.tool-btn .a-small {
  font-size: 0.72rem;
}
.tool-btn .a-big {
  font-size: 1.02rem;
}
/* alterna ícones sol/lua conforme o tema */
.theme-toggle .ico-sun {
  display: none;
}
.theme-toggle .ico-moon {
  display: block;
}
:root[data-theme="dark"] .theme-toggle .ico-sun {
  display: block;
}
:root[data-theme="dark"] .theme-toggle .ico-moon {
  display: none;
}

/* ---------- Menu mobile deslizante (drawer) ---------- */
.nav-toggle {
  z-index: 82;
}
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 12, 24, 0.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 80;
}
.drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(86vw, 350px);
  background: var(--surface);
  box-shadow: -20px 0 60px -20px rgba(0, 0, 0, 0.4);
  transform: translateX(105%);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 81;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mobile-drawer.open {
  transform: translateX(0);
}
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.drawer-head img {
  height: 48px;
  width: auto;
}
.drawer-close {
  background: none;
  border: none;
  color: var(--text-strong);
  padding: 6px;
  border-radius: 10px;
}
.drawer-close:hover {
  background: var(--bg-soft-2);
}
.drawer-close svg {
  width: 26px;
  height: 26px;
}
.drawer-links {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.drawer-links a {
  padding: 15px 6px;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--text-strong);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.drawer-links a:hover {
  color: var(--green);
  padding-left: 12px;
}
.drawer-section {
  margin-top: 22px;
}
.drawer-section h5 {
  margin: 0 0 12px;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.drawer-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.drawer-cta {
  margin-top: auto;
  padding-top: 22px;
}
.drawer-cta .btn {
  width: 100%;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--page-bg) 0%, var(--bg-soft) 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(closest-side, rgba(0, 183, 215, 0.16), transparent);
  z-index: 0;
}
.hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 48px;
  padding-block: 64px 72px;
}
.hero-text {
  min-width: 0;
}
.hero h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.hero h1 .accent {
  color: var(--teal);
}
.hero h1 .accent-green {
  color: var(--green);
}
.hero p.lead {
  margin-top: 18px;
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 480px;
}
.hero .hero-cta {
  margin-top: 30px;
}
/* ---------- Prova social no hero (reviews) ---------- */
.hero-proof {
  margin: 22px 0 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.proof-main {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 20px 10px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.proof-main:hover {
  transform: translateY(-2px);
  border-color: var(--mint-200);
  box-shadow: var(--shadow-lg);
}
/* brilho que passa periodicamente */
.proof-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  transform: skewX(-18deg);
  animation: proof-shine 4.5s ease-in-out infinite;
}
:root[data-theme="dark"] .proof-main::after {
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255, 255, 255, 0.14),
    transparent
  );
}
@keyframes proof-shine {
  0%,
  60%,
  100% {
    left: -60%;
  }
  80% {
    left: 130%;
  }
}
.proof-avatars {
  display: flex;
  align-items: center;
}
.proof-avatars .proof-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--surface);
  margin-left: -14px;
  background: var(--mint-100);
  box-shadow: 0 2px 6px rgba(15, 23, 43, 0.15);
  animation: av-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
  animation-delay: calc(var(--i) * 0.09s + 0.15s);
}
.proof-avatars .proof-av:first-child {
  margin-left: 0;
}
@keyframes av-pop {
  from {
    opacity: 0;
    transform: scale(0.4);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.proof-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.proof-stars {
  display: flex;
  gap: 2px;
}
.proof-stars .star-anim {
  display: inline-flex;
  animation: star-twinkle 3s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.18s);
  transform-origin: center;
}
.proof-stars svg {
  width: 17px;
  height: 17px;
  color: var(--gold);
}
@keyframes star-twinkle {
  0%,
  70%,
  100% {
    transform: scale(1);
    filter: none;
  }
  82% {
    transform: scale(1.32) rotate(-8deg);
    filter: drop-shadow(0 0 4px rgba(252, 187, 0, 0.8));
  }
}
.proof-label {
  font-size: 0.86rem;
  color: var(--muted);
  white-space: nowrap;
}
.proof-label strong {
  color: var(--text-strong);
  font-weight: 700;
}
/* link "Ver no Google" ao lado */
.proof-google {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.proof-google svg {
  width: 18px;
  height: 18px;
}
.proof-google:hover {
  border-color: var(--mint-200);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  color: var(--teal);
}
/* respeita quem prefere menos animação */
@media (prefers-reduced-motion: reduce) {
  .proof-main::after,
  .proof-stars .star-anim,
  .proof-avatars .proof-av {
    animation: none;
  }
}
.hero-media {
  position: relative;
  min-width: 0;
}
.hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 723 / 580;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

/* ---------- Serviços ---------- */
.service-card {
  max-width: 560px;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--mint-50), var(--surface));
  border: 1px solid var(--mint-200);
  border-radius: var(--radius-lg);
  padding: 34px;
  box-shadow: var(--shadow);
}
.service-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.service-card h3 svg {
  width: 30px;
  height: 30px;
  color: var(--teal);
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px dashed var(--mint-200);
  font-weight: 500;
  color: var(--text);
}
.check-list li:last-child {
  border-bottom: none;
}
.check-list li svg {
  width: 26px;
  height: 26px;
  color: var(--green);
  flex-shrink: 0;
}
.service-card .btn {
  margin-top: 22px;
}

/* ---------- Tipos de Limpeza ---------- */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.type-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s;
}
.type-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--mint-200);
}
.type-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--mint-50);
  color: var(--teal);
}
.type-icon svg {
  width: 34px;
  height: 34px;
}
.type-card h3 {
  font-size: 1.02rem;
}

/* ---------- Diferenciais ---------- */
.diff-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: stretch;
}
.diff-feature {
  background: linear-gradient(160deg, var(--teal) 0%, var(--teal-deep) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--shadow);
}
.diff-feature .eyebrow {
  text-align: left;
  color: var(--mint-200);
  margin-bottom: 16px;
}
.diff-feature .badge-ico {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}
.diff-feature .badge-ico svg {
  width: 30px;
  height: 30px;
  color: #fff;
}
.diff-feature h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.diff-feature p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.02rem;
}
.diff-feature .btn {
  margin-top: 26px;
  align-self: flex-start;
}
.diff-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 34px;
  align-content: center;
}
.diff-item {
  display: flex;
  gap: 14px;
}
.diff-item .di-ico {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--mint-50);
  color: var(--green);
  display: grid;
  place-items: center;
}
.diff-item .di-ico svg {
  width: 28px;
  height: 28px;
}
.diff-item h4 {
  font-size: 1.02rem;
  margin-bottom: 4px;
}
.diff-item p {
  font-size: 0.92rem;
  color: var(--muted);
}

/* ---------- Como Funciona ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  position: relative;
}
.step {
  text-align: center;
  position: relative;
}
.step-num {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.08em;
}
.step-ico {
  width: 78px;
  height: 78px;
  margin: 12px auto 18px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  display: grid;
  place-items: center;
  color: var(--teal);
}
.step-ico svg {
  width: 38px;
  height: 38px;
}
.step h3 {
  font-size: 1.02rem;
  margin-bottom: 8px;
}
.step p {
  font-size: 0.92rem;
  color: var(--muted);
}
.steps-cta {
  text-align: center;
  margin-top: 44px;
}

/* ---------- Depoimentos ---------- */
.testi {
  background: linear-gradient(160deg, var(--teal) 0%, var(--teal-2) 100%);
  color: #fff;
}
.testi .eyebrow {
  color: var(--mint-200);
}
.testi .section-title {
  color: #fff;
}
.stars-row {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
}
.stars-row svg {
  width: 26px;
  height: 26px;
  color: var(--gold);
}
.testi-sub {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 38px;
  font-size: 0.98rem;
}
.carousel {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-inline: 30px;
}
.carousel-track {
  overflow: hidden;
}
.slides {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide {
  min-width: 50%;
  padding: 6px 12px;
  box-sizing: border-box;
}
.testi-card {
  height: 100%;
}
.testi-card {
  /* seção sempre teal -> cards sempre claros (legíveis em ambos os temas) */
  background: #ffffff;
  color: #314158;
  border-radius: var(--radius-lg);
  padding: 38px 40px 30px;
  box-shadow: var(--shadow-lg);
}
.testi-card .quote-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.testi-card .quote-stars svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
}
.testi-card blockquote {
  margin: 0 0 24px;
  font-size: 1.12rem;
  line-height: 1.6;
  color: var(--slate-800);
  font-weight: 500;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testi-author .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--teal);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  overflow: hidden;
  flex-shrink: 0;
}
.testi-author .who strong {
  display: block;
  color: #0f172b;
  font-size: 1.02rem;
}
.testi-author .who span {
  font-size: 0.85rem;
  color: #62748e;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.testi-author .who span svg {
  width: 14px;
  height: 14px;
  color: var(--green);
}
.car-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--surface);
  border: none;
  color: var(--teal);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, background 0.2s;
  z-index: 3;
}
.car-btn:hover {
  transform: translateY(-50%) scale(1.08);
}
.car-btn svg {
  width: 22px;
  height: 22px;
}
.car-btn.prev {
  left: -8px;
}
.car-btn.next {
  right: -8px;
}
.dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 28px;
}
.dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.45);
  padding: 0;
  transition: width 0.25s ease, background 0.25s;
}
.dots button.active {
  width: 26px;
  border-radius: 6px;
  background: #fff;
}
/* botão "Ver todas as avaliações no Google" */
.testi-google {
  text-align: center;
  margin-top: 34px;
}
.btn-google {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.98rem;
  padding: 13px 26px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-google:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.btn-google > svg:first-child {
  width: 22px;
  height: 22px;
}
.btn-google .extlink,
.btn-google > svg:last-child {
  width: 16px;
  height: 16px;
  color: var(--muted);
}

/* ---------- Galeria ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto;
}
.gallery-item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--surface);
  border: 1px solid var(--border);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* ---------- FAQ ---------- */
.faq {
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-bottom: 14px;
  background: var(--surface);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item.open {
  border-color: var(--mint-200);
  box-shadow: var(--shadow-sm);
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 22px;
  font-size: 1.04rem;
  font-weight: 600;
  color: var(--text-strong);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-q .chev {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--teal);
  transition: transform 0.25s ease;
}
.faq-item.open .chev {
  transform: rotate(180deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-a-inner {
  padding: 0 22px 22px;
  color: var(--muted);
}

/* ---------- CTA final ---------- */
.cta-final {
  padding-block: 40px 80px;
}
.cta-box {
  background: radial-gradient(120% 140% at 100% 0%, #1d3a4a 0%, var(--navy) 55%);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.cta-box .cta-ico {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: var(--mint-200);
}
.cta-box .cta-ico svg {
  width: 28px;
  height: 28px;
}
.cta-box h2 {
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
}
.cta-box h2 .em {
  color: var(--cyan);
  display: block;
}
.cta-box p {
  max-width: 520px;
  margin: 16px auto 30px;
  color: rgba(255, 255, 255, 0.82);
}
.cta-note {
  margin-top: 18px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  padding-block: 56px 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
}
.footer-brand img {
  height: 60px;
  width: auto;
  margin-bottom: 14px;
}
.footer-brand p {
  color: var(--muted);
  max-width: 320px;
}
.footer-col h3 {
  font-size: 1.05rem;
  margin-bottom: 16px;
}
.footer-col ul li {
  padding: 6px 0;
  color: var(--muted);
  font-size: 0.96rem;
}
.footer-col ul li a:hover {
  color: var(--green);
}
.footer-col .ico-line {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-col .ico-line svg {
  width: 18px;
  height: 18px;
  color: var(--green);
  flex-shrink: 0;
}
.footer-cities {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
}
.footer-cities h3 {
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.footer-cities ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.footer-cities ul li a {
  font-size: 0.9rem;
  color: var(--muted);
}
.footer-cities ul li a:hover {
  color: var(--green);
}
.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.86rem;
}
.footer-bottom a {
  color: var(--teal);
  font-weight: 600;
}

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.2s ease;
}
.wa-float:hover {
  transform: translateY(-2px);
}
.wa-float .wa-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--navy);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  white-space: nowrap;
}
.wa-float .wa-circle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--wa);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px -8px rgba(37, 211, 102, 0.7);
}
.wa-float .wa-circle svg {
  width: 32px;
  height: 32px;
}
.wa-float .wa-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #fb2c36;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
}
.wa-float .online-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--wa);
  box-shadow: 0 0 0 rgba(37, 211, 102, 0.6);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* ---------- 404 ---------- */
.err-wrap {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 60px 20px;
}
.err-code {
  font-size: clamp(5rem, 18vw, 9rem);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(120deg, var(--teal), var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.04em;
}
.err-wrap h1 {
  margin: 10px 0 12px;
  font-size: 1.8rem;
}
.err-wrap p {
  color: var(--muted);
  max-width: 460px;
  margin: 0 auto 28px;
}

/* ---------- Google Translate (barra oculta) ---------- */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
iframe.goog-te-banner-frame,
iframe.skiptranslate,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  display: none !important;
  visibility: hidden !important;
}
html {
  top: 0 !important;
}
.goog-te-gadget {
  height: 0;
  overflow: hidden;
  font-size: 0 !important;
  color: transparent !important;
}
#google_translate_element {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  overflow: hidden;
}
body {
  top: 0 !important;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

/* ---------- Responsivo ---------- */
@media (max-width: 1000px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 34px 26px;
  }
  .diff-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .slide {
    min-width: 50%;
  }
}
@media (max-width: 860px) {
  .nav-links,
  .nav-right .langs,
  .header-tools,
  .header-cta {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .hero .container {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 40px 52px;
    gap: 32px;
  }
  .hero-text {
    text-align: center;
  }
  .hero-text .lead {
    margin-inline: auto;
  }
  .hero-media {
    /* imagem abaixo do conteúdo no mobile (headline/CTA primeiro) */
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
  }
  .slide {
    min-width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 620px) {
  .section {
    padding-block: 54px;
  }
  .grid-4,
  .diff-list,
  .gallery-grid,
  .steps {
    grid-template-columns: 1fr;
  }
  .diff-feature {
    padding: 30px 24px;
  }
  .testi-card {
    padding: 28px 22px 24px;
  }
  .testi-card blockquote {
    font-size: 1rem;
  }
  .carousel {
    padding-inline: 6px;
  }
  .car-btn.prev {
    left: -4px;
  }
  .car-btn.next {
    right: -4px;
  }
  .cta-box {
    padding: 40px 22px;
  }
  .service-card {
    padding: 26px 20px;
  }
  .wa-float {
    right: 16px;
    bottom: 16px;
  }
  .wa-float .wa-label {
    display: none;
  }
  .footer-cities ul {
    gap: 6px 12px;
  }
  .hero-proof {
    gap: 10px;
  }
  .proof-main {
    padding: 9px 16px 9px 12px;
    gap: 12px;
  }
  .proof-avatars .proof-av {
    width: 38px;
    height: 38px;
    margin-left: -12px;
  }
  .proof-avatars .proof-av:nth-child(n + 4) {
    display: none;
  }
  .proof-label {
    font-size: 0.8rem;
    white-space: normal;
  }
}
@media (max-width: 860px) {
  .hero-proof {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .brand img {
    height: 64px;
  }
  .header-cta {
    padding: 9px 12px;
  }
}
