html{scroll-behavior:smooth}:root{--fv-primary: #C4415D;--fv-primary-dark: #8B2D42;--fv-primary-hover: #A83350;--fv-pink-light: #FFF0F3;--fv-pink-border: #F5D0D8;--fv-text: #1A1A2E;--fv-muted: #6B6B80;--fv-bg: #FFFFFF;--fv-bg-soft: #FAFAFA;--fv-green: #16A34A;--fv-radius: 12px;--fv-radius-sm: 8px;--fv-radius-lg: 24px;--fv-shadow: 0 4px 28px rgba(196,65,93,.12);--fv-shadow-sm: 0 2px 10px rgba(0,0,0,.06);--fv-transition: .2s ease;--fv-font: "Poppins", system-ui, -apple-system, sans-serif}.fv-section{font-family:var(--fv-font)!important}.fv-section *,.fv-section *:before,.fv-section *:after{box-sizing:border-box}.fv-section img{max-width:100%;height:auto;display:block}.fv-section a{color:inherit;text-decoration:none}.fv-section button{cursor:pointer;font-family:var(--fv-font)}.fv-container{max-width:1100px;margin:0 auto;padding:0 20px}.fv-container--narrow{max-width:720px}.fv-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.fv-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.fv-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.fv-flex-center{display:flex;align-items:center;justify-content:center}.fv-text-center{text-align:center}.fv-section h1,.fv-section h2,.fv-section h3,.fv-section h4{font-family:var(--fv-font);line-height:1.2;font-weight:700;color:var(--fv-text)}.fv-section-title{text-align:center;margin-bottom:48px}.fv-section-title h2{font-size:clamp(22px,3.5vw,36px);margin-bottom:10px}.fv-section-title p{font-size:16px;color:var(--fv-muted);max-width:560px;margin:0 auto}.fv-label{display:inline-flex;align-items:center;gap:6px;background:var(--fv-pink-light);color:var(--fv-primary);border:1px solid var(--fv-pink-border);border-radius:50px;padding:5px 14px;font-size:12px;font-weight:600;letter-spacing:.3px;margin-bottom:16px}.fv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 32px;border-radius:50px;border:2px solid transparent;font-family:var(--fv-font);font-size:15px;font-weight:600;line-height:1;transition:all var(--fv-transition);cursor:pointer;white-space:nowrap}.fv-btn--primary{background:var(--fv-primary);color:#fff}.fv-btn--primary:hover{background:var(--fv-primary-hover);transform:translateY(-2px);box-shadow:0 8px 24px #c4415d4d}.fv-btn--outline{background:transparent;color:var(--fv-primary);border-color:var(--fv-primary)}.fv-btn--outline:hover{background:var(--fv-primary);color:#fff}.fv-btn--lg{padding:18px 40px;font-size:17px}.fv-btn--sm{padding:10px 22px;font-size:13px}.fv-btn--full{width:100%;display:flex}.fv-btn--white{background:#fff;color:var(--fv-primary)}.fv-btn--white:hover{background:var(--fv-pink-light)}.fv-announcement{background:var(--fv-primary);color:#fff;text-align:center;padding:10px 20px;font-family:var(--fv-font);font-size:13px;font-weight:500;letter-spacing:.3px}.fv-announcement a{color:#fff;text-decoration:underline}.fv-hero{background:var(--fv-bg);overflow:hidden}.fv-hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center}.fv-hero__content{padding:64px 56px 64px 20px}.fv-hero__title{font-size:clamp(28px,4vw,50px);font-weight:800;line-height:1.15;margin-bottom:16px;color:var(--fv-text)}.fv-hero__title em{font-style:normal;color:var(--fv-primary)}.fv-hero__subtitle{font-size:16px;color:var(--fv-muted);line-height:1.7;margin-bottom:28px;max-width:440px}.fv-hero__price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:8px}.fv-hero__price{font-size:44px;font-weight:800;color:var(--fv-text);line-height:1}.fv-hero__compare{font-size:22px;color:var(--fv-muted);text-decoration:line-through}.fv-hero__savings{background:#dcfce7;color:var(--fv-green);font-size:13px;font-weight:700;padding:4px 10px;border-radius:6px}.fv-hero__stock{font-size:13px;color:var(--fv-muted);margin-bottom:24px;display:flex;align-items:center;gap:6px}.fv-hero__stock:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--fv-green);display:block;flex-shrink:0}.fv-hero__cta{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.fv-hero__cta .fv-btn--primary{font-size:17px}.fv-hero__trust{display:flex;flex-wrap:wrap;gap:14px;padding-top:20px;border-top:1px solid var(--fv-pink-border)}.fv-trust-item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--fv-muted)}.fv-trust-item svg{color:var(--fv-primary);flex-shrink:0}.fv-hero__media{background:var(--fv-pink-light);display:flex;align-items:flex-start;justify-content:center;padding:0;align-self:stretch}.fv-hero__gallery{width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center;gap:0}.fv-hero__carousel{position:relative;width:100%}.fv-hero__carousel-frame{overflow:hidden;border-radius:0 0 20px 20px;background:#fff;box-shadow:0 8px 32px #c4415d1a}.fv-hero__carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.fv-hero__carousel-slide{flex:0 0 100%;width:100%;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;background:#fff}.fv-hero__carousel-slide img{width:100%;height:100%;object-fit:contain;display:block}.fv-hero__media-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--fv-primary);opacity:.5;padding:40px;font-size:14px;font-weight:500;text-align:center}.fv-hero__media-placeholder svg{width:64px;height:64px;opacity:.6}.fv-hero__carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffeb;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:4;box-shadow:0 2px 8px #00000026;color:#333;padding:0;transition:background .2s}.fv-hero__carousel-btn:hover{background:#fff}.fv-hero__carousel-btn--prev{left:10px}.fv-hero__carousel-btn--next{right:10px}.fv-hero__badge-floating{position:absolute;bottom:14px;left:14px;background:#fff;border-radius:var(--fv-radius-sm);padding:8px 12px;box-shadow:var(--fv-shadow);font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px;color:var(--fv-text);z-index:4;pointer-events:none}.fv-hero__carousel-thumbs{display:flex;gap:8px;justify-content:center;width:100%;flex-wrap:wrap;padding:14px 12px}.fv-hero__carousel-thumb{width:68px;aspect-ratio:4 / 5;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;background:#fff;padding:0;flex-shrink:0;box-shadow:0 1px 4px #00000014;transition:border-color .2s,box-shadow .2s}.fv-hero__carousel-thumb img{width:100%;height:100%;object-fit:contain;display:block}.fv-hero__carousel-thumb.is-active{border-color:var(--fv-primary);box-shadow:0 0 0 1px var(--fv-primary),0 2px 8px #c4415d33}.fv-hero__carousel-thumb:hover:not(.is-active){border-color:var(--fv-pink-border)}@media(max-width:900px){.fv-hero__inner{grid-template-columns:1fr}.fv-hero__media{order:-1;padding:0;align-items:flex-start}.fv-hero__gallery{max-width:100%}.fv-hero__carousel-frame{border-radius:0;box-shadow:none}.fv-hero__carousel-thumbs{padding:12px 16px}.fv-hero__carousel-thumb{width:54px}.fv-hero__content{padding:40px 20px}.fv-hero__price{font-size:36px}}.fv-benefits-bar{background:var(--fv-primary);padding:18px 0}.fv-benefits-bar__list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 36px;list-style:none;margin:0;padding:0}.fv-benefits-bar__item{display:flex;align-items:center;gap:8px;color:#fff;font-family:var(--fv-font);font-size:14px;font-weight:500}.fv-steps{padding:80px 0;background:var(--fv-bg-soft)}.fv-steps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.fv-step-card{background:var(--fv-bg);border:1px solid var(--fv-pink-border);border-radius:var(--fv-radius);padding:28px 24px;transition:transform var(--fv-transition),box-shadow var(--fv-transition)}.fv-step-card:hover{transform:translateY(-4px);box-shadow:var(--fv-shadow)}.fv-step-card__num{width:44px;height:44px;background:var(--fv-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;margin-bottom:18px}.fv-step-card__title{font-size:16px;font-weight:700;margin-bottom:8px}.fv-step-card__text{font-size:14px;color:var(--fv-muted);line-height:1.65}.fv-ingredients{padding:80px 0}.fv-ingredient-card{display:flex;gap:18px;align-items:flex-start;background:var(--fv-bg);border:1px solid var(--fv-pink-border);border-radius:var(--fv-radius);padding:22px;transition:box-shadow var(--fv-transition)}.fv-ingredient-card+.fv-ingredient-card{margin-top:16px}.fv-ingredient-card:hover{box-shadow:var(--fv-shadow)}.fv-ingredient-card__icon{font-size:28px;flex-shrink:0;width:56px;height:56px;background:var(--fv-pink-light);border-radius:var(--fv-radius-sm);display:flex;align-items:center;justify-content:center}.fv-ingredient-card__body{flex:1}.fv-ingredient-card__head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:6px}.fv-ingredient-card__name{font-size:17px;font-weight:700;color:var(--fv-primary)}.fv-ingredient-card__dose{background:var(--fv-pink-light);color:var(--fv-primary);font-size:12px;font-weight:600;padding:3px 12px;border-radius:50px;white-space:nowrap}.fv-ingredient-card__text{font-size:14px;color:var(--fv-muted);line-height:1.65}.fv-clean{padding:72px 0;background:var(--fv-bg-soft)}.fv-clean__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.fv-clean-item{background:var(--fv-bg);border:1px solid var(--fv-pink-border);border-radius:var(--fv-radius);padding:22px 16px;text-align:center;transition:box-shadow var(--fv-transition)}.fv-clean-item:hover{box-shadow:var(--fv-shadow-sm)}.fv-clean-item__x{font-size:28px;color:var(--fv-primary);font-weight:900;line-height:1;margin-bottom:10px}.fv-clean-item__label{font-size:14px;font-weight:600;font-family:var(--fv-font)}@media(max-width:600px){.fv-clean__grid{grid-template-columns:repeat(2,1fr)}}.fv-how-to-use{background:linear-gradient(135deg,var(--fv-primary) 0%,#E05577 100%);color:#fff;padding:72px 0;text-align:center}.fv-how-to-use h2{color:#fff;font-size:clamp(22px,3vw,34px);margin-bottom:36px}.fv-use-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:40px}.fv-use-step__icon{font-size:38px;margin-bottom:10px}.fv-use-step__title{font-size:16px;font-weight:700;margin-bottom:4px}.fv-use-step__text{font-size:13px;opacity:.85;font-family:var(--fv-font)}.fv-stats{padding:80px 0}.fv-stats__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.fv-stat-card{background:var(--fv-pink-light);border:1px solid var(--fv-pink-border);border-radius:var(--fv-radius);padding:32px 20px;text-align:center}.fv-stat-card__num{font-size:52px;font-weight:800;color:var(--fv-primary);line-height:1;margin-bottom:10px;font-family:var(--fv-font)}.fv-stat-card__text{font-size:14px;color:var(--fv-muted);font-family:var(--fv-font)}@media(max-width:600px){.fv-stats__grid{grid-template-columns:1fr}}.fv-testimonials{padding:80px 0;background:var(--fv-bg-soft)}.fv-testimonials__rating{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:40px}.fv-stars{color:#f59e0b;font-size:20px;letter-spacing:2px}.fv-testimonials__meta{font-size:15px;font-weight:600;color:var(--fv-text)}.fv-testimonials__meta span{color:var(--fv-muted);font-weight:400}.fv-reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:20px}.fv-review-card{background:var(--fv-bg);border:1px solid var(--fv-pink-border);border-radius:var(--fv-radius);padding:22px;transition:box-shadow var(--fv-transition)}.fv-review-card:hover{box-shadow:var(--fv-shadow-sm)}.fv-review-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;flex-wrap:wrap;gap:8px}.fv-review-card__author{font-weight:700;font-size:15px}.fv-review-card__location{display:inline-block;background:#f0f0f0;font-size:11px;padding:2px 8px;border-radius:20px;margin-left:6px;color:var(--fv-muted)}.fv-review-card__stars{color:#f59e0b;font-size:14px}.fv-review-card__text{font-size:14px;color:#444;line-height:1.65;margin-bottom:10px;font-family:var(--fv-font)}.fv-review-card__date{font-size:11px;color:#bbb;font-family:var(--fv-font)}.fv-review-card--has-photo{overflow:hidden}.fv-review-card__photo-wrap{display:block;width:calc(100% + 44px);margin:-22px -22px 16px;aspect-ratio:4 / 5;overflow:hidden;border-radius:calc(var(--fv-radius) - 1px) calc(var(--fv-radius) - 1px) 0 0}.fv-review-card__photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.fv-faq{padding:80px 0}.fv-faq__list{display:flex;flex-direction:column;gap:10px;margin-top:40px}.fv-faq-item{border:1px solid var(--fv-pink-border);border-radius:var(--fv-radius-sm);overflow:hidden}.fv-faq-item__q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 22px;font-family:var(--fv-font);font-size:15px;font-weight:600;text-align:left;background:var(--fv-bg);cursor:pointer;border:none;transition:background var(--fv-transition);color:var(--fv-text)}.fv-faq-item__q:hover{background:var(--fv-pink-light)}.fv-faq-item__icon{color:var(--fv-primary);font-size:22px;font-weight:400;transition:transform var(--fv-transition);flex-shrink:0;margin-left:12px;line-height:1}.fv-faq-item__a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;font-family:var(--fv-font);font-size:14px;color:var(--fv-muted);line-height:1.75;padding:0 22px;background:var(--fv-bg)}.fv-faq-item.open .fv-faq-item__a{max-height:400px;padding:0 22px 20px}.fv-faq-item.open .fv-faq-item__icon{transform:rotate(45deg)}.fv-cta-banner{padding:80px 0;text-align:center;background:var(--fv-pink-light)}.fv-cta-banner h2{font-size:clamp(24px,3.5vw,40px);margin-bottom:12px}.fv-cta-banner h2 span{color:var(--fv-primary)}.fv-cta-banner p{font-size:16px;color:var(--fv-muted);margin-bottom:32px;max-width:480px;margin-left:auto;margin-right:auto}.fv-cta-banner__price{display:flex;align-items:baseline;justify-content:center;gap:12px;margin-bottom:28px}.fv-cta-banner__price strong{font-size:48px;font-weight:800;color:var(--fv-text)}.fv-cta-banner__price s{font-size:22px;color:var(--fv-muted)}.fv-cta-banner__price span{background:#dcfce7;color:var(--fv-green);font-size:14px;font-weight:700;padding:4px 12px;border-radius:6px}.fv-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:999;background:#fff;border-top:2px solid var(--fv-pink-border);padding:12px 0;box-shadow:0 -4px 24px #0000001a;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);font-family:var(--fv-font)}.fv-sticky-bar.fv-visible{transform:translateY(0)}.fv-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.fv-sticky-bar__info{display:flex;flex-direction:column;gap:2px}.fv-sticky-bar__name{font-size:14px;font-weight:700;color:var(--fv-text)}.fv-sticky-bar__price{font-size:13px;color:var(--fv-muted)}.fv-sticky-bar__price strong{color:var(--fv-primary);font-size:18px}.fv-footer{background:#15172a;color:#e0e0ec;padding:60px 0 24px;font-family:var(--fv-font)}.fv-footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px}.fv-footer__logo{font-size:26px;font-weight:800;color:#fff;letter-spacing:-.5px}.fv-footer__tagline{font-size:14px;color:#99b;line-height:1.7;margin-top:12px;max-width:280px}.fv-footer__heading{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#99b;margin-bottom:16px}.fv-footer__links{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0;margin:0}.fv-footer__links a{font-size:14px;color:#ccd;transition:color var(--fv-transition)}.fv-footer__links a:hover{color:#fff}.fv-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px}.fv-footer__copy{font-size:13px;color:#99b;margin-bottom:10px}.fv-footer__disclaimer{font-size:11px;color:#66667a;line-height:1.65;max-width:680px}@media(max-width:768px){.fv-footer__inner{grid-template-columns:1fr;gap:28px}}.fv-guarantee{background:var(--fv-pink-light);border:1px solid var(--fv-pink-border);border-radius:var(--fv-radius-lg);padding:40px 32px;text-align:center;max-width:580px;margin:0 auto;font-family:var(--fv-font)}.fv-guarantee__icon{font-size:46px;margin-bottom:14px}.fv-guarantee h3{font-size:20px;color:var(--fv-primary);margin-bottom:10px}.fv-guarantee p{font-size:14px;color:var(--fv-muted);line-height:1.7}@media(max-width:768px){.fv-grid-2,.fv-grid-3,.fv-grid-4{grid-template-columns:1fr}.fv-steps,.fv-ingredients,.fv-testimonials,.fv-faq,.fv-stats,.fv-clean{padding:56px 0}}@media(max-width:480px){.fv-hero__price{font-size:32px}.fv-stat-card__num{font-size:40px}}.fv-btn--dark{background:#1a1a2e;color:#fff;border:2px solid #1A1A2E}.fv-btn--dark:hover{background:#2e2e4a;border-color:#2e2e4a}.fv-benefits-bar{background:var(--fv-primary);padding:0;overflow:hidden;white-space:nowrap;font-family:var(--fv-font)}.fv-ticker{overflow:hidden;padding:14px 0;position:relative}.fv-ticker:before,.fv-ticker:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.fv-ticker:before{left:0;background:linear-gradient(to right,var(--fv-primary),transparent)}.fv-ticker:after{right:0;background:linear-gradient(to left,var(--fv-primary),transparent)}.fv-ticker__track{display:inline-flex;white-space:nowrap;animation:fv-ticker 28s linear infinite;will-change:transform}.fv-ticker:hover .fv-ticker__track{animation-play-state:paused}.fv-ticker__item{display:inline-block;font-size:13px;font-weight:600;color:#fff;letter-spacing:.04em;padding:0 28px;text-transform:uppercase}@keyframes fv-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.fv-how-to-use{padding:72px 0;background:var(--fv-bg-soft)}.fv-how-to-use h2{font-size:clamp(24px,4vw,36px);margin-bottom:8px}.fv-how-to-use .fv-section-subtitle{font-size:16px;color:var(--fv-muted);margin-bottom:36px}.fv-carousel{position:relative;max-width:680px;margin:0 auto;overflow:hidden;border-radius:var(--fv-radius-lg);box-shadow:var(--fv-shadow)}.fv-carousel__track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.fv-carousel__slide{min-width:100%;background:#fff}.fv-carousel__img-wrap{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--fv-pink-light)}.fv-carousel__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.fv-carousel__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--fv-muted);font-size:14px}.fv-carousel__caption{padding:24px 28px 28px;text-align:center}.fv-carousel__caption h3{font-size:20px;color:var(--fv-primary);margin-bottom:8px}.fv-carousel__caption p{font-size:15px;color:var(--fv-muted);line-height:1.65;margin:0}.fv-carousel__btn{position:absolute;top:calc(50% - 24px);transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffffeb;border:1.5px solid var(--fv-pink-border);display:flex;align-items:center;justify-content:center;color:var(--fv-primary);box-shadow:0 2px 10px #0000001f;z-index:10;transition:background var(--fv-transition),box-shadow var(--fv-transition)}.fv-carousel__btn:hover{background:var(--fv-pink-light)}.fv-carousel__btn--prev{left:12px}.fv-carousel__btn--next{right:12px}.fv-carousel__dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.fv-carousel__dot{width:8px;height:8px;border-radius:50%;background:#c4415d4d;border:none;padding:0;cursor:pointer;transition:background var(--fv-transition),transform var(--fv-transition)}.fv-carousel__dot.is-active{background:var(--fv-primary);transform:scale(1.3)}@media(max-width:768px){.fv-carousel{border-radius:var(--fv-radius)}.fv-carousel__caption{padding:18px 20px 22px}.fv-carousel__caption h3{font-size:17px}.fv-carousel__caption p{font-size:14px}.fv-carousel__btn{width:36px;height:36px}}.fv-hero__cod{font-size:12px;color:var(--fv-muted);text-align:center;padding:6px 0 2px;font-family:var(--fv-font);letter-spacing:.2px;line-height:1.5}.fv-pain-points{padding:72px 0;background:var(--fv-bg)}.fv-pain-points .fv-section-title{margin-bottom:36px}.fv-checklist{display:flex;flex-direction:column;gap:14px;margin-bottom:36px}.fv-checklist__item{display:flex;align-items:center;gap:16px;background:var(--fv-pink-light);border:1px solid var(--fv-pink-border);border-radius:var(--fv-radius-sm);padding:16px 20px}.fv-checklist__icon{flex-shrink:0;width:28px;height:28px;background:var(--fv-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;line-height:1}.fv-checklist__item p{margin:0;font-size:15px;line-height:1.5;color:var(--fv-text);font-family:var(--fv-font);font-weight:500}.fv-pain-points__close{text-align:center;font-size:15px;font-weight:600;color:var(--fv-primary);background:var(--fv-pink-light);border:1px solid var(--fv-pink-border);border-radius:var(--fv-radius);padding:18px 24px;margin-bottom:0;font-family:var(--fv-font)}.fv-ingredients__clean-line{text-align:center;font-size:13px;color:var(--fv-muted);margin-top:32px;font-family:var(--fv-font);letter-spacing:.3px}.fv-packs{padding:80px 0;background:var(--fv-bg-soft)}.fv-packs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;align-items:start}.fv-pack-card{background:var(--fv-bg);border:2px solid var(--fv-pink-border);border-radius:var(--fv-radius-lg);padding:28px 22px 24px;text-align:center;transition:box-shadow var(--fv-transition)}.fv-pack-card:hover{box-shadow:var(--fv-shadow)}.fv-pack-card--featured{border-color:var(--fv-primary);box-shadow:0 8px 32px #c4415d2e;transform:translateY(-8px)}.fv-pack-card__badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;padding:4px 12px;border-radius:50px;margin-bottom:14px;background:var(--fv-pink-light);color:var(--fv-primary);border:1px solid var(--fv-pink-border);font-family:var(--fv-font)}.fv-pack-card--featured .fv-pack-card__badge{background:var(--fv-primary);color:#fff;border-color:var(--fv-primary)}.fv-pack-card__name{font-size:20px;font-weight:800;color:var(--fv-text);margin-bottom:6px}.fv-pack-card__duration{font-size:13px;color:var(--fv-muted);margin-bottom:18px;font-family:var(--fv-font)}.fv-pack-card__price{margin-bottom:20px}.fv-pack-card__price strong{display:block;font-size:38px;font-weight:800;color:var(--fv-text);line-height:1;margin-bottom:4px;font-family:var(--fv-font)}.fv-pack-card__price s{font-size:15px;color:var(--fv-muted)}.fv-pack-card__cta{width:100%;display:flex}.fv-packs__cod{text-align:center;font-size:13px;color:var(--fv-muted);font-family:var(--fv-font);padding:8px 0}.fv-packs__cod strong{color:var(--fv-primary)}@media(max-width:768px){.fv-packs__grid{grid-template-columns:1fr;gap:16px}.fv-pack-card--featured{transform:none;order:-1}}.fv-timeline{padding:72px 0;background:var(--fv-bg)}.fv-timeline__steps{display:flex;flex-direction:column;position:relative;margin-bottom:24px}.fv-timeline__steps:before{content:"";position:absolute;left:15px;top:16px;bottom:16px;width:2px;background:var(--fv-pink-border);z-index:0}.fv-timeline__step{display:flex;align-items:flex-start;gap:20px;position:relative;z-index:1;padding-bottom:32px}.fv-timeline__step:last-child{padding-bottom:0}.fv-timeline__step-dot{flex-shrink:0;width:32px;height:32px;background:var(--fv-primary);border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px var(--fv-primary)}.fv-timeline__step-content{padding-top:4px}.fv-timeline__step-week{display:block;font-size:12px;font-weight:700;color:var(--fv-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-family:var(--fv-font)}.fv-timeline__step-text{font-size:16px;color:var(--fv-text);line-height:1.5;margin:0;font-family:var(--fv-font);font-weight:500}.fv-timeline__disclaimer{font-size:11px;color:#bbb;text-align:center;font-family:var(--fv-font)}.fv-cta-banner__cod{font-size:13px;color:var(--fv-muted);text-align:center;padding:14px 0 2px;font-family:var(--fv-font);letter-spacing:.2px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/femvita.css.map */
