/* Layout público EAD - header institucional (modelo Renascer) */
body.ead-public-site {
  --ead-hero-banner-height: 720px;
  --hero-height: 720px;
  --ead-navy: var(--accent, #0b148e);
  --ead-navy-dark: var(--accent-hover, #080f68);
  --ead-yellow: #ffcd00;
  --ead-red: #e30613;
  --ead-text: #1a1a1a;
  --ead-text-muted: #4a4a4a;
  --ead-header-bg: var(--accent, #0b148e);
  --ead-header-top-bg: var(--accent, #0b148e);
  --ead-header-bar-border: rgba(255, 255, 255, 0.08);
  --ead-nav-link: #ffffff;
  --ead-nav-link-hover: rgba(255, 255, 255, 0.85);
  --ead-btn-inscreva-bg: #ffcd00;
  --ead-btn-inscreva-color: #000a1a;
  --ead-btn-inscreva-hover-bg: #ffe566;
  --ead-page-bg: #f4f4f4;
  --ead-main-bg: #ffffff;
  --ead-surface: #ffffff;
  --ead-surface-2: #f8f9fb;
  --ead-surface-muted: #f3f4f8;
  --ead-border: #e5e5e5;
  --ead-border-strong: #d1d5db;
  --ead-input-bg: #ffffff;
  --ead-input-border: #e5e7eb;
  --ead-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
  --ead-font-step: 0;
  --ead-header-max: 1580px;
  --bs-font-sans-serif: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  --bs-body-font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  background: var(--ead-page-bg) !important;
  color: var(--ead-text) !important;
  background-image: none !important;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
}

body.ead-public-site.ead-theme-dark {
  /* Cor primária vira preto no modo escuro */
  --ead-header-bg: #000000;
  --ead-header-top-bg: #000000;
  --ead-navy: #000000;
  --ead-navy-dark: #000000;
  --ead-primary: #000000;
  --ead-accent-ink: #ffffff;
  --ead-header-bar-border: rgba(255, 255, 255, 0.12);
  --ead-nav-link: #e8e8ec;
  --ead-nav-link-hover: #ffffff;
  --ead-btn-inscreva-bg: #ffcd00;
  --ead-btn-inscreva-color: #000a1a;
  --ead-btn-inscreva-hover-bg: #ffe566;
  --ead-page-bg: #121217;
  --ead-main-bg: #1a1a22;
  --ead-surface: #22222c;
  --ead-surface-2: #1e1e26;
  --ead-surface-muted: #2a2a34;
  --ead-text: #f0f0f0;
  --ead-text-muted: #a8a8b0;
  --ead-border: #3a3a45;
  --ead-border-strong: #4a4a58;
  --ead-input-bg: #1a1a22;
  --ead-input-border: #3a3a45;
  --ead-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  background: var(--ead-page-bg) !important;
  color: var(--ead-text) !important;
  color-scheme: dark;
}

body.ead-public-site .site-wrap {
  max-width: 100%;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

body.ead-public-site .site-main {
  flex: 1 0 auto;
  padding-top: 0;
  margin-top: 0;
  background: #ffffff;
}

/* Escala de fonte (acessibilidade) */
html.ead-fs-0 { font-size: 100%; }
html.ead-fs-1 { font-size: 106.25%; }
html.ead-fs-2 { font-size: 112.5%; }
html.ead-fs--1 { font-size: 93.75%; }

/* Header - duas faixas em azul escuro */
.ead-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--ead-header-bg);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  overflow: visible;
  /* 0 = topo · 1 = compacto (atualizado no scroll via JS) */
  --ead-header-compact: 0;
  --ead-top-max: 3.15rem;
}

body.ead-public-site .ead-header .container {
  max-width: var(--ead-header-max);
  width: 100%;
}

.ead-header-top,
.ead-header-main {
  background: var(--ead-header-top-bg);
}

.ead-header-top {
  border-bottom: 1px solid var(--ead-header-bar-border);
  font-size: 0.8125rem;
  overflow: hidden;
  max-height: var(--ead-top-max);
  opacity: 1;
  transition: max-height 0.28s ease, opacity 0.22s ease, border-color 0.22s ease;
}

.ead-header.is-compact .ead-header-top {
  max-height: 0;
  opacity: 0;
  border-bottom-color: transparent;
  pointer-events: none;
}

.ead-header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.ead-a11y {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.ead-a11y-btn {
  border: none;
  background: transparent;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8125rem;
  padding: 0.15rem 0.35rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.15s, opacity 0.15s;
}

.ead-a11y-btn:hover {
  color: var(--ead-yellow);
  opacity: 0.95;
}

.ead-a11y-divider {
  width: 1px;
  height: 1.1rem;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0.15rem;
}

.ead-theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.ead-theme-icon {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.ead-theme-switch {
  position: relative;
  display: inline-block;
  width: 2.35rem;
  height: 1.15rem;
  margin: 0;
  cursor: pointer;
}

.ead-theme-switch-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ead-theme-switch-track {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  transition: background 0.2s;
}

.ead-theme-switch-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(1.15rem - 4px);
  height: calc(1.15rem - 4px);
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.ead-theme-switch-input:checked + .ead-theme-switch-track .ead-theme-switch-thumb {
  transform: translateX(1.2rem);
}

.ead-theme-switch-input:checked + .ead-theme-switch-track {
  background: rgba(255, 255, 255, 0.35);
}

.ead-header-top-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ead-top-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.8125rem;
  white-space: nowrap;
  transition: color 0.15s, opacity 0.15s;
}

.ead-top-link:hover {
  color: var(--ead-yellow);
}

.ead-top-link-icon {
  font-size: 0.95rem;
  opacity: 0.9;
}

.ead-top-link-highlight {
  color: var(--ead-yellow);
  font-weight: 600;
  text-decoration: none;
}

.ead-top-link-highlight:hover {
  color: #ffe566;
}

.ead-top-user {
  opacity: 0.92;
  font-weight: 500;
  cursor: default;
  pointer-events: none;
}

/* ── Chip premium do aluno logado ── */
.ead-top-user-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.15rem 0.7rem 0.15rem 0.18rem;
  cursor: default;
  transition: background 0.15s;
}
.ead-top-user-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
  display: block;
}
.ead-top-user-avatar--initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  font-weight: 700;
  font-size: 0.7rem;
  color: #fff;
  letter-spacing: 0;
}
.ead-top-user-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Separador entre chip e links */
.ead-top-user-chip + .ead-top-link {
  position: relative;
  padding-left: 1.1rem;
  margin-left: 0.1rem;
}
.ead-top-user-chip + .ead-top-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.2);
}

/* Sair: tom mais apagado, vermelho no hover */
.ead-top-link-exit { opacity: 0.65; }
.ead-top-link-exit:hover { color: #fca5a5; opacity: 1; }

.ead-top-chevron {
  font-size: 0.6rem;
  opacity: 0.85;
}

/* Barra principal: logo | busca | menu + CTA (sem sobreposição) */
.ead-header-main {
  position: relative;
  padding-top: 0.65rem;
  padding-bottom: 0.85rem;
  overflow: visible;
  z-index: 5;
}

.ead-header-main-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 1.25rem;
  min-height: 4.5rem;
}

.ead-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  grid-column: 1;
}

.ead-brand-img {
  height: 3.25rem;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.ead-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ead-brand-symbol {
  display: inline-flex;
  line-height: 0;
  flex-shrink: 0;
}

.ead-brand-symbol-svg {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
}

.ead-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.ead-brand-renascer {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-transform: uppercase;
}

.ead-brand-educa {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: -0.15rem;
}

.ead-header-search {
  position: relative;
  grid-column: 2;
  width: 100%;
  max-width: 18rem;
  margin: 0;
  transform: none;
  z-index: 30;
  pointer-events: auto;
  justify-self: center;
}

.ead-header-search-field,
.ead-header-search-input,
.ead-header-search-btn {
  pointer-events: auto;
}

.ead-header-search-field {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  min-height: 2.5rem;
  padding: 0 0.3rem 0 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.ead-header-search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0.45rem 0.5rem 0.45rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1a1a;
  outline: none;
}

.ead-header-search-input::placeholder {
  color: #9ca3af;
}

.ead-header-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #4b5563;
  font-size: 1.1rem;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
}

.ead-header-search-btn:hover {
  color: var(--ead-navy);
  background: rgba(11, 20, 142, 0.06);
}

.ead-hero-search-form {
  position: relative;
  z-index: 5;
}

.ead-busca-suggest {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  min-width: min(22rem, 92vw);
  max-height: min(70vh, 26rem);
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
  padding: 0.4rem 0;
  z-index: 40;
}

.ead-hero-search-form .ead-busca-suggest {
  min-width: 100%;
  right: auto;
  width: 100%;
}

.ead-busca-suggest[hidden] {
  display: none !important;
}

.ead-busca-suggest-label {
  margin: 0.35rem 0.85rem 0.25rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.ead-busca-suggest-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0.55rem 0.85rem;
  border: none;
  background: transparent;
  text-align: left;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
}

.ead-busca-suggest-item:hover,
.ead-busca-suggest-item.is-active {
  background: rgba(11, 20, 142, 0.06);
}

