/* ═══════════════════════════════════════════════
 * Colégio Tecla — Página da Educação Infantil
 * ═══════════════════════════════════════════════
 *
 * Mesma linguagem visual da home 2026: os tokens (`--tc-*`), o contêiner
 * (`.tc-wrap`), os botões (`.tc-btn`) e a fonte cursiva (`.tc-script`) vêm de
 * `tecla-home.css`, que carrega antes desta folha. O que existe aqui são os
 * componentes que só esta página tem, todos escopados em `.tci-*`.
 *
 * O wrapper da página é `.tc#tc-infantil` (ver `page-infantil.php`) — é dele
 * que descem os tokens, e é nele que o bloco do fim do arquivo neutraliza os
 * wrappers do Elementor para as seções full-bleed não estourarem.
 *
 * POR QUE QUASE TUDO COMEÇA COM `.tc `
 * O reset da home define `.tc p{margin:0}`, `.tc ul{margin:0;padding:0}`,
 * `.tc h1,.tc h2,.tc h3,.tc h4{margin:0}` e `.tc img{height:auto}`, e o próprio
 * Elementor traz `.elementor img{height:auto}` numa folha que carrega depois
 * desta. Todas essas regras têm especificidade 0-1-1; uma classe sozinha
 * (0-1-0) perde para elas. O prefixo `.tc ` sobe para 0-2-x e resolve o
 * conflito sem `!important` — é a mesma saída que o `tecla-home.css` usa em
 * `.tc-head .tc-sub`.
 * ═══════════════════════════════════════════════ */

#tc-infantil {
  --tci-cream: #fdf7ec;
  --tci-cream-2: #fbf1de;
  --tci-sky: #dbe6fb;
  --tci-sky-2: #c6d8f8;
  --tci-mint: #dff1e5;
  --tci-lilac: #e6e2fa;
  --tci-plum: #efe4f7;
  --tci-radius: 30px;
  background: #fff;
}

/* ───────────────────────────────────────────────
 * Peças compartilhadas
 * ─────────────────────────────────────────────── */

/* Manchas orgânicas do fundo. São só enfeite: ficam atrás de tudo, não
   recebem clique e somem no celular, onde só atrapalhariam. */
.tc .tci-blobs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}
.tc .tci-blobs::before,
.tc .tci-blobs::after {
  content: '';
  position: absolute;
  border-radius: 58% 42% 47% 53% / 45% 52% 48% 55%;
}
.tc .tci-blobs--hero::before {
  width: 300px; height: 240px;
  top: -90px; left: -80px;
  background: var(--tci-sky-2);
  opacity: .55;
}
.tc .tci-blobs--hero::after {
  width: 220px; height: 200px;
  bottom: -70px; left: 18%;
  background: var(--tci-cream-2);
  opacity: .8;
}
.tc .tci-blobs--mani::before {
  width: 260px; height: 230px;
  top: -70px; right: -70px;
  background: var(--tci-sky-2);
  opacity: .5;
}
.tc .tci-blobs--mani::after {
  width: 240px; height: 210px;
  bottom: -80px; right: -60px;
  background: var(--tci-cream-2);
  opacity: .9;
}
.tc .tci-blobs--seg::before {
  width: 280px; height: 240px;
  top: -100px; left: -90px;
  background: var(--tci-sky-2);
  opacity: .45;
}
.tc .tci-blobs--seg::after {
  width: 260px; height: 230px;
  bottom: -90px; right: -80px;
  background: var(--tci-cream-2);
  opacity: .75;
}
.tc .tci-blobs--adap::before {
  width: 320px; height: 280px;
  top: 40px; right: -140px;
  background: var(--tci-sky);
  opacity: .5;
}
.tc .tci-blobs--adap::after {
  width: 280px; height: 250px;
  bottom: 60px; left: -150px;
  background: var(--tci-cream-2);
  opacity: .7;
}
.tc .tci-blobs--final::before {
  width: 240px; height: 220px;
  top: -80px; left: -70px;
  background: var(--tci-sky-2);
  opacity: .45;
}
.tc .tci-blobs--final::after {
  width: 220px; height: 200px;
  bottom: -80px; left: 22%;
  background: var(--tci-cream-2);
  opacity: .8;
}

