@import "https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700;800&display=swap";:root{--bfv-red:#eb1923;--bfv-red-dark:#bb2d3b;--bfv-dark:#3a4856;--bfv-grey:#71777a;--bfv-bg:#f3f3f3;--bfv-bg-light:#f6f7f8;--bfv-border:#e7e7e7;--bfv-white:#fff;--bfv-green:#2e7d32;--bfv-radius:14px;--bfv-max-width:640px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bfv-bg);color:var(--bfv-dark);-webkit-font-smoothing:antialiased;font-family:Exo,sans-serif;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3{color:var(--bfv-dark);margin:0 0 .5em;font-family:Exo,sans-serif;font-weight:700;line-height:1.25}p{margin:0 0 1em}button{font-family:inherit}a{color:var(--bfv-red)}ul{padding-left:1.2em}li{margin-bottom:.5em}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.layout{flex-direction:column;width:100%;min-height:100vh;display:flex}.layout__header{z-index:10;background:var(--bfv-white);border-bottom:1px solid var(--bfv-border);padding:12px 16px;position:sticky;top:0}.layout__brand{color:var(--bfv-dark);align-items:center;gap:8px;margin-bottom:10px;font-size:.95rem;font-weight:700;display:flex}.layout__brand-dot{background:var(--bfv-red);border-radius:50%;flex-shrink:0;width:12px;height:12px}.layout__main{flex:1;justify-content:center;padding:20px 16px 12px;display:flex}.layout__footer{max-width:var(--bfv-max-width);justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:12px 16px 24px;display:flex}.progress-bar{flex-direction:column;gap:4px;display:flex}.progress-bar__track{background:var(--bfv-bg);border-radius:999px;width:100%;height:8px;overflow:hidden}.progress-bar__fill{background:var(--bfv-red);border-radius:999px;height:100%;transition:width .3s}.progress-bar__label{color:var(--bfv-grey);font-size:.8rem}.card{background:var(--bfv-white);border-radius:var(--bfv-radius);border:1px solid var(--bfv-border);width:100%;max-width:var(--bfv-max-width);padding:24px 20px;box-shadow:0 2px 10px #3a48560f}.screen h2{font-size:1.4rem}.screen__sub{color:var(--bfv-grey);font-size:.95rem}.screen__question{margin-top:1.2em;font-weight:600}.screen__followup{background:var(--bfv-bg-light);border-left:4px solid var(--bfv-red);border-radius:8px;margin-top:1em;padding:12px 14px}.badge{background:var(--bfv-bg-light);color:var(--bfv-red);border-radius:999px;margin-bottom:.8em;padding:4px 12px;font-size:.85rem;font-weight:700;display:inline-block}.rule-list{margin:1em 0}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;min-height:48px;padding:12px 24px;font-size:1rem;font-weight:700;transition:background-color .15s,opacity .15s;display:inline-flex}.btn--primary{background:var(--bfv-red);color:var(--bfv-white);width:100%;margin-top:1.2em}.btn--primary:active{background:var(--bfv-red-dark)}.btn--primary:disabled{opacity:.4;cursor:not-allowed}.btn--ghost{color:var(--bfv-dark);border:1px solid var(--bfv-border);background:0 0}.btn--ghost:disabled{opacity:.3;cursor:not-allowed}.btn--text{color:var(--bfv-grey);background:0 0;min-height:auto;padding:8px 10px;font-weight:500;text-decoration:underline}.yesno{gap:12px;margin-top:1em;display:flex}.yesno__btn{border:2px solid var(--bfv-border);background:var(--bfv-white);min-height:56px;color:var(--bfv-dark);cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;font-size:1rem;font-weight:700;display:flex}.yesno__icon{font-size:1.1rem}.yesno__btn--yes.is-selected{border-color:var(--bfv-red);background:var(--bfv-red);color:var(--bfv-white)}.yesno__btn--no.is-selected{border-color:var(--bfv-dark);background:var(--bfv-dark);color:var(--bfv-white)}.age-select{flex-direction:column;gap:12px;margin:1.2em 0;display:flex}.age-select__btn{border:2px solid var(--bfv-border);background:var(--bfv-white);min-height:56px;color:var(--bfv-dark);cursor:pointer;text-align:left;border-radius:10px;padding:12px 16px;font-size:1rem;font-weight:700}.age-select__btn.is-selected{border-color:var(--bfv-red);background:var(--bfv-bg-light);color:var(--bfv-red)}.quiz-options{flex-direction:column;gap:12px;margin:1.2em 0;display:flex}.quiz-options__btn{border:2px solid var(--bfv-border);background:var(--bfv-white);min-height:52px;color:var(--bfv-dark);cursor:pointer;text-align:left;border-radius:10px;padding:10px 16px;font-size:1rem;font-weight:600}.quiz-options__btn.is-selected{border-color:var(--bfv-red);background:var(--bfv-bg-light);color:var(--bfv-red)}.schedule{border-collapse:collapse;width:100%;margin:1em 0;font-size:.95rem}.schedule td{border-bottom:1px solid var(--bfv-border);padding:8px 4px}.schedule__time{color:var(--bfv-red);white-space:nowrap;width:40%;font-weight:700}.link{margin:.6em 0 1em;font-weight:700;text-decoration:underline;display:inline-block}.cert-form{flex-direction:column;gap:14px;margin:1.2em 0;display:flex}.cert-form__field{flex-direction:column;gap:6px;font-size:.9rem;font-weight:600;display:flex}.cert-form__field input,.cert-form__field select{border:1px solid var(--bfv-border);min-height:48px;color:var(--bfv-dark);background:var(--bfv-white);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:1rem}.cert-form__field input:focus,.cert-form__field select:focus{outline:2px solid var(--bfv-red);outline-offset:1px}@media (width>=480px){.yesno{max-width:320px}}
