/* latin */
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/fredoka-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/fredoka-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/lora-400-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/lora-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/lora-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/lora-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/poppins-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/poppins-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   DUDU ACQUA CENTER — Estilo
   Paleta: aquático (azuis), branco, amarelo de destaque
   ============================================================ */

:root {
  --blue-900: #0b2a4a;
  --blue-700: #0e63a8;
  --blue-600: #0b80c8;
  --blue-500: #1aa0e2;
  --blue-400: #4fc3f7;
  --blue-200: #cfeefb;
  --blue-50:  #f1faff;

  --orange: #f0922a;
  --yellow: #ffd248;
  --pink: #ec64a3;

  --ink: #16263b;
  --muted: #4a5d72;
  --line: #e1ebf3;
  --bg: #ffffff;

  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;

  --shadow-sm: 0 4px 14px rgba(11, 42, 74, 0.07);
  --shadow: 0 18px 40px -12px rgba(11, 42, 74, 0.18);
  --shadow-lg: 0 32px 60px -20px rgba(11, 42, 74, 0.28);

  --font-head: 'Fredoka', 'Fredoka-fallback', system-ui, sans-serif;
  --font-body: 'Poppins', 'Poppins-fallback', system-ui, sans-serif;
}

/* Fallbacks com métricas ajustadas pra evitar CLS quando a webfont carrega */
@font-face {
  font-family: 'Fredoka-fallback';
  src: local('Arial');
  size-adjust: 102%;
  ascent-override: 95%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Poppins-fallback';
  src: local('Arial');
  size-adjust: 112%;
  ascent-override: 92%;
  descent-override: 25%;
  line-gap-override: 0%;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: #e7f6ff;
  overflow-x: hidden;
}

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

a { color: var(--blue-700); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--blue-500); }

button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* Headings */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--blue-900);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: .3em; }
h3 { font-size: 1.25rem; margin-bottom: .35em; }

p { color: var(--muted); }

.white { color: #fff !important; }
.light { color: rgba(255,255,255,0.85) !important; }

.slogan {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--blue-700);
  border-left: 4px solid var(--blue-500);
  padding: 6px 0 6px 16px;
  margin: 8px 0 20px;
}

.kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--blue-700);
  background: var(--blue-50);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.kicker.light {
  color: #fff;
  background: rgba(255,255,255,0.18);
}

.eyebrow {
  font-size: .85rem;
  font-weight: 600;
  color: var(--blue-700);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  display: block;
}

.hl {
  background: linear-gradient(180deg, transparent 60%, rgba(255, 210, 72, 0.55) 60%);
  padding: 0 4px;
}
.hl-yellow { color: var(--yellow); }

.lead { font-size: 1.1rem; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .01em;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  cursor: pointer;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(135deg, var(--blue-600), var(--blue-500));
  color: #fff;
  box-shadow: 0 14px 28px -10px rgba(11, 128, 200, 0.55);
}
.btn-primary:hover { color: #fff; box-shadow: 0 18px 36px -10px rgba(11, 128, 200, 0.7); }

.btn-ghost {
  background: rgba(255,255,255,0.65);
  color: var(--blue-700);
  border: 2px solid rgba(11, 99, 168, 0.18);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { background: #fff; color: var(--blue-700); border-color: var(--blue-500); }

.btn-outline {
  background: transparent;
  color: var(--blue-700);
  border: 2px solid var(--blue-200);
}
.btn-outline:hover { background: var(--blue-50); border-color: var(--blue-500); color: var(--blue-700); }

.btn-yellow {
  background: var(--yellow);
  color: var(--blue-900);
  box-shadow: 0 14px 28px -10px rgba(255, 210, 72, 0.65);
}
.btn-yellow:hover { color: var(--blue-900); }

.btn-nav {
  background: var(--blue-700);
  color: #fff !important;
  padding: 8px 18px !important;
  border-radius: 999px;
}
.btn-nav:hover { background: var(--blue-700); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: padding .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled {
  padding: 8px 0;
  border-color: var(--line);
  box-shadow: 0 6px 20px -10px rgba(11,42,74,0.12);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo-link { display: inline-block; }
.logo-img { height: 56px; width: auto; transition: height .2s ease; }
.site-header.scrolled .logo-img { height: 46px; }

.nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav a {
  display: inline-block;
  padding: 8px 12px;
  font-weight: 500;
  font-size: .92rem;
  color: var(--ink);
  border-radius: 999px;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}
.nav a:hover { background: var(--blue-50); color: var(--blue-700); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--blue-50);
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.nav-toggle span {
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--blue-700);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease, top .2s ease;
}
.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 28px; }
.nav-toggle.is-open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 140px 0 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(79, 195, 247, 0.35), transparent 50%),
    radial-gradient(circle at 0% 60%, rgba(11, 128, 200, 0.18), transparent 50%),
    linear-gradient(160deg, #e7f6ff 0%, #f8fcff 100%);
  overflow: hidden;
}

.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.9), rgba(79,195,247,0.4));
  box-shadow: inset 0 0 30px rgba(255,255,255,0.5);
  animation: float 8s ease-in-out infinite;
}
.b1 { width: 80px; height: 80px; top: 20%; left: 8%; animation-delay: 0s; }
.b2 { width: 50px; height: 50px; top: 60%; left: 15%; animation-delay: 1.2s; }
.b3 { width: 100px; height: 100px; top: 30%; right: 10%; animation-delay: 2s; }
.b4 { width: 36px; height: 36px; top: 70%; right: 25%; animation-delay: 0.6s; }
.b5 { width: 64px; height: 64px; top: 80%; left: 50%; animation-delay: 3s; }

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}

