/* ============================================
   Grupo Restauratio — Design System
   Fundo branco | Primária #00629f
   ============================================ */

:root {
  --cor-primaria: #00629f;
  --cor-primaria-escura: #004d7a;
  --cor-primaria-clara: #e8f4fa;
  --cor-primaria-suave: #b3d9ef;
  --cor-texto: #1a2b3c;
  --cor-texto-suave: #5a6d7e;
  --cor-fundo: #ffffff;
  --cor-borda: #e2e8f0;
  --cor-whatsapp: #25d366;
  --cor-whatsapp-hover: #1da851;
  --sombra-sm: 0 2px 8px rgba(0, 98, 159, 0.08);
  --sombra-md: 0 8px 24px rgba(0, 98, 159, 0.12);
  --sombra-lg: 0 16px 48px rgba(0, 98, 159, 0.15);
  --raio: 12px;
  --raio-lg: 20px;
  --transicao: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --fonte: 'DM Sans', system-ui, sans-serif;
  --container: 1140px;
  --header-altura: 72px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-altura);
}

body {
  font-family: var(--fonte);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--cor-texto);
  background: var(--cor-fundo);
  -webkit-font-smoothing: antialiased;
  padding-top: var(--header-altura);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ---- Botões ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-family: var(--fonte);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--transicao);
  white-space: nowrap;
}

.btn--primary {
  background: var(--cor-whatsapp);
  color: #fff;
  border-color: var(--cor-whatsapp);
}
.btn--primary:hover {
  background: var(--cor-whatsapp-hover);
  border-color: var(--cor-whatsapp-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.btn--outline {
  background: transparent;
  color: var(--cor-primaria);
  border-color: var(--cor-primaria);
}
.btn--outline:hover {
  background: var(--cor-primaria);
  color: #fff;
}

.btn--white {
  background: #fff;
  color: var(--cor-primaria);
  border-color: #fff;
}
.btn--white:hover {
  background: var(--cor-primaria-clara);
  transform: translateY(-2px);
}

.btn--sm { padding: 0.5rem 1.25rem; font-size: 0.875rem; }
.btn--lg { padding: 1rem 2rem; font-size: 1.0625rem; }

/* ---- Header ---- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transform: translateY(0);
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow var(--transicao),
    border-color var(--transicao);
}

.header--scrolled {
  border-bottom-color: var(--cor-borda);
  box-shadow: var(--sombra-sm);
}

.header--hidden {
  transform: translateY(-100%);
  pointer-events: none;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-altura);
}

.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header__logo img {
  display: block;
  height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header__nav a:not(.btn) {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--cor-texto-suave);
  transition: color var(--transicao);
}
.header__nav a:not(.btn):hover {
  color: var(--cor-primaria);
}

.header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cor-primaria);
  border-radius: 2px;
  transition: var(--transicao);
}

/* ---- Hero ---- */
.hero {
  position: relative;
  padding: 6rem 0 7rem;
  min-height: 820px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.82) 42%,
      rgba(255, 255, 255, 0.45) 68%,
      rgba(255, 255, 255, 0.15) 100%
    ),
    url('../assets/hero.png') center / cover no-repeat;
  overflow: hidden;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero__badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  background: var(--cor-primaria);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}

.hero__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--cor-texto);
  margin-bottom: 1.25rem;
}
.hero__title span {
  color: var(--cor-primaria);
}

.hero__text {
  font-size: 1.125rem;
  color: var(--cor-texto-suave);
  margin-bottom: 2rem;
  max-width: 520px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero__visual {
  display: flex;
  justify-content: center;
}

.hero__card {
  background: #fff;
  border-radius: var(--raio-lg);
  padding: 2.5rem;
  box-shadow: var(--sombra-lg);
  display: flex;
  gap: 2.5rem;
  border: 1px solid var(--cor-borda);
}

.hero__stat {
  text-align: center;
}
.hero__stat strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--cor-primaria);
  line-height: 1;
}
.hero__stat span {
  font-size: 0.875rem;
  color: var(--cor-texto-suave);
  margin-top: 0.25rem;
  display: block;
}

