/* ==========================================================================
   LANDINGS (curso-gratuito · aula-inaugural · oferta-pacote)
   ==========================================================================
   Reaproveita variáveis e classes de style.css. Adiciona apenas o
   necessário para as 3 LPs de campanha (M1 e M2).
   ========================================================================== */

/* --------------------------------------------------------------------------
   BODY POR LP (utilidade futura para temas)
   -------------------------------------------------------------------------- */
.lp { background: var(--white); color: var(--gray-900); }
.lp--curso-gratuito { /* tema base */ }
.lp--aula-inaugural { /* tema base */ }
.lp--oferta { /* tema base */ }

/* --------------------------------------------------------------------------
   TOPBAR MINIMAL (sem nav)
   -------------------------------------------------------------------------- */
.topbar--minimal { position: sticky; top: 0; background: var(--blue-950); padding: 0.4rem 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,0.06); }
/* LP sem menu: logo centralizado em todos os breakpoints; selo ancorado à direita */
.topbar--minimal .topbar__inner { gap: 1rem; justify-content: center; position: relative; }
.topbar--minimal .topbar__seal { position: absolute; right: 1.4rem; top: 50%; transform: translateY(-50%); }
.topbar__seal { color: rgba(255,255,255,0.72); font-size: 0.86rem; margin: 0; }
.topbar__seal strong { color: var(--white); font-weight: 600; }

/* Selo oculto até 768px para não colidir com o logo centralizado; volta no desktop */
@media (max-width: 768px) {
  .topbar__seal { display: none; }
}
/* Mobile: zera o padding externo do topbar--minimal (o .topbar__inner já tem o seu),
   pra o header das LPs ficar tão enxuto quanto o da home (~91px e não ~104px) */
@media (max-width: 640px) {
  .topbar--minimal { padding-top: 0; padding-bottom: 0; }
}

/* Curso gratuito: header não é sticky (rola junto com a página); sem selo (removido);
   logo levemente maior. */
.lp--curso-gratuito .topbar--minimal { position: static; padding: 0.7rem 0; }
.lp--curso-gratuito .topbar--minimal .brand__logo { height: 64px; }

/* --------------------------------------------------------------------------
   HERO ADAPTADO PARA LP DE CAMPANHA
   -------------------------------------------------------------------------- */
.hero--lp { padding: 4rem 0 3rem; min-height: auto; }
.hero__grid--lp { grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: start; }

.hero__bullets {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.hero__bullets li {
  position: relative;
  padding-left: 1.6rem;
  color: rgba(255,255,255,0.88);
  font-size: 0.98rem;
  line-height: 1.5;
}
.hero__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--orange-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(232, 119, 34, 0.16);
}

.hero__seal--lp { margin-top: 1.2rem; font-size: 0.84rem; }

.hero__form-wrap { position: sticky; top: 5rem; }

@media (max-width: 980px) {
  .hero__grid--lp { grid-template-columns: 1fr; gap: 2rem; }
  .hero__grid--lp > * { min-width: 0; }   /* deixa a coluna encolher; evita clip do texto no mobile */
  .hero__form-wrap { position: static; }
}

/* Mobile: o crop vertical da foto de fundo (background center/cover numa viewport
   estreita e alta) pode deixar uma área mais clara/quente atrás do texto e derrubar
   o contraste. Overlay mais escuro e uniforme (sem o degradê diagonal, que criava
   uma faixa mais clara no meio) garante leitura em qualquer recorte da imagem. */
