/* ============================================================
   Larissa Freire — Freire & França Advocacia
   Paleta da identidade visual (JIG Studio):
   grafite #535353 · preto #0C0B0A · marrom #624E41
   cinza claro #D9D9D9 · off-white #E7E2DA
   ============================================================ */

:root {
  --areia: #E7E2DA;
  --areia-suave: #F2EFEA;
  --branco: #FFFFFF;
  --cinza: #D9D9D9;
  --grafite: #535353;
  --tinta: #14120F;
  --marrom: #624E41;
  --marrom-escuro: #4A3A30;
  --ouro: #B08D57;
  --ouro-texto: #8A6844;
  --whatsapp: #21c063;
  --whatsapp-hover: #1daa61;
  --whatsapp-ink: #ffffff;

  --fonte-display: "Marcellus", serif;
  --fonte-texto: "Archivo", system-ui, sans-serif;

  --container: 1160px;
  --raio: 2px;
  --transicao: 220ms ease;
}

/* ---------- Base ---------- */

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--fonte-texto);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--grafite);
  background: var(--branco);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-family: var(--fonte-display);
  font-weight: 400;
  color: var(--tinta);
  line-height: 1.15;
  margin: 0 0 0.6em;
}

h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); letter-spacing: 0.01em; }

h1 em, h2 em {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.06em;
  color: var(--ouro-texto);
}
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.25rem; line-height: 1.3; }

p { margin: 0 0 1em; }

a { color: var(--marrom); }

:focus-visible {
  outline: 2px solid var(--marrom);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--tinta);
  color: var(--branco);
  padding: 0.75rem 1.25rem;
  z-index: 100;
}
.skip-link:focus { left: 0; }

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.container--narrow { max-width: 820px; }

/* ---------- Componentes ---------- */

.eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--marrom);
  margin-bottom: 1rem;
}

.eyebrow--squares {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

/* O módulo de 4 quadrados do logotipo, usado como sistema da página */
.squares {
  width: 16px;
  height: 16px;
  flex: none;
}
.squares rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
}
.squares rect.fill { fill: currentColor; }


.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: var(--fonte-texto);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border-radius: var(--raio);
  border: 1px solid transparent;
  transition: background-color var(--transicao), border-color var(--transicao), color var(--transicao);
}

.btn--lg { padding: 1rem 1.9rem; font-size: 1rem; }

.btn--primary {
  background: var(--marrom);
  color: var(--branco);
}
.btn--primary:hover { background: var(--marrom-escuro); }

.btn--ghost {
  background: transparent;
  color: var(--tinta);
  border-color: var(--tinta);
}
.btn--ghost:hover { background: var(--tinta); color: var(--branco); }

.btn--light {
  background: var(--areia);
  color: var(--tinta);
}
.btn--light:hover { background: var(--branco); }

/* ---------- Header ---------- */

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--cinza);
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.brand__mark {
  width: 36px;
  height: 36px;
  flex: none;
  color: var(--marrom);
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand__name {
  color: var(--tinta);
  font-family: var(--fonte-display);
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.brand__sub {
  color: var(--grafite);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.46em;
  text-transform: uppercase;
}

.header__nav { margin-left: auto; }

@media (min-width: 761px) {
  .header__inner { position: relative; }

  .header__nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
  }

  .header__cta { margin-left: auto; }
}

.header__nav ul {
  display: flex;
  gap: 1.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__nav a {
  color: var(--tinta);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-block: 0.4rem;
  border-bottom: 2px solid transparent;
  transition: border-color var(--transicao);
}
.header__nav a:hover { border-bottom-color: var(--marrom); }

.header__cta-label--short { display: none; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: min(88vh, 760px);
  display: flex;
  align-items: center;
  background: var(--areia);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/larissa-hero.png");
  background-size: cover;
  background-position: right center;
}

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      95deg,
      rgba(247, 244, 238, 0.97) 0%,
      rgba(247, 244, 238, 0.92) 28%,
      rgba(247, 244, 238, 0.72) 46%,
      rgba(247, 244, 238, 0.28) 62%,
      rgba(247, 244, 238, 0) 78%
    ),
    radial-gradient(
      ellipse 55% 80% at 18% 50%,
      rgba(247, 244, 238, 0.55) 0%,
      rgba(247, 244, 238, 0) 70%
    );
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  width: 100%;
  padding-block: clamp(4rem, 10vh, 7rem);
}

.hero__content h1 {
  max-width: 11.5em;
  text-shadow: 0 1px 18px rgba(247, 244, 238, 0.65);
}

