/* Ajustes solicitados: logo sem texto duplicado, trechos grifados em verde e planos azuis uniformes. */

:root {
  --cc-green: #39b54a;
  --cc-blue: #1c2448;
  --cc-navy: #1c2448;
}

/* Aumenta a barra e valoriza a nova assinatura visual, sem alterar suas cores originais. */
.site-header { padding: 18px 0; }
.site-header .header-inner { min-height: 108px; }
.site-header .brand { background: #fff; border-radius: 10px; padding: 4px 8px; }
.site-header .brand img { width: 162px; height: 98px; object-fit: contain; }
.site-header.is-scrolled { padding: 12px 0; }
.site-header.is-scrolled .header-inner { min-height: 80px; }
.site-header.is-scrolled .brand img { width: 126px; height: 76px; }
.hero { padding-top: 206px; }

/* No desktop, a navegação acompanha a logo maior e ganha leitura um pouco mais confortável. */
@media (min-width: 821px) {
  .site-header .main-nav { margin-left: clamp(20px, 3vw, 42px); gap: 19px; }
  .site-header .header-actions { margin-left: auto; }
  .site-header .main-nav > a,
  .site-header .header-login { font-size: 0.86rem; }
}

/* Somente textos destacados em itálico recebem o verde; rótulos e textos regulares permanecem inalterados. */
.hero h1 em,
h2 em,
.plans-heading h2 em { color: var(--cc-green); }

/* Os três planos possuem o mesmo acabamento azul. */
.plan-card,
.plan-card.is-plus { color: #fff; background: var(--cc-blue); border-color: var(--cc-blue); box-shadow: none; }
.plan-card:hover,
.plan-card.is-plus:hover { background: var(--cc-blue); box-shadow: 0 18px 34px rgb(28 36 72 / 24%); }
.plan-card h3,
.plan-card p,
.plan-card .plan-price,
.plan-card .plan-capacity strong,
.plan-card .plan-capacity span,
.plan-card .plan-status,
.plan-card .plan-index,
.plan-card li,
.plan-card summary { color: #fff; }
.plan-card .plan-capacity,
.plan-card .plan-core,
.plan-card .plan-details,
.plan-card .plan-details[open] { border-color: rgb(255 255 255 / 42%); }
.plan-card .button,
.plan-card .button-outline,
.plan-card .button-green { color: var(--cc-navy); background: #fff; border-color: #fff; }
.plan-card .button:hover { color: #fff; background: var(--cc-navy); border-color: var(--cc-navy); }

/* A logo continua transparente; um halo ciano atrás dela cria contraste no navy sem placa ou fundo branco. */
.site-footer .footer-brand .brand {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  isolation: isolate;
  margin-bottom: 18px;
  padding: 0;
  position: relative;
}
.site-footer .footer-brand .brand::before {
  background: radial-gradient(ellipse at center, rgb(0 188 238 / 48%) 0%, rgb(0 188 238 / 20%) 46%, transparent 75%);
  border-radius: 50%;
  content: "";
  filter: blur(9px);
  height: 104px;
  left: -10px;
  position: absolute;
  top: 10px;
  width: 214px;
  z-index: -1;
}
.site-footer .footer-brand .brand img {
  filter: drop-shadow(0 5px 12px rgb(0 0 0 / 28%));
  height: 126px;
  object-fit: contain;
  width: 190px;
}

/* As páginas jurídicas recebem a mesma assinatura, em fundo claro e sem wordmark duplicado. */
.legal-header .legal-brand { background: #fff; border-radius: 10px; padding: 4px 8px; }
.legal-header .legal-brand > span { display: none; }
.legal-header .legal-brand img { width: 132px; height: 86px; object-fit: contain; }

@media (max-width: 820px) {
  .site-header { padding: 12px 0; }
  .site-header .header-inner { min-height: 86px; }
  .site-header .brand img,
  .site-header.is-scrolled .brand img { width: 126px; height: 86px; }
  .hero { padding-top: 166px; }
  .site-footer .footer-brand .brand { padding: 0; }
  .site-footer .footer-brand .brand::before { height: 89px; width: 176px; }
  .site-footer .footer-brand .brand img { width: 158px; height: 105px; }
  .legal-header .legal-brand img { width: 112px; height: 74px; }
}
