/* Colégio Cristão Baluarte — CSS de produção (gerado) */

/* ============================================================
   Colégio Cristão Baluarte — Design System
   Colors & Typography  ·  v2  (oficial, conforme Diretrizes da Marca)
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Quicksand:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Oswald:wght@400;500;600;700&family=Roboto:wght@400;500;700&family=Montserrat:wght@400;500;600;700&family=Bebas+Neue&display=swap");

:root {
  /* -----------------------------------------------------------
     BRAND COLORS — Diretrizes oficiais
     ----------------------------------------------------------- */
  /* Principais */
  --baluarte-blue:        #0F206F;  /* azul institucional principal — wordmark BALU */
  --baluarte-gold:        #FFD700;  /* amarelo dourado — castelo, ARTE, louro */
  --baluarte-blue-mid:    #004AAD;  /* azul médio — links, complementar */

  /* Secundárias */
  --baluarte-red:         #A52A2A;  /* marrom-vermelho — alertas editoriais, eventos */
  --baluarte-blue-bright: #2174BF;  /* azul brilhante — destaque sobre fundos escuros */
  --baluarte-orange:      #F8AA24;  /* laranja-âmbar — energia, atividades, eventos infantis */

  /* Derivados úteis (não-oficiais, gerados para UI) */
  --baluarte-blue-deep:   #0A1751;  /* hover/pressed do azul principal */
  --baluarte-blue-dark:   #06103A;  /* fundo institucional escuro, footer */
  --baluarte-gold-warm:   #E6C000;  /* hover do gold */
  --baluarte-gold-soft:   #FFE978;  /* highlights, tags */
  --baluarte-cream:       #FFF8E1;  /* fundo neutro quente */
  --baluarte-paper:       #FAF7EE;  /* fundo neutro mais discreto */
  --baluarte-white:       #FFFFFF;

  /* Neutros (escala — levemente puxados para o azul para harmonizar) */
  --ink-900: #0B1226;
  --ink-800: #1A2238;
  --ink-700: #2E3756;
  --ink-600: #4A547A;
  --ink-500: #6B7497;
  --ink-400: #9099B8;
  --ink-300: #C2C8DD;
  --ink-200: #E2E5EE;
  --ink-100: #F1F2F8;
  --ink-50:  #F8F9FC;

  /* Semânticas */
  --color-success: #2F8F4F;
  --color-warning: #F8AA24;     /* = laranja secundário */
  --color-danger:  #A52A2A;     /* = vermelho secundário */
  --color-info:    #2174BF;     /* = azul brilhante secundário */

  /* Foreground / Background tokens (light) */
  --fg-1: var(--ink-900);
  --fg-2: var(--ink-700);
  --fg-3: var(--ink-500);
  --fg-onbrand: var(--baluarte-white);
  --fg-link: var(--baluarte-blue-mid);

  --bg-1: var(--baluarte-white);
  --bg-2: var(--baluarte-paper);
  --bg-3: var(--ink-100);
  --bg-brand: var(--baluarte-blue);
  --bg-brand-deep: var(--baluarte-blue-dark);
  --bg-accent: var(--baluarte-gold);

  --border-soft: var(--ink-200);
  --border-medium: var(--ink-300);
  --border-strong: var(--ink-700);

  /* -----------------------------------------------------------
     TIPOGRAFIA — fontes conforme Diretrizes
     ----------------------------------------------------------- */
  --font-display:    "Anton", "Oswald", Impact, sans-serif;       /* cabeçalhos · 60pt */
  --font-body:       "Quicksand", system-ui, sans-serif;          /* corpo · 32pt destaque, 16pt corrente */
  --font-condensed:  "Oswald", "Anton", sans-serif;               /* subtítulos editoriais · 24pt */
  --font-ui:         "Roboto", system-ui, sans-serif;             /* interfaces, UI controls · 16pt */
  --font-utility:    "Montserrat", system-ui, sans-serif;         /* etiquetas, eyebrows · 12pt */
  --font-poster:     "Bebas Neue", "Anton", sans-serif;           /* pôsteres, eventos · 12pt+ */
  --font-scripture:  "Open Sans", system-ui, sans-serif;          /* citações bíblicas · 15pt italic */

  /* Escala (pt → px @ 1.33; mantemos px) */
  --fs-display-xl: clamp(56px, 8vw, 120px);  /* @kind font */
  --fs-display-l:  clamp(40px, 6vw, 80px);   /* @kind font */
  --fs-h1: clamp(36px, 4.2vw, 64px);          /* @kind font */
  --fs-h2: clamp(28px, 3vw, 44px);            /* @kind font */
  --fs-h3: clamp(22px, 2.2vw, 32px);          /* @kind font */
  --fs-h4: 22px;
  --fs-h5: 18px;
  --fs-eyebrow: 14px;                          /* Montserrat 12pt ≈ 16px (UI), aqui 14 */
  --fs-body-l: 19px;
  --fs-body:   17px;                           /* Roboto 16pt ≈ 21px ; corpo Quicksand 17 */
  --fs-body-s: 15px;                           /* Open Sans 15pt */
  --fs-caption: 13px;
  --fs-micro: 11px;                            /* 9pt ≈ 12px */

  --lh-tight: 1.0;   /* @kind font */
  --lh-snug:  1.15;  /* @kind font */
  --lh-base:  1.5;   /* @kind font */
  --lh-loose: 1.7;   /* @kind font */

  --tracking-display: 0.02em;
  --tracking-eyebrow: 0.18em;
  --tracking-tight: -0.01em;

  /* -----------------------------------------------------------
     SPACING — 4pt grid
     ----------------------------------------------------------- */
  --s-1:  4px;
  --s-2:  8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 20px;
  --s-6: 24px;
  --s-8: 32px;
  --s-10: 40px;
  --s-12: 48px;
  --s-16: 64px;
  --s-20: 80px;
  --s-24: 96px;
  --s-32: 128px;

  /* -----------------------------------------------------------
     RADII
     ----------------------------------------------------------- */
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-2xl: 40px;
  --r-pill: 999px;

  /* -----------------------------------------------------------
     SHADOWS — cast suave navy
     ----------------------------------------------------------- */
  --shadow-xs: 0 1px 2px rgba(6, 16, 58, 0.06);
  --shadow-sm: 0 2px 6px rgba(6, 16, 58, 0.08), 0 1px 2px rgba(6, 16, 58, 0.06);
  --shadow-md: 0 6px 18px rgba(6, 16, 58, 0.10), 0 2px 6px rgba(6, 16, 58, 0.06);
  --shadow-lg: 0 18px 42px rgba(6, 16, 58, 0.14), 0 6px 12px rgba(6, 16, 58, 0.08);
  --shadow-gold: 0 8px 24px rgba(255, 215, 0, 0.40);
  --shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.6);

  /* -----------------------------------------------------------
     MOTION
     ----------------------------------------------------------- */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);      /* @kind other */
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);  /* @kind other */
  --dur-fast: 140ms;   /* @kind other */
  --dur-base: 240ms;   /* @kind other */
  --dur-slow: 480ms;   /* @kind other */
}

