.bsg{--bsg-accent:#00843d;--bsg-dark:#10251b;--bsg-muted:#66756d;--bsg-border:#e4ebe6;font-family:inherit;color:var(--bsg-dark);box-sizing:border-box;width:100%;padding:0 15px}.bsg *{box-sizing:border-box}.bsg svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bsg__shell{width:min(100%,1440px);min-height:610px;margin:0 auto;padding:34px 38px 38px;background:linear-gradient(135deg,#fff 0%,#fbfdfb 60%,#f2faf5 100%);border:1px solid var(--bsg-border);border-radius:24px;box-shadow:0 15px 45px rgba(14,53,31,.07);overflow:hidden;position:relative}.bsg__shell:before{content:"";position:absolute;width:360px;height:360px;left:-180px;top:-200px;border-radius:50%;background:color-mix(in srgb,var(--bsg-accent) 9%,transparent);pointer-events:none}.bsg__topline,.bsg__header,.bsg__actions,.bsg__product-foot{display:flex;align-items:center;justify-content:space-between}.bsg__eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--bsg-accent);font-size:13px;font-weight:800}.bsg__eyebrow svg{width:19px}.bsg__restart,.bsg__back,.bsg__next{font:inherit;border:0;background:none;display:flex;align-items:center;gap:7px;cursor:pointer}.bsg__restart{color:#7b8881;font-size:12px}.bsg__restart:hover{color:var(--bsg-accent)}.bsg__restart svg{width:17px}.bsg__header{margin:15px 0 18px;gap:25px}.bsg__header h2{font-size:clamp(24px,2.35vw,38px);line-height:1.35;margin:0 0 7px;font-weight:900;letter-spacing:-.7px}.bsg__header p{font-size:14px;color:var(--bsg-muted);margin:0;line-height:1.9}.bsg__step-label{display:flex;align-items:center;gap:8px;white-space:nowrap;background:#fff;border:1px solid var(--bsg-border);padding:8px 12px;border-radius:12px}.bsg__step-label strong{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--bsg-accent);color:#fff}.bsg__step-label span{font-size:11px;color:var(--bsg-muted)}.bsg__progress{display:flex;gap:6px;margin-bottom:22px;direction:rtl}.bsg__progress i{height:4px;flex:1;border-radius:9px;background:#e8eee9;transition:.25s}.bsg__progress i.is-active{background:var(--bsg-accent)}.bsg__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:25px}.bsg__main{min-width:0;background:#fff;border:1px solid var(--bsg-border);border-radius:18px;padding:23px}.bsg__step[hidden]{display:none}.bsg__step.is-active{animation:bsgIn .28s ease both}@keyframes bsgIn{from{opacity:0;transform:translateY(6px)}}.bsg__kicker{font-size:11px;color:var(--bsg-accent);font-weight:800}.bsg__step>h3{font-size:19px;margin:5px 0 17px;font-weight:850}.bsg__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bsg__option{font:inherit;min-height:78px;text-align:right;display:flex;align-items:center;gap:11px;padding:12px;border:1px solid var(--bsg-border);background:#fff;border-radius:13px;cursor:pointer;color:var(--bsg-dark);position:relative;transition:.2s}.bsg__option:hover{border-color:color-mix(in srgb,var(--bsg-accent) 45%,#dfe6e1);transform:translateY(-2px);box-shadow:0 8px 20px rgba(21,76,43,.07)}.bsg__option.is-selected{border-color:var(--bsg-accent);background:color-mix(in srgb,var(--bsg-accent) 5%,#fff);box-shadow:0 0 0 2px color-mix(in srgb,var(--bsg-accent) 12%,transparent)}.bsg__option-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:11px;background:#f1f7f3;color:var(--bsg-accent)}.bsg__option strong{display:block;font-size:13px;margin-bottom:4px}.bsg__option small{display:block;font-size:10.5px;color:var(--bsg-muted);line-height:1.5}.bsg__option>i{position:absolute;left:8px;top:8px;width:18px;height:18px;border-radius:50%;display:none;place-items:center;background:var(--bsg-accent);color:#fff}.bsg__option>i svg{width:12px}.bsg__option.is-selected>i{display:grid}.bsg__actions{margin-top:17px;border-top:1px solid #edf1ee;padding-top:15px}.bsg__back,.bsg__next{height:38px;border-radius:10px;padding:0 15px;font-size:12px;font-weight:750}.bsg__back{border:1px solid var(--bsg-border);color:#5f6c65}.bsg__next{background:var(--bsg-accent);color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--bsg-accent) 22%,transparent)}.bsg__actions button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.bsg__actions svg{width:16px}.bsg__hint{font-size:11px;color:#8a958f}.bsg__aside{padding:26px 23px;border-radius:18px;background:var(--bsg-dark);color:#fff;position:relative;overflow:hidden}.bsg__aside:after{content:"";position:absolute;width:170px;height:170px;left:-75px;bottom:-90px;border-radius:50%;background:color-mix(in srgb,var(--bsg-accent) 45%,transparent)}.bsg__aside-icon{width:43px;height:43px;display:grid;place-items:center;background:var(--bsg-accent);border-radius:12px;margin-bottom:19px}.bsg__aside>span{color:#98c7ad;font-size:11px}.bsg__aside h3{font-size:20px;margin:5px 0 9px;color:#fff}.bsg__aside p{font-size:11px;line-height:1.9;color:#bac8c0;margin:0 0 17px}.bsg__aside dl{margin:0}.bsg__aside dl div{display:flex;justify-content:space-between;gap:8px;border-top:1px solid rgba(255,255,255,.1);padding:9px 0;font-size:11px}.bsg__aside dt{color:#899b91}.bsg__aside dd{margin:0;color:#fff;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bsg__phone{position:relative;z-index:1;margin-top:13px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:12px;padding:10px;display:grid;grid-template-columns:28px 1fr;column-gap:8px;text-decoration:none!important;color:#fff!important}.bsg__phone svg{grid-row:1/3;align-self:center;width:20px;color:#79d69e}.bsg__phone span{font-size:10px;color:#aebbb4}.bsg__phone b{font-size:13px;direction:ltr;text-align:right}.bsg__result-head{display:flex;gap:12px;align-items:center;margin-bottom:15px}.bsg__result-head h3{margin:3px 0;font-size:18px}.bsg__result-head p{margin:0;color:var(--bsg-muted);font-size:11px}.bsg__success{width:45px;height:45px;flex:0 0 45px;border-radius:50%;display:grid;place-items:center;background:#e6f6ec;color:var(--bsg-accent)}.bsg__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bsg__product{border:1px solid var(--bsg-border);border-radius:13px;overflow:hidden;background:#fff}.bsg__product-image{display:block;height:125px;background:#f7faf8;position:relative;text-align:center}.bsg__product-image img{width:100%;height:100%;object-fit:contain}.bsg__product-image em{position:absolute;right:7px;top:7px;background:var(--bsg-accent);color:#fff;padding:4px 7px;border-radius:7px;font-style:normal;font-size:9px}.bsg__product>div{padding:10px}.bsg__product h4{font-size:11px;line-height:1.75;height:38px;overflow:hidden;margin:0 0 4px}.bsg__product h4 a{color:var(--bsg-dark);text-decoration:none}.bsg__stock{font-size:9px;color:#999}.bsg__stock.is-in{color:var(--bsg-accent)}.bsg__product-foot{margin-top:8px;gap:5px}.bsg__product-foot .price{font-size:10px;font-weight:800}.bsg__product-foot>a{display:flex;align-items:center;color:var(--bsg-accent);font-size:9px;font-weight:700;text-decoration:none}.bsg__product-foot svg{width:12px}.bsg__loading,.bsg__empty{min-height:220px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--bsg-muted);font-size:13px;text-align:center}.bsg__loading i{width:24px;height:24px;border:3px solid #e2ebe5;border-top-color:var(--bsg-accent);border-radius:50%;animation:bsgSpin .7s linear infinite}@keyframes bsgSpin{to{transform:rotate(360deg)}}
@media(max-width:900px){.bsg__shell{padding:27px 24px}.bsg__layout{grid-template-columns:1fr}.bsg__aside{display:grid;grid-template-columns:45px 1fr;column-gap:13px}.bsg__aside-icon{grid-row:1/4}.bsg__aside>span,.bsg__aside h3,.bsg__aside p{grid-column:2}.bsg__aside dl,.bsg__phone{grid-column:1/3}.bsg__aside p{margin-bottom:12px}}
@media(max-width:620px){.bsg{padding:0 10px}.bsg__shell{padding:20px 14px;border-radius:18px;min-height:0}.bsg__restart span{display:none}.bsg__header{align-items:flex-start;margin-top:12px}.bsg__header h2{font-size:23px}.bsg__header p{font-size:12px}.bsg__step-label{padding:6px}.bsg__step-label span{display:none}.bsg__main{padding:17px 13px}.bsg__options{grid-template-columns:1fr 1fr;gap:8px}.bsg__option{min-height:84px;align-items:flex-start;padding:10px;gap:8px}.bsg__option-icon{width:35px;height:35px;flex-basis:35px}.bsg__option-icon svg{width:19px}.bsg__option strong{font-size:11.5px}.bsg__option small{font-size:9.5px}.bsg__hint{display:none}.bsg__products{grid-template-columns:1fr}.bsg__product{display:grid;grid-template-columns:105px 1fr}.bsg__product-image{height:115px}.bsg__product h4{height:auto}.bsg__aside{padding:20px}.bsg__header p{line-height:1.7}}
@media(max-width:360px){.bsg__options{grid-template-columns:1fr}.bsg__option{min-height:70px}}
@media(prefers-reduced-motion:reduce){.bsg *{animation:none!important;transition:none!important}}

/* Split-screen presentation inspired by the supplied reference, branded for BISSELL. */
.bsg__shell{display:grid;grid-template-columns:35.5% 64.5%;padding:0;min-height:570px;background:#fff;border-radius:22px}.bsg__content{padding:25px 25px 30px;min-width:0}.bsg__visual{direction:rtl;position:relative;overflow:hidden;padding:27px 24px 20px;color:#fff;background:radial-gradient(circle at 82% 5%,color-mix(in srgb,var(--bsg-accent) 50%,transparent) 0 95px,transparent 96px),radial-gradient(circle at 0 100%,color-mix(in srgb,var(--bsg-accent) 24%,transparent) 0 80px,transparent 81px),linear-gradient(145deg,#07150e 0%,#10291b 52%,#14251c 100%)}.bsg__visual:before{content:"";position:absolute;inset:0;opacity:.2;background-image:radial-gradient(rgba(255,255,255,.5) .65px,transparent .65px);background-size:12px 12px}.bsg__visual>*{position:relative;z-index:1}.bsg__visual-brand{display:flex;align-items:center;justify-content:flex-start;gap:10px;font-size:12px;font-weight:850}.bsg__visual-brand i{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--bsg-accent);font-style:normal}.bsg__visual-brand svg{width:16px}.bsg__visual-products{height:210px;position:relative;margin:7px 0 3px}.bsg__orbit{position:absolute;width:210px;height:145px;border:1px solid color-mix(in srgb,var(--bsg-accent) 70%,transparent);border-radius:50%;left:50%;top:49%;transform:translate(-50%,-50%) rotate(-8deg);box-shadow:0 0 45px color-mix(in srgb,var(--bsg-accent) 18%,transparent)}.bsg__visual-product{position:absolute;filter:drop-shadow(0 18px 18px rgba(0,0,0,.35))}.bsg__visual-product img{width:100%;height:100%;object-fit:contain}.bsg__visual-product--0{width:145px;height:190px;left:50%;top:4px;transform:translateX(-50%);z-index:3}.bsg__visual-product--1{width:115px;height:145px;left:16%;top:48px;z-index:2}.bsg__visual-product--2{width:105px;height:140px;right:16%;top:53px;z-index:2}.bsg__fallback-mark{position:absolute;inset:0;display:grid;place-content:center;text-align:center;color:#fff;font-size:39px;font-weight:950;letter-spacing:-2px}.bsg__fallback-mark small{display:block;font-size:9px;letter-spacing:4px;color:#82c79d}.bsg__promise{display:flex;align-items:center;gap:10px;padding:12px 13px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:13px;backdrop-filter:blur(8px)}.bsg__promise>span{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:9px;background:var(--bsg-accent)}.bsg__promise svg{width:17px}.bsg__promise strong,.bsg__promise small{display:block}.bsg__promise strong{font-size:11px;margin-bottom:3px}.bsg__promise small{font-size:9px;color:#b9c9c0}.bsg__visual-copy{text-align:center;margin-top:52px}.bsg__visual-copy>span{font-size:11px;color:#88caa1}.bsg__visual-copy h3{font-size:21px;color:#fff;margin:4px 0 5px}.bsg__visual-copy p{font-size:10px;color:#a7b9ae;margin:0}.bsg__visual-summary{display:flex;justify-content:center;gap:7px;margin:15px 0 0}.bsg__visual-summary div{display:flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.15);border-radius:7px;padding:5px 8px;background:rgba(255,255,255,.05)}.bsg__visual-summary dt{width:5px;height:5px;background:var(--bsg-accent);border-radius:50%}.bsg__visual-summary dd{font-size:8px;color:#c0cec6;margin:0;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bsg__visual-phone{position:absolute;right:24px;bottom:14px;color:#a8b9af!important;text-decoration:none!important;font-size:8px}.bsg__visual-phone b{color:#fff;direction:ltr;display:inline-block}.bsg__header{margin:15px 0 15px}.bsg__header h2{font-size:clamp(23px,2vw,34px)}.bsg__guide{min-height:70px;border:1px solid var(--bsg-border);border-right:3px solid var(--bsg-accent);border-radius:12px;background:#fafcfb;padding:10px 12px;margin-bottom:13px;display:grid;grid-template-columns:35px 1fr auto auto auto;align-items:center;gap:8px}.bsg__guide>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--bsg-accent) 10%,#fff);color:var(--bsg-accent)}.bsg__guide svg{width:17px}.bsg__guide strong{font-size:10.5px}.bsg__guide p{font-size:8.5px;color:var(--bsg-muted);margin:2px 0 0}.bsg__guide>i{font-style:normal;font-size:8px;color:var(--bsg-accent);border:1px solid color-mix(in srgb,var(--bsg-accent) 20%,#eee);background:#fff;border-radius:10px;padding:3px 7px}.bsg__main{padding:0;border:0;border-radius:0}.bsg__step>h3{font-size:17px;margin:4px 0 13px}.bsg__option{min-height:63px}.bsg__option-icon{width:35px;height:35px;flex-basis:35px}.bsg__option-icon svg{width:18px}.bsg__actions{margin-top:13px;padding-top:12px}
@media(max-width:900px){.bsg__shell{display:block}.bsg__visual{min-height:430px}.bsg__visual-products{height:195px}.bsg__visual-copy{margin-top:22px}.bsg__content{padding:24px}.bsg__guide{grid-template-columns:35px 1fr}.bsg__guide>i{display:none}}
@media(max-width:620px){.bsg__shell{padding:0}.bsg__visual{min-height:365px;padding:20px 15px 16px}.bsg__visual-products{height:165px}.bsg__visual-product--0{height:155px;width:125px}.bsg__visual-product--1,.bsg__visual-product--2{height:110px;width:90px}.bsg__orbit{width:175px;height:115px}.bsg__promise{padding:9px 10px}.bsg__visual-copy{margin-top:18px}.bsg__visual-copy h3{font-size:17px}.bsg__visual-summary{margin-top:11px}.bsg__visual-phone{display:none}.bsg__content{padding:20px 13px}.bsg__guide{min-height:60px}.bsg__header h2{font-size:22px}.bsg__options{grid-template-columns:1fr 1fr}.bsg__option{min-height:70px}.bsg__product{grid-template-columns:105px 1fr}}

/* BISSELL identity: red accents, neutral graphite surfaces. */
.bsg{--bsg-accent:#e31e24;--bsg-dark:#151922;--bsg-muted:#6f7480;--bsg-border:#e4e6ea}.bsg__visual{background:radial-gradient(circle at 82% 5%,color-mix(in srgb,var(--bsg-accent) 48%,transparent) 0 95px,transparent 96px),radial-gradient(circle at 0 100%,color-mix(in srgb,var(--bsg-accent) 22%,transparent) 0 80px,transparent 81px),linear-gradient(145deg,#0d1118 0%,#1b1d25 54%,#27232a 100%)}.bsg__visual-brand,.bsg__visual-copy>span{color:#ffb1b4}.bsg__promise small,.bsg__visual-copy p,.bsg__visual-phone{color:#b9bbc2!important}.bsg__option-icon{background:#fff1f2}.bsg__success{background:#fff0f1}.bsg__product-image{background:#f7f7f8}.bsg__stock.is-in{color:#18864b}
/* 1.1: category-led, two-choice finder */
.bsg__shell{direction:ltr;grid-template-columns:34% minmax(0,66%);min-height:510px;width:100%;max-width:1440px;box-shadow:0 12px 36px #1519220a}
.bsg__content,.bsg__visual{direction:rtl}
.bsg__shell:before{display:none}
.bsg__content{padding:28px 30px}
.bsg__visual-products{height:235px;display:grid;place-items:center;margin:10px 0 24px}
.bsg__category-photo{position:relative;z-index:2;display:block;width:100%;height:100%;max-height:235px;object-fit:contain;filter:drop-shadow(0 12px 14px #0005)}
.bsg__category-photo[hidden]{display:none}
.bsg__photo-label{position:absolute;bottom:-18px;font-size:12px;color:#f7f7f8;font-weight:700}
.bsg__visual-copy{margin-top:24px}
.bsg__visual-copy h3{font-size:18px;line-height:1.7}
.bsg__visual-summary{margin-bottom:24px}
.bsg__option{min-height:83px;padding:13px;line-height:1.6;margin:0;letter-spacing:normal;text-transform:none}
.bsg__option strong{font-size:13px}
.bsg__option small{font-size:10px}
.bsg__guide{grid-template-columns:35px 1fr;gap:10px}
.bsg__guide>i{display:none}
.bsg__header p{font-size:12px}
.bsg__actions [hidden]{display:none!important}
.bsg button:focus-visible,.bsg a:focus-visible{outline:3px solid #e31e24;outline-offset:4px}
.bsg__retry{font:inherit;border:0;background:#e31e24;color:#fff;padding:10px 18px;border-radius:10px;cursor:pointer}
.bsg__product-foot{flex-wrap:wrap}
.bsg__product h4{height:auto;min-height:40px}
.bsg__empty{flex-direction:column}
@media(max-width:1000px){.bsg__options{grid-template-columns:repeat(2,minmax(0,1fr))}.bsg__shell{grid-template-columns:31% minmax(0,69%)}.bsg__content{padding:22px}.bsg__visual{padding:22px 14px}.bsg__visual-copy h3{font-size:15px}.bsg__visual-summary{flex-wrap:wrap}}
@media(max-width:760px){.bsg__shell{display:flex;flex-direction:column;min-height:0;border-radius:18px}.bsg__visual{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 125px;grid-template-rows:auto auto;align-items:center;padding:16px 18px}.bsg__visual-brand{grid-column:1;grid-row:1;align-self:end;font-size:11px}.bsg__visual-products{grid-column:2;grid-row:1/3;height:124px;margin:0}.bsg__category-photo{max-height:115px}.bsg__photo-label{font-size:9px;bottom:-2px}.bsg__orbit{width:110px;height:90px}.bsg__visual-summary{grid-column:1;grid-row:2;justify-content:flex-start;align-self:start;margin:14px 0 0}.bsg__promise,.bsg__visual-copy,.bsg__visual-phone{display:none}.bsg__content{padding:20px 15px}.bsg__header h2{font-size:23px;line-height:1.6}.bsg__header p{font-size:11px}.bsg__guide{margin-bottom:16px}.bsg__guide p{font-size:10px;line-height:1.8}.bsg__option{min-height:89px;padding:10px;gap:8px}.bsg__option strong{font-size:12px}.bsg__option small{font-size:10px}.bsg__options{grid-template-columns:repeat(2,minmax(0,1fr))}.bsg__products{grid-template-columns:1fr}.bsg__product{display:grid;grid-template-columns:105px 1fr}.bsg__actions{margin-top:18px}.bsg__back,.bsg__next{min-height:44px}.bsg__topline{gap:12px}.bsg__restart{min-height:40px;min-width:40px;justify-content:center}}
@media(max-width:370px){.bsg__option{flex-direction:column;gap:5px}.bsg__visual{grid-template-columns:minmax(0,1fr) 100px}.bsg__header h2{font-size:20px}}

/* 1.1.1: use the full host container without double gutters. */
.bsg{width:100%;max-width:var(--bsg-max-width,1440px);margin-inline:auto;padding:0;min-width:0}
.bsg__shell{width:100%;max-width:none;margin:0;border-radius:26px;background:linear-gradient(125deg,#fff,#fdfafa);box-shadow:0 10px 34px #17192205}
.bsg__content{background:transparent}
.bsg__progress i{background:#eeecee}
.bsg__progress i.is-active{background:var(--bsg-accent)}
.bsg__guide{background:#fcfafb}
.bsg__back{color:#73737b}
.bsg__option{background:#ffffffd9}
.bsg__option:hover{box-shadow:0 8px 18px #20151a08}
.bsg__option:active{transform:scale(.98)}
.bsg__visual-summary dd{max-width:none;white-space:normal}
@media(max-width:760px){
 .bsg__shell{border-radius:22px;box-shadow:0 8px 26px #1b1b2408}
 .bsg__content{padding:17px 14px 18px}
 .bsg__visual{padding:15px 18px;grid-template-columns:minmax(0,1fr) 112px;background:radial-gradient(ellipse at 10% 30%,#e31e2433,transparent 65%),linear-gradient(120deg,#10131b,#23181e)}
 .bsg__visual:before{opacity:.1}
 .bsg__visual-brand{font-size:12px;gap:7px;align-self:center}
 .bsg__visual-brand i{width:28px;height:28px;flex-shrink:0}
 .bsg__visual-products{height:116px}
 .bsg__category-photo{max-height:107px}
 .bsg__photo-label{bottom:-3px;font-size:10px}
 .bsg__visual-summary{gap:5px;margin:4px 0 0}
 .bsg__visual-summary div{padding:5px 7px;border-radius:8px}
 .bsg__visual-summary dd{font-size:9px;line-height:1.6}
 .bsg__topline{min-height:36px}
 .bsg__eyebrow{font-size:11px}
 .bsg__restart{border:1px solid #ece8ea;border-radius:12px;color:#8c6d73;padding:0;min-width:44px;min-height:44px}
 .bsg__header{gap:10px;margin:12px 0 15px;align-items:center}
 .bsg__header h2{font-size:22px;line-height:1.55;letter-spacing:-.5px;margin-bottom:6px}
 .bsg__header p{font-size:11px;line-height:1.9}
 .bsg__step-label{padding:5px;flex-shrink:0}
 .bsg__progress{margin-bottom:16px;gap:6px}
 .bsg__progress i{height:4px}
 .bsg__guide{padding:9px 10px;min-height:0;border-radius:12px;margin-bottom:17px}
 .bsg__guide strong{font-size:11px}
 .bsg__guide p{display:none}
 .bsg__step>h3{font-size:17px;margin:5px 0 13px}
 .bsg__options{gap:9px}
 .bsg__option{flex-direction:column;align-items:flex-start;gap:8px;min-height:126px;padding:13px;border-radius:15px;box-shadow:0 3px 10px #19102003}
 .bsg__option-icon{width:36px;height:36px;flex-basis:36px;border:1px solid #ffdade;background:#fff2f3;border-radius:11px}
 .bsg__option strong{font-size:12px;line-height:1.6;margin:0 0 3px}
 .bsg__option small{font-size:10px;line-height:1.7}
 .bsg__option.is-selected{background:#fff4f5;border-color:var(--bsg-accent)}
 .bsg__option>i{top:12px;left:12px}
 .bsg__actions{padding-top:13px;margin-top:16px}
 .bsg__back,.bsg__next{min-height:46px;padding:0 18px;border-radius:12px;font-size:12px}
 .bsg__result-head{align-items:flex-start}
 .bsg__result-head h3{font-size:17px;line-height:1.6}
 .bsg__result-head p{line-height:1.9}
 .bsg__product{grid-template-columns:95px minmax(0,1fr);border-radius:15px}
 .bsg__product-image{height:130px}
 .bsg__product h4{font-size:12px;min-height:0}
 .bsg__product-foot>a{min-height:44px;font-size:11px}
 .bsg__product-foot .price{font-size:12px}
}
@media(max-width:360px){
 .bsg__content{padding-inline:11px}
 .bsg__visual{padding-inline:12px;grid-template-columns:minmax(0,1fr) 90px}
 .bsg__header h2{font-size:20px}
 .bsg__option{padding:10px;min-height:128px}
 .bsg__option strong{font-size:11px}
}
