.elementor-2 .elementor-element.elementor-element-bb0aa62{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-bb0aa62.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-bb0aa62{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-278a3cf *//* =====================================================
   STYLE.CSS — Assistência Técnica Goiânia
   Fonte: Sora (Google Fonts)
   Ícones: Font Awesome 6 (compatível com Elementor PRO)
   Cores: Paleta clara, transmite confiança e profissionalismo
===================================================== */

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Cores principais */
  --azul:        #1A5FA8;
  --azul-light:  #2472C8;
  --azul-soft:   #E8F1FB;
  --azul-dark:   #0E3D6E;

  /* Cores neutras */
  --branco:      #FFFFFF;
  --cinza-bg:    #F5F7FA;
  --cinza-light: #EEF1F6;
  --cinza-mid:   #BCC5D4;
  --cinza-text:  #6B7A8D;
  --preto-soft:  #1C2434;

  /* Verde WhatsApp */
  --wpp:         #25D366;
  --wpp-dark:    #1DA851;

  /* Acento */
  --laranja:     #F07D1A;

  /* Tipografia */
  --font:        'Sora', sans-serif;

  /* Sombras */
  --shadow-sm:  0 2px 8px rgba(26,95,168,.10);
  --shadow-md:  0 6px 24px rgba(26,95,168,.14);
  --shadow-lg:  0 12px 40px rgba(26,95,168,.18);

  /* Border radius */
  --radius-sm:  8px;
  --radius-md:  14px;
  --radius-lg:  24px;

  /* Transição padrão */
  --transition: .25s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--preto-soft);
  background: var(--branco);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ===== UTILITÁRIOS ===== */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.section-header--light { color: var(--branco); }
.section-header--light p { color: rgba(255,255,255,.80); }

.section-tag {
  display: inline-block;
  background: var(--azul-soft);
  color: var(--azul);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.section-tag--light {
  background: rgba(255,255,255,.15);
  color: var(--branco);
}

.section-header h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--preto-soft);
  margin-bottom: 14px;
}

.section-header--light h2 { color: var(--branco); }

.section-header p {
  font-size: 1.05rem;
  color: var(--cinza-text);
}

/* ===== BOTÕES ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font);
  font-size: .95rem;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  white-space: nowrap;
}

.btn:hover { transform: translateY(-2px); }

.btn--primary {
  background: var(--wpp);
  color: var(--branco);
  border-color: var(--wpp);
}
.btn--primary:hover { background: var(--wpp-dark); border-color: var(--wpp-dark); box-shadow: 0 6px 20px rgba(37,211,102,.35); }

.btn--outline {
  background: transparent;
  color: var(--branco);
  border-color: rgba(255,255,255,.6);
}
.btn--outline:hover { background: rgba(255,255,255,.12); border-color: var(--branco); }

.btn--card {
  background: var(--azul);
  color: var(--branco);
  border-color: var(--azul);
  width: 100%;
  justify-content: center;
  margin-top: auto;
}
.btn--card:hover { background: var(--azul-dark); border-color: var(--azul-dark); box-shadow: var(--shadow-md); }

.btn--lg { padding: 16px 34px; font-size: 1.05rem; }

/* ===== SEO HIDDEN (visível às IAs, oculto ao humano) ===== */
.seo-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  font-size: 0;
  color: transparent;
  pointer-events: none;
  user-select: none;
}

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  background: var(--branco);
  border-bottom: 1px solid transparent;
  transition: box-shadow var(--transition), border-color var(--transition);
}

.header--scrolled {
  box-shadow: var(--shadow-sm);
  border-color: var(--cinza-light);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}

/* Logo placeholder */
.logo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 52px;
  border: 2px dashed var(--cinza-mid);
  border-radius: var(--radius-sm);
  background: var(--cinza-bg);
  color: var(--cinza-text);
  font-size: .75rem;
  font-weight: 600;
  text-align: center;
  flex-shrink: 0;
}

.logo-placeholder span { font-size: .95rem; font-weight: 700; color: var(--azul); }
.logo-placeholder small { font-size: .65rem; opacity: .6; }
.logo-placeholder--sm { width: 130px; height: 44px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.7); }
.logo-placeholder--sm span { color: var(--branco); }

