/* Espelho do padrão visual ensinus.tec.br — tokens oficiais da pasta Ensinus */
:root {
  --brand-blue: #0071bc;
  --brand-red: #e31e24;
  --brand-blue-light: #e8f4fc;
  --brand-red-light: #fdecea;
  --font-landing-display: "Bricolage Grotesque", "Bricolage Grotesque Fallback", Georgia, serif;
  --font-landing-body: "DM Sans", "DM Sans Fallback", ui-sans-serif, system-ui, sans-serif;
  --color-brand-blue: #0071bc;
  --color-brand-red: #e31e24;
  --color-brand-blue-light: #e8f4fc;
  --color-brand-red-light: #fdecea;
}
.text-brand-blue { color: #0071bc !important; }
.text-brand-red { color: #e31e24 !important; }
.bg-brand-blue { background-color: #0071bc; }
.bg-brand-red { background-color: #e31e24; }
.bg-brand-blue-light { background-color: #e8f4fc; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100%;
  color: #1e293b;
  background: #fff;
  font-family: var(--font-landing-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand-red); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--brand-blue); }
h1, h2, h3, h4 {
  font-family: var(--font-landing-display);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
  color: #0f172a;
  text-wrap: balance;
}

.skip {
  position: absolute; left: -999px; top: 0;
  background: var(--brand-blue); color: #fff; padding: 0.6rem 1rem; z-index: 80;
}
.skip:focus { left: 1rem; top: 1rem; }

.wrap { width: min(72rem, calc(100% - 2rem)); margin-inline: auto; }
.kicker {
  display: inline-block;
  color: var(--brand-red);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgb(255 255 255 / 0.6);
  background: rgb(255 255 255 / 0.8);
  backdrop-filter: blur(24px);
}
.header-inner {
  display: flex; align-items: center; gap: 1rem;
  height: 4.25rem;
}
.logo { flex-shrink: 0; margin-right: auto; }
.logo img { width: 128px; height: auto; max-height: 22px; }
.nav { display: none; align-items: center; gap: 1.5rem; }
.nav a {
  color: #475569; text-decoration: none; font-size: 0.875rem; font-weight: 500;
  white-space: nowrap;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--brand-blue); }
.nav .drop { position: relative; }
.nav .drop-trigger {
  display: inline-flex; align-items: center; gap: 0.2rem;
}
.nav .drop-trigger svg { opacity: 0.55; }
.nav .drop-menu {
  display: none; position: absolute; top: 90%; left: 0; min-width: 16.5rem; z-index: 50;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 0.75rem;
  padding: 0.5rem 0; box-shadow: 0 10px 15px rgb(15 23 42 / 0.08);
}
.nav .drop:hover .drop-menu, .nav .drop:focus-within .drop-menu { display: block; }
.nav .drop-menu a { display: block; padding: 0.5rem 1rem; font-size: 0.875rem; color: #334155; }
.nav .drop-menu a:hover { background: #e8f4fc; color: var(--brand-blue); }
.header-cta {
  flex-shrink: 0;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0 0.95rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}
.header-cta svg { flex-shrink: 0; }
@media (max-width: 479px) {
  .header-cta { width: 2.5rem; min-width: 2.5rem; padding: 0 !important; }
  .header-cta-label { display: none !important; }
}
.menu-btn {
  display: inline-flex;
  width: 2.5rem; height: 2.5rem; align-items: center; justify-content: center;
  flex-shrink: 0; border: 1px solid #e2e8f0; border-radius: 0.75rem;
  background: #fff; color: #0f172a; cursor: pointer;
}
@media (min-width: 1024px) {
  .logo { margin-right: 0; }
  .nav { display: flex; flex: 1; justify-content: center; }
  .header-cta { min-height: 2.75rem; padding: 0 1.25rem; font-size: 0.875rem; }
  .menu-btn { display: none; }
}
.mobile-label {
  margin: 0.25rem 0 0.15rem; padding: 0.4rem 0.75rem 0.1rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #94a3b8;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 2.75rem; padding: 0.5rem 1.25rem; border-radius: 999px;
  font-weight: 600; font-size: 0.875rem; text-decoration: none; border: 1px solid transparent; cursor: pointer;
  font-family: var(--font-landing-body);
}
.btn-primary {
  background: var(--brand-blue); color: #fff;
  box-shadow: 0 10px 15px rgb(0 113 188 / 0.2);
}
a.bg-brand-blue, a.btn-primary { color: #fff !important; }
a.btn-primary:hover, .header-cta:hover { background: rgb(0 113 188 / 0.9); color: #fff !important; }
.btn-ghost {
  background: #fff; color: var(--brand-blue); border-color: rgb(0 113 188 / 0.3);
}
.btn-ghost:hover { background: var(--brand-blue-light); color: var(--brand-blue); }
.btn-red { background: var(--brand-red); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }

.hero { padding: 0; overflow: hidden; }
.hero-copy { max-width: 36rem; }
.hero h1 {
  margin-top: 1.25rem;
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  font-weight: 800;
  line-height: 1.06;
}
.hero-photo-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: right center;
  opacity: 0.38;
}
.hero-fade-copy {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 0.96) 38%, rgb(255 255 255 / 0.72) 58%, rgb(255 255 255 / 0.28) 78%, transparent 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .hero-photo { opacity: 0.28; object-position: center 35%; }
  .hero-fade-copy {
    background: linear-gradient(180deg, rgb(255 255 255 / 0.96) 0%, rgb(255 255 255 / 0.92) 48%, rgb(255 255 255 / 0.7) 72%, rgb(255 255 255 / 0.35) 100%);
  }
}
.hero-fade-blue {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 4.5rem;
  background: linear-gradient(to top, rgb(0 113 188 / 0.18), transparent);
  pointer-events: none;
}
.pack-band ul { list-style: none; padding: 0; margin: 1.75rem 0 0; display: grid; gap: 1rem; }
@media (min-width: 640px) { .pack-band ul { grid-template-columns: 1fr 1fr 1fr; } }
.pack-band, .pack-band p, .pack-band li, .pack-band strong { color: #fff; }
.pack-band h3 { color: #fff; margin: 0; }
.sector-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .sector-pills { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.sector-pills a {
  display: flex; align-items: center; justify-content: center;
  width: 100%; min-width: 0; box-sizing: border-box;
  min-height: 2.85rem; padding: 0.55rem 0.65rem; text-align: center;
  border-radius: 999px; border: 1px solid rgb(0 113 188 / 0.18);
  background: #fff; color: var(--brand-blue);
  font-size: 0.8125rem; font-weight: 600; line-height: 1.2; text-decoration: none;
}
.sector-pills a:hover { background: var(--brand-blue-light); color: var(--brand-blue); }

.where-states {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .where-states { grid-template-columns: 1fr 1fr 1fr; }
}
.where-states article {
  border: 1px solid rgb(0 113 188 / 0.12);
  background: var(--brand-blue-light);
  border-radius: 1.25rem;
  padding: 1.35rem 1.4rem 1.5rem;
}
.where-uf {
  font-family: var(--font-landing-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--brand-red);
  margin: 0;
}
.where-states h4 {
  margin: 0.45rem 0 0.5rem;
  color: var(--brand-blue);
  font-size: 1.2rem;
}
.where-states p { margin: 0; font-size: 0.9rem; line-height: 1.55; color: #475569; }
.where-more { margin: 1.5rem 0 0; }
.where-more a { color: var(--brand-blue); font-weight: 600; font-size: 0.95rem; }

.city-chips {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  list-style: none; padding: 0; margin: 1rem 0 1.5rem;
}
.city-chips li {
  border-radius: 999px;
  border: 1px solid rgb(0 113 188 / 0.15);
  background: #fff;
  padding: 0.4rem 0.85rem;
  font-size: 0.85rem;
  color: #334155;
}
.prose .where-states { max-width: none; }
.lede { margin-top: 1.25rem; font-size: 1.125rem; line-height: 1.7; color: #475569; text-wrap: pretty; }

.hero-visual {
  position: relative; min-height: 22rem; border-radius: 1.5rem; overflow: hidden;
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; min-height: 22rem; }
.hero-visual figcaption {
  position: absolute; left: 1rem; bottom: 1rem;
  background: rgb(15 23 42 / 0.72); color: #fff; padding: 0.4rem 0.7rem;
  border-radius: 0.5rem; font-size: 0.75rem;
}

.stats {
  display: grid; grid-template-columns: repeat(2, 1fr);
  border-block: 1px solid rgb(0 113 188 / 0.2);
  background: var(--brand-blue);
}
.stat {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; color: #fff; padding: 2.5rem 1.5rem;
  border-right: 1px solid rgb(255 255 255 / 0.15);
  border-bottom: 1px solid rgb(255 255 255 / 0.15);
  background: var(--brand-blue);
}
.stat::before {
  content: ""; display: block; width: 2rem; height: 0.25rem; border-radius: 999px;
  background: var(--brand-red); margin-bottom: 0.75rem;
}
.stat strong {
  display: block; font-family: var(--font-landing-display);
  font-size: 2.25rem; font-weight: 700; line-height: 1; color: #fff;
}
.stat span { display: block; margin-top: 0.75rem; color: rgb(255 255 255 / 0.85); font-size: 0.9375rem; font-weight: 400; }
@media (min-width: 768px) {
  .stats { grid-template-columns: repeat(4, 1fr); }
  .stat { border-bottom: 0; }
  .stat strong { font-size: 3rem; }
}

.section { padding: 4rem 0; }
.section-head { max-width: 48rem; margin-bottom: 2.5rem; }
.section h2 {
  font-size: clamp(1.875rem, 3.4vw, 2.5rem);
  font-weight: 700;
  color: var(--brand-blue);
}
.muted { color: #475569; }

.grid-3, .grid-2, .grid-4 { display: grid; gap: 1.5rem; }
@media (min-width: 768px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.card, .dossier {
  background: #fff;
  border: 1px solid rgb(0 113 188 / 0.15);
  border-radius: 1rem;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.04);
}
a.card:hover, a.dossier:hover { border-color: rgb(0 113 188 / 0.3); }
.card h3, .dossier h3 {
  font-family: var(--font-landing-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--brand-blue);
}
.num {
  font-family: var(--font-landing-display); color: var(--brand-red);
  font-size: 0.85rem; letter-spacing: 0.12em; font-weight: 800; display: block; margin-bottom: 0.4rem;
}

.pillars { display: grid; gap: 1rem; }
@media (min-width: 800px) { .pillars { grid-template-columns: repeat(5, 1fr); } }
.pillar {
  background: #fff; color: #475569; padding: 1.5rem;
  border-radius: 1rem; border: 1px solid rgb(0 113 188 / 0.15);
}
.pillar strong {
  display: block; font-family: var(--font-landing-display);
  font-size: 1.05rem; margin-bottom: 0.35rem; color: var(--brand-blue);
}
.pillar p { margin: 0; font-size: 0.9rem; }

.stack { display: grid; gap: 0.65rem; margin: 1.6rem 0; }
.stack-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 0.7rem; align-items: center;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 999px; padding: 0.55rem 0.9rem;
  font-weight: 700; font-size: 0.88rem;
}
.plus { color: var(--brand-red); font-weight: 800; }

.prose { max-width: 46rem; color: #334155; }
.prose p { margin: 0 0 1rem; text-wrap: pretty; }
.prose ul, .prose ol { margin: 0 0 1.2rem; padding-left: 1.2rem; }
.prose li { margin: 0.35rem 0; }
.prose h2 { margin-top: 2.2rem; font-size: 1.5rem; color: var(--brand-blue); }
.prose h3 { margin-top: 1.6rem; font-size: 1.2rem; color: var(--brand-blue); }
.callout {
  background: var(--brand-blue-light); border-left: 4px solid var(--brand-blue);
  padding: 1rem 1.1rem; border-radius: 0.75rem; margin: 1.4rem 0;
}
.callout-red { background: var(--brand-red-light); border-left-color: var(--brand-red); }

.crumbs { font-size: 0.875rem; color: #64748b; margin: 1.2rem 0 1.6rem; overflow-wrap: anywhere; }
.crumbs a { color: #64748b; text-decoration: none; }
.crumbs a:hover { color: var(--brand-blue); }

.page-hero { padding: 2.5rem 0 0.5rem; }
.page-hero h1 {
  margin-top: 0.75rem;
  font-size: clamp(1.875rem, 4.5vw, 2.5rem) !important;
  font-weight: 700;
  color: var(--brand-blue);
}

.faq details {
  background: #fff; border: 1px solid #e2e8f0;
  border-radius: 1rem; padding: 0 1.25rem; margin: 0.5rem 0;
}
.faq summary { cursor: pointer; font-weight: 600; padding: 1rem 0; color: #0f172a; }
.faq details p { margin: 0 0 1rem; color: #475569; font-size: 0.875rem; }

.form {
  display: grid; gap: 0.85rem; background: #f8fafc;
  border: 1px solid #e2e8f0; border-radius: 1.5rem; padding: 2rem;
}
.form label { font-size: 0.875rem; font-weight: 600; display: grid; gap: 0.35rem; }
.form input, .form select, .form textarea {
  font: inherit; padding: 0.7rem 0.8rem; border-radius: 0.75rem;
  border: 1px solid #e2e8f0; background: #fff;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: 2px solid rgb(0 113 188 / 0.35); border-color: var(--brand-blue);
}
.form-grid { display: grid; gap: 0.85rem; }
@media (min-width: 720px) { .form-grid { grid-template-columns: 1fr 1fr; } }

.site-footer { margin-top: 0; border-top: 1px solid #e2e8f0; background: #fff; color: #475569; padding: 3rem 0 1.4rem; }
.site-footer a { color: #475569; text-decoration: none; }
.site-footer a:hover { color: var(--brand-blue); }
.foot-grid { display: grid; gap: 1.6rem; }
@media (min-width: 800px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 0.9fr; } }
.site-footer h2 { font-size: 0.875rem; color: #0f172a; letter-spacing: 0; text-transform: none; font-family: var(--font-landing-body); font-weight: 600; }
.site-footer ul { list-style: none; margin: 0.5rem 0 0; padding: 0; display: grid; gap: 0.4rem; font-size: 0.875rem; }
.foot-note { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid #f1f5f9; font-size: 0.75rem; color: #94a3b8; text-align: center; }
.portal-line { font-size: 0.875rem; color: #64748b; max-width: 36rem; }

.mobile-nav { display: none; }
.mobile-nav.open { display: block; border-top: 1px solid #e2e8f0; background: #fff; }
.mobile-panel {
  width: 100%; padding: 1rem 1.5rem 1.25rem; display: grid; gap: 0.15rem;
}
.mobile-panel a {
  text-decoration: none; color: #334155; font-weight: 500; font-size: 0.875rem;
  padding: 0.65rem 0.75rem; border-radius: 0.5rem;
}
.mobile-panel a:hover { background: #e8f4fc; color: var(--brand-blue); }

.search { display: flex; gap: 0.5rem; margin: 1.2rem 0 1.6rem; }
.search input { flex: 1; font: inherit; padding: 0.75rem 0.9rem; border: 1px solid #e2e8f0; border-radius: 999px; }

.media-card img { width: 100%; height: 10.5rem; object-fit: cover; border-radius: 0.75rem; margin-bottom: 0.8rem; }
.journey { counter-reset: step; display: grid; gap: 0.8rem; padding: 0; }
@media (min-width: 768px) { .journey { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .journey { grid-template-columns: 1fr 1fr 1fr; } }
.journey li {
  list-style: none; background: #fff; border: 1px solid #e2e8f0;
  border-radius: 1rem; padding: 1rem 1rem 1rem 3.4rem; position: relative;
}
.journey li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0.85rem; top: 1rem;
  width: 1.7rem; height: 1.7rem; border-radius: 50%;
  background: var(--brand-blue); color: #fff; display: grid; place-items: center;
  font-size: 0.78rem; font-weight: 800;
}

.cta-band {
  position: relative;
  overflow: hidden;
  background: var(--brand-blue);
  color: #fff;
  border-radius: 2rem;
  text-align: center;
}
.cta-band-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0.42;
  pointer-events: none;
}
.cta-band-veil {
  position: absolute; inset: 0;
  background: rgb(0 113 188 / 0.62);
  pointer-events: none;
}
.cta-band h2,
.cta-band p,
.cta-band a { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: clamp(1.75rem, 3vw, 2.25rem); margin: 0; text-wrap: balance; }
.cta-band p { color: rgb(255 255 255 / 0.9); }
.cta-band a:hover { color: inherit; }
.cta-band .btn-primary { background: #fff; color: var(--brand-blue); }
.cta-band .btn-ghost { color: #fff; border-color: rgb(255 255 255 / 0.4); background: transparent; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Quebra de título só no ponto marcado — evita a segunda linha “órfã”. */
.title-break br { display: none; }
@media (min-width: 768px) {
  .title-break br { display: inline; }
}
.nowrap { white-space: nowrap; }

.equipe-photo {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 3.5rem 0 0;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgb(226 232 240 / 0.8);
  background: #fff;
  box-shadow: 0 20px 25px -5px rgb(15 23 42 / 0.05), 0 8px 10px -6px rgb(15 23 42 / 0.04);
}
.equipe-photo img {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  display: block;
}
.equipe-photo figcaption {
  margin: 0;
  padding: 0.85rem 1.25rem 1.1rem;
  font-size: 0.875rem;
  color: #64748b;
  text-align: center;
}
.prose .equipe-photo { max-width: 100%; margin: 1.5rem 0 2rem; }
@media (max-width: 767px) {
  .equipe-photo { border-radius: 1rem; }
}

.nav a.nav-featured {
  color: var(--brand-blue);
  font-weight: 700;
}

.toc {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem 1.25rem;
  padding: 1rem 0 0.25rem;
  font-size: 0.875rem;
}
.toc > p {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--brand-red);
}
.toc ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.toc a { color: var(--brand-blue); font-weight: 600; }
.toc a:hover { color: var(--brand-red); }

.formula {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.formula article {
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid rgb(0 113 188 / 0.18);
  border-radius: 1rem;
  padding: 1.15rem 0.85rem 1rem;
  text-align: center;
}
.formula article strong {
  display: block;
  font-family: var(--font-landing-display);
  font-size: 1.05rem;
  color: var(--brand-blue);
  margin-bottom: 0.35rem;
}
.formula article p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #64748b;
}
.formula article:not(:last-child)::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  color: var(--brand-red);
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}
.formula article:nth-child(even)::after { content: none; }
@media (max-width: 719px) {
  .formula article:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 0.375rem);
    justify-self: center;
    width: 100%;
  }
}
.formula-plus { display: none; }
@media (min-width: 720px) {
  .formula {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .formula article { grid-column: span 2; }
  .formula article:nth-child(5) { grid-column: 2 / span 2; }
  .formula article:nth-child(even)::after { content: "+"; }
  .formula article:nth-child(4)::after,
  .formula article:last-child::after { content: none; }
}
@media (min-width: 1100px) {
  .formula { grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .formula article,
  .formula article:nth-child(5) { grid-column: auto / span 1; }
  .formula article:nth-child(even)::after,
  .formula article:nth-child(4)::after { content: "+"; }
  .formula article:last-child::after { content: none; }
}
.formula-eq {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  margin: 1.5rem 0 0;
  padding: 1.15rem 1.5rem;
  border-radius: 1.25rem;
  background: var(--brand-blue);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.45;
}
.formula-eq::before {
  content: "=";
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1;
  opacity: 0.85;
}
.formula-eq strong {
  display: block;
  font-family: var(--font-landing-display);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #fff;
  font-weight: 800;
}

.etapas-kicker {
  margin: 0;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brand-red);
}
.etapas-title {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  color: #0f172a;
}
.etapas-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .etapas-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.etapa-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgb(0 113 188 / 0.15);
  border-radius: 1.25rem;
  padding: 1.5rem 1.4rem 1.35rem;
  color: inherit;
  text-decoration: none;
}
.etapa-card:hover {
  border-color: rgb(0 113 188 / 0.35);
  color: inherit;
}
.etapa-card h3 {
  margin: 0.35rem 0 0;
  font-size: 1.25rem;
  color: var(--brand-blue);
}
.etapa-card p {
  margin: 0.65rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #475569;
  flex: 1;
}
.etapa-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
}
.etapa-card li {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--brand-blue);
  background: var(--brand-blue-light);
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
}

.aula-cycle {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.25rem 0;
}
@media (min-width: 768px) {
  .aula-cycle { grid-template-columns: repeat(4, 1fr); }
}
.aula-cycle li {
  list-style: none;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  background: #fff;
}