/* ============================================================
   Semantic base styles
   ============================================================ */

html, body {
  font-family: var(--font-body);
  color: var(--fg-1);
  background: var(--bg-1);
  font-size: var(--fs-body);
  line-height: var(--lh-base);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, .display, .display-l, .display-xl {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: var(--tracking-display);
  line-height: var(--lh-tight);
  color: var(--baluarte-blue);
  text-transform: uppercase;
  margin: 0;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }

h4, h5, h6 {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  color: var(--fg-1);
  margin: 0;
}
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

.display    { font-size: var(--fs-display-l); }
.display-xl { font-size: var(--fs-display-xl); }
.display-gold, .gold { color: var(--baluarte-gold); }

p {
  margin: 0 0 var(--s-4) 0;
  color: var(--fg-2);
  font-size: var(--fs-body);
  line-height: var(--lh-loose);
  text-wrap: pretty;
}

.eyebrow {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--baluarte-blue);
}
.eyebrow--gold { color: var(--baluarte-gold-warm); }

.lead {
  font-size: var(--fs-body-l);
  color: var(--fg-1);
  font-weight: 500;
}

.caption {
  font-size: var(--fs-caption);
  color: var(--fg-3);
  letter-spacing: 0.02em;
}

/* Citações bíblicas — Open Sans 15pt italic, conforme Diretrizes */
.scripture {
  font-family: var(--font-scripture);
  font-style: italic;
  font-weight: 400;
  color: var(--baluarte-blue-dark);
  font-size: var(--fs-body-s);
  line-height: var(--lh-loose);
}
.scripture cite, .scripture .ref {
  display: block;
  font-style: normal;
  font-family: var(--font-utility);
  font-weight: 700;
  color: var(--baluarte-gold-warm);
  font-size: var(--fs-caption);
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  margin-top: var(--s-3);
}

a {
  color: var(--fg-link);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border-color var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);
}
a:hover { border-bottom-color: var(--baluarte-gold); }

::selection { background: var(--baluarte-gold-soft); color: var(--baluarte-blue-dark); }


/* ============================================================
   Baluarte UI Kit — Site Institucional
   ============================================================ */

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg-1);
}

.btn {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  padding: 14px 22px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);
  display: inline-flex; align-items: center; gap: 8px;
}
.btn .arrow { transition: transform var(--dur-base) var(--ease-out); }
.btn:hover .arrow { transform: translateX(4px); }
.btn:active { transform: translateY(1px); }