@media (max-width: 640px) {
  .lp--curso-gratuito .hero__overlay {
    background:
      linear-gradient(180deg, rgba(1, 21, 40, 0.60) 0%, rgba(1, 21, 40, 0.75) 100%),
      rgba(1, 21, 40, 0.12);
  }
  /* A foto já está centralizada (background-position: center) -- o problema era o
     hero muito alto no mobile (bastante copy empilhada) forçando o cover a
     ampliar tanto pra cobrir a altura que só uma faixa vertical bem estreita e
     sem graça do centro da foto sobrava visível. Limitamos a foto a uma faixa fixa
     no topo (com o zoom normal) e o resto do hero cai num navy sólido com
     degradê de transição -- mais contexto da foto visível, sem esticar. Com mais
     foto aparecendo, o overlay pôde ficar mais leve que o da correção anterior
     (a cena em si já é escura/azulada, não precisa de tanto escurecimento extra). */
  .lp--curso-gratuito .hero { background: var(--blue-900); }
  .lp--curso-gratuito .hero__bg {
    position: absolute; inset: auto 0 auto 0; top: 0;
    height: 560px;
  }
  /* O blob laranja (.hero__glow--orange) fica em cima do overlay (z-index -1, acima
     do -2 do overlay) e no mobile é maior que a própria viewport -- é ele que pinta
     aquele halo quente atrás do título/texto, não a foto. Some com ele no mobile
     pra sobrar só o navy escuro atrás do texto (mais contraste). */
  .lp--curso-gratuito .hero__glow--orange { display: none; }
  .lp--curso-gratuito .hero__bg::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 0%, var(--blue-900) 100%);
  }
}

/* --------------------------------------------------------------------------
   LEAD FORM (formulário de captura)
   -------------------------------------------------------------------------- */
.lead-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  border: 1px solid var(--gray-200);
  text-align: left;
}
.lead-form::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  border-radius: var(--radius-lg);
  z-index: -1;
  opacity: 0.5;
  filter: blur(8px);
}

.lead-form--centered { max-width: 560px; margin: 0 auto; }

.lead-form__head { margin-bottom: 1.5rem; text-align: left; }
.lead-form__title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--blue-900);
  margin: 0.4rem 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.05;
}
.lead-form__lead {
  color: var(--gray-700);
  font-size: 0.94rem;
  margin: 0;
}

.lead-form__form { display: flex; flex-direction: column; gap: 1rem; }

.lead-form .lead-form__legal {
  font-size: 0.78rem;
  color: var(--gray-500);
  text-align: left;
  max-width: none;
  margin: 0.6rem 0 0;
  line-height: 1.4;
}
.lead-form .lead-form__legal a { color: var(--blue-700); text-decoration: underline; }

/* --------------------------------------------------------------------------
   FORM FIELDS
   -------------------------------------------------------------------------- */
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field-row { display: grid; grid-template-columns: 1fr 6rem; gap: 0.75rem; }
.field-row > .field { min-width: 0; }
.required-mark { color: #b71c1c; margin-left: 2px; }

/* Mobile <480px: empilha Cidade/UF, reduz padding do form, escala logo */
@media (max-width: 480px) {
  .field-row { grid-template-columns: 1fr; gap: 0.6rem; }
  .lead-form { padding: 1.25rem; }
  .topbar .brand__logo { width: 122px; height: auto; }   /* header mais enxuto no mobile (antes 140px deixava o topbar ~110-123px, comendo a dobra) */
  .footer .footer__brand img { width: 120px; height: auto; }
}
.field label {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--gray-800);
  letter-spacing: 0.01em;
}
.field input,
.field select {
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--gray-300);
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--gray-900);
  background: var(--white);
  transition: border-color 0.15s var(--ease), box-shadow 0.15s var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(232, 119, 34, 0.16);
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%234A4A4A'%3E%3Cpath d='M5 8l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 16px;
  padding-right: 2.5rem;
}
.field small {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: 0.2rem;
}

.field--checkbox {
  flex-direction: row;
  align-items: flex-start;   /* consentimento quebra em várias linhas: checkbox na 1ª linha */
  gap: 0.6rem;
}
.field--checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 0.12rem;
  accent-color: var(--orange-500);
  cursor: pointer;
  padding: 0;
}
.field--checkbox label {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--gray-700);
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   CARDS GRID (genérico)
   -------------------------------------------------------------------------- */
