.vod *,.vod :before,.vod :after{box-sizing:border-box;margin:0;padding:0}.vod{--rose:#f4c8c8;--rose-deep:#d4879b;--rose-light:#fdf0f0;--blush:#fbf3f0;--beige:#f5ede4;--beige-mid:#e8d8cc;--gold:#c9a96e;--gold-light:#e8d5b0;--cream:#fdfaf7;--dark:#2d2320;--text:#4a3f3a;--text-muted:#8c7b74;--white:#fff;--font-display:"Cormorant Garamond",serif;--font-body:"DM Sans",sans-serif;--radius:16px;--radius-sm:8px;--shadow:0 4px 32px #2d232014;--shadow-lg:0 16px 64px #2d232024;font-family:var(--font-body);color:var(--text);background:var(--cream);font-size:15px;line-height:1.7;overflow-x:hidden}html{scroll-behavior:smooth}.vod nav.vod-nav{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fdfaf7eb;border-bottom:1px solid #c9a96e26;width:100%;transition:all .3s;position:fixed;top:0;left:0}.vod .nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:auto;padding:0 2rem;display:flex}.vod .logo{font-family:var(--font-display);color:var(--dark);letter-spacing:.04em;font-size:1.4rem;font-weight:400;text-decoration:none}.vod .logo span{color:var(--gold)}.vod .nav-links{gap:2rem;list-style:none;display:flex}.vod .nav-links a{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;font-weight:400;text-decoration:none;transition:all .2s}.vod .nav-links a:hover{color:var(--gold)}.vod .nav-cta{background:var(--dark);border-radius:50px;padding:.55rem 1.4rem;color:var(--white)!important;letter-spacing:.06em!important;font-size:.8rem!important}.vod .nav-cta:hover{background:var(--gold)!important;color:var(--dark)!important}.vod .hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.vod .hamburger span{background:var(--dark);width:24px;height:1.5px;transition:all .3s;display:block}.vod .mobile-menu{background:var(--cream);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.vod .mobile-menu.open{display:flex}.vod .mobile-menu a{font-family:var(--font-display);color:var(--dark);font-size:2rem;font-weight:300;text-decoration:none}.vod .mobile-menu a:hover{color:var(--gold)}.vod .mobile-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:1.5rem;position:absolute;top:1.5rem;right:2rem}.vod .hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;min-height:100vh;margin:0 auto;padding:68px 2rem 0;display:grid}.vod .hero-badge{background:var(--rose-light);color:var(--rose-deep);letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--rose);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;display:inline-flex}.vod .hero h1{font-family:var(--font-display);color:var(--dark);margin-bottom:1.5rem;font-size:clamp(2.6rem,5vw,4.2rem);font-weight:300;line-height:1.15}.vod .hero h1 em{color:var(--gold);font-style:italic}.vod .hero p{color:var(--text-muted);max-width:460px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.vod .hero-btns{flex-wrap:wrap;gap:1rem;display:flex}.vod .btn-primary{background:var(--dark);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border:2px solid var(--dark);cursor:pointer;font-size:.85rem;font-family:var(--font-body);border-radius:50px;padding:.85rem 2.2rem;text-decoration:none;transition:all .3s;display:inline-block}.vod .btn-primary:hover{background:var(--gold);border-color:var(--gold);color:var(--dark)}.vod .btn-secondary{color:var(--dark);letter-spacing:.06em;text-transform:uppercase;border:2px solid var(--beige-mid);cursor:pointer;font-size:.85rem;font-family:var(--font-body);background:0 0;border-radius:50px;padding:.85rem 2.2rem;text-decoration:none;transition:all .3s;display:inline-block}.vod .btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.vod .hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.vod .hero-card-main{background:var(--white);box-shadow:var(--shadow-lg);z-index:2;border:1px solid #c9a96e26;border-radius:24px;width:340px;padding:2rem;position:relative}.vod .hero-card-main .card-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--rose-deep);background:var(--rose-light);border-radius:50px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.7rem;display:inline-block}.vod .hero-card-main h3{font-family:var(--font-display);color:var(--dark);margin-bottom:.5rem;font-size:1.4rem;font-weight:400}.vod .hero-card-main p{color:var(--text-muted);margin-bottom:1.2rem;font-size:.8rem}.vod .product-preview{background:linear-gradient(135deg,var(--beige) 0%,var(--rose-light) 100%);border-radius:12px;justify-content:center;align-items:center;width:100%;height:140px;margin-bottom:1.2rem;display:flex;position:relative;overflow:hidden}.vod .product-preview:before{content:"";background:repeating-linear-gradient(0deg,#0000,#0000 18px,#c9a96e1f 18px 19px),repeating-linear-gradient(90deg,#0000,#0000 28px,#c9a96e1f 28px 29px);position:absolute;inset:0}.vod .product-preview-icon{z-index:1;font-size:2.5rem;position:relative}.vod .price-row{justify-content:space-between;align-items:center;display:flex}.vod .price-old{color:var(--text-muted);font-size:.8rem;text-decoration:line-through}.vod .price-new{font-family:var(--font-display);color:var(--dark);font-size:1.5rem;font-weight:600}.vod .stars{color:var(--gold);letter-spacing:2px;font-size:.8rem}.vod .hero-card-float{background:var(--white);box-shadow:var(--shadow);border:1px solid #c9a96e26;border-radius:16px;padding:1rem 1.2rem;position:absolute}.vod .hero-card-float.f1{font-size:.75rem;top:-20px;right:-30px}.vod .hero-card-float.f2{font-size:.75rem;bottom:30px;left:-40px}.vod .float-label{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.2rem;font-size:.65rem}.vod .float-val{font-family:var(--font-display);color:var(--dark);font-size:1.2rem;font-weight:600}.vod .float-val.green{color:#7dab6e}.vod .hero-bg{pointer-events:none;z-index:0;background:radial-gradient(at 70% 30%,#f4c8c859,#0000 60%),radial-gradient(at 30% 80%,#e8d5b04d,#0000 55%);width:55vw;height:100vh;position:fixed;top:0;right:0}.vod .trust-bar{background:var(--beige);padding:1.2rem 2rem;overflow:hidden}.vod .trust-inner{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem;max-width:1200px;margin:auto;display:flex}.vod .trust-item{color:var(--text-muted);letter-spacing:.04em;white-space:nowrap;align-items:center;gap:.6rem;font-size:.78rem;display:flex}.vod .trust-icon{background:var(--gold-light);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.vod section{padding:5rem 2rem}.vod .section-inner{max-width:1200px;margin:auto}.vod .section-tag{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem;font-size:.72rem;font-weight:500;display:block}.vod .section-title{font-family:var(--font-display);color:var(--dark);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}.vod .section-title em{color:var(--rose-deep);font-style:italic}.vod .section-sub{color:var(--text-muted);max-width:520px;font-size:1rem;line-height:1.8}.vod .section-header{margin-bottom:3.5rem}.vod .section-header.centered{text-align:center}.vod .section-header.centered .section-sub{margin:0 auto}.vod .cats-section{background:var(--white)}.vod .cats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.2rem;display:grid}.vod .cat-card{background:var(--cream);border-radius:var(--radius);text-align:center;cursor:pointer;border:1px solid #0000;padding:1.8rem 1rem 1.4rem;text-decoration:none;transition:all .3s;display:block}.vod .cat-card:hover{border-color:var(--gold);background:var(--white);box-shadow:var(--shadow);transform:translateY(-4px)}.vod .cat-icon{margin-bottom:.8rem;font-size:2rem;display:block}.vod .cat-name{font-family:var(--font-display);color:var(--dark);margin-bottom:.3rem;font-size:1.05rem;font-weight:400;display:block}.vod .cat-count{color:var(--text-muted);letter-spacing:.04em;font-size:.72rem}.vod .products-section{background:var(--blush)}.vod .products-filter{flex-wrap:wrap;gap:.6rem;margin-bottom:2.5rem;display:flex}.vod .filter-btn{border:1px solid var(--beige-mid);color:var(--text-muted);cursor:pointer;font-size:.78rem;font-family:var(--font-body);letter-spacing:.04em;background:0 0;border-radius:50px;padding:.45rem 1.1rem;transition:all .3s}.vod .filter-btn:hover,.vod .filter-btn.active{background:var(--dark);color:var(--white);border-color:var(--dark)}.vod .products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.vod .prod-card{background:var(--white);border-radius:var(--radius);cursor:pointer;border:1px solid #c9a96e1f;transition:all .3s;overflow:hidden}.vod .prod-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.vod .prod-img{justify-content:center;align-items:center;height:200px;font-size:3rem;display:flex;position:relative;overflow:hidden}.vod .prod-img.pink{background:linear-gradient(145deg,#fde8e8,#f4c8c8)}.vod .prod-img.beige{background:linear-gradient(145deg,#f5ede4,#e8d8cc)}.vod .prod-img.cream{background:linear-gradient(145deg,#fdfaf7,#f5ede4)}.vod .prod-img.rose{background:linear-gradient(145deg,#fbf3f0,#f4c8c8)}.vod .prod-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:50px;padding:.3rem .7rem;font-size:.65rem;font-weight:500;position:absolute;top:.8rem;left:.8rem}.vod .badge-new{background:var(--dark);color:var(--white)}.vod .badge-hot{background:var(--rose-deep);color:var(--white)}.vod .badge-kit{background:var(--gold);color:var(--dark)}.vod .prod-body{padding:1.2rem}.vod .prod-cat{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.4rem;font-size:.68rem}.vod .prod-name{font-family:var(--font-display);color:var(--dark);margin-bottom:.4rem;font-size:1.2rem;font-weight:400;line-height:1.3}.vod .prod-desc{color:var(--text-muted);margin-bottom:1rem;font-size:.78rem;line-height:1.6}.vod .prod-footer{justify-content:space-between;align-items:center;display:flex}.vod .prod-price{font-family:var(--font-display);color:var(--dark);font-size:1.3rem;font-weight:600}.vod .prod-price small{color:var(--text-muted);font-size:.7rem;font-family:var(--font-body);font-weight:300;line-height:1;text-decoration:line-through;display:block}.vod .btn-buy{background:var(--dark);color:var(--white);cursor:pointer;font-size:.75rem;font-family:var(--font-body);letter-spacing:.04em;border:none;border-radius:50px;padding:.5rem 1.1rem;transition:all .3s}.vod .btn-buy:hover{background:var(--gold);color:var(--dark)}.vod .prod-stars{color:var(--gold);margin-bottom:.8rem;font-size:.7rem}.vod .prod-stars span{color:var(--text-muted);margin-left:.3rem;font-size:.68rem}.vod .benefits-section{background:var(--dark);color:var(--white)}.vod .benefits-section .section-tag{color:var(--gold-light)}.vod .benefits-section .section-title{color:var(--white)}.vod .benefits-section .section-title em{color:var(--rose)}.vod .benefits-section .section-sub{color:#ffffff8c}.vod .benefits-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.vod .benefit-card{border-radius:var(--radius);background:#ffffff0d;border:1px solid #c9a96e33;padding:1.8rem;transition:all .3s}.vod .benefit-card:hover{background:#ffffff17;border-color:#c9a96e66}.vod .benefit-icon{margin-bottom:1rem;font-size:2rem;display:block}.vod .benefit-title{font-family:var(--font-display);color:var(--white);margin-bottom:.5rem;font-size:1.2rem;font-weight:400}.vod .benefit-text{color:#ffffff80;font-size:.82rem;line-height:1.7}.vod .testimonials-section{background:var(--beige)}.vod .testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.vod .testi-card{background:var(--white);border-radius:var(--radius);border:1px solid #c9a96e1f;padding:1.8rem}.vod .testi-stars{color:var(--gold);letter-spacing:2px;margin-bottom:1rem;font-size:.85rem}.vod .testi-text{font-family:var(--font-display);color:var(--dark);margin-bottom:1.2rem;font-size:1.05rem;font-style:italic;font-weight:300;line-height:1.7}.vod .testi-author{align-items:center;gap:.8rem;display:flex}.vod .testi-avatar{width:40px;height:40px;font-size:1rem;font-weight:500;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.vod .av1{color:#8c4040;background:#f4c8c8}.vod .av2{color:#405c8c;background:#c8d8f4}.vod .av3{color:#407840;background:#c8f4d8}.vod .av4{color:#8c7040;background:#f4e8c8}.vod .testi-name{color:var(--dark);font-size:.85rem;font-weight:500}.vod .testi-role{color:var(--text-muted);font-size:.72rem}.vod .blog-section{background:var(--white)}.vod .blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.8rem;display:grid}.vod .blog-card{border-radius:var(--radius);cursor:pointer;border:1px solid #c9a96e1f;transition:all .3s;overflow:hidden}.vod .blog-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.vod .blog-img{justify-content:center;align-items:center;height:180px;font-size:3rem;display:flex}.vod .blog-img.bg1{background:linear-gradient(135deg,#fde8e8,#f4c8c8)}.vod .blog-img.bg2{background:linear-gradient(135deg,#f5ede4,#e8d8cc)}.vod .blog-img.bg3{background:linear-gradient(135deg,#fdfaf7,#e8d8cc)}.vod .blog-body{background:var(--white);padding:1.4rem}.vod .blog-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--rose-deep);margin-bottom:.5rem;font-size:.68rem}.vod .blog-title{font-family:var(--font-display);color:var(--dark);margin-bottom:.5rem;font-size:1.2rem;font-weight:400;line-height:1.3}.vod .blog-excerpt{color:var(--text-muted);margin-bottom:1rem;font-size:.78rem;line-height:1.6}.vod .blog-meta{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.72rem;display:flex}.vod .blog-read{color:var(--gold);font-size:.75rem;font-weight:500;text-decoration:none}.vod .newsletter-section{background:linear-gradient(135deg,var(--rose-light) 0%,var(--beige) 100%);text-align:center}.vod .newsletter-box{background:var(--white);max-width:620px;box-shadow:var(--shadow-lg);border:1px solid #c9a96e26;border-radius:24px;margin:0 auto;padding:4rem 3rem}.vod .newsletter-emoji{margin-bottom:1.5rem;font-size:3rem;display:block}.vod .newsletter-box h2{font-family:var(--font-display);color:var(--dark);margin-bottom:.8rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:300}.vod .newsletter-box h2 em{color:var(--gold);font-style:italic}.vod .newsletter-box p{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.vod .gift-tag{background:var(--beige);color:var(--text);border:1px solid var(--beige-mid);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.78rem;display:inline-flex}.vod .email-form{gap:.8rem;max-width:440px;margin:0 auto;display:flex}.vod .email-input{border:1.5px solid var(--beige-mid);font-size:.88rem;font-family:var(--font-body);background:var(--cream);color:var(--dark);border-radius:50px;outline:none;flex:1;padding:.75rem 1.4rem;transition:all .3s}.vod .email-input:focus{border-color:var(--gold)}.vod .email-input::placeholder{color:var(--text-muted)}.vod .btn-subscribe{background:var(--dark);color:var(--white);cursor:pointer;font-size:.82rem;font-family:var(--font-body);white-space:nowrap;letter-spacing:.04em;border:none;border-radius:50px;padding:.75rem 1.6rem;transition:all .3s}.vod .btn-subscribe:hover{background:var(--gold);color:var(--dark)}.vod .privacy-note{color:var(--text-muted);margin-top:1rem;font-size:.72rem}.vod .popup-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;opacity:0;pointer-events:none;background:#2d232099;justify-content:center;align-items:center;transition:all .4s;display:flex;position:fixed;inset:0}.vod .popup-overlay.show{opacity:1;pointer-events:all}.vod .popup-box{background:var(--white);text-align:center;border-radius:24px;width:90%;max-width:480px;padding:3rem;transition:all .4s;position:relative;transform:translateY(30px)}.vod .popup-overlay.show .popup-box{transform:translateY(0)}.vod .popup-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:1rem;right:1.2rem}.vod .popup-emoji{margin-bottom:1rem;font-size:3rem;display:block}.vod .popup-box h3{font-family:var(--font-display);color:var(--dark);margin-bottom:.5rem;font-size:1.8rem;font-weight:300}.vod .popup-box h3 em{color:var(--rose-deep);font-style:italic}.vod .popup-box p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.88rem}.vod .popup-gift{background:var(--beige);color:var(--text);border-left:3px solid var(--gold);border-radius:12px;margin-bottom:1.5rem;padding:.8rem 1.2rem;font-size:.8rem}.vod .popup-form{flex-direction:column;gap:.8rem;display:flex}.vod .popup-input{border:1.5px solid var(--beige-mid);font-size:.88rem;font-family:var(--font-body);color:var(--dark);border-radius:12px;outline:none;padding:.7rem 1.2rem;transition:all .3s}.vod .popup-input:focus{border-color:var(--gold)}.vod .btn-popup-sub{background:var(--dark);color:var(--white);cursor:pointer;font-size:.85rem;font-family:var(--font-body);letter-spacing:.04em;border:none;border-radius:12px;width:100%;padding:.8rem;transition:all .3s}.vod .btn-popup-sub:hover{background:var(--gold);color:var(--dark)}.vod .popup-skip{color:var(--text-muted);cursor:pointer;background:0 0;border:none;width:100%;margin-top:.8rem;font-size:.72rem;text-decoration:underline;display:block}.vod .wa-float{cursor:pointer;z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.vod .wa-float:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36680}.vod .promo-bar{background:var(--dark);color:var(--white);text-align:center;letter-spacing:.06em;z-index:1001;padding:.65rem 1rem;font-size:.78rem;position:relative}.vod .promo-bar span{color:var(--gold)}.vod footer{color:#ffffff80;background:#1a1210;padding:4rem 2rem 2rem}.vod .footer-inner{max-width:1200px;margin:auto}.vod .footer-top{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.vod .footer-brand .logo{color:var(--white);margin-bottom:1rem;font-size:1.5rem;display:block}.vod .footer-brand p{color:#fff6;max-width:220px;font-size:.8rem;line-height:1.8}.vod .footer-social{gap:.8rem;margin-top:1.2rem;display:flex}.vod .social-icon{cursor:pointer;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.vod .social-icon:hover{border-color:var(--gold);background:#c9a96e26}.vod .footer-col h4{font-family:var(--font-display);color:var(--white);letter-spacing:.04em;margin-bottom:1.2rem;font-size:1rem;font-weight:400}.vod .footer-col ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.vod .footer-col a{color:#fff6;font-size:.8rem;text-decoration:none;transition:all .2s}.vod .footer-col a:hover{color:var(--gold)}.vod .footer-bottom{border-top:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.75rem;display:flex}.vod .footer-bottom a{color:#ffffff4d;text-decoration:none}.vod .counter-section{background:var(--rose-light);text-align:center;padding:2rem}.vod .counter-inner{flex-wrap:wrap;justify-content:space-around;gap:2rem;max-width:900px;margin:auto;display:flex}.vod .counter-item .num{font-family:var(--font-display);color:var(--dark);font-size:2.8rem;font-weight:300;display:block}.vod .counter-item .lbl{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem}.vod .modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;opacity:0;pointer-events:none;background:#2d2320b3;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;inset:0}.vod .modal-overlay.show{opacity:1;pointer-events:all}.vod .modal-box{background:var(--white);border-radius:24px;width:94%;max-width:720px;max-height:90vh;transition:all .3s;position:relative;overflow-y:auto;transform:scale(.95)}.vod .modal-overlay.show .modal-box{transform:scale(1)}.vod .modal-close{cursor:pointer;color:var(--text-muted);z-index:1;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1.2rem}.vod .modal-img{border-radius:24px 24px 0 0;justify-content:center;align-items:center;height:260px;font-size:5rem;display:flex}.vod .modal-body{padding:2rem}.vod .modal-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.7rem}.vod .modal-title{font-family:var(--font-display);color:var(--dark);margin-bottom:.5rem;font-size:2rem;font-weight:300}.vod .modal-stars{color:var(--gold);margin-bottom:1rem;font-size:.85rem}.vod .modal-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.88rem;line-height:1.8}.vod .modal-includes h4{font-family:var(--font-display);color:var(--dark);margin-bottom:.8rem;font-size:1.1rem;font-weight:400}.vod .modal-includes ul{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;list-style:none;display:flex}.vod .modal-includes li{color:var(--text-muted);align-items:center;gap:.6rem;font-size:.82rem;display:flex}.vod .modal-includes li:before{content:"✦";color:var(--gold);font-size:.65rem}.vod .modal-price-row{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.vod .modal-price{font-family:var(--font-display);color:var(--dark);font-size:2.2rem;font-weight:300}.vod .modal-price-old{color:var(--text-muted);font-size:.85rem;text-decoration:line-through}.vod .modal-faq{border-top:1px solid var(--beige-mid);margin-top:1rem;padding-top:1.5rem}.vod .modal-faq h4{font-family:var(--font-display);color:var(--dark);margin-bottom:1rem;font-size:1.1rem;font-weight:400}.vod .faq-item{border-bottom:1px solid var(--beige);cursor:pointer;padding:.8rem 0}.vod .faq-q{color:var(--dark);justify-content:space-between;align-items:center;font-size:.85rem;font-weight:500;display:flex}.vod .faq-a{color:var(--text-muted);max-height:0;font-size:.8rem;line-height:1.6;transition:all .3s;overflow:hidden}.vod .faq-item.open .faq-a{max-height:200px;padding-top:.5rem}.vod .faq-item.open .faq-arrow{transform:rotate(180deg)}.vod .faq-arrow{color:var(--gold);font-style:normal;transition:all .3s;display:inline-block}@keyframes vodFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes vodFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.vod .hero-visual{animation:6s ease-in-out infinite vodFloat}.vod .fade-up{opacity:0;animation:.7s forwards vodFadeUp}.vod .delay1{animation-delay:.1s}.vod .delay2{animation-delay:.2s}.vod .delay3{animation-delay:.3s}.vod .delay4{animation-delay:.4s}@media(max-width:900px){.vod .hero{text-align:center;grid-template-columns:1fr;gap:2rem;padding-top:80px}.vod .hero-btns{justify-content:center}.vod .hero p{margin:0 auto 2rem}.vod .hero-visual{order:-1}.vod .hero-card-main{width:280px}.vod .hero-card-float.f1{top:-10px;right:-10px}.vod .hero-card-float.f2{bottom:10px;left:-10px}.vod .footer-top{grid-template-columns:1fr 1fr}}@media(max-width:640px){.vod .nav-links{display:none}.vod .hamburger{display:flex}.vod section{padding:3.5rem 1.2rem}.vod .footer-top{grid-template-columns:1fr}.vod .email-form{flex-direction:column}.vod .hero-card-float{display:none}.vod .trust-inner{gap:1rem}.vod .trust-item:nth-child(n+4){display:none}.vod .footer-bottom{text-align:center;flex-direction:column}}
