.bfrt-v3-wrap{
  /* Transparent wrapper; no page background override */
  padding: 16px 0;
  color: inherit;
}
.bfrt-v3-card{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)) , #0e1324;
  border:1px solid rgba(255,255,255,.06);
  border-radius:20px;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  max-width:880px; margin:12px auto; padding:22px;
  color:#e6e8ee;
}
.bfrt-v3-head{ display:flex; gap:12px; align-items:center; margin-bottom:6px;}
.bfrt-v3-icon{ width:42px; height:42px; display:grid; place-items:center; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.06); border-radius:12px;}
.bfrt-v3-head h2{ margin:0; font-size:1.45rem; font-weight:800; letter-spacing:.2px;}
.bfrt-v3-head p{ margin:4px 0 0 0; color:#a3a7b3;}

/* Chips + counters */
.bfrt-v3-chips{ display:flex; flex-wrap:wrap; gap:10px; margin:12px 0 8px 0; }
label.chip{
  display:flex; align-items:center; gap:10px; border:1px solid rgba(255,255,255,.06); padding:10px 12px; border-radius:999px;
  background: rgba(255,255,255,.03); user-select:none;
}
label.chip .ctr{
  display:inline-flex; align-items:center; gap:8px; margin-left:4px; padding:4px 6px; border-radius:999px; border:1px solid rgba(255,255,255,.08);
  background: rgba(15,17,27,.8);
}
label.chip .ctr input{
  width:56px; text-align:center; border:0; background:transparent; color:#fff; outline:none; font-weight:800; font-variant-numeric: tabular-nums;
}
label.chip .ctr.wide input{ width:76px; }
label.chip .ctr button{
  width:28px; height:28px; border-radius:999px; border:1px solid rgba(255,255,255,.12); background:rgba(59,130,246,.15);
  color:#fff; cursor:pointer; font-weight:900; line-height:1; display:grid; place-items:center;
}
label.chip .ctr button:hover{ background:rgba(59,130,246,.25); }

/* Simple checkbox line */
.line.expedite{ display:flex; align-items:center; gap:8px; margin-top:6px; color:#cfd5df; }

/* Divider */
.hr{ height:1px; background: rgba(255,255,255,.08); margin:14px 0; }

/* Lead grid */
.lead-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap:12px; }
@media (max-width: 640px){ .lead-grid{ grid-template-columns:1fr; } }
.lead-grid label{ display:block; font-weight:800; color:#eaeef5; }
.lead-grid input{
  width:100%; padding:14px 16px; border-radius:14px; border:1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)); color:#fff;
}

/* Consent + actions */
.consent{ display:flex; align-items:center; gap:8px; margin-top:10px; color:#cfd5df; }
.actions{ display:flex; align-items:center; gap:12px; margin-top:10px; }
.btn{
  background: radial-gradient(120% 160% at 20% 10%, rgba(59,130,246,.95), rgba(59,130,246,.75));
  color:#fff; border:0; border-radius:14px; padding:12px 18px; font-weight:900; letter-spacing:.2px;
  box-shadow: 0 18px 40px rgba(59,130,246,.4); cursor:pointer; transition: transform .05s ease, filter .2s ease, box-shadow .2s ease;
}
.btn:hover{ filter:brightness(1.05); box-shadow: 0 24px 55px rgba(59,130,246,.48); }
.btn:active{ transform: translateY(1px); }
.btn[disabled]{ opacity:.7; cursor:not-allowed; }
.spinner{ width:18px; height:18px; border-radius:999px; border:2px solid rgba(255,255,255,.25); border-top-color:#fff; display:inline-block; animation:spin .6s linear infinite; opacity:0; transform:scale(.8); }
.spinner.show{ opacity:1; transform:scale(1); }
@keyframes spin{ to{ transform: rotate(360deg); } }

/* Result */
.result{
  margin-top:12px; padding:14px; border-radius:14px;
  background: linear-gradient(180deg, rgba(34,197,94,.12), rgba(34,197,94,.06));
  border:1px solid rgba(34,197,94,.25); color:#dbffef;
}
.result h4{ margin:0 0 4px 0; color:#bbf7d0; }
.range{ font-weight:900; margin-bottom:6px; }