.btn-primary { background: var(--baluarte-blue); color: #fff; }
.btn-primary:hover { background: var(--baluarte-blue-deep); box-shadow: var(--shadow-md); }

.btn-gold { background: var(--baluarte-gold); color: var(--baluarte-blue-dark); box-shadow: var(--shadow-gold); }
.btn-gold:hover { background: var(--baluarte-gold-warm); }

.btn-green { background: #2F8F4F; color: #fff; box-shadow: 0 6px 18px rgba(47,143,79,0.30); }
.btn-green:hover { background: #26773F; box-shadow: 0 8px 24px rgba(47,143,79,0.40); }

.btn-ghost { background: transparent; color: var(--baluarte-blue); border: 2px solid var(--baluarte-blue); padding: 12px 20px; }
.btn-ghost:hover { background: var(--baluarte-blue); color: #fff; }

.btn-ghost-light { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); padding: 12px 20px; }
.btn-ghost-light:hover { background: #fff; color: var(--baluarte-blue); }

.btn-block { width: 100%; justify-content: center; padding: 16px; font-size: 16px; }

/* ---------- NAV ---------- */
.bal-nav {
  position: sticky; top: 16px; z-index: 50;
  margin: 16px auto 0;
  max-width: 1240px;
  background: #fff;
  border-radius: 999px;
  padding: 10px 10px 10px 18px;
  display: flex; align-items: center; gap: 28px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--ink-100);
}
.bal-nav__brand { display: flex; align-items: center; cursor: pointer; }
.bal-nav__brand img { height: 44px; }
.bal-nav__items {
  list-style: none; display: flex; gap: 28px;
  padding: 0; margin: 0;
  font-size: 14px; font-weight: 600; color: var(--fg-2);
}
.bal-nav__items li { cursor: pointer; padding: 6px 2px; position: relative; transition: color var(--dur-base) var(--ease-out); }
.bal-nav__items li:hover { color: var(--baluarte-blue); }
.bal-nav__items li.is-active { color: var(--baluarte-blue); }
.bal-nav__items li.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 3px; background: var(--baluarte-gold); border-radius: 2px;
}
.bal-nav__right { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.bal-nav__phone { font-size: 14px; font-weight: 700; color: var(--baluarte-blue); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  margin: 24px auto 0;
  max-width: 1240px;
  background: var(--baluarte-blue-dark);
  color: #fff;
  border-radius: 32px;
  padding: 100px 80px 90px;
  overflow: hidden;
}
.hero__shapes { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.hero__photo {
  position: absolute; inset: 0; z-index: 0;
  background-image: var(--hero-photo, url('assets/photos/facade.jpg'));
  background-size: cover; background-position: center;
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(160deg,
    rgba(15, 32, 111, calc(var(--hero-overlay-alpha, 0.65) - 0.15)) 0%,
    rgba(15, 32, 111, var(--hero-overlay-alpha, 0.65)) 50%,
    rgba(6, 16, 58, calc(var(--hero-overlay-alpha, 0.65) + 0.15)) 100%);
}
.hero__castle { position: absolute; right: -60px; top: 40px; width: 540px; height: 540px; opacity: 0.7; }
.hero__laurel-l { position: absolute; left: 30px; top: 60px; width: 160px; opacity: 0.8; }
.hero__laurel-r { position: absolute; right: 460px; top: 60px; width: 160px; opacity: 0.8; transform: scaleX(-1); }
.hero__content { position: relative; z-index: 3; max-width: 640px; }
.hero__students {
  position: absolute; right: 80px; top: 50%; transform: translateY(-50%); z-index: 2;
  display: flex; align-items: center;
  pointer-events: none;
}
.hero__students img {
  width: 439px; height: 431px; object-fit: contain;
  opacity: 0.95;
}
.hero__title {
  font-family: var(--font-display);
  color: #fff;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1.06;
  letter-spacing: 0.02em;
  margin: 14px 0 22px;
  text-transform: uppercase;
}
.hero__title .gold { color: var(--baluarte-gold); }
.hero__lead {
  font-size: 19px; line-height: 1.55; color: rgba(255,255,255,0.88);
  max-width: 540px; margin: 0 0 28px;
}
.hero__cta-row { display: flex; gap: 14px; }
.hero__trust {
  display: flex; gap: 40px; margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 24px;
}
.hero__trust > div { display: flex; flex-direction: column; gap: 2px; }
.hero__trust b {
  font-family: var(--font-display); font-size: 44px; line-height: 1; color: var(--baluarte-gold); letter-spacing: 0.02em;
  font-style: normal;
}
.hero__trust b i { font-family: var(--font-display); font-style: normal; font-size: 22px; vertical-align: top; opacity: 0.9; }
.hero__trust > div > span { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); }

/* ---------- PROGRAMS ---------- */
.programs { max-width: 1240px; margin: 100px auto 0; padding: 0 24px; }
.programs__head { text-align: center; margin-bottom: 40px; }
.programs__head h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 60px);
  color: var(--baluarte-blue);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 10px;
}
.programs__head h2 .gold { color: var(--baluarte-gold-warm); }
.programs__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.program-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--ink-100);
  display: flex; flex-direction: column;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.program-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.program-card__hero {
  background: linear-gradient(160deg, var(--baluarte-blue) 0%, var(--baluarte-blue-dark) 100%);
  color: var(--baluarte-gold);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 32px 16px;
  text-align: center;
}
.program-card__hero .age { font-family: var(--font-display); font-size: 64px; line-height: 0.9; color: var(--baluarte-gold); letter-spacing: 0.02em; white-space: nowrap; }
.program-card__hero .age-sub { font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-top: 8px; }
.program-card__body { padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.program-card__body h3 { font-family: var(--font-display); color: var(--baluarte-blue); font-size: 26px; letter-spacing: 0.02em; }
.program-card__body p { font-size: 14px; color: var(--fg-2); margin: 0; line-height: 1.55; }
.program-card__cta { margin-top: auto; align-self: flex-start; font-size: 13px; font-weight: 700; color: var(--baluarte-blue); border-bottom: 2px solid var(--baluarte-gold); padding-bottom: 2px; cursor: pointer; }

/* ---------- TESTIMONIALS ---------- */
.testimonials {
  margin: 110px auto 0;
  max-width: 1240px;
  padding: 0 24px;
}
.testimonials__inner {
  background: var(--baluarte-cream);
  border-radius: 32px;
  padding: 64px 80px;
  text-align: center;
  position: relative;
  border: 1px solid var(--baluarte-gold-soft);
}
.testimonials__inner::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 64px; height: 6px; background: var(--baluarte-gold); border-radius: 0 0 6px 6px;
}
.testimonials__quote {
  font-family: var(--font-scripture);
  font-style: italic;
  color: var(--baluarte-blue-dark);
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.5;
  margin: 14px auto 28px;
  max-width: 820px;
  min-height: 4.5em;
  display: flex; align-items: center; justify-content: center;
}
.testimonials__stars { color: var(--baluarte-gold-warm); font-size: 20px; letter-spacing: 0.12em; margin-top: 14px; }
.testimonials__who { display: inline-flex; align-items: center; gap: 12px; }
.testimonials__who .avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--baluarte-blue), var(--baluarte-gold)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 16px; }
.testimonials__who .name { font-weight: 700; color: var(--fg-1); }
.testimonials__who .rel { font-size: 13px; color: var(--fg-3); }
.testimonials__nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 28px; }
.testimonials__arrow {
  width: 44px; height: 44px; border-radius: 999px;
  border: 1.5px solid var(--baluarte-blue); background: #fff;
  color: var(--baluarte-blue); font-size: 18px; line-height: 1;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);
}
.testimonials__arrow:hover { background: var(--baluarte-blue); color: #fff; }
.testimonials__dots { display: flex; gap: 8px; justify-content: center; }
.testimonials__dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: var(--ink-300); cursor: pointer; transition: background var(--dur-base) var(--ease-out); padding: 0; }
.testimonials__dots button.is-active { background: var(--baluarte-blue); width: 28px; border-radius: 999px; }

/* ---------- VISIT FORM ---------- */
.visit-form { margin: 110px auto 0; max-width: 1240px; padding: 0 24px; }
.visit-form__card {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1.05fr 1fr;
  border: 1px solid var(--ink-100);
}
.visit-form__copy {
  background: linear-gradient(160deg, var(--baluarte-blue) 0%, var(--baluarte-blue-dark) 100%);
  color: #fff;
  padding: 56px 56px 48px;
  display: flex; flex-direction: column; gap: 18px;
  position: relative; overflow: hidden;
}
.visit-form__copy::after {
  content: ""; position: absolute; right: -120px; bottom: -120px; width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(243,198,9,0.25), transparent 70%);
}
.visit-form__copy h2 { font-family: var(--font-display); color: #fff; font-size: 48px; line-height: 0.95; letter-spacing: 0.02em; }
.visit-form__copy h2 .gold { color: var(--baluarte-gold); }
.visit-form__copy p { color: rgba(255,255,255,0.88); margin: 0; }
.visit-form__bullets { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-direction: column; gap: 10px; }
.visit-form__bullets li { padding-left: 28px; position: relative; font-weight: 600; color: rgba(255,255,255,0.92); }
.visit-form__bullets li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--baluarte-gold); color: var(--baluarte-blue-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}

