.vh-bfeat{background:var(--vh-white)}.vh-bfeat--cream{background:var(--vh-cream)}.vh-bfeat--dark{background:var(--vh-green)}.vh-bfeat__inner{max-width:1240px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:48fr 52fr;gap:7.2rem;align-items:center}.vh-bfeat__image-col{position:sticky;top:10vh;align-self:start}.vh-bfeat__image-wrap{position:relative;border-radius:2.8rem;overflow:hidden;aspect-ratio:3/4;background:color-mix(in srgb,var(--vh-accent, #119248) 6%,var(--vh-cream));box-shadow:0 32px 80px #1192481f,0 8px 32px #00000014}.vh-bfeat__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.vh-bfeat__image-wrap:hover .vh-bfeat__image{transform:scale(1.03)}.vh-bfeat__image-label{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:#0000008c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.6rem 1.6rem;border-radius:100px;white-space:nowrap}.vh-bfeat__content{display:flex;flex-direction:column;gap:0}.vh-bfeat__badge{display:inline-flex;align-items:center;gap:.7rem;font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--vh-accent, #119248);background:color-mix(in srgb,var(--vh-accent, #119248) 10%,white);border-radius:100px;padding:.5rem 1.4rem;align-self:flex-start;margin-bottom:2rem}.vh-bfeat--dark .vh-bfeat__badge{color:var(--vh-white);background:#ffffff26}.vh-bfeat__heading{font-family:var(--vh-font-head);font-size:clamp(3rem,3.8vw,4.8rem);font-weight:800;color:var(--vh-text);line-height:1.08;letter-spacing:-.03em;margin:0 0 1.6rem}.vh-bfeat--dark .vh-bfeat__heading{color:var(--vh-white)}.vh-bfeat__heading-highlight{position:relative;display:inline-block;color:var(--vh-accent, #119248)}.vh-bfeat__heading-highlight:after{content:"";position:absolute;bottom:.04em;left:0;right:0;height:.07em;background:currentColor;border-radius:3px;opacity:.35}.vh-bfeat--dark .vh-bfeat__heading-highlight{color:var(--vh-orange)}.vh-bfeat__subtext{font-size:1.7rem;color:var(--vh-text-muted);line-height:1.65;margin:0 0 3.6rem;max-width:44ch}.vh-bfeat--dark .vh-bfeat__subtext{color:#ffffffa6}.vh-bfeat__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem 2.4rem;margin-bottom:3.6rem}.vh-bfeat__benefit{display:flex;flex-direction:column;gap:.8rem;padding:2rem;border-radius:1.6rem;background:var(--vh-cream);border:1px solid var(--vh-border-light);transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.vh-bfeat--dark .vh-bfeat__benefit{background:#ffffff0f;border-color:#ffffff1a}.vh-bfeat__benefit:hover{box-shadow:0 8px 32px #1192481a;transform:translateY(-3px);border-color:color-mix(in srgb,var(--vh-accent, #119248) 25%,transparent)}.vh-bfeat--dark .vh-bfeat__benefit:hover{box-shadow:0 8px 32px #00000040;border-color:#ffffff38}.vh-bfeat__icon{width:4rem;height:4rem;border-radius:1rem;background:color-mix(in srgb,var(--vh-accent, #119248) 12%,white);display:flex;align-items:center;justify-content:center;color:var(--vh-accent, #119248);flex-shrink:0}.vh-bfeat--dark .vh-bfeat__icon{background:#ffffff1f;color:var(--vh-white)}.vh-bfeat__icon svg{width:2rem;height:2rem}.vh-bfeat__benefit-title{font-family:var(--vh-font-head);font-size:1.55rem;font-weight:700;color:var(--vh-text);line-height:1.25;margin:0}.vh-bfeat--dark .vh-bfeat__benefit-title{color:var(--vh-white)}.vh-bfeat__benefit-desc{font-size:1.35rem;color:var(--vh-text-muted);line-height:1.55;margin:0}.vh-bfeat--dark .vh-bfeat__benefit-desc{color:#ffffff8c}.vh-bfeat__cta-block{display:flex;flex-direction:column;gap:1.2rem}.vh-bfeat__cta{display:block;width:100%;text-align:center;font-size:1.7rem;font-weight:700;letter-spacing:.01em;color:#fff;background:var(--vh-text);padding:1.8rem 2.4rem;border-radius:100px;text-decoration:none;transition:background .25s ease,box-shadow .25s ease,transform .2s ease;position:relative;overflow:hidden}.vh-bfeat__cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 55%);border-radius:inherit;pointer-events:none}.vh-bfeat__cta:hover{background:var(--vh-accent, #119248);box-shadow:0 12px 40px color-mix(in srgb,var(--vh-accent, #119248) 40%,transparent);transform:translateY(-2px)}.vh-bfeat--dark .vh-bfeat__cta{background:var(--vh-white);color:var(--vh-text)}.vh-bfeat--dark .vh-bfeat__cta:hover{background:var(--vh-cream)}.vh-bfeat__guarantee{text-align:center;font-size:1.35rem;color:var(--vh-text-muted);display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0}.vh-bfeat__guarantee svg{color:var(--vh-accent, #119248);flex-shrink:0}.vh-bfeat--dark .vh-bfeat__guarantee{color:#ffffff73}@media screen and (max-width:989px){.vh-bfeat__inner{grid-template-columns:1fr;gap:4rem}.vh-bfeat__image-col{position:static}.vh-bfeat__image-wrap{aspect-ratio:4/3;max-height:400px}.vh-bfeat__image{object-position:center top}}@media screen and (max-width:749px){.vh-bfeat__inner{padding:0 1.6rem}.vh-bfeat__grid{grid-template-columns:1fr 1fr;gap:1.2rem}.vh-bfeat__benefit{padding:1.6rem 1.4rem}.vh-bfeat__benefit-title{font-size:1.4rem}.vh-bfeat__benefit-desc{font-size:1.25rem}}@media screen and (max-width:480px){.vh-bfeat__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/section-vitahuma-benefits-feature.css.map */
