:root{--lp-color-primary:#f2631e;--lp-color-primary-hover:#a13b09;--lp-color-text:#1d1d1d;--lp-color-text-light:rgba(29,29,29,.6);--lp-color-background:#fff;--lp-color-background-alt:#f5f5f5;--lp-color-border:#dddde1;--lp-color-header:#0e478d;--lp-color-footer:#1c2232;--lp-font-family:var(--font-poppins),sans-serif}.lp-page{font-family:var(--lp-font-family);color:var(--lp-color-text);line-height:1.56;font-size:18px}.lp-container{max-width:1200px;margin:0 auto;padding:0 20px}.lp-header{background-color:var(--lp-color-header);padding:15px 0;position:sticky;top:0;z-index:100}.lp-header-content{display:flex;justify-content:space-between;align-items:center}.lp-logo img{height:50px;width:auto}.lp-header-right{display:flex;align-items:center;gap:20px}.lp-phone{color:#fff;text-decoration:none;font-weight:600;font-size:16px}.lp-phone:hover{text-decoration:underline}.lp-cart-btn{background:none;border:none;color:#fff;cursor:pointer;position:relative;padding:8px}.lp-cart-count{position:absolute;top:0;right:0;background:var(--lp-color-primary);color:#fff;font-size:12px;font-weight:600;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.lp-announcement{background-color:var(--lp-color-primary);color:#fff;text-align:center;padding:10px 20px;font-size:14px;font-weight:500}.lp-hero{background:linear-gradient(135deg,#e6ecf3,#fff);padding:60px 0}.lp-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width:768px){.lp-hero-content{grid-template-columns:1fr;gap:40px}}.lp-hero-image{position:relative;aspect-ratio:1}.lp-hero-text h1{font-size:48px;font-weight:700;line-height:1.1;margin-bottom:20px;color:var(--lp-color-text)}@media (max-width:768px){.lp-hero-text h1{font-size:32px}}.lp-hero-text h1 span{color:var(--lp-color-primary)}.lp-hero-subtitle{font-size:20px;color:var(--lp-color-text-light);margin-bottom:30px}.lp-price-box{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:30px}.lp-price-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.lp-price{font-size:48px;font-weight:700;color:var(--lp-color-primary)}.lp-price-original{font-size:24px;color:var(--lp-color-text-light);text-decoration:line-through}.lp-price-savings{background:#21b646;color:#fff;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:600}.lp-size-selector{margin-bottom:20px}.lp-size-label{font-weight:600;margin-bottom:12px;display:block}.lp-size-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.lp-size-btn{padding:16px 12px;border:2px solid var(--lp-color-border);border-radius:8px;background:#fff;cursor:pointer;font-family:var(--lp-font-family);font-size:16px;font-weight:600;transition:all .2s ease;text-align:center}.lp-size-btn.selected,.lp-size-btn:hover{border-color:var(--lp-color-primary)}.lp-size-btn.selected{background:var(--lp-color-primary);color:#fff}.lp-size-btn-hip{display:block;font-size:12px;font-weight:400;color:var(--lp-color-text-light);margin-top:4px}.lp-size-btn.selected .lp-size-btn-hip{color:hsla(0,0%,100%,.8)}.lp-frequency-selector{margin-bottom:20px}.lp-frequency-select{padding:14px 16px;border:2px solid var(--lp-color-border);border-radius:8px;font-size:16px;background:#fff}.lp-cta-btn,.lp-frequency-select{width:100%;font-family:var(--lp-font-family);cursor:pointer}.lp-cta-btn{padding:20px 30px;background:var(--lp-color-primary);color:#fff;border:none;border-radius:48px;font-size:20px;font-weight:700;text-transform:uppercase;transition:background-color .2s ease}.lp-cta-btn:hover{background:var(--lp-color-primary-hover)}.lp-cta-btn:disabled{background:#ccc;cursor:not-allowed}.lp-free-items{margin-top:20px;padding:16px;background:#e8f5e9;border-radius:8px}.lp-free-items h4{font-size:14px;font-weight:600;color:#21b646;margin-bottom:8px}.lp-free-items ul{list-style:none;padding:0;margin:0}.lp-free-items li{font-size:14px;padding:4px 0;display:flex;align-items:center;gap:8px}.lp-free-items li:before{content:"✓";color:#21b646;font-weight:700}.lp-benefits{padding:80px 0;background:#fff}.lp-section-title{text-align:center;font-size:36px;font-weight:700;margin-bottom:50px}.lp-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media (max-width:768px){.lp-benefits-grid{grid-template-columns:1fr}}.lp-benefit-card{text-align:center;padding:30px}.lp-benefit-icon{width:80px;height:80px;margin:0 auto 20px;position:relative}.lp-benefit-card h3{font-size:20px;font-weight:600;margin-bottom:12px}.lp-benefit-card p{color:var(--lp-color-text-light);font-size:16px}.lp-testimonials{padding:80px 0;background:var(--lp-color-background-alt)}.lp-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:768px){.lp-testimonials-grid{grid-template-columns:1fr}}.lp-testimonial-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.lp-testimonial-stars{color:#eac463;font-size:20px;margin-bottom:15px}.lp-testimonial-text{font-size:16px;line-height:1.6;margin-bottom:20px;font-style:italic}.lp-testimonial-author{font-weight:600;color:var(--lp-color-text-light)}.lp-faq{padding:80px 0;background:#fff}.lp-faq-list{max-width:800px;margin:0 auto}.lp-faq-item{border-bottom:1px solid var(--lp-color-border)}.lp-faq-question{width:100%;padding:20px 0;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:var(--lp-font-family);font-size:18px;font-weight:600;text-align:left}.lp-faq-question svg{flex-shrink:0;transition:transform .2s ease}.lp-faq-item.open .lp-faq-question svg{transform:rotate(180deg)}.lp-faq-answer{padding:0 0 20px;color:var(--lp-color-text-light);display:none}.lp-faq-item.open .lp-faq-answer{display:block}.lp-guarantee{padding:60px 0;background:var(--lp-color-header);color:#fff;text-align:center}.lp-guarantee h2{font-size:32px;margin-bottom:20px}.lp-guarantee p{font-size:18px;opacity:.9;max-width:600px;margin:0 auto}.lp-size-guide{padding:60px 0;background:var(--lp-color-background-alt)}.lp-size-guide-table{max-width:600px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}.lp-size-guide-table table{width:100%;border-collapse:collapse}.lp-size-guide-table td,.lp-size-guide-table th{padding:16px 20px;text-align:left;border-bottom:1px solid var(--lp-color-border)}.lp-size-guide-table th{background:var(--lp-color-header);color:#fff;font-weight:600}.lp-size-guide-table tr:last-child td{border-bottom:none}.lp-footer{background:var(--lp-color-footer);color:#fff;padding:60px 0 30px}.lp-footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px}@media (max-width:768px){.lp-footer-content{grid-template-columns:1fr;gap:30px}}.lp-footer-section h4{font-size:16px;font-weight:600;margin-bottom:20px;text-transform:uppercase}.lp-footer-section a,.lp-footer-section p{color:hsla(0,0%,100%,.7);font-size:14px;line-height:1.8}.lp-footer-section a:hover{color:#fff}.lp-footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:30px;text-align:center;font-size:14px;color:hsla(0,0%,100%,.5)}.lp-payment-icons{display:flex;justify-content:center;gap:15px;margin-top:20px}.lp-payment-icons img{height:30px;width:auto}.lp-cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.lp-cart-overlay.open{opacity:1;visibility:visible}.lp-cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100%;height:100%;background:#fff;z-index:1001;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column}.lp-cart-drawer.open{transform:translateX(0)}.lp-cart-header{padding:20px;border-bottom:1px solid var(--lp-color-border);display:flex;justify-content:space-between;align-items:center}.lp-cart-header h3{font-size:20px;font-weight:600}.lp-cart-close{background:none;border:none;font-size:24px;cursor:pointer;padding:4px}.lp-cart-items{flex:1;overflow-y:auto;padding:20px}.lp-cart-empty{text-align:center;padding:40px 20px;color:var(--lp-color-text-light)}.lp-cart-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid var(--lp-color-border)}.lp-cart-item-image{width:80px;height:80px;position:relative;background:var(--lp-color-background-alt);border-radius:8px;overflow:hidden}.lp-cart-item-details{flex:1}.lp-cart-item-title{font-weight:600;margin-bottom:4px}.lp-cart-item-meta{font-size:14px;color:var(--lp-color-text-light)}.lp-cart-item-price{font-weight:600;margin-top:8px}.lp-cart-item-qty{display:flex;align-items:center;gap:10px;margin-top:10px}.lp-qty-btn{width:30px;height:30px;border:1px solid var(--lp-color-border);background:#fff;cursor:pointer;font-size:16px;border-radius:4px}.lp-cart-footer{padding:20px;border-top:1px solid var(--lp-color-border)}.lp-cart-subtotal{display:flex;justify-content:space-between;font-size:18px;font-weight:600;margin-bottom:20px}.lp-checkout-btn{width:100%;padding:16px;background:var(--lp-color-primary);color:#fff;border:none;border-radius:8px;font-family:var(--lp-font-family);font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.lp-checkout-btn:hover{background:var(--lp-color-primary-hover)}.lp-checkout-btn:disabled{background:#ccc;cursor:not-allowed}