/* Coraçãozinho que fecha as frases manuscritas. */
.tc .tci-heart {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: baseline;
  color: var(--tc-amber);
  margin-left: 9px;
}

/* Fio âmbar que separa blocos de texto. */
.tc .tci-rule {
  display: block;
  width: 54px;
  height: 3px;
  border-radius: 3px;
  background: var(--tc-yellow);
  margin: 18px auto;
}
.tc .tci-rule--sm {
  width: 26px;
  height: 2.5px;
  margin: 12px auto;
}

/* Título em negrito dentro dos cartões brancos. Precisa de classe própria: um
   `<b>` solto também aparece no meio do texto do cartão, e ali ele não pode
   virar bloco. */
.tc .tci-cardtitle {
  display: block;
  margin-bottom: 5px;
  font-weight: 800;
  color: var(--tc-navy);
}

/* Chapéu das seções (SEGURANÇA, ADAPTAÇÃO). */
.tc .tci-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--tc-navy);
}
.tc .tci-eyebrow__ic {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--tc-shadow);
  display: grid;
  place-items: center;
  color: var(--tc-amber);
}
.tc .tci-eyebrow__ic svg { width: 18px; height: 18px; }

/* Pílula "Educação Infantil" do topo. */
.tc .tci-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 18px 7px 8px;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--tc-shadow);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tc-navy);
}
.tc .tci-badge__ic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tci-sky);
  display: grid;
  place-items: center;
  color: var(--tc-navy);
}
.tc .tci-badge__ic svg { width: 17px; height: 17px; }

/* Cabeçalho centralizado (usado pela seção de vídeo). */
.tc .tci-head {
  text-align: center;
  max-width: 880px;
  margin-inline: auto;
}
.tc .tci-head__title {
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.22;
  position: relative;
  display: inline-block;
}
.tc .tci-head__deco {
  position: absolute;
  top: -14px;
  right: -58px;
  width: 44px;
  color: var(--tc-amber);
}
.tc .tci-head__deco svg { width: 100%; height: auto; }
.tc .tci-head__sub {
  margin-top: 16px;
  font-size: clamp(14.5px, 1.25vw, 17px);
  line-height: 1.62;
  color: var(--tc-text-soft);
}

/* ───────────────────────────────────────────────
 * 2. Hero
 * ─────────────────────────────────────────────── */
.tc .tci-hero { padding-block: 26px 8px; }

.tc .tci-hero__stage {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 620px;
  border-radius: var(--tci-radius);
  background: var(--tci-cream);
  overflow: hidden;
  box-shadow: var(--tc-shadow-hi);
}

/* A foto é fundo, não <img>: o recorte muda bastante entre computador e
   celular, e a máscara em degradê é o que dissolve a borda dela sobre o creme
   sem precisar de uma imagem já tratada. */
.tc .tci-hero__photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 66%;
  z-index: 1;
  background-image: var(--tci-hero-img);
  background-size: cover;
  background-position: center right;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 30%);
  mask-image: linear-gradient(to right, transparent 0, #000 30%);
}

.tc .tci-hero__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  width: min(560px, 54%);
  padding: 52px 0 34px 56px;
}

.tc .tci-hero__script {
  font-size: clamp(16px, 1.5vw, 20px);
  color: var(--tc-navy-soft);
}

.tc .tci-hero__title {
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
}

.tc .tci-hero__text {
  font-size: clamp(14.5px, 1.15vw, 16.5px);
  line-height: 1.66;
  color: var(--tc-text);
}
.tc .tci-hero__text b { font-weight: 800; color: var(--tc-navy); }

.tc .tci-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
.tc .tci-hero__actions .tc-btn--ghost {
  background: rgba(255, 255, 255, .85);
  border: 1.6px solid var(--tc-line);
  color: var(--tc-navy);
}

/* Aviãozinho de papel do canto — puro enfeite. Fica na margem, à esquerda do
   texto (que começa nos 56px de padding do bloco de conteúdo). */
.tc .tci-hero__plane {
  position: absolute;
  left: 16px;
  bottom: 128px;
  z-index: 2;
  width: 28px;
  color: var(--tc-amber);
  transform: rotate(-18deg);
}
.tc .tci-hero__plane svg { width: 100%; height: auto; }

