@import url('contact-styles.css');@import url('social-styles.css');*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Open Sans',sans-serif;line-height:1.6;color:#333;background-color:#fffaf5}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:'Montserrat',sans-serif;font-weight:700;line-height:1.3;margin-bottom:20px;color:#222}p{margin-bottom:20px}img{max-width:100%;height:auto}a{text-decoration:none;color:#ff6b35;transition:all .3s ease}a:hover{color:#e55a29}section{padding:80px 0}.highlight{color:#ffd700;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,0.3)}.subtitle{font-size:1.2rem;color:#666;margin-bottom:40px;text-align:center}.btn{display:inline-block;padding:14px 28px;font-family:'Montserrat',sans-serif;font-weight:600;font-size:1rem;text-align:center;border-radius:6px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:linear-gradient(135deg,#ffd700 0,#ff6b35 100%);color:white;border:0}.btn-primary:hover{background:linear-gradient(135deg,#ffd700 20%,#ff6b35 100%);color:white;transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,107,53,0.3)}.btn-secondary{background:linear-gradient(135deg,#ff6b35 0,#ff4500 100%);color:white;border:0}.btn-secondary:hover{background:linear-gradient(135deg,#ff6b35 20%,#ff4500 100%);color:white;transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,69,0,0.3)}.btn-large{padding:16px 32px;font-size:1.1rem}.btn-product{background:linear-gradient(135deg,#ffd700 0,#ff6b35 100%);color:white;border:0;width:100%;padding:16px;font-size:1.1rem;margin-top:20px}.btn-product:hover{background:linear-gradient(135deg,#ffd700 20%,#ff6b35 100%);color:white;transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,107,53,0.3)}.hero{background:linear-gradient(135deg,#ffd700 0,#ff6b35 60%,#ff4500 100%);color:white;padding:100px 0 80px;position:relative;overflow:hidden;border-radius:0 0 30px 30px;box-shadow:0 10px 30px rgba(255,107,53,0.15)}.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('images/hero-bg.webp');background-size:cover;background-position:center;opacity:.15;z-index:0}.hero .container{position:relative;z-index:1}nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}.logo img{height:60px}.nav-links{display:flex;gap:30px}.nav-links a{color:white;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:1px;position:relative;text-shadow:1px 1px 2px rgba(0,0,0,0.5)}.nav-links a:after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#ffd700;transition:width .3s ease}.nav-links a:hover:after{width:100%}.limited-offer{margin-top:15px;color:#ffd700;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px}.pulse-dot{width:10px;height:10px;background-color:#ffd700;border-radius:50%;display:inline-block;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,215,0,0.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,215,0,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,215,0,0)}}.hero-content{max-width:800px;margin:0 auto;text-align:center}.hero h1{font-size:3rem;margin-bottom:20px;color:white;text-shadow:2px 2px 4px rgba(0,0,0,0.5)}.hero h1 .highlight{color:#ffd700;text-shadow:2px 2px 4px rgba(0,0,0,0.5);font-weight:800}.hero h2{font-size:1.5rem;font-weight:500;margin-bottom:40px;color:rgba(255,255,255,0.9);text-shadow:1px 1px 3px rgba(0,0,0,0.3)}.hero h2 .highlight{color:#ffd700;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,0.5)}.hero-cta{margin-bottom:40px}.trust-badges{display:flex;justify-content:center;gap:30px;margin-top:40px}.badge{display:flex;flex-direction:column;align-items:center;gap:10px}.badge img{width:60px;height:60px}.badge span{font-size:.9rem;color:rgba(255,255,255,0.9)}.problem{background-color:white}.problem h2{text-align:center;margin-bottom:50px;color:#ff6b35}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.problem-item{text-align:center;padding:30px;border-radius:20px;background:linear-gradient(135deg,#fffcf5 0,#fff5f0 100%);transition:all .3s ease;border:1px solid rgba(255,107,53,0.1);box-shadow:0 10px 30px rgba(255,107,53,0.05)}.problem-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(255,107,53,0.1)}.problem-item img{width:80px;height:80px;margin-bottom:20px}.problem-item h3{font-size:1.3rem;margin-bottom:15px;color:#ff6b35}.solution{background:linear-gradient(135deg,#fffcf5 0,#fff5f0 100%);border-radius:0;padding:80px 0}.solution h2{text-align:center;color:#ff6b35;position:relative;display:inline-block;margin:0 auto 10px}.solution h2:after{content:"✨";position:absolute;right:-30px;top:0;font-size:1.2rem}.solution-content{display:flex;align-items:center;gap:50px;margin-top:50px}.solution-image{flex:1}.solution-text{flex:1}.solution-text h3{font-size:1.8rem;margin-bottom:20px;color:#ff6b35}.benefits-list{list-style:none;margin-top:30px}.benefits-list li{padding:12px 0;border-bottom:1px solid rgba(255,107,53,0.1);position:relative;padding-left:30px}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#ff6b35;font-weight:bold}.products{background:linear-gradient(135deg,#fffcf5 0,#fff5f0 100%);padding:80px 0;border-radius:0}.products h2{text-align:center;color:#ff6b35}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:50px}.product-card{border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(255,107,53,0.08);background:linear-gradient(135deg,#fff 0,#fffaf5 100%);position:relative;transition:all .3s ease;border:1px solid rgba(255,107,53,0.1)}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(255,107,53,0.15)}.product-badge{position:absolute;top:20px;right:0;background:linear-gradient(135deg,#ffd700 0,#ff6b35 100%);color:white;padding:8px 15px;font-size:.8rem;font-weight:600;border-top-left-radius:4px;border-bottom-left-radius:4px;z-index:1}.product-badge.bestseller{background:linear-gradient(135deg,#ffd700 0,#ff6b35 100%)}.product-badge.popular{background:linear-gradient(135deg,#ff6b35 0,#ff4500 100%)}.product-badge.new{background:linear-gradient(135deg,#ffd700 0,#ffa500 100%)}.product-badge.trending{background:linear-gradient(135deg,#ffa500 0,#ff4500 100%)}.product-badge.value{background:linear-gradient(135deg,#ffd700 0,#ff8c00 100%)}.product-image{height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:25px}.product-content h3{font-size:1.4rem;margin-bottom:10px;color:#ff6b35;font-weight:700}.solution h2,.products h2,.testimonials h2,.faq h2,.video-section h2,.contact-.products h2{text-align:center;color:#ff6b35;position:relative;display:inline-block;margin:0 auto 10px}.products h2:after{content:"🔥";position:absolute;right:-30px;top:0;font-size:1.2rem}.rating{display:flex;align-items:center;margin-bottom:15px}.stars{color:#ffd700;margin-right:10px}.count{color:#666;font-size:.9rem}.product-description{margin-bottom:20px;color:#555}.product-features{list-style:none;margin-bottom:20px}.product-features li{padding:8px 0;position:relative;padding-left:25px;font-size:.95rem}.product-features li:before{content:"✓";position:absolute;left:0;color:#ff6b35}.product-price{display:flex;align-items:center;gap:10px;margin-bottom:5px}.regular-price{text-decoration:line-through;color:#999;font-size:1.1rem}.sale-price{font-size:1.8rem;font-weight:700;color:#ff6b35}.savings{background:linear-gradient(135deg,#ffd700 0,#ff6b35 100%);color:white;padding:3px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.guarantee{text-align:center;margin-top:15px;font-size:.9rem;color:#666}.testimonials{background-color:#fffaf5;background-image:linear-gradient(135deg,rgba(255,215,0,0.05) 0,rgba(255,107,53,0.05) 100%)}.testimonials h2{text-align:center;color:#ff6b35}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px}.testimonial{background:linear-gradient(135deg,#fff 0,#fffaf5 100%);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(255,107,53,0.08);border:1px solid rgba(255,107,53,0.1)}.testimonial-image{height:200px;overflow:hidden}.testimonial-image img{width:100%;height:100%;object-fit:cover}.testimonial-content{padding:25px}.testimonial-content .rating{color:#ffd700;margin-bottom:15px;font-size:1.2rem}.testimonial-author{margin-top:20px;color:#ff6b35;font-weight:600}.faq{background-color:white}.faq h2{text-align:center;margin-bottom:50px;color:#ff6b35}.faq-item{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid rgba(255,107,53,0.1)}.faq-item:last-child{border-bottom:0}.faq-item h3{font-size:1.3rem;margin-bottom:15px;color:#ff6b35}.cta-section{background:linear-gradient(135deg,#ffd700 0,#ff6b35 60%,#ff4500 100%);color:white;text-align:center;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('images/cta-bg.jpg');background-size:cover;background-position:center;opacity:.15;z-index:0}.cta-section .container{position:relative;z-index:1}.cta-section h2{color:white;font-size:2.5rem;text-shadow:1px 1px 3px rgba(0,0,0,0.2)}.cta-section p{color:rgba(255,255,255,0.9);font-size:1.2rem;margin-bottom:40px;text-shadow:1px 1px 2px rgba(0,0,0,0.2)}.cta-buttons{display:flex;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}.guarantee-badge{display:flex;flex-direction:column;align-items:center;gap:15px}.guarantee-badge img{width:100px}.guarantee-badge p{font-size:1rem;margin-bottom:0}footer{background:linear-gradient(135deg,#333 0,#222 100%);color:#999;padding:60px 0 30px}.footer-content{display:flex;flex-direction:column;align-items:center}.footer-logo{margin-bottom:30px}.footer-logo img{height:40px}.footer-links{display:flex;gap:20px;margin-bottom:30px;flex-wrap:wrap;justify-content:center}.footer-links a{color:#ffd700;font-size:.9rem}.footer-links a:hover{color:#ff6b35}.footer-disclaimer{text-align:center;font-size:.8rem;margin-bottom:30px;max-width:800px}.copyright{text-align:center;font-size:.8rem;color:#666}@media(max-width:992px){.solution-content{flex-direction:column}.hero h1{font-size:2.5rem}.hero h2{font-size:1.3rem}section{padding:60px 0}}@media(max-width:768px){.hero h1{font-size:2rem}.hero h2{font-size:1.1rem}.trust-badges{flex-wrap:wrap}.cta-buttons{flex-direction:column}.btn-large{width:100%}section{padding:50px 0}}@media(max-width:576px){.hero{padding:80px 0 60px}.hero h1{font-size:1.8rem}.product-grid,.testimonial-grid{grid-template-columns:1fr}}.logo img,.footer-logo img,.badge img,.guarantee-badge img,.problem-item img,.solution-image img,.product-image img,.testimonial-image img,.contact-icon img,.social-icon img{border-radius:15px}.product-image,.testimonial-image{border-radius:15px;overflow:hidden}.contact-icon{background:linear-gradient(135deg,#ffd700 10%,#ff6b35 70%,#ff4500 100%);padding:15px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 5px 15px rgba(255,107,53,0.15);width:70px;height:70px}.contact-icon img{width:40px;height:40px}.social-icon{border-radius:15px;overflow:hidden}.floating-social .social-icon{border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,0.2)}.floating-social .social-icon img{border-radius:15px}.blog-section{background:linear-gradient(135deg,#fffaf5 0,#fff5f0 100%);padding:80px 0}.blog-section h2{text-align:center;color:#ff6b35;position:relative;display:inline-block;margin:0 auto 10px}.blog-section h2:after{content:"💡";position:absolute;right:-30px;top:0;font-size:1.2rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-top:50px}.blog-card{border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(255,107,53,0.08);background:linear-gradient(135deg,#fff 0,#fffaf5 100%);position:relative;transition:all .3s ease;border:1px solid rgba(255,107,53,0.1);display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(255,107,53,0.15)}.blog-image{height:220px;overflow:hidden;border-top-left-radius:15px;border-top-right-radius:15px}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;border-radius:15px}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-content{padding:25px;display:flex;flex-direction:column;flex-grow:1}.blog-content h3{font-size:1.3rem;margin-bottom:15px;color:#ff6b35;font-weight:700}.blog-text{margin-bottom:20px;color:#555;flex-grow:1}.blog-text p{margin-bottom:15px;font-size:.95rem}.blog-text ul{list-style:disc;margin-left:20px;margin-bottom:15px}.blog-text li{margin-bottom:8px}.blog-cta{margin-top:auto;width:100%;padding:14px;font-size:1rem}@media(max-width:992px){.hero{padding:80px 0 60px}.hero h1{font-size:2.5rem}.hero h2{font-size:1.3rem}nav{flex-direction:column;gap:20px}.nav-links{gap:20px;justify-content:center;flex-wrap:wrap}.hero-social{margin-top:20px}.product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media(max-width:768px){.hero h1{font-size:2.2rem}.hero h2{font-size:1.2rem}.trust-badges{gap:15px}.badge img{width:50px;height:50px}.problem-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-grid,.testimonial-grid,.blog-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;align-items:center}.nav-links a{font-size:.9rem}}@media(max-width:576px){.hero{padding:60px 0 40px}.hero h1{font-size:2rem}.hero h2{font-size:1.1rem}.container{padding:0 15px}.btn{padding:12px 24px;font-size:.9rem}.btn-product,.blog-cta{padding:12px;font-size:1rem}.problem-item{padding:20px}.problem-item img{width:60px;height:60px}.solution-content{gap:30px}.solution-text h3{font-size:1.5rem}.product-content,.testimonial-content,.blog-content{padding:20px}.product-content h3,.blog-content h3{font-size:1.2rem}.sale-price{font-size:1.5rem}.cta-section h2{font-size:2rem}.cta-section p{font-size:1rem}}
/* === Mobile Responsiveness Optimizations === */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    h3 {
        font-size: 1.4rem;
    }
    
    .hero {
        padding: 60px 0;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .product-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-links {
        margin-top: 20px;
    }
    
    .product-card {
        flex-direction: column;
    }
    
    .product-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .product-content {
        width: 100%;
    }
    
    .blog-card {
        flex-direction: column;
    }
    
    .blog-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .blog-content {
        width: 100%;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .btn {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
    
    .hero {
        padding: 40px 0;
    }
    
    .section {
        padding: 40px 0;
    }
}


/* YouTube Video Section Styling */
.youtube-video-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.youtube-video-section h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 30px;
}

.video-container {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 45%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .youtube-video-section h2 {
        font-size: 2em;
    }

    .video-container {
        width: 95%;
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio for smaller screens */
    }
}