.visit-form__fields { padding: 56px; display: flex; flex-direction: column; gap: 16px; }
.field label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--baluarte-blue); margin-bottom: 6px; }
.field input, .field select {
  width: 100%; box-sizing: border-box;
  font-family: var(--font-body); font-size: 16px; font-weight: 500;
  padding: 14px 16px; border-radius: 12px;
  border: 1.5px solid var(--ink-200);
  background: #fff; color: var(--fg-1);
  transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.field input:focus, .field select:focus {
  outline: 0; border-color: var(--baluarte-blue); box-shadow: 0 0 0 4px rgba(0,32,134,0.12);
}
.visit-form__legal { font-size: 12px; color: var(--fg-3); margin: 4px 0 0; text-align: center; }

/* ---------- WhatsApp preview (fallback de teste) ---------- */
.wa-preview {
  position: relative;
  margin-top: 14px; padding: 18px 20px 16px;
  background: var(--baluarte-cream);
  border: 1.5px solid var(--baluarte-gold-soft);
  border-radius: 14px;
}
.wa-preview__close {
  position: absolute; top: 10px; right: 12px;
  background: none; border: 0; cursor: pointer;
  color: var(--fg-3); font-size: 15px; line-height: 1; padding: 4px;
}
.wa-preview__close:hover { color: var(--baluarte-blue); }
.wa-preview__label {
  font-family: var(--font-utility); font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--baluarte-blue);
  margin-bottom: 8px;
}
.wa-preview__text {
  font-family: var(--font-body); font-size: 14px; line-height: 1.55;
  color: var(--baluarte-blue-dark); white-space: pre-wrap; word-break: break-word;
  background: #fff; border-radius: 10px; padding: 12px 14px; margin: 0 0 12px;
  border: 1px solid var(--ink-100);
}
.wa-preview__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.wa-preview__link, .wa-preview__copy {
  font-family: var(--font-body); font-weight: 700; font-size: 13px;
  padding: 10px 16px; border-radius: 10px; cursor: pointer; border: 0;
  transition: background var(--dur-base) var(--ease-out);
}
.wa-preview__link { background: #2F8F4F; color: #fff; border: 0; }
.wa-preview__link:hover { background: #26773F; }
.wa-preview__copy { background: #fff; color: var(--baluarte-blue); border: 1.5px solid var(--baluarte-blue); }
.wa-preview__copy:hover { background: var(--baluarte-blue); color: #fff; }
.wa-preview__note { font-size: 11px; color: var(--fg-3); margin: 10px 0 0; line-height: 1.5; }

.visit-form__done { padding: 80px 56px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; grid-column: 1 / -1; }
.visit-form__done .check { width: 64px; height: 64px; border-radius: 50%; background: var(--baluarte-gold); color: var(--baluarte-blue-dark); display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 700; }
.visit-form__done h3 { font-family: var(--font-display); color: var(--baluarte-blue); font-size: 36px; letter-spacing: 0.02em; }
.visit-form__done p { max-width: 480px; }

/* ---------- FOOTER ---------- */
.footer {
  margin: 120px 0 0;
  background: var(--baluarte-blue-dark);
  color: rgba(255,255,255,0.78);
}
.footer__inner {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px;
  padding: 72px 24px 56px;
}
.footer__brand img { height: 110px; }
.footer__brand .scripture { color: rgba(255,255,255,0.78); margin-top: 22px; max-width: 360px; }
.footer__brand .scripture cite { color: var(--baluarte-gold); }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer__cols h5 { font-family: var(--font-display); color: var(--baluarte-gold); font-size: 18px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.footer__cols a { display: block; color: rgba(255,255,255,0.78); font-size: 14px; padding: 5px 0; font-weight: 500; cursor: pointer; border: 0; }
.footer__cols a:hover { color: var(--baluarte-gold); }
.footer__address { font-style: normal; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.78); margin-bottom: 10px; }
.footer__bar { max-width: 1240px; margin: 0 auto; padding: 22px 24px; display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.55); border-top: 1px solid rgba(255,255,255,0.1); }

/* ============================================================
   TABLET  ≤ 1024px
   ============================================================ */
@media (max-width: 1024px) {
  /* Nav: aperta o pill para caber 4 itens + CTA sem quebrar linha */
  .bal-nav { gap: 16px; padding: 8px 8px 8px 14px; }
  .bal-nav__brand img { height: 38px; }
  .bal-nav__items { gap: 18px; font-size: 13px; }
  .bal-nav__items li { white-space: nowrap; }
  .bal-nav__phone { display: none; }
  .bal-nav__right { gap: 12px; }
  .bal-nav__right .btn { white-space: nowrap; padding: 12px 16px; font-size: 13px; }

  .hero { padding: 72px 48px 64px; border-radius: 24px; margin: 16px 16px 0; }
  .hero__students { display: none; }
  .hero__laurel-r { display: none; }
  .hero__castle { right: -140px; width: 420px; height: 420px; }
  .hero__content { max-width: none; }
  .programs__grid { grid-template-columns: repeat(2, 1fr); }
  .visit-form__card { grid-template-columns: 1fr; }
  .visit-form__copy { padding: 40px 40px 36px; }
  .visit-form__fields { padding: 40px; }
  .testimonials__inner { padding: 48px 40px; border-radius: 24px; }
  .footer__inner { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================================
   MOBILE  ≤ 720px
   ============================================================ */
@media (max-width: 720px) {
  /* --- Nav: logo + CTA on top, scrollable link row below --- */
  .bal-nav {
    position: sticky; top: 8px;
    margin: 8px 12px 0;
    border-radius: 20px;
    padding: 10px 12px;
    flex-wrap: wrap; gap: 10px;
    row-gap: 4px;
  }
  .bal-nav__brand img { height: 36px; }
  .bal-nav__right { gap: 10px; }
  .bal-nav__phone { display: none; }
  .bal-nav__right .btn { padding: 11px 16px; font-size: 13px; }
  .bal-nav__items {
    order: 3; width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding: 4px 2px 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid var(--ink-100);
  }
  .bal-nav__items::-webkit-scrollbar { display: none; }
  .bal-nav__items li { white-space: nowrap; flex: 0 0 auto; font-size: 13px; }

  /* --- Hero --- */
  .hero {
    padding: 44px 24px 40px;
    border-radius: 20px;
    margin: 14px 12px 0;
  }
  .hero__castle { right: -180px; top: auto; bottom: -60px; width: 340px; height: 340px; }
  .hero__laurel-l { left: -40px; top: 20px; width: 110px; }
  .hero__title { font-size: 34px; line-height: 1.08; margin: 10px 0 16px; }
  .hero__lead { font-size: 16px; line-height: 1.6; margin-bottom: 22px; max-width: none; }
  .hero__cta-row { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero__cta-row .btn { justify-content: center; width: 100%; }
  .hero__trust {
    gap: 0; margin-top: 32px; padding-top: 20px;
    display: grid; grid-template-columns: repeat(3, 1fr);
  }
  .hero__trust b { font-size: 30px; }
  .hero__trust b i { font-size: 15px; }
  .hero__trust > div > span { font-size: 9px; letter-spacing: 0.1em; }

  /* --- Programs --- */
  .programs { margin-top: 64px; padding: 0 20px; }
  .programs__head { margin-bottom: 28px; }
  .programs__head h2 { font-size: 30px; }
  .programs__grid { grid-template-columns: 1fr; gap: 16px; }
  .program-card { flex-direction: row; align-items: stretch; }
  .program-card__hero { flex: 0 0 108px; padding: 20px 10px; }
  .program-card__hero .age { font-size: 38px; }
  .program-card__hero .age-sub { font-size: 10px; margin-top: 4px; }
  .program-card__body { padding: 18px 18px 20px; }
  .program-card__body h3 { font-size: 21px; }
  .program-card__body p { font-size: 13px; }
  .program-card:hover { transform: none; }

  /* --- Testimonials --- */
  .testimonials { margin-top: 72px; padding: 0 20px; }
  .testimonials__inner { padding: 36px 22px 30px; border-radius: 20px; }
  .testimonials__quote { font-size: 17px; margin: 12px 0 22px; min-height: 0; }
  .testimonials__stars { font-size: 17px; }
  .testimonials__who { flex-direction: column; gap: 8px; }
  .testimonials__who .avatar { width: 42px; height: 42px; font-size: 14px; }
  .testimonials__who .name { font-size: 15px; }
  .testimonials__nav { gap: 10px; margin-top: 22px; }
  .testimonials__arrow { width: 40px; height: 40px; }
  .testimonials__dots button { width: 8px; height: 8px; }
  .testimonials__dots button.is-active { width: 22px; }

  /* --- Visit form --- */
  .visit-form { margin-top: 72px; padding: 0 20px; }
  .visit-form__card { border-radius: 20px; }
  .visit-form__copy { padding: 32px 24px 28px; gap: 14px; }
  .visit-form__copy h2 { font-size: 30px; }
  .visit-form__copy p { font-size: 15px; }
  .visit-form__bullets li { font-size: 14px; }
  .visit-form__fields { padding: 28px 24px 32px; }
  .visit-form__done { padding: 48px 24px; }
  .visit-form__done h3 { font-size: 26px; }

  /* --- WhatsApp preview --- */
  .wa-preview__actions { flex-direction: column; }
  .wa-preview__link, .wa-preview__copy { text-align: center; }

  /* --- Footer --- */
  .footer { margin-top: 80px; }
  .footer__inner { padding: 44px 20px 36px; gap: 32px; }
  .footer__brand img { height: 84px; }
  .footer__brand .scripture { max-width: none; margin-top: 16px; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .footer__cols h5 { font-size: 16px; margin-bottom: 10px; }
  .footer__bar {
    flex-direction: column; gap: 8px; text-align: center;
    padding: 18px 20px;
  }
}

/* ============================================================
   SMALL MOBILE  ≤ 400px
   ============================================================ */
@media (max-width: 400px) {
  .hero__title { font-size: 29px; }
  .hero__trust b { font-size: 25px; }
  .program-card__hero { flex: 0 0 92px; }
  .program-card__hero .age { font-size: 32px; }
  .footer__cols { grid-template-columns: 1fr; }
}


/* ============================================================
   Tour + páginas de programa (captação de leads)
   ============================================================ */

/* ---------- Page hero (compartilhado) ---------- */
.page-hero {
  position: relative;
  margin: 24px auto 0;
  max-width: 1240px;
  background: var(--baluarte-blue);
  color: #fff;
  border-radius: 32px;
  overflow: hidden;
  padding: 84px 80px 72px;
}
.page-hero__photo { display: none; }
.page-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(160deg, var(--baluarte-blue) 0%, var(--baluarte-blue) 55%, var(--baluarte-blue-dark) 100%);
}
.page-hero__content { position: relative; z-index: 3; max-width: 500px; display: flex; flex-direction: column; align-items: flex-start; }
.page-hero__crumb {
  font-family: var(--font-utility); font-size: 12px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--baluarte-gold);
  display: flex; align-items: center; gap: 8px;
}
.page-hero__crumb a { color: rgba(255,255,255,0.7); border: 0; font-weight: 700; }
.page-hero__crumb a:hover { color: var(--baluarte-gold); }
.page-hero h1 {
  font-family: var(--font-display); color: #fff;
  font-size: clamp(40px, 4.2vw, 60px); line-height: 1.06;
  letter-spacing: 0.02em; text-transform: uppercase; margin: 4px 0 18px;
}
.page-hero h1 .gold { color: var(--baluarte-gold); }
.page-hero__lead { font-size: 19px; line-height: 1.55; color: rgba(255,255,255,0.88); max-width: 470px; margin: 0 0 26px; }
.page-hero__cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.page-hero__students {
  position: absolute; right: 40px; bottom: 0; z-index: 2; pointer-events: none;
  display: flex; align-items: flex-end; height: 100%;
}
.page-hero__students img {
  height: 96%; width: auto; max-width: 420px; object-fit: contain; object-position: bottom;
  filter: drop-shadow(0 24px 48px rgba(6, 16, 58, 0.5));
}
.page-hero__age {
  display: inline-flex; align-items: baseline; gap: 8px;
  background: var(--baluarte-gold); color: var(--baluarte-blue-dark);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
  align-self: flex-start;
}
.page-hero__age .n {
  font-family: var(--font-display); font-size: 26px; line-height: 1;
  color: var(--baluarte-blue-dark); letter-spacing: 0.02em; white-space: nowrap;
}
.page-hero__age .u {
  font-family: var(--font-utility); font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--baluarte-blue);
}

/* ---------- Gallery (Tour) ---------- */
.gallery { max-width: 1240px; margin: 90px auto 0; padding: 0 24px; }
.gallery__head { text-align: center; margin-bottom: 36px; }
.gallery__head h2 {
  font-family: var(--font-display); font-size: clamp(32px, 3.6vw, 54px);
  color: var(--baluarte-blue); letter-spacing: 0.02em; line-height: 1; margin-top: 10px;
}
.gallery__head h2 .gold { color: var(--baluarte-gold-warm); }
.gallery__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  grid-auto-rows: 200px;
}
.gallery__item {
  position: relative; border-radius: 20px; overflow: hidden;
  cursor: pointer; background: var(--ink-100);
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  height: 100%; width: 100%; margin: 0;
}
.gallery__item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.gallery__item.tall { grid-row: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery__item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 32px 16px 14px;
  background: linear-gradient(to top, rgba(6,16,58,0.88), transparent);
  color: #fff;
  font-family: var(--font-utility); font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(6,16,58,0.94);
  display: flex; align-items: center; justify-content: center;
  padding: 48px;
}
.lightbox img { max-width: 90%; max-height: 84vh; object-fit: contain; border-radius: 12px; }
.lightbox__close {
  position: absolute; top: 24px; right: 28px;
  background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.25);
  color: #fff; width: 46px; height: 46px; border-radius: 999px;
  font-size: 22px; cursor: pointer; line-height: 1;
}
.lightbox__close:hover { background: var(--baluarte-gold); color: var(--baluarte-blue-dark); border-color: var(--baluarte-gold); }
.lightbox__cap {
  position: absolute; bottom: 32px; left: 0; right: 0; text-align: center;
  font-family: var(--font-utility); font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.85);
}
.lightbox__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.25);
  color: #fff; width: 52px; height: 52px; border-radius: 999px;
  font-size: 24px; cursor: pointer; line-height: 1;
}
.lightbox__nav:hover { background: var(--baluarte-gold); color: var(--baluarte-blue-dark); border-color: var(--baluarte-gold); }
.lightbox__nav.prev { left: 28px; }
.lightbox__nav.next { right: 28px; }