.cards-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
.cards-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-grid--3 { grid-template-columns: repeat(3, 1fr); }
.cards-grid--4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 980px) {
  .cards-grid--3,
  .cards-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .cards-grid--2,
  .cards-grid--3,
  .cards-grid--4 { grid-template-columns: 1fr; }
}

/* Centraliza órfãos: para grids cuja contagem não fecha a última linha (ex.: 7 ou 8 cards em 3 colunas).
   Vira flex centralizado, mantendo a largura de card parecida com o grid de 3 colunas. */
.cards-grid--center { display: flex; flex-wrap: wrap; justify-content: center; }
.cards-grid--center > * { flex: 0 1 320px; }
@media (max-width: 640px) {
  .cards-grid--center > * { flex-basis: 100%; }
}

/* --------------------------------------------------------------------------
   INSTITUTIONAL BLOCK (bloco institucional embutido — 3 frentes etc)
   -------------------------------------------------------------------------- */
.institutional-block {
  margin-top: 2.5rem;
  padding: 2rem 2.2rem;
  background: var(--white);
  border-left: 4px solid var(--orange-500);
  border-radius: 6px;
  box-shadow: 0 4px 22px rgba(2, 41, 73, 0.06);
}
.institutional-block h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--blue-900);
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
}
.institutional-block ol {
  padding-left: 1.4rem;
  margin: 0 0 1.2rem;
  line-height: 1.55;
}
.institutional-block ol li {
  margin-bottom: 0.6rem;
}
.institutional-block p {
  color: var(--gray-700);
  line-height: 1.6;
  margin: 0;
}

/* Três frentes de atuação — 3 colunas arejadas (ícone + título + 1 linha, sem caixa) */
.frentes { margin-top: 3.5rem; }
.frentes__title {
  font-family: var(--font-display); font-size: 1.4rem; text-transform: uppercase;
  color: var(--blue-900); letter-spacing: 0.02em; text-align: center; margin: 0 0 2rem;
}
.frentes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; }
.frente__icon {
  width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  border-radius: 11px; background: rgba(232, 119, 34, 0.10); color: var(--orange-500); margin-bottom: 1rem;
}
.frente__icon svg { width: 23px; height: 23px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.frente h4 {
  font-family: var(--font-display); font-size: 1.1rem; color: var(--blue-900);
  margin: 0 0 0.45rem; text-transform: uppercase; letter-spacing: 0.01em;
}
.frente p { color: var(--gray-700); line-height: 1.55; margin: 0; font-size: 0.95rem; }
.frentes__note {
  max-width: 62ch; margin: 2.6rem auto 0; text-align: center;
  color: var(--gray-700); line-height: 1.65;
}
.frentes__note--gov { margin-top: 1rem; font-size: 0.92rem; }
@media (max-width: 700px) {
  .frentes__grid { grid-template-columns: 1fr; gap: 1.6rem; }
}

/* --------------------------------------------------------------------------
   CARD FEATURE (ícone + título + texto)
   -------------------------------------------------------------------------- */
.card-feature {
  background: var(--gray-050);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 1.6rem;
  position: relative;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.card-feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.card-feature__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--white);
}
.card-feature__icon svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card-feature__photo {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-bottom: 1rem;
  border: 3px solid var(--white);
  box-shadow: 0 6px 16px rgba(2, 41, 73, 0.20), 0 0 0 1px var(--gray-200);
}
/* Variante "pessoa": foto ao lado do texto em vez de empilhada em cima */
.card-feature--person { display: flex; align-items: flex-start; gap: 1.2rem; }
.card-feature--person .card-feature__photo { margin-bottom: 0; flex-shrink: 0; }
.card-feature--person .card-feature__body { min-width: 0; }
@media (max-width: 480px) {
  .card-feature--person { flex-direction: column; align-items: center; text-align: center; }
}
.card-feature h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--blue-900);
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.card-feature p { margin: 0; color: var(--gray-700); line-height: 1.55; font-size: 0.95rem; }
.card-feature strong { color: var(--blue-900); }