.hero-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
  padding: 30px 0 100px;
  position: relative;
  z-index: 2;
}

.hero-text h1 { margin-bottom: 22px; }
.hero-text p { font-size: 1.12rem; max-width: 540px; margin-bottom: 32px; color: #3f5871; }

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.hero-stats > div {
  display: flex;
  flex-direction: column;
}
.hero-stats strong {
  font-family: var(--font-head);
  font-size: 1.9rem;
  color: var(--blue-700);
  line-height: 1;
  font-weight: 700;
}
.hero-stats span {
  font-size: .85rem;
  color: var(--muted);
  margin-top: 4px;
}

.hero-mascote {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-mascote::before {
  content: '';
  position: absolute;
  inset: 5% 5% 5% 5%;
  background: radial-gradient(circle, rgba(79,195,247,0.45), transparent 60%);
  filter: blur(20px);
  z-index: 0;
}
.mascote-img {
  position: relative;
  z-index: 1;
  max-height: 520px;
  width: auto;
  filter: drop-shadow(0 25px 30px rgba(11, 42, 74, 0.25));
  animation: bob 4s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.hero-wave {
  position: relative;
  line-height: 0;
}
.hero-wave svg { display: block; width: 100%; height: 80px; }

/* ============================================================
   SECTIONS GENERAL
   ============================================================ */
.section {
  padding: 90px 0;
  position: relative;
}
.section-light { background: #fff; }
.section-soft  { background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%); }
.section-blue  {
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  color: #fff;
}
.section-blue p { color: rgba(255,255,255,0.86); }
.section-blue h2, .section-blue h3 { color: #fff; }
.section-dark  {
  background: linear-gradient(160deg, #0b2a4a 0%, #103a6a 100%);
  color: #fff;
}
.section-dark p { color: rgba(255,255,255,0.78); }

.section-head {
  margin-bottom: 50px;
}
.section-head.center { text-align: center; max-width: 720px; margin-inline: auto; }
.section-head .lead { color: var(--muted); margin-top: 6px; }
.section-blue .section-head .lead, .section-dark .section-head .lead { color: rgba(255,255,255,0.85); }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.grid-2.reverse > div:first-child { order: 2; }
.grid-2.reverse > div:last-child { order: 1; }

/* ============================================================
   QUEM SOMOS
   ============================================================ */
.pillars {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.pillar {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px 24px;
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 18px;
  row-gap: 4px;
  align-items: start;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pillar-icon { grid-row: 1 / span 2; }
.pillar h3, .pillar p { grid-column: 2; }
.pillar:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--blue-200);
}
.pillar-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-700));
  color: #fff;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1.2rem;
}
.pillar h3 { margin-bottom: 6px; }
.pillar p { font-size: .95rem; }

.quem-somos-side { position: relative; }
.founder-photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 5;
  background: var(--blue-50);
}
.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s ease;
}
.founder-photo:hover img { transform: scale(1.04); }
.founder-tag {
  position: absolute;
  left: 20px; bottom: 20px; right: 20px;
  background: rgba(11, 42, 74, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  font-size: .85rem;
  border: 1px solid rgba(255,255,255,0.15);
}
.founder-tag strong {
  font-family: var(--font-head);
  font-size: 1.1rem;
  margin-bottom: 2px;
  color: #fff;
}

.quote-card {
  margin-top: 20px;
  background: linear-gradient(135deg, var(--blue-50), #fff);
  padding: 24px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--blue-200);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.quote-card p {
  font-style: italic;
  color: var(--blue-900);
  font-size: 1.05rem;
}
.quote-card span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: var(--blue-700);
  font-size: .9rem;
}

/* ============================================================
   MÉTODO SUMIDA
   ============================================================ */
.metodo-img {
  display: flex;
  justify-content: center;
}
.metodo-img img {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: rgba(255,255,255,0.95);
  padding: 24px;
  border-radius: 50%;
  box-shadow: 0 30px 60px -10px rgba(0,0,0,0.3);
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

.callout {
  margin-top: 26px;
  background: rgba(255,255,255,0.12);
  border-left: 4px solid var(--yellow);
  padding: 18px 22px;
  border-radius: 12px;
}
.callout p { color: rgba(255,255,255,0.94); }

/* ============================================================
   BENEFITS (BEBÊS)
   ============================================================ */
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 36px;
}
.benefit {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.benefit:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--blue-200);
}
.b-icon {
  width: 56px; height: 56px;
  background: var(--blue-50);
  display: grid; place-items: center;
  border-radius: 16px;
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.bebes-note {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: var(--ink);
  background: var(--blue-50);
  padding: 22px 28px;
  border-radius: var(--radius);
}

.bebes-photos {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.bebes-photos figure {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
  transition: transform .25s ease;
}
.bebes-photos figure:hover { transform: translateY(-4px); }
.bebes-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   FASES
   ============================================================ */
.fases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.fase-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 28px 30px;
  position: relative;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}
.fase-card::before {
  content: '';
  position: absolute;
  inset: -40px -40px auto auto;
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(79,195,247,0.22), transparent 70%);
  pointer-events: none;
}
.fase-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--blue-200);
}
.fase-card.highlight {
  background: linear-gradient(160deg, #0e63a8, #1aa0e2);
  color: #fff;
}
.fase-card.highlight h3, .fase-card.highlight p, .fase-card.highlight li { color: #fff; }
.fase-card.highlight .fase-tag { background: rgba(255,255,255,0.2); color: #fff; }

.fase-mascote {
  width: 110px; height: 110px;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.fase-mascote img {
  max-height: 110px;
  width: auto;
  filter: drop-shadow(0 8px 12px rgba(11, 42, 74, 0.15));
}

.fase-tag {
  display: inline-block;
  background: var(--blue-50);
  color: var(--blue-700);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fase-card h3 { font-size: 1.35rem; margin-bottom: 8px; }
.fase-card p { font-size: .94rem; margin-bottom: 16px; }

.fase-list {
  list-style: none;
  display: grid;
  gap: 6px;
}
.fase-list li {
  position: relative;
  padding-left: 22px;
  font-size: .9rem;
  color: var(--ink);
}
.fase-card.highlight .fase-list li { color: rgba(255,255,255,0.92); }
.fase-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 12px; height: 12px;
  background: var(--blue-500);
  border-radius: 4px;
  transform: rotate(45deg);
}
.fase-card.highlight .fase-list li::before { background: var(--yellow); }

/* ============================================================
   GALLERY (FOTOS) + LIGHTBOX
   ============================================================ */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.g-item {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: zoom-in;
  background: var(--blue-50);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.g-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(11, 42, 74, 0.55) 100%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.g-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.g-item:hover img { transform: scale(1.06); }
.g-item:hover::after { opacity: 1; }

.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(6, 18, 36, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
}
.lightbox.is-open { display: flex; }

.lb-figure {
  margin: 0;
  max-width: 90vw;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  animation: lbIn .25s ease;
}
@keyframes lbIn {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}
.lb-figure img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6);
}
.lb-figure figcaption {
  color: rgba(255,255,255,0.85);
  font-size: .92rem;
  text-align: center;
}

.lb-close, .lb-nav {
  position: absolute;
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  width: 50px; height: 50px;
  display: grid; place-items: center;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}
.lb-close:hover, .lb-nav:hover { background: rgba(255,255,255,0.25); transform: scale(1.05); }
.lb-close { top: 24px; right: 24px; font-size: 1.8rem; }
.lb-prev  { left: 20px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover  { transform: translateY(-50%) scale(1.05); }
.lb-next  { right: 20px; top: 50%; transform: translateY(-50%); }
.lb-next:hover  { transform: translateY(-50%) scale(1.05); }

/* ============================================================
   VIDEO GALLERY
   ============================================================ */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.video-grid.two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin: 0 auto;
}
.video-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.video-card figcaption {
  text-align: center;
  font-weight: 600;
  color: var(--blue-700);
}
.video-grid video {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: var(--radius);
  background: #000;
  box-shadow: var(--shadow);
}

/* ============================================================
   HORÁRIOS
   ============================================================ */
.schedule-table-wrap {
  overflow-x: auto;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 6px;
  border: 1px solid rgba(255,255,255,0.18);
}
.schedule-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  color: #fff;
}
.schedule-table th, .schedule-table td {
  padding: 14px 12px;
  text-align: center;
  font-size: .92rem;
}
.schedule-table thead th {
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .82rem;
  color: var(--yellow);
  border-bottom: 2px solid rgba(255,255,255,0.2);
}
.schedule-table tbody td {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.schedule-table tbody td:first-child {
  font-weight: 600;
  color: var(--yellow);
}
.schedule-table tbody tr:hover td {
  background: rgba(255,255,255,0.06);
}

.schedule-note {
  margin-top: 20px;
  text-align: center;
  font-size: .88rem;
  color: rgba(255,255,255,0.7);
}
.section-light .schedule-note { color: var(--muted); }

/* ============================================================
   VALORES
   ============================================================ */
.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
.plan {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  text-align: center;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex;
  flex-direction: column;
}
.plan:hover {
  transform: translateY(-6px);
  border-color: var(--blue-200);
  box-shadow: var(--shadow);
}
.plan.featured {
  border-color: var(--blue-500);
  background: linear-gradient(160deg, #0b80c8 0%, #1aa0e2 100%);
  color: #fff;
  box-shadow: 0 24px 50px -15px rgba(11, 128, 200, 0.5);
  transform: translateY(-6px);
}
.plan.featured h3, .plan.featured .price, .plan.featured ul li { color: #fff; }
.plan.featured ul li::before { background: rgba(255,255,255,0.7); }
.plan.featured .badge {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--yellow);
  color: var(--blue-900);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.plan h3 { margin-bottom: 14px; }
.price {
  font-family: var(--font-head);
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--blue-900);
  line-height: 1;
  margin-bottom: 24px;
}
.price span { font-size: 1.1rem; vertical-align: super; margin-right: 6px; opacity: .7; }
.price small { font-size: .95rem; font-weight: 500; opacity: .7; }

.plan ul {
  list-style: none;
  margin-bottom: 28px;
  flex: 1;
  display: grid;
  gap: 8px;
  text-align: left;
  padding-left: 4px;
}
.plan ul li {
  position: relative;
  padding-left: 24px;
  font-size: .94rem;
}
.plan ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--blue-600);
  font-weight: 700;
}

/* ============================================================
   PROMOÇÃO
   ============================================================ */
.section-promo {
  background: linear-gradient(120deg, #ec64a3 0%, #f0922a 100%);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.section-promo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><circle cx='30' cy='30' r='2' fill='white' fill-opacity='0.15'/></svg>");
  pointer-events: none;
}
.promo-wrap {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.promo-wrap h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.promo-mascote img {
  max-height: 360px;
  margin-inline: auto;
  filter: drop-shadow(0 18px 25px rgba(0,0,0,0.25));
  animation: bob 4s ease-in-out infinite;
}

/* ============================================================
   HORÁRIOS (tabela + cards)
   ============================================================ */
.horarios-table-wrap {
  background: #fff;
  border-radius: var(--radius);
  padding: 12px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.horarios-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .92rem;
}
.horarios-table th,
.horarios-table td {
  padding: 10px 8px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.horarios-table thead th {
  background: var(--blue-50);
  color: var(--blue-700);
  font-weight: 700;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .06em;
  border-bottom: 2px solid var(--blue-200, #cce6f7);
}
.horarios-table .h-time {
  background: var(--blue-50);
  color: var(--blue-700);
  font-weight: 700;
  white-space: nowrap;
}
.horarios-table tbody tr:hover td,
.horarios-table tbody tr:hover .h-time { background: rgba(79,195,247,0.08); }

.horarios-cards { display: none; }
.dia-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 18px 20px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
}
.dia-card h3 {
  font-size: 1.05rem;
  color: var(--blue-700);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--blue-50);
}
.dia-card ul {
  list-style: none;
  display: grid;
  gap: 8px;
}
.dia-card li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px dashed var(--line);
}
.dia-card li:last-child { border-bottom: 0; }
.dia-card .h-hora {
  font-weight: 700;
  color: var(--blue-700);
  min-width: 56px;
}
.dia-card .h-aula {
  text-align: right;
  color: var(--ink);
}
.dia-card .dia-vazio {
  color: var(--muted);
  font-style: italic;
  font-size: .9rem;
}

@media (max-width: 720px) {
  .horarios-table-wrap { display: none; }
  .horarios-cards { display: block; }
}

/* ============================================================
   EQUIPE
   ============================================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
  margin-top: 30px;
}
.team-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  text-align: center;
  padding-bottom: 20px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.team-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.team-card h3 {
  font-size: 1.1rem;
  margin: 16px 16px 4px;
  color: var(--blue-700);
}
.team-card .team-cargo {
  font-size: .85rem;
  font-weight: 600;
  color: var(--blue-700);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin: 0 16px 10px;
}
.team-card p {
  font-size: .92rem;
  color: var(--muted);
  margin: 0 16px;
}

/* ============================================================
   NOTÍCIAS
   ============================================================ */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.news-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.news-img {
  height: 200px;
  background-color: var(--blue-50);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid var(--line);
}
.news-body { padding: 22px 24px 26px; }
.news-date {
  display: inline-block;
  background: var(--blue-50);
  color: var(--blue-700);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.news-card p  { font-size: .94rem; }

/* ============================================================
   CONTATO
   ============================================================ */
.contact-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.contact-list li {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 14px 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-list li > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.contact-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.10);
  color: var(--yellow);
  display: grid;
  place-items: center;
}
.contact-icon svg {
  width: 22px;
  height: 22px;
}
.contact-list strong {
  color: var(--yellow);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.contact-list a {
  color: #fff;
  font-weight: 500;
}
.contact-list a:hover { color: var(--yellow); }

.contact-form {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px 32px;
  display: grid;
  gap: 14px;
  color: var(--ink);
  box-shadow: var(--shadow-lg);
}
.contact-form h3 {
  margin-bottom: 6px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink);
}
.contact-form input, .contact-form textarea {
  font: inherit;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: #f9fcff;
  color: var(--ink);
  font-weight: 400;
  transition: border-color .2s ease, background .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--blue-500);
  background: #fff;
}
.contact-form textarea { resize: vertical; min-height: 80px; }
.contact-form button { margin-top: 6px; width: 100%; }
.form-note { color: var(--muted); font-weight: 400; font-size: .82rem; text-align: center; }

@media (max-width: 640px) {
  .contact-form { padding: 22px 18px; gap: 12px; border-radius: 16px; }
  .contact-form h3 { font-size: 1.15rem; }
  .contact-form input, .contact-form textarea { padding: 11px 12px; font-size: 16px; }
  .contact-list li { padding: 12px 14px; gap: 12px; border-radius: 12px; }
  .contact-icon { width: 36px; height: 36px; border-radius: 9px; }
  .contact-icon svg { width: 18px; height: 18px; }
  .contact-list strong { font-size: .72rem; }
  .contact-list a { font-size: .92rem; word-break: break-word; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #061a31;
  color: rgba(255,255,255,0.92);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-logo {
  height: 70px;
  width: auto;
  margin-bottom: 16px;
  background: #fff;
  padding: 10px 16px;
  border-radius: 12px;
}
.site-footer h4 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 1rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.site-footer p { color: inherit; }
.site-footer ul { list-style: none; display: grid; gap: 8px; }
.site-footer a { color: rgba(255,255,255,0.95); }
.site-footer a:hover { color: var(--blue-400); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0;
  font-size: .85rem;
}
.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.powered-by {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.7);
  transition: opacity .2s ease;
}
.powered-by:hover { opacity: 0.85; }
.powered-by img {
  height: 22px;
  width: auto;
  filter: brightness(0) invert(1);
}
@media (max-width: 640px) {
  .footer-bottom-row { justify-content: center; text-align: center; }
}

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 30px -8px rgba(37, 211, 102, 0.6);
  z-index: 40;
  transition: transform .2s ease;
  animation: pulse 2.4s ease-in-out infinite;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 32px; height: 32px; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 14px 30px -8px rgba(37, 211, 102, 0.6), 0 0 0 0 rgba(37, 211, 102, 0.4); }
  50%      { box-shadow: 0 14px 30px -8px rgba(37, 211, 102, 0.6), 0 0 0 18px rgba(37, 211, 102, 0); }
}

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal {
  opacity: 0;
  transition: opacity .6s ease;
}
.reveal.is-visible {
  opacity: 1;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* Nav vira hambúrguer mais cedo (1080px) pra não apertar/quebrar os links */
@media (max-width: 1080px) {
  .nav-toggle { display: block; z-index: 70; }
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(300px, 78%);
    height: 100vh;
    background: #ffffff;
    box-shadow: -20px 0 60px -10px rgba(11,42,74,0.25);
    transition: clip-path .3s ease;
    clip-path: inset(0 0 0 100%);
    padding: 90px 28px 28px;
    z-index: 60;
    overflow-y: auto;
  }
  .nav.is-open {
    clip-path: inset(0 0 0 0);
  }
  .nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .nav a { padding: 12px 16px; font-size: 1rem; white-space: normal; }
  .btn-nav { display: inline-block; text-align: center; margin-top: 8px; }
}

@media (max-width: 980px) {
  .hero { padding-top: 110px; }
  .hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 60px;
    text-align: center;
  }
  .hero-text p { margin-inline: auto; }
  .hero-cta { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-mascote { order: -1; }
  .mascote-img { max-height: 300px; }

  .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .grid-2.reverse > div:first-child { order: 1; }
  .grid-2.reverse > div:last-child  { order: 2; }

  .founder-photo { max-width: 480px; margin: 0 auto; aspect-ratio: 4 / 4.5; }

  .benefits  { grid-template-columns: repeat(2, 1fr); }
  .fases-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 160px; }
  .bebes-photos { grid-template-columns: repeat(3, 1fr); }
  .plans { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .plan.featured { transform: translateY(0); }
  .news-grid { grid-template-columns: 1fr 1fr; }

  .promo-wrap { grid-template-columns: 1fr; text-align: center; }
  .promo-mascote { order: -1; }

  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .benefits   { grid-template-columns: 1fr; }
  .fases-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .news-grid  { grid-template-columns: 1fr; }
  .gallery    { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; gap: 10px; }
  .g-wide     { grid-column: span 2; }
  .bebes-photos { grid-template-columns: 1fr 1fr; }
  .bebes-photos figure:nth-child(3) { grid-column: span 2; aspect-ratio: 16 / 9; }
  .lightbox   { padding: 20px; }
  .lb-close { top: 12px; right: 12px; width: 42px; height: 42px; }
  .lb-nav   { width: 42px; height: 42px; }
  .hero-stats { gap: 24px; }
  .hero-stats strong { font-size: 1.5rem; }
  .price { font-size: 2.6rem; }
  .wa-float { width: 56px; height: 56px; }
  .wa-float svg { width: 28px; height: 28px; }
}

/* ============================================================
   PÁGINAS LEGAIS (Termos / Privacidade)
   ============================================================ */
.legal-main {
  padding-top: 140px;
  padding-bottom: 80px;
}
.legal {
  max-width: 760px;
  margin: 0 auto;
}
.legal h1 {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-weight: 600;
  font-size: clamp(1.7rem, 2.8vw, 2.1rem);
  letter-spacing: 0;
  margin: 10px 0 4px;
}
.legal h2 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--blue-900);
  letter-spacing: 0;
  margin-top: 44px;
  margin-bottom: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.legal h2:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 36px;
}
.legal p,
.legal li {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  color: var(--ink);
  line-height: 1.75;
  font-size: 1.05rem;
}
.legal p { margin-bottom: 16px; }
.legal-list {
  padding-left: 22px;
  margin: 8px 0 18px;
}
.legal-list li { margin-bottom: 10px; }
.legal-meta {
  display: inline-block;
  color: var(--muted);
  font-size: .88rem;
  margin-bottom: 8px;
  padding: 4px 12px;
  background: var(--blue-50);
  border-radius: 999px;
}
.legal a {
  color: var(--blue-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal a:hover { color: var(--blue-500); }

/* Barra de links legais no rodapé do site principal */
.footer-legal-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: .9rem;
}
.footer-legal-row a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}
.footer-legal-row a:hover { text-decoration: underline; }
.footer-legal-row span { color: rgba(255,255,255,0.55); }

