/* =========================================================
   Dra. Maria Luiza Freire — Landing Page Premium
   Réplica do template Mediax · Mobile-first
   Títulos: system-ui · Textos: Dosis
   ========================================================= */

:root {
  /* Nova paleta: Dourado · Preto · Branco */
  --blue:       #FEC430;   /* dourado — cor principal de ação */
  --blue-dark:  #1A1A1A;   /* preto profundo */
  --blue-mid:   #2C2C2C;   /* cinza escuro */
  --blue-light: #FFF5D6;   /* dourado claríssimo para fundos */
  --teal:       #FEC430;   /* mesmo dourado (substitui teal) */
  --teal-dark:  #CFA020;   /* dourado escuro para hover */
  --white:      #ffffff;
  --off:        #FAF9F5;   /* branco quente */
  --light:      #FFF5D6;   /* dourado suave */
  --line:       #E0E0E0;   /* borda neutra */
  --ink:        #1A1A1A;   /* preto para títulos */
  --text:       #3A3A3A;   /* cinza escuro para texto */
  --muted:      #888888;   /* cinza médio */

  --title: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --body:  "Dosis", system-ui, sans-serif;

  --radius:    18px;
  --radius-lg: 28px;
  --radius-sm: 12px;
  --shadow:    0 20px 60px -20px rgba(0,0,0,.20);
  --shadow-sm: 0 8px 30px -12px rgba(0,0,0,.14);
  --ease:      cubic-bezier(.22,.61,.36,1);
  --container: 1180px;
}

