.bf-root{--bf-accent:#e85000;--bf-accent-soft:rgba(232,80,0,0.08);--bf-accent-ring:rgba(232,80,0,0.28);--bf-ink:#0b1220;--bf-ink-muted:#5a6472;--bf-line:#e6e9ef;--bf-surface:#ffffff;--bf-radius:18px;--bf-shadow:0 1px 2px rgba(11,18,32,0.04),0 8px 24px -16px rgba(11,18,32,0.28);--bf-shadow-lift:0 2px 6px rgba(11,18,32,0.06),0 18px 40px -22px rgba(11,18,32,0.4);position:relative;display:flex;min-height:100%;flex-direction:column;background:radial-gradient(120% 60% at 50% 0,rgba(232,80,0,.05) 0,rgba(232,80,0,0) 60%),linear-gradient(180deg,#fbfbfd,#ffffff 40%);color:var(--bf-ink)}.bf-progress{position:sticky;top:var(--public-header-height,3.25rem);z-index:20;display:flex;align-items:center;gap:12px;padding:10px 16px;background:rgba(255,255,255,.86);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--bf-line)}.bf-progress-back{display:inline-flex;height:34px;width:34px;flex:none;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--bf-line);background:var(--bf-surface);color:var(--bf-ink);transition:background-color .15s ease,transform .15s ease}.bf-progress-back:hover{background:#f4f5f8}.bf-progress-back:active{transform:scale(.94)}.bf-progress-track{position:relative;height:4px;flex:1 1 auto;overflow:hidden;border-radius:999px;background:var(--bf-line)}.bf-progress-fill{position:absolute;inset:0 auto 0 0;border-radius:999px;background:linear-gradient(90deg,#ff7a2f 0,var(--bf-accent) 100%);transition:width .4s cubic-bezier(.22,1,.36,1)}.bf-progress-label{flex:none;font-size:12px;font-weight:600;letter-spacing:.01em;color:var(--bf-ink-muted);font-variant-numeric:tabular-nums}.bf-scene{width:100%;max-width:720px;margin:0 auto;padding:24px 16px 32px}@media (max-width:1023px){.bf-scene{padding-bottom:calc(32px + var(--mobile-bottom-cta-offset, 0px) + min(var(--mobile-bottom-cta-offset, 0px), env(safe-area-inset-bottom, 0px)))}}.bf-step-enter{animation:bf-step-in .32s cubic-bezier(.22,1,.36,1) both}@keyframes bf-step-in{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.bf-step-enter{animation:none}.bf-progress-fill{transition:none}}.bf-title{margin:0;font-size:24px;line-height:1.2;font-weight:700;letter-spacing:-.02em}.bf-subtitle{margin:8px 0 0;font-size:14px;line-height:1.5;color:var(--bf-ink-muted)}.bf-section-label{margin:0 0 10px;font-size:13px;font-weight:600;color:var(--bf-ink-muted)}.bf-question-heading{margin:0 0 12px;font-size:19px;line-height:1.25;font-weight:700;letter-spacing:-.015em;color:var(--bf-ink)}@media (min-width:768px){.bf-scene{max-width:880px;padding:40px 32px 48px}.bf-title{font-size:30px}.bf-subtitle{font-size:15px}.bf-question-heading{font-size:22px}}@media (min-width:1024px){.bf-scene{max-width:1040px;padding:44px 40px 56px}.bf-title{font-size:34px}}@media (min-width:1440px){.bf-scene{max-width:1180px}}.bf-grid{display:grid;gap:10px}.bf-grid-2,.bf-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:640px){.bf-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.bf-choice{position:relative;display:flex;min-height:56px;width:100%;align-items:center;gap:12px;border-radius:var(--bf-radius);border:1px solid var(--bf-line);background:var(--bf-surface);padding:12px 14px;text-align:left;box-shadow:var(--bf-shadow);transition:border-color .15s ease,box-shadow .2s ease,transform .15s ease,background-color .15s ease}.bf-choice:hover{border-color:#d6dae2;box-shadow:var(--bf-shadow-lift)}.bf-choice:active{transform:scale(.985)}.bf-choice[aria-pressed=true],.bf-choice[data-selected=true]{border-color:var(--bf-accent);background:var(--bf-accent-soft);box-shadow:0 0 0 3px var(--bf-accent-ring)}.bf-choice-title{font-size:15px;font-weight:600;line-height:1.25}.bf-choice-hint{margin-top:2px;font-size:12.5px;line-height:1.35;color:var(--bf-ink-muted)}@media (min-width:768px){.bf-grid{gap:14px}.bf-choice{min-height:66px;border-radius:20px;padding:14px 18px}.bf-choice-title{font-size:16.5px}.bf-choice-hint{font-size:13.5px}.bf-choice-centered{gap:10px;padding:22px 16px}.bf-choice-compact{min-height:58px;border-radius:16px}}@media (min-width:1024px){.bf-choice-centered{padding:26px 18px}.bf-choice-title{font-size:17.5px}}.bf-choice-centered{flex-direction:column;justify-content:center;gap:6px;text-align:center;padding:16px 12px}.bf-grid-3>.bf-choice-centered{aspect-ratio:1/1}.bf-grid-brands{grid-template-columns:repeat(3,minmax(0,1fr))}@media (min-width:640px){.bf-grid-brands{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){.bf-grid-brands{grid-template-columns:repeat(5,minmax(0,1fr))}}.bf-grid-brands>.bf-choice-centered{aspect-ratio:1/1;gap:6px;padding:12px 8px}.bf-grid-brands .bf-choice-title{font-size:13.5px}.bf-choice-media{display:flex;min-height:0;width:100%;flex:1 1 auto;align-items:center;justify-content:center}.bf-choice-media>img,.bf-choice-media>svg{max-height:100%;max-width:100%;width:auto;object-fit:contain}.bf-choice-compact{min-height:48px;justify-content:center;text-align:center;padding:10px 12px;border-radius:14px}.bf-choice-check{position:absolute;top:10px;right:10px;display:none;height:20px;width:20px;align-items:center;justify-content:center;border-radius:999px;background:var(--bf-accent);color:#fff}.bf-choice[data-selected=true] .bf-choice-check{display:inline-flex}.bf-search{position:relative;display:flex;align-items:center;gap:10px;border-radius:999px;border:1px solid var(--bf-line);background:var(--bf-surface);padding:0 14px;box-shadow:var(--bf-shadow)}.bf-search:focus-within{border-color:var(--bf-accent);box-shadow:0 0 0 3px var(--bf-accent-ring)}.bf-search input{height:50px;width:100%;border:0;background:transparent;font-size:16px;outline:none;color:var(--bf-ink)}.bf-search input::placeholder{color:#98a1ae}.bf-facet{border-radius:var(--bf-radius);border:1px solid var(--bf-line);background:var(--bf-surface);box-shadow:var(--bf-shadow);overflow:hidden}.bf-facet+.bf-facet{margin-top:12px}.bf-facet-head{display:flex;width:100%;align-items:center;gap:12px;padding:14px 16px;text-align:left}.bf-facet-index{display:inline-flex;height:26px;width:26px;flex:none;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--bf-line);background:#f7f8fa;font-size:12px;font-weight:700;color:var(--bf-ink-muted)}.bf-facet[data-done=true] .bf-facet-index{border-color:transparent;background:var(--bf-accent);color:#fff}.bf-facet-body{border-top:1px solid var(--bf-line);padding:12px}.bf-grade{position:relative;display:flex;width:100%;flex-direction:column;gap:8px;border-radius:14px;border:1px solid var(--bf-line);background:var(--bf-surface);padding:10px;text-align:left;transition:border-color .15s ease,box-shadow .2s ease,background-color .15s ease}.bf-grade[data-selected=true]{border-color:var(--bf-accent);background:var(--bf-accent-soft);box-shadow:0 0 0 3px var(--bf-accent-ring)}.bf-grade-media{aspect-ratio:4/3;border-radius:10px;background:#f2f4f7}.bf-grade-media,.bf-price-card{position:relative;overflow:hidden}.bf-price-card{border-radius:24px;border:1px solid rgba(232,80,0,.18);background:linear-gradient(180deg,#fff8f4,#ffffff 55%);padding:24px 20px;box-shadow:0 2px 8px rgba(11,18,32,.05),0 30px 60px -40px rgba(232,80,0,.6);text-align:center}.bf-price-amount{display:block;font-size:44px;line-height:1.05;font-weight:800;letter-spacing:-.03em;color:var(--bf-ink);font-variant-numeric:tabular-nums}@media (min-width:768px){.bf-price-amount{font-size:56px}}.bf-price-placeholder{display:block;padding:6px 0}.bf-price-placeholder .bf-skeleton{display:block;height:38px;width:min(220px,70%);margin:0 auto;border-radius:12px}@media (min-width:768px){.bf-price-placeholder .bf-skeleton{height:48px}}.bf-price-sub{margin-top:6px;font-size:13px;color:var(--bf-ink-muted)}.bf-reassurance{display:grid;gap:8px;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:16px}@media (min-width:560px){.bf-reassurance{grid-template-columns:repeat(3,minmax(0,1fr))}}.bf-reassurance-item{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;border:1px solid var(--bf-line);background:var(--bf-surface);padding:10px 12px;font-size:12.5px;font-weight:600;color:var(--bf-ink)}.bf-summary{margin-top:16px;border-radius:var(--bf-radius);border:1px solid var(--bf-line);background:var(--bf-surface);overflow:hidden}.bf-summary-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:11px 16px;font-size:13.5px}.bf-summary-row+.bf-summary-row{border-top:1px solid var(--bf-line)}.bf-summary-key{color:var(--bf-ink-muted)}.bf-summary-value{font-weight:600;text-align:right}.bf-cta{display:inline-flex;height:52px;width:100%;align-items:center;justify-content:center;gap:8px;border-radius:999px;background:var(--bf-accent);padding:0 24px;font-size:16px;font-weight:700;color:#fff;box-shadow:0 10px 24px -12px rgba(232,80,0,.9);transition:transform .15s ease,box-shadow .2s ease,opacity .15s ease}.bf-cta:hover{box-shadow:0 14px 30px -12px rgba(232,80,0,.95)}.bf-cta:active{transform:scale(.985)}.bf-cta:disabled{opacity:.45;box-shadow:none}.bf-cta-ghost{display:inline-flex;height:44px;align-items:center;justify-content:center;gap:6px;border-radius:999px;padding:0 18px;font-size:14px;font-weight:600;color:var(--bf-ink-muted)}.bf-cta-ghost:hover{color:var(--bf-ink)}.bf-actionbar{position:sticky;bottom:0;z-index:15;margin:20px -16px 0;border-top:1px solid var(--bf-line);background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px))}@media (min-width:768px){.bf-actionbar{position:static;margin:24px 0 0;border-top:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;padding:0}.bf-cta{width:auto;min-width:240px}}.bf-skeleton{border-radius:var(--bf-radius);background:linear-gradient(90deg,#eef0f4 25%,#f6f7f9 37%,#eef0f4 63%);background-size:400% 100%;animation:bf-shimmer 1.4s ease infinite}@keyframes bf-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media (prefers-reduced-motion:reduce){.bf-skeleton{animation:none}}.bf-root--embedded{min-height:0;background:none}.bf-root--embedded .bf-progress{position:static;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.bf-root--embedded .bf-scene{padding:16px 16px 24px}.bf-root--embedded .bf-actionbar{position:sticky;bottom:0}.bf-estimate-layout{display:grid;gap:16px}@media (min-width:1024px){.bf-estimate-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.04fr);grid-template-areas:"offer form" "recap form" "reviews reviews";align-content:start;align-items:start;gap:18px 28px}.bf-estimate-offer{grid-area:offer}.bf-estimate-form{grid-area:form}.bf-estimate-recap{grid-area:recap}.bf-estimate-reviews{grid-area:reviews;min-width:0}.bf-estimate-layout .bf-price-card{padding:22px 20px;border-radius:20px}.bf-estimate-layout .bf-price-amount{font-size:48px}.bf-estimate-layout .bf-reassurance{gap:8px}.bf-estimate-layout .bf-reassurance-item{padding-inline:10px;font-size:12px;text-align:center}.bf-estimate-layout .bf-estimate-form>*{margin-top:0}.bf-step-estimate{max-width:940px;margin-inline:auto}}@media (min-width:1440px){.bf-step-estimate{max-width:980px}}