
.bc {
  /* paleta (azul escuro) */
  --bc-primary: #1e3a8a;
  --bc-primary-dark: #172d6b;
  --bc-primary-soft: #eef2fb;
  --bc-fg: #0f172a;
  --bc-muted: #5b6478;
  --bc-border: #e3e7ef;
  --bc-bg: #ffffff;
  --bc-success: #157347;

  /* tipografia */
  --bc-font-display: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;
  --bc-font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --bc-font-mono: "JetBrains Mono", Consolas, monospace;

  font-family: var(--bc-font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0f172a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

/* Fallback para navegadores antigos (IE11) — cores fixas */
.bc,
.bc p,
.bc li,
.bc td {
  font-size: 16px;
  line-height: 1.5;
}

/* ---------- Tipografia / utilitários ---------- */
.bc-eyebrow {
  display: inline-block;
  font-family: var(--bc-font-mono);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e3a8a;
}
.bc-eyebrow:before {
  content: "\25CF";
  margin-right: 8px;
  font-size: 9px;
}
.bc-eyebrow-light,
.bc-eyebrow-light:before { color: rgba(255, 255, 255, 0.85); }

.bc-h1 {
  margin: 22px 0 0;
  font-size: 36px;
  line-height: 1.08;
  font-family: var(--bc-font-display);
  font-weight: 700;
  color: #0f172a;
}
.bc-h2 {
  margin: 14px 0 0;
  font-size: 30px;
  line-height: 1.25;
  font-family: var(--bc-font-display);
  font-weight: 700;
  color: #0f172a;
}
.bc-h2-light { color: #fff; }
.bc-accent { color: #1e3a8a; }
.bc-strong { font-weight: 600; }
.bc-best { color: #157347; font-weight: 600; }

.bc-lead {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #5b6478;
}
@media (min-width: 992px) {
  .bc-h1 { font-size: 48px; }
  .bc-h2 { font-size: 36px; }
}
.bc-lead-narrow { max-width: 640px; }

/* ---------- Header (nav/login/logo) — tokens de tipografia (sobrepõe novo-tema.css) ---------- */
.menu a {
  font-family: var(--bc-font-sans, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 14px;
  font-weight: 500;
}
.login {
  font-family: var(--bc-font-sans, "Inter", "Helvetica Neue", Arial, sans-serif);
  font-size: 14px;
  font-weight: 500;
}
.logo-icon {
  font-family: var(--bc-font-display, "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif);
}
.logo-title {
  line-height: 1.25;
}
.logo-subtitle {
  font-family: var(--bc-font-mono, "JetBrains Mono", Consolas, monospace);
  letter-spacing: 0.1em;
}
/* No celular o gap de 70px do menu (novo-tema.css) empurra "Guia" para uma
   segunda linha com um vao enorme; aqui ele vira um espacamento proporcional. */
@media (max-width: 767px) {
  .menu { gap: 14px 22px; }
}

/* ---------- Seções ---------- */
.bc-section { padding: 70px 0; }
.bc-section-sm { padding: 44px 0; }
.bc-section-soft {
  background: #f6f8fd;
  border-top: 1px solid #e3e7ef;
  border-bottom: 1px solid #e3e7ef;
}
.bc-section-topline { border-top: 1px solid #e3e7ef; }

/* ---------- Botões ---------- */
.bc-btn {
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.bc-btn:hover, .bc-btn:focus { text-decoration: none; }
.bc-btn-lg {
  padding: 14px 26px;
}
.bc-btn-primary { background: #1e3a8a; color: #fff; }
.bc-btn-primary:hover, .bc-btn-primary:focus { background: #172d6b; color: #fff; }
.bc-btn-ghost {
  background: #fff;
  color: #0f172a;
  border-color: #e3e7ef;
}
.bc-btn-ghost:hover { border-color: #1e3a8a; color: #1e3a8a; }
.bc-btn-invert { background: #fff; color: #1e3a8a; }
.bc-btn-invert:hover { background: #eef2fb; color: #1e3a8a; }
.bc-btn i { margin-left: 8px; top: 2px; font-size: 16px; vertical-align: -2px; }
.bc-btn-ghost i { margin: 0 8px 0 0; }

/* CTA de WhatsApp: mantem o estilo ghost e assume o verde da marca no hover */
.bc-btn-whatsapp { border-color: #25d366; }
.bc-btn-whatsapp i { color: #25d366; font-size: 18px; }
.bc-btn-whatsapp:hover,
.bc-btn-whatsapp:focus { border-color: #128c4a; color: #128c4a; }
.bc-btn-whatsapp:hover i,
.bc-btn-whatsapp:focus i { color: #128c4a; }

/* ---------- Header ---------- */
.bc-header { border-bottom: 1px solid #e3e7ef; background: #fff; }
.bc-header-inner {
  display: table;
  width: 100%;
  padding: 18px 0;
}
.bc-header-inner > * { display: table-cell; vertical-align: middle; }
.bc-nav { text-align: center; white-space: nowrap; }
.bc-header-actions { text-align: right; white-space: nowrap; }

.bc-logo { display: block; text-decoration: none; white-space: nowrap; }
.bc-logo:hover { text-decoration: none; }
.bc-logo-mark {
  display: inline-block;
  width: 44px; height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 6px;
  background: #1e3a8a;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  margin-right: 12px;
  vertical-align: middle;
}
.bc-logo-text { display: inline-block; vertical-align: middle; }
.bc-logo-text strong { display: block; font-size: 17px; color: #0f172a; }
.bc-logo-text small {
  display: block;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #5b6478;
}

.bc-nav a {
  margin: 0 16px;
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  text-decoration: none;
}
.bc-nav a:hover, .bc-nav a.active { color: #1e3a8a; }

.bc-link-login {
  margin-left: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  text-decoration: none;
}
.bc-link-login:hover { color: #1e3a8a; }
.bc-link-login i { margin-right: 6px; font-size: 16px; vertical-align: -2px; }

/* ---------- Hero ---------- */
.bc-hero {
    padding: 60px 0 76px;
}
.bc-hero-buttons { margin-top: 28px; }
.bc-hero-buttons .bc-btn { margin: 0 10px 10px 0; }

.bc-checklist {
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}
.bc-checklist li { margin-bottom: 10px; font-size: 14px; line-height: 1.625; }
.bc-checklist i { color: #1e3a8a; margin-right: 8px; font-size: 18px; vertical-align: -3px; }

.bc-hero-image {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #e3e7ef;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}
.bc-hero-image img { display: block; width: 100%; height: auto; }

/* ---------- Benefits strip ---------- */
.bc-strip {
  border-top: 1px solid #e3e7ef;
  border-bottom: 1px solid #e3e7ef;
  padding: 40px 0;
}
.bc-strip-item p { margin: 12px 0 0; color: #5b6478; font-size: 14px; line-height: 1.625; }
.bc-strip-title {
  font-family: var(--bc-font-sans);
  font-size: 12px;
  font-weight: 500;
  color: #0f172a;
}
/* Empilhadas (tablet/celular) as colunas ficam coladas: o titulo da proxima
   encosta no paragrafo da anterior. Lado a lado no desktop isso nao ocorre. */
@media (max-width: 991px) {
  .bc-strip-item { margin-bottom: 28px; }
  .bc-strip-item:last-child { margin-bottom: 0; }
}

/* ---------- Stats ---------- */
.bc-stats {
  background: #eef2fb;
  border-radius: 14px;
  padding: 32px 24px;
}
.bc-stat { margin: 10px 0; }
.bc-stat-icon {
  float: left;
  width: 46px; height: 46px;
  line-height: 46px;
  text-align: center;
  background: #fff;
  color: #1e3a8a;
  border-radius: 9px;
  margin-right: 14px;
  font-size: 24px;
}
.bc-stat > div { overflow: hidden; }
.bc-stat-big { font-size: 24px; font-weight: 700; font-family: var(--bc-font-display); color: #0f172a; }
.bc-stat-small { font-size: 14px; font-weight: 400; color: #5b6478; }

/* ---------- Steps ---------- */
.bc-steps { margin-top: 46px; }
.bc-step {
  position: relative;
  border-top: 1px solid #e3e7ef;
  padding-top: 22px;
  margin-bottom: 32px;
}
.bc-step:before {
  content: "";
  position: absolute;
  top: -1px; left: 0;
  width: 62px; height: 2px;
  background: #1e3a8a;
}
.bc-step-head { overflow: hidden; }
.bc-step-num {
  float: left;
  font-family: var(--bc-font-sans);
  font-size: 12px;
  font-weight: 500;
  color: #1e3a8a;
}
.bc-step-head i { float: right; color: #1e3a8a; font-size: 24px; }
.bc-step h3 { margin: 22px 0 0; font-size: 18px; font-weight: 700; line-height: 1.3; font-family: var(--bc-font-display); }
.bc-step p { margin-top: 10px; font-size: 14px; line-height: 1.625; color: #5b6478; }

/* ---------- Cards (vantagens) ---------- */
.bc-cards { margin-top: 36px; }
.bc-card {
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 22px;
}
.bc-card-icon {
  display: block;
  width: 44px; height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 9px;
  background: #eef2fb;
  color: #1e3a8a;
  font-size: 22px;
}
.bc-card h3 { margin: 18px 0 0; font-size: 18px; font-weight: 700; line-height: 1.3; font-family: var(--bc-font-display); }
.bc-card p { margin-top: 8px; font-size: 14px; line-height: 1.625; color: #5b6478; }

/* ---------- Tabela comparativa ---------- */
.bc-table-wrap {
  margin-top: 34px;
  border: 1px solid #e3e7ef;
  border-radius: 12px;
  overflow-x: auto;
}
.bc-table { margin: 0; min-width: 820px; width: 100%; font-size: 14px; border-collapse: separate; border-spacing: 0; }
.bc-table > thead > tr > th,
.bc-table > tbody > tr > td { padding: 6px 12px; }
.bc-table > thead > tr.bc-table-head > th {
  background: #1e3a8a;
  border-bottom: 0;
  font-weight: 600;
  color: #fff;
  padding-bottom: 6px;
}
.bc-table > thead > tr.bc-table-subhead > th {
  background: #172d6b;
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  padding-top: 6px;
}

@media (min-width: 992px) {
  .bc > section > .container { width: 100%; max-width: 1500px; }
}
.bc-table > thead > tr > th.bc-best-col { color: #fff; }
.bc-table > tbody > tr > td { color: #5b6478; vertical-align: middle; border-top: 1px solid #eef1f6; }
.bc-table > tbody > tr:first-child > td { border-top: 0; }
.bc-table > tbody > tr > td:first-child { color: #0f172a; font-weight: 500; width: 220px; max-width: 220px; white-space: normal; }
.bc-table > tbody > tr.bc-table-total > td {
  background: #1e3a8a;
  font-weight: 700;
  color: #fff;
}
.bc-table > tbody > tr.bc-table-total > td:first-child { color: #fff; }
.bc-table > tbody > tr > td:not(:first-child) {
  border-left: 1px solid #e3e7ef;
}
.bc-table > thead > tr > th:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.bc-table > thead > tr.bc-table-subhead > th:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.bc-table > tbody > tr.bc-table-total > td:not(:first-child) {
  border-left-color: rgba(255, 255, 255, 0.25);
}

.bc-legend { margin-top: 18px; font-size: 12px; font-weight: 500; color: #5b6478; }
.bc-legend > span { display: inline-block; margin-right: 26px; }
.bc-legend i { margin-right: 6px; font-size: 16px; vertical-align: -2px; }

/* ---------- Segmentos ---------- */
.bc-segments { margin-top: 40px; }
.bc-segment { text-align: center; margin-bottom: 26px; }
.bc-segment i {
  display: block;
  font-size: 34px;
  color: #1e3a8a;
  margin-bottom: 10px;
}
.bc-segment span:last-child { font-size: 12px; font-weight: 500; }

/* ---------- CTA final ---------- */
.bc-cta { background: #1e3a8a; padding: 70px 0; }
.bc-cta-text { margin-top: 16px; color: rgba(255, 255, 255, 0.85); max-width: 560px; }
.bc-cta-action { text-align: left; }
@media (min-width: 992px) {
  .bc-cta-action { text-align: right; padding-top: 46px; }
}

/* ---------- Footer ---------- */
.bc-footer { border-top: 1px solid #e3e7ef; padding: 28px 0; background: #fff; }
.bc-footer-text { margin-top: 10px; font-size: 14px; line-height: 1.625; color: #5b6478; max-width: 360px; }
.bc-footer-title { font-size: 16px; font-weight: 700; font-family: var(--bc-font-display); color: #0f172a; }
.bc-footer-contact { margin-top: 16px; }
.bc-footer-contact a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.625;
  color: #5b6478;
  text-decoration: none;
}
.bc-footer-contact a:hover { color: #1e3a8a; }
.bc-footer-contact i { color: #1e3a8a; margin-right: 8px; font-size: 16px; vertical-align: -2px; }
.bc-footer-copy { font-size: 14px; color: #5b6478; }
@media (min-width: 992px) { .bc-footer-copy { text-align: right; } }

/* ---------- Responsivo ---------- */
@media (max-width: 991px) {
  .bc-header-inner, .bc-header-inner > * { display: block; width: auto; text-align: left; }
  .bc-header-actions { margin-top: 14px; text-align: left; }
  .bc-hero-image { margin-top: 36px; }
}

/* ---------- Ícone de "melhor preço" (tabela / legenda) ---------- */
.bc-star { color: #157347; margin-right: 4px; font-size: 11px; }

/* ---------- Tabela comparativa: destaque da coluna "Melhor Preço" ---------- */
.bc-table > tbody > tr:not(.bc-table-total) > td.bc-best-col {
  background: #eef2fb;
  color: #157347;
  font-weight: 600;
}
.bc-table > tbody > tr > td.bc-match-col {
  background: #eafaf1;
  color: #157347;
  font-weight: 600;
}

/* ---------- Segmentos: layout flexível (9 itens, quebra em telas menores) ---------- */
.bc-segments {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 12px;
}
.bc-segment {
  flex: 1 1 90px;
  margin-bottom: 0;
}

/* ---------- Footer azul (páginas de formulário, ex.: Registro) ---------- */
.bc-footer--blue {
  background: #1e3a8a;
  border-top-color: #1e3a8a;
}
.bc-footer--blue .bc-logo-mark {
  background: #fff;
  color: #1e3a8a;
}
.bc-footer--blue .bc-logo-text strong,
.bc-footer--blue .bc-footer-title {
  color: #fff;
}
.bc-footer--blue .bc-logo-text small,
.bc-footer--blue .bc-footer-text,
.bc-footer--blue .bc-footer-copy {
  color: rgba(255, 255, 255, 0.75);
}
.bc-footer--blue .bc-footer-contact a {
  color: rgba(255, 255, 255, 0.9);
}
.bc-footer--blue .bc-footer-contact a:hover {
  color: #fff;
}
.bc-footer--blue .bc-footer-contact i {
  color: rgba(255, 255, 255, 0.9);
}

/* ---------- Comparativo: tradicional x Brasil Construtor ---------- */
.bc-pill {
  display: inline-block;
  background: #eef2fb;
  color: #1e3a8a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 999px;
}
.bc-compare-lead { text-align: center; }
.bc-compare-lead .bc-h2 { margin-top: 18px; }
.bc-compare-lead .bc-lead { margin: 20px auto 0; text-align: center; max-width: 680px; }
.bc-underline {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' width='200' height='14' preserveAspectRatio='none'%3E%3Cpath d='M2 8 Q 50 0 100 7 T 198 6' fill='none' stroke='%2393c5fd' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 12px;
  padding-bottom: 8px;
}

.bc-compare { position: relative; margin-top: 40px; }
.bc-compare > .row { display: flex; flex-wrap: wrap; margin-left: -8px; margin-right: -8px; }
.bc-compare > .row > [class^="col-"] { display: flex; padding-left: 8px; padding-right: 8px; }
.bc-compare-arrow { display: none; }
@media (min-width: 992px) {
  .bc-compare-arrow {
    display: flex;
    position: absolute;
    /* +38px = metade do bloco de cabecalho (icone 56 + margem 20), para
       cair no centro das ilustracoes e nao no centro do card inteiro */
    top: calc(50% + 38px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1e3a8a;
    color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3);
  }
}

.bc-compare-card { border-radius: 16px; padding: 24px; width: 100%; height: 100%; display: flex; flex-direction: column; }
.bc-compare-card--bad { background: #fdf2f2; }
.bc-compare-card--good { background: #eef2fb; }

.bc-compare-head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.bc-compare-head-icon {
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  line-height: 1;
}
.bc-compare-card--bad .bc-compare-head-icon { color: #dc2626; }
.bc-compare-card--good .bc-compare-head-icon { color: #16a34a; }
.bc-compare-head h3 { margin: 0; font-size: 18px; font-weight: 700; line-height: 1.3; font-family: var(--bc-font-display); color: #0f172a; }
.bc-compare-head p { margin: 4px 0 0; font-size: 14px; line-height: 1.625; color: #5b6478; }

.bc-compare-body { display: flex; align-items: center; gap: 16px; flex: 1; }
.bc-compare-body--reverse { flex-direction: row-reverse; }

.bc-compare-illustration {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 16px;
  min-height: 360px;
}
.bc-compare-illustration i { font-size: 72px; }
.bc-compare-card--bad .bc-compare-illustration i { color: #dc2626; }
.bc-compare-card--good .bc-compare-illustration i { color: #1e3a8a; }
.bc-compare-illustration img {
  width: auto;
  height: 360px;
  max-width: 100%;
  object-fit: contain;
}

/* Mobile: os cards empilham e a altura fixa de 400px (pensada para o desktop)
   deixa a imagem enorme e cheia de espaco sobrando. Aqui ela volta a escalar
   pela largura disponivel, com um teto de altura.
   Precisa vir DEPOIS da regra acima: mesma especificidade, a ultima vence. */
@media (max-width: 991px) {
  .bc-compare-body, .bc-compare-body--reverse { flex-direction: column; }
  .bc-compare-illustration { flex-basis: auto; width: 100%; min-height: 0; }
  .bc-compare-illustration img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
  }
}

.bc-compare-list { list-style: none; padding: 0; margin: 0; flex: 1; }
.bc-compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.625;
  color: #334155;
  margin-bottom: 14px;
}
.bc-compare-list li:last-child { margin-bottom: 0; }
.bc-compare-list i { font-size: 24px; flex-shrink: 0; margin-top: 1px; }
.bc-compare-card--bad .bc-compare-list i { color: #dc2626; }
.bc-compare-card--good .bc-compare-list i { color: #16a34a; }

.bc-compare-stats { margin-top: 32px; }

/* ---------- Modal "Peça uma demonstração" ---------- */
/* Fora da .bc (fica no final do body), entao repete as fontes/cores explicitamente. */
.bc-demo .bc-demo-dialog { width: 720px; max-width: 94%; margin: 40px auto; }
.bc-demo-content {
  position: relative;
  padding: 36px 40px 40px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
}

.bc-demo-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #5b6478;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.bc-demo-close:hover { background: #eef2fb; color: #1e3a8a; }

.bc-demo-title {
  margin: 0;
  padding-right: 36px;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}
.bc-demo-subtitle {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: #5b6478;
}

.bc-demo-perks {
  list-style: none;
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 10px;
  background: #eef2fb;
}
.bc-demo-perks li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #1e3a8a;
}
.bc-demo-perks li + li { margin-top: 8px; }
.bc-demo-perks i { font-size: 17px; color: #16a34a; flex-shrink: 0; }

.bc-demo-form { margin-top: 22px; }
.bc-demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
/* Rotulo acessivel para leitor de tela; visualmente usamos o placeholder. */
.bc-demo-label {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.bc-demo-form input[type="text"],
.bc-demo-form input[type="email"],
.bc-demo-form input[type="tel"],
.bc-demo-form select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #e3e7ef;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: #0f172a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.bc-demo-form select { cursor: pointer; color: #5b6478; }
.bc-demo-form input::placeholder { color: #97a0b3; }
.bc-demo-form input:focus,
.bc-demo-form select:focus {
  outline: 0;
  border-color: #1e3a8a;
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.12);
}

.bc-demo-privacy {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #5b6478;
}
.bc-demo-privacy a { color: #1e3a8a; text-decoration: underline; }

.bc-demo-submit {
  display: block;
  width: 100%;
  margin-top: 18px;
  padding: 16px 24px;
  border: 0;
  border-radius: 999px;
  background: #1e3a8a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.15s ease;
}
.bc-demo-submit:hover { background: #172d6b; }
.bc-demo-submit[disabled] { opacity: 0.6; cursor: default; }

.bc-demo-feedback { margin: 16px 0 0; font-size: 14px; text-align: center; }
.bc-demo-feedback--erro { color: #dc2626; }
.bc-demo-feedback--ok { color: #157347; }

@media (max-width: 575px) {
  .bc-demo-content { padding: 28px 20px 32px; }
  .bc-demo-title { font-size: 21px; }
  .bc-demo-grid { grid-template-columns: 1fr; }
}

/* ---------- Login: contem o formulario num card centralizado ---------- */
/* Sem isso o formulario ocupa a largura inteira do container (1170px+),
   sobrando um vazio enorme ao redor do conteudo estreito no desktop. */
.bc-login-page { padding: 56px 20px 64px; }
.bc-login-card {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
@media (max-width: 575px) {
  .bc-login-page { padding: 28px 16px 40px; }
  .bc-login-card { padding: 24px 20px; border-radius: 12px; }
}

/* ---------- Botao "voltar ao topo" ---------- */
/* Definido em style.css, que so carrega em paginas com a secao NewDefaultPage.
   Sem isso, o icone aparece estatico no fluxo da pagina em vez de flutuar
   escondido no canto (o JS que mostra/esconde via fadeIn/fadeOut continua ativo
   em template.js, so faltava o posicionamento). */
.scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1e3a8a;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1005;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}
.scrollToTop i { line-height: 46px; font-size: 20px; }
@media (max-width: 767px) {
  .scrollToTop { width: 40px; height: 40px; bottom: 16px; right: 16px; }
  .scrollToTop i { line-height: 40px; font-size: 18px; }
}