.tc .tci-hero__feats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 4px;
  margin: 0 26px 26px;
  padding: 16px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--tc-shadow-hi);
  backdrop-filter: blur(4px);
}
.tc .tci-hero__feat {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-inline: 14px;
  border-right: 1px solid var(--tc-line);
}
.tc .tci-hero__feat:last-child { border-right: 0; }
.tc .tci-hero__feat-ic {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 50%;
  background: var(--tci-cream);
  display: grid;
  place-items: center;
  color: var(--tc-amber);
}
.tc .tci-hero__feat-ic svg { width: 20px; height: 20px; }
.tc .tci-hero__feat-tx {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.28;
  color: var(--tc-navy);
}

/* ───────────────────────────────────────────────
 * 3. Manifesto
 * ─────────────────────────────────────────────── */
.tc .tci-mani { padding-block: 64px; }

.tc .tci-mani__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  border-radius: var(--tci-radius);
  overflow: hidden;
  box-shadow: var(--tc-shadow-hi);
  background: var(--tci-cream);
}

/* A foto preenche a coluna inteira. `height:100%` no <img> não resolveria:
   num item de grid esticado a altura *computada* continua sendo `auto`, e a
   porcentagem cai para `auto` também. Posicionar em absoluto dá ao <img> um
   bloco de contenção com altura definida. */
.tc .tci-mani__photo { position: relative; }
.tc .tci-mani__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tc .tci-mani__panel {
  position: relative;
  display: grid;
  place-items: center;
  padding: 54px 46px;
}
.tc .tci-mani__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 440px;
}

.tc .tci-mani__mascot {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--tc-shadow);
  color: var(--tc-navy);
}
.tc .tci-mani__mascot svg { width: 32px; height: 32px; }

.tc .tci-mani__title {
  font-size: clamp(27px, 3.2vw, 40px);
  line-height: 1.16;
}
.tc .tci-mani__word {
  display: inline-block;
  margin-top: 6px;
  font-size: 1.24em;
  font-weight: 400;
  line-height: 1;
  color: var(--tc-amber);
}

.tc .tci-mani__text {
  margin-top: 22px;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.72;
  color: var(--tc-text);
}
.tc .tci-mani__text b { font-weight: 800; color: var(--tc-navy); }

.tc .tci-mani__base {
  font-size: 15px;
  font-weight: 800;
  color: var(--tc-navy);
}
.tc .tci-mani__script {
  margin-top: 12px;
  font-size: 17px;
  color: var(--tc-text-soft);
}
.tc .tci-mani__closing {
  margin-top: 6px;
  font-size: clamp(26px, 2.6vw, 34px);
  color: var(--tc-amber);
}

/* ───────────────────────────────────────────────
 * 4. Vídeo
 * ─────────────────────────────────────────────── */
.tc .tci-video {
  background: linear-gradient(180deg, #fff 0%, var(--tci-cream) 100%);
}

/* O `id` e o `data-video-id` deste botão são lidos pelo tecla-home.js, que
   troca a capa por um iframe do YouTube no clique. Quando isso acontece, todo
   o conteúdo interno (capa, play, legenda) é substituído pelo iframe. */
.tc .tci-video__frame {
  position: relative;
  display: block;
  width: min(1040px, 100%);
  margin: 42px auto 0;
  padding: 0;
  border: 0;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
  cursor: pointer;
  box-shadow: var(--tc-shadow-hi);
}
.tc .tci-video__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.tc .tci-video__frame:hover img { transform: scale(1.03); }
.tc .tci-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tc .tci-video__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 29, 106, .06) 40%, rgba(6, 29, 106, .62) 100%);
}
.tc .tci-video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  display: grid;
  place-items: center;
  color: var(--tc-navy);
  box-shadow: 0 10px 30px rgba(6, 29, 106, .28);
  transition: transform .3s ease;
}
.tc .tci-video__frame:hover .tci-video__play { transform: scale(1.07); }
.tc .tci-video__play svg { width: 30px; height: 30px; margin-left: 4px; }
.tc .tci-video__caption {
  position: absolute;
  left: 30px;
  bottom: 28px;
  max-width: 60%;
  text-align: left;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 700;
  line-height: 1.42;
  color: #fff;
}
.tc .tci-video__caption b { color: var(--tc-yellow); font-weight: 800; }

