.drb-app{--red:#d51f26;--dark:#111318;--muted:#68707d;max-width:1180px;margin:32px auto;background:#fff;border:1px solid #e7e8eb;border-radius:22px;box-shadow:0 18px 55px rgba(17,19,24,.08);overflow:hidden;color:var(--dark);font-family:inherit}.drb-app *{box-sizing:border-box}.drb-hero{padding:34px clamp(22px,5vw,58px);background:linear-gradient(125deg,#101217 0%,#1a1d24 64%,#621014 100%);color:#fff}.drb-kicker{display:block;color:#ff6065;font-size:12px;font-weight:800;letter-spacing:.16em;margin-bottom:8px}.drb-hero h2{font-size:clamp(28px,4vw,46px);line-height:1.08;margin:0 0 10px;color:#fff}.drb-hero p{margin:0;max-width:670px;color:#d5d8de;font-size:16px}.drb-steps{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #eceef1;background:#fafafa}.drb-steps button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:66px;padding:10px;background:none;border:0;color:#8a9099;font-weight:700;cursor:pointer}.drb-steps button span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#e5e7eb;color:#68707d}.drb-steps button.is-active{color:var(--red);background:#fff;box-shadow:inset 0 -3px var(--red)}.drb-steps button.is-active span,.drb-steps button.is-done span{background:var(--red);color:#fff}.drb-toolbar{padding:14px clamp(18px,4vw,40px);border-bottom:1px solid #eee;display:flex;align-items:center;gap:18px}.drb-toolbar[hidden]{display:none}.drb-back{border:0;background:#f0f1f3;border-radius:9px;padding:9px 14px;font-weight:700;cursor:pointer}.drb-toolbar [data-selection]{color:var(--muted);font-weight:600}.drb-content{padding:clamp(22px,4vw,44px);min-height:280px}.drb-section-title{margin-bottom:24px}.drb-section-title h3{font-size:24px;margin:0 0 4px}.drb-section-title p{margin:0;color:var(--muted)}.drb-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.drb-brand{min-height:145px;padding:20px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;border:1px solid #e4e6e9;border-radius:16px;background:#fff;cursor:pointer;transition:.2s}.drb-brand:hover{border-color:var(--red);transform:translateY(-3px);box-shadow:0 10px 24px rgba(17,19,24,.09)}.drb-brand img{width:112px;height:62px;object-fit:contain}.drb-brand strong{text-transform:uppercase;font-size:14px}.drb-initial{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:#17191f;color:#fff;font-size:22px;font-weight:800}.drb-model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.drb-model{padding:20px;text-align:left;background:#fff;border:1px solid #e4e6e9;border-radius:14px;cursor:pointer;transition:.2s}.drb-model:hover{border-color:var(--red);box-shadow:0 9px 22px rgba(17,19,24,.08)}.drb-model span{display:block;font-size:18px;font-weight:800}.drb-model small{display:block;color:var(--muted);margin-top:3px}.drb-model b{display:block;color:var(--red);font-size:13px;margin-top:13px}.drb-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.drb-product{display:grid;grid-template-columns:190px 1fr;border:1px solid #e3e5e8;border-radius:17px;overflow:hidden;background:#fff;box-shadow:0 8px 22px rgba(17,19,24,.05)}.drb-image{position:relative;background:#f7f7f8;min-height:240px;display:grid;place-items:center;color:#9a9fa8}.drb-image img{width:100%;height:100%;max-height:270px;object-fit:contain;padding:12px}.drb-image em{position:absolute;left:10px;top:10px;background:var(--red);color:#fff;font-style:normal;font-size:11px;font-weight:800;padding:6px 9px;border-radius:999px}.drb-image em.alt{background:#252933}.drb-product-body{padding:21px;display:flex;flex-direction:column}.drb-sku{color:var(--red);font-weight:800;letter-spacing:.05em}.drb-product-body h3{font-size:19px;line-height:1.25;margin:7px 0}.drb-product-body p{font-size:13px;color:var(--muted);margin:3px 0}.drb-maker{font-weight:700;color:#30343b!important}.drb-years{padding-top:7px}.drb-product-bottom{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-top:auto;padding-top:17px}.drb-price{display:block;font-size:21px}.drb-product-bottom span{display:block;font-size:12px;font-weight:700}.is-stock{color:#16803a}.no-stock{color:#9b2930}.drb-primary,.drb-empty button{display:inline-flex;align-items:center;justify-content:center;padding:11px 15px;background:var(--red);color:#fff!important;border:0;border-radius:10px;text-decoration:none!important;font-weight:800;font-size:13px;cursor:pointer}.drb-loading,.drb-empty{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.drb-loading i{width:34px;height:34px;border:3px solid #e5e7eb;border-top-color:var(--red);border-radius:50%;animation:drb-spin .8s linear infinite;margin-bottom:13px}.drb-empty strong{font-size:20px;color:var(--dark)}.drb-empty p{margin:6px 0 17px}@keyframes drb-spin{to{transform:rotate(360deg)}}@media(max-width:900px){.drb-brand-grid{grid-template-columns:repeat(3,1fr)}.drb-products{grid-template-columns:1fr}}@media(max-width:650px){.drb-app{margin:16px 0;border-radius:14px}.drb-hero{padding:26px 20px}.drb-steps button{font-size:12px;gap:6px}.drb-steps button span{width:25px;height:25px}.drb-content{padding:22px 16px}.drb-brand-grid{grid-template-columns:repeat(2,1fr);gap:10px}.drb-brand{min-height:115px}.drb-model-grid{grid-template-columns:1fr}.drb-product{grid-template-columns:125px 1fr}.drb-image{min-height:220px}.drb-product-body{padding:16px 13px}.drb-product-bottom{align-items:stretch;flex-direction:column}.drb-primary{width:100%}}@media(max-width:410px){.drb-product{grid-template-columns:1fr}.drb-image{min-height:190px;height:190px}}

.drb-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;margin:13px 0 0;padding:12px 0;border-top:1px solid #e8e9ec}.drb-specs div{min-width:0}.drb-specs dt{font-size:11px;color:var(--muted);font-weight:600}.drb-specs dd{margin:1px 0 0;font-size:12px;font-weight:800;color:var(--dark)}@media(max-width:410px){.drb-specs{grid-template-columns:repeat(2,minmax(0,1fr))}}
