@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@400;500;600;700&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--c-bg: #FAFAFA;--c-surface: #FFFFFF;--c-dark: #0A0A0A;--c-accent: #FF6B35;--c-accent-hover: #E85A24;--c-muted: #F2F2F2;--c-border: #E4E4E4;--c-text: #1A1A1A;--c-text-muted: #6B6B6B;--c-green: #22C55E;--c-red: #EF4444;--c-gold: #F59E0B;--c-amber: #D97706;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 18px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 12px 40px rgba(0,0,0,.14);--font-display: "Bebas Neue", sans-serif;--font-label: "Barlow", sans-serif;--font-body: "DM Sans", sans-serif;--max-w: 1200px;--side-pad: 24px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body.vlp-page{font-family:var(--font-body);color:var(--c-text);background:var(--c-bg);-webkit-font-smoothing:antialiased}.vlp-wrap{max-width:var(--max-w);margin:0 auto;padding:0 var(--side-pad)}.vlp-announcement{background:var(--c-dark);color:#fff;padding:10px var(--side-pad);display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.vlp-ann-text{font-family:var(--font-label);font-weight:600;font-size:13px;letter-spacing:.08em;display:flex;align-items:center;gap:7px}.vlp-ann-icon{color:var(--c-accent);font-size:15px}.vlp-countdown{display:flex;align-items:center;gap:6px}.vlp-cd-unit{display:flex;flex-direction:column;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-sm);padding:4px 10px;min-width:44px}.vlp-cd-num{font-family:var(--font-display);font-size:22px;line-height:1;color:var(--c-accent);letter-spacing:.04em}.vlp-cd-label{font-family:var(--font-label);font-size:9px;letter-spacing:.12em;color:#fff9;text-transform:uppercase;margin-top:2px}.vlp-cd-sep{font-size:18px;color:#fff6;font-weight:300;margin-bottom:6px}.vlp-header{text-align:center;padding:20px var(--side-pad) 16px;background:var(--c-surface);border-bottom:1px solid var(--c-border)}.vlp-logo{font-family:var(--font-display);font-size:clamp(28px,5vw,40px);letter-spacing:.18em;color:var(--c-dark);text-decoration:none;display:inline-block}.vlp-logo-img{display:block;height:168px;width:auto;margin:0 auto}.vlp-logo span{display:block;font-family:var(--font-label);font-size:11px;letter-spacing:.5em;font-weight:400;color:var(--c-text-muted);text-transform:lowercase;margin-top:-4px}.vlp-hero{background:var(--c-surface);padding:36px 0 48px}.vlp-hero-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--side-pad);display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.vlp-gallery{position:sticky;top:20px}.vlp-gallery-main{position:relative;background:var(--c-muted);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;cursor:zoom-in}.vlp-gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease}.vlp-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0aeb;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .25s ease;cursor:zoom-out}.vlp-zoom-overlay.active{opacity:1;pointer-events:auto}.vlp-zoom-overlay img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:var(--radius-md)}.vlp-zoom-close{position:absolute;top:24px;right:24px;width:44px;height:44px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;cursor:pointer}.vlp-zoom-close svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2}.vlp-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:1px solid var(--c-border);border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .2s,box-shadow .2s;box-shadow:var(--shadow-sm)}.vlp-gallery-arrow:hover{background:#fff;box-shadow:var(--shadow-md)}.vlp-gallery-arrow.prev{left:12px}.vlp-gallery-arrow.next{right:12px}.vlp-gallery-arrow svg{width:16px;height:16px;stroke:var(--c-dark);fill:none;stroke-width:2}.vlp-gallery-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.vlp-gallery-thumbs::-webkit-scrollbar{display:none}.vlp-gallery-thumb{flex:0 0 68px;height:68px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--c-muted);transition:border-color .2s}.vlp-gallery-thumb.active{border-color:var(--c-accent)}.vlp-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.vlp-color-selected{font-weight:400;color:var(--c-text-muted);text-transform:none}.vlp-color-swatches{display:flex;gap:12px}.vlp-color-swatch{width:34px;height:34px;border-radius:50%;border:2px solid var(--c-border);background:var(--swatch-color);cursor:pointer;padding:0;transition:border-color .2s,transform .15s,box-shadow .2s}.vlp-color-swatch:hover{transform:scale(1.08)}.vlp-color-swatch.active{border-color:#fff;box-shadow:0 0 0 2px var(--c-dark)}.vlp-buybox{display:flex;flex-direction:column;gap:20px}.vlp-rating-badge{display:inline-flex;align-items:center;gap:8px;background:var(--c-muted);border:1px solid var(--c-border);border-radius:99px;padding:6px 14px;width:fit-content}.vlp-stars{color:var(--c-gold);font-size:14px;letter-spacing:1px}.vlp-rating-text{font-family:var(--font-label);font-size:12px;font-weight:600;color:var(--c-text-muted)}.vlp-product-title{font-family:var(--font-display);font-size:clamp(34px,5vw,52px);line-height:1;letter-spacing:.02em;color:var(--c-dark)}.vlp-product-desc{font-size:15px;line-height:1.65;color:var(--c-text-muted)}.vlp-trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 0;border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border)}.vlp-badge-item{text-align:center}.vlp-badge-icon{width:32px;height:32px;margin:0 auto 8px;color:var(--c-text-muted)}.vlp-badge-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5}.vlp-badge-title{font-family:var(--font-label);font-size:12px;font-weight:700;color:var(--c-dark);margin-bottom:4px}.vlp-badge-desc{font-size:11px;color:var(--c-text-muted);line-height:1.4}.vlp-offer-divider{display:flex;align-items:center;gap:12px;font-family:var(--font-label);font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--c-text-muted);text-transform:uppercase}.vlp-offer-divider:before,.vlp-offer-divider:after{content:"";flex:1;height:1px;background:var(--c-border)}.vlp-variants-label,.vlp-bundles-label{font-family:var(--font-label);font-size:13px;font-weight:600;color:var(--c-text);margin-bottom:10px}.vlp-variants-grid{display:flex;gap:10px;flex-wrap:wrap}.vlp-variant-btn{position:relative;padding:12px 20px;border:1.5px solid var(--c-border);border-radius:var(--radius-md);background:var(--c-surface);font-family:var(--font-label);font-size:13px;font-weight:600;color:var(--c-text);cursor:pointer;transition:border-color .2s,background .2s,color .2s}.vlp-variant-btn:hover{border-color:var(--c-dark)}.vlp-variant-btn.active{border-color:var(--c-dark);background:var(--c-dark);color:#fff}.vlp-variant-badge{display:block;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--c-accent);margin-bottom:3px}.vlp-variant-btn.active .vlp-variant-badge{color:#fff}.vlp-size-select-wrap{position:relative}.vlp-size-select{width:100%;appearance:none;-webkit-appearance:none;padding:14px 44px 14px 18px;border:1.5px solid var(--c-border);border-radius:var(--radius-md);background:var(--c-surface);cursor:pointer;font-family:var(--font-label);font-size:14px;font-weight:600;color:var(--c-text);transition:border-color .2s}.vlp-size-select:hover,.vlp-size-select:focus{border-color:var(--c-dark);outline:none}.vlp-size-select-arrow{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:16px;height:16px;stroke:var(--c-text-muted);fill:none;stroke-width:2;pointer-events:none}.vlp-bundles{display:flex;flex-direction:column;gap:10px}.vlp-bundle-card{position:relative;border:1.5px solid var(--c-border);border-radius:var(--radius-md);padding:16px 18px;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .18s;background:var(--c-surface);overflow:hidden}.vlp-bundle-card:hover{border-color:var(--c-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.vlp-bundle-card.active{border-color:var(--c-accent);box-shadow:0 0 0 1px var(--c-accent)}.vlp-bundle-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.vlp-bundle-left{display:flex;align-items:center;gap:12px}.vlp-bundle-radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--c-border);background:#fff;flex-shrink:0;transition:border-color .2s,background .2s;display:flex;align-items:center;justify-content:center}.vlp-bundle-card.active .vlp-bundle-radio{border-color:var(--c-accent);background:var(--c-accent)}.vlp-bundle-card.active .vlp-bundle-radio:after{content:"";width:6px;height:6px;border-radius:50%;background:#fff}.vlp-bundle-img-group{display:flex;gap:6px;flex-shrink:0}.vlp-bundle-img{width:34px;height:34px;border-radius:8px;overflow:hidden;background:var(--c-muted);flex-shrink:0}.vlp-bundle-img img{width:100%;height:100%;object-fit:cover}.vlp-bundle-name{font-family:var(--font-label);font-size:14px;font-weight:700;color:var(--c-dark)}.vlp-bundle-save{display:inline-block;background:var(--c-accent);color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:99px;margin-left:6px}.vlp-bundle-pricing{text-align:right}.vlp-bundle-price{font-family:var(--font-display);font-size:24px;letter-spacing:.02em;color:var(--c-dark)}.vlp-bundle-orig{font-size:13px;color:var(--c-text-muted);text-decoration:line-through}.vlp-bundle-tag{position:absolute;top:-1px;right:16px;font-family:var(--font-label);font-size:10px;font-weight:700;letter-spacing:.06em;padding:4px 12px;border-radius:0 0 var(--radius-sm) var(--radius-sm);text-transform:uppercase}.vlp-bundle-tag.orange{background:var(--c-accent);color:#fff}.vlp-bundle-tag.amber{background:var(--c-amber);color:#fff}.vlp-bundle-details{margin-top:8px;padding-top:8px;border-top:1px solid var(--c-border);display:flex;flex-direction:column;gap:3px}.vlp-bundle-sub{font-size:12px;color:var(--c-text-muted);font-family:var(--font-label)}.vlp-bundle-perk{font-size:12px;color:var(--c-text);display:flex;align-items:center;gap:5px}.vlp-bundle-perk svg{width:13px;height:13px;stroke:var(--c-green);fill:none;stroke-width:2.5;flex-shrink:0}.vlp-warranty{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1.5px solid var(--c-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color .2s}.vlp-warranty:hover{border-color:var(--c-dark)}.vlp-warranty-check{width:20px;height:20px;flex-shrink:0;border:1.5px solid var(--c-border);border-radius:5px;display:flex;align-items:center;justify-content:center;background:#fff}.vlp-warranty-check-mark{width:12px;height:12px;stroke:var(--c-accent);fill:none;stroke-width:2.5}.vlp-warranty-shield{width:24px;height:24px;flex-shrink:0}.vlp-warranty-shield svg{width:100%;height:100%}.vlp-warranty-body{flex:1}.vlp-warranty-title{font-family:var(--font-label);font-size:14px;font-weight:700;color:var(--c-dark)}.vlp-warranty-sub{font-size:12px;color:var(--c-text-muted);margin-top:2px}.vlp-warranty-price{font-family:var(--font-label);font-size:15px;font-weight:700;color:var(--c-dark);flex-shrink:0}.vlp-included-title{font-family:var(--font-label);font-size:13px;font-weight:600;color:var(--c-text);margin-bottom:10px}.vlp-included-items{display:flex;gap:14px;flex-wrap:wrap}.vlp-included-item{display:flex;flex-direction:column;align-items:center;gap:8px;width:90px;text-align:center}.vlp-included-img{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;background:var(--c-muted)}.vlp-included-img img{width:100%;height:100%;object-fit:cover;display:block}.vlp-included-label{font-size:11px;color:var(--c-text-muted);line-height:1.3}.vlp-cta-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:18px 28px;background:var(--c-dark);color:#fff;border:none;border-radius:var(--radius-md);font-family:var(--font-label);font-size:16px;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;text-decoration:none}.vlp-cta-btn:hover{background:var(--c-accent);transform:translateY(-1px);box-shadow:0 6px 24px #ff6b3559}.vlp-cta-btn:active{transform:translateY(0)}.vlp-cta-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.vlp-cta-btn.loading{opacity:.7;pointer-events:none}.vlp-guarantee-strip{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.vlp-gs-item{display:flex;align-items:center;gap:7px;font-family:var(--font-label);font-size:13px;font-weight:600;color:var(--c-text-muted)}.vlp-gs-dot{width:8px;height:8px;border-radius:50%;background:var(--c-green);flex-shrink:0}.vlp-gs-shield{color:var(--c-text-muted);font-size:15px}.vlp-exclusive-notice{background:#fff8f5;border:1px solid #FFD5C2;border-radius:var(--radius-md);padding:14px 16px}.vlp-en-head{display:flex;align-items:center;gap:8px;font-family:var(--font-label);font-size:13px;font-weight:600;color:var(--c-text);margin-bottom:6px}.vlp-en-head .not-avail{color:var(--c-accent);font-weight:800}.vlp-en-body{font-size:12px;color:var(--c-text-muted);line-height:1.6}.vlp-featured-review{border:1px solid var(--c-border);border-radius:var(--radius-md);padding:18px}.vlp-fr-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.vlp-fr-stars{color:var(--c-gold);font-size:14px}.vlp-fr-name{font-family:var(--font-label);font-size:14px;font-weight:700}.vlp-fr-verified{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--c-text-muted)}.vlp-fr-verified svg{width:14px;height:14px;stroke:var(--c-green);fill:none;stroke-width:2}.vlp-fr-body{font-size:13px;color:var(--c-text-muted);line-height:1.65}.vlp-mini-faq{border-top:1px solid var(--c-border)}.vlp-faq-item{border-bottom:1px solid var(--c-border);overflow:hidden}.vlp-faq-q{display:flex;align-items:center;justify-content:space-between;padding:14px 2px;cursor:pointer;font-family:var(--font-label);font-size:14px;font-weight:600;color:var(--c-dark);-webkit-user-select:none;user-select:none;gap:12px}.vlp-faq-q svg{width:18px;height:18px;flex-shrink:0;stroke:var(--c-text-muted);fill:none;stroke-width:2;transition:transform .3s ease}.vlp-faq-item.open .vlp-faq-q svg{transform:rotate(180deg)}.vlp-faq-a{font-size:13px;color:var(--c-text-muted);line-height:1.65;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease;padding:0 2px}.vlp-faq-item.open .vlp-faq-a{padding-bottom:14px;max-height:300px}.vlp-jump-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.vlp-jump-label{font-family:var(--font-label);font-size:13px;color:var(--c-text-muted)}.vlp-jump-link{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border:1.5px solid var(--c-border);border-radius:99px;font-family:var(--font-label);font-size:12px;font-weight:600;color:var(--c-text);text-decoration:none;transition:border-color .2s,background .2s}.vlp-jump-link:hover{border-color:var(--c-dark);background:var(--c-dark);color:#fff}.vlp-marquee-wrap{background:var(--c-surface);border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border);overflow:hidden;padding:14px 0}.vlp-marquee-track{display:flex;white-space:nowrap;animation:vlp-marquee 22s linear infinite}.vlp-marquee-track:hover{animation-play-state:paused}.vlp-marquee-content{display:flex;align-items:center;gap:36px;padding-right:36px;flex-shrink:0}.vlp-marquee-item{font-family:var(--font-label);font-size:14px;font-weight:600;letter-spacing:.08em;color:var(--c-text-muted);text-transform:uppercase}.vlp-marquee-dot{width:6px;height:6px;border-radius:50%;background:var(--c-accent);flex-shrink:0}@keyframes vlp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.vlp-in-action{background:var(--c-dark);color:#fff;padding:80px var(--side-pad)}.vlp-ia-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:center}.vlp-ia-text h2{font-family:var(--font-display);font-size:clamp(40px,6vw,64px);letter-spacing:.02em;line-height:1;margin-bottom:20px}.vlp-ia-text p{font-size:15px;line-height:1.7;color:#ffffffa6}.vlp-ia-slider{position:relative}.vlp-ia-slides{display:flex;gap:16px;overflow:hidden;border-radius:var(--radius-lg)}.vlp-ia-slide{flex:0 0 calc(50% - 8px)}.vlp-ia-slide img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius-md);display:block}.vlp-ia-nav{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.vlp-ia-nav button{width:40px;height:40px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.vlp-ia-nav button:hover{background:#ffffff38}.vlp-ia-nav button svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}.vlp-ia-icons{max-width:var(--max-w);margin:64px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.vlp-ia-icon-badge{width:56px;height:56px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.vlp-ia-icon-badge svg{width:26px;height:26px;stroke:var(--c-accent);fill:none;stroke-width:1.5}.vlp-ia-icon-title{font-family:var(--font-label);font-size:13px;font-weight:700;color:#fff;margin-bottom:5px}.vlp-ia-icon-desc{font-size:12px;color:#ffffff8c;line-height:1.5}.vlp-features{padding:100px var(--side-pad);background:var(--c-surface)}.vlp-features-head{text-align:center;margin-bottom:64px}.vlp-features-head h2{font-family:var(--font-display);font-size:clamp(36px,5vw,56px);letter-spacing:.02em}.vlp-features-grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:center}.vlp-features-col{display:flex;flex-direction:column;gap:40px}.vlp-features-col.right .vlp-feat-item{text-align:right}.vlp-features-col.right .vlp-feat-icon,.vlp-features-col.right .vlp-feat-bar{margin-left:auto;margin-right:0}.vlp-feat-icon{width:28px;height:28px;margin-bottom:10px}.vlp-feat-icon svg{width:100%;height:100%;stroke:var(--c-text-muted);fill:none;stroke-width:1.5}.vlp-feat-title{font-family:var(--font-label);font-size:17px;font-weight:700;color:var(--c-dark);margin-bottom:4px}.vlp-feat-bar{width:36px;height:3px;background:var(--c-accent);border-radius:2px;margin:8px 0}.vlp-feat-desc{font-size:14px;color:var(--c-text-muted);line-height:1.65}.vlp-features-center-img{width:280px;background:var(--c-surface)}.vlp-features-center-img img{width:100%;border-radius:var(--radius-lg);display:block;background:var(--c-surface)}.vlp-comparison{padding:100px var(--side-pad);background:var(--c-muted)}.vlp-comparison-head{text-align:center;margin-bottom:48px}.vlp-comparison-head h2{font-family:var(--font-display);font-size:clamp(36px,5vw,56px);letter-spacing:.02em}.vlp-comparison-scroll{overflow-x:auto}.vlp-comparison-table{max-width:var(--max-w);margin:0 auto;min-width:600px;border-collapse:collapse;width:100%}.vlp-comparison-table th,.vlp-comparison-table td{padding:16px 20px;text-align:center;border-bottom:1px solid var(--c-border)}.vlp-comparison-table th:first-child,.vlp-comparison-table td:first-child{text-align:left;font-family:var(--font-label);font-size:13px;font-weight:600;color:var(--c-text-muted);width:30%}.vlp-cmp-our-col{background:#2b2b2e;border-radius:var(--radius-md) var(--radius-md) 0 0}.vlp-cmp-our-col,.vlp-cmp-our-cell{background:#2b2b2e;color:#fff}.vlp-comparison-table th{font-family:var(--font-label);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:20px}.vlp-cmp-our-col{border-radius:12px 12px 0 0}.vlp-cmp-product-img{width:48px;height:64px;object-fit:cover;border-radius:6px;margin:0 auto 8px;display:block}.vlp-cmp-our-img{background:#fff;object-fit:contain;padding:4px}.vlp-check,.vlp-cross{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.vlp-check{background:var(--c-green)}.vlp-cross{background:transparent;border:2px solid var(--c-red)}.vlp-check svg,.vlp-cross svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2.5}.vlp-cross svg{stroke:var(--c-red)}.vlp-how-to-use{padding:100px var(--side-pad);background:var(--c-surface)}.vlp-htu-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.vlp-htu-label{font-family:var(--font-label);font-size:11px;font-weight:700;letter-spacing:.2em;color:var(--c-accent);text-transform:uppercase;margin-bottom:10px}.vlp-htu-title{font-family:var(--font-display);font-size:clamp(36px,5vw,52px);letter-spacing:.02em;margin-bottom:8px}.vlp-htu-rule{width:48px;height:3px;background:var(--c-accent);border-radius:2px;margin-bottom:40px}.vlp-step{display:flex;gap:18px;padding-bottom:28px;border-bottom:1px solid var(--c-border);margin-bottom:28px}.vlp-step:last-child{border-bottom:none;margin-bottom:0}.vlp-step-icon{width:32px;height:32px;flex-shrink:0;margin-top:2px}.vlp-step-icon svg{width:100%;height:100%;stroke:var(--c-text-muted);fill:none;stroke-width:1.5}.vlp-step-title{font-family:var(--font-label);font-size:16px;font-weight:700;color:var(--c-dark);margin-bottom:6px}.vlp-step-desc{font-size:14px;color:var(--c-text-muted);line-height:1.65}.vlp-htu-img{border-radius:var(--radius-lg);overflow:hidden;background:var(--c-muted);border:1px solid var(--c-border)}.vlp-htu-img img{width:100%;display:block}.vlp-reviews{padding:100px var(--side-pad);background:var(--c-muted)}.vlp-reviews-head{text-align:center;margin-bottom:48px}.vlp-reviews-rating-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px}.vlp-reviews-rating-badge .vlp-stars{font-size:18px}.vlp-reviews-head h2{font-family:var(--font-display);font-size:clamp(36px,5vw,56px);letter-spacing:.02em}.vlp-reviews-carousel{position:relative}.vlp-reviews-track-wrap{overflow:hidden}.vlp-reviews-track{display:flex;gap:20px;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.vlp-review-card{flex:0 0 calc(25% - 15px);background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-lg);overflow:hidden}.vlp-rc-photo{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;background:var(--c-muted)}.vlp-rc-body{padding:18px}.vlp-rc-stars{color:var(--c-gold);font-size:16px;margin-bottom:8px}.vlp-rc-rating{font-family:var(--font-label);font-size:13px;font-weight:700;color:var(--c-text-muted);margin-left:4px}.vlp-rc-quote{font-size:13px;color:var(--c-text-muted);line-height:1.65;margin-bottom:12px;font-style:italic}.vlp-rc-author{font-family:var(--font-label);font-size:13px;font-weight:700;color:var(--c-dark);margin-bottom:4px}.vlp-rc-verified{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--c-text-muted)}.vlp-rc-verified svg{width:12px;height:12px;stroke:var(--c-green);fill:none;stroke-width:2.5}.vlp-reviews-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:28px}.vlp-rev-btn{width:44px;height:44px;border-radius:50%;background:var(--c-surface);border:1.5px solid var(--c-border);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.vlp-rev-btn:hover{background:var(--c-dark);border-color:var(--c-dark)}.vlp-rev-btn:hover svg{stroke:#fff}.vlp-rev-btn svg{width:17px;height:17px;stroke:var(--c-text);fill:none;stroke-width:2}.vlp-rev-dots{display:flex;gap:8px}.vlp-rev-dot{width:8px;height:8px;border-radius:50%;background:var(--c-border);cursor:pointer;transition:background .2s,transform .2s}.vlp-rev-dot.active{background:var(--c-accent);transform:scale(1.3)}.vlp-full-faq{padding:100px var(--side-pad);background:var(--c-surface)}.vlp-full-faq-head{text-align:center;margin-bottom:56px}.vlp-full-faq-head h2{font-family:var(--font-display);font-size:clamp(36px,5vw,56px);letter-spacing:.02em}.vlp-full-faq-list{max-width:760px;margin:0 auto}.vlp-full-faq-list .vlp-faq-item{border-bottom:1px solid var(--c-border);border-top:none}.vlp-full-faq-list .vlp-faq-item:first-child{border-top:1px solid var(--c-border)}.vlp-full-faq-list .vlp-faq-q{padding:20px 4px;font-size:15px}.vlp-full-faq-list .vlp-faq-a{font-size:14px;padding:0 4px}.vlp-full-faq-list .vlp-faq-item.open .vlp-faq-a{padding-bottom:20px}.vlp-guarantee-cta{padding:100px var(--side-pad);background:var(--c-muted)}.vlp-gtc-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.vlp-gtc-title{font-family:var(--font-display);font-size:clamp(40px,5vw,60px);letter-spacing:.02em;line-height:1.05;margin-bottom:16px;color:var(--c-dark)}.vlp-gtc-desc{font-size:15px;color:var(--c-text-muted);line-height:1.7;margin-bottom:24px;max-width:480px}.vlp-gtc-checklist{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.vlp-gtc-check-item{display:flex;align-items:center;gap:12px;font-family:var(--font-label);font-size:16px;font-weight:600;color:var(--c-dark)}.vlp-gtc-check-dot{width:24px;height:24px;border-radius:50%;background:var(--c-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.vlp-gtc-check-dot svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:3}.vlp-gtc-img{width:100%;max-width:340px;margin:0 auto}.vlp-gtc-img img{width:100%;height:auto;display:block;border-radius:var(--radius-lg)}.vlp-gtc-content{display:flex;flex-direction:column}.vlp-gtc-label{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-label);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--c-accent);margin-bottom:12px}.vlp-gtc-label svg{width:18px;height:18px;stroke:var(--c-accent);fill:none;stroke-width:1.5;flex-shrink:0}.vlp-gtc-bullets{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.vlp-gtc-bullet{display:flex;align-items:center;gap:12px;font-family:var(--font-label);font-size:16px;font-weight:600;color:var(--c-dark)}.vlp-gtc-bullet svg{width:24px;height:24px;padding:6px;box-sizing:border-box;border-radius:50%;background:var(--c-accent);stroke:#fff;fill:none;stroke-width:3;flex-shrink:0}.vlp-gtc-note{font-size:13px;color:var(--c-text-muted);margin-bottom:24px}.vlp-gtc-btn{display:inline-flex;align-items:center;gap:14px;padding:20px 28px;background:var(--c-red);color:#fff;border:none;border-radius:var(--radius-md);font-family:var(--font-label);font-size:16px;font-weight:700;letter-spacing:.04em;text-decoration:none;cursor:pointer;transition:background .2s,transform .15s;text-transform:uppercase;box-shadow:var(--shadow-md)}.vlp-gtc-btn:hover{background:#d33333;transform:translateY(-2px)}.vlp-gtc-btn-arrow{width:30px;height:30px;border-radius:50%;background:var(--c-gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}.vlp-gtc-btn-arrow svg{width:16px;height:16px;stroke:#0a0a0a;fill:none;stroke-width:2.5}.vlp-gtc-microline{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:13px;color:var(--c-text-muted)}.vlp-gtc-dot{width:8px;height:8px;border-radius:50%;background:var(--c-green);flex-shrink:0}.vlp-gtc-badge{display:flex;align-items:center;justify-content:center}.vlp-gtc-seal{width:100%;max-width:340px;height:auto}.vlp-sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--c-surface);border-top:1px solid var(--c-border);padding:12px 20px;box-shadow:0 -4px 20px #0000001f;transform:translateY(100%);transition:transform .3s ease}.vlp-sticky-cta.visible{transform:translateY(0)}.vlp-sticky-cta-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:var(--c-dark);color:#fff;border:none;border-radius:var(--radius-md);font-family:var(--font-label);font-size:15px;font-weight:700;cursor:pointer;transition:background .2s}.vlp-sticky-cta-btn:active{background:var(--c-accent)}@media(max-width:768px){:root{--side-pad: 16px}.vlp-announcement{flex-direction:column;gap:10px;padding:12px 16px;text-align:center}.vlp-hero-inner{grid-template-columns:1fr;gap:28px}.vlp-gallery{position:static}.vlp-gallery-main{aspect-ratio:4/3}.vlp-gallery-thumb{flex:0 0 58px;height:58px}.vlp-trust-badges{grid-template-columns:repeat(3,1fr);gap:8px}.vlp-badge-desc{display:none}.vlp-bundle-name{font-size:13px}.vlp-bundle-price{font-size:20px}.vlp-bundle-card{padding:14px}.vlp-ia-inner{grid-template-columns:1fr;gap:36px}.vlp-ia-icons{grid-template-columns:repeat(2,1fr);gap:20px}.vlp-ia-slide{flex:0 0 85%}.vlp-features-grid{grid-template-columns:1fr}.vlp-features-center-img{width:100%;max-width:300px;margin:0 auto}.vlp-features-col.right .vlp-feat-item{text-align:left}.vlp-features-col.right .vlp-feat-icon,.vlp-features-col.right .vlp-feat-bar{margin-left:0}.vlp-comparison-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.vlp-comparison-table{min-width:520px}.vlp-htu-inner{grid-template-columns:1fr;gap:36px}.vlp-review-card{flex:0 0 calc(85% - 10px)}.vlp-gtc-inner{grid-template-columns:1fr;gap:36px}.vlp-gtc-badge{order:-1}.vlp-sticky-cta{display:block}.vlp-ia-slides{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.vlp-ia-slide{scroll-snap-align:start}}@media(max-width:480px){.vlp-ia-icons{grid-template-columns:repeat(2,1fr)}}.vlp-gsap-hidden{opacity:0;transform:translateY(24px)}@media print{.vlp-announcement,.vlp-sticky-cta{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/volleyball-lp.css.map */