/* ───────────────────────────────────────────────
 * 5. Segurança
 * ─────────────────────────────────────────────── */
.tc .tci-seg { padding-block: 70px; }

.tc .tci-seg__box {
  position: relative;
  border-radius: var(--tci-radius);
  background: var(--tci-cream);
  padding: 52px 46px 42px;
  overflow: hidden;
  box-shadow: var(--tc-shadow);
}

.tc .tci-seg__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
}

.tc .tci-seg__title {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
}
.tc .tci-seg__word {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.16em;
  font-weight: 400;
  line-height: 1;
  color: var(--tc-amber);
}

.tc .tci-seg__text {
  margin-top: 20px;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.72;
  color: var(--tc-text);
}
.tc .tci-seg__text b { font-weight: 800; color: var(--tc-navy); }

.tc .tci-seg__pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 14px 22px;
  border-radius: 16px;
  background: #fdeec8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tc-navy);
}
.tc .tci-seg__pill-ic {
  width: 36px;
  height: 36px;
  flex: none;
  border-radius: 50%;
  background: var(--tc-yellow);
  display: grid;
  place-items: center;
  color: var(--tc-navy);
}
.tc .tci-seg__pill-ic svg { width: 19px; height: 19px; }

.tc .tci-seg__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 24px;
  box-shadow: var(--tc-shadow-hi);
}

.tc .tci-seg__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 46px;
  padding: 0;
}
.tc .tci-seg__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 18px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--tc-shadow);
  text-align: center;
  overflow: hidden;
}
.tc .tci-seg__card-photo {
  display: block;
  width: calc(100% + 36px);
  margin-inline: -18px;
  height: 116px;
  overflow: hidden;
  background: linear-gradient(140deg, var(--tci-sky), var(--tci-cream-2));
}
.tc .tci-seg__card-photo img {
  width: 100%;
  height: 116px;
  object-fit: cover;
}
.tc .tci-seg__card-ic {
  position: relative;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border-radius: 50%;
  background: var(--tc-yellow);
  border: 3px solid #fff;
  display: grid;
  place-items: center;
  color: var(--tc-navy);
}
.tc .tci-seg__card-ic svg { width: 21px; height: 21px; }
.tc .tci-seg__card-title {
  margin-top: 12px;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.28;
}
.tc .tci-seg__card-text {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--tc-text-soft);
}

.tc .tci-seg__strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  padding: 18px 26px;
  border-radius: 18px;
  background: #eaf0fd;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 700;
  color: var(--tc-navy);
  text-align: center;
}
.tc .tci-seg__strip-ic { width: 30px; color: var(--tc-amber); }
.tc .tci-seg__strip-ic svg { width: 100%; height: auto; }
.tc .tci-seg__strip-script {
  font-size: 1.3em;
  font-weight: 400;
  color: var(--tc-amber);
}

/* ───────────────────────────────────────────────
 * 6. Adaptação
 * ─────────────────────────────────────────────── */
.tc .tci-adap {
  position: relative;
  padding-block: 74px;
  background: linear-gradient(180deg, #f6f8fe 0%, #fff 46%);
  overflow: hidden;
}
.tc .tci-adap > .tc-wrap { position: relative; z-index: 1; }

.tc .tci-adap__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.tc .tci-adap__title {
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: 1.16;
  font-weight: 700;
}
.tc .tci-adap__word {
  display: block;
  margin-top: 10px;
  font-size: 1.18em;
  font-weight: 400;
  line-height: 1.16;
  color: var(--tc-amber);
}

.tc .tci-adap__text {
  margin-top: 24px;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.74;
  color: var(--tc-text);
}
.tc .tci-adap__text b { font-weight: 800; color: var(--tc-navy); }

.tc .tci-adap__note {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 420px;
  margin-top: 28px;
  padding: 20px 26px;
  border-radius: 18px;
  background: #fdeec8;
  font-size: 14px;
  line-height: 1.55;
  color: var(--tc-navy);
}
.tc .tci-adap__note-ic { width: 30px; flex: none; color: var(--tc-amber); }
.tc .tci-adap__note-ic svg { width: 100%; height: auto; }

.tc .tci-adap__media { position: relative; }
.tc .tci-adap__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 26px;
  box-shadow: var(--tc-shadow-hi);
}