.hero__sub {
  max-width: 34em;
  font-size: 1.08rem;
  color: var(--tinta);
  text-shadow: 0 1px 12px rgba(247, 244, 238, 0.8);
}

.hero__sub-short { display: none; }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero__note {
  margin-top: 1.4rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--marrom-escuro);
}

/* ---------- Faixa de áreas (marquee) ---------- */

.strip {
  background: var(--tinta);
  color: var(--areia);
  padding-block: 0.65rem;
  overflow: hidden;
  max-width: 100%;
}

.strip__track {
  display: flex;
  width: max-content;
  animation: strip-scroll 30s linear infinite;
}

.strip__group {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.strip__group li {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 2.25rem;
}

.strip__group li::before {
  content: "▪";
  color: var(--ouro);
  margin-right: 2.25rem;
  font-size: 0.55rem;
  vertical-align: 2px;
}

@keyframes strip-scroll {
  to { transform: translateX(-50%); }
}

/* ---------- Seções ---------- */

.section { padding-block: clamp(4rem, 9vw, 6.5rem); }

.section--areia { background: var(--areia-suave); }

.section__head {
  max-width: 640px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section__lead { font-size: 1.05rem; }

/* ---------- Serviços ---------- */

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.service {
  background: var(--branco);
  border: 1px solid var(--cinza);
  border-radius: var(--raio);
  padding: 2rem 1.75rem;
  transition: border-color var(--transicao), box-shadow var(--transicao);
}

.service:hover {
  border-color: var(--marrom);
  box-shadow: 0 10px 30px rgba(20, 18, 15, 0.07);
}

.service p { margin-bottom: 0; font-size: 0.95rem; }

.service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--cinza);
  border-radius: var(--raio);
  background: var(--areia-suave);
  color: var(--marrom);
  margin-bottom: 1.2rem;
}

.service__icon svg { width: 24px; height: 24px; }

.service--featured {
  position: relative;
  background: linear-gradient(145deg, var(--branco) 0%, #FBF7F1 100%);
  border-color: var(--ouro);
  box-shadow: 0 16px 42px rgba(98, 78, 65, 0.14);
}

.service--featured::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 1.75rem;
  left: 1.75rem;
  height: 3px;
  background: var(--ouro);
}

.service--featured .service__icon {
  border-color: rgba(176, 141, 87, 0.45);
  background: #F7EFE4;
  box-shadow: 0 6px 18px rgba(98, 78, 65, 0.1);
}

.service.service--maternity {
  position: relative;
  background: linear-gradient(145deg, var(--branco) 0%, #FFF6F1 100%);
  border-color: #C9957C;
  box-shadow: 0 14px 36px rgba(142, 94, 73, 0.13);
}

.service--maternity::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 1.75rem;
  left: 1.75rem;
  height: 3px;
  background: #C9957C;
}

.service--maternity .service__icon {
  color: #8E5E49;
  border-color: rgba(201, 149, 124, 0.5);
  background: #FAEAE2;
  box-shadow: 0 6px 18px rgba(142, 94, 73, 0.1);
}

.service.service--maternity .service__tag {
  color: #80513E;
  border-color: rgba(201, 149, 124, 0.7);
  background: rgba(201, 149, 124, 0.13);
}

.service .service__tag {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-top: 1.25rem;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--ouro-texto);
  border: 1px solid rgba(176, 141, 87, 0.65);
  border-radius: 999px;
  background: rgba(176, 141, 87, 0.1);
  padding: 0.55rem 0.75rem;
}

/* ---------- Sobre ---------- */

.about {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.about__media {
  margin: 0;
  position: relative;
}

.about__media img {
  width: 100%;
  border-radius: var(--raio);
}

.about__role {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--marrom);
  margin-bottom: 1.4rem;
}

.about__points {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
}

.about__points li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  color: var(--tinta);
}

.about__point-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--marrom);
  margin-top: 0.1rem;
}

.about__point-icon svg {
  width: 22px;
  height: 22px;
}

/* ---------- Como funciona ---------- */

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: passo;
}

.steps::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: #CFC7BE;
}

.step {
  position: relative;
}

.step__num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--marrom);
  border-radius: 50%;
  background: var(--branco);
  box-shadow: 0 0 0 8px var(--branco);
  color: var(--marrom);
  font-family: var(--fonte-display);
  font-size: 1.2rem;
  margin-bottom: 1.75rem;
}

.step h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.step p {
  font-size: 0.93rem;
  line-height: 1.65;
  margin-bottom: 0;
}

