/*
Theme Name: NeuroLearn
Theme URI: https://www.espaconeurolearn.com.br
Author: Espaço NeuroLearn
Description: Tema personalizado do Espaço NeuroLearn — neurodesenvolvimento e aprendizagem para crianças e adolescentes em Campinas.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: neurolearn
*/

/* ===== Design tokens ===== */
:root {
  --purple: #4125af;
  --purple-dark: #331c8e;
  --purple-deep: #331c8e;
  --purple-ink: #312f55;
  --lav-050: #f5f5fb;
  --lav-100: #efecf9;
  --lav-200: #ddd6f0;
  --mint: #2dab91;
  --mint-100: #eff5f5;
  --pink-100: #eee2e6;
  --pink-400: #e2808f;
  --coral: #ee6b70;
  --yellow-100: #fdf6ea;
  --yellow-400: #ffb308;
  --orange-400: #f0a400;
  --text: #4a4762;
  --text-soft: #726f8a;
  --white: #ffffff;
  --whatsapp: #23b264;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 10px rgba(65, 58, 122, .07);
  --shadow-md: 0 10px 30px rgba(65, 58, 122, .12);
  --font-title: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
}

/* ===== Reset básico ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--purple-dark); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 2px;
  border-radius: 4px;
}
h1, h2, h3, h4 {
  font-family: var(--font-title);
  color: var(--purple-ink);
  line-height: 1.25;
  margin: 0 0 .5em;
}
.container { width: min(1140px, 92%); margin-inline: auto; }
.section { padding: 72px 0; }
.section--tint { background: var(--lav-050); }
.section-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 56px; height: 4px;
  border-radius: 4px;
  background: var(--purple);
}
.section-sub {
  text-align: center;
  color: var(--text-soft);
  max-width: 620px;
  margin: 0 auto 44px;
}
.screen-reader-text {
  position: absolute !important;
  clip-path: inset(50%);
  width: 1px; height: 1px;
  overflow: hidden;
}

/* ===== Botões ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  font-family: var(--font-title);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn svg { flex: 0 0 auto; }
.btn--primary { background: var(--purple); color: var(--white); }
.btn--primary:hover { background: var(--purple-dark); }
.btn--whatsapp { background: var(--whatsapp); color: var(--white); }
.btn--whatsapp:hover { background: #1d9955; }
.btn--outline {
  background: var(--white);
  color: var(--purple-dark);
  border-color: var(--lav-200);
}
.btn--outline:hover { border-color: var(--purple); }
.btn--ghost-light {
  background: var(--white);
  color: var(--purple-dark);
}
.btn--stacked {
  flex-direction: column;
  gap: 0;
  padding: 7px 20px;
  line-height: 1.3;
  border-radius: 18px;
  font-size: .86rem;
}
.btn--stacked > span { display: inline-flex; align-items: center; gap: 7px; }
.btn--stacked small { font-size: .62rem; font-weight: 400; opacity: .85; }

/* ===== Topbar ===== */
.topbar {
  background: linear-gradient(90deg, var(--purple), var(--purple-dark));
  color: var(--white);
  font-size: .8rem;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 40px;
  padding: 6px 0;
}
.topbar__contacts {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 26px;
}
.topbar__contacts li,
.topbar__contacts a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--white);
  text-decoration: none;
}
.topbar__contacts a:hover { text-decoration: underline; }
.topbar__contacts svg { flex: 0 0 auto; opacity: .85; }
.topbar__social {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.topbar__social a {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .25);
  transition: background-color .18s ease, transform .18s ease;
}
.topbar__social a:hover { background: rgba(255, 255, 255, .3); transform: translateY(-1px); }
.topbar__social svg { display: block; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--lav-100);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 96px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 74px; width: auto; }
.brand__tagline {
  display: block;
  font-size: .6rem;
  letter-spacing: .08em;
  font-weight: 600;
  color: var(--text-soft);
  text-transform: uppercase;
}
.brand__tagline .hl-mint { color: var(--mint); }
.brand__tagline .hl-purple { color: var(--purple); }

.main-nav ul { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 13px;
  font-family: var(--font-title);
  font-size: .9rem;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  border-radius: 10px;
}
.main-nav > ul > li > a { position: relative; }
.main-nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 13px; right: 13px; bottom: 3px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--mint), var(--purple));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}
.main-nav > ul > li > a:hover { color: var(--purple-dark); }
.main-nav > ul > li > a:hover::after { transform: scaleX(1); }
.main-nav .current > a, .main-nav a[aria-current="page"] { color: var(--purple-dark); }
.main-nav .current > a::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav .submenu a:hover { color: var(--purple-dark); background: var(--lav-050); }
.main-nav li { position: relative; }
.main-nav .submenu {
  position: absolute;
  top: 100%; left: 0;
  min-width: 260px;
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 8px;
  display: none;
  flex-direction: column;
  gap: 2px;
}
.main-nav li:hover > .submenu,
.main-nav li:focus-within > .submenu { display: flex; }
.main-nav .submenu a { display: block; padding: 10px 14px; border-radius: 10px; }

.header-cta { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.header-cta__hours { font-size: .7rem; color: var(--text-soft); }

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid var(--lav-200);
  border-radius: 10px;
  padding: 8px 10px;
  color: var(--purple-ink);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--white);
  padding: 34px 0 44px;
}
.hero__inner {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 34px;
  align-items: center;
}
.hero__eyebrow {
  font-family: var(--font-title);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--purple);
  margin: 0 0 12px;
}
.hero h1 {
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  font-weight: 700;
  margin-bottom: 16px;
}
.hero h1 .hl-mint { color: var(--mint); }
.hero h1 .hl-purple { color: var(--purple); }
.hero__lead { color: var(--text-soft); max-width: 460px; margin-bottom: 26px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 8px; }

.hero__media { position: relative; }
.hero__media img {
  width: 116%;
  max-width: none;
  height: auto;
  margin-right: -8%;
}

