:root {
  --bm-blue: #116dff;
  --bm-blue-dark: #0057e1;
  --bm-navy: #143b57;
  --bm-ink: #101828;
  --bm-muted: #667085;
  --bm-soft: #eaf3ff;
  --bm-green: #22c55e;
}

.bm-home { overflow: hidden; background: #fff; color: var(--bm-ink); }
.bm-section { padding: clamp(72px, 9vw, 118px) 0; }
.bm-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--bm-blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bm-section-head { max-width: 760px; margin-bottom: 46px; }
.bm-section-head h2, .bm-car-copy h2, .bm-faq h2, .bm-cta h2 { margin: 12px 0 14px; color: var(--bm-navy); font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 900; letter-spacing: -.045em; line-height: 1.02; }
.bm-section-head p, .bm-car-copy > p, .bm-faq-grid > div > p { color: var(--bm-muted); font-size: 1.08rem; line-height: 1.75; }

.bm-hero { position: relative; min-height: min(790px, 88vh); display: flex; align-items: center; background: var(--bm-navy); }
.bm-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 45% 52%; }
.bm-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,44,.97) 0%, rgba(12,43,65,.88) 42%, rgba(12,43,65,.30) 72%, rgba(12,43,65,.08) 100%); }
.bm-hero-content { position: relative; z-index: 1; padding-top: 88px; padding-bottom: 88px; }
.bm-hero-copy { max-width: 700px; }
.bm-hero .bm-kicker { color: #9ac3ff; }
.bm-hero h1 { margin: 18px 0 24px; color: #fff; font-size: clamp(3rem, 7vw, 6.25rem); font-weight: 900; letter-spacing: -.065em; line-height: .93; }
.bm-hero h1 span { color: #7dadff; }
.bm-hero-copy > p { max-width: 650px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.26rem); line-height: 1.65; }
.bm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.bm-btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.bm-btn:hover { transform: translateY(-2px); }
.bm-btn-primary { background: var(--bm-blue); color: #fff; box-shadow: 0 16px 34px rgba(17,109,255,.32); }
.bm-btn-primary:hover { background: var(--bm-blue-dark); color: #fff; }
.bm-btn-ghost { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.bm-btn-ghost:hover { color: #fff; background: rgba(255,255,255,.15); }
.bm-trust { display: flex; flex-wrap: wrap; gap: 13px 24px; margin-top: 28px; color: rgba(255,255,255,.78); font-size: .88rem; }
.bm-trust i { color: #70e09a; }

.bm-intro { background: #fff; }
.bm-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bm-benefits article { padding: 28px; border: 1px solid #e5eaf0; border-radius: 20px; background: #fff; box-shadow: 0 12px 38px rgba(20,59,87,.06); }
.bm-benefits article > i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--bm-soft); color: var(--bm-blue); font-size: 1.15rem; }
.bm-benefits h3 { margin: 22px 0 9px; color: var(--bm-navy); font-size: 1.08rem; font-weight: 800; }
.bm-benefits p { margin: 0; color: var(--bm-muted); font-size: .92rem; line-height: 1.65; }

.bm-plans-section { position: relative; background: linear-gradient(135deg, #0d2a3f 0%, #143b57 58%, #0c4b8f 100%); }
.bm-plans-section::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; }
.bm-plans-section .container { position: relative; }
.bm-section-head-light h2 { color: #fff; }
.bm-section-head-light p { color: rgba(255,255,255,.72); }
.bm-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.bm-plan { position: relative; padding: 35px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(12px); }
.bm-plan-featured { background: #fff; color: var(--bm-ink); border-color: #fff; box-shadow: 0 26px 70px rgba(0,0,0,.20); transform: translateY(-8px); }
.bm-plan-tag { position: absolute; top: -13px; right: 22px; padding: 6px 12px; border-radius: 999px; background: var(--bm-green); color: #082f1a; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.bm-plan-label { display: block; color: #9ac3ff; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; }
.bm-plan-featured .bm-plan-label { color: var(--bm-blue); }
.bm-price { margin-top: 18px; font-size: clamp(2.45rem, 5vw, 4rem); font-weight: 900; line-height: 1; letter-spacing: -.055em; }
.bm-price small { font-size: 1rem; letter-spacing: 0; }
.bm-plan p { min-height: 26px; margin: 12px 0 30px; color: rgba(255,255,255,.65); }
.bm-plan-featured p { color: var(--bm-muted); }
.bm-plan a { display: flex; justify-content: space-between; align-items: center; color: inherit; font-weight: 800; text-decoration: none; }
.bm-plan-featured a { color: var(--bm-blue); }
.bm-included { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px 36px; margin-top: 40px; color: rgba(255,255,255,.82); }
.bm-included i { margin-right: 8px; color: #70e09a; }

.bm-car { background: #f7faff; }
.bm-car-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(36px, 7vw, 84px); align-items: center; }
.bm-car-photo { position: relative; overflow: hidden; min-height: 460px; border-radius: 28px; background: radial-gradient(circle at 52% 42%, #fff 0%, #edf5ff 56%, #d9e9fb 100%); box-shadow: 0 30px 70px rgba(20,59,87,.18); }
.bm-car-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.bm-car-photo img.bm-car-cutout { object-fit: contain; padding: clamp(22px, 4vw, 48px); filter: drop-shadow(0 24px 22px rgba(20,59,87,.22)); }
.bm-car-photo span { position: absolute; left: 22px; bottom: 22px; padding: 10px 15px; border-radius: 999px; background: rgba(10,32,48,.88); color: #fff; font-size: .82rem; font-weight: 800; backdrop-filter: blur(8px); }
.bm-car-photo span i { color: #9ac3ff; }
.bm-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0 20px; }
.bm-specs div { padding: 16px; border: 1px solid #dce6f1; border-radius: 14px; background: #fff; }
.bm-specs dt { color: var(--bm-muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.bm-specs dd { margin: 5px 0 0; color: var(--bm-navy); font-weight: 850; }
.bm-source { display: block; color: #7a899a; line-height: 1.55; }

.bm-process { background: #fff; }
.bm-steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; padding: 0; }
.bm-steps li { padding: 26px; border-top: 4px solid var(--bm-blue); border-radius: 4px 4px 18px 18px; background: #f7faff; }
.bm-steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--bm-blue); color: #fff; font-weight: 900; }
.bm-steps h3 { margin: 20px 0 8px; color: var(--bm-navy); font-size: 1.05rem; font-weight: 850; }
.bm-steps p { margin: 0; color: var(--bm-muted); font-size: .91rem; line-height: 1.6; }

.bm-faq { background: var(--bm-soft); }
.bm-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 96px); align-items: start; }
.bm-faq .accordion-item { margin-bottom: 10px; overflow: hidden; border: 1px solid #d5e2f2; border-radius: 14px; }
.bm-faq .accordion-button { color: var(--bm-navy); font-weight: 800; box-shadow: none; }
.bm-faq .accordion-button:not(.collapsed) { color: var(--bm-blue-dark); background: #fff; }
.bm-faq .accordion-body { color: var(--bm-muted); line-height: 1.65; }

.bm-cta { padding: 70px 0; background: var(--bm-blue); color: #fff; }
.bm-cta-inner { display: flex; justify-content: space-between; gap: 36px; align-items: center; }
.bm-cta .bm-kicker { color: #dbe9ff; }
.bm-cta h2 { margin-bottom: 8px; color: #fff; font-size: clamp(2rem, 4vw, 3.25rem); }
.bm-cta p { margin: 0; color: rgba(255,255,255,.78); }
.bm-btn-whatsapp { flex: 0 0 auto; background: #fff; color: var(--bm-blue-dark); box-shadow: 0 16px 35px rgba(0,0,0,.15); }
.bm-btn-whatsapp:hover { color: var(--bm-blue-dark); }

@media (max-width: 991px) {
  .bm-benefits, .bm-steps { grid-template-columns: repeat(2, 1fr); }
  .bm-car-grid, .bm-faq-grid { grid-template-columns: 1fr; }
  .bm-car-photo { min-height: 390px; }
  .bm-hero-shade { background: linear-gradient(90deg, rgba(7,28,44,.96), rgba(12,43,65,.68)); }
}

@media (max-width: 767px) {
  .bm-hero { min-height: 720px; }
  .bm-hero-image { object-position: 54% 50%; }
  .bm-hero-shade { background: linear-gradient(0deg, rgba(7,28,44,.98) 4%, rgba(7,28,44,.78) 68%, rgba(7,28,44,.45)); }
  .bm-hero-content { align-self: end; padding-bottom: 60px; }
  .bm-actions, .bm-actions .bm-btn { width: 100%; }
  .bm-benefits, .bm-plans, .bm-steps { grid-template-columns: 1fr; }
  .bm-plan-featured { transform: none; }
  .bm-car-photo { min-height: 320px; border-radius: 20px; }
  .bm-specs { grid-template-columns: 1fr; }
  .bm-cta-inner { align-items: stretch; flex-direction: column; }
  .bm-btn-whatsapp { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .bm-btn { transition: none; }
}