/* ── Skip link (acessibilidade — foco de teclado) ── */
.skip-link {
  position: absolute; top: -100%; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: #fff; padding: 10px 22px;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  font-size: .85rem; font-weight: 700; z-index: 200;
  text-decoration: none; white-space: nowrap;
  transition: top .2s;
}
.skip-link:focus { top: 0; outline: 3px solid var(--teal); outline-offset: 2px; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.ico { width: 1.1em; height: 1.1em; fill: currentColor; flex-shrink: 0; }
h1, h2, h3, h4 { font-family: var(--title); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }

/* ── Utility ── */
.label {
  display: inline-block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.label--center { display: block; text-align: center; }
.label--light { color: #fff; opacity: .85; }

.sec-title {
  font-family: var(--title);
  font-size: clamp(1.45rem, 3.6vw, 2.15rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.02em;
  color: var(--ink);
}
.sec-title--center { text-align: center; }
.sec-title--light { color: #fff; }

.sec-head { margin-bottom: 38px; }
.sec-head--center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.sec-desc { margin-top: 10px; color: var(--muted); font-size: .92rem; max-width: 540px; margin-inline: auto; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--body); font-weight: 700; font-size: .8rem;
  letter-spacing: .04em; text-transform: uppercase;
  padding: 12px 24px; border-radius: 100px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s;
  white-space: nowrap;
}
.btn--lg { padding: 15px 30px; font-size: .82rem; }
.btn--primary { background: var(--blue); color: #1A1A1A; font-weight: 800; box-shadow: 0 12px 28px -10px rgba(254,196,48,.55); }
.btn--primary:hover { transform: translateY(-3px); background: var(--teal-dark); }
.btn--teal { background: var(--teal); color: #1A1A1A; font-weight: 800; box-shadow: 0 12px 28px -10px rgba(254,196,48,.5); }
.btn--teal:hover { transform: translateY(-3px); background: var(--teal-dark); }
.btn--white { background: #fff; color: #1A1A1A; font-weight: 800; }
.btn--white:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -8px rgba(0,0,0,.18); }
.btn--outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.btn--outline-white:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* ── Top bar ── */
.topbar { background: var(--blue-dark); color: rgba(255,255,255,.85); font-size: .76rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 12px; }
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 14px; }
.topbar__item { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.8); transition: color .3s; font-weight: 500; }
.topbar__item:hover { color: #fff; }
.topbar__item .ico { width: 13px; height: 13px; }
.topbar__sep { width: 1px; height: 12px; background: rgba(255,255,255,.2); }
.topbar__follow { color: rgba(255,255,255,.6); }
.topbar__social { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.12); color: rgba(255,255,255,.8); transition: background .3s, color .3s; }
.topbar__social:hover { background: var(--teal); color: #fff; }
.topbar__social .ico { width: 12px; height: 12px; }

/* ── Header ── */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s;
}
.header.is-scrolled { box-shadow: 0 8px 24px -12px rgba(0,0,0,.18); }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 20px; }

/* Logo oficial */
.logo-link { display: inline-flex; align-items: center; }
.logo-img  { height: 48px; width: auto; display: block; }

/* Footer: logo sem fundo */
.logo-link--footer { display: inline-block; }
.logo-img--footer  { height: 48px; filter: brightness(0) invert(1); }

/* ── HERO BANNER (foto de fundo) ── */
.hero {
  position: relative; overflow: hidden;
  background: url(../assets/img/banner-luiza-maria-freire.webp) center top/cover no-repeat;
  /* min-height escalável evita corte vertical em qualquer viewport */
  min-height: clamp(500px, 44vw, 680px);
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(
    to right,
    rgba(160,118,0,.92) 0%,
    rgba(175,128,0,.82) 34%,
    rgba(254,196,48,.32) 60%,
    rgba(254,196,48,.06) 82%,
    rgba(254,196,48,.0) 100%
  );
}
.hero__inner {
  position: relative; z-index: 2;
  display: flex; align-items: center;
  min-height: clamp(500px, 44vw, 680px); padding: 54px 0 70px;
}
.hero__content { max-width: 520px; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.85); margin-bottom: 16px;
}
.hero__dash { width: 26px; height: 2px; background: var(--teal); border-radius: 2px; }
.hero__title {
  font-family: var(--title);
  font-size: clamp(2rem, 4.6vw, 3.15rem); font-weight: 800;
  line-height: 1.1; letter-spacing: -.02em; text-transform: uppercase;
  color: #fff; margin-bottom: 16px;
}
.hero__title .hl {
  display: inline-block; color: #fff;
  border: 2px solid var(--teal); border-radius: 7px; padding: 0 9px;
}
.hero__sub { color: rgba(255,255,255,.85); font-size: .98rem; max-width: 430px; margin-bottom: 26px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Floating big-number cards */
@keyframes floatCard {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-9px); }
}

/* Desktop: wrapper cobre o hero inteiro; cards ficam absolutos dentro dele */
.hero__floats-wrap {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
}

.hero__float {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 11px 18px 12px;
  min-width: 108px;
  text-align: center;
  pointer-events: auto;
  box-shadow: 0 10px 30px -6px rgba(13,56,114,.22), 0 2px 8px rgba(0,0,0,.07);
}
.hero__float strong {
  display: block;
  font-family: var(--title); font-size: 1.55rem; font-weight: 800;
  line-height: 1; margin-bottom: 4px;
}
.hero__float span {
  font-size: .62rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--muted); line-height: 1.3; display: block;
}

