/* ═══════════════════════════════════════════════════════════════════
   BCX Theme, patterns.css (v1.2 padrão Guedes)
   FAQ accordion, banner CTA, hero default, banner 42 anos.
   Trust strip movido pro footer-pre (components.css).
   ═══════════════════════════════════════════════════════════════════ */

/* ─── Section padrão ─────────────────────────────────────────────── */
.bcx-section {
  padding: 56px 0;
}
.bcx-section-header {
  text-align: center;
  margin-bottom: 32px;
  max-width: 720px;
  margin-inline: auto;
}
.bcx-section-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--gm-text);
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}
.bcx-section-sub {
  color: var(--gm-text-mid);
  font-size: 15px;
  line-height: 1.5;
}
.bcx-section-cta {
  text-align: center;
  margin-top: 32px;
}

/* ─── HERO Guedes (front-page) ─────────────────────────────────── */
.bcx-hero-guedes {
  background: linear-gradient(135deg, var(--gm-blue-light) 0%, #fff 65%);
  padding: 64px 0;
  border-bottom: 1px solid var(--gm-border);
}
.bcx-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}
.bcx-hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gm-blue-dark);
  background: rgba(55,183,255,0.12);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 16px;
}
.bcx-hero-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  color: var(--gm-text);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.bcx-hero-title strong { color: var(--gm-blue); }
.bcx-hero-sub {
  font-size: 16px;
  color: var(--gm-text-mid);
  margin-bottom: 24px;
  max-width: 560px;
  line-height: 1.55;
}
.bcx-hero-actions {
  display: flex; gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.bcx-hero-bullets {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 16px;
}
.bcx-hero-bullets li {
  font-size: 13px;
  color: var(--gm-text-mid);
  font-weight: 600;
}
.bcx-hero-visual {
  display: flex; justify-content: center; align-items: center;
}
.bcx-hero-badge {
  width: 260px; height: 260px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gm-blue), var(--gm-blue-dark));
  color: #fff;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  box-shadow: 0 20px 50px rgba(55,183,255,0.32);
  text-align: center;
  border: 8px solid #fff;
  outline: 1px solid var(--gm-border);
}
.bcx-hero-badge-num {
  font-size: 100px; font-weight: 900; line-height: 1;
  letter-spacing: -4px;
  color: var(--gm-yellow);
}
.bcx-hero-badge-txt {
  font-size: 14px; font-weight: 800; line-height: 1.2;
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-top: 6px;
}

/* ─── Veículos grid ─────────────────────────────────────────────── */
.bcx-section-veiculos { background: #fff; }
.bcx-veiculos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.bcx-veiculo-card {
  display: block;
  background: var(--gm-bg);
  border: 1px solid var(--gm-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: var(--gm-text);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.bcx-veiculo-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--gm-shadow);
  border-color: var(--gm-blue);
  color: var(--gm-text);
}
.bcx-veiculo-thumb {
  width: 100%; aspect-ratio: 4/3;
  background: #fff;
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center;
  color: var(--gm-text-soft);
  border-bottom: 1px solid var(--gm-border);
}
.bcx-veiculo-body {
  padding: 12px 16px;
  text-align: center;
}
.bcx-veiculo-nome {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--gm-text);
}
.bcx-veiculo-meta {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px;
  color: var(--gm-text-soft);
  margin-top: 4px;
}
.bcx-veiculo-anos { font-weight: 700; color: var(--gm-blue); }

/* ─── Banner 42 anos ────────────────────────────────────────────── */
.bcx-banner-42 {
  background: var(--gm-text);
  color: #fff;
  padding: 56px 0;
  margin: 56px 0;
}
.bcx-banner-42-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
  max-width: var(--bcx-container-max);
  margin: 0 auto;
  padding: 0 24px;
}
.bcx-banner-42-num { text-align: center; }
.bcx-banner-42-num span {
  font-size: 130px; font-weight: 900; line-height: 0.9;
  color: var(--gm-yellow);
  display: block;
  letter-spacing: -6px;
}
.bcx-banner-42-num small {
  display: block;
  font-size: 16px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--gm-blue-light);
  margin-top: 8px;
}
.bcx-banner-42-content h2 { color: #fff; font-size: 24px; margin-bottom: 12px; font-weight: 800; }
.bcx-banner-42-content p { color: rgba(255,255,255,0.78); margin-bottom: 16px; font-size: 14px; line-height: 1.65; }

/* ─── Banner CTA WhatsApp ──────────────────────────────────────── */
.bcx-banner-cta {
  background: linear-gradient(135deg, var(--gm-blue), var(--gm-blue-dark));
  color: #fff;
  padding: 48px 0;
  text-align: center;
}
.bcx-banner-cta h2 { color: #fff; font-size: 24px; margin-bottom: 8px; }
.bcx-banner-cta p { color: rgba(255,255,255,0.9); margin-bottom: 20px; font-size: 15px; }
.bcx-banner-cta .bcx-btn-primary {
  background: #fff; color: var(--gm-text) !important;
}
.bcx-banner-cta .bcx-btn-primary:hover { background: var(--gm-yellow); color: var(--gm-text) !important; }

/* ─── FAQ accordion (block pattern) ────────────────────────────── */
.bcx-faq-section { background: #fff; }
.bcx-pattern-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 800;
  color: var(--gm-text);
}
.bcx-faq-list { display: flex; flex-direction: column; gap: 8px; }
.bcx-faq-item {
  border: 1px solid var(--gm-border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.bcx-faq-q {
  width: 100%; text-align: left;
  padding: 16px 20px;
  background: #fff;
  border: 0;
  font-weight: 700;
  font-size: 14px;
  color: var(--gm-text);
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
}
.bcx-faq-q:hover { background: var(--gm-bg); }
.bcx-faq-arrow { transition: transform 0.2s; color: var(--gm-blue); font-weight: 900; }
.bcx-faq-item.open .bcx-faq-arrow { transform: rotate(180deg); }
.bcx-faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding-inline: 20px;
  color: var(--gm-text-mid);
  font-size: 14px;
  line-height: 1.65;
}
.bcx-faq-item.open .bcx-faq-a {
  max-height: 500px;
  padding-block: 0 20px;
}

/* ─── Mobile ────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .bcx-veiculos-grid { grid-template-columns: repeat(3, 1fr); }
  .bcx-hero-title { font-size: 34px; }
}
@media (max-width: 768px) {
  .bcx-section { padding: 40px 0; }
  .bcx-hero-guedes { padding: 40px 0; }
  .bcx-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .bcx-hero-visual { order: -1; }
  .bcx-hero-badge { width: 180px; height: 180px; }
  .bcx-hero-badge-num { font-size: 70px; }
  .bcx-hero-title { font-size: 28px; }
  .bcx-hero-sub { font-size: 14px; }
  .bcx-section-title { font-size: 22px; }
  .bcx-veiculos-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .bcx-banner-42 { padding: 40px 0; margin: 40px 0; }
  .bcx-banner-42-grid { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .bcx-banner-42-num span { font-size: 90px; }
  .bcx-banner-42-content h2 { font-size: 20px; }
  .bcx-banner-cta { padding: 32px 0; }
  .bcx-banner-cta h2 { font-size: 20px; }
}
