.hbc-root{--hbc-brand: #14385E;color:#16202e;font-family:inherit}.hbc-root *,.hbc-root *:before,.hbc-root *:after{box-sizing:border-box}.hbc-container{max-width:52rem;margin:0 auto;padding:.5rem}.hbc-intro{text-align:center;margin-bottom:1.5rem}.hbc-headline{font-size:clamp(1.4rem,3.4vw,1.9rem);font-weight:700;margin:0 0 .5rem;line-height:1.2;color:#16202e}.hbc-sub{color:#4a5868;margin:0;font-size:.95rem;line-height:1.5}.hbc-progress-wrap{margin-bottom:1.5rem}.hbc-progress-meta{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;font-size:.85rem;color:#4a5868}.hbc-step-label{font-weight:600;color:#16202e}.hbc-step-percent{font-variant-numeric:tabular-nums}.hbc-progress-track{height:.4rem;background:#eef2f6;border-radius:999px;overflow:hidden}.hbc-progress-fill{height:100%;background:var(--hbc-brand);transition:width .3s ease}.hbc-steps-list{display:none}@media (min-width: 640px){.hbc-steps-list{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;padding:0;margin:.75rem 0 0;list-style:none}.hbc-steps-list li{font-size:.7rem;color:#4a5868;text-align:center;line-height:1.3}}.hbc-step{display:none}.hbc-step.hbc-active{display:block}.hbc-card{background:#fff;border:1px solid #D4DCE5;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 3px #14385e14}@media (min-width: 640px){.hbc-card{padding:1.75rem}}.hbc-step-title{font-family:Lexend,sans-serif;font-size:1.25rem;font-weight:600;color:#16202e;margin:0 0 .35rem}.hbc-step-sub{color:#4a5868;font-size:.95rem;margin:0 0 1.25rem;line-height:1.5}.hbc-fields{display:grid;gap:1.25rem}.hbc-fieldset{border:0;padding:0;margin:0;min-width:0}.hbc-label{display:block;font-weight:600;color:#16202e;font-size:.95rem;margin:0 0 .5rem}.hbc-req{color:#b91c1c;font-weight:700}.hbc-optional{color:#5b616b;font-weight:400;font-size:.85rem}.hbc-hint{color:#4a5868;font-size:.8rem;margin:.4rem 0 0}.hbc-input{width:100%;min-height:44px;padding:.65rem .85rem;border:1px solid #D4DCE5;border-radius:.6rem;background:#fff;color:#16202e;font:inherit;font-size:1rem}.hbc-input:focus-visible{outline:3px solid color-mix(in srgb,var(--hbc-brand) 35%,transparent);outline-offset:2px;border-color:var(--hbc-brand)}.hbc-input.hbc-error{border-color:#b91c1c;background:#fef2f2}.hbc-radio-grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 640px){.hbc-radio-grid,.hbc-radio-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.hbc-radio-card{position:relative;display:block;cursor:pointer}.hbc-radio-inner{display:flex;align-items:center;justify-content:center;text-align:center;min-height:52px;padding:.7rem .9rem;background:#fff;border:2px solid #D4DCE5;border-radius:.75rem;font-weight:500;color:#16202e;transition:border-color .2s,background-color .2s,box-shadow .2s;font-size:.92rem;line-height:1.35}.hbc-radio-card:hover .hbc-radio-inner{border-color:var(--hbc-brand);background:#f7f9fb}.hbc-radio-card input:focus-visible+.hbc-radio-inner{outline:3px solid color-mix(in srgb,var(--hbc-brand) 35%,transparent);outline-offset:2px}.hbc-radio-card input:checked+.hbc-radio-inner{border-color:var(--hbc-brand);background:color-mix(in srgb,var(--hbc-brand) 8%,white);color:var(--hbc-brand);box-shadow:0 1px 3px color-mix(in srgb,var(--hbc-brand) 25%,transparent)}.hbc-check-grid{display:grid;grid-template-columns:1fr;gap:.4rem}@media (min-width: 640px){.hbc-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hbc-check-list{display:grid;gap:.4rem}.hbc-check-list-2col{grid-template-columns:1fr}@media (min-width: 640px){.hbc-check-list-2col{grid-template-columns:repeat(2,minmax(0,1fr))}}.hbc-check{display:flex;align-items:center;gap:.65rem;padding:.65rem .85rem;background:#fff;border:1px solid #D4DCE5;border-radius:.6rem;font-size:.95rem;color:#16202e;cursor:pointer;min-height:44px;transition:border-color .15s,background-color .15s}.hbc-check:hover{border-color:var(--hbc-brand);background:#f7f9fb}.hbc-check input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--hbc-brand);flex-shrink:0}.hbc-check input[type=checkbox]:focus-visible{outline:3px solid color-mix(in srgb,var(--hbc-brand) 35%,transparent);outline-offset:2px}.hbc-chip-grid{display:flex;flex-wrap:wrap;gap:.45rem}.hbc-chip{cursor:pointer;display:inline-block}.hbc-chip-inner{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .95rem;border:1.5px solid #D4DCE5;border-radius:999px;font-size:.88rem;background:#fff;color:#16202e;min-height:40px;line-height:1.2;transition:border-color .15s,background-color .15s,color .15s}.hbc-chip:hover .hbc-chip-inner{border-color:var(--hbc-brand);background:#f7f9fb}.hbc-chip input:focus-visible+.hbc-chip-inner{outline:3px solid color-mix(in srgb,var(--hbc-brand) 35%,transparent);outline-offset:2px}.hbc-chip input:checked+.hbc-chip-inner{border-color:var(--hbc-brand);background:color-mix(in srgb,var(--hbc-brand) 10%,white);color:var(--hbc-brand);font-weight:600}.hbc-textarea{min-height:96px;resize:vertical;font-family:inherit;line-height:1.45;padding:.7rem .85rem}.hbc-loading{text-align:center;padding:3rem 1.5rem}.hbc-spinner{width:48px;height:48px;border:4px solid #EEF2F6;border-top-color:var(--hbc-brand);border-radius:50%;margin:0 auto 1.25rem;animation:hbc-spin .9s linear infinite}@keyframes hbc-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.hbc-spinner{animation-duration:3s}.hbc-progress-fill{transition:none}}.hbc-nav{display:flex;gap:.75rem;align-items:center;margin-top:1.5rem}.hbc-spacer{flex:1}.hbc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.65rem 1.25rem;border-radius:999px;font-weight:600;font-size:.95rem;cursor:pointer;border:0;transition:background-color .2s,color .2s,border-color .2s;text-decoration:none;line-height:1.2}.hbc-btn i{font-size:.95em}.hbc-btn-primary{background:var(--hbc-brand);color:#fff}.hbc-btn-primary:hover{background:color-mix(in srgb,var(--hbc-brand) 85%,black)}.hbc-btn-primary:focus-visible{outline:3px solid color-mix(in srgb,var(--hbc-brand) 45%,transparent);outline-offset:2px}.hbc-btn-ghost{background:transparent;color:var(--hbc-brand);border:2px solid var(--hbc-brand)}.hbc-btn-ghost:hover{background:color-mix(in srgb,var(--hbc-brand) 8%,white)}.hbc-btn-cta{background:#178043;color:#fff}.hbc-btn-cta:hover{background:#1fa855}.hbc-hidden{display:none!important}.hbc-disclaimer{font-size:.78rem;color:#5b616b;text-align:center;margin-top:1.5rem;line-height:1.5}.hbc-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hbc-result-card{background:#fff;border:1px solid #D4DCE5;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #14385e14}.hbc-result-head{text-align:center;margin-bottom:1.5rem}.hbc-result-headline{font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:700;color:#16202e;margin:0 0 .5rem}.hbc-result-sub{color:#4a5868;font-size:1rem;margin:0 0 1rem}.hbc-score-ring{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.5rem;border:2px solid #D4DCE5;border-radius:1rem;background:#f7f9fb}.hbc-score-number{font-family:Lexend,sans-serif;font-size:2rem;font-weight:700;color:var(--hbc-brand);line-height:1}.hbc-score-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#4a5868}.hbc-rec-list{display:grid;gap:.75rem;margin:1.5rem 0 0}.hbc-rec{border:1px solid #D4DCE5;border-left:5px solid #D4DCE5;border-radius:.75rem;padding:1rem 1.1rem;background:#fff}.hbc-rec-red{border-left-color:#b91c1c;background:#fef2f2}.hbc-rec-yellow{border-left-color:#92600a;background:#fef3c7}.hbc-rec-green{border-left-color:#15803d;background:#ecfdf5}.hbc-rec-head{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;margin-bottom:.35rem}.hbc-rec-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .55rem;border-radius:999px;color:#fff}.hbc-rec-badge-red{background:#b91c1c}.hbc-rec-badge-yellow{background:#b45309}.hbc-rec-badge-green{background:#15803d}.hbc-rec-title{font-family:Lexend,sans-serif;font-weight:600;color:#16202e;font-size:1.02rem;margin:0}.hbc-rec-text{color:#16202e;font-size:.92rem;line-height:1.5;margin:.3rem 0 .5rem}.hbc-rec-price{font-size:.85rem;color:#4a5868;font-weight:600}.hbc-catchall{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.1rem;border:1px solid #D4DCE5;border-left:5px solid #2E6CA3;border-radius:.75rem;background:#f7f9fb;margin-top:1.25rem}.hbc-catchall-icon{color:#2e6ca3;flex-shrink:0;font-size:1.3rem;margin-top:.1rem}.hbc-catchall-body{min-width:0}.hbc-catchall h4{font-family:Lexend,sans-serif;font-weight:600;color:#16202e;font-size:1rem;margin:0 0 .35rem}.hbc-catchall p{color:#16202e;font-size:.92rem;line-height:1.55;margin:0}.hbc-catchall-note{margin-top:.6rem;padding:.55rem .75rem;border-radius:.5rem;background:#fff;border:1px dashed #B8C5D1;font-size:.88rem;color:#4a5868;line-height:1.5;word-wrap:break-word}.hbc-catchall-note strong{color:#16202e;font-weight:600}.hbc-cat-grid{display:grid;gap:.6rem;margin:1.25rem 0 .25rem}@media (min-width: 640px){.hbc-cat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.hbc-cat-card{padding:.75rem .9rem;border-radius:.75rem;border:1px solid #D4DCE5;background:#f7f9fb}.hbc-cat-name{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#4a5868;margin:0 0 .25rem;font-weight:600}.hbc-cat-value{font-family:Lexend,sans-serif;font-weight:700;font-size:1.1rem;color:var(--hbc-brand)}.hbc-result-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;justify-content:center}.hbc-result-note{margin-top:1rem;font-size:.85rem;color:#4a5868;text-align:center;line-height:1.5}.hbc-restart{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:0;color:var(--hbc-brand);font-weight:600;cursor:pointer;text-decoration:underline;padding:.5rem .75rem;min-height:44px;font-size:.95rem}