.hero__trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  transition: transform .18s ease, box-shadow .18s ease;
}
.trust-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.trust-item__icon {
  flex: 0 0 52px;
  width: 52px; height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.trust-item__icon svg { display: block; width: 27px; height: 27px; }
.trust-item:nth-child(1) { background: #e2f4ee; }
.trust-item:nth-child(1) .trust-item__icon { background: var(--mint); box-shadow: 0 6px 16px rgba(45, 171, 145, .35); }
.trust-item:nth-child(2) { background: var(--lav-100); }
.trust-item:nth-child(2) .trust-item__icon { background: var(--purple); box-shadow: 0 6px 16px rgba(65, 37, 175, .3); }
.trust-item:nth-child(3) { background: #fdf1da; }
.trust-item:nth-child(3) .trust-item__icon { background: var(--orange-400); box-shadow: 0 6px 16px rgba(240, 164, 0, .35); }
.trust-item:nth-child(4) { background: #e7f0fa; }
.trust-item:nth-child(4) .trust-item__icon { background: #5b8ec4; box-shadow: 0 6px 16px rgba(91, 142, 196, .35); }
.trust-item p { margin: 0; font-size: .85rem; font-weight: 700; color: var(--purple-ink); line-height: 1.35; }
.trust-item p span { display: block; font-weight: 400; color: var(--text-soft); }
.trust-item:nth-child(1) p { color: #1d8570; }
.trust-item:nth-child(2) p { color: var(--purple-dark); }
.trust-item:nth-child(3) p { color: #b97e02; }
.trust-item:nth-child(4) p { color: #3d6fa6; }

/* ===== Sobre (banda roxa) ===== */
.about-band {
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-dark) 100%);
  color: var(--white);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.about-band::before {
  content: "";
  position: absolute;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  top: -140px; right: -120px;
}
.about-band::after {
  content: "";
  position: absolute;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: rgba(240, 164, 0, .18);
  bottom: -110px; left: -90px;
}
.about-band__inner {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.about-band__photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(35, 30, 70, .4);
  aspect-ratio: 3 / 3.3;
  transform: rotate(-1.5deg);
  border: 6px solid rgba(255, 255, 255, .18);
}
.about-band__photo img { width: 100%; height: 100%; object-fit: cover; }
.about-band__eyebrow {
  font-family: var(--font-title);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--yellow-400);
  margin: 0 0 12px;
}
.about-band h2 {
  color: var(--white);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  margin-bottom: 18px;
}
.about-band h2 span { color: var(--yellow-400); }
.about-band__copy > p { color: rgba(255, 255, 255, .88); max-width: 560px; }
.about-band__quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--yellow-400);
  background: rgba(255, 255, 255, .08);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 1.02rem;
}
.about-band__quote cite {
  display: block;
  margin-top: 10px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  font-size: .8rem;
  color: rgba(255, 255, 255, .75);
}
.about-band__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn--outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, .5);
}
.btn--outline-light:hover { border-color: var(--white); background: rgba(255, 255, 255, .1); }

/* ===== Cards de serviços ===== */
.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-card--mint { background: var(--mint-100); }
.service-card--lav { background: var(--lav-100); }
.service-card--pink { background: var(--pink-100); }
.service-card--yellow { background: var(--yellow-100); }
.service-card__head { display: flex; align-items: center; gap: 12px; }
.service-card__icon {
  flex: 0 0 46px;
  width: 46px; height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.service-card__icon svg { display: block; width: 24px; height: 24px; }
.service-card--mint .service-card__icon { background: var(--mint); color: var(--white); }
.service-card--lav .service-card__icon { background: var(--purple); color: var(--white); }
.service-card--pink .service-card__icon { color: var(--coral); }
.service-card--yellow .service-card__icon { color: var(--orange-400); }
.service-card h3 { font-size: .98rem; margin: 0; line-height: 1.3; }
.service-card--mint h3 { color: var(--mint); }
.service-card--lav h3 { color: var(--purple); }
.service-card--pink h3 { color: var(--coral); }
.service-card--yellow h3 { color: var(--orange-400); }
.service-card p { margin: 0; font-size: .88rem; color: var(--text-soft); flex-grow: 1; }
.service-card__link {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: .88rem;
  text-decoration: none;
}
.service-card--mint .service-card__link { color: var(--mint); }
.service-card--lav .service-card__link { color: var(--purple); }
.service-card--pink .service-card__link { color: var(--coral); }
.service-card--yellow .service-card__link { color: var(--mint); }
.service-card__link:hover { text-decoration: underline; }

/* ===== Stats ===== */
.stats { padding: 0 0 72px; }
.stats__band {
  background: linear-gradient(90deg, #fdf6eb, #eff2f5);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat { display: flex; align-items: center; gap: 14px; }
.stat__icon { color: var(--purple); }
.stat:nth-child(1) .stat__icon { color: var(--mint); }
.stat:nth-child(3) .stat__icon { color: var(--mint); }
.stat strong {
  display: block;
  font-family: var(--font-title);
  font-size: 1.45rem;
  color: var(--purple-ink);
  line-height: 1.1;
}
.stat span { font-size: .85rem; color: var(--text-soft); }

/* ===== Programas ===== */
.programs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}
.program-card { text-align: left; }
.program-card__media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-sm);
}
.program-card__media img { width: 100%; height: 100%; object-fit: cover; }
.program-card__badge {
  position: absolute;
  left: 12px; right: 12px; bottom: 12px;
  text-align: center;
  padding: 10px 12px;
  border-radius: var(--radius-pill);
  font-family: var(--font-title);
  font-weight: 600;
  font-size: .85rem;
  color: var(--white);
}
.program-card--purple .program-card__badge { background: var(--purple); }
.program-card--yellow .program-card__badge { background: var(--orange-400); }
.program-card--mint .program-card__badge { background: var(--mint); }
.program-card p { color: var(--text-soft); font-size: .92rem; margin: 16px 0 10px; }
.program-card__link {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: .9rem;
  color: var(--purple);
  text-decoration: none;
}
.program-card--mint .program-card__link { color: var(--mint); }
.program-card--yellow .program-card__link { color: var(--orange-400); }
.program-card--purple .program-card__link { color: var(--purple); }
.program-card__link:hover { text-decoration: underline; }
.programs__more { text-align: center; }

/* ===== Depoimentos (Google) ===== */
.google-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: -26px auto 40px;
  padding: 12px 26px;
  width: fit-content;
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
  font-family: var(--font-title);
}
.google-rating strong { font-size: 1.2rem; color: var(--purple-ink); }
.google-rating__stars { color: var(--yellow-400); letter-spacing: 2px; font-size: 1.05rem; }
.google-rating span { font-size: .85rem; color: var(--text-soft); }
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
.testimonial {
  position: relative;
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.testimonial__google {
  position: absolute;
  top: 22px; right: 22px;
  width: 26px; height: 26px;
}
.testimonial__quote-icon { color: var(--purple); }
.testimonial__stars { color: var(--yellow-400); letter-spacing: 3px; font-size: .95rem; margin: 0; }
.testimonial blockquote { margin: 0; font-size: .9rem; color: var(--text-soft); flex-grow: 1; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--lav-100); padding-top: 14px; }
.testimonial figcaption .testimonial__avatar {
  flex: 0 0 42px;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lav-100);
  color: var(--purple-dark);
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
.testimonial--c2 .testimonial__avatar { background: var(--mint-100); color: var(--mint); }
.testimonial--c3 .testimonial__avatar { background: var(--pink-100); color: var(--coral); }
.testimonial--c4 .testimonial__avatar { background: var(--yellow-100); color: var(--orange-400); }
.testimonial--c5 .testimonial__avatar { background: #e3edf8; color: #5b8ec4; }
.testimonial__meta strong { display: block; font-size: .88rem; color: var(--purple-ink); }
.testimonial__source { font-size: .78rem; color: var(--text-soft); display: inline-flex; align-items: center; gap: 5px; }
.testimonial__source svg { flex: 0 0 auto; width: 13px; height: 13px; }
.testimonials__more { text-align: center; }
.testimonials__more .btn svg { flex: 0 0 auto; }

/* ===== Contato / Ana ===== */
.contact-cta { background: var(--lav-050); }
.contact-cta__panel {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 40px;
  display: grid;
  grid-template-columns: .92fr 1.16fr .92fr;
  gap: 36px;
  align-items: stretch;
}
.contact-cta__photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  min-height: 380px;
}
.contact-cta__photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
}
.contact-cta__badge {
  position: absolute;
  left: 12px; right: 12px; bottom: 12px;
  text-align: center;
  padding: 9px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, .92);
  color: var(--purple-ink);
  font-family: var(--font-title);
  font-weight: 600;
  font-size: .82rem;
  backdrop-filter: blur(4px);
}
.contact-cta__details { display: flex; flex-direction: column; justify-content: center; }
.contact-info { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.contact-info li { display: flex; gap: 13px; font-size: .9rem; align-items: flex-start; }
.contact-info li > span:last-child { color: var(--text-soft); line-height: 1.5; }
.contact-info strong {
  display: block;
  font-family: var(--font-title);
  font-size: .8rem;
  color: var(--purple-ink);
  margin-bottom: 1px;
}
.contact-info__icon {
  flex: 0 0 38px;
  width: 38px; height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.contact-info__icon--purple { background: var(--lav-100); color: var(--purple); }
.contact-info__icon--mint { background: #e2f4ee; color: var(--mint); }
.contact-info__icon--coral { background: var(--pink-100); color: var(--coral); }
.contact-info__icon--orange { background: #fdf1da; color: var(--orange-400); }
.contact-info a { color: var(--text); text-decoration: none; }
.contact-info a:hover { color: var(--purple-dark); text-decoration: underline; }
.contact-cta__map {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}
.contact-cta__map iframe {
  width: 100%;
  flex: 1;
  min-height: 320px;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.contact-cta__route { align-self: center; }
.social-links { display: flex; justify-content: center; gap: 12px; margin-top: 14px; padding: 0; list-style: none; }
.social-links--left { justify-content: flex-start; margin-top: 18px; }
.social-links a {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--purple);
  color: var(--white);
}
.social-links a:hover { background: var(--purple-dark); }

/* ===== Banda CTA WhatsApp ===== */
.cta-band { padding: 0 0 72px; background: var(--lav-050); }
.cta-band__inner {
  background: linear-gradient(90deg, var(--purple), var(--purple-dark));
  border-radius: var(--radius-lg);
  padding: 34px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--white);
}
.cta-band__icon {
  flex: 0 0 60px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  display: grid;
  place-items: center;
}
.cta-band h2 { color: var(--white); font-size: 1.3rem; margin: 0 0 4px; }
.cta-band p { margin: 0; opacity: .85; font-size: .92rem; }
.cta-band__text { flex: 1; }

/* ===== Rodapé ===== */
.site-footer {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(255, 255, 255, .08), transparent),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(45, 171, 145, .16), transparent),
    linear-gradient(135deg, var(--purple) 0%, var(--purple-dark) 100%);
  color: #d9d3f2;
  font-size: .88rem;
}
.site-footer__stripe {
  height: 5px;
  background: linear-gradient(90deg, var(--mint) 0 25%, var(--purple) 25% 50%, var(--orange-400) 50% 75%, var(--coral) 75% 100%);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr .9fr 1.1fr 1.15fr;
  gap: 44px;
  padding: 64px 0 48px;
}
.site-footer__brand img { height: 52px; width: auto; filter: brightness(0) invert(1); opacity: .95; }
.site-footer__brand .brand__tagline { color: #d9d3f2; margin-top: 10px; letter-spacing: .1em; }
.site-footer__brand p { color: #d9d3f2; margin-top: 14px; max-width: 260px; line-height: 1.7; }
.site-footer__social {
  list-style: none;
  margin: 20px 0 0; padding: 0;
  display: flex;
  gap: 10px;
}
.site-footer__social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  transition: background-color .18s ease, transform .18s ease;
}
.site-footer__social a:hover { background: var(--purple); transform: translateY(-2px); }
.site-footer h3 {
  color: var(--white);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.site-footer h3::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 3px;
  border-radius: 3px;
  background: var(--mint);
}
.site-footer__subheading { margin-top: 28px; }
.site-footer__links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.site-footer__links a {
  color: #e2ddf6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .18s ease, transform .18s ease;
}
.site-footer__links a::before {
  content: "\203A";
  color: var(--mint);
  font-weight: 700;
  transition: transform .18s ease;
}
.site-footer__links a:hover { color: var(--white); transform: translateX(3px); }
.site-footer__contact {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.site-footer__contact li { display: flex; gap: 11px; align-items: flex-start; line-height: 1.55; }
.site-footer__contact a { color: #e2ddf6; text-decoration: none; }
.site-footer__contact a:hover { color: var(--white); text-decoration: underline; }
.site-footer__contact-icon {
  flex: 0 0 30px;
  width: 30px; height: 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .1);
  color: var(--mint);
  margin-top: 1px;
}
.site-footer__cta { margin-top: 22px; font-size: .88rem; padding: 12px 22px; }
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: .8rem;
  color: #d9d3f2;
}
.site-footer__bottom p { margin: 0; }
.site-footer__bottom ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 22px; }
.site-footer__bottom a { color: #e2ddf6; text-decoration: none; }
.site-footer__bottom a:hover { color: var(--white); text-decoration: underline; }
.site-footer__credit span { color: var(--coral); }
.site-footer__credit a { font-weight: 600; color: var(--white); }

/* ===== WhatsApp flutuante ===== */
.wa-float {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 70;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: var(--white);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(35, 178, 100, .45);
  transition: transform .18s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* ===== Página interna simples ===== */
.page-plain { padding: 64px 0; }
.page-plain h1 { font-size: 2rem; }

/* ===== Responsivo ===== */
@media (max-width: 1024px) {
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .stats__band { grid-template-columns: repeat(2, 1fr); }
  .contact-cta__panel { grid-template-columns: 1fr 1fr; }
  .contact-cta__map { grid-column: 1 / -1; min-height: 340px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .header-cta .btn { padding: 11px 18px; font-size: .85rem; }
}
@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; align-items: center; gap: 8px; }
  .topbar__contacts .topbar__address, .topbar__contacts .topbar__email { display: none; }
  .main-nav {
    position: fixed;
    inset: 96px 0 auto 0;
    background: var(--white);
    box-shadow: var(--shadow-md);
    padding: 18px 6vw 26px;
    display: none;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
  }
  .main-nav.is-open { display: block; }
  .main-nav ul { flex-direction: column; gap: 2px; }
  .main-nav .submenu {
    position: static;
    display: flex;
    box-shadow: none;
    padding-left: 18px;
    min-width: 0;
  }
  .header-cta__hours { display: none; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { max-width: 520px; margin-inline: auto; }
  .hero__media img { width: 100%; margin-right: 0; }
  .hero__trust { grid-template-columns: repeat(2, 1fr); }
  .about-band__inner { grid-template-columns: 1fr; gap: 32px; }
  .about-band__photo { max-width: 460px; margin-inline: auto; transform: none; }
  .programs__grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .testimonials__grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .contact-cta__panel { grid-template-columns: 1fr; padding: 26px; }
  .contact-cta__photo { width: 100%; max-width: 420px; margin-inline: auto; min-height: 340px; }
  .cta-band__inner { flex-direction: column; text-align: center; }
}
@media (max-width: 560px) {
  .services__grid { grid-template-columns: 1fr; }
  .stats__band { grid-template-columns: 1fr 1fr; padding: 26px 20px; }
  .hero__trust { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .brand img { height: 56px; }
  .brand__tagline { display: none; }
}

/* ===================================================== */
/* ===== Páginas internas ===== */

/* Hero de página */
.phero { background: var(--white); padding: 36px 0 52px; overflow: hidden; }
.phero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.phero h1 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); margin-bottom: 16px; }
.phero h1 .hl-mint { color: var(--mint); }
.phero h1 .hl-purple { color: var(--purple); }
.phero__lead { color: var(--text-soft); max-width: 470px; margin-bottom: 6px; }
.phero__media { position: relative; }
.phero__media-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3.1;
}
.phero__media-img img { width: 100%; height: 100%; object-fit: cover; }
.phero__badge {
  position: absolute;
  right: -10px; bottom: 26px;
  max-width: 240px;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--purple);
  color: var(--white);
  font-family: var(--font-title);
  font-size: .83rem;
  line-height: 1.45;
  box-shadow: var(--shadow-md);
}
.phero__badge strong { display: block; font-size: .92rem; margin-bottom: 4px; }
.phero__badge--mint { background: var(--mint); }
.phero__badge--light { background: rgba(255, 255, 255, .95); color: var(--purple-ink); }
.phero__badge--light svg { color: var(--mint); }