/* O cartão branco sobe por cima da foto, como no layout. */
.tc .tci-adap__card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: -46px 0 0 34px;
  padding: 22px 26px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--tc-shadow-hi);
  font-size: 13.5px;
  line-height: 1.58;
  color: var(--tc-text-soft);
}
.tc .tci-adap__card-ic {
  width: 40px;
  height: 40px;
  flex: none;
  color: var(--tc-navy);
}
.tc .tci-adap__card-ic svg { width: 100%; height: 100%; }
.tc .tci-adap__card-tx .tci-cardtitle { font-size: 15.5px; }
.tc .tci-adap__card-deco { width: 26px; flex: none; color: var(--tc-amber); }
.tc .tci-adap__card-deco svg { width: 100%; height: auto; }

.tc .tci-adap__pillars { margin-top: 76px; text-align: center; }
.tc .tci-adap__ptitle {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
}
.tc .tci-adap__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 34px;
  padding: 0;
  text-align: center;
}
.tc .tci-adap__item {
  padding: 30px 20px 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--tc-line);
  box-shadow: var(--tc-shadow);
}
.tc .tci-adap__ic {
  width: 66px;
  height: 66px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--tc-navy);
}
.tc .tci-adap__ic svg { width: 30px; height: 30px; }
.tc .tci-adap__ic--blue { background: var(--tci-sky); }
.tc .tci-adap__ic--lavender { background: var(--tci-lilac); }
.tc .tci-adap__ic--green { background: var(--tci-mint); }
.tc .tci-adap__ic--purple { background: var(--tci-plum); }
.tc .tci-adap__ic--amber { background: #fdeec8; }
.tc .tci-adap__item-title {
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.32;
}
.tc .tci-adap__item-text {
  font-size: 12.5px;
  line-height: 1.58;
  color: var(--tc-text-soft);
}

.tc .tci-adap__cta {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 50px;
  padding: 30px 38px;
  border-radius: 24px;
  background: #eaf0fd;
}
.tc .tci-adap__cta-ic { width: 54px; color: var(--tc-navy); }
.tc .tci-adap__cta-ic svg { width: 100%; height: auto; }
.tc .tci-adap__cta-tx h3 {
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 800;
}
.tc .tci-adap__cta-tx p {
  margin-top: 6px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--tc-text-soft);
}
.tc .tci-adap__cta-act {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.tc .tci-adap__cta-note {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--tc-text-soft);
}
.tc .tci-adap__cta-deco {
  position: absolute;
  right: 26px;
  bottom: -14px;
  width: 38px;
  color: var(--tc-amber);
}
.tc .tci-adap__cta-deco svg { width: 100%; height: auto; }

/* ───────────────────────────────────────────────
 * 7. Chamada final
 * ─────────────────────────────────────────────── */
.tc .tci-final { padding-block: 24px 86px; }

.tc .tci-final__box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 46px;
  align-items: stretch;
  border-radius: var(--tci-radius);
  background: linear-gradient(115deg, var(--tci-cream) 0%, #f4f7fe 100%);
  padding: 58px 0 58px 52px;
  overflow: hidden;
  box-shadow: var(--tc-shadow);
}

.tc .tci-final__content {
  position: relative;
  z-index: 1;
  align-self: center;
}
.tc .tci-final__spark {
  display: block;
  width: 40px;
  margin-bottom: 16px;
  color: var(--tc-amber);
}
.tc .tci-final__spark svg { width: 100%; height: auto; }

.tc .tci-final__title {
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: 1.16;
  font-weight: 700;
}
.tc .tci-final__word {
  display: block;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.16;
  color: var(--tc-amber);
}

.tc .tci-final__text {
  margin-top: 24px;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.72;
  color: var(--tc-text);
}
.tc .tci-final__text b { font-weight: 800; color: var(--tc-navy); }