/* ---------- Depoimentos ---------- */

.testimonials-section {
  background: var(--areia-suave);
  color: var(--grafite);
}

.testimonials__head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: clamp(2.75rem, 6vw, 4.5rem);
}

.testimonials__head .eyebrow { color: var(--marrom); }

.testimonials__head h2 {
  max-width: 12em;
  color: var(--tinta);
  margin-bottom: 0;
}

.testimonials__head > p {
  max-width: 31em;
  margin: 0;
  color: var(--grafite);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #CFC7BE;
}

.testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  margin: 0;
  padding: 3.25rem clamp(1.5rem, 3vw, 2.5rem) 2.5rem;
}

.testimonial + .testimonial {
  border-left: 1px solid #CFC7BE;
}

.testimonial__quote {
  position: absolute;
  top: 0.55rem;
  left: clamp(1.5rem, 3vw, 2.5rem);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--marrom);
  opacity: 0.55;
}

.testimonial blockquote { margin: 0; }

.testimonial blockquote p {
  font-family: var(--fonte-display);
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  line-height: 1.55;
  color: var(--tinta);
}

.testimonial figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: auto;
  padding-top: 2rem;
}

.testimonial figcaption strong {
  color: var(--marrom);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial figcaption span {
  color: var(--grafite);
  font-size: 0.8rem;
}

.testimonials__dots {
  display: none;
}

/* ---------- FAQ ---------- */

.faq details {
  background: var(--branco);
  border: 1px solid var(--cinza);
  border-radius: var(--raio);
  margin-bottom: 0.75rem;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.4rem;
  font-weight: 600;
  color: var(--tinta);
  font-size: 1rem;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  font-family: var(--fonte-display);
  font-size: 1.4rem;
  color: var(--marrom);
  line-height: 1;
  flex: none;
  transition: transform var(--transicao);
}

.faq details[open] summary::after { transform: rotate(45deg); }

.faq details p {
  padding: 0 1.4rem 1.25rem;
  margin: 0;
  font-size: 0.95rem;
}

/* ---------- CTA final ---------- */

.cta-final {
  background: var(--marrom);
  color: var(--areia);
  padding-block: clamp(4rem, 8vw, 6rem);
  text-align: center;
}

.cta-final h2 { color: var(--branco); max-width: 16em; margin-inline: auto; }

.cta-final p { max-width: 36em; margin-inline: auto; }

.cta-final .btn { margin-top: 1.5rem; }

.squares--cta {
  width: 26px;
  height: 26px;
  color: var(--areia);
  margin-bottom: 1.5rem;
}

/* ---------- Footer ---------- */

.footer {
  background: var(--tinta);
  color: var(--cinza);
  padding-top: clamp(3rem, 6vw, 4.5rem);
  font-size: 0.92rem;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
}

.brand--footer {
  margin-bottom: 1.5rem;
  color: var(--areia);
}

.brand--footer .brand__mark { color: var(--areia); }

.brand--footer .brand__name { color: var(--branco); }

.brand--footer .brand__sub { color: var(--cinza); }

.footer .brand--footer:hover { text-decoration: none; }

.footer__brand p { max-width: 30em; }

.footer h4 {
  color: var(--branco);
  font-family: var(--fonte-texto);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.footer ul { list-style: none; margin: 0; padding: 0; }

.footer li { margin-bottom: 0.5rem; }

.footer a {
  color: var(--cinza);
  text-decoration: none;
}
.footer a:hover { color: var(--branco); text-decoration: underline; }

.footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.footer__social-link svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.footer__bottom {
  border-top: 1px solid var(--grafite);
  padding-block: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 2rem;
  font-size: 0.8rem;
  color: #9B968E;
}

.footer__bottom p { margin: 0; }

/* ---------- WhatsApp flutuante ---------- */

.wa-fab {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 60;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: var(--whatsapp);
  color: var(--whatsapp-ink);
  border: 1px solid var(--whatsapp);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  transition: background-color var(--transicao), transform var(--transicao);
}

.wa-fab:hover {
  background: var(--whatsapp-hover);
  color: var(--whatsapp-ink);
  border-color: var(--whatsapp-hover);
  transform: translateY(-2px);
}

.wa-fab svg {
  width: 26px;
  height: 26px;
}

/* ---------- Animações de entrada ---------- */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }

  .strip__track {
    animation: none;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .strip__group { flex-wrap: wrap; justify-content: center; row-gap: 0.3rem; }
  .strip__group[aria-hidden="true"] { display: none; }
}

/* ---------- Responsivo ---------- */

@media (max-width: 980px) {
  .services { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 2rem; }
  .steps::before { display: none; }
  .step { border-top: 1px solid #CFC7BE; padding-top: 1.5rem; }
  .step__num { box-shadow: none; }
  .testimonials { grid-template-columns: 1fr; }
  .testimonial { min-height: 0; }
  .testimonial + .testimonial {
    border-left: 0;
    border-top: 1px solid #CFC7BE;
  }
  .testimonial figcaption { margin-top: 1rem; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .header__nav { display: none; }

  .header__inner {
    gap: 0.75rem;
    min-height: 64px;
  }

  .brand__mark {
    width: 30px;
    height: 30px;
  }

  .brand__name { font-size: 1rem; }
  .brand__sub { letter-spacing: 0.32em; }

  .header__cta {
    margin-left: auto;
    flex: none;
    padding: 0.65rem 1rem;
    font-size: 0.88rem;
  }

  .header__cta-label--full { display: none; }
  .header__cta-label--short { display: inline; }

  .hero {
    min-height: 0;
    align-items: flex-start;
  }

  .hero__bg {
    background-image: url("assets/larissa-hero-mobile-legivel.png");
    background-position: 70% center;
    background-size: cover;
  }

  /* A foto mobile já traz fade claro à esquerda — overlay só reforça leitura do texto */
  .hero__bg::after {
    background:
      linear-gradient(
        100deg,
        rgba(247, 244, 238, 0.9) 0%,
        rgba(247, 244, 238, 0.7) 40%,
        rgba(247, 244, 238, 0.22) 60%,
        rgba(247, 244, 238, 0) 78%
      ),
      linear-gradient(
        180deg,
        rgba(247, 244, 238, 0.22) 0%,
        rgba(247, 244, 238, 0) 22%,
        rgba(247, 244, 238, 0) 72%,
        rgba(247, 244, 238, 0.35) 100%
      );
  }

  .hero__content {
    padding-block: 2.25rem 2.75rem;
  }

  .hero__content h1 {
    font-size: clamp(1.75rem, 6.6vw, 2.2rem);
    max-width: 9.5em;
    margin-bottom: 0.55em;
  }

  .hero__sub {
    font-size: 0.94rem;
    line-height: 1.55;
    max-width: 13.7em;
    text-shadow:
      0 0 3px rgba(247, 244, 238, 1),
      0 0 8px rgba(247, 244, 238, 0.98),
      0 0 14px rgba(247, 244, 238, 0.92);
  }

  .hero__sub-full { display: none; }
  .hero__sub-short { display: inline; }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 20rem;
    margin-top: 1.35rem;
    gap: 0.7rem;
  }

  .hero__actions .btn { width: 100%; }

  .hero__note {
    max-width: 18em;
    font-size: 0.78rem;
  }

  .about { grid-template-columns: 1fr; }
  .about__media { max-width: 420px; }

  .testimonials__head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.25rem;
  }

  .testimonials.is-carousel {
    display: block;
  }

  .testimonials.is-carousel .testimonial {
    display: none;
    min-height: 330px;
    border: 0;
  }

  .testimonials.is-carousel .testimonial.is-active {
    display: flex;
    animation: testimonial-fade 450ms ease;
  }

  .testimonials__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }

  .testimonials__dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(98, 78, 65, 0.28);
    transition: width var(--transicao), background var(--transicao);
  }

  .testimonials__dots span.is-active {
    width: 20px;
    border-radius: 999px;
    background: var(--marrom);
  }
}

@keyframes testimonial-fade {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonials.is-carousel .testimonial.is-active {
    animation: none;
  }
}

@media (max-width: 560px) {
  .services { grid-template-columns: 1fr; }

  .service {
    padding: 1.75rem 1.35rem;
  }

  .service--featured::before {
    right: 1.35rem;
    left: 1.35rem;
  }

  .service--maternity::before {
    right: 1.35rem;
    left: 1.35rem;
  }

  .service .service__tag {
    font-size: 0.6rem;
    letter-spacing: 0.08em;
    padding: 0.5rem 0.6rem;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .steps::before {
    display: block;
    top: 22px;
    bottom: 22px;
    left: 22px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .step {
    min-height: 180px;
    padding: 0 0 2.75rem 4.5rem;
    border-top: 0;
  }

  .step__num {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    box-shadow: 0 0 0 7px var(--branco);
  }
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }

  .wa-fab {
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
  }
}