/* Mini destaques do hero */
.minifeats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 26px 0 28px;
}
.minifeat { font-size: .8rem; color: var(--text-soft); line-height: 1.4; }
.minifeat__icon {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
.minifeat:nth-child(1) .minifeat__icon { background: #e2f4ee; color: var(--mint); }
.minifeat:nth-child(2) .minifeat__icon { background: var(--lav-100); color: var(--purple); }
.minifeat:nth-child(3) .minifeat__icon { background: #fdf1da; color: var(--orange-400); }
.minifeat:nth-child(4) .minifeat__icon { background: #fdeaea; color: var(--coral); }

/* Cards com ícone (grades de oferta) */
.icards { display: grid; gap: 20px; }
.icards--6 { grid-template-columns: repeat(6, 1fr); }
.icards--5 { grid-template-columns: repeat(5, 1fr); }
.icard {
  border-radius: var(--radius-lg);
  padding: 26px 18px;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}
.icard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.icard__icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  margin-bottom: 14px;
}
.icard h3 { font-size: .92rem; margin: 0 0 8px; line-height: 1.35; }
.icard p { margin: 0; font-size: .8rem; color: var(--text-soft); line-height: 1.5; }
.icard--mint { background: #e9f6f1; } .icard--mint h3, .icard--mint .icard__icon { color: var(--mint); }
.icard--lav { background: var(--lav-100); } .icard--lav h3, .icard--lav .icard__icon { color: var(--purple); }
.icard--orange { background: #fdf1de; } .icard--orange h3, .icard--orange .icard__icon { color: var(--orange-400); }
.icard--blue { background: #e7f0fa; } .icard--blue h3, .icard--blue .icard__icon { color: #5b8ec4; }
.icard--coral { background: #fdeaea; } .icard--coral h3, .icard--coral .icard__icon { color: var(--coral); }
.icard--green { background: #ecf6ec; } .icard--green h3, .icard--green .icard__icon { color: #55a45f; }

/* Processo em passos */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.step { text-align: center; position: relative; }
.step__num {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--font-title);
  font-weight: 700;
  font-size: .85rem;
  margin-bottom: 10px;
}
.step__icon {
  width: 68px; height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.step h3 { font-size: .92rem; margin: 0 0 8px; }
.step p { margin: 0; font-size: .8rem; color: var(--text-soft); line-height: 1.5; }
.step--1 .step__num { background: var(--mint); } .step--1 .step__icon { background: #e2f4ee; color: var(--mint); } .step--1 h3 { color: var(--mint); }
.step--2 .step__num { background: var(--purple); } .step--2 .step__icon { background: var(--lav-100); color: var(--purple); } .step--2 h3 { color: var(--purple); }
.step--3 .step__num { background: var(--orange-400); } .step--3 .step__icon { background: #fdf1da; color: var(--orange-400); } .step--3 h3 { color: var(--orange-400); }
.step--4 .step__num { background: #5b8ec4; } .step--4 .step__icon { background: #e7f0fa; color: #5b8ec4; } .step--4 h3 { color: #5b8ec4; }
.step--5 .step__num { background: var(--coral); } .step--5 .step__icon { background: #fdeaea; color: var(--coral); } .step--5 h3 { color: var(--coral); }

/* Rotina diária */
.routine {
  background: #f4faf7;
  border-radius: var(--radius-lg);
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items: start;
}
.routine h2 { font-size: 1.35rem; margin-bottom: 22px; }
.routine__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.routine__list li { display: flex; align-items: center; gap: 12px; font-size: .92rem; }
.routine__list svg { flex: 0 0 auto; color: var(--mint); }
.routine__list strong { color: var(--mint); font-family: var(--font-title); min-width: 52px; }
.routine__media { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.routine__media img {
  border-radius: var(--radius-md);
  aspect-ratio: 3 / 3.4;
  object-fit: cover;
  width: 100%;
  box-shadow: var(--shadow-sm);
}
.routine__note {
  grid-column: 1 / -1;
  margin-top: 8px;
  background: var(--lav-100);
  border-radius: var(--radius-md);
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: .92rem;
  color: var(--purple-ink);
}
.routine__note svg { flex: 0 0 auto; color: var(--purple); }

/* Banda de itens com ícones */
.feature-strip {
  background: var(--lav-050);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.feature-strip--titled { grid-template-columns: 1.1fr repeat(5, 1fr); align-items: center; }
.feature-strip h2 { font-size: 1.15rem; margin: 0; position: relative; padding-bottom: 12px; }
.feature-strip h2::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 42px; height: 4px;
  border-radius: 4px;
  background: var(--mint);
}
.fitem { text-align: center; font-size: .82rem; color: var(--text-soft); line-height: 1.4; }
.fitem svg { display: block; margin: 0 auto 10px; }
.fitem--mint svg { color: var(--mint); }
.fitem--purple svg { color: var(--purple); }
.fitem--orange svg { color: var(--orange-400); }
.fitem--coral svg { color: var(--coral); }
.fitem--blue svg { color: #5b8ec4; }

/* Chips de disciplinas */
.subjects {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}
.subjects__panel { background: var(--lav-050); border-radius: var(--radius-lg); padding: 30px; }
.subjects__panel h2 { font-size: 1.2rem; margin-bottom: 20px; }
.chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.chip {
  background: var(--white);
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: var(--shadow-sm);
  font-size: .8rem;
  font-weight: 600;
  color: var(--purple-ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.chip svg { flex: 0 0 auto; color: var(--purple); }
.chip:nth-child(3n+1) svg { color: var(--mint); }
.chip:nth-child(3n+3) svg { color: var(--orange-400); }
.subjects__photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.subjects__photo img { width: 100%; height: 100%; object-fit: cover; }
.subjects__quote {
  background: #eef7f4;
  border-radius: var(--radius-lg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.subjects__quote svg { color: var(--mint); }
.subjects__quote blockquote { margin: 0; font-size: .95rem; color: var(--text); flex-grow: 1; }
.subjects__quote figcaption { font-size: .85rem; color: var(--text-soft); }
.subjects__quote figcaption strong { color: var(--purple-ink); }
.subjects__quote .testimonial__stars { color: var(--yellow-400); letter-spacing: 3px; }

/* Missão / Visão / Valores */
.mvv {
  background: #f0f7f4;
  border-radius: var(--radius-lg);
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 36px;
}
.mvv h3 { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; margin-bottom: 12px; }
.mvv__block { position: relative; }
.mvv__block + .mvv__block::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 8px; bottom: 8px;
  width: 4px;
  background-image: radial-gradient(currentColor 2px, transparent 2.2px);
  background-size: 4px 12px;
  background-repeat: repeat-y;
}
.mvv__block:nth-child(2)::before { color: #8fd8c9; }
.mvv__block:nth-child(3)::before { color: #f6b2b5; }
.mvv__block:nth-child(1) h3 { color: var(--mint); }
.mvv__block:nth-child(2) h3 { color: var(--purple); }
.mvv__block:nth-child(3) h3 { color: var(--coral); }
.mvv p { margin: 0; font-size: .9rem; color: var(--text-soft); line-height: 1.65; }
.mvv ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.mvv ul li { display: flex; gap: 9px; font-size: .88rem; color: var(--text); align-items: flex-start; }
.mvv ul svg { flex: 0 0 auto; color: var(--mint); margin-top: 2px; }

/* Equipe */
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-bottom: 34px; }
.team-card {
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 26px 16px;
  text-align: center;
}
.team-card__avatar {
  width: 86px; height: 86px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.team-card:nth-child(5n+1) .team-card__avatar { background: #e2f4ee; color: var(--mint); }
.team-card:nth-child(5n+2) .team-card__avatar { background: var(--lav-100); color: var(--purple); }
.team-card:nth-child(5n+3) .team-card__avatar { background: #fdf1da; color: var(--orange-400); }
.team-card:nth-child(5n+4) .team-card__avatar { background: #e7f0fa; color: #5b8ec4; }
.team-card:nth-child(5n+5) .team-card__avatar { background: #fdeaea; color: var(--coral); }
.team-card h3 { font-size: .95rem; margin: 0 0 4px; }
.team-card p { margin: 0; font-size: .8rem; color: var(--purple); font-weight: 600; line-height: 1.4; }
.team-more { text-align: center; }

/* Ambientes */
.amb-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.amb-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--lav-100);
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}
.amb-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.amb-card__media { aspect-ratio: 4 / 3; }
.amb-card__media img { width: 100%; height: 100%; object-fit: cover; }
.amb-card__media--icon { display: flex; align-items: center; justify-content: center; }
.amb-card__media--mint { background: linear-gradient(135deg, #e2f4ee, #cdeee2); color: var(--mint); }
.amb-card__media--lav { background: linear-gradient(135deg, var(--lav-100), var(--lav-200)); color: var(--purple); }
.amb-card__media--orange { background: linear-gradient(135deg, #fdf1da, #fbe5bb); color: var(--orange-400); }
.amb-card__media--coral { background: linear-gradient(135deg, #fdeaea, #f9d5d5); color: var(--coral); }
.amb-card__media--blue { background: linear-gradient(135deg, #e7f0fa, #d3e3f5); color: #5b8ec4; }
.amb-card__media--green { background: linear-gradient(135deg, #ecf6ec, #d8ecd8); color: #55a45f; }
.amb-card__body { padding: 20px; display: flex; gap: 12px; align-items: flex-start; }
.amb-card__chip {
  flex: 0 0 38px;
  width: 38px; height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.amb-card__body h3 { font-size: .92rem; margin: 0 0 4px; }
.amb-card__body p { margin: 0; font-size: .8rem; color: var(--text-soft); line-height: 1.5; }
.amb-card--mint .amb-card__chip { background: #e2f4ee; color: var(--mint); } .amb-card--mint h3 { color: var(--mint); }
.amb-card--lav .amb-card__chip { background: var(--lav-100); color: var(--purple); } .amb-card--lav h3 { color: var(--purple); }
.amb-card--orange .amb-card__chip { background: #fdf1da; color: var(--orange-400); } .amb-card--orange h3 { color: var(--orange-400); }
.amb-card--coral .amb-card__chip { background: #fdeaea; color: var(--coral); } .amb-card--coral h3 { color: var(--coral); }
.amb-card--blue .amb-card__chip { background: #e7f0fa; color: #5b8ec4; } .amb-card--blue h3 { color: #5b8ec4; }
.amb-card--green .amb-card__chip { background: #ecf6ec; color: #55a45f; } .amb-card--green h3 { color: #55a45f; }

/* CTA de página (fora da home) */
.cta-band--page { background: var(--white); padding: 0 0 72px; }

/* Responsivo das páginas internas */
@media (max-width: 1024px) {
  .icards--6 { grid-template-columns: repeat(3, 1fr); }
  .icards--5 { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .feature-strip { grid-template-columns: repeat(3, 1fr); row-gap: 26px; }
  .feature-strip--titled { grid-template-columns: repeat(3, 1fr); }
  .feature-strip--titled h2 { grid-column: 1 / -1; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .amb-grid { grid-template-columns: repeat(2, 1fr); }
  .subjects { grid-template-columns: 1fr 1fr; }
  .subjects__quote { grid-column: 1 / -1; }
  .mvv { grid-template-columns: 1fr; }
  .mvv__block + .mvv__block::before { display: none; }
}
@media (max-width: 820px) {
  .phero__inner { grid-template-columns: 1fr; gap: 30px; }
  .phero__badge { right: 8px; bottom: 14px; }
  .minifeats { grid-template-columns: repeat(2, 1fr); }
  .routine { grid-template-columns: 1fr; padding: 26px; }
  .subjects { grid-template-columns: 1fr; }
  .icards--6, .icards--5 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .icards--6, .icards--5 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .feature-strip, .feature-strip--titled { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .amb-grid { grid-template-columns: 1fr; }
  .chips { grid-template-columns: repeat(2, 1fr); }
  .routine__media { grid-template-columns: 1fr 1fr; }
}


/* ===== História da família (Quem Somos) ===== */
.story__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 46px;
  align-items: start;
}
.story__photo { position: sticky; top: 120px; }
.story__photo-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.story__photo figcaption {
  margin-top: 14px;
  font-size: .85rem;
  color: var(--text-soft);
  line-height: 1.55;
  padding-left: 14px;
  border-left: 3px solid var(--mint);
}
.story__text p { margin: 0 0 16px; line-height: 1.75; }
.story__final {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--purple-dark);
  margin-top: 6px;
}

.profiles { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.profile-card {
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.profile-card__photo {
  flex: 0 0 92px;
  width: 92px; height: 92px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.profile-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.profile-card__avatar {
  flex: 0 0 92px;
  width: 92px; height: 92px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lav-100);
  color: var(--purple);
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.9rem;
}
.profile-card h3 { margin: 0 0 2px; font-size: 1.05rem; }
.profile-card__role {
  margin: 0 0 10px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--purple);
}
.profile-card p { margin: 0 0 10px; font-size: .88rem; color: var(--text-soft); line-height: 1.65; }
.profile-card blockquote {
  margin: 12px 0 0;
  padding: 12px 16px;
  background: var(--lav-050);
  border-left: 3px solid var(--yellow-400);
  border-radius: 0 12px 12px 0;
  font-family: var(--font-title);
  font-weight: 500;
  font-size: .88rem;
  color: var(--purple-ink);
}

.family-strip {
  display: grid;
  grid-template-columns: 1.15fr .9fr .9fr;
  gap: 24px;
  align-items: stretch;
}
.family-strip__text {
  background: var(--lav-050);
  border-radius: var(--radius-lg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.family-strip__text h3 { font-size: 1.15rem; }
.family-strip__text p { margin: 0 0 12px; font-size: .9rem; color: var(--text-soft); line-height: 1.7; }
.family-strip__photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  min-height: 260px;
}
.family-strip__photo img { width: 100%; height: 100%; object-fit: cover; }

.story-close {
  background: var(--lav-050);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  text-align: center;
}
.story-close h2 { font-size: 1.4rem; max-width: 640px; margin-inline: auto; }
.story-close p { color: var(--text-soft); max-width: 620px; margin: 0 auto 26px; }
.story-close__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

@media (max-width: 1024px) {
  .story__grid { grid-template-columns: 1fr; }
  .story__photo { position: static; max-width: 520px; margin-inline: auto; }
  .profiles { grid-template-columns: 1fr; }
  .family-strip { grid-template-columns: 1fr 1fr; }
  .family-strip__text { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .family-strip { grid-template-columns: 1fr; }
  .profile-card { flex-direction: column; align-items: center; text-align: center; }
  .profile-card blockquote { text-align: left; }
}


/* ===== Página Contato ===== */
.phero__badge--contact {
  background: rgba(255, 255, 255, .97);
  color: var(--purple-ink);
  right: -14px; bottom: -20px;
  max-width: 250px;
}
.phero__badge--contact .wa-chip {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mint);
  color: var(--white);
  margin-bottom: 10px;
}
.phero__badge--contact strong { color: var(--purple-ink); }
.phero__badge--contact .fone {
  display: block;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--mint);
  margin: 4px 0 6px;
}
.phero__badge--contact small { color: var(--text-soft); font-size: .78rem; line-height: 1.45; display: block; }

.contact-wrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: start;
}
.cform {
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 36px;
  position: relative;
}
.cform h2 { font-size: 1.3rem; margin-bottom: 6px; }
.cform > p { color: var(--text-soft); font-size: .9rem; margin: 0 0 22px; }
.cform__star { position: absolute; top: 30px; right: 30px; color: var(--mint); }
.cform label {
  display: block;
  font-family: var(--font-title);
  font-size: .8rem;
  font-weight: 600;
  color: var(--purple-ink);
  margin: 0 0 6px;
}
.cform input[type="text"],
.cform input[type="email"],
.cform input[type="tel"],
.cform select,
.cform textarea {
  width: 100%;
  padding: 13px 16px;
  margin-bottom: 16px;
  border: 1.5px solid var(--lav-200);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: .92rem;
  color: var(--text);
  background: var(--white);
}
.cform input:focus, .cform select:focus, .cform textarea:focus {
  outline: 2px solid var(--purple);
  outline-offset: 1px;
  border-color: var(--purple);
}
.cform textarea { min-height: 130px; resize: vertical; }
.cform button {
  width: 100%;
  justify-content: center;
  border: 0;
  font-size: 1rem;
}
.cform__lgpd {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: .78rem;
  color: var(--text-soft);
}
.cform__lgpd svg { flex: 0 0 auto; color: var(--mint); }
.cform__msg {
  padding: 14px 18px;
  border-radius: 12px;
  font-size: .9rem;
  margin-bottom: 20px;
}
.cform__msg--ok { background: #e2f4ee; color: #17705e; }
.cform__msg--erro { background: #fdeaea; color: #b23a3f; }
.hp-field { position: absolute !important; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.other-contacts h2 { font-size: 1.3rem; margin-bottom: 22px; }
.other-contacts .oc-list { list-style: none; margin: 0 0 26px; padding: 0 0 22px; display: flex; flex-direction: column; gap: 18px; border-bottom: 1px solid var(--lav-100); }
.other-contacts .oc-list li { display: flex; gap: 15px; align-items: center; }
.other-contacts .oc-icon {
  flex: 0 0 50px;
  width: 50px; height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.other-contacts .oc-icon--mint { background: #e2f4ee; color: var(--mint); }
.other-contacts .oc-icon--lav { background: var(--lav-100); color: var(--purple); }
.other-contacts .oc-icon--orange { background: #fdf1da; color: var(--orange-400); }
.other-contacts .oc-icon--coral { background: #fdeaea; color: var(--coral); }
.other-contacts strong { display: block; font-family: var(--font-title); font-size: .92rem; color: var(--purple-ink); }
.other-contacts a, .other-contacts span.oc-info { color: var(--text-soft); text-decoration: none; font-size: .9rem; }
.other-contacts a:hover { color: var(--purple-dark); text-decoration: underline; }
.other-contacts h3 { font-size: 1rem; margin-bottom: 14px; }
.social-brand {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.social-brand a {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1.5px solid var(--lav-200);
  transition: transform .18s ease, box-shadow .18s ease;
}
.social-brand a:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.social-brand .sb-ig { color: var(--purple); }
.social-brand .sb-fb { color: #1877f2; }
.social-brand .sb-yt { color: #ff0000; }
.social-brand .sb-wa { color: #25d366; }
.btn--soft {
  background: var(--lav-100);
  color: var(--purple-dark);
  border: 0;
}
.btn--soft:hover { background: var(--lav-200); }

.where {
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 34px;
  display: grid;
  grid-template-columns: .9fr 1.6fr;
  gap: 34px;
  align-items: center;
}
.where h2 { font-size: 1.3rem; }
.where address { font-style: normal; color: var(--text-soft); margin: 14px 0 22px; line-height: 1.7; }
.where address strong { display: block; font-family: var(--font-title); color: var(--purple); margin-bottom: 4px; }
.where iframe {
  width: 100%;
  min-height: 300px;
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

/* ===== Página Conteúdos / Blog ===== */
.busca-form { display: flex; max-width: 420px; margin-top: 24px; }
.busca-form input {
  flex: 1;
  padding: 13px 18px;
  border: 1.5px solid var(--lav-200);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  font-family: var(--font-body);
  font-size: .92rem;
}
.busca-form input:focus { outline: 2px solid var(--purple); }
.busca-form button {
  border: 0;
  background: var(--purple);
  color: var(--white);
  padding: 0 22px;
  border-radius: 0 999px 999px 0;
  cursor: pointer;
}
.busca-form button:hover { background: var(--purple-dark); }

.blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 34px;
  align-items: start;
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.post-card {
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post-card__media { display: block; aspect-ratio: 16 / 10; background: var(--lav-100); overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-card__cat {
  align-self: flex-start;
  font-family: var(--font-title);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--lav-100);
  color: var(--purple);
  text-decoration: none;
}
.post-card__cat--aprendizagem { background: #e2f4ee; color: var(--mint); }
.post-card__cat--familia { background: var(--lav-100); color: var(--purple); }
.post-card__cat--desenvolvimento { background: #fdf1da; color: #b97e02; }
.post-card__cat--emocoes { background: #fdeaea; color: var(--coral); }
.post-card__cat--leitura { background: #e7f0fa; color: #3d6fa6; }
.post-card__cat--inclusao { background: #ecf6ec; color: #3f8a49; }
.post-card h3 { font-size: 1rem; margin: 0; line-height: 1.4; }
.post-card h3 a { color: var(--purple-ink); text-decoration: none; }
.post-card h3 a:hover { color: var(--purple-dark); }
.post-card__excerpt { font-size: .85rem; color: var(--text-soft); margin: 0; flex: 1; }
.post-card__meta {
  display: flex;
  gap: 16px;
  font-size: .76rem;
  color: var(--text-soft);
  border-top: 1px solid var(--lav-100);
  padding-top: 12px;
}
.post-card__meta span { display: inline-flex; align-items: center; gap: 5px; }

.blog-side { display: flex; flex-direction: column; gap: 24px; }
.side-box {
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 26px;
}
.side-box__icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mint);
  color: var(--white);
  margin: -52px 0 12px;
  box-shadow: var(--shadow-sm);
}
.side-box h3 { font-size: 1.05rem; margin-bottom: 14px; }
.side-box ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.side-box ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 4px;
  color: var(--text);
  text-decoration: none;
  font-size: .88rem;
  border-bottom: 1px solid var(--lav-050);
}
.side-box ul li:last-child a { border-bottom: 0; }
.side-box ul a:hover { color: var(--purple-dark); }
.side-box ul svg { color: var(--purple); flex: 0 0 auto; }
.side-box--news { background: var(--lav-100); border-color: var(--lav-200); }
.side-box--news .side-box__icon { background: var(--purple); }
.side-box--news p { font-size: .85rem; color: var(--text-soft); margin: 0 0 16px; }
.side-box--news input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--lav-200);
  border-radius: 999px;
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: .88rem;
}
.side-box--news button {
  width: 100%;
  justify-content: center;
  border: 0;
}
.side-box--news small { display: flex; gap: 6px; align-items: center; margin-top: 10px; font-size: .74rem; color: var(--text-soft); }

.suggest-band {
  background: var(--lav-050);
  border-radius: var(--radius-lg);
  padding: 30px 36px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.suggest-band__icon {
  flex: 0 0 58px;
  width: 58px; height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: var(--white);
}
.suggest-band__text { flex: 1; }
.suggest-band h2 { font-size: 1.15rem; margin-bottom: 2px; }
.suggest-band p { margin: 0; font-size: .9rem; color: var(--text-soft); }

@media (max-width: 1024px) {
  .blog-layout { grid-template-columns: 1fr; }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; }
  .where { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .posts-grid { grid-template-columns: 1fr; }
  .suggest-band { flex-direction: column; text-align: center; }
  .phero__badge--contact { right: 6px; bottom: 8px; }
}


/* ===== Decorações da página de contato ===== */
.phero--deco .phero__inner { position: relative; }
.phero--deco .phero__inner > div:first-child { position: relative; z-index: 3; }
.deco-heart {
  position: absolute;
  color: #b3a3e8;
  z-index: 2;
  pointer-events: none;
}
.deco-heart--hero { left: -78px; top: 4px; transform: rotate(-8deg); }
.deco-dots {
  position: absolute;
  width: 88px; height: 66px;
  background-image: radial-gradient(currentColor 2.2px, transparent 2.4px);
  background-size: 14px 14px;
  pointer-events: none;
  z-index: 2;
}
.deco-dots--mint { color: #9ed9cc; }
.deco-dots--lav { color: #b9abe4; }
.phero--deco .phero__media .deco-dots--mint { left: -56px; top: 54%; }
.phero--deco .phero__media .deco-dots--lav { right: -26px; top: -14px; }

.phero--deco .phero__media { z-index: 1; }
.phero--deco .phero__media::before,
.phero--deco .phero__media::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.phero--deco .phero__media::before {
  width: 75%; height: 85%;
  right: -12%; top: -10%;
  background: var(--lav-100);
  border-radius: 48% 52% 55% 45% / 50% 46% 54% 50%;
}
.phero--deco .phero__media::after {
  width: 52%; height: 55%;
  left: -14%; bottom: -8%;
  background: #e4f4ef;
}

/* Painel do formulário no estilo do layout aprovado */
.cform { background: var(--lav-050); border: 0; box-shadow: none; }
.cform input[type="text"], .cform input[type="email"], .cform input[type="tel"], .cform select, .cform textarea { border-color: #e6e2f4; }

/* Árvore marca d'água ao lado dos contatos */
.contact-wrap { position: relative; }
.deco-tree {
  position: absolute;
  right: -30px;
  bottom: 30px;
  width: 250px;
  height: auto;
  opacity: .4;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.other-contacts { position: relative; z-index: 1; }

/* Pin personalizado no mapa */
.where__map { position: relative; }
.map-pin {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -100%);
  pointer-events: none;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 8px 16px rgba(65, 58, 122, .35));
}
.map-pin__circle {
  width: 78px; height: 78px;
  border-radius: 50%;
  background: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-pin__inner {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.map-pin__inner img { width: 26px; height: 26px; }
.map-pin__inner span {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: .56rem;
  color: var(--purple-ink);
}
.map-pin__tip {
  width: 0; height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 20px solid var(--purple);
  margin-top: -6px;
}

/* Corações decorativos nas bandas */
.cta-heart-deco {
  position: absolute;
  right: -34px;
  bottom: -18px;
  color: #b3a3e8;
  pointer-events: none;
}
.cta-band .cta-band__inner { position: relative; }

@media (max-width: 820px) {
  .deco-heart--hero, .phero--deco .deco-dots--mint { display: none; }
  .deco-tree { display: none; }
  .map-pin__circle { width: 60px; height: 60px; }
  .map-pin__inner { width: 48px; height: 48px; }
  .map-pin__inner img { width: 20px; height: 20px; }
  .map-pin__inner span { font-size: .44rem; }
}


/* ===== Galeria de fotos ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-grid figure {
  margin: 0;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 4 / 3;
}
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-grid figure:hover img { transform: scale(1.06); }
.gallery-grid figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 30px 16px 12px;
  background: linear-gradient(transparent, rgba(35, 30, 70, .78));
  color: var(--white);
  font-family: var(--font-title);
  font-weight: 600;
  font-size: .82rem;
}
.gallery-more { text-align: center; margin-top: 32px; }
.where address strong { display: flex; align-items: center; gap: 8px; }
.where address strong svg { flex: 0 0 auto; }
@media (max-width: 820px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ===== Destaque amarelo nos banners CTA ===== */
.cta-band h2 .hl-yellow { color: var(--yellow-400); }

/* ===== FAQ (accordion) ===== */
.faq-acc { display: flex; flex-direction: column; gap: 14px; max-width: 940px; margin-inline: auto; }
.faq-acc details {
  background: var(--white);
  border: 1.5px solid var(--lav-100);
  border-radius: 16px;
}
.faq-acc details[open] { border-color: var(--purple); background: var(--lav-050); }
.faq-acc summary {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 22px;
  cursor: pointer;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: .98rem;
  color: var(--purple-ink);
  list-style: none;
}
.faq-acc summary::-webkit-details-marker { display: none; }
.faq-acc summary:focus-visible { outline: 3px solid var(--purple); outline-offset: 2px; border-radius: 12px; }
.faq-acc .fic {
  flex: 0 0 42px;
  width: 42px; height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fic--lav { background: var(--lav-100); color: var(--purple); }
.fic--mint { background: #e2f4ee; color: var(--mint); }
.fic--orange { background: #fdf1da; color: var(--orange-400); }
.fic--blue { background: #e7f0fa; color: #5b8ec4; }
.fic--coral { background: #fdeaea; color: var(--coral); }
.fic--green { background: #ecf6ec; color: #55a45f; }
.faq-acc .mark { margin-left: auto; color: var(--purple); flex: 0 0 auto; transition: transform .2s ease; }
.faq-acc details[open] .mark { transform: rotate(45deg); }
.faq-acc .faq-body { padding: 0 24px 20px 79px; color: var(--text-soft); font-size: .92rem; line-height: 1.7; }
.faq-acc .faq-body a { color: var(--purple-dark); font-weight: 600; }

/* ===== Passos em cards (agendamento) ===== */
.steps--cards .step {
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 26px 16px;
}

/* ===== Cards de programas ===== */
.pcards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.pcard {
  background: #fbfbfe;
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.pcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pcard__icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin-bottom: 4px;
}
.pcard h3 { font-size: .98rem; margin: 0; line-height: 1.35; }
.pcard p { margin: 0; font-size: .82rem; color: var(--text-soft); line-height: 1.55; flex-grow: 1; }
.pcard__photo { border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; }
.pcard__photo img { width: 100%; height: 100%; object-fit: cover; }
.pcard__link { font-family: var(--font-title); font-weight: 600; font-size: .86rem; text-decoration: none; }
.pcard__link:hover { text-decoration: underline; }
.pcard--lav .pcard__icon { background: var(--purple); } .pcard--lav h3, .pcard--lav .pcard__link { color: var(--purple); }
.pcard--mint .pcard__icon { background: var(--mint); } .pcard--mint h3, .pcard--mint .pcard__link { color: var(--mint); }
.pcard--orange .pcard__icon { background: var(--orange-400); } .pcard--orange h3, .pcard--orange .pcard__link { color: var(--orange-400); }
.pcard--blue .pcard__icon { background: #4b93d6; } .pcard--blue h3, .pcard--blue .pcard__link { color: #4b93d6; }
.pcard--coral .pcard__icon { background: var(--coral); } .pcard--coral h3, .pcard--coral .pcard__link { color: var(--coral); }

/* ===== Banda "Encontre o programa ideal" ===== */
.mini-band {
  background: linear-gradient(90deg, var(--purple), var(--purple-dark));
  border-radius: var(--radius-lg);
  padding: 28px 34px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.mini-band__icon {
  flex: 0 0 54px;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mini-band__text { flex: 1; }
.mini-band h2 { color: var(--white); font-size: 1.15rem; margin: 0 0 2px; }
.mini-band h2 .hl-yellow { color: var(--yellow-400); }
.mini-band p { margin: 0; font-size: .9rem; opacity: .88; }
.mini-band__tree {
  position: absolute;
  right: 14px; bottom: -22px;
  width: 120px;
  opacity: .3;
  pointer-events: none;
}

/* ===== Por que escolher ===== */
.why { display: grid; grid-template-columns: .95fr 1.5fr .85fr; gap: 34px; align-items: center; }
.why__eyebrow {
  font-family: var(--font-title);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--purple);
  margin: 0 0 10px;
}
.why h2 { font-size: clamp(1.4rem, 2.3vw, 1.9rem); position: relative; padding-bottom: 14px; margin-bottom: 16px; }
.why h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 46px; height: 4px; border-radius: 4px; background: var(--mint); }
.why > div:first-child p { color: var(--text-soft); font-size: .92rem; }
.why__feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 18px; }
.wf { text-align: center; font-size: .76rem; color: var(--text-soft); line-height: 1.45; }
.wf strong { display: block; font-family: var(--font-title); font-size: .84rem; color: var(--purple-ink); margin-bottom: 3px; }
.wf__icon {
  width: 54px; height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
.why__photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 3 / 3.5; }
.why__photo img { width: 100%; height: 100%; object-fit: cover; }

/* ===== Parcerias ===== */
.partners {
  background: var(--lav-050);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}
.partners__text { max-width: 280px; }
.partners__text h2 { font-size: 1.1rem; margin-bottom: 8px; }
.partners__text p { margin: 0; font-size: .84rem; color: var(--text-soft); }
.partners__logos {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 22px;
  flex-wrap: wrap;
}
.plogo {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1rem;
  color: #8b88a6;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: .85;
}
.plogo svg { color: var(--purple); opacity: .7; }

/* ===== Banda CTA verde ===== */
.cta-band--mint .cta-band__inner { background: linear-gradient(90deg, var(--mint), #1e937c); }
.cta-band--mint .btn--ghost-light { color: #157a66; }

/* ===== Painel de canais (agendamento) ===== */
.book-panel {
  position: absolute;
  right: -14px; bottom: -30px;
  width: 305px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  padding: 24px;
}
.book-panel__icon {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.book-panel h3 { font-size: .98rem; margin: 0 0 14px; }
.book-panel ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.book-panel li { display: flex; gap: 12px; align-items: center; font-size: .78rem; color: var(--text-soft); }
.book-panel li > span:last-child { min-width: 0; overflow-wrap: anywhere; line-height: 1.45; }
.book-panel li strong { display: block; font-family: var(--font-title); font-size: .8rem; color: var(--purple-ink); }
.book-panel li a { color: var(--mint); font-weight: 700; text-decoration: none; }
.book-panel li a:hover { text-decoration: underline; }
.book-panel .fic {
  flex: 0 0 42px;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.book-panel .fic svg { width: 18px; height: 18px; }

@media (max-width: 1024px) {
  .pcards { grid-template-columns: repeat(3, 1fr); }
  .why { grid-template-columns: 1fr; }
  .why__photo { max-width: 380px; }
}
@media (max-width: 820px) {
  .pcards { grid-template-columns: repeat(2, 1fr); }
  .mini-band { flex-direction: column; text-align: center; }
  .book-panel { position: static; width: 100%; margin-top: 16px; }
  .faq-acc .faq-body { padding-left: 24px; }
}
@media (max-width: 560px) {
  .pcards { grid-template-columns: 1fr; }
  .why__feats { grid-template-columns: repeat(2, 1fr); }
  .partners { flex-direction: column; text-align: center; }
}


/* ===== Faixa de newsletter ===== */
.news-band { padding: 0 0 72px; }
.news-band__inner {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 54px 44% 54px 54px;
  text-align: left;
}
.news-band__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .9) 42%, rgba(255, 255, 255, .55) 58%, rgba(255, 255, 255, 0) 74%);
  pointer-events: none;
}
.news-band__inner > * { position: relative; z-index: 1; }
.news-band__icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(65, 37, 175, .3);
  margin-bottom: 14px;
}
.news-band h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin-bottom: 8px; }
.news-band p { color: var(--text); max-width: 480px; margin: 0; }
.news-band form {
  display: flex;
  gap: 10px;
  max-width: 520px;
  margin: 24px 0 12px;
}
.news-band input[type="email"] {
  flex: 1;
  padding: 14px 22px;
  border: 1.5px solid var(--lav-200);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: .94rem;
  background: var(--white);
}
.news-band input[type="email"]:focus { outline: 2px solid var(--purple); border-color: var(--purple); }
.news-band button { border: 0; white-space: nowrap; }
.news-band small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .76rem;
  color: var(--text-soft);
}
@media (max-width: 900px) {
  .news-band__inner { padding: 44px 8%; }
  .news-band__inner::before { background: rgba(255, 255, 255, .93); }
}
@media (max-width: 560px) {
  .news-band form { flex-direction: column; }
  .news-band__inner { padding: 40px 6%; }
}

/* ===== Árvore no rodapé e decorações de seção ===== */
.site-footer { position: relative; overflow: hidden; }
.site-footer > .container { position: relative; z-index: 1; }
.site-footer__tree {
  position: absolute;
  right: 3%;
  top: 90px;
  width: 230px;
  height: auto;
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.section--rel { position: relative; }
.sdeco { position: absolute; pointer-events: none; }
@media (max-width: 1200px) {
  .site-footer__tree { display: none; }
  .sdeco { display: none; }
}

/* ===== Página Oficinas Motoras ===== */
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: var(--font-title);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.crumbs a { color: var(--mint); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs .sep { color: var(--text-soft); }
.crumbs .atual { color: var(--purple); }

.of-title { font-size: clamp(2.2rem, 4.5vw, 3.2rem); line-height: 1.05; margin-bottom: 14px; }
.of-title span { display: block; color: var(--purple); }
.of-sub {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--purple-ink);
  margin: 0 0 14px;
}

.phero__media-img--blob {
  border-radius: 47% 53% 50% 50% / 52% 48% 52% 48%;
  aspect-ratio: 4 / 3.4;
}
.of-float {
  position: absolute;
  right: -18px; bottom: 10px;
  width: 230px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: .88rem;
  line-height: 1.45;
  color: var(--text);
}
.of-float__icon {
  flex: 0 0 52px;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--purple);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.of-float strong { color: var(--purple-ink); }

.of-feats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.of-feat { padding: 0 26px; }
.of-feat + .of-feat { border-left: 1px solid var(--lav-100); }
.of-feat__head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.of-feat__icon {
  flex: 0 0 48px;
  width: 48px; height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.of-feat h3 { font-size: .95rem; margin: 0; line-height: 1.3; }
.of-feat p { margin: 0; font-size: .82rem; color: var(--text-soft); line-height: 1.55; }

.wcards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.wcard {
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 14px 14px 22px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.wcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.wcard__photo {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3.4;
}
.wcard__photo img { width: 100%; height: 100%; object-fit: cover; }
.wcard__chip {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  margin: -26px 0 8px 8px;
  position: relative;
}
.wcard h3 { font-size: .95rem; margin: 0 8px 8px; line-height: 1.3; }
.wcard p { margin: 0 8px; font-size: .8rem; color: var(--text-soft); line-height: 1.55; }

.conquest-band {
  background: var(--lav-100);
  border-radius: var(--radius-lg);
  padding: 34px 38px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.conquest-band__icon {
  flex: 0 0 72px;
  width: 72px; height: 72px;
  border-radius: 22px;
  background: var(--purple);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.conquest-band__text { flex: 1; }
.conquest-band h2 { color: var(--purple); font-size: 1.25rem; margin-bottom: 6px; }
.conquest-band p { margin: 0; font-size: .92rem; color: var(--text); max-width: 480px; }
.conquest-band__photo {
  flex: 0 0 210px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.conquest-band__photo img { width: 100%; height: 150px; object-fit: cover; }

@media (max-width: 1024px) {
  .of-feats { grid-template-columns: repeat(2, 1fr); gap: 26px 0; }
  .of-feat:nth-child(3) { border-left: 0; }
  .wcards { grid-template-columns: repeat(3, 1fr); }
  .conquest-band { flex-wrap: wrap; }
}
@media (max-width: 820px) {
  .of-float { position: static; width: 100%; margin-top: 14px; }
  .wcards { grid-template-columns: repeat(2, 1fr); }
  .of-feats { grid-template-columns: 1fr; }
  .of-feat { padding: 0; border-left: 0 !important; }
  .conquest-band { flex-direction: column; text-align: center; }
  .conquest-band__photo { flex-basis: auto; width: 100%; max-width: 340px; }
}
@media (max-width: 560px) {
  .wcards { grid-template-columns: 1fr; }
}

/* ===== Oficinas Socioemocionais e Cognitivas ===== */
.of-feats--6 { grid-template-columns: repeat(6, 1fr); }
.of-feat--center { text-align: center; padding: 0 16px; }
.of-feat--center .of-feat__head { flex-direction: column; gap: 10px; margin-bottom: 8px; }
.of-feat--center h3 { font-size: .88rem; }
.of-feat--center p { font-size: .78rem; }

.how-grid { display: grid; grid-template-columns: .95fr 1.4fr; gap: 32px; align-items: start; }
.how-panel { background: var(--lav-050); border-radius: var(--radius-lg); padding: 32px; }
.how-panel h2 { font-size: 1.25rem; position: relative; padding-bottom: 12px; margin-bottom: 22px; }
.how-panel h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 4px; border-radius: 4px; background: var(--mint); }
.how-item { display: flex; gap: 14px; margin-bottom: 20px; }
.how-item:last-child { margin-bottom: 0; }
.how-item__icon {
  flex: 0 0 46px;
  width: 46px; height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.how-item h3 { font-size: .95rem; margin: 0 0 4px; }
.how-item p { margin: 0; font-size: .84rem; color: var(--text-soft); line-height: 1.55; }
.how-side h2 { font-size: 1.25rem; text-align: center; position: relative; padding-bottom: 12px; margin-bottom: 22px; }
.how-side h2::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 40px; height: 4px; border-radius: 4px; background: var(--purple); }
.acts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.act-card {
  background: var(--white);
  border: 1px solid var(--lav-100);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 10px 10px 14px;
  text-align: center;
}
.act-card__photo { border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; }
.act-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.act-card__chip {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  margin: -20px auto 6px;
  position: relative;
}
.act-card h3 { font-size: .82rem; margin: 0; line-height: 1.35; }

.emo-band {
  background: var(--lav-100);
  border-radius: var(--radius-lg);
  padding: 40px 44px;
  display: flex;
  align-items: center;
  gap: 34px;
  position: relative;
  overflow: hidden;
}
.emo-band__photo {
  flex: 0 0 220px;
  border-radius: 46% 54% 52% 48% / 52% 46% 54% 48%;
  overflow: hidden;
  aspect-ratio: 1 / 1.05;
  box-shadow: var(--shadow-md);
}
.emo-band__photo img { width: 100%; height: 100%; object-fit: cover; }
.emo-band__text { flex: 1; }
.emo-band h2 { color: var(--purple); font-size: clamp(1.3rem, 2.2vw, 1.7rem); margin-bottom: 8px; }
.emo-band p { margin: 0; color: var(--text); font-size: .95rem; max-width: 460px; }
.emo-band__actions { display: flex; flex-direction: column; gap: 12px; }
.emo-band .deco-heart { right: 20px; bottom: 14px; left: auto; top: auto; position: absolute; }

@media (max-width: 1024px) {
  .of-feats--6 { grid-template-columns: repeat(3, 1fr); }
  .of-feats--6 .of-feat:nth-child(4) { border-left: 0; }
  .how-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .of-feats--6 { grid-template-columns: repeat(2, 1fr); }
  .acts-grid { grid-template-columns: repeat(2, 1fr); }
  .emo-band { flex-direction: column; text-align: center; }
  .emo-band__actions { width: 100%; align-items: center; }
}
@media (max-width: 560px) {
  .of-feats--6 { grid-template-columns: 1fr; }
  .acts-grid { grid-template-columns: 1fr; }
}

/* ===== Ajustes do cliente (ATUALIZACAO 01) ===== */
/* Slogan na topbar */
.topbar__slogan {
  font-family: var(--font-title);
  font-size: .82rem;
  font-weight: 600;
  white-space: nowrap;
}
.topbar__slogan .hl-c { color: #7fe8d2; font-weight: 800; }
.topbar__slogan .hl-f { color: var(--yellow-400); font-weight: 800; }
@media (max-width: 1150px) {
  .topbar__contacts .topbar__phone,
  .topbar__contacts .topbar__address,
  .topbar__contacts .topbar__email { display: none; }
  .topbar__inner { justify-content: center; gap: 14px; }
}

/* Mini destaques do hero: icone acima, tudo centralizado */
.minifeat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.minifeat__icon { margin-bottom: 9px; }

/* Textos corridos justificados em todo o site */
.phero__lead,
.hero__lead,
.story__text p,
.about-band__copy > p,
.profile-card p,
.family-strip__text p,
.faq-body,
.cform > p,
.service-card p,
.wcard p,
.pcard p,
.how-item p,
.testimonial blockquote,
.subjects__quote blockquote,
.emo-band p,
.conquest-band p,
.why > div:first-child p,
.partners__text p,
.mvv p,
.page-plain p,
.story-close p,
.news-band p {
  text-align: justify;
}
.story-close { text-align: center; }
.story-close h2 { text-align: center; }
.news-band p { text-align: left; }
/* Colunas estreitas: justify abre vaos entre palavras, manter alinhado a esquerda */
.post-card__excerpt { text-align: left; }

/* Paginacao do blog */
.blog-pages {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.blog-pages .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--lav-100);
  color: var(--purple-ink);
  font-family: var(--font-title);
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.blog-pages a.page-numbers:hover {
  background: var(--lav-100);
  border-color: var(--purple);
  color: var(--purple);
}
.blog-pages .page-numbers.current {
  background: var(--purple);
  border-color: var(--purple);
  color: var(--white);
}
.blog-pages .page-numbers.dots {
  border: none;
  background: transparent;
}

/* Pagina de artigo do blog */
.artigo__hero {
  background: var(--lav-050);
  padding: 42px 0 34px;
  border-bottom: 1px solid var(--lav-100);
}
.artigo__hero-inner { max-width: 820px; }
.artigo__hero .crumbs { margin-bottom: 16px; }
.artigo__hero .post-card__cat { margin-bottom: 14px; display: inline-block; }
.artigo__hero h1 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.25;
  color: var(--purple-ink);
  margin: 0 0 16px;
}
.artigo__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: .82rem;
  color: var(--text-soft);
}
.artigo__meta span { display: inline-flex; align-items: center; gap: 6px; }
.artigo__wrap { max-width: 820px; padding-top: 34px; padding-bottom: 26px; }
.artigo__foto { margin: 0 0 30px; }
.artigo__foto img {
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.artigo__conteudo { font-size: 1.02rem; line-height: 1.8; color: var(--text); }
.artigo__conteudo p { margin: 0 0 18px; text-align: justify; }
.artigo__conteudo h2 {
  font-size: 1.28rem;
  color: var(--purple-ink);
  margin: 34px 0 14px;
}
.artigo__conteudo ul { margin: 0 0 18px 22px; }
.artigo__conteudo li { margin-bottom: 8px; }
.artigo__conteudo a { color: var(--purple); font-weight: 600; }
.artigo__conteudo a:hover { color: var(--purple-dark); }
.artigo__conteudo em { color: var(--text-soft); }
.posts-grid--solo { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) {
  .posts-grid--solo { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .posts-grid--solo { grid-template-columns: 1fr; }
}
