
/* ========== Trust / transparência (home, auth, rodapé, páginas legais) ========== */

.public-trust-top-banner {
  width: min(100%, 920px);
  margin: 0 auto 1rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #f59e0b;
  box-shadow: none;
  box-sizing: border-box;
}

.public-trust-top-banner p {
  margin: 0;
  font-size: clamp(0.72rem, 2vw, 0.82rem);
  font-weight: 600;
  line-height: 1.55;
  color: #92400e;
  text-align: center;
}

.public-trust-top-banner p + p {
  margin-top: 0.45rem;
}

.public-trust-top-banner strong {
  color: #78350f;
}

.home-plate-hero-copy .public-trust-top-banner {
  width: 100%;
  margin: 0 auto 1rem;
}

.page-wrap--lex-landing .home-plate-hero--premium {
  min-height: auto;
  padding-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.page-wrap--lex-landing .home-trust-stack {
  padding-top: 0;
  margin-top: clamp(1.25rem, 4vw, 2.25rem);
}

.hero-benefits-banner {
  width: min(100%, 920px);
  max-width: 920px;
  margin: 0.25rem auto 0.6rem;
  padding: 0.85rem 1rem;
  box-sizing: border-box;
  border-radius: 10px;
  background: transparent;
}

.hero-benefits-text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.55;
  color: #ffffff;
  text-align: center;
}

.home-plate-hero-features-text {
  width: min(100%, 540px);
  max-width: 540px;
  margin: 0.85rem auto 0.85rem;
  text-align: center;
  box-sizing: border-box;
}

.home-plate-hero-features-text p {
  margin: 0;
  font-size: clamp(0.88rem, 2.2vw, 1rem);
  font-weight: 500;
  line-height: 1.55;
  color: #cbd5e1;
}

.home-plate-hero-features-text p + p {
  margin-top: 0.35rem;
}

.app.app-theme-dark .home-plate-hero-features-text p {
  color: #cbd5e1;
}