/* NAV */
.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav a {
  font-size: .88rem;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  color: var(--cinza-text);
  transition: color var(--transition), background var(--transition);
}

.nav a:hover { color: var(--azul); background: var(--azul-soft); }

.nav__cta {
  background: var(--wpp) !important;
  color: var(--branco) !important;
  padding: 8px 16px !important;
  font-weight: 600 !important;
  margin-left: 8px;
}
.nav__cta:hover { background: var(--wpp-dark) !important; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--azul);
  cursor: pointer;
  padding: 4px;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 72px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--azul-dark) 0%, var(--azul) 55%, #2E86D4 100%);
  z-index: 0;
}

/* Padrão geométrico sutil no fundo */
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.06) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,.04) 0%, transparent 40%);
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  max-width: 700px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  color: var(--branco);
  font-size: .82rem;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,.25);
  margin-bottom: 28px;
  animation: fadeDown .6s ease both;
}

.hero__title {
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--branco);
  margin-bottom: 22px;
  animation: fadeDown .6s .1s ease both;
}

.hero__highlight {
  color: var(--laranja);
  position: relative;
}

.hero__sub {
  font-size: 1.12rem;
  color: rgba(255,255,255,.85);
  max-width: 560px;
  margin-bottom: 36px;
  animation: fadeDown .6s .2s ease both;
}

.hero__sub strong { color: var(--branco); }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
  animation: fadeDown .6s .3s ease both;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  animation: fadeDown .6s .4s ease both;
}

.hero__trust li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .85rem;
  font-weight: 500;
  color: rgba(255,255,255,.85);
}

.hero__trust li i {
  color: var(--laranja);
  font-size: .9rem;
}

/* ===== TRUSTBAR ===== */
.trustbar {
  background: var(--branco);
  border-top: 1px solid var(--cinza-light);
  border-bottom: 1px solid var(--cinza-light);
  box-shadow: var(--shadow-sm);
}

.trustbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
}

.trustbar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--preto-soft);
  border-right: 1px solid var(--cinza-light);
  flex: 1;
  justify-content: center;
  min-width: 140px;
}

.trustbar__item:last-child { border-right: none; }

.trustbar__item i {
  font-size: 1.2rem;
  color: var(--azul);
}

/* ===== SERVIÇOS ===== */
.servicos { background: var(--cinza-bg); }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.card {
  background: var(--branco);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--transition), transform var(--transition);
  border: 1px solid var(--cinza-light);
}

.card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }

.card__img-wrap { width: 100%; }

/* Placeholder da imagem do produto */
.img-placeholder {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, var(--azul-soft) 0%, var(--cinza-light) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--azul);
  border-bottom: 1px solid var(--cinza-light);
}

.img-placeholder i { font-size: 2.8rem; opacity: .5; }
.img-placeholder span { font-size: .78rem; font-weight: 600; color: var(--cinza-text); }

.card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

.card__body h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--preto-soft);
}

.card__body p {
  font-size: .9rem;
  color: var(--cinza-text);
  line-height: 1.6;
}

.card__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.card__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .85rem;
  color: var(--cinza-text);
}

.card__list li i {
  color: var(--azul);
  margin-top: 3px;
  flex-shrink: 0;
  font-size: .8rem;
}

/* ===== DIFERENCIAIS ===== */
.diferenciais {
  background: linear-gradient(135deg, var(--azul-dark) 0%, var(--azul) 100%);
  position: relative;
  overflow: hidden;
}

.diferenciais::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,.05) 0%, transparent 70%);
  top: -200px; right: -100px;
  pointer-events: none;
}

.dif-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.dif-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  transition: background var(--transition), transform var(--transition);
}

.dif-card:hover { background: rgba(255,255,255,.14); transform: translateY(-3px); }

.dif-icon {
  width: 52px; height: 52px;
  background: rgba(255,255,255,.15);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--branco);
  margin-bottom: 16px;
}

.dif-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--branco);
  margin-bottom: 10px;
}

.dif-card p {
  font-size: .88rem;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
}