/* ---------- Feature list (páginas de programa) ---------- */
.features { max-width: 1240px; margin: 90px auto 0; padding: 0 24px; }
.features__head { margin-bottom: 36px; max-width: 720px; }
.features__head h2 {
  font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 50px);
  color: var(--baluarte-blue); letter-spacing: 0.02em; line-height: 1; margin-top: 10px;
}
.features__head h2 .gold { color: var(--baluarte-gold-warm); }
.features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature {
  background: #fff; border: 1px solid var(--ink-100); border-radius: 20px;
  padding: 26px 26px 28px; display: flex; flex-direction: column; gap: 10px;
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature__icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--baluarte-cream); border: 1px solid var(--baluarte-gold-soft);
  display: flex; align-items: center; justify-content: center;
  color: var(--baluarte-blue);
}
.feature__icon svg { width: 22px; height: 22px; }
.feature h3 { font-family: var(--font-condensed); font-weight: 600; font-size: 21px; color: var(--baluarte-blue); letter-spacing: 0.01em; }
.feature p { font-size: 14px; color: var(--fg-2); margin: 0; line-height: 1.6; }

/* ---------- Split band (imagem + texto) ---------- */
.split { max-width: 1240px; margin: 90px auto 0; padding: 0 24px; }
.split__inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-radius: 32px; overflow: hidden; border: 1px solid var(--ink-100);
  box-shadow: var(--shadow-sm);
}
.split__photo { background-size: cover; background-position: center; min-height: 420px; }
.split__body { padding: 56px 52px; background: var(--baluarte-cream); display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.split__body h2 { font-family: var(--font-display); font-size: clamp(28px, 3vw, 44px); color: var(--baluarte-blue); letter-spacing: 0.02em; line-height: 1; }
.split__body h2 .gold { color: var(--baluarte-gold-warm); }
.split__body p { font-size: 16px; color: var(--fg-2); margin: 0; }
.split__list { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 10px; }
.split__list li { padding-left: 30px; position: relative; font-weight: 600; font-size: 15px; color: var(--baluarte-blue-dark); }
.split__list li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 21px; height: 21px; border-radius: 50%;
  background: var(--baluarte-gold); color: var(--baluarte-blue-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}

/* ---------- FAQ (SEO) ---------- */
.faq { max-width: 900px; margin: 90px auto 0; padding: 0 24px; }
.faq__head { text-align: center; margin-bottom: 32px; }
.faq__head h2 { font-family: var(--font-display); font-size: clamp(28px, 3vw, 44px); color: var(--baluarte-blue); letter-spacing: 0.02em; line-height: 1; margin-top: 10px; }
.faq__item {
  border-bottom: 1px solid var(--ink-200);
  padding: 4px 0;
}
.faq__q {
  width: 100%; background: none; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0; text-align: left;
  font-family: var(--font-body); font-weight: 700; font-size: 17px; color: var(--baluarte-blue);
}
.faq__q .sign { font-family: var(--font-display); font-size: 24px; color: var(--baluarte-gold-warm); line-height: 1; flex-shrink: 0; }
.faq__a { font-size: 15px; color: var(--fg-2); line-height: 1.7; padding: 0 0 22px; max-width: 760px; margin: 0; }

/* ---------- Lead CTA band ---------- */
.lead-band { max-width: 1240px; margin: 96px auto 0; padding: 0 24px; }
.lead-band__inner {
  background: linear-gradient(160deg, var(--baluarte-blue) 0%, var(--baluarte-blue-dark) 100%);
  border-radius: 32px; padding: 64px 72px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px;
  color: #fff; position: relative; overflow: hidden;
}
.lead-band__inner::after {
  content: ""; position: absolute; right: -140px; bottom: -140px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(255,215,0,0.22), transparent 70%);
}
.lead-band__copy { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 16px; }
.lead-band__copy h2 { font-family: var(--font-display); font-size: clamp(32px, 3.6vw, 52px); color: #fff; letter-spacing: 0.02em; line-height: 0.95; }
.lead-band__copy h2 .gold { color: var(--baluarte-gold); }
.lead-band__copy p { color: rgba(255,255,255,0.86); margin: 0; }
.lead-band__form { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 14px; }
.lead-band__form .field label { color: var(--baluarte-gold); }
.lead-band__legal { font-size: 12px; color: rgba(255,255,255,0.6); margin: 0; text-align: center; }

/* ---------- SEO keyword strip ---------- */
.seo-strip { max-width: 1240px; margin: 72px auto 0; padding: 0 24px; }
.seo-strip__inner {
  border-top: 1px solid var(--ink-200);
  padding-top: 24px;
}
.seo-strip h2 {
  font-family: var(--font-utility); font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-3);
  margin-bottom: 12px;
}
.seo-strip p { font-size: 13px; color: var(--fg-3); line-height: 1.7; margin: 0; max-width: 1000px; }
.seo-strip a { color: var(--fg-3); font-weight: 500; }
.seo-strip a:hover { color: var(--baluarte-blue); }