/* ============================================================
   BANNER DE CONSENTIMENTO (LGPD)
   ============================================================ */
.consent-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 24px 60px -20px rgba(11,42,74,0.35);
  padding: 18px 22px;
  display: none;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-family: var(--font-body);
}
.consent-bar.is-visible { display: flex; }
.consent-bar p {
  margin: 0;
  flex: 1 1 320px;
  color: var(--ink);
  font-size: .95rem;
  line-height: 1.55;
}
.consent-bar a {
  color: var(--blue-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.consent-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.consent-bar .btn {
  padding: 10px 20px;
  font-size: .92rem;
}
@media (max-width: 600px) {
  .consent-bar { left: 8px; right: 8px; bottom: 8px; padding: 16px; border-radius: 14px; }
  .consent-actions { width: 100%; }
  .consent-actions .btn { flex: 1; }
}

/* ============================================================
   MAPA (Google Maps embed)
   ============================================================ */
.map-wrap {
  margin-top: 96px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
}
.map-title {
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.maps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 14px 28px;
  margin-top: 8px;
}
.map-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 14px;
}
.map-sub {
  margin-bottom: 0;
}
.map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 50px -20px rgba(0,0,0,0.5);
  background: rgba(255,255,255,0.06);
}
.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.map-cta {
  margin-top: 0;
  justify-self: center;
}
@media (max-width: 700px) {
  .maps-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ===== Álbuns (galeria) ===== */
.albums-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 22px;
}
.album-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(11, 111, 164, 0.10);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.album-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(11, 111, 164, 0.18);
}
.album-cover {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #dceaf2;
}
.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.album-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(4, 34, 46, 0.72);
  color: #fff;
  font-size: 0.74rem;
  padding: 3px 10px;
  border-radius: 999px;
}
.album-card h3 {
  margin: 14px 16px 4px;
  font-size: 1.1rem;
}
.album-card p {
  margin: 0 16px 16px;
  color: #5b7682;
  font-size: 0.88rem;
}