.tc .tci-final__actions { margin-top: 28px; }
.tc .tci-final__actions .tc-btn--outline {
  background: #fff;
  border: 1.6px solid var(--tc-line);
  color: var(--tc-navy);
}

/* Mesma história do manifesto: o <img> precisa de um bloco de contenção com
   altura definida para acompanhar a coluna inteira. */
.tc .tci-final__media {
  position: relative;
  z-index: 1;
  min-height: 440px;
}
.tc .tci-final__photo { position: absolute; inset: 0; }
.tc .tci-final__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px 0 0 24px;
}

.tc .tci-final__card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: min(430px, calc(100% - 44px));
  padding: 22px 26px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--tc-shadow-hi);
  font-size: 13px;
  line-height: 1.58;
  color: var(--tc-text-soft);
}
.tc .tci-final__card-ic { width: 38px; height: 38px; flex: none; color: var(--tc-navy); }
.tc .tci-final__card-ic svg { width: 100%; height: 100%; }
.tc .tci-final__card-tx .tci-cardtitle { font-size: 15px; }
.tc .tci-final__card-deco { width: 26px; flex: none; color: var(--tc-amber); }
.tc .tci-final__card-deco svg { width: 100%; height: auto; }

/* ───────────────────────────────────────────────
 * Telas médias
 * ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .tc .tci-hero__stage { min-height: 0; }
  .tc .tci-hero__content { width: min(520px, 62%); padding: 46px 0 28px 34px; }
  .tc .tci-hero__photo { width: 58%; }
  .tc .tci-hero__feats { grid-template-columns: repeat(3, 1fr); border-radius: 26px; gap: 10px; }
  .tc .tci-hero__feat:nth-child(3n) { border-right: 0; }
  .tc .tci-hero__plane { display: none; }

  .tc .tci-seg__cards { grid-template-columns: repeat(3, 1fr); }
  .tc .tci-adap__list { grid-template-columns: repeat(3, 1fr); }
  .tc .tci-adap__top { gap: 36px; }
  .tc .tci-final__box { padding: 46px 0 46px 36px; gap: 30px; }
  .tc .tci-final__media { min-height: 400px; }
}

@media (max-width: 900px) {
  .tc .tci-mani__box { grid-template-columns: 1fr; min-height: 0; }
  .tc .tci-mani__photo { aspect-ratio: 16 / 10; }
  .tc .tci-mani__panel { padding: 44px 28px; }

  .tc .tci-seg__top { grid-template-columns: 1fr; gap: 30px; }
  .tc .tci-seg__box { padding: 40px 26px 34px; }

  .tc .tci-adap__top { grid-template-columns: 1fr; }
  .tc .tci-adap__note { max-width: none; }
  .tc .tci-adap__card { margin-left: 0; }
  .tc .tci-adap__cta { grid-template-columns: 1fr; gap: 18px; text-align: center; justify-items: center; }
  .tc .tci-adap__cta-act { align-items: center; }
  .tc .tci-adap__cta-deco { display: none; }

  .tc .tci-final__box { grid-template-columns: 1fr; padding: 44px 26px; }
  .tc .tci-final__media { min-height: 0; aspect-ratio: 16 / 11; }
  .tc .tci-final__photo img { border-radius: 22px; }
  .tc .tci-final__card { right: 14px; bottom: 14px; width: min(430px, calc(100% - 28px)); }
}

/* ───────────────────────────────────────────────
 * Celular
 * ─────────────────────────────────────────────── */