/* ---------- Prose (Nossa História) ---------- */
.prose { padding: 80px 24px; }
.prose--tint { background: var(--baluarte-paper); }
.prose__inner { max-width: 820px; margin: 0 auto; }
.prose__inner h2 {
  font-family: var(--font-display); color: var(--baluarte-blue);
  font-size: clamp(30px, 3.4vw, 46px); line-height: 1.06;
  letter-spacing: 0.02em; text-transform: uppercase; margin: 10px 0 22px;
}
.prose__inner h2 .gold { color: var(--baluarte-gold-warm); }
.prose__inner p { font-size: 17px; line-height: 1.75; color: var(--fg-2); margin: 0 0 18px; }
.prose__label {
  font-family: var(--font-condensed); font-size: 20px; font-weight: 600;
  color: var(--baluarte-blue); text-transform: none; letter-spacing: 0.01em;
  margin: 28px 0 8px;
}
.prose__verse {
  border-left: 4px solid var(--baluarte-gold); border-radius: 0 10px 10px 0;
  background: #fff; padding: 18px 22px; margin: 26px 0;
  font-size: 17px;
}
.signature {
  margin-top: 32px; padding-top: 18px;
  border-top: 1px solid var(--ink-200);
  font-family: var(--font-display); font-size: 20px;
  letter-spacing: 0.06em; color: var(--baluarte-blue); text-transform: uppercase;
}