.ead-busca-suggest-thumb {
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.55rem;
  object-fit: cover;
  background: #eef2ff;
}

.ead-busca-suggest-thumb--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ead-navy, #0b148e);
  font-size: 1.05rem;
}

.ead-busca-suggest-meta {
  min-width: 0;
  flex: 1 1 auto;
}

.ead-busca-suggest-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ead-busca-suggest-sub {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ead-busca-suggest-empty,
.ead-busca-suggest-more {
  display: block;
  padding: 0.7rem 0.85rem;
  font-size: 0.8125rem;
  color: #64748b;
  text-decoration: none;
}

.ead-busca-suggest-more {
  color: var(--ead-navy, #0b148e);
  font-weight: 500;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  margin-top: 0.25rem;
}

.ead-busca-suggest-more:hover {
  background: rgba(11, 20, 142, 0.04);
}

.ead-header-search-btn.is-loading,
.ead-search-submit.is-loading {
  pointer-events: none;
  opacity: 0.85;
}

.ead-header-search-btn.is-loading .bi,
.ead-search-submit.is-loading .bi {
  display: none;
}

.ead-header-search-btn.is-loading::after,
.ead-search-submit.is-loading::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(11, 20, 142, 0.2);
  border-top-color: var(--ead-navy, #0b148e);
  border-radius: 50%;
  animation: ead-search-spin 0.7s linear infinite;
}

.ead-search-loader {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 65% 50% at 50% 40%, rgba(255, 205, 0, 0.1) 0%, transparent 55%),
    linear-gradient(
      160deg,
      rgba(11, 20, 142, 0.55) 0%,
      rgba(8, 15, 104, 0.48) 45%,
      rgba(11, 20, 142, 0.58) 100%
    );
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
}

.ead-search-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
}

.ead-search-loader-spin {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: var(--ead-yellow, #ffcd00);
  border-radius: 50%;
  animation: ead-search-spin 0.75s linear infinite;
}

.ead-search-loader-text {
  margin: 0;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@keyframes ead-search-spin {
  to {
    transform: rotate(360deg);
  }
}

body.ead-search-loading {
  overflow: hidden;
}

.ead-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.ead-header-main .ead-nav-toggle-bar {
  display: block;
  width: 1.35rem;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}

.ead-header-nav-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem 1rem;
  grid-column: 3;
  min-width: 0;
  margin-left: 0;
  position: relative;
  z-index: 20;
  overflow: visible;
  justify-self: end;
}

.ead-nav-main {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 1;
  min-width: 0;
  overflow: visible;
  position: relative;
  z-index: 21;
}

.ead-nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.15rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ead-nav-item {
  position: relative;
}

.ead-nav-list a,
.ead-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--ead-nav-link);
  text-decoration: none;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.15s;
  background: transparent;
  border: none;
  padding: 0.45rem 0.15rem;
  cursor: pointer;
  line-height: 1.2;
}

.ead-nav-chevron {
  font-size: 0.6rem;
  opacity: 0.85;
  margin-top: 0.05rem;
  transition: transform 0.2s ease;
}

.ead-nav-item.is-open > .ead-nav-trigger .ead-nav-chevron {
  transform: rotate(180deg);
}

.ead-nav-list a:hover,
.ead-nav-trigger:hover,
.ead-nav-item.is-open > .ead-nav-trigger {
  color: var(--ead-nav-link-hover);
}

.ead-nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  transform: none;
  min-width: 18rem;
  max-width: min(24rem, calc(100vw - 1.5rem));
  max-height: min(70vh, 28rem);
  overflow-y: auto;
  padding: 0.55rem 0;
  margin-top: 0.15rem;
  background: #ffffff;
  border-radius: 0.65rem;
  box-shadow: 0 12px 32px rgba(0, 10, 40, 0.22);
  z-index: 200;
  border: 1px solid rgba(11, 20, 142, 0.08);
}

/* Últimos itens: abre à esquerda para não sair da tela */
.ead-nav-item:nth-last-child(-n+2) .ead-nav-dropdown {
  left: auto;
  right: 0;
}

/* Abre somente com clique (.is-open) - sem hover */
.ead-nav-item.is-open > .ead-nav-dropdown {
  display: block;
}

.ead-nav-dropdown[hidden] {
  display: none !important;
}