.card-feature--bonus { background: linear-gradient(135deg, rgba(232,119,34,0.04), rgba(232,119,34,0.08)); border-color: var(--orange-200); }
.card-feature__badge {
  display: inline-block;
  background: var(--orange-500);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

/* --------------------------------------------------------------------------
   CASE CARD (com número em destaque)
   -------------------------------------------------------------------------- */
.case-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 1.8rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.case-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.case-card__number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 900;
  color: var(--orange-500);
  line-height: 1;
  margin-bottom: 0.8rem;
}
.case-card__number--text {
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.case-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--blue-900);
  margin: 0 0 0.6rem;
  text-transform: uppercase;
}
.case-card p { margin: 0 0 1rem; color: var(--gray-700); line-height: 1.55; font-size: 0.95rem; }
.case-card__tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--blue-700);
  background: var(--blue-050);
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
  letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   AUDIENCE CARD (persona)
   -------------------------------------------------------------------------- */
.audience-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 1.8rem;
  text-align: left;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease);
}
.audience-card:hover {
  transform: translateY(-3px);
  border-color: var(--orange-300);
}
.audience-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--blue-900);
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}
.audience-card p { margin: 0; color: var(--gray-700); line-height: 1.55; font-size: 0.95rem; }

/* --------------------------------------------------------------------------
   TWO COL (2 colunas: texto + mídia)
   -------------------------------------------------------------------------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.two-col--reverse > .two-col__content { order: 1; }
.two-col--reverse > .two-col__media { order: 2; }
.two-col__content h2 { margin-bottom: 1rem; }
.two-col__content p { color: var(--gray-700); line-height: 1.65; margin: 0 0 1rem; font-size: 1.02rem; }
.two-col__content strong { color: var(--blue-900); }
.two-col__media { display: flex; justify-content: center; }
.two-col__media img {
  width: 100%;
  max-width: 480px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

@media (max-width: 980px) {
  .two-col { grid-template-columns: 1fr; gap: 2rem; }
  .two-col--reverse > .two-col__content { order: 2; }
  .two-col--reverse > .two-col__media { order: 1; }
}

/* Curso gratuito · #quem-somos: texto (3 parágrafos) tinha muito mais altura que a
   imagem (max-width 480 + centralizada), sobrando espaço vazio acima/abaixo dela. */
@media (min-width: 981px) {
  .lp--curso-gratuito #quem-somos .two-col { align-items: stretch; }
  .lp--curso-gratuito #quem-somos .two-col__media img { max-width: none; width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
}

/* --------------------------------------------------------------------------
   CONTAINER NARROW
   -------------------------------------------------------------------------- */
.container--narrow { max-width: 760px; }

/* --------------------------------------------------------------------------
   SECTION HEAD CENTERED
   -------------------------------------------------------------------------- */
.section__head--centered { text-align: center; margin-bottom: 2.5rem; }
.section__head--centered .eyebrow { justify-content: center; }

/* --------------------------------------------------------------------------
   SECTION CTA (fundo navy escuro)
   -------------------------------------------------------------------------- */
.section--cta {
  background: linear-gradient(135deg, var(--blue-950), var(--blue-900));
  color: var(--white);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.section--cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(800px 400px at 50% 0%, rgba(232,119,34,0.18), transparent 60%);
  pointer-events: none;
}
.section--cta .section__title { color: var(--white); }
.section--cta .section__lead { color: rgba(255,255,255,0.78); }

/* --------------------------------------------------------------------------
   FAQ (accordion)
   -------------------------------------------------------------------------- */