.home-trust-stack {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 0 1.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-wrap--lex-landing .home-trust-stack .home-trust-section {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  border-top: none;
  box-shadow: 0 12px 32px rgba(0, 21, 53, 0.12);
  padding: 1.5rem 1.25rem 1.65rem;
}

.home-trust-section p,
.home-trust-section li {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #475569;
}

.home-trust-bullets,
.home-trust-checklist {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
}

.home-trust-bullets li,
.home-trust-checklist li {
  margin-bottom: 0.4rem;
}

.home-trust-checklist li {
  list-style: disc;
}

.home-trust-section__more {
  margin: 1rem 0 0;
  font-size: 0.84rem;
  text-align: center;
  color: #64748b;
}

.home-trust-section__more a {
  color: var(--exec-blue, #e11d48);
  font-weight: 700;
}

.home-consulta-contents__disclaimer {
  margin: 1rem 0 0;
  padding: 0.75rem 0.85rem;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.82rem !important;
  color: #64748b !important;
}

.page-wrap--lex-landing .home-trust-stack .home-faq > h2 {
  text-align: center;
}

.home-plate-search-lead {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #334155;
  text-align: center;
}

.home-plate-input-note {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
  color: #111111;
  text-align: center;
}

.home-plate-search-card--premium .home-plate-input-note {
  color: #111111;
}

.home-plate-input-note a {
  color: var(--exec-blue, #e11d48);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-plate-search-row--stacked {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.home-plate-search-row--stacked .home-plate-search-button {
  width: 100%;
  justify-content: center;
}

.home-plate-hero-lead {
  width: min(100%, 500px);
  max-width: 500px;
  margin: 0 auto 14px;
  font-size: clamp(0.88rem, 2.2vw, 0.98rem);
  line-height: 1.55;
  text-align: center;
  color: #dbe7fb;
  box-sizing: border-box;
}

.home-plate-hero-lead strong {
  font-weight: 700;
  color: #f1f5f9;
}

.home-plate-gov-warning--hero {
  width: min(100%, 500px);
  max-width: 500px;
  margin: 0 auto 16px;
  text-align: center;
  box-sizing: border-box;
}

.home-plate-gov-warning--hero a {
  color: #b45309;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-plate-pricing-note {
  margin: 0 0 12px;
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
  color: #334155;
}

.home-plate-pricing-note a {
  color: var(--exec-blue, #e11d48);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-plate-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.5rem;
  width: min(100%, 500px);
  max-width: 500px;
  margin: 18px auto 0;
  font-size: 0.72rem;
  line-height: 1.45;
  box-sizing: border-box;
}

.home-plate-legal-links a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-plate-legal-links a:hover {
  color: #ffffff;
}

.home-plate-legal-links span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.45);
}

.home-plate-gov-warning {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 8px;
  background: #fffbeb;
  border: 1px solid #fbbf24;
  color: #92400e;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.home-plate-gov-warning::before {
  content: "⚠ ";
  font-weight: 700;
}

.app.app-theme-dark .home-plate-gov-warning {
  background: rgba(251, 191, 36, 0.12);
  border-color: rgba(251, 191, 36, 0.45);
  color: #fcd34d;
}

.home-trust-section {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem 1.25rem 2.5rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.home-trust-section h2 {
  margin: 0 0 1.25rem;
  font-size: 1.35rem;
  color: #1e1b4b;
  text-align: center;
}

.home-how-it-works__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.home-how-it-works__steps li {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 21, 53, 0.04);
}

.home-how-it-works__steps li strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #1e1b4b;
  font-size: 0.95rem;
}

.home-how-it-works__steps li span {
  display: block;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #475569;
}

.home-how-it-works__pricing {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.86rem;
  color: #334155;
}

.home-how-it-works__pricing a {
  color: var(--exec-blue, #e11d48);
  font-weight: 600;
}

.help-article .help-how-it-works {
  margin: 28px 0 0;
  padding-top: 4px;
}

.help-article .help-how-it-works > h2 {
  margin: 0 0 12px;
}

.help-article .help-how-it-works .home-how-it-works__pricing {
  margin-top: 1rem;
}

.help-article .help-faq {
  margin: 28px 0 0;
  padding-top: 4px;
}

.help-article .help-faq > h2 {
  margin: 0 0 12px;
  text-align: left;
}

.help-article .home-how-it-works__pricing {
  overflow-wrap: anywhere;
}

.help-article .home-faq__item summary {
  overflow-wrap: anywhere;
}

.app.app-theme-dark .help-article .home-how-it-works__steps li,
.app.app-theme-dark .help-article .home-faq__item {
  background: var(--dark-surface-2, #1e293b);
  border-color: var(--dark-border, #334155);
}

.app.app-theme-dark .help-article .home-how-it-works__steps li strong,
.app.app-theme-dark .help-article .home-faq__item summary {
  color: var(--dark-text, #f1f5f9);
}

.app.app-theme-dark .help-article .home-how-it-works__steps li span,
.app.app-theme-dark .help-article .home-faq__item p,
.app.app-theme-dark .help-article .home-how-it-works__pricing,
.app.app-theme-dark .help-article .home-faq__more {
  color: var(--dark-text-soft, #cbd5e1);
}

.home-faq__list {
  display: grid;
  gap: 0.65rem;
}

.home-faq__item {
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.home-faq__item summary {
  padding: 0.85rem 1rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  color: #1e1b4b;
  list-style: none;
}

.home-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-faq__item p {
  margin: 0;
  padding: 0 1rem 1rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #475569;
}

.home-faq__more {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.86rem;
  color: #475569;
}

.home-faq__more a {
  color: var(--exec-blue, #e11d48);
  font-weight: 600;
}

.help-callout--emphasis {
  border-color: #be123c;
  background: #fff7ed;
}

.auth-portal-brand {
  text-align: center;
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 21, 53, 0.1);
}

.auth-portal-brand-logo {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.auth-portal-brand-logo-svg {
  width: min(100%, 280px);
  height: auto;
}

.auth-portal-brand-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1e1b4b;
}

.auth-portal-brand-meta {
  margin: 0.25rem 0 0;
  font-size: 0.72rem;
  color: #64748b;
}

.auth-portal-brand-disclaimer {
  margin: 0.45rem 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #be123c;
  font-weight: 600;
}

.site-footer-legal-contact {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.64rem;
  line-height: 1.4;
  max-width: 920px;
  align-self: center;
}

.site-footer-legal-contact a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer-legal-contact a:hover {
  color: #ffffff;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Rodapé em colunas (Empresa / Legal / Suporte) — equidistantes */
.site-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(2.5rem, 6vw, 4.5rem);
  row-gap: 0.75rem;
  width: min(100%, 760px);
  max-width: 760px;
  margin: 0 auto;
  padding: 1.15rem 20px 0.35rem;
  text-align: center;
}

.site-footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  width: 100%;
}

.site-footer-col-title {
  margin: 0 0 0.4rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--exec-blue, #e11d48);
}

.site-footer-col-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.28rem;
  text-align: center;
}

.site-footer-col-link {
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.site-footer-col-link:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer-col-detail {
  display: block;
  margin-top: 0.05rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer-col-muted {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.35;
}

.site-footer-trust-wrap {
  padding: 0.35rem 16px 0.5rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.site-footer-trust-notice {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.site-footer-trust-notice p {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer-trust-notice strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.auth-portal-brand-legal {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #475569;
}

.auth-portal-brand-meta a {
  color: #475569;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-portal-lead {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #64748b;
  text-align: center;
}

.auth-portal-data-notice {
  margin: 0.35rem 0 0;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #475569;
}

.auth-portal-checkbox--terms {
  align-items: flex-start;
  margin-top: 0.65rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #475569;
  text-align: left;
}

.auth-portal-checkbox--terms input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.home-plate-account-note {
  margin: 0.35rem 0 0;
  font-size: 0.76rem;
  line-height: 1.5;
  text-align: center;
  color: #94a3b8;
}

.home-plate-account-note a {
  color: #fdba74;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-company-identity {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 21, 53, 0.12);
  padding: 1.35rem 1.25rem 1.5rem;
}

.home-company-identity-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.home-company-identity-logo {
  flex-shrink: 0;
  display: inline-flex;
}

.home-company-identity-logo-svg {
  width: 120px;
  height: auto;
}

.home-company-identity-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #1e1b4b;
}

.home-company-identity-legal {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569;
}

.home-company-identity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem 1.25rem;
  margin: 0;
}

.home-company-identity-grid dt {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
}

.home-company-identity-grid dd {
  margin: 0.15rem 0 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #334155;
}

.home-company-identity-grid a {
  color: #be123c;
  text-decoration: none;
  font-weight: 600;
}

.home-company-identity-grid a:hover {
  text-decoration: underline;
}

.home-company-identity-note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #64748b;
}

.home-company-identity-note a {
  color: #be123c;
  font-weight: 600;
}

.home-what-you-get__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.home-what-you-get__list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #475569;
}

.home-what-you-get__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--exec-blue, #e11d48);
  font-weight: 700;
}

.home-what-you-get__note,
.home-data-origin p {
  margin: 1rem 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #64748b;
}

.consulta-private-notice {
  margin-bottom: 1rem;
}

.auth-portal-private-notice {
  margin: 0 0 1rem;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  background: #fffbeb;
  border: 1px solid #fbbf24;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #92400e;
}

.auth-portal-private-notice strong {
  color: #78350f;
}

.auth-portal-field-hint {
  margin: -0.35rem 0 0.75rem;
  padding-left: 0.15rem;
  font-size: 0.74rem;
  line-height: 1.45;
  color: #64748b;
}

.auth-portal-security-hints {
  margin: 0 0 1rem;
  padding: 0.7rem 0.85rem 0.7rem 1.6rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.76rem;
  line-height: 1.5;
  color: #475569;
  list-style: disc;
}

.auth-portal-security-hints li + li {
  margin-top: 0.25rem;
}

@media (max-width: 720px) {
  .site-footer-columns {
    grid-template-columns: 1fr;
    column-gap: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
  }

  .site-footer-col {
    width: 100%;
  }

  .home-trust-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-company-identity-brand {
    flex-direction: column;
    text-align: center;
  }

  .home-company-identity-grid {
    grid-template-columns: 1fr;
  }
}
