.bxv5-smart-discovery{
    padding:90px 0;
    background:var(--bxv5-soft);
}
.bxv5-smart-discovery__heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:30px;
    margin-bottom:30px;
}
.bxv5-smart-discovery__heading>div:first-child{max-width:850px}
.bxv5-smart-discovery__heading .bxv5-home-title{margin-bottom:12px}
.bxv5-smart-discovery__heading p{
    margin:0;
    color:var(--bxv5-muted);
    font-size:16px;
}
.bxv5-smart-discovery__promise{
    display:flex;
    min-width:210px;
    flex-direction:column;
    padding:16px 18px;
    border:1px solid var(--bxv5-border);
    border-radius:13px;
    background:#fff;
    box-shadow:0 10px 26px rgba(6,38,74,.07);
}
.bxv5-smart-discovery__promise strong{color:var(--bxv5-navy)}
.bxv5-smart-discovery__promise span{color:var(--bxv5-muted);font-size:11px}

.bxv5-configurator{
    overflow:hidden;
    border:1px solid var(--bxv5-border);
    border-radius:22px;
    background:#fff;
    box-shadow:0 20px 55px rgba(6,38,74,.10);
}
.bxv5-configurator__progress{
    display:grid;
    grid-template-columns:auto minmax(180px,1fr) auto;
    gap:16px;
    align-items:center;
    padding:17px 22px;
    border-bottom:1px solid var(--bxv5-border);
    background:#fbfdff;
    color:var(--bxv5-navy);
    font-size:11px;
    font-weight:900;
}
.bxv5-configurator__progress>div{
    height:6px;
    overflow:hidden;
    border-radius:999px;
    background:#e6edf3;
}
.bxv5-configurator__progress i{
    display:block;
    width:20%;
    height:100%;
    border-radius:999px;
    background:var(--bxv5-green);
    transition:width .3s ease;
}
.bxv5-configurator__progress em{font-style:normal}
.bxv5-configurator__body{
    display:grid;
    grid-template-columns:minmax(0,1fr) 300px;
}
.bxv5-configurator__questions{padding:32px}
.bxv5-config-step{display:none}
.bxv5-config-step.is-active{
    display:block;
    animation:bxv5ConfigStep .25s ease;
}
@keyframes bxv5ConfigStep{
    from{opacity:0;transform:translateX(8px)}
    to{opacity:1;transform:translateX(0)}
}
.bxv5-config-step__kicker{
    color:var(--bxv5-green-dark);
    font-size:10px;
    font-weight:900;
    letter-spacing:.11em;
}
.bxv5-config-step h3{
    margin:8px 0;
    color:var(--bxv5-navy);
    font-size:30px;
}
.bxv5-config-step>p{
    margin:0 0 22px;
    color:var(--bxv5-muted);
}
.bxv5-config-options{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}
.bxv5-config-options button{
    display:flex;
    min-height:86px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:5px;
    padding:16px;
    border:1px solid var(--bxv5-border);
    border-radius:12px;
    background:#fff;
    color:var(--bxv5-text);
    text-align:left;
    cursor:pointer;
}
.bxv5-config-options button:hover,
.bxv5-config-options button.is-selected{
    border-color:#8fd487;
    background:#f2fbf1;
    box-shadow:inset 4px 0 0 var(--bxv5-green);
}
.bxv5-config-options strong{color:var(--bxv5-navy);font-size:14px}
.bxv5-config-options small{color:var(--bxv5-muted);font-size:10px}
.bxv5-configurator__navigation{
    display:flex;
    justify-content:space-between;
    gap:10px;
    margin-top:24px;
}
.bxv5-configurator__navigation button{
    min-height:43px;
    padding:0 18px;
    border:1px solid var(--bxv5-border);
    border-radius:9px;
    background:#fff;
    color:var(--bxv5-navy);
    font-weight:900;
}
.bxv5-configurator__navigation .bxv5-config-next{
    border-color:var(--bxv5-green);
    background:var(--bxv5-green);
    color:#071d16;
}
.bxv5-configurator__navigation button:disabled{
    opacity:.45;
    cursor:not-allowed;
}
.bxv5-configurator__summary{
    padding:30px 24px;
    background:var(--bxv5-navy);
    color:#fff;
}
.bxv5-configurator__summary>span{
    color:#8de17d;
    font-size:9px;
    font-weight:900;
    letter-spacing:.11em;
}
.bxv5-configurator__summary h3{margin:8px 0 20px;color:#fff}
.bxv5-configurator__summary dl{margin:0}
.bxv5-configurator__summary dl>div{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:11px 0;
    border-bottom:1px solid rgba(255,255,255,.12);
}
.bxv5-configurator__summary dt{color:#bcd0e1;font-size:10px}
.bxv5-configurator__summary dd{
    margin:0;
    color:#fff;
    font-size:10px;
    font-weight:900;
    text-align:right;
}
.bxv5-configurator__tip{
    margin-top:20px;
    padding:15px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:10px;
    background:rgba(255,255,255,.06);
}
.bxv5-configurator__tip strong{font-size:11px}
.bxv5-configurator__tip p{margin:6px 0 0;color:#dceaf6;font-size:10px;line-height:1.5}

.bxv5-config-result{
    display:grid;
    grid-template-columns:minmax(0,1fr) 280px;
    gap:22px;
    padding:30px;
    border-top:1px solid var(--bxv5-border);
    background:linear-gradient(135deg,#f3fbf2,#fff);
}
.bxv5-config-result__main>span{
    color:var(--bxv5-green-dark);
    font-size:10px;
    font-weight:900;
    letter-spacing:.11em;
}
.bxv5-config-result__main h3{
    margin:8px 0;
    color:var(--bxv5-navy);
    font-size:34px;
}
.bxv5-config-result__main>p{color:var(--bxv5-muted)}
.bxv5-config-result__features{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:20px 0;
}
.bxv5-config-result__features span{
    padding:7px 10px;
    border-radius:999px;
    background:#e7f7e9;
    color:#17752e;
    font-size:10px;
    font-weight:900;
}
.bxv5-config-result__actions{display:flex;gap:10px}
.bxv5-config-result__actions .is-outline{
    border-color:var(--bxv5-navy);
    color:var(--bxv5-navy);
}
.bxv5-config-result__note{
    padding:20px;
    border-radius:13px;
    background:var(--bxv5-navy);
    color:#fff;
}
.bxv5-config-result__note p{color:#dceaf6;font-size:11px;line-height:1.55}
.bxv5-config-result__note button{
    min-height:38px;
    padding:0 13px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:8px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-weight:900;
}

.bxv5-discovery-products{margin-top:76px}
.bxv5-discovery-products__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.bxv5-discovery-product{
    display:grid;
    grid-template-columns:130px minmax(0,1fr);
    overflow:hidden;
    border:1px solid var(--bxv5-border);
    border-radius:15px;
    background:#fff;
}
.bxv5-discovery-product__media{
    display:grid;
    place-items:center;
    padding:12px;
    background:#f9fbfd;
}
.bxv5-discovery-product__media img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.bxv5-discovery-product__body{
    display:flex;
    min-width:0;
    flex-direction:column;
    padding:15px;
}
.bxv5-discovery-product__body>span{
    color:var(--bxv5-green-dark);
    font-size:9px;
    font-weight:900;
}
.bxv5-discovery-product h3{
    margin:7px 0;
    font-size:13px;
    line-height:1.35;
}
.bxv5-discovery-product h3 a{color:var(--bxv5-navy);text-decoration:none}
.bxv5-discovery-product small{color:var(--bxv5-muted);font-size:9px}
.bxv5-discovery-product__price{
    margin-top:6px;
    color:var(--bxv5-navy);
    font-size:12px;
    font-weight:900;
}
.bxv5-discovery-product__action{
    margin-top:auto;
    color:var(--bxv5-green-dark);
    font-size:10px;
    font-weight:900;
    text-decoration:none;
}

.bxv5-discovery-trust{
    margin-top:70px;
    overflow:hidden;
    border:1px solid var(--bxv5-border);
    border-radius:18px;
    background:#fff;
}
.bxv5-discovery-trust__features{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
}
.bxv5-discovery-trust__features>div{
    display:flex;
    min-height:78px;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:12px;
    border-right:1px solid var(--bxv5-border);
}
.bxv5-discovery-trust__features>div:last-child{border-right:0}
.bxv5-discovery-trust__features span{
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#e7f7e9;
    color:#17752e;
}
.bxv5-discovery-trust__features strong{
    color:var(--bxv5-navy);
    font-size:10px;
}
.bxv5-discovery-brands{
    padding:20px;
    border-top:1px solid var(--bxv5-border);
    background:#fbfdff;
}
.bxv5-discovery-brands>span{
    display:block;
    margin-bottom:12px;
    color:var(--bxv5-green-dark);
    font-size:9px;
    font-weight:900;
    letter-spacing:.1em;
}
.bxv5-discovery-brands>div{
    display:grid;
    grid-template-columns:repeat(10,minmax(0,1fr));
    gap:8px;
}
.bxv5-discovery-brands strong{
    display:grid;
    min-height:48px;
    place-items:center;
    border:1px solid var(--bxv5-border);
    border-radius:9px;
    background:#fff;
    color:var(--bxv5-navy);
    font-size:9px;
}

.bxv5-discovery-final-cta{
    padding:54px 0;
    background:linear-gradient(120deg,var(--bxv5-navy),var(--bxv5-blue));
    color:#fff;
}
.bxv5-discovery-final-cta .bxv5-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}
.bxv5-discovery-final-cta span{
    color:#8de17d;
    font-size:10px;
    font-weight:900;
    letter-spacing:.1em;
}
.bxv5-discovery-final-cta h2{
    margin:8px 0;
    font-size:36px;
}
.bxv5-discovery-final-cta p{margin:0;color:#dceaf6}
.bxv5-discovery-final-cta .bxv5-container>div:last-child{
    display:flex;
    gap:10px;
}

@media(max-width:1050px){
    .bxv5-configurator__body{grid-template-columns:1fr}
    .bxv5-configurator__summary{display:none}
    .bxv5-discovery-products__grid{grid-template-columns:repeat(2,1fr)}
    .bxv5-discovery-trust__features{grid-template-columns:repeat(3,1fr)}
    .bxv5-discovery-brands>div{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:760px){
    .bxv5-smart-discovery{padding:66px 0}
    .bxv5-smart-discovery__heading{
        align-items:flex-start;
        flex-direction:column;
    }
    .bxv5-smart-discovery__promise{width:100%;min-width:0}
    .bxv5-configurator__progress{
        grid-template-columns:1fr auto;
    }
    .bxv5-configurator__progress>span{display:none}
    .bxv5-configurator__questions{padding:22px}
    .bxv5-config-options{grid-template-columns:1fr}
    .bxv5-config-result{grid-template-columns:1fr}
    .bxv5-discovery-final-cta .bxv5-container{
        align-items:flex-start;
        flex-direction:column;
    }
}
@media(max-width:540px){
    .bxv5-discovery-products__grid{grid-template-columns:1fr}
    .bxv5-discovery-product{grid-template-columns:110px minmax(0,1fr)}
    .bxv5-discovery-trust__features{
        display:flex;
        overflow-x:auto;
    }
    .bxv5-discovery-trust__features>div{
        flex:0 0 55%;
        justify-content:flex-start;
    }
    .bxv5-discovery-brands>div{grid-template-columns:repeat(2,1fr)}
    .bxv5-config-result__actions,
    .bxv5-discovery-final-cta .bxv5-container>div:last-child{
        width:100%;
        flex-direction:column;
    }
}
@media(prefers-reduced-motion:reduce){
    .bxv5-config-step.is-active{animation:none}
}