/* ===== CTA BAND ===== */
.cta-band {
  background: var(--azul-soft);
  border-top: 1px solid var(--cinza-light);
  border-bottom: 1px solid var(--cinza-light);
  padding: 56px 0;
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.cta-band__text h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--preto-soft);
  margin-bottom: 8px;
}

.cta-band__text h2 span { color: var(--azul); }
.cta-band__text p { color: var(--cinza-text); font-size: 1rem; }

/* ===== DEPOIMENTOS ===== */
.depoimentos { background: var(--cinza-bg); overflow: hidden; }

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel__track {
  display: flex;
  gap: 24px;
  transition: transform .45s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.dep-card {
  background: var(--branco);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  border: 1px solid var(--cinza-light);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

/* Placeholder da foto do atendimento */
.dep-img-placeholder {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, var(--cinza-light) 0%, var(--azul-soft) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--azul);
  border-bottom: 1px solid var(--cinza-light);
}

.dep-img-placeholder i { font-size: 2.5rem; opacity: .4; }
.dep-img-placeholder span { font-size: .78rem; font-weight: 600; color: var(--cinza-text); }

.dep-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stars { color: #F5A623; font-size: .95rem; display: flex; gap: 3px; }

.dep-card__body blockquote {
  font-size: .92rem;
  color: var(--cinza-text);
  line-height: 1.65;
  font-style: italic;
  quotes: '"' '"';
}

.dep-card__body blockquote::before { content: open-quote; }
.dep-card__body blockquote::after  { content: close-quote; }

.dep-card__body cite {
  display: flex;
  flex-direction: column;
  font-style: normal;
}

.dep-card__body cite strong {
  font-size: .92rem;
  font-weight: 700;
  color: var(--preto-soft);
}

.dep-card__body cite span {
  font-size: .78rem;
  color: var(--cinza-text);
  display: flex;
  align-items: center;
  gap: 5px;
}

.dep-card__body cite span i { color: var(--azul); font-size: .75rem; }

/* Controles carrossel */
.carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.carousel__btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 2px solid var(--cinza-mid);
  background: var(--branco);
  color: var(--azul);
  font-size: .95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}

.carousel__btn:hover { background: var(--azul); color: var(--branco); border-color: var(--azul); }

.carousel__dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.carousel__dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 2px solid var(--cinza-mid);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all var(--transition);
}

.carousel__dot.active {
  background: var(--azul);
  border-color: var(--azul);
  width: 26px;
  border-radius: 5px;
}

/* ===== COBERTURA ===== */
.cobertura { background: var(--branco); }

.cobertura__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.cobertura__bairros h3,
.cobertura__cidades h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--azul);
  margin-bottom: 18px;
}

.cobertura__bairros ul,
.cobertura__cidades ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cobertura__bairros li,
.cobertura__cidades li {
  font-size: .88rem;
  color: var(--cinza-text);
  padding: 6px 0;
  border-bottom: 1px solid var(--cinza-light);
}

.cobertura__cta-box {
  background: linear-gradient(135deg, var(--azul) 0%, var(--azul-dark) 100%);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  color: var(--branco);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.cobertura__cta-box i {
  font-size: 2rem;
  opacity: .7;
}

.cobertura__cta-box h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.cobertura__cta-box p {
  font-size: .88rem;
  opacity: .8;
  line-height: 1.55;
}

/* ===== FAQ ===== */
.faq { background: var(--cinza-bg); }

.faq__list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  background: var(--branco);
  border-radius: var(--radius-sm);
  border: 1px solid var(--cinza-light);
  overflow: hidden;
  transition: box-shadow var(--transition);
}

.faq__item[open] { box-shadow: var(--shadow-sm); }

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  cursor: pointer;
  font-size: .95rem;
  font-weight: 600;
  color: var(--preto-soft);
  list-style: none;
  user-select: none;
}

.faq__question::-webkit-details-marker { display: none; }
.faq__question:hover { color: var(--azul); }

.faq__icon {
  color: var(--azul);
  font-size: .85rem;
  flex-shrink: 0;
  transition: transform var(--transition);
}