.faq { display: flex; flex-direction: column; gap: 0.8rem; }
.faq__item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s var(--ease);
}
.faq__item[open] { border-color: var(--orange-300); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.2rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  color: var(--blue-900);
  font-size: 1.02rem;
  transition: background 0.15s var(--ease);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { background: var(--blue-050); }
.faq__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--orange-500);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: transform 0.2s var(--ease);
}
.faq__item[open] .faq__icon { transform: rotate(45deg); }
.faq__answer { padding: 1rem 1.5rem 1.4rem; color: var(--gray-700); line-height: 1.6; }
/* Zera o padding legado de ".faq details p" (style.css) -- ele somava mais 1.6rem
   por cima do padding do .faq__answer, deixando o texto mais indentado que o
   título do acordeão (26px de diferença). Aqui os dois alinham na mesma margem. */
.faq__item .faq__answer p { padding: 0; margin: 0; }
.faq__answer a { color: var(--orange-600); text-decoration: underline; }

/* --------------------------------------------------------------------------
   FOOTER MINIMAL
   -------------------------------------------------------------------------- */
.footer--minimal {
  background: var(--blue-950);
  color: rgba(255,255,255,0.7);
  padding: 3rem 0 2rem;
  margin-top: 0;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
  text-align: left;
}
.footer__brand { display: flex; align-items: center; gap: 1.2rem; }
.footer__brand p { margin: 0; color: rgba(255,255,255,0.75); font-size: 0.88rem; }
.footer__brand strong { color: var(--white); }
.footer__meta { text-align: left; font-size: 0.82rem; }
.footer__meta p { margin: 0.2rem 0; }
.footer__meta a { color: rgba(255,255,255,0.78); text-decoration: underline; }
.footer__meta a:hover { color: var(--white); }
.footer__credit { margin-top: 0.6rem !important; font-size: 0.74rem; color: rgba(255,255,255,0.5); }
.footer__credit a { color: rgba(255,255,255,0.6); text-decoration: underline; }
.footer__credit a:hover { color: var(--white); }

@media (max-width: 640px) {
  .footer__inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .footer__meta { text-align: left; }
}

/* ==========================================================================
   AULA INAUGURAL — específico
   ========================================================================== */

/* EVENT CARD (data + duração + plataforma) */
.event-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 1.4rem;
  margin-top: 1.5rem;
  backdrop-filter: blur(6px);
}
.event-card__row {
  display: flex;
  align-items: flex-start;   /* ícone alinha ao título (1ª linha), não ao meio do bloco */
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.event-card__row:last-child { border-bottom: none; padding-bottom: 0; }
.event-card__row:first-child { padding-top: 0; }
.event-card__row svg { color: var(--orange-400); margin-top: 0.15rem; flex-shrink: 0; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.event-card__row strong { display: block; color: var(--white); font-size: 1.02rem; font-weight: 700; line-height: 1.3; }
.event-card__row span { color: rgba(255,255,255,0.7); font-size: 0.88rem; }

/* TIMELINE (estrutura por blocos) */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  margin-top: 2rem;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 4.2rem;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 2px;
  background: linear-gradient(to bottom, var(--orange-300), var(--blue-200));
  z-index: 0;
}
.timeline__item {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1.5rem;
  align-items: start;
  position: relative;
  z-index: 1;
}
.timeline__time {
  background: var(--blue-900);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-sm);
  text-align: center;
  letter-spacing: 0.04em;
  height: fit-content;
}
.timeline__item--highlight .timeline__time { background: var(--orange-500); }
.timeline__item h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--blue-900);
  margin: 0 0 0.4rem;
  text-transform: uppercase;
}
.timeline__item p { margin: 0; color: var(--gray-700); line-height: 1.5; font-size: 0.95rem; }

@media (max-width: 640px) {
  .timeline::before { left: 0.5rem; }
  .timeline__item { grid-template-columns: 1fr; gap: 0.6rem; padding-left: 1.6rem; }
  .timeline__time { justify-self: start; }
}

/* ==========================================================================
   OFERTA PACOTE — específico
   ========================================================================== */

/* HERO OFFER (variação do hero pra LP de venda) */
.hero--offer { padding-bottom: 3.5rem; }

/* OFFER CARD (cartão de preço destaque) */
.offer-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.4rem 2rem;
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--orange-300);
  position: relative;
  text-align: center;
}
.offer-card::before {
  content: 'PROMO LANÇAMENTO';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-glow-orange);
}