/* Positions desktop — direita da foto (área dos equipamentos) */
.hero__float--1 {
  top: 14%; right: 5%;
  animation: floatCard 3.4s ease-in-out infinite;
}
.hero__float--1 strong { color: #FEC430; }

.hero__float--2 {
  bottom: 20%; right: 22%;
  animation: floatCard 4.1s ease-in-out infinite .7s;
}
.hero__float--2 strong { color: #CFA020; }

.hero__float--3 {
  top: 56%; right: 4%;
  animation: floatCard 3.7s ease-in-out infinite 1.4s;
}
.hero__float--3 strong { color: #FEC430; }

/* ── Features ── */
.features { padding: 44px 0 50px; }
.features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feat { display: flex; gap: 14px; align-items: flex-start; }
.feat__ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--blue-light); color: var(--blue); flex-shrink: 0; }
.feat__ico svg { width: 22px; height: 22px; fill: currentColor; }
.feat h3 { font-size: .92rem; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.feat p { font-size: .82rem; color: var(--muted); line-height: 1.45; }

/* ── Services ── */
.services { padding: 70px 0; background: var(--off); }
.snav { display: flex; gap: 10px; margin-top: 18px; }
.snav__btn { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--line); color: var(--muted); transition: background .3s, color .3s, border .3s; }
.snav__btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.snav__btn--active, .snav__btn:hover { background: var(--teal); color: #fff; border-color: var(--teal); }

.accordion { display: flex; gap: 10px; align-items: stretch; min-height: 360px; }
.acard { position: relative; flex: 0 0 68px; cursor: pointer; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: flex .55s var(--ease), box-shadow .4s; }
.acard:hover { box-shadow: var(--shadow-sm); }
.acard.is-open { flex: 1 1 auto; box-shadow: var(--shadow); }
.acard--featured { background: linear-gradient(160deg, #1A1A1A 0%, #2C2C2C 100%); border-color: transparent; }

.acard__tab { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 18px 0; transition: opacity .3s; }
.acard.is-open .acard__tab { opacity: 0; pointer-events: none; }
.acard__ico-sm { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--blue-light); color: var(--blue); }
.acard--featured .acard__ico-sm { background: rgba(255,255,255,.15); color: #fff; }
.acard__ico-sm svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.acard__label { writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--title); font-size: .92rem; font-weight: 700; color: var(--ink); white-space: nowrap; }
.acard--featured .acard__label { color: #fff; }

.acard__body { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .4s .1s var(--ease), transform .4s .1s var(--ease); padding: 28px 30px; display: flex; flex-direction: column; overflow: auto; }
.acard.is-open .acard__body { opacity: 1; visibility: visible; transform: none; }
.acard__flag { display: inline-block; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: var(--teal); padding: 3px 11px; border-radius: 100px; margin-bottom: 10px; }
.acard__ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--blue-light); color: var(--blue); margin-bottom: 14px; }
.acard--featured .acard__ico { background: rgba(255,255,255,.15); color: #fff; }
.acard__ico svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.acard__body h3 { font-size: 1.25rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.acard--featured .acard__body h3 { color: #fff; }
.acard__body p { font-size: .88rem; color: var(--muted); line-height: 1.5; margin-bottom: 14px; }
.acard--featured .acard__body p { color: rgba(255,255,255,.8); }
.acard__list { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.acard__list li { display: inline-flex; align-items: center; gap: 5px; font-size: .78rem; font-weight: 600; color: var(--text); background: var(--light); padding: 5px 11px; border-radius: 100px; }
.acard__list li::before { content: '✓'; color: var(--teal); font-weight: 700; }
.acard--featured .acard__list li { background: rgba(255,255,255,.12); color: rgba(255,255,255,.9); }
.acard__cta { margin-top: auto; }
.services__note { text-align: center; margin-top: 24px; font-size: .88rem; color: var(--muted); }

/* ── About (centralizado) ── */
.about { padding: 76px 0; }
.about__inner { max-width: 720px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.about__text { color: var(--muted); font-size: .98rem; line-height: 1.62; margin: 4px 0 22px; max-width: 640px; }
.about__checks { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin-bottom: 26px; }
.about__checks li { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 600; color: var(--text); }
.about__checks .ico { color: var(--teal); width: 17px; height: 17px; }

.about__stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; margin-bottom: 28px; width: 100%; max-width: 640px;
}
.stat { background: #fff; padding: 20px 14px; text-align: center; }
.stat strong { display: block; font-family: var(--title); font-size: 1.7rem; font-weight: 800; color: var(--blue); line-height: 1; margin-bottom: 3px; }
.stat span { font-size: .78rem; font-weight: 600; color: var(--muted); }

/* ── Why ── */
.why { padding: 76px 0; background: linear-gradient(160deg, #1A1A1A 0%, #2C2C2C 100%); position: relative; overflow: hidden; }
.why::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 26px 26px; }
.why > .container { position: relative; }
.why .sec-head--center { margin-bottom: 34px; }
.why__tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.why__tab { padding: 11px 22px; border-radius: 100px; font-family: var(--body); font-size: .86rem; font-weight: 700; color: rgba(255,255,255,.75); border: 1.5px solid rgba(255,255,255,.22); transition: background .3s, color .3s, border .3s; }
.why__tab.is-active, .why__tab:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
.why__panels { max-width: 620px; margin: 0 auto; text-align: center; }
.why__panel { display: none; }
.why__panel.is-active { display: block; }
.why__panel p { color: rgba(255,255,255,.85); font-size: 1rem; line-height: 1.6; }

/* ── Testimonials ── */
.testi { padding: 76px 0; }
.testi__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease); }
.testi__card:hover { transform: translateY(-5px); }
.testi__quote { font-family: var(--title); font-size: 2.1rem; color: var(--blue); opacity: .25; line-height: 1; margin-bottom: 4px; }
.testi__card p { font-size: .96rem; color: var(--text); line-height: 1.55; margin-bottom: 10px; }
.stars { color: #F6B200; letter-spacing: 2px; font-size: .88rem; display: block; margin-bottom: 14px; }
.testi__card footer { display: flex; align-items: center; gap: 11px; }
.avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff; font-family: var(--title); font-size: 1rem; font-weight: 700; flex-shrink: 0; }
.testi__card footer strong { display: block; font-size: .9rem; color: var(--ink); }
.testi__card footer small { font-size: .78rem; color: var(--muted); }

/* ── CTA ── */
.cta { padding: 0 0 70px; }
.cta__inner { position: relative; text-align: center; background: linear-gradient(150deg, #1A1A1A 0%, #2C2C2C 55%, #FEC430 100%); border-radius: var(--radius-lg); padding: 60px 30px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; }
.cta__inner::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 24px 24px; }
.cta__inner > * { position: relative; }
.cta__inner .label { display: block; }
.cta__inner h2 { font-family: var(--title); font-size: clamp(1.6rem, 4vw, 2.3rem); font-weight: 800; color: #fff; line-height: 1.18; margin-bottom: 10px; letter-spacing: -.02em; }
.cta__sub { color: rgba(255,255,255,.85); font-size: 1rem; max-width: 480px; margin: 0 auto 26px; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ── Footer ── */
.footer { background: var(--blue-dark); color: rgba(255,255,255,.75); padding-top: 54px; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 38px; padding-bottom: 42px; }
.footer__desc { font-size: .9rem; color: rgba(255,255,255,.6); margin: 14px 0; max-width: 250px; line-height: 1.55; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); color: rgba(255,255,255,.7); transition: background .3s, color .3s, transform .3s; }
.footer__social a:hover { background: var(--teal); color: #fff; transform: translateY(-3px); }
.footer__social .ico { width: 15px; height: 15px; }
.footer__col h4 { font-family: var(--title); font-size: 1.02rem; font-weight: 700; color: #fff; margin-bottom: 16px; }
.footer__list { display: grid; gap: 11px; }
.footer__list li { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; line-height: 1.45; }
.footer__list .ico { color: var(--teal); margin-top: 3px; flex-shrink: 0; }
.footer__list a:hover { color: var(--teal); }
.footer__hours { display: grid; gap: 9px; margin-bottom: 18px; }
.footer__hours li { display: flex; justify-content: space-between; gap: 10px; font-size: .88rem; border-bottom: 1px dashed rgba(255,255,255,.1); padding-bottom: 7px; }
.footer__hours li span:last-child { color: var(--teal); font-weight: 700; }
.footer__cta { width: 100%; }
.footer__map { border-radius: var(--radius-sm); overflow: hidden; border: 1px solid rgba(255,255,255,.1); aspect-ratio: 16/11; }
.footer__map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.5) invert(.9) hue-rotate(180deg); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0; }
.footer__bottom-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .78rem; color: rgba(255,255,255,.45); }
.footer__credit strong { color: var(--teal); }

/* ── WhatsApp float ── */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(37,211,102,.6); animation: waPulse 2.8s infinite; transition: transform .3s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; fill: currentColor; }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; scroll-behavior: auto; } }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
  .features__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero {
    background-position: center 15%;
    min-height: auto;
  }
  .hero__overlay {
    background: linear-gradient(
      to bottom,
      rgba(160,118,0,.90) 0%,
      rgba(160,118,0,.72) 55%,
      rgba(254,196,48,.35) 100%
    );
  }
  /* Padding extra no fundo para os cards flutuantes não cobrirem o texto */
  .hero__inner { min-height: auto; padding: 36px 0 100px; justify-content: center; }
  .hero__content { max-width: 100%; text-align: center; }
  .hero__eyebrow { justify-content: center; }
  .hero__sub { max-width: none; }
  .hero__actions { justify-content: center; }

  /* Cards viram linha horizontal fixa no fundo do hero */
  .hero__floats-wrap {
    position: absolute; inset: auto;
    bottom: 0; left: 0; right: 0;
    display: flex; justify-content: center; gap: 10px;
    padding: 0 16px 18px;
  }
  .hero__float {
    position: relative; top: auto; right: auto; bottom: auto; left: auto;
    flex: 1; min-width: 0; max-width: 130px;
    padding: 9px 10px;
    animation: floatCard 3.2s ease-in-out infinite;
  }
  .hero__float--1 { animation-delay: 0s; }
  .hero__float--2 { animation-delay: .55s; }
  .hero__float--3 { animation-delay: 1.1s; }
  .hero__float strong { font-size: 1.3rem; }
  .hero__float span { font-size: .58rem; }

  .testi__grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
}

@media (max-width: 768px) {
  .accordion { flex-direction: column; min-height: 0; gap: 10px; }
  .acard { flex: none !important; }
  .acard__tab { position: relative; flex-direction: row; justify-content: flex-start; padding: 16px 18px; gap: 12px; }
  .acard__label { writing-mode: horizontal-tb; transform: none; font-size: 1.02rem; }
  .acard.is-open .acard__tab { display: none; }
  .acard__body { position: relative; inset: auto; padding: 22px; display: none; overflow: visible; }
  .acard.is-open .acard__body { display: flex; }
  .acard__body h3 { font-size: 1.2rem; }
}

@media (max-width: 600px) {
  /* Respiro lateral consistente */
  .container { padding-inline: 20px; }

  .topbar__hide-sm { display: none; }
  .header__cta { padding: 12px 16px; font-size: .74rem; }
  .logo-img { height: 38px; }

  /* Hero — padding lateral explícito para não anular o do container */
  .hero__inner { padding: 44px 20px 120px; }
  .hero__title { font-size: 2rem; }
  .hero__sub { font-size: .95rem; }
  .hero__actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero__actions .btn { justify-content: center; }

  /* Features */
  .features__grid { grid-template-columns: 1fr; gap: 16px; }
  .feat { text-align: center; flex-direction: column; align-items: center; }

  /* About */
  .about__inner { text-align: center; }
  .about__stats { grid-template-columns: 1fr 1fr; }
  .about__stat { text-align: center; }
  .about__checks { flex-direction: column; align-items: center; gap: 10px; }
  .about__cta { justify-content: center; }

  /* Why */
  .why__tabs { flex-direction: column; align-items: center; }
  .why__tab { width: 100%; max-width: 300px; text-align: center; }
  .why__panel { text-align: center; }
  .why__list { text-align: left; display: inline-block; }

  /* Testimonials */
  .testi__card { text-align: center; }
  .testi__card footer { justify-content: center; }

  /* CTA */
  .cta__inner { padding: 44px 20px; border-radius: var(--radius); text-align: center; }
  .cta__actions { justify-content: center; }
  .cta__actions .btn { flex: 1 1 100%; }

  /* Footer */
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__brand { text-align: center; }
  .footer__desc { max-width: 100%; margin-inline: auto; text-align: center; }
  .footer__social { justify-content: center; }
  .footer__col { text-align: center; }
  .footer__list li { justify-content: center; }
  .footer__hours li { justify-content: space-between; }
  .footer__bottom-inner { justify-content: center; text-align: center; }

  /* Section headings */
  .sec-head { text-align: center; }
  .label { justify-content: center; }
}