.faq__answer {
  padding: 0 22px 18px;
  font-size: .9rem;
  color: var(--cinza-text);
  line-height: 1.65;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--preto-soft);
  color: rgba(255,255,255,.75);
  padding-top: 60px;
}

.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer__brand p {
  margin-top: 16px;
  font-size: .88rem;
  line-height: 1.65;
  max-width: 280px;
}

.footer__links h4,
.footer__contact h4 {
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--branco);
  margin-bottom: 18px;
}

.footer__links ul,
.footer__contact ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__links li a,
.footer__contact li a {
  font-size: .88rem;
  color: rgba(255,255,255,.65);
  transition: color var(--transition);
}

.footer__links li a:hover,
.footer__contact li a:hover { color: var(--branco); }

.footer__contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
}

.footer__contact li i {
  color: var(--wpp);
  width: 16px;
  text-align: center;
}

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  text-align: center;
}

.footer__bottom p {
  font-size: .78rem;
  color: rgba(255,255,255,.4);
  line-height: 1.8;
}

/* ===== WHATSAPP FLUTUANTE ===== */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--wpp);
  color: var(--branco);
  border-radius: 50px;
  padding: 14px 20px 14px 16px;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  font-size: .9rem;
  font-weight: 700;
  font-family: var(--font);
  transition: transform var(--transition), box-shadow var(--transition);
  animation: pulse 3s infinite;
}

.whatsapp-float:hover {
  background: var(--wpp-dark);
  transform: scale(1.05);
  animation: none;
}

.whatsapp-float i { font-size: 1.5rem; }

/* ===== ANIMAÇÕES ===== */
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%,100% { box-shadow: 0 6px 24px rgba(37,211,102,.45); }
  50%      { box-shadow: 0 6px 36px rgba(37,211,102,.7); }
}

/* ===== RESPONSIVO ===== */

/* Tablet */
@media (max-width: 960px) {
  .cobertura__grid { grid-template-columns: 1fr 1fr; }
  .cobertura__cta { grid-column: 1 / -1; }
  .cobertura__cta-box { flex-direction: row; text-align: left; flex-wrap: wrap; }

  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }

  .dep-card { min-width: calc(50% - 12px); }

  .trustbar__item { padding: 14px 16px; }
}

/* Mobile */
@media (max-width: 640px) {
  .section { padding: 60px 0; }

  /* Nav */
  .nav {
    display: none;
    position: fixed;
    top: 72px; left: 0; right: 0;
    background: var(--branco);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 20px 20px;
    box-shadow: var(--shadow-md);
    border-top: 1px solid var(--cinza-light);
    gap: 4px;
  }

  .nav--open { display: flex; }

  .nav a { padding: 12px 16px; border-radius: var(--radius-sm); }
  .nav__cta { margin-left: 0; justify-content: center; }

  .nav-toggle { display: flex; }

  /* Hero */
  .hero { min-height: auto; }
  .hero__content { padding: 60px 0 48px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero__trust li { font-size: .78rem; }

  /* Trustbar */
  .trustbar__inner { flex-direction: column; gap: 0; }
  .trustbar__item { border-right: none; border-bottom: 1px solid var(--cinza-light); width: 100%; }
  .trustbar__item:last-child { border-bottom: none; }

  /* Cards */
  .cards-grid { grid-template-columns: 1fr; }

  /* Diferenciais */
  .dif-grid { grid-template-columns: 1fr; }

  /* CTA Band */
  .cta-band__inner { flex-direction: column; text-align: center; }
  .cta-band__inner .btn { width: 100%; justify-content: center; }

  /* Depoimentos */
  .dep-card { min-width: 100%; }

  /* Cobertura */
  .cobertura__grid { grid-template-columns: 1fr; }
  .cobertura__cta { grid-column: auto; }
  .cobertura__cta-box { flex-direction: column; text-align: center; }

  /* Footer */
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .footer__brand { grid-column: auto; }

  /* WhatsApp float */
  .whatsapp-float__label { display: none; }
  .whatsapp-float { padding: 16px; border-radius: 50%; }
}

@media (max-width: 400px) {
  .hero__title { font-size: 2rem; }
}/* End custom CSS */