.legal-list { margin: 18px 0 0; display: flex; flex-direction: column; gap: 0; }
.legal-list__row {
  display: grid; grid-template-columns: 180px 1fr; gap: 16px;
  padding: 12px 0; border-bottom: 1px solid var(--ink-200);
}
.legal-list__row:last-child { border-bottom: 0; }
.legal-list dt {
  font-family: var(--font-utility); font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--baluarte-blue);
}
.legal-list dd { margin: 0; font-size: 16px; color: var(--fg-1); font-weight: 500; }

.valores { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-direction: column; gap: 20px; }
.valores li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; }
.valores__n {
  font-family: var(--font-display); font-size: 34px; line-height: 1;
  color: var(--baluarte-gold-warm); letter-spacing: 0.02em;
}
.valores h4 {
  font-family: var(--font-condensed); font-size: 21px; font-weight: 600;
  color: var(--baluarte-blue); margin: 0 0 4px; letter-spacing: 0.01em;
}
.valores p { margin: 0; font-size: 16px; line-height: 1.65; }

@media (max-width: 900px) {
  .prose { padding: 56px 20px; }
  .legal-list__row { grid-template-columns: 1fr; gap: 4px; }
  .valores li { grid-template-columns: 40px 1fr; gap: 12px; }
}

@media (max-width: 900px) {
  .page-hero { padding: 56px 28px 48px; }
  .page-hero__age { display: inline-flex; }
  .page-hero__students { display: none; }
  .page-hero__lead { max-width: 620px; }
  .gallery__grid, .features__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-auto-rows: 240px; }
  .gallery__item.tall { grid-row: auto; }
  .split__inner, .lead-band__inner { grid-template-columns: 1fr; }
  .lead-band__inner { padding: 40px 28px; gap: 32px; }
  .split__body { padding: 36px 28px; }
}