.hero__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  z-index: 1;
}
.hero__wave svg {
  width: 100%;
  height: 60px;
}

/* ---- Seções genéricas ---- */
.section {
  padding: 5rem 0;
}

.section__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3.5rem;
}

.section__header--light .section__title,
.section__header--light .section__subtitle {
  color: #fff;
}
.section__header--light .section__label {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

.section__label {
  display: inline-block;
  padding: 0.25rem 0.875rem;
  background: var(--cor-primaria-clara);
  color: var(--cor-primaria);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 0.75rem;
}

.section__title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--cor-texto);
  margin-bottom: 0.75rem;
}

.section__subtitle {
  font-size: 1.0625rem;
  color: var(--cor-texto-suave);
}

/* ---- Sobre ---- */
.sobre__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.sobre__text p {
  color: var(--cor-texto-suave);
  margin-bottom: 1rem;
}
.sobre__text strong {
  color: var(--cor-primaria);
}

.sobre__lista {
  list-style: none;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.sobre__lista li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
}

.sobre__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--cor-primaria);
  color: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.sobre__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sobre__card {
  background: #fff;
  border: 1px solid var(--cor-borda);
  border-radius: var(--raio);
  padding: 1.5rem;
  transition: var(--transicao);
}
.sobre__card:hover {
  border-color: var(--cor-primaria-suave);
  box-shadow: var(--sombra-sm);
}
.sobre__card--accent {
  background: var(--cor-primaria);
  border-color: var(--cor-primaria);
  color: #fff;
}
.sobre__card--accent h3,
.sobre__card--accent .sobre__card-num {
  color: #fff;
}
.sobre__card-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--cor-primaria);
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.sobre__card h3 {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
}
.sobre__card p {
  font-size: 0.9375rem;
  color: var(--cor-texto-suave);
}

.sobre__card--accent p {
  color: #fff;
}

/* ---- Unidades ---- */
.section--unidades {
  background: var(--cor-primaria);
  padding: 5rem 0;
}

.unidades__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
}

/* Card de unidade */
.unidade-card {
  background: #fff;
  border-radius: var(--raio-lg);
  overflow: hidden;
  box-shadow: var(--sombra-lg);
  transition: transform var(--transicao), box-shadow var(--transicao);
}
.unidade-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.18);
}

/* Slider de imagens */
.unidade-card__slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #1a2b3c;
}

.unidade-card__slides {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
}

.unidade-card__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}

.unidade-card__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Placeholder quando não há foto */
.unidade-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--cor-primaria-clara), var(--cor-primaria-suave));
  color: var(--cor-primaria);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem;
}

.unidade-card__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}

.unidade-card__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: var(--transicao);
}
.unidade-card__dot--active,
.unidade-card__dot:hover {
  background: #fff;
  transform: scale(1.2);
}

.unidade-card__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cor-primaria);
  font-size: 1.25rem;
  opacity: 0;
  transition: var(--transicao);
  z-index: 2;
  box-shadow: var(--sombra-sm);
}
.unidade-card:hover .unidade-card__nav {
  opacity: 1;
}
.unidade-card__nav--prev { left: 10px; }
.unidade-card__nav--next { right: 10px; }
.unidade-card__nav:hover {
  background: var(--cor-primaria);
  color: #fff;
}

.unidade-card__body {
  padding: 1.5rem;
}

.unidade-card__body h3 {
  font-size: 1.25rem;
  color: var(--cor-primaria);
  margin-bottom: 0.5rem;
}

.unidade-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0.75rem 0 1.25rem;
}

.unidade-card__cidade {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--cor-texto);
}

.unidade-card__cidade svg {
  flex-shrink: 0;
  color: var(--cor-primaria);
}

.unidade-card__badge {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.375rem 0.875rem;
  border-radius: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.unidade-card__badge--masc {
  background: var(--cor-primaria-clara);
  color: var(--cor-primaria);
}

.unidade-card__badge--fem {
  background: #f0e6f5;
  color: #6b3d7a;
}

.unidade-card__whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem;
  background: var(--cor-whatsapp);
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  border-radius: var(--raio);
  margin-top: 0.5rem;
  white-space: nowrap;
  transition: var(--transicao);
}
.unidade-card__whatsapp:hover {
  background: var(--cor-whatsapp-hover);
  transform: scale(1.02);
}

/* ---- Serviços ---- */
.section--servicos {
  background: #fafbfc;
}

.servicos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.servico {
  background: #fff;
  border: 1px solid var(--cor-borda);
  border-radius: var(--raio);
  padding: 2rem;
  transition: var(--transicao);
}
.servico:hover {
  border-color: var(--cor-primaria);
  box-shadow: var(--sombra-md);
  transform: translateY(-4px);
}

.servico__icon {
  width: 56px;
  height: 56px;
  background: var(--cor-primaria-clara);
  color: var(--cor-primaria);
  border-radius: var(--raio);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.servico__icon svg {
  width: 32px;
  height: 32px;
}

.servico h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: var(--cor-texto);
}
.servico p {
  font-size: 0.9375rem;
  color: var(--cor-texto-suave);
}

/* ---- Depoimentos ---- */
.depoimentos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.depoimento {
  background: #fff;
  border: 1px solid var(--cor-borda);
  border-radius: var(--raio-lg);
  padding: 2rem;
  transition: var(--transicao);
}
.depoimento:hover {
  box-shadow: var(--sombra-md);
}
.depoimento--destaque {
  background: var(--cor-primaria);
  border-color: var(--cor-primaria);
  color: #fff;
  transform: scale(1.03);
}
.depoimento--destaque .depoimento__stars {
  color: #ffd700;
}

.depoimento__stars {
  color: #f5a623;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.depoimento p {
  font-size: 1rem;
  font-style: italic;
  color: var(--cor-texto-suave);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.depoimento footer strong {
  display: block;
  font-size: 0.9375rem;
}
.depoimento footer span {
  font-size: 0.8125rem;
  color: var(--cor-texto-suave);
}

.depoimento--destaque p,
.depoimento--destaque footer span {
  color: #fff;
}

/* ---- FAQ ---- */
.section--faq {
  background: var(--cor-primaria-clara);
}

.faq__lista {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq__item {
  background: #fff;
  border-radius: var(--raio);
  border: 1px solid var(--cor-borda);
  overflow: hidden;
  transition: var(--transicao);
}
.faq__item[open] {
  border-color: var(--cor-primaria);
  box-shadow: var(--sombra-sm);
}

.faq__item summary {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--cor-texto);
  transition: color var(--transicao);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--cor-primaria);
  transition: transform var(--transicao);
}
.faq__item[open] summary::after {
  content: '−';
}

.faq__item summary:hover {
  color: var(--cor-primaria);
}

.faq__item p {
  padding: 0 1.5rem 1.25rem;
  color: var(--cor-texto-suave);
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* ---- CTA Final ---- */
.cta-final {
  background: linear-gradient(135deg, var(--cor-primaria) 0%, var(--cor-primaria-escura) 100%);
  padding: 4rem 0;
  text-align: center;
}

.cta-final__inner h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #fff;
  margin-bottom: 0.75rem;
  animation: cta-pulse 3.5s ease-in-out infinite;
}

@keyframes cta-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.82;
    transform: scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta-final__inner h2 {
    animation: none;
  }
}
.cta-final__inner p {
  color: rgba(255,255,255,0.85);
  font-size: 1.0625rem;
  margin-bottom: 2rem;
}

/* ---- Footer ---- */
.footer {
  background: var(--cor-texto);
  color: rgba(255,255,255,0.8);
  padding-top: 3.5rem;
}

.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer__brand img {
  height: 48px;
  width: auto;
  max-width: 220px;
  margin-bottom: 1rem;
  object-fit: contain;
}
.footer__brand p {
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 320px;
}

.footer__links h4,
.footer__contato h4 {
  color: #fff;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__links a:hover,
.footer__contato a:hover {
  color: var(--cor-primaria-suave);
}

.footer__contato a {
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 0.5rem;
}

.footer__contato p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 0.35rem;
}

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.25rem 0 1.5rem;
  text-align: center;
  font-size: 0.875rem;
}

.footer__credit {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
}

.footer__credit a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color var(--transicao);
}

.footer__credit a:hover {
  color: var(--cor-primaria-suave);
}

/* ---- Widget WhatsApp flutuante ---- */
.whatsapp-widget {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.whatsapp-float-btn {
  width: 58px;
  height: 58px;
  background: linear-gradient(180deg, #22c55e, #16a34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(34, 197, 94, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  color: #04321a;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.whatsapp-float-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 34px rgba(34, 197, 94, 0.5);
}

.whatsapp-float-btn svg {
  width: 28px;
  height: 28px;
}

.whatsapp-bubble {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 50, 80, 0.98), rgba(0, 40, 65, 0.93));
  border-radius: 16px 16px 16px 6px;
  box-shadow: 0 18px 46px rgba(0, 98, 159, 0.35);
  max-width: 290px;
  margin-bottom: 12px;
  padding: 14px 34px 14px 14px;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.whatsapp-bubble.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.whatsapp-bubble::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid rgba(0, 40, 65, 0.95);
}

.whatsapp-bubble-close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-bubble-close:hover {
  color: rgba(255, 255, 255, 0.94);
}

.whatsapp-typing {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
}

.whatsapp-typing .w-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: wappDot 1.2s ease-in-out infinite both;
}

.whatsapp-typing .w-dot:nth-child(1) {
  background: #22c55e;
  animation-delay: 0s;
}

.whatsapp-typing .w-dot:nth-child(2) {
  background: rgba(34, 197, 94, 0.75);
  animation-delay: 0.2s;
}

.whatsapp-typing .w-dot:nth-child(3) {
  background: rgba(34, 197, 94, 0.56);
  animation-delay: 0.4s;
}

@keyframes wappDot {
  0%, 80%, 100% {
    transform: scale(0.75);
    opacity: 0.7;
  }
  40% {
    transform: scale(1.15);
    opacity: 1;
  }
}

.whatsapp-message {
  font-size: 0.92rem;
  color: rgba(248, 250, 252, 0.94);
  line-height: 1.45;
  min-height: 20px;
  display: none;
}

.whatsapp-message.visible {
  display: block;
}

.whatsapp-typing.hidden {
  display: none;
}

/* ---- Responsivo ---- */
@media (max-width: 992px) {
  .hero__inner,
  .sobre__grid {
    grid-template-columns: 1fr;
  }
  .depoimentos__grid {
    grid-template-columns: 1fr;
  }
  .depoimento--destaque { transform: none; }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .header__toggle { display: flex; }
  .header__nav {
    position: fixed;
    top: var(--header-altura);
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
    border-bottom: 1px solid var(--cor-borda);
    box-shadow: var(--sombra-md);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: var(--transicao);
  }
  .header__nav--open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .header__cta { width: 100%; text-align: center; }

  .sobre__lista { grid-template-columns: 1fr; }
  .unidades__grid { grid-template-columns: 1fr; }
  .servicos__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }

  .hero {
    padding: 4rem 0 5rem;
    min-height: 680px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.88) 35%,
        rgba(255, 255, 255, 0.55) 60%,
        rgba(255, 255, 255, 0.2) 100%
      ),
      url('../assets/hero-mobile.png') center / cover no-repeat;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;
  }

  .hero__content {
    order: 1;
  }

  .hero__visual {
    order: 2;
    width: 100%;
    margin-top: 1.5rem;
  }

  .hero__card {
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
  }

  .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .whatsapp-widget {
    bottom: 16px;
    right: 16px;
  }

  .whatsapp-float-btn {
    width: 54px;
    height: 54px;
  }

  .whatsapp-float-btn svg {
    width: 26px;
    height: 26px;
  }

  .whatsapp-bubble {
    max-width: 250px;
  }
}

@media (max-width: 420px) {
  .whatsapp-widget {
    bottom: 12px;
    right: 12px;
  }

  .whatsapp-bubble {
    max-width: 215px;
    padding: 12px 30px 12px 12px;
  }
}