@media (max-width: 720px) {
  .tc .tci-blobs { display: none; }

  /* As quebras de linha dos textos foram escritas para o desenho do
     computador. Numa tela estreita elas deixam o parágrafo picotado, então o
     texto volta a quebrar sozinho — os títulos mantêm as quebras, que ali
     fazem parte do desenho. */
  .tc .tci-hero__text br,
  .tc .tci-head__sub br,
  .tc .tci-mani__text br,
  .tc .tci-seg__text br,
  .tc .tci-seg__pill br,
  .tc .tci-adap__text br,
  .tc .tci-adap__note br,
  .tc .tci-adap__card-tx br,
  .tc .tci-adap__cta-tx br,
  .tc .tci-final__text br,
  .tc .tci-final__card-tx br,
  .tc .tci-video__caption br { display: none; }

  .tc .tci-hero { padding-block: 16px 4px; }
  .tc .tci-hero__stage { border-radius: 24px; }
  /* No celular a foto ocupa o cartão inteiro e o texto vem por cima, com um
     véu claro garantindo contraste — dividir em duas colunas deixaria a foto
     pequena demais para se enxergar criança nenhuma. */
  .tc .tci-hero__photo {
    inset: 0;
    width: 100%;
    background-image: var(--tci-hero-img-mobile, var(--tci-hero-img));
    background-position: center;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .tc .tci-hero__stage::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(253, 247, 236, .94) 0%, rgba(253, 247, 236, .84) 54%, rgba(253, 247, 236, .42) 100%);
  }
  .tc .tci-hero__content {
    width: 100%;
    padding: 34px 22px 26px;
    gap: 12px;
  }
  .tc .tci-hero__actions { width: 100%; }
  .tc .tci-hero__actions .tc-btn { flex: 1 1 100%; justify-content: center; }
  .tc .tci-hero__feats {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 14px 14px;
    padding: 12px 6px;
    border-radius: 20px;
  }
  .tc .tci-hero__feat { padding-inline: 8px; border-right: 0; }
  .tc .tci-hero__feat:nth-child(odd) { border-right: 1px solid var(--tc-line); }

  .tc .tci-mani { padding-block: 44px; }
  .tc .tci-mani__closing { font-size: 28px; }

  .tc .tci-video__play { width: 62px; height: 62px; }
  .tc .tci-video__play svg { width: 22px; height: 22px; }
  .tc .tci-video__caption { left: 18px; bottom: 18px; max-width: 78%; }
  .tc .tci-head__deco { display: none; }

  .tc .tci-seg { padding-block: 46px; }
  .tc .tci-seg__cards { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .tc .tci-seg__strip { flex-direction: column; gap: 4px; }

  .tc .tci-adap { padding-block: 48px; }
  .tc .tci-adap__list { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .tc .tci-adap__pillars { margin-top: 52px; }
  .tc .tci-adap__card { flex-wrap: wrap; margin-top: -24px; }

  .tc .tci-final { padding-block: 8px 56px; }
  /* Abaixo daqui a foto volta a ocupar espaço no fluxo, senão o cartão — que
     também deixa de ser absoluto — se sobreporia a ela. */
  .tc .tci-final__media { aspect-ratio: auto; min-height: 0; }
  .tc .tci-final__photo { position: static; }
  .tc .tci-final__photo img { aspect-ratio: 16 / 11; border-radius: 22px; }
  .tc .tci-final__card { position: static; width: 100%; margin-top: 16px; }
}

@media (max-width: 460px) {
  .tc .tci-seg__cards,
  .tc .tci-adap__list { grid-template-columns: 1fr; }
  .tc .tci-hero__feats { grid-template-columns: 1fr; }
  .tc .tci-hero__feat:nth-child(odd) { border-right: 0; }
}

/* ───────────────────────────────────────────────
 * Elementor — neutralizar os wrappers dentro da página
 * ───────────────────────────────────────────────
 * Mesmo motivo da home: cada seção é um widget, e o Elementor envolve todos em
 * section > container > column > widget-wrap > widget > widget-container, cada
 * um com largura máxima e padding próprios. Sem zerar isso, os cartões
 * full-bleed estouram e o `.tc-wrap` deixa de alinhar com o cabeçalho.
 *
 * Escopado em #tc-infantil para não afetar nenhuma outra página.
 * ─────────────────────────────────────────────── */
#tc-infantil .elementor,
#tc-infantil .elementor-section,
#tc-infantil .elementor-section-boxed > .elementor-container,
#tc-infantil .elementor-container,
#tc-infantil .elementor-column,
#tc-infantil .elementor-column-wrap,
#tc-infantil .elementor-widget-wrap,
#tc-infantil .elementor-widget,
#tc-infantil .elementor-widget-container,
#tc-infantil .e-con,
#tc-infantil .e-con-inner,
#tc-infantil .e-child {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: block;
  --width: 100%;
  --content-width: 100%;
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
}

#tc-infantil .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}
