.bbf{--bbf-navy:#071a35;--bbf-muted:#434655;--bbf-line:#e2e8f0;--bbf-soft:#eaf0f7;--bbf-blue:#2463eb;--bbf-blue-hover:#1d4ed8;--bbf-green:#006242;--bbf-green-bg:#ecfdf5;--bbf-amber:#92400e;--bbf-amber-bg:#fffbeb;--bbf-red:#ba1a1a;--bbf-red-bg:#fef2f2;width:100%;color:var(--bbf-navy);font-family:Poppins,sans-serif;text-align:left}
.bbf *{box-sizing:border-box}.bbf button,.bbf input,.bbf select,.bbf textarea{font:inherit}.bbf-card{background:#fff;border:1px solid var(--bbf-line);box-shadow:0 1px 3px rgba(7,26,53,.04),0 12px 24px -4px rgba(7,26,53,.08);border-radius:24px;overflow:hidden}
.bbf-progress-wrap{padding:24px 32px 0}.bbf-progress-copy{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:var(--bbf-muted);margin-bottom:10px}.bbf-progress{height:7px;background:var(--bbf-soft);border-radius:999px;overflow:hidden}.bbf-progress i{display:block;width:20%;height:100%;background:var(--bbf-blue);border-radius:inherit;transition:width .25s ease}
.bbf-step{display:none;padding:34px 32px}.bbf-step.is-active{display:block}.bbf-step h3{font-size:28px;line-height:1.25;font-weight:700;margin:0 0 8px}.bbf-hint{color:var(--bbf-muted);margin:0 0 24px}.bbf-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bbf-choices.is-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.bbf-choice{position:relative;text-align:left;background:#fff;border:2px solid var(--bbf-line);border-radius:16px;padding:18px;cursor:pointer;min-height:112px;color:var(--bbf-navy);transition:.16s ease}.bbf-choice:hover{border-color:#9eb8f6;transform:translateY(-1px)}.bbf-choice.is-selected{border-color:var(--bbf-blue);background:#f5f8ff;box-shadow:0 0 0 3px rgba(36,99,235,.1)}.bbf-choice strong{display:block;font-size:16px;margin-bottom:5px}.bbf-choice small{display:block;color:var(--bbf-muted);line-height:1.45}
.bbf-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bbf-field.is-full{grid-column:1/-1}.bbf-field label{display:block;font-size:14px;font-weight:600;margin-bottom:7px}.bbf-field input,.bbf-field select,.bbf-field textarea{width:100%;border:1px solid #c3c6d7;border-radius:12px;padding:13px 14px;background:#fff;color:var(--bbf-navy);outline:0}.bbf-field input:focus,.bbf-field select:focus,.bbf-field textarea:focus{border-color:var(--bbf-blue);box-shadow:0 0 0 3px rgba(36,99,235,.12)}.bbf-field textarea{min-height:110px;resize:vertical}
.bbf-checks{margin-top:20px;display:grid;gap:12px}.bbf-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--bbf-muted)}.bbf-check input{margin-top:3px;accent-color:var(--bbf-blue)}.bbf-check a{color:var(--bbf-blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}.bbf-check a:hover{color:var(--bbf-blue-hover)}.bbf-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:28px}.bbf-btn{border:0;border-radius:999px;padding:13px 22px;font-weight:600;cursor:pointer;min-height:48px}.bbf-btn-primary{background:var(--bbf-blue);color:#fff}.bbf-btn-primary:hover{background:var(--bbf-blue-hover)}.bbf-btn-primary:disabled{opacity:.38;cursor:not-allowed}.bbf-btn-secondary{background:var(--bbf-soft);color:var(--bbf-navy)}
.bbf-result{border-radius:16px;padding:22px;margin-bottom:20px}.bbf-result.green{background:var(--bbf-green-bg);border:1px solid #a7f3d0}.bbf-result.amber{background:var(--bbf-amber-bg);border:1px solid #fde68a}.bbf-result.red{background:var(--bbf-red-bg);border:1px solid #fecaca}.bbf-result h3{font-size:22px;margin:0 0 6px}.bbf-result p{margin:0;color:var(--bbf-muted)}.bbf-price{font-size:30px;font-weight:700;margin-top:14px}.bbf-summary{background:#f8f9ff;border-radius:14px;padding:17px;font-size:14px}.bbf-summary div{display:flex;gap:12px;padding:7px 0;border-bottom:1px solid var(--bbf-line)}.bbf-summary div:last-child{border:0}.bbf-summary b{min-width:160px}.bbf-note{font-size:12px;color:var(--bbf-muted);margin-top:16px}.bbf-hidden{display:none!important}
.bbf-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.bbf-form-message{display:none;margin:16px 0 0;padding:12px 14px;border-radius:12px;font-size:13px}.bbf-form-message.is-error{display:block;color:#93000a;background:var(--bbf-red-bg);border:1px solid #fecaca}.bbf-form-message.is-success{display:block;color:var(--bbf-green);background:var(--bbf-green-bg);border:1px solid #a7f3d0}
@media(max-width:767px){.bbf-progress-wrap{padding:20px 18px 0}.bbf-step{padding:26px 18px}.bbf-step h3{font-size:23px}.bbf-choices,.bbf-choices.is-three,.bbf-fields{grid-template-columns:1fr}.bbf-choice{min-height:auto}.bbf-actions{align-items:stretch}.bbf-actions .bbf-btn{flex:1;padding-inline:12px}.bbf-summary div{display:block}.bbf-summary b{display:block;margin-bottom:2px}}
