.bv-actives-section{background:#fff;border:1px solid rgba(23,53,43,.07);border-radius:30px;margin-top:24px;margin-bottom:24px;box-shadow:0 16px 46px rgba(23,53,43,.028)}
.bv-actives-section .bv-head{margin-bottom:34px}
.bv-actives-section .bv-head p{max-width:560px}
.bv-active-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.bv-active-card{--bv-active-accent:#9ea9a2;--bv-active-tint:#fbfbfa;position:relative;min-height:270px;padding:24px 26px 22px;border:1px solid rgba(23,53,43,.09);border-radius:22px;background:#fff;color:var(--bv-forest);text-decoration:none;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.bv-active-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--bv-active-accent)}
.bv-active-card:after{content:"";position:absolute;width:96px;height:96px;border-radius:50%;background:var(--bv-active-tint);right:-50px;top:-48px;opacity:.55;pointer-events:none}
.bv-active-card:hover{transform:translateY(-3px);border-color:rgba(23,53,43,.16);box-shadow:0 16px 36px rgba(23,53,43,.065)}
.bv-active-card:focus-visible{outline:2px solid var(--bv-forest);outline-offset:3px}
.bv-active-card__top{display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;z-index:1}
.bv-active-card__number{font-family:Georgia,"Times New Roman",serif;font-size:15px;color:#8c978f}
.bv-active-card__product{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--bv-active-tint);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--bv-forest)}
.bv-active-card h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,2.2vw,39px);line-height:1.02;letter-spacing:-.025em;font-weight:400;margin:42px 0 10px;position:relative;z-index:1}
.bv-active-card p{font-size:12.5px;line-height:1.65;color:#5f6c64;max-width:95%;min-height:42px;position:relative;z-index:1}
.bv-active-card__function{display:inline-flex;width:max-content;margin-top:14px;font-size:9px;line-height:1;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:#6f7c74;position:relative;z-index:1}
.bv-active-card__link{margin-top:auto;padding-top:18px;border-top:1px solid rgba(23,53,43,.08);font-size:10px;font-weight:800;letter-spacing:.10em;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}
.bv-active-card__link i{font-style:normal;font-size:17px;transition:transform .2s ease}
.bv-active-card:hover .bv-active-card__link i{transform:translateX(4px)}
.bv-active-card--sleep{--bv-active-accent:#b59bc6;--bv-active-tint:#faf7fb}
.bv-active-card--calm{--bv-active-accent:#caa45f;--bv-active-tint:#fdfaf4}
.bv-active-card--energy{--bv-active-accent:#92ad7d;--bv-active-tint:#f8faf5}
.bv-active-card--hormone{--bv-active-accent:#bca8be;--bv-active-tint:#fbf8fb}
.bv-active-card--control{--bv-active-accent:#829989;--bv-active-tint:#f7faf8}
.bv-active-card--slim{--bv-active-accent:#cf9587;--bv-active-tint:#fcf8f7}
@media(max-width:950px){.bv-active-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bv-active-card{min-height:260px}}
@media(max-width:650px){.bv-actives-section{margin-left:12px!important;margin-right:12px!important;padding-left:18px!important;padding-right:18px!important;border-radius:24px}.bv-actives-section .bv-head{margin-bottom:22px}.bv-active-grid{grid-template-columns:1fr;gap:10px}.bv-active-card{min-height:0;padding:20px 20px 18px;border-radius:18px}.bv-active-card:after{display:none}.bv-active-card h3{font-size:32px;margin:30px 0 8px}.bv-active-card p{font-size:12px;line-height:1.6;max-width:100%;min-height:0}.bv-active-card__function{margin-top:10px}.bv-active-card__link{padding-top:16px;margin-top:18px}}
@media(prefers-reduced-motion:reduce){.bv-active-card,.bv-active-card__link i{transition:none}.bv-active-card:hover{transform:none}}