/* ---------- MOBILE ≤ 720px ---------- */
@media (max-width: 720px) {
  .page-hero {
    margin: 14px 12px 0;
    border-radius: 20px;
    padding: 40px 24px 36px;
  }
  .page-hero__content { max-width: none; }
  .page-hero h1 { font-size: 32px; line-height: 1.08; margin: 4px 0 14px; }
  .page-hero__crumb { font-size: 11px; letter-spacing: 0.16em; }
  .page-hero__lead { font-size: 16px; line-height: 1.6; margin-bottom: 20px; max-width: none; }
  .page-hero__cta-row { flex-direction: column; align-items: stretch; width: 100%; gap: 10px; }
  .page-hero__cta-row .btn { justify-content: center; width: 100%; }
  .page-hero__age { padding: 8px 14px; }
  .page-hero__age .n { font-size: 22px; }

  .gallery { margin-top: 64px; padding: 0 20px; }
  .gallery__head { margin-bottom: 24px; }
  .gallery__head h2 { font-size: 28px; }
  .gallery__grid { gap: 12px; grid-auto-rows: 200px; }
  .gallery__item { border-radius: 16px; }
  .gallery__item:hover { transform: none; }

  .features { margin-top: 64px; padding: 0 20px; }
  .features__head { margin-bottom: 24px; }
  .features__head h2 { font-size: 27px; }
  .features__grid { gap: 14px; }
  .feature { padding: 20px 20px 22px; border-radius: 16px; }
  .feature:hover { transform: none; }
  .feature h3 { font-size: 19px; }

  .split { margin-top: 64px; padding: 0 20px; }
  .split__inner { border-radius: 20px; }
  .split__photo { min-height: 230px; }
  .split__body { padding: 28px 22px 32px; }
  .split__body h2 { font-size: 26px; }
  .split__body p { font-size: 15px; }
  .split__list li { font-size: 14px; }

  .faq { margin-top: 64px; padding: 0 20px; }
  .faq__head { margin-bottom: 22px; }
  .faq__head h2 { font-size: 26px; }
  .faq__q { font-size: 15px; padding: 16px 0; gap: 12px; }
  .faq__a { font-size: 14px; padding-bottom: 18px; }

  .lead-band__inner { padding: 32px 22px; gap: 26px; border-radius: 20px; }
  .prose { padding: 44px 20px; }
  .prose__inner h2 { font-size: 27px; margin-bottom: 16px; }
  .prose__inner p { font-size: 16px; }
  .prose__verse { padding: 16px 18px; font-size: 16px; }
  .prose__label { font-size: 18px; margin-top: 22px; }
  .signature { font-size: 17px; margin-top: 24px; }
  .valores { gap: 16px; }
  .valores__n { font-size: 27px; }
  .valores h4 { font-size: 19px; }
  .valores p { font-size: 15px; }
  .legal-list dd { font-size: 15px; }
  .seo-strip { margin-top: 52px; padding: 0 20px; }
  .seo-strip p { font-size: 12.5px; }
}



/* ============================================================
   PRODUÇÃO — ajustes para HTML estático
   ============================================================ */

/* Logos: altura manda, largura acompanha (nunca esticar) */
.bal-nav__brand img { width: auto; height: 44px; object-fit: contain; }
.footer__brand img { width: auto; height: 110px; object-fit: contain; }
@media (max-width: 1024px) { .bal-nav__brand img { height: 38px; } }
@media (max-width: 720px) {
  .bal-nav__brand img { height: 36px; }
  .footer__brand img { height: 84px; }
}

/* Nav: links reais dentro dos <li> */
.bal-nav__items a { color: inherit; font-weight: 600; border: 0; text-decoration: none; display: block; }
.bal-nav__items li:hover a, .bal-nav__items li.is-active a { color: var(--baluarte-blue); }
.bal-nav__right .btn { text-decoration: none; }
.bal-nav__phone { text-decoration: none; border: 0; }
.hero__cta-row .btn, .page-hero__cta-row .btn { text-decoration: none; }
.program-card__cta { text-decoration: none; }
.footer__cols a { text-decoration: none; }
.footer__brand .scripture cite { display: block; }

/* FAQ acordeão sem JS de render */
.faq__a { display: none; }
.faq__item.is-open .faq__a { display: block; }

/* Lightbox */
.lightbox[hidden] { display: none; }

/* Botão flutuante do WhatsApp */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  width: 56px; height: 56px; border-radius: 999px;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.28);
  border: 0; text-decoration: none;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.wa-float:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.34); }
@media (max-width: 720px) { .wa-float { right: 14px; bottom: 14px; width: 52px; height: 52px; } }

/* Números do hero em Arial (mantém o override do design) */
.hero__trust b { font-family: Arial, Helvetica, sans-serif; }

/* Skip link acessível */
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 200; background: #fff; color: var(--baluarte-blue); padding: 10px 16px; border-radius: 8px; }

/* Respeita preferência de menos movimento */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}

html { scroll-behavior: smooth; }
img { max-width: 100%; }

/* Scrim local atrás da coluna de texto do hero — protege a legibilidade
   sem escurecer a foto no resto do bloco. */
.hero__content::before {
  content: "";
  position: absolute;
  top: -100vh; bottom: -100vh; left: -80px; right: -80px;
  background: linear-gradient(90deg, rgba(6,16,58,0.86) 0%, rgba(6,16,58,0.62) 55%, rgba(6,16,58,0) 100%);
  z-index: -1;
  pointer-events: none;
}
.hero__lead { color: #fff; }
@media (max-width: 720px) {
  .hero__content::before {
    left: -28px; right: -28px;
    background: linear-gradient(180deg, rgba(6,16,58,0.80) 0%, rgba(6,16,58,0.86) 100%);
  }
}

/* ---------- Mapa / localização ---------- */
.mapa { padding: 80px 24px; background: var(--baluarte-paper); }
.mapa__inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: center; }
.mapa__copy h2 { font-family: var(--font-display); color: var(--baluarte-blue); font-size: clamp(28px, 3.2vw, 44px); line-height: 1.04; letter-spacing: 0.02em; margin: 10px 0 20px; text-transform: uppercase; }
.mapa__copy h2 .gold { color: var(--baluarte-gold-warm); }
.mapa__address { font-style: normal; font-size: 18px; font-weight: 600; color: var(--fg-1); line-height: 1.6; }
.mapa__note { font-size: 15px; color: var(--fg-3); margin: 10px 0 22px; }
.mapa__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.mapa__actions .btn { text-decoration: none; }
.mapa__frame { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md); line-height: 0; }
.mapa__frame iframe { width: 100%; height: 420px; display: block; }
@media (max-width: 900px) {
  .mapa { padding: 56px 20px; }
  .mapa__inner { grid-template-columns: 1fr; gap: 28px; }
  .mapa__frame iframe { height: 300px; }
}