/* standalone galeria pages */
.galeria-header {
  background: #fff;
  box-shadow: 0 2px 14px rgba(11, 111, 164, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}
.galeria-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.galeria-back img {
  height: 48px;
  width: auto;
  display: block;
}
.galeria-back-link {
  text-align: center;
  margin-top: 30px;
}
.galeria-back-link a {
  color: var(--blue-700);
  text-decoration: none;
  font-weight: 600;
}
.lb-figure .lb-desc {
  display: block;
  font-size: 0.82rem;
  opacity: 0.8;
  margin-top: 4px;
}

/* ===== Social icons no menu hambúrguer ===== */
.nav-social {
  display: none;
}
@media (max-width: 1080px) {
  .nav.is-open .nav-social {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    padding: 20px 0 4px;
    margin-top: 14px;
    border-top: 1px solid rgba(11, 111, 164, 0.15);
  }
  /* override the generic .nav a block styling for the round icon buttons */
  .nav.is-open .nav-social a {
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: var(--blue-50, #e7f6ff);
    color: var(--blue-700, #0b6fa4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s, transform 0.15s;
  }
  .nav.is-open .nav-social a:hover {
    background: var(--blue-700, #0b6fa4);
    color: #fff;
    transform: translateY(-2px);
  }
  .nav-social svg {
    width: 20px;
    height: 20px;
  }
}

/* ===== Notícia (artigo) ===== */
.article-narrow { max-width: 760px; }
.article-back { margin-bottom: 14px; }
.article-back a { color: var(--blue-700, #0b6fa4); text-decoration: none; font-weight: 600; }
.article-title { font-size: clamp(1.6rem, 4vw, 2.4rem); margin: 6px 0 18px; }
.article-cover { border-radius: 16px; overflow: hidden; margin-bottom: 24px; }
.article-cover img { width: 100%; height: auto; display: block; }
.article-body { font-size: 1.05rem; line-height: 1.75; color: #234; }
.article-body p { margin: 0 0 1.1em; }
.article-body h2 { font-size: 1.5rem; margin: 1.4em 0 0.5em; }
.article-body h3 { font-size: 1.2rem; margin: 1.2em 0 0.5em; }
.article-body ul, .article-body ol { padding-left: 1.5em; margin: 0 0 1.1em; }
.article-body blockquote { border-left: 4px solid var(--blue-200, #bfe3f4); padding-left: 16px; color: #557; font-style: italic; margin: 0 0 1.1em; }
.article-body a { color: var(--blue-700, #0b6fa4); text-decoration: underline; }

.news-more { text-align: center; margin-top: 28px; }

/* ===== E-books (público) ===== */
.ebook-cover { display: grid; place-items: center; }
.ebook-cover-icon { font-size: 3rem; }
.ebook-detail {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 36px;
  align-items: start;
}
.ebook-detail-cover {
  border-radius: 18px;
  overflow: hidden;
  background: var(--blue-50);
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}
.ebook-detail-cover img { width: 100%; height: 100%; object-fit: cover; }
.download-gate {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  display: grid;
  gap: 12px;
  margin-top: 18px;
  box-shadow: var(--shadow-sm);
  max-width: 460px;
}
.download-gate h3 { margin-bottom: 4px; }
.download-gate label { display: grid; gap: 6px; font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.download-gate input {
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  font-weight: 400;
}
.gate-done {
  background: #eef7ee;
  border: 1px solid #cfe8cf;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  gap: 14px;
  max-width: 460px;
  margin-top: 18px;
}
@media (max-width: 720px) {
  .ebook-detail { grid-template-columns: 1fr; }
  .ebook-detail-cover { max-width: 260px; margin: 0 auto; }
}

/* ===== Hero da área de E-books ===== */
.ebooks-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  color: #fff;
  padding: 64px 0 72px;
}
.ebooks-hero-inner { position: relative; z-index: 2; text-align: center; max-width: 720px; }
.ebooks-hero h1 { color: #fff; margin: 10px 0 12px; }
.ebooks-hero p { color: rgba(255,255,255,0.9); font-size: 1.1rem; margin: 0 auto; max-width: 560px; }
.ebooks-hero-stats {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.ebooks-hero-stats div { display: grid; }
.ebooks-hero-stats strong { font-family: var(--font-head); font-size: 1.9rem; line-height: 1; }
.ebooks-hero-stats span { font-size: 0.82rem; color: rgba(255,255,255,0.8); }
.ebooks-hero-bubbles span {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  animation: ebFloat 9s ease-in-out infinite;
}
.ebooks-hero-bubbles span:nth-child(1){ width:120px;height:120px;left:6%;top:18%; }
.ebooks-hero-bubbles span:nth-child(2){ width:70px;height:70px;right:10%;top:24%;animation-delay:1.5s; }
.ebooks-hero-bubbles span:nth-child(3){ width:50px;height:50px;left:20%;bottom:14%;animation-delay:3s; }
.ebooks-hero-bubbles span:nth-child(4){ width:90px;height:90px;right:22%;bottom:10%;animation-delay:2s; }
@keyframes ebFloat { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-16px); } }

/* ===== Hero carrossel ===== */
.hero-carousel { position: relative; }
.hero-base { position: relative; }
/* image slides overlay the hero area at its exact size → no layout shift */
.hero-overlay-slide { position: absolute; inset: 0; z-index: 3; }
.hero-slide-fade { animation: heroFade .5s ease; }
@keyframes heroFade { from { opacity: 0; } to { opacity: 1; } }
.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,42,74,0.72), rgba(11,42,74,0.25));
}
.hero-slide-inner { position: relative; z-index: 2; max-width: 620px; color: #fff; }
.hero-slide-inner h1 { color: #fff; margin-bottom: 14px; }
.hero-slide-inner p { color: rgba(255,255,255,0.92); font-size: 1.15rem; margin-bottom: 22px; }
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.75);
  color: var(--blue-700);
  font-size: 1.1rem;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-sm);
}
.hero-arrow:hover { background: #fff; }
.hero-prev { left: 16px; }
.hero-next { right: 16px; }
.hero-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 8px;
}
.hero-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  border: 0;
  cursor: pointer;
}
.hero-dot.is-active { background: #fff; transform: scale(1.2); }
@media (max-width: 768px) {
  .hero-arrow { display: none; }
}

/* ===== Promo do E-book na home ===== */
.ebook-promo-section { background: linear-gradient(135deg, var(--blue-50), #fff); }
.ebook-promo {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow);
}
.ebook-promo-cover {
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  background: var(--blue-50);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}
.ebook-promo-cover img { width: 100%; height: 100%; object-fit: cover; }
.ebook-promo-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
@media (max-width: 720px) {
  .ebook-promo { grid-template-columns: 1fr; text-align: center; padding: 26px; }
  .ebook-promo-cover { max-width: 220px; margin: 0 auto; }
  .ebook-promo-cta { justify-content: center; }
}

/* ---- Horários: abas por unidade (landing) ---- */
.horarios-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 22px;
}
.horarios-tab {
  border: 1px solid var(--blue-200, #cde7f7);
  background: #fff;
  color: var(--blue-700, #0b2a4a);
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.horarios-tab:hover { border-color: var(--blue-500, #0b80c8); }
.horarios-tab.is-active {
  background: var(--blue-500, #0b80c8);
  border-color: var(--blue-500, #0b80c8);
  color: #fff;
}

/* ---- Admin: abas de unidade no editor de horários ---- */
.sched-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.sched-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d6dde6;
  background: #fff;
  color: #29405c;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}
.sched-tab.is-active { background: #0b80c8; border-color: #0b80c8; color: #fff; }
.sched-tab-add { border-style: dashed; color: #0b80c8; }
.sched-tab-x { font-size: 0.8em; opacity: 0.7; cursor: pointer; }
.sched-tab-x:hover { opacity: 1; }

/* ---- Mobile: hero menos alto (banners do carrossel) ---- */
@media (max-width: 640px) {
  .hero { padding-top: 92px; }
  .hero-content { padding-bottom: 34px; gap: 20px; }
  .mascote-img { max-height: 200px; }
  /* Slide do carrossel: conteúdo no topo (não centralizado) p/ o CTA não cair pro fim do banner */
  .hero-slide { min-height: 0; align-items: flex-start; }
  .hero-slide-inner { padding-top: 86px; padding-bottom: 24px; }
  .hero-slide-inner h1 { font-size: 1.45rem; margin-bottom: 10px; }
  .hero-slide-inner p { font-size: 0.98rem; margin-bottom: 16px; }
  .hero-arrow { width: 36px; height: 36px; }
}