.ead-nav-dropdown-all {
  display: block !important;
  padding: 0.55rem 1rem 0.65rem !important;
  margin: 0 0 0.25rem;
  color: var(--ead-navy, #0b148e) !important;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  white-space: normal !important;
  border-bottom: 1px solid rgba(11, 20, 142, 0.08);
}

.ead-nav-dropdown-all:hover {
  color: var(--ead-navy-dark, #080f68) !important;
  background: rgba(11, 20, 142, 0.04);
}

.ead-nav-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0.15rem 0 0.25rem;
}

.ead-nav-dropdown-list a,
.ead-nav-dropdown-soon {
  display: block;
  padding: 0.5rem 1rem;
  color: #1a1a2e;
  text-decoration: none;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  white-space: normal;
  line-height: 1.35;
}

.ead-nav-dropdown-list a:hover {
  background: rgba(11, 20, 142, 0.06);
  color: var(--ead-navy, #0b148e);
}

.ead-nav-dropdown-soon {
  color: #6b7280;
  cursor: default;
}

.ead-nav-dropdown-soon em {
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #b45309;
  margin-left: 0.35rem;
}

.ead-header-main .ead-btn-inscreva {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.85rem;
  padding: 0.72rem 1.35rem;
  background: var(--ead-btn-inscreva-bg);
  color: var(--ead-btn-inscreva-color) !important;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s, transform 0.15s;
}

.ead-header-main .ead-btn-inscreva .ead-icon-sparkle {
  width: 1.85rem;
}

.ead-icon-sparkle {
  display: block;
  flex-shrink: 0;
  width: 1.85rem;
  height: auto;
  aspect-ratio: 32 / 24;
}

.ead-header-main .ead-btn-inscreva:hover {
  background: var(--ead-btn-inscreva-hover-bg);
  color: var(--ead-btn-inscreva-color) !important;
  transform: translateY(-1px);
}

/* Dobra - Encontre o curso ideal */
.ead-cursos-fold {
  background: #ffffff;
  padding: 3.5rem 0 4rem;
  margin-top: 0;
}

body.ead-public-site.ead-theme-dark .ead-cursos-fold {
  background: var(--ead-main-bg);
}

.ead-cursos-fold-container {
  max-width: var(--ead-header-max, 1580px);
}

.ead-cursos-fold-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.ead-cursos-fold-title {
  font-size: clamp(1.9rem, 3.2vw, 2.45rem);
  font-weight: 600;
  color: var(--ead-navy, #0b148e);
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  line-height: 1.12;
}

.ead-cursos-fold-subtitle {
  margin: 0;
  font-size: 1rem;
  color: #6b7280;
  max-width: 36rem;
  line-height: 1.55;
}

.ead-cursos-fold-cta-all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  padding: 0.55rem 1.15rem;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  color: #374151;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  background: #fff;
  transition: border-color 0.15s, color 0.15s, box-shadow 0.15s;
}

.ead-cursos-fold-cta-all:hover {
  border-color: var(--ead-navy, #0b148e);
  color: var(--ead-navy, #0b148e);
}

.ead-cursos-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.75rem;
  padding: 0.25rem;
}

.ead-cursos-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #dbe1ef;
  background: #fff;
  color: #374151;
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.ead-cursos-tab:hover {
  border-color: color-mix(in srgb, var(--ead-navy, #0b148e) 35%, #dbe1ef);
  color: var(--ead-navy, #0b148e);
}

.ead-cursos-tab.is-active {
  background: var(--ead-navy, #0b148e);
  border-color: var(--ead-navy, #0b148e);
  color: #fff;
}

.ead-cursos-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(11, 20, 142, 0.08);
  color: inherit;
}

.ead-cursos-tab.is-active .ead-cursos-tab-count {
  background: rgba(255, 255, 255, 0.2);
}

.ead-curso-card.is-hidden,
.ead-curso-card[hidden] {
  display: none !important;
}

.ead-curso-card-cat {
  margin: 0 0 0.4rem;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
}

.ead-cursos-tabs-empty {
  margin: 0.5rem 0 0;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.95rem;
  border: 1px dashed #d1d5db;
  border-radius: 0.75rem;
  background: #f9fafb;
}

body.ead-public-site.ead-theme-dark .ead-cursos-tab {
  background: var(--ead-surface, #151824);
  border-color: rgba(255, 255, 255, 0.12);
  color: #e5e7eb;
}

body.ead-public-site.ead-theme-dark .ead-cursos-tab.is-active {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

body.ead-public-site.ead-theme-dark .ead-cursos-tabs-empty {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.12);
  color: #9ca3af;
}

.ead-cursos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.ead-cursos-grid--page {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.ead-cursos-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.ead-cursos-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1.5rem;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: #374151;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s, opacity 0.15s;
}

.ead-cursos-more-btn:hover {
  border-color: var(--ead-navy, #0b148e);
  color: var(--ead-navy, #0b148e);
}

.ead-cursos-more-btn:disabled {
  cursor: wait;
  opacity: 0.85;
}

.ead-cursos-more-btn .bi {
  font-size: 0.9rem;
  transition: transform 0.15s;
}

.ead-cursos-more-btn:hover .bi {
  transform: translateY(2px);
}

.ead-cursos-grid-wrap {
  position: relative;
  min-height: 4rem;
}

.ead-cursos-grid-wrap.is-loading .ead-cursos-grid {
  opacity: 0.35;
  pointer-events: none;
  filter: saturate(0.85);
}

.ead-cursos-grid-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}

.ead-cursos-grid-loader[hidden] {
  display: none !important;
}

.ead-curso-card.is-revealing {
  animation: ead-curso-card-in 0.35s ease both;
}

@keyframes ead-curso-card-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Loader global do site: ver assets/css/ead-page-loader.css */

body.ead-public-site.ead-theme-dark .ead-cursos-more-btn {
  background: var(--ead-surface);
  border-color: var(--ead-border-strong);
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-cursos-more-btn:hover {
  border-color: var(--ead-yellow, #ffcd00);
  color: var(--ead-yellow, #ffcd00);
}

.ead-curso-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: none;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 32px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ead-curso-fav-btn {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 4;
  width: 2.35rem;
  height: 2.35rem;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  cursor: pointer;
  color: #64748b;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.14);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
}

.ead-curso-fav-btn:hover {
  color: #e11d48;
  transform: scale(1.06);
}

.ead-curso-fav-btn.is-fav {
  color: #e11d48;
}

.ead-curso-fav-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.ead-curso-fav-btn--detail {
  position: static;
  width: auto;
  height: auto;
  min-height: 2.65rem;
  margin-top: 0.65rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: none;
  width: 100%;
}

.ead-curso-fav-btn--detail:hover {
  transform: none;
  border-color: rgba(225, 29, 72, 0.35);
  color: #e11d48;
  background: #fff5f7;
}

.ead-curso-fav-btn--detail.is-fav {
  border-color: rgba(225, 29, 72, 0.28);
  background: #fff5f7;
  color: #e11d48;
}

.ead-curso-fav-btn--on-cover {
  top: 0.65rem;
  right: 0.65rem;
}

.ead-curso-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 2px 4px rgba(15, 23, 42, 0.04),
    0 20px 48px rgba(15, 23, 42, 0.14);
}

.ead-curso-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.ead-curso-card-link:focus-visible {
  outline: none;
}

.ead-curso-card-link:focus-visible .ead-curso-card-body {
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--ead-navy, #0b148e) 35%, transparent);
}

.ead-curso-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0f172a;
}

.ead-curso-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.05) 0%,
    rgba(15, 23, 42, 0.15) 45%,
    rgba(15, 23, 42, 0.55) 100%
  );
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.35s ease;
}

.ead-curso-card:hover .ead-curso-card-media::after {
  opacity: 0.92;
}

.ead-curso-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ead-curso-card:hover .ead-curso-card-img {
  transform: scale(1.06);
}

.ead-curso-card-img--placeholder {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--ead-navy, #0b148e) 22%, #e8ecf8) 0%,
    #f4f6fb 48%,
    color-mix(in srgb, var(--ead-navy, #0b148e) 12%, #dfe6f5) 100%
  );
}

.ead-curso-card-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.05rem;
  z-index: 2;
  border: none;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ead-curso-card:hover .ead-curso-card-badge {
  transform: scale(1.06);
}

.ead-curso-card--accent-navy .ead-curso-card-badge,
.ead-curso-card--accent-yellow .ead-curso-card-badge {
  background: linear-gradient(145deg, var(--ead-btn-inscreva-hover-bg, #ffe566) 0%, var(--ead-btn-inscreva-bg, #ffcd00) 100%);
  color: var(--ead-btn-inscreva-color, #000a1a);
  border: none;
  box-shadow:
    0 10px 26px rgba(255, 205, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.ead-curso-card-body {
  position: relative;
  padding: 1.35rem 1.35rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
}

.ead-curso-card-body::before {
  content: '';
  display: block;
  width: 2.75rem;
  height: 3px;
  border-radius: 999px;
  margin-bottom: 0.5rem;
  background: var(--ead-navy, #0b148e);
  opacity: 0.9;
}

.ead-curso-card--accent-yellow .ead-curso-card-body::before {
  background: var(--ead-yellow, #ffcd00);
}

.ead-curso-card-title {
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--ead-navy, #0b148e);
  margin: 0;
  line-height: 1.35;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.ead-curso-card-desc {
  margin: 0 0 0.85rem;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.5;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ead-curso-card-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 0.45rem;
  margin-top: auto;
  padding: 0.55rem 1.15rem;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 999px;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ead-curso-card-more .bi {
  transition: transform 0.25s ease;
}

.ead-curso-card--accent-navy .ead-curso-card-more {
  color: var(--ead-navy, #0b148e);
  background: color-mix(in srgb, var(--ead-navy, #0b148e) 9%, transparent);
}

.ead-curso-card--accent-yellow .ead-curso-card-more {
  color: #9a7b00;
  background: color-mix(in srgb, var(--ead-yellow, #ffcd00) 22%, transparent);
}

.ead-curso-card--accent-navy:hover .ead-curso-card-more {
  color: #fff;
  background: var(--ead-navy, #0b148e);
}

.ead-curso-card--accent-yellow:hover .ead-curso-card-more {
  color: #1a1a1a;
  background: var(--ead-yellow, #ffcd00);
}

.ead-curso-card:hover .ead-curso-card-more .bi {
  transform: translateX(3px);
}

/* Dobra - Por que escolher */
.ead-porque-fold {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 7rem;
  min-height: 32rem;
  background: linear-gradient(
    125deg,
    color-mix(in srgb, var(--ead-navy, #0b148e) 92%, #000) 0%,
    var(--ead-navy, #0b148e) 42%,
    color-mix(in srgb, var(--ead-navy-dark, #080f68) 85%, #000) 100%
  );
  color: #fff;
}

.ead-porque-fold-bg {
  display: none;
}

.ead-porque-fold-container {
  position: relative;
  z-index: 1;
  max-width: var(--ead-header-max, 1580px);
}

.ead-porque-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.ead-porque-overline {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ead-yellow, #ffcd00);
}

.ead-porque-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #fff;
}

.ead-porque-title-highlight {
  display: inline;
  color: var(--ead-yellow, #ffcd00);
  white-space: normal;
}

.ead-porque-subtitle {
  margin: 0 0 1.75rem;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.ead-porque-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  background: var(--ead-btn-inscreva-hover-bg, #ffe566);
  color: var(--ead-btn-inscreva-color, #000a1a);
  transform: translateY(-2px);
}

.ead-porque-cta .bi {
  transition: transform 0.2s ease;
}

.ead-porque-cta:hover .bi {
  transform: translateX(3px);
}

.ead-porque-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.35rem;
}

.ead-porque-item {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
}

.ead-porque-icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 2px solid var(--ead-yellow, #ffcd00);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ead-yellow, #ffcd00);
  font-size: 1.35rem;
  line-height: 1;
}

.ead-porque-item-title {
  margin: 0 0 0.35rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ead-yellow, #ffcd00);
  line-height: 1.3;
}

.ead-porque-item-desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  max-width: 26rem;
}

/* Dobra estatísticas (social proof) */
.ead-stats-fold {
  position: relative;
  background: #ffffff;
  padding: 3.25rem 0;
  border-top: 4px solid var(--ead-navy, var(--accent, #0b148e));
}

.ead-stats-fold-container {
  max-width: var(--ead-header-max, 1580px);
}

.ead-stats-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.ead-stats-item {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  padding: 0.75rem 2.25rem;
  min-height: 5rem;
}

.ead-stats-item--divided {
  border-left: 1px solid #e2e8f0;
}

.ead-stats-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  color: var(--ead-navy, var(--accent, #0b148e));
}

.ead-stats-icon .bi {
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 400;
}

.ead-stats-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.ead-stats-value {
  font-size: clamp(1.65rem, 2.4vw, 2.125rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ead-navy, var(--accent, #0b148e));
}

.ead-stats-label {
  font-size: 0.9375rem;
  line-height: 1.35;
  color: #6b7280;
  font-weight: 400;
}

body.ead-public-site.ead-theme-dark .ead-stats-fold {
  background: #ffffff;
  border-top-color: var(--ead-navy, var(--accent, #0b148e));
}

/* Dobra depoimentos */
.ead-depoimentos-fold {
  background: #ffffff;
  padding: 4rem 0 4.5rem;
  margin-top: 0;
}

.ead-depoimentos-fold-container {
  max-width: var(--ead-header-max, 1580px);
}

.ead-depoimentos-title {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  color: #1f2937;
  letter-spacing: -0.02em;
  margin: 0 0 2.5rem;
  line-height: 1.2;
}

.ead-depoimentos-title-highlight {
  color: var(--ead-navy, var(--accent, #0b148e));
}

.ead-depoimentos-cta-wrap {
  margin: 1.25rem auto 0;
  max-width: 52rem;
}

.ead-depoimentos-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  text-decoration: none;
  color: #1f2937;
  background: var(--ead-yellow, #ffcd00);
  border: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.ead-depoimentos-cta:hover,
.ead-depoimentos-cta:focus-visible {
  color: #111827;
  background: #ffe566;
}

.ead-depoimentos-slider {
  display: flex;
  align-items: stretch;
  gap: clamp(0.5rem, 2vw, 1.75rem);
  max-width: var(--ead-header-max, 1580px);
  margin: 0 auto;
}

.ead-depoimentos-slider--desktop {
  display: none;
}

.ead-depoimentos-slider--mobile {
  display: flex;
  max-width: 52rem;
}

@media (min-width: 992px) {
  .ead-depoimentos-slider--desktop {
    display: flex;
  }

  .ead-depoimentos-slider--mobile {
    display: none;
  }
}

.ead-depoimentos-carousel {
  --ead-depoimentos-card-min-h: 20.5rem;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  padding-bottom: 2.25rem;
  display: flex;
  flex-direction: column;
}

.ead-depoimentos-carousel .carousel-inner {
  position: relative;
  flex: 1 1 auto;
  min-height: var(--ead-depoimentos-card-min-h);
  overflow: hidden;
}

body.ead-public-site .ead-depoimentos-carousel .carousel-item {
  min-height: var(--ead-depoimentos-card-min-h);
}

/* Slide horizontal suave (Bootstrap) - sem movimento vertical no card */
body.ead-public-site .ead-depoimentos-carousel .carousel-item,
body.ead-public-site .ead-depoimentos-carousel .carousel-item.active {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ead-depoimentos-row {
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
}

.ead-depoimentos-col {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc((100% - 2.5rem) / 3);
  display: flex;
}

.ead-depoimentos-col .ead-depoimentos-card {
  width: 100%;
  max-width: none;
  margin: 0;
}

.ead-depoimentos-arrow {
  flex: 0 0 auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #4b5563;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
}

.ead-depoimentos-arrow:hover,
.ead-depoimentos-arrow:focus-visible {
  color: var(--ead-navy, var(--accent, #0b148e));
  transform: scale(1.08);
}

.ead-depoimentos-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: var(--ead-depoimentos-card-min-h, 20.5rem);
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  padding: 2rem 1.75rem 1.75rem;
  margin: 0 auto;
  max-width: 44rem;
  box-sizing: border-box;
}

.ead-depoimentos-quote {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--ead-yellow, #ffcd00);
  font-size: 3.25rem;
  line-height: 1;
}

.ead-depoimentos-quote .bi {
  display: block;
}

.ead-depoimentos-text {
  flex: 1 1 auto;
  margin: 0 0 1.75rem;
  padding: 0;
  border: none;
}

.ead-depoimentos-text p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #4b5563;
}

.ead-depoimentos-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: auto 0 0;
  flex-shrink: 0;
}

.ead-depoimentos-avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #e5e7eb;
}

.ead-depoimentos-author-meta {
  min-width: 0;
}

.ead-depoimentos-name {
  display: block;
  font-style: normal;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.ead-depoimentos-course {
  margin: 0.2rem 0 0;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}

.ead-depoimentos-indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  justify-content: center;
  gap: 0.45rem;
}

.ead-depoimentos-indicators [data-bs-target] {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: none;
  margin: 0;
  background-color: #d1d5db;
  opacity: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.ead-depoimentos-indicators .active {
  background-color: var(--ead-navy, var(--accent, #0b148e));
  transform: scale(1.15);
}

body.ead-public-site .ead-depoimentos-carousel .carousel-control-prev,
body.ead-public-site .ead-depoimentos-carousel .carousel-control-next {
  display: none;
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-fold {
  background: #1a1a22;
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-title {
  color: var(--ead-text, #f3f4f6);
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-card {
  background: #252530;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-text p {
  color: rgba(255, 255, 255, 0.82);
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-name {
  color: #fff;
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-course {
  color: var(--ead-text-muted, #9ca3af);
}

/* Estado vazio */
.ead-cursos-empty {
  position: relative;
  padding: 0.5rem 0;
}

.ead-cursos-empty-glow {
  position: absolute;
  inset: 10% 8%;
  background: radial-gradient(ellipse at center, rgba(11, 20, 142, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.ead-cursos-empty-card {
  position: relative;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  border: 1px solid #e5e8f0;
  background: linear-gradient(180deg, #fafbff 0%, #ffffff 55%);
  box-shadow: 0 20px 50px rgba(11, 20, 142, 0.08);
}

.ead-cursos-empty-icon-wrap {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ead-navy, #0b148e);
  font-size: 1.75rem;
}

.ead-cursos-empty-icon-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(11, 20, 142, 0.15);
  animation: ead-cursos-empty-pulse 2.4s ease-in-out infinite;
}

@keyframes ead-cursos-empty-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.65; }
}

.ead-cursos-empty-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ead-navy, #0b148e);
  margin: 0 0 0.75rem;
}

.ead-cursos-empty-text {
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  color: #6b7280;
  line-height: 1.6;
  font-size: 0.9375rem;
}

.ead-cursos-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.ead-cursos-empty-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.ead-cursos-empty-btn--primary {
  background: var(--ead-yellow, #ffcd00);
  color: #000a1a;
}

.ead-cursos-empty-btn--primary:hover {
  background: #ffe566;
  color: #000a1a;
}

.ead-cursos-empty-btn--ghost {
  border: 1px solid #d1d5db;
  color: #374151;
  background: #fff;
}

.ead-cursos-empty-btn--ghost:hover {
  border-color: var(--ead-navy, #0b148e);
  color: var(--ead-navy, #0b148e);
}

.ead-cursos-empty-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ead-cursos-empty-tags li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #f3f4f8;
  color: #4b5563;
  font-size: 0.8125rem;
  font-weight: 500;
}

.ead-cursos-page {
  background: var(--ead-main-bg, #fff);
}

.ead-cursos-page-back-wrap {
  margin: 0 0 1.25rem;
}

.ead-cursos-page-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--ead-navy, #0b148e);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
}

.ead-cursos-page-back:hover {
  color: var(--ead-navy-dark, #080f68);
  text-decoration: underline;
}

.ead-cursos-page-detail {
  display: block;
}

.ead-cursos-page-detail-media {
  margin: 0 0 1rem;
  width: 100%;
  max-height: none;
  border-radius: 14px;
  overflow: hidden;
  background: #eef1f7;
  line-height: 0;
  display: block;
  box-shadow: 0 8px 22px rgba(11, 20, 142, 0.07);
}

.ead-cursos-page-detail-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

.ead-cursos-page-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.7fr);
  gap: 2.5rem 3rem;
  align-items: start;
}

.ead-cursos-page-detail-main {
  min-width: 0;
}

.ead-cursos-page-detail-head {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e8ecf4;
}

.ead-cursos-page-detail-cat {
  margin: 0 0 0.55rem;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  background: color-mix(in srgb, var(--ead-navy, #0b148e) 7%, #fff);
  color: var(--ead-navy, #0b148e);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ead-cursos-page-detail-title {
  margin: 0 0 0.65rem;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 500;
  color: var(--ead-navy, #0b148e);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ead-cursos-page-detail-sub {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 400;
  color: #64748b;
  line-height: 1.55;
}

.ead-cursos-page-detail-aside {
  position: sticky;
  top: 6.5rem;
  display: flex;
  flex-direction: column;
}

.ead-cursos-page-detail-card {
  padding: 1.25rem 1.3rem 1.35rem;
  border: 1px solid #e5e9f2;
  border-radius: 14px;
  background: #fafbfe;
}

.ead-cursos-page-detail-price {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8ecf4;
}

.ead-cursos-page-detail-price-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
}

.ead-cursos-page-detail-price-value {
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--ead-navy, #0b148e);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ead-cursos-page-detail-price-plan {
  margin-top: 0.2rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #64748b;
}

.ead-cursos-page-detail-price.is-free .ead-cursos-page-detail-price-value {
  color: #15803d;
}

.ead-cursos-page-detail-features {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.ead-cursos-page-detail-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
}

.ead-cursos-page-detail-features li strong {
  font-weight: 500;
  color: #334155;
}

.ead-cursos-page-detail-features .bi {
  flex-shrink: 0;
  margin-top: 0.12rem;
  color: var(--ead-navy, #0b148e);
  font-size: 1.05rem;
}

.ead-cursos-page-detail-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
}

.ead-cursos-page-detail-pay-hint {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  color: #64748b;
  text-align: center;
  line-height: 1.4;
}

.ead-cursos-page-detail-html {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #475569;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.7;
}

.ead-cursos-page-section {
  margin: 0;
  padding: 1.15rem 1.2rem 1.2rem;
  border: 1px solid #e8ecf4;
  border-radius: 12px;
  background: #fbfcfe;
}

.ead-cursos-page-section-title {
  margin: 0 0 0.75rem;
  padding: 0;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ead-navy, #0b148e);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.ead-cursos-page-section-body > *:first-child {
  margin-top: 0;
}

.ead-cursos-page-section-body > *:last-child {
  margin-bottom: 0;
}

.ead-cursos-page-section-body p {
  margin: 0 0 0.85rem;
  color: #475569;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.7;
}

.ead-cursos-page-section-body ol,
.ead-cursos-page-section-body ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #475569;
}

.ead-cursos-page-section-body li {
  margin: 0 0 0.5rem;
  padding-left: 0.15rem;
  line-height: 1.6;
  font-weight: 400;
}

.ead-cursos-page-section-body li:last-child {
  margin-bottom: 0;
}

.ead-cursos-page-section-body li::marker {
  color: var(--ead-navy, #0b148e);
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .ead-cursos-page-detail-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ead-cursos-page-detail-aside {
    position: static;
    order: -1;
  }
}

@media (max-width: 767.98px) {
  .ead-cursos-page-detail-title {
    font-size: clamp(1.45rem, 6.5vw, 1.8rem);
  }

  .ead-cursos-page-detail-sub {
    font-size: 0.98rem;
  }

  .ead-cursos-page-section {
    padding: 1rem;
  }

  .ead-cursos-page-section-title {
    font-size: 1rem;
  }

  .ead-cursos-page-detail-html,
  .ead-cursos-page-section-body p {
    font-size: 0.98rem;
  }
}

@media (max-width: 1199.98px) {
  .ead-cursos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .ead-cursos-fold {
    padding: 2.5rem 0 3rem;
  }

  .ead-cursos-fold-head {
    flex-direction: column;
    align-items: stretch;
  }

  .ead-cursos-fold-cta-all {
    justify-content: center;
  }

  .ead-cursos-grid,
  .ead-cursos-grid--page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .ead-cursos-empty-card {
    padding: 2rem 1.25rem;
  }

  .ead-porque-fold {
    padding: 4.5rem 0 5rem;
    min-height: auto;
  }

  .ead-porque-list {
    gap: 2rem;
  }

  .ead-porque-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ead-porque-subtitle {
    max-width: none;
  }

  .ead-porque-item-desc {
    max-width: none;
  }

  .ead-stats-fold {
    padding: 2.5rem 0;
  }

  .ead-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }

  .ead-stats-item {
    padding: 0.5rem 1.25rem;
  }

  .ead-stats-item:nth-child(odd) {
    border-left: none;
  }

  .ead-stats-item:nth-child(even) {
    border-left: 1px solid #e2e8f0;
  }

  .ead-stats-item:nth-child(3),
  .ead-stats-item:nth-child(4) {
    padding-top: 0.25rem;
  }
}

@media (max-width: 575.98px) {
  .ead-stats-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .ead-stats-item,
  .ead-stats-item--divided,
  .ead-stats-item:nth-child(even) {
    border-left: none;
    padding: 0 0.25rem;
    justify-content: flex-start;
  }

  .ead-depoimentos-fold {
    padding: 3rem 0 3.5rem;
  }

  .ead-depoimentos-title {
    margin-bottom: 2rem;
  }

  .ead-depoimentos-slider {
    gap: 0.25rem;
  }

  .ead-depoimentos-arrow {
    width: 2rem;
    font-size: 1.5rem;
  }

  .ead-depoimentos-carousel {
    --ead-depoimentos-card-min-h: 22rem;
  }

  .ead-depoimentos-card {
    padding: 1.75rem 1.35rem 1.5rem;
    border-radius: 0.85rem;
  }

  .ead-depoimentos-quote {
    font-size: 2.5rem;
  }

  .ead-depoimentos-text p {
    font-size: 1rem;
  }
}

/* Hero / slider - altura fixa (efeito do carrossel) */
.ead-hero-fold {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
  background: var(--ead-navy, #0b148e);
  --ead-hero-banner-height: 720px;
  min-height: var(--ead-hero-banner-height);
  height: var(--ead-hero-banner-height);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  contain: layout style;
}

.ead-hero-fold--no-slider {
  display: none;
}

body.ead-public-site .ead-hero-fold .ead-hero-slider {
  margin: 0;
  padding: 0;
  line-height: 0;
  background: var(--ead-navy, #0b148e);
  height: var(--ead-hero-banner-height);
  min-height: var(--ead-hero-banner-height);
}

body.ead-public-site .ead-hero-fold .ead-hero-slider .ead-hero-carousel,
body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-inner {
  height: var(--ead-hero-banner-height);
  max-height: var(--ead-hero-banner-height);
  margin: 0;
  padding: 0;
  line-height: 0;
  background: var(--ead-navy, #0b148e);
}

body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-item {
  height: var(--ead-hero-banner-height);
  min-height: var(--ead-hero-banner-height);
  margin: 0;
  padding: 0;
  line-height: 0;
  background: var(--ead-navy, #0b148e);
}

body.ead-public-site .ead-hero-fold .ead-hero-slider .ead-hero-banner-link {
  display: block;
  height: var(--ead-hero-banner-height);
  line-height: 0;
  font-size: 0;
}

body.ead-public-site .ead-hero-fold .ead-hero-slider picture {
  display: block;
  width: 100%;
  height: var(--ead-hero-banner-height);
  line-height: 0;
}

body.ead-public-site .ead-hero-fold .ead-hero-slider .ead-hero-banner-img {
  display: block;
  width: 100%;
  height: var(--ead-hero-banner-height) !important;
  min-height: var(--ead-hero-banner-height) !important;
  max-height: var(--ead-hero-banner-height) !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  object-fit: cover;
  object-position: center center;
}

/* Carrossel premium: crossfade limpo (sem zoom) */
body.ead-public-site .ead-hero-fold .ead-hero-carousel.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition: opacity 1.05s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

body.ead-public-site .ead-hero-fold .ead-hero-carousel.carousel-fade .carousel-item.active,
body.ead-public-site .ead-hero-fold .ead-hero-carousel.carousel-fade .carousel-item-next.carousel-item-start,
body.ead-public-site .ead-hero-fold .ead-hero-carousel.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

body.ead-public-site .ead-hero-fold .ead-hero-carousel.carousel-fade .active.carousel-item-start,
body.ead-public-site .ead-hero-fold .ead-hero-carousel.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 1.05s;
}

body.ead-public-site .ead-hero-fold .ead-hero-carousel::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5.5rem;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 15, 104, 0.28) 100%);
}

body.ead-public-site .ead-hero-fold .ead-hero-indicators {
  position: absolute;
  right: auto;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.4rem 0.6rem;
  gap: 0.5rem;
  z-index: 4;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

body.ead-public-site .ead-hero-fold .ead-hero-indicators [data-bs-target] {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  box-shadow: none;
  text-indent: -999px;
  overflow: hidden;
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, border-radius 0.4s ease;
}

body.ead-public-site .ead-hero-fold .ead-hero-indicators .active {
  width: 1.65rem;
  border-radius: 999px;
  background: #ffcd00;
}

@media (prefers-reduced-motion: reduce) {
  body.ead-public-site .ead-hero-fold .ead-hero-carousel.carousel-fade .carousel-item,
  body.ead-public-site .ead-hero-fold .ead-hero-indicators [data-bs-target] {
    transition: none !important;
  }
}

body.ead-public-site .ead-hero-fold .hero-slide,
body.ead-public-site .ead-hero-fold .hero-slide-link,
body.ead-public-site .ead-hero-fold .hero-slide-img {
  height: var(--ead-hero-banner-height) !important;
  min-height: var(--ead-hero-banner-height) !important;
}

body.ead-public-site .ead-cursos-fold {
  margin: 0;
  background: #ffffff;
}

body.ead-public-site .ead-porque-fold {
  margin-top: 0;
}

/* Setas do hero EAD: círculo perfeito, ícone no centro (anula margin-top do style.css) */
body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-prev.hero-arrow,
body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-next.hero-arrow {
  --ead-hero-arrow-size: clamp(48px, 5vw, 58px);
  top: 50%;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
  transform: translateY(-50%);
  width: var(--ead-hero-arrow-size);
  height: var(--ead-hero-arrow-size);
  min-width: var(--ead-hero-arrow-size);
  min-height: var(--ead-hero-arrow-size);
  max-width: var(--ead-hero-arrow-size);
  max-height: var(--ead-hero-arrow-size);
  aspect-ratio: 1 / 1;
  padding: 0;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  opacity: 0;
  z-index: 3;
  transition: opacity 0.3s ease, transform 0.25s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.ead-public-site .ead-hero-fold .ead-hero-slider:hover .carousel-control-prev.hero-arrow,
body.ead-public-site .ead-hero-fold .ead-hero-slider:hover .carousel-control-next.hero-arrow,
body.ead-public-site .ead-hero-fold .ead-hero-slider:focus-within .carousel-control-prev.hero-arrow,
body.ead-public-site .ead-hero-fold .ead-hero-slider:focus-within .carousel-control-next.hero-arrow {
  opacity: 1;
}

@media (max-width: 767.98px), (prefers-reduced-motion: reduce) {
  body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-prev.hero-arrow,
  body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-next.hero-arrow {
    opacity: 1;
  }
}

body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-prev.hero-arrow {
  left: clamp(12px, 2.2vw, 32px);
}

body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-next.hero-arrow {
  right: clamp(12px, 2.2vw, 32px);
}

body.ead-public-site .ead-hero-fold .ead-hero-slider .hero-arrow .bi-chevron-left,
body.ead-public-site .ead-hero-fold .ead-hero-slider .hero-arrow .bi-chevron-right {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #0b148e;
  background: none;
  box-shadow: none;
  width: auto;
  height: auto;
  border-radius: 0;
  display: block;
  transform: none;
}

body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-prev.hero-arrow:hover,
body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-next.hero-arrow:hover,
body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-prev.hero-arrow:focus-visible,
body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-next.hero-arrow:focus-visible {
  transform: translateY(-50%) scale(1.06);
  background: var(--ead-navy, #0b148e);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-prev.hero-arrow:hover .bi-chevron-left,
body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-next.hero-arrow:hover .bi-chevron-right,
body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-prev.hero-arrow:focus-visible .bi-chevron-left,
body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-control-next.hero-arrow:focus-visible .bi-chevron-right {
  color: #ffffff;
}

/* Não herdar regras do portal/rádio no banner EAD */
body.ead-public-site .ead-hero-fold .hero-slide,
body.ead-public-site .ead-hero-fold .hero-slide-link,
body.ead-public-site .ead-hero-fold .hero-slide-img {
  min-height: var(--ead-hero-banner-height) !important;
  height: var(--ead-hero-banner-height) !important;
}

/* Mobile: banner quadrado 1024×1024 (1:1) */
@media (max-width: 767.98px) {
  body.ead-public-site .ead-hero-fold {
    --ead-hero-banner-height: 100vw;
    min-height: 100vw;
    height: auto;
  }

  body.ead-public-site .ead-hero-fold .ead-hero-slider .ead-hero-carousel,
  body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-inner,
  body.ead-public-site .ead-hero-fold .ead-hero-slider .carousel-item,
  body.ead-public-site .ead-hero-fold .ead-hero-slider .ead-hero-banner-link {
    width: 100%;
    height: var(--ead-hero-banner-height);
    max-height: var(--ead-hero-banner-height);
    aspect-ratio: 1 / 1;
  }

  body.ead-public-site .ead-hero-fold .ead-hero-slider picture {
    height: var(--ead-hero-banner-height);
  }

  body.ead-public-site .ead-hero-fold .ead-hero-slider .ead-hero-banner-img {
    width: 100%;
    height: var(--ead-hero-banner-height) !important;
    min-height: var(--ead-hero-banner-height) !important;
    max-height: var(--ead-hero-banner-height) !important;
    object-fit: cover;
    object-position: center center;
  }

  body.ead-public-site .ead-hero-fold .ead-hero-carousel::after {
    height: 4.25rem;
  }

  body.ead-public-site .ead-hero-fold .ead-hero-indicators {
    bottom: 1rem;
    padding: 0.3rem 0.5rem;
  }
}

/* Rodapé EAD */
.ead-site-footer {
  margin-top: 0;
  background: var(--ead-navy, var(--accent, #0b148e));
  color: rgba(255, 255, 255, 0.88);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
}

.ead-site-footer-container {
  max-width: var(--ead-header-max, 1580px);
}

.ead-site-footer-main {
  padding: 3.5rem 0 2.5rem;
}

.ead-site-footer-brand-row {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) minmax(18rem, 1.35fr) minmax(10rem, 1fr);
  gap: 2rem 2.5rem;
  align-items: start;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ead-site-footer-brand-row.has-contato {
  grid-template-columns: minmax(11rem, 1fr) minmax(17rem, 1.25fr) minmax(0, 0.95fr) minmax(9rem, 0.85fr);
}

.ead-site-footer-brand-row:not(:has(.ead-site-footer-col--contato)) {
  grid-template-columns: minmax(12rem, 1fr) minmax(18rem, 1.35fr) minmax(10rem, 1fr);
}

.ead-site-footer-col--newsletter {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 24rem;
  justify-self: center;
  padding-top: 0.15rem;
}

.ead-site-footer-col--newsletter .ead-site-footer-title {
  margin: 0 0 0.35rem;
  letter-spacing: 0.08em;
}

.ead-site-footer-newsletter {
  position: relative;
  margin: 0;
}

.ead-site-footer-newsletter-text {
  margin: 0 0 0.9rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 400;
  white-space: nowrap;
}

.ead-site-footer-newsletter-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 3rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.3rem 0.3rem 0.3rem 1.1rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.ead-site-footer-newsletter-row:focus-within {
  border-color: rgba(255, 205, 0, 0.55);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 3px rgba(255, 205, 0, 0.12);
}

.ead-site-footer-newsletter-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 2.2rem;
  border: none;
  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
  caret-color: #fff;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  outline: none;
  padding: 0 0.35rem 0 0;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  color-scheme: dark;
}

.ead-site-footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
  opacity: 1;
}

.ead-site-footer-newsletter-input:-webkit-autofill,
.ead-site-footer-newsletter-input:-webkit-autofill:hover,
.ead-site-footer-newsletter-input:-webkit-autofill:focus,
.ead-site-footer-newsletter-input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  border: none !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  /* Impede o Chrome de pintar fundo no autofill */
  transition: background-color 99999s ease-out 0s, color 99999s ease-out 0s;
  filter: none !important;
}

.ead-site-footer-newsletter-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 2.35rem;
  border: none;
  border-radius: 999px;
  background: #ffcd00;
  color: #000a1a;
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0 1.05rem;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  transition: background 0.2s ease, transform 0.15s ease;
}

.ead-site-footer-newsletter-btn .bi {
  font-size: 0.8rem;
  line-height: 1;
  translate: 0 0.5px;
}

.ead-site-footer-newsletter-btn:hover {
  background: #ffe566;
}

.ead-site-footer-newsletter-btn:active {
  transform: scale(0.98);
}

.ead-site-footer-newsletter-btn:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.ead-newsletter-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Toast newsletter — centro inferior */
.ead-nl-toast-host {
  position: fixed;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 11000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: min(22rem, calc(100vw - 1.5rem));
  pointer-events: none;
}

.ead-nl-toast {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: #ffffff;
  color: #0f172a;
  box-shadow:
    0 12px 32px rgba(15, 23, 42, 0.22),
    0 2px 8px rgba(15, 23, 42, 0.08);
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  animation: ead-nl-toast-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ead-nl-toast.is-out {
  animation: ead-nl-toast-out 0.28s ease forwards;
}

.ead-nl-toast-ico {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.ead-nl-toast--ok .ead-nl-toast-ico {
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
}

.ead-nl-toast--err .ead-nl-toast-ico {
  background: rgba(225, 29, 72, 0.12);
  color: #e11d48;
}

.ead-nl-toast-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
}

.ead-nl-toast-close {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: #94a3b8;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.ead-nl-toast-close:hover {
  color: #475569;
  background: rgba(15, 23, 42, 0.06);
}

@keyframes ead-nl-toast-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ead-nl-toast-out {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
}

.ead-site-footer-col--social {
  justify-self: end;
  text-align: right;
  padding-top: 0.15rem;
}

.ead-site-footer-col--social .ead-site-footer-social {
  justify-content: flex-end;
}

.ead-site-footer-catalogo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.75rem 2rem;
  align-items: start;
}

.ead-site-footer-col--acesso {
  min-width: 0;
}

.ead-site-footer-title a {
  color: inherit;
  text-decoration: none;
}

.ead-site-footer-title a:hover {
  color: #ffcd00;
}

.ead-site-footer-soon {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  line-height: 1.4;
}

.ead-site-footer-soon em {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffcd00;
  margin-left: 0.3rem;
}

.ead-site-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 2rem 2.5rem;
  align-items: start;
}

.ead-site-footer-logo-link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.65rem;
}

.ead-site-footer-logo {
  display: block;
  max-width: 10rem;
  max-height: 3rem;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.ead-site-footer-logo-text {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.ead-site-footer-brand {
  min-width: 0;
  padding-top: 0.05rem;
}

.ead-site-footer-tagline {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  max-width: 20rem;
}

.ead-site-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.ead-site-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.ead-site-footer-social-link:hover {
  background: var(--ead-yellow, #ffcd00);
  color: #1f2937;
  transform: translateY(-2px);
}

.ead-site-footer-social-link--disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

.ead-site-footer-title {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
}

.ead-site-footer-links,
.ead-site-footer-contact,
.ead-site-footer-legal {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ead-site-footer-links a,
.ead-site-footer-contact a,
.ead-site-footer-legal a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.15s ease;
}

.ead-site-footer-links a:hover,
.ead-site-footer-contact a:hover,
.ead-site-footer-legal a:hover {
  color: var(--ead-yellow, #ffcd00);
}

.ead-site-footer-links li + li,
.ead-site-footer-contact li + li {
  margin-top: 0.55rem;
}

.ead-site-footer-contact a,
.ead-site-footer-address {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.ead-site-footer-address {
  color: rgba(255, 255, 255, 0.82);
}

.ead-site-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 1.15rem 0 1.35rem;
  background: rgba(0, 0, 0, 0.12);
}

.ead-site-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

.ead-site-footer-copy {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
}

.ead-site-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.ead-site-footer-legal a {
  font-size: 0.8125rem;
}

body.ead-public-site.ead-theme-dark .ead-site-footer {
  background: #000000;
}

@media (max-width: 991.98px) {
  .ead-site-footer-brand-row,
  .ead-site-footer-brand-row.has-contato,
  .ead-site-footer-brand-row:not(:has(.ead-site-footer-col--contato)) {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .ead-site-footer-col--newsletter {
    max-width: none;
    justify-self: stretch;
    padding-top: 0;
  }

  .ead-site-footer-newsletter-text {
    white-space: normal;
  }

  .ead-site-footer-col--social {
    justify-self: start;
    text-align: left;
    padding-top: 0;
  }

  .ead-site-footer-col--social .ead-site-footer-social {
    justify-content: flex-start;
  }

  .ead-site-footer-catalogo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.5rem;
  }

  .ead-site-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .ead-site-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575.98px) {
  .ead-site-footer-main {
    padding: 2.5rem 0 2rem;
  }

  .ead-site-footer-catalogo-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ead-site-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .ead-site-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .ead-header-nav-panel {
    display: flex !important;
    height: auto !important;
    visibility: visible;
  }

  .ead-header-main-inner .ead-nav-toggle {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .ead-header-main-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 1rem;
  }

  .ead-nav-list {
    gap: 0.1rem 0.55rem;
  }

  .ead-nav-list a,
  .ead-nav-trigger {
    font-size: 0.875rem;
  }

  .ead-header-search {
    max-width: 14rem;
    justify-self: center;
  }

  .ead-header-main .ead-btn-inscreva {
    min-height: 2.55rem;
    padding: 0.6rem 0.95rem;
    font-size: 0.8125rem;
  }
}

@media (max-width: 991.98px) {
  .ead-header-main-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 0.5rem;
    row-gap: 0.45rem;
    min-height: 3.25rem;
  }

  .ead-brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    max-width: none;
    z-index: 2;
  }

  .ead-nav-toggle {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0;
    z-index: 2;
  }

  .ead-header-search {
    position: static;
    transform: none;
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    align-self: center;
    width: 100%;
    max-width: none;
    margin: 0;
    z-index: 1;
    pointer-events: auto;
  }

  .ead-header-search-field {
    min-height: 2.15rem;
    padding: 0 0.2rem 0 0.65rem;
  }

  .ead-header-search-input {
    font-size: 0.75rem;
    padding: 0.3rem 0.25rem 0.3rem 0;
  }

  .ead-header-search-btn {
    width: 1.85rem;
    height: 1.85rem;
    font-size: 0.95rem;
  }

  .ead-header-nav-panel {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    order: unset;
    flex-basis: auto;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-top: 0.85rem;
    padding-bottom: 0.35rem;
    margin-left: 0;
    gap: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 0.35rem;
  }

  .ead-header-nav-panel.is-open {
    display: flex;
  }

  .ead-nav-main {
    justify-content: flex-start;
    width: 100%;
  }

  .ead-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .ead-nav-list > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ead-nav-list > li:last-child {
    border-bottom: none;
  }

  .ead-nav-list a,
  .ead-nav-trigger {
    padding: 0.95rem 0.15rem;
    min-height: 3.15rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    white-space: normal;
    justify-content: space-between;
    line-height: 1.35;
  }

  .ead-nav-chevron {
    font-size: 0.7rem;
    opacity: 0.7;
    flex-shrink: 0;
    margin-left: 0.75rem;
  }

  .ead-nav-dropdown {
    position: static;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
    min-width: 0;
    max-width: none;
    max-height: none;
    width: 100%;
    margin: 0 0 0.75rem;
    padding: 0.35rem 0;
    border-radius: 0.75rem;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.97);
  }

  .ead-nav-dropdown-list a,
  .ead-nav-dropdown-soon {
    padding: 0.7rem 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
  }

  .ead-nav-dropdown-all {
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    padding: 0.7rem 1rem 0.75rem !important;
  }

  /* No mobile submenu só com .is-open */
  .ead-nav-item.is-open > .ead-nav-dropdown {
    display: block;
  }

  .ead-nav-item.is-open > .ead-nav-trigger .ead-nav-chevron {
    transform: rotate(180deg);
  }

  .ead-header-main .ead-btn-inscreva {
    width: 100%;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.75rem 1.15rem;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.25rem;
  }

  .ead-header-top-nav {
    gap: 0.75rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .ead-header-top-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ead-header-top-inner::-webkit-scrollbar {
    display: none;
  }

  .ead-a11y {
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 0.25rem;
  }

  .ead-a11y-btn {
    padding: 0.1rem 0.25rem;
    font-size: 0.75rem;
  }

  .ead-theme-switch {
    width: 2rem;
    height: 1rem;
  }

  .ead-theme-switch-thumb {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
  }

  .ead-theme-switch-input:checked + .ead-theme-switch-track .ead-theme-switch-thumb {
    transform: translateX(0.95rem);
  }

  .ead-header-top-nav {
    flex: 0 0 auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.45rem;
    font-size: 0.7rem;
  }

  .ead-top-link {
    gap: 0.2rem;
    font-size: inherit;
  }

  .ead-top-chevron {
    display: none;
  }

  /* Separador entre chip e links: espaço menor no mobile */
  .ead-top-user-chip + .ead-top-link {
    padding-left: 0.75rem;
  }

  .ead-top-user-chip { padding: 0.1rem 0.55rem 0.1rem 0.12rem; gap: 0.3rem; }
  .ead-top-user-avatar { width: 22px; height: 22px; }
  .ead-top-user-name { font-size: 0.72rem; max-width: 72px; }

  .ead-brand-renascer {
    font-size: 1.1rem;
  }

  .ead-brand-educa {
    font-size: 1.25rem;
  }

  .ead-brand-symbol-svg {
    width: 2.35rem;
    height: 2.35rem;
  }

  .ead-header-search {
    width: min(10rem, 100%);
    max-width: 100%;
  }

  .ead-header-search-input {
    font-size: 0.7rem;
  }

  .ead-header-search-input::placeholder {
    font-size: 0.7rem;
  }

  .ead-header-search-field {
    min-height: 2rem;
    padding-left: 0.55rem;
  }

  body.ead-public-site .ead-hero-fold .ead-hero-slider .ead-hero-banner-img,
  body.ead-public-site .ead-hero-fold .hero-slide,
  body.ead-public-site .ead-hero-fold .hero-slide-link,
  body.ead-public-site .ead-hero-fold .hero-slide-img {
    height: var(--ead-hero-banner-height) !important;
    min-height: var(--ead-hero-banner-height) !important;
  }
}

/* ─── Modo escuro: cobertura global do site público ─── */
body.ead-public-site.ead-theme-dark .site-wrap,
body.ead-public-site.ead-theme-dark .site-main,
body.ead-public-site.ead-theme-dark main {
  background: transparent;
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .text-muted,
body.ead-public-site.ead-theme-dark .small.text-muted,
body.ead-public-site.ead-theme-dark .lead {
  color: var(--ead-text-muted) !important;
}

body.ead-public-site.ead-theme-dark .ead-header-search-field {
  background: var(--ead-surface);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

body.ead-public-site.ead-theme-dark .ead-header-search-input {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-header-search-input::placeholder {
  color: #8b8b96;
}

body.ead-public-site.ead-theme-dark .ead-header-search-btn {
  color: var(--ead-text-muted);
}

body.ead-public-site.ead-theme-dark .ead-nav-dropdown {
  background: var(--ead-surface);
  border-color: var(--ead-border);
  box-shadow: var(--ead-shadow);
}

body.ead-public-site.ead-theme-dark .ead-nav-dropdown-list a {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-nav-dropdown-all {
  color: var(--ead-navy) !important;
  border-bottom-color: var(--ead-border);
}

body.ead-public-site.ead-theme-dark .ead-nav-dropdown-list a:hover,
body.ead-public-site.ead-theme-dark .ead-nav-dropdown-all:hover {
  background: var(--ead-surface-muted);
  color: #fff !important;
}

body.ead-public-site.ead-theme-dark .ead-nav-dropdown-soon {
  color: var(--ead-text-muted);
}

@media (max-width: 991.98px) {
  body.ead-public-site.ead-theme-dark .ead-nav-dropdown {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
  }

  body.ead-public-site.ead-theme-dark .ead-nav-dropdown-list a,
  body.ead-public-site.ead-theme-dark .ead-nav-dropdown-all {
    color: #fff !important;
  }
}

body.ead-public-site.ead-theme-dark .ead-cursos-fold,
body.ead-public-site.ead-theme-dark .ead-stats-fold,
body.ead-public-site.ead-theme-dark .ead-cursos-page {
  background: var(--ead-main-bg);
}

body.ead-public-site.ead-theme-dark .ead-cursos-fold-title,
body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-title,
body.ead-public-site.ead-theme-dark .ead-cursos-page-section-title,
body.ead-public-site.ead-theme-dark .ead-porque-title,
body.ead-public-site.ead-theme-dark .ead-depoimentos-title {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-cursos-fold-subtitle,
body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-sub,
body.ead-public-site.ead-theme-dark .ead-porque-subtitle,
body.ead-public-site.ead-theme-dark .ead-porque-item-desc {
  color: var(--ead-text-muted);
}

body.ead-public-site.ead-theme-dark .ead-cursos-fold-cta-all,
body.ead-public-site.ead-theme-dark .ead-cursos-empty-btn--ghost {
  background: var(--ead-surface);
  border-color: var(--ead-border-strong);
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-cursos-fold-cta-all:hover,
body.ead-public-site.ead-theme-dark .ead-cursos-empty-btn--ghost:hover {
  border-color: var(--ead-navy);
  color: var(--ead-navy);
}

body.ead-public-site.ead-theme-dark .ead-cursos-tab {
  background: var(--ead-surface);
  border-color: var(--ead-border);
  color: var(--ead-text-muted);
}

body.ead-public-site.ead-theme-dark .ead-cursos-tab:hover {
  border-color: var(--ead-yellow, #ffcd00);
  color: var(--ead-yellow, #ffcd00);
}

body.ead-public-site.ead-theme-dark .ead-cursos-tab.is-active {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

body.ead-public-site.ead-theme-dark .ead-curso-card {
  background: var(--ead-surface);
  box-shadow: var(--ead-shadow);
}

body.ead-public-site.ead-theme-dark .ead-curso-card-body {
  background: var(--ead-surface);
}

body.ead-public-site.ead-theme-dark .ead-curso-card-title {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-curso-card-desc,
body.ead-public-site.ead-theme-dark .ead-curso-card-cat {
  color: var(--ead-text-muted);
}

body.ead-public-site.ead-theme-dark .ead-cursos-empty-card {
  background: var(--ead-surface);
  border-color: var(--ead-border);
  box-shadow: var(--ead-shadow);
}

body.ead-public-site.ead-theme-dark .ead-cursos-empty-tags li {
  background: var(--ead-surface-muted);
  color: var(--ead-text-muted);
}

body.ead-public-site.ead-theme-dark .ead-porque-fold {
  background: var(--ead-page-bg);
}

body.ead-public-site.ead-theme-dark .ead-porque-item-title,
body.ead-public-site.ead-theme-dark .ead-porque-overline {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-porque-icon {
  background: var(--ead-surface-muted);
  color: var(--ead-navy);
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-fold {
  background: var(--ead-page-bg);
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-card {
  background: var(--ead-surface);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-text p,
body.ead-public-site.ead-theme-dark .ead-depoimentos-course {
  color: var(--ead-text-muted);
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-name {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-indicators [data-bs-target] {
  background-color: #4a4a58;
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-indicators .active {
  background-color: var(--ead-navy);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-back {
  color: var(--ead-navy);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-media {
  background: var(--ead-surface-muted);
  box-shadow: var(--ead-shadow);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-head {
  border-bottom-color: var(--ead-border);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-cat {
  background: var(--ead-surface-muted);
  color: var(--ead-navy);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-card {
  background: var(--ead-surface);
  border-color: var(--ead-border);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-price {
  border-bottom-color: var(--ead-border);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-price-label,
body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-price-plan,
body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-features li {
  color: var(--ead-text-muted);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-price-value {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-price.is-free .ead-cursos-page-detail-price-value {
  color: #4ade80;
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-features li strong {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-features .bi {
  color: var(--ead-navy);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-section {
  background: var(--ead-surface);
  border-color: var(--ead-border);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-section-body,
body.ead-public-site.ead-theme-dark .ead-cursos-page-section-body p,
body.ead-public-site.ead-theme-dark .ead-cursos-page-section-body ol,
body.ead-public-site.ead-theme-dark .ead-cursos-page-section-body ul,
body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-html {
  color: var(--ead-text-muted);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-section-body li::marker {
  color: var(--ead-navy);
}

body.ead-public-site.ead-theme-dark .ead-site-footer {
  background: #000000 !important;
}

/* Textos/ícones que usavam a primária: ficam claros no fundo escuro */
body.ead-public-site.ead-theme-dark .ead-cursos-fold-title,
body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-title,
body.ead-public-site.ead-theme-dark .ead-cursos-page-section-title,
body.ead-public-site.ead-theme-dark .ead-curso-card-title,
body.ead-public-site.ead-theme-dark .ead-depoimentos-title,
body.ead-public-site.ead-theme-dark .ead-stats-value,
body.ead-public-site.ead-theme-dark .ead-cursos-page-back,
body.ead-public-site.ead-theme-dark .ead-nav-dropdown-all {
  color: var(--ead-accent-ink, #fff) !important;
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-features .bi,
body.ead-public-site.ead-theme-dark .ead-cursos-page-section-body li::marker,
body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-cat,
body.ead-public-site.ead-theme-dark .ead-porque-icon,
body.ead-public-site.ead-theme-dark .ead-cursos-empty-icon-wrap,
body.ead-public-site.ead-theme-dark .ead-curso-card-more,
body.ead-public-site.ead-theme-dark .ead-curso-card--accent-navy .ead-curso-card-more {
  color: var(--ead-yellow, #ffcd00);
}

body.ead-public-site.ead-theme-dark .ead-cursos-fold-cta-all:hover,
body.ead-public-site.ead-theme-dark .ead-cursos-empty-btn--ghost:hover,
body.ead-public-site.ead-theme-dark .ead-cursos-tab:hover {
  border-color: var(--ead-yellow, #ffcd00);
  color: var(--ead-yellow, #ffcd00);
}

body.ead-public-site.ead-theme-dark .ead-porque-fold {
  background: #000000;
}

body.ead-public-site.ead-theme-dark .ead-porque-fold .ead-porque-title,
body.ead-public-site.ead-theme-dark .ead-porque-fold .ead-porque-item-title,
body.ead-public-site.ead-theme-dark .ead-porque-fold .ead-porque-overline {
  color: #fff;
}

body.ead-public-site.ead-theme-dark .ead-stats-fold {
  border-top-color: #000000;
}

body.ead-public-site.ead-theme-dark .ead-depoimentos-indicators .active {
  background-color: var(--ead-yellow, #ffcd00);
}

body.ead-public-site.ead-theme-dark .ead-hero-fold .ead-hero-slider .carousel-control-prev.hero-arrow:hover,
body.ead-public-site.ead-theme-dark .ead-hero-fold .ead-hero-slider .carousel-control-next.hero-arrow:hover,
body.ead-public-site.ead-theme-dark .ead-hero-fold .ead-hero-slider .carousel-control-prev.hero-arrow:focus-visible,
body.ead-public-site.ead-theme-dark .ead-hero-fold .ead-hero-slider .carousel-control-next.hero-arrow:focus-visible {
  background: #000000;
}

body.ead-public-site.ead-theme-dark .ead-curso-card--accent-navy:hover .ead-curso-card-more,
body.ead-public-site.ead-theme-dark .ead-curso-card-body::before {
  background: #000000;
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-cat {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ead-yellow, #ffcd00);
}

body.ead-public-site.ead-theme-dark .ead-cursos-page-detail-price-value {
  color: var(--ead-accent-ink, #fff);
}

body.ead-public-site.ead-theme-dark .form-control:focus,
body.ead-public-site.ead-theme-dark .form-select:focus {
  border-color: var(--ead-yellow, #ffcd00);
  box-shadow: 0 0 0 3px rgba(255, 205, 0, 0.2);
}

body.ead-public-site.ead-theme-dark .form-control,
body.ead-public-site.ead-theme-dark .form-select,
body.ead-public-site.ead-theme-dark .ead-inscricao-input {
  background-color: var(--ead-input-bg);
  border-color: var(--ead-input-border);
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .form-control::placeholder {
  color: #8b8b96;
}

body.ead-public-site.ead-theme-dark .form-control:focus,
body.ead-public-site.ead-theme-dark .form-select:focus {
  background-color: var(--ead-input-bg);
  border-color: var(--ead-navy);
  color: var(--ead-text);
  box-shadow: 0 0 0 3px rgba(154, 165, 255, 0.2);
}

body.ead-public-site.ead-theme-dark .form-check-label,
body.ead-public-site.ead-theme-dark label {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .card,
body.ead-public-site.ead-theme-dark .modal-content {
  background: var(--ead-surface);
  border-color: var(--ead-border);
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .bg-white,
body.ead-public-site.ead-theme-dark .bg-light {
  background-color: var(--ead-surface) !important;
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .border,
body.ead-public-site.ead-theme-dark .border-top,
body.ead-public-site.ead-theme-dark .border-bottom {
  border-color: var(--ead-border) !important;
}

body.ead-public-site.ead-theme-dark .ead-hero-search,
body.ead-public-site.ead-theme-dark .ead-search-field {
  background: var(--ead-surface);
  border-color: var(--ead-border);
}

body.ead-public-site.ead-theme-dark .ead-search-input {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-stats-item,
body.ead-public-site.ead-theme-dark .ead-stats-label,
body.ead-public-site.ead-theme-dark .ead-stats-value {
  color: var(--ead-text);
}

body.ead-public-site.ead-theme-dark .ead-stats-item {
  border-color: var(--ead-border);
}
