.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,.96);border-bottom:1px solid var(--bf-line);transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-models{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}@media (min-width:640px){.bf-grid-models{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.bf-grid-models{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}}.bf-choice-model{min-height:46px;gap:8px;padding:8px 10px 8px 12px;border-radius:14px}.bf-choice-model .bf-choice-title{font-size:14px}.bf-choice-model-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.bf-choice-model .bf-choice-check{position:static;flex:none;height:18px;width:18px}@media (min-width:768px){.bf-choice-model{min-height:52px;padding:10px 12px 10px 14px}.bf-choice-model .bf-choice-title{font-size:15px}}.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:10px}.bf-facet-head{display:flex;width:100%;align-items:center;gap:10px;padding:11px 14px;text-align:left}.bf-facet-index{display:inline-flex;height:22px;width:22px;flex:none;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--bf-line);background:#f7f8fa;font-size:11.5px;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-label{flex:1 0 auto;font-size:14.5px;font-weight:600;letter-spacing:-.01em}.bf-facet-value{border-radius:999px;background:var(--bf-accent-soft);padding:3px 10px;font-size:12px;font-weight:600;color:var(--bf-accent);box-shadow:inset 0 0 0 1px rgba(232,80,0,.16)}.bf-facet-prompt,.bf-facet-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-facet-prompt{font-size:12.5px;color:var(--bf-ink-muted)}@media (max-width:559px){.bf-facet-prompt{display:none}}.bf-facet-caret{display:inline-flex;flex:none;color:#b3bac6;transition:transform .18s ease}.bf-facet[data-open=true] .bf-facet-caret{transform:rotate(90deg)}.bf-facet-body{border-top:1px solid var(--bf-line);padding:10px;container-type:inline-size}.bf-grade-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}@container (min-width: 660px){.bf-grade-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}}.bf-grade{position:relative;display:flex;width:100%;align-items:center;gap:12px;border-radius:14px;border:1px solid var(--bf-line);background:var(--bf-surface);padding:8px;text-align:left;transition:border-color .15s ease,box-shadow .2s ease,background-color .15s ease}.bf-grade:hover{border-color:#d6dae2;box-shadow:var(--bf-shadow-lift)}.bf-grade[data-selected=true]{border-color:var(--bf-accent);background:var(--bf-accent-soft);box-shadow:0 0 0 1px var(--bf-accent),0 10px 24px -16px rgba(232,80,0,.75)}.bf-grade-media{position:relative;flex:none;width:96px;aspect-ratio:4/3;border-radius:10px;background:linear-gradient(180deg,#f7f8fa,#eceff4);box-shadow:inset 0 0 0 1px rgba(11,18,32,.06)}.bf-grade-check{position:absolute;top:5px;right:5px;z-index:1;display:none;height:17px;width:17px;align-items:center;justify-content:center;border-radius:999px;background:var(--bf-accent);color:#fff;box-shadow:0 1px 4px rgba(11,18,32,.32)}.bf-grade[data-selected=true] .bf-grade-check{display:inline-flex}.bf-grade-hit{position:absolute;inset:0;z-index:1;border-radius:inherit}.bf-grade-hit:focus-visible{outline:2px solid var(--bf-accent);outline-offset:2px}.bf-grade-zoom{right:6px;bottom:6px;z-index:2;display:inline-flex;height:28px;width:28px;align-items:center;justify-content:center;background:rgba(255,255,255,.94);color:var(--bf-ink);box-shadow:0 1px 3px rgba(11,18,32,.22),inset 0 0 0 1px rgba(11,18,32,.08);transition:background-color .15s ease,transform .15s ease}.bf-grade-zoom,.bf-grade-zoom:after{position:absolute;border-radius:999px}.bf-grade-zoom:after{content:"";inset:-7px}.bf-grade-zoom:hover{background:#fff;transform:scale(1.06)}.bf-grade-zoom:active{transform:scale(.94)}.bf-grade-zoom:focus-visible,.bf-photo-close:focus-visible,.bf-photo-cta:focus-visible,.bf-photo-nav:focus-visible{outline:2px solid var(--bf-accent);outline-offset:2px}@container (min-width: 660px){.bf-grade-zoom{height:32px;width:32px;right:8px;bottom:8px}}.bf-grade-text{display:flex;min-width:0;flex-direction:column;gap:2px}.bf-grade-label{font-size:14px;font-weight:600;line-height:1.2;letter-spacing:-.01em}.bf-grade-help{font-size:11.5px;line-height:1.4;color:var(--bf-ink-muted);white-space:pre-line}@container (min-width: 660px){.bf-grade{flex-direction:column;align-items:stretch;gap:8px}.bf-grade-media{width:100%}.bf-grade-label{font-size:13.5px}}.bf-photo-dialog{--bf-accent:#e85000;--bf-ink:#0b1220;--bf-ink-muted:#5a6472;--bf-line:#e6e9ef;background:#ffffff;color:var(--bf-ink);box-shadow:0 30px 80px -34px rgba(11,18,32,.55)}.bf-photo-head{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--bf-line);padding:10px 12px}.bf-photo-part{flex:1 0 auto;font-size:13px;font-weight:600;letter-spacing:-.01em}.bf-photo-count{font-size:12px;font-variant-numeric:tabular-nums;color:var(--bf-ink-muted)}.bf-photo-close{display:inline-flex;height:30px;width:30px;flex:none;align-items:center;justify-content:center;border-radius:999px;color:var(--bf-ink-muted);transition:background-color .15s ease,color .15s ease}.bf-photo-close:hover{background:#f2f4f7;color:var(--bf-ink)}.bf-photo-stage{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f7f8fa,#eceff4);padding:12px}.bf-photo-img{max-height:min(58vh,460px);width:auto;max-width:100%;object-fit:contain;border-radius:12px}.bf-photo-empty{margin:0;padding:48px 12px;font-size:13px;color:var(--bf-ink-muted)}.bf-photo-nav{position:absolute;top:50%;display:inline-flex;height:38px;width:38px;transform:translateY(-50%);align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.94);color:var(--bf-ink);box-shadow:0 2px 8px rgba(11,18,32,.2),inset 0 0 0 1px rgba(11,18,32,.06);transition:background-color .15s ease}.bf-photo-nav:hover{background:#fff}.bf-photo-nav--prev{left:10px}.bf-photo-nav--next{right:10px}.bf-photo-caption{padding:12px 14px 14px}.bf-photo-title{display:flex;gap:8px;margin:0;font-size:16px;letter-spacing:-.015em}.bf-photo-chosen,.bf-photo-title{align-items:center;font-weight:600}.bf-photo-chosen{display:inline-flex;gap:4px;border-radius:999px;background:rgba(232,80,0,.08);padding:2px 9px;font-size:11.5px;color:var(--bf-accent)}.bf-photo-help{margin:4px 0 0;font-size:13px;line-height:1.45;white-space:pre-line;color:var(--bf-ink-muted)}.bf-photo-cta{margin-top:12px;display:inline-flex;height:44px;width:100%;align-items:center;justify-content:center;border-radius:999px;background:var(--bf-accent);font-size:15px;font-weight:600;color:#fff;transition:filter .15s ease}.bf-photo-cta:hover{filter:brightness(1.05)}.bf-photo-cta:active{filter:brightness(.95)}.bf-price-card{position:relative;overflow:hidden;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;transform:none;will-change:auto}.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" "argus argus" "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-argus{grid-area:argus;min-width:0}.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}}