.offer-card__eyebrow {
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--blue-700);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0.5rem 0 0.8rem;
}

.offer-card__price-from {
  font-size: 0.94rem;
  color: var(--gray-500);
  margin: 0 0 0.2rem;
}
.offer-card__price-from s { color: var(--gray-700); margin-right: 0.3rem; }

.offer-card__price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.3rem;
  font-family: var(--font-display);
  margin: 0;
  color: var(--blue-900);
  line-height: 1;
}
.offer-card__currency { font-size: 1.6rem; font-weight: 700; margin-top: 0.6rem; }
.offer-card__amount { font-size: 4.5rem; font-weight: 900; }

.offer-card__discount {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--orange-600);
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0.4rem 0 1rem;
  text-transform: uppercase;
}

.offer-card__installments {
  font-size: 0.95rem;
  color: var(--gray-700);
  margin: 0 0 1.5rem;
}
.offer-card__installments strong { color: var(--blue-900); font-weight: 700; }
.offer-card__founder {
  font-size: 0.9rem;
  color: var(--blue-900);
  background: rgba(232,119,34,0.08);
  border: 1px solid var(--orange-200);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.9rem;
  margin: 0 0 1.4rem;
  line-height: 1.5;
}
.offer-card__founder strong { color: var(--orange-600); }

.offer-card__includes {
  list-style: none;
  padding: 1.2rem 0;
  margin: 0 0 1.5rem;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  text-align: left;
}
.offer-card__includes li {
  display: flex;
  align-items: flex-start;   /* ✓ ancora na 1ª linha em itens que quebram */
  gap: 0.7rem;
  padding: 0.55rem 0;
  color: var(--gray-800);
  font-size: 0.94rem;
}
.offer-card__includes li svg {
  color: var(--orange-500);
  margin-top: 0.2em;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.offer-card__legal {
  font-size: 0.76rem;
  color: var(--gray-500);
  margin: 1rem 0 0;
  line-height: 1.5;
}

.offer-card--final { max-width: 560px; margin: 0 auto; }

/* GUARANTEE CARD */
.guarantee-card {
  background: linear-gradient(135deg, var(--blue-050), var(--white));
  border: 2px solid var(--blue-200);
  border-radius: var(--radius-lg);
  padding: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  box-shadow: var(--shadow-sm);
}
.guarantee-card__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-900));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
}
.guarantee-card__icon svg {
  width: 40px;
  height: 40px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.guarantee-card h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--blue-900);
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
.guarantee-card p { margin: 0; color: var(--gray-700); line-height: 1.6; font-size: 1rem; }

@media (max-width: 640px) {
  .guarantee-card { flex-direction: column; text-align: center; padding: 1.8rem; }
  .offer-card__amount { font-size: 3.5rem; }
}

/* --------------------------------------------------------------------------
   CURSO GRATUITO · ritmo visual entre seções (5 aulas → FAQ)
   Antes: #conteudo e #quem-somos eram brancas puras e #cases/#b2g usavam
   .section--patterned (padrão quase imperceptível) — a sequência inteira lia
   como um bloco branco único, sem separação. Cada seção usa uma foto já
   existente no repo (relação direta com o conteúdo), lavada por um gradiente
   translúcido (mesmo recurso do .hero__overlay) pra virar textura de fundo
   sem brigar com o texto/cards — que continuam com bg sólido próprio.
   Linha fina no topo marca a transição entre todas.
   -------------------------------------------------------------------------- */
.lp--curso-gratuito #conteudo,
.lp--curso-gratuito #cases,
.lp--curso-gratuito #quem-somos,
.lp--curso-gratuito #b2g,
.lp--curso-gratuito #faq {
  border-top: 1px solid rgba(2, 41, 73, 0.07);
}
.lp--curso-gratuito #conteudo {
  background:
    linear-gradient(160deg, rgba(255,255,255,0.94) 0%, rgba(244,248,252,0.90) 100%),
    url('/assets/img/method-papers.webp') center/cover no-repeat;
}
.lp--curso-gratuito #cases {
  background:
    linear-gradient(160deg, rgba(244,248,252,0.88) 0%, rgba(255,255,255,0.80) 55%, rgba(255,248,242,0.88) 100%),
    url('/assets/img/trails-light.webp') center/cover no-repeat;
}
.lp--curso-gratuito #b2g {
  background:
    linear-gradient(160deg, rgba(244,248,252,0.90) 0%, rgba(255,255,255,0.85) 100%),
    url('/assets/img/city-aerial.webp') center/cover no-repeat;
}
.lp--curso-gratuito #faq {
  background:
    linear-gradient(160deg, rgba(255,255,255,0.93) 0%, rgba(250,251,252,0.88) 100%),
    url('/assets/img/library-light.webp') center/cover no-repeat;
}

/* --------------------------------------------------------------------------
   CURSO GRATUITO · rodapé centralizado
   -------------------------------------------------------------------------- */
.lp--curso-gratuito .footer__inner { align-items: center; text-align: center; }
.lp--curso-gratuito .footer__brand { flex-direction: column; gap: 0.5rem; }
.lp--curso-gratuito .footer__meta { text-align: center; }

/* --------------------------------------------------------------------------
   OBRIGADO · rodapé centralizado (mesmo padrão da curso-gratuito)
   -------------------------------------------------------------------------- */
.lp--obrigado .footer__inner { align-items: center; text-align: center; }
.lp--obrigado .footer__brand { flex-direction: column; gap: 0.5rem; }
.lp--obrigado .footer__meta { text-align: center; }

/* --------------------------------------------------------------------------
   ENCONTRO · Programação detalhada por dia (abaixo dos cards de tema)
   Adicionado 16/07/2026 — programação atualizada 15/07 (horários + convidados)
   -------------------------------------------------------------------------- */
.day-agenda { margin-top: 2.5rem; }
.day-agenda__head {
  display: flex; align-items: baseline; gap: 0.6rem; flex-wrap: wrap;
  padding-bottom: 0.8rem; border-bottom: 2px solid var(--orange-300);
}
.day-agenda__day {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.04em; color: var(--orange-600); font-size: 1.05rem;
}
.day-agenda__title {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  color: var(--blue-900); font-size: 1.25rem; margin: 0;
}
.day-agenda .timeline { margin-top: 1.5rem; }
.timeline__flag { font-size: 0.78rem; color: var(--orange-600); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }

/* --------------------------------------------------------------------------
   ENCONTRO · Grid de convidados (palestrantes confirmados)
   -------------------------------------------------------------------------- */
.speakers-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 2rem;
}
@media (max-width: 860px) { .speakers-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .speakers-grid { grid-template-columns: 1fr; } }
.speaker-card {
  background: var(--gray-050); border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 1.4rem 1.1rem; text-align: center;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.speaker-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.speaker-card__photo {
  width: 128px; height: 160px; object-fit: cover; border-radius: 14px; display: block;
  margin: 0 auto 0.9rem; border: 3px solid var(--white);
  box-shadow: 0 6px 16px rgba(2, 41, 73, 0.20), 0 0 0 1px var(--gray-200);
}
.speaker-card__flag {
  display: inline-flex; align-items: center; gap: 0.4rem; margin-bottom: 0.55rem;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--gray-700);
}
.speaker-card__flag svg { width: 22px; height: 15px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(2,41,73,0.15); flex-shrink: 0; }
.speaker-card h3 {
  font-family: var(--font-display); font-size: 1.08rem; font-weight: 700; color: var(--blue-900);
  margin: 0 0 0.35rem; text-transform: uppercase; letter-spacing: 0.01em; line-height: 1.15;
}
.speaker-card__role { margin: 0; color: var(--gray-700); font-size: 0.88rem; line-height: 1.45; }
