.features-hero{background:linear-gradient(145deg,var(--red-matt-dark),var(--red-deep))}.features .features-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:30px!important;margin-top:40px!important}.features .feature-card{height:100%;display:flex;flex-direction:column;transition:var(--transition-bounce);background:rgb(255 255 255 / .8);backdrop-filter:blur(10px);border-radius:var(--border-radius-card);padding:30px 25px;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1);position:relative;overflow:hidden}.features .feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:var(--red-deep)}.features .feature-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(135deg,var(--red-deep),var(--red-bright));transition:height 0.4s ease}.features .feature-card:hover::before{height:100%}.features .feature-card .feature-icon-wrapper{width:70px;height:70px;background:linear-gradient(135deg,var(--red-soft),transparent);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:2.2rem;color:var(--red-deep);border:1px solid rgb(155 29 29 / .2);transition:var(--transition-bounce)}.features .feature-card:hover .feature-icon-wrapper{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);transform:scale(1.05) rotate(5deg)}.features .feature-card h3{font-size:1.4rem;margin-bottom:12px;font-weight:700;color:var(--charcoal)}.features .feature-card p{color:var(--text-secondary);margin-bottom:20px;font-size:.95rem;line-height:1.6}.features .feature-card .feature-list{margin-top:auto;padding-left:0}.features .feature-card .feature-list li{margin-bottom:8px;font-size:.9rem;display:flex;align-items:center;gap:8px;color:var(--text-secondary)}.features .feature-card .feature-list li i{color:var(--red-bright);font-size:.95rem;flex-shrink:0}.why-choose-us .features-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:30px!important;margin-top:20px!important}.channel-preview .categories-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:25px!important;margin:35px 0!important}.channel-preview .category-card{height:100%;display:flex;flex-direction:column;transition:var(--transition-bounce);background:var(--white);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1)}.channel-preview .category-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.channel-preview .category-header{padding:25px;background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);position:relative;overflow:hidden}.channel-preview .category-header::after{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(circle,rgb(255 255 255 / .3) 0%,transparent 70%);animation:shine 6s infinite}.channel-preview .category-header i{font-size:2rem;margin-bottom:10px;display:block;filter:drop-shadow(0 5px 10px rgb(0 0 0 / .2))}.channel-preview .category-header h3{font-size:1.3rem;font-weight:700;margin-bottom:5px}.channel-preview .category-header .channel-count{font-size:.8rem;opacity:.9}.channel-preview .category-channels{padding:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;flex-grow:1}.channel-preview .category-channels li{display:flex;align-items:center;gap:8px;font-size:.85rem;padding:6px 8px;border-radius:30px;transition:var(--transition-smooth);color:var(--text-secondary)}.channel-preview .category-channels li:hover{background:var(--red-soft);transform:translateX(3px)}.channel-preview .category-channels li i{color:var(--red-bright);font-size:.75rem;flex-shrink:0}.stats-counter .comparison-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}.stats-counter .comparison-card{background:rgb(255 255 255 / .1);backdrop-filter:blur(8px);border-radius:28px;padding:30px 20px;text-align:center;transition:var(--transition-bounce);border:1px solid rgb(255 215 0 / .2)}.stats-counter .comparison-card:hover{transform:translateY(-5px);background:rgb(255 255 255 / .15);border-color:var(--gold)}.stats-counter .comparison-card i{font-size:2.5rem;color:var(--gold);margin-bottom:15px;display:block}.stats-counter .comparison-card h3{color:#fff;font-size:1.2rem;margin-bottom:10px;font-weight:700}.stats-counter .comparison-card p{color:rgb(255 255 255 / .7);font-size:.9rem}.testimonials .testimonials-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:30px!important;margin-top:30px!important}.testimonials .testimonial-card{height:100%;display:flex;flex-direction:column;background:rgb(255 255 255 / .7);backdrop-filter:blur(8px);border-radius:28px;padding:30px;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1);transition:var(--transition-bounce)}.testimonials .testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.testimonials .testimonial-rating{color:#ffb400;margin-bottom:15px;font-size:1rem;letter-spacing:2px}.testimonials .testimonial-text{font-style:italic;margin-bottom:25px;color:var(--text-primary);font-size:.95rem;line-height:1.7;flex-grow:1}.testimonials .testimonial-author{display:flex;align-items:center;gap:15px;margin-top:auto;flex-wrap:wrap}.testimonials .author-avatar{width:50px;height:50px;background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.testimonials .author-info h4{font-size:1rem;margin-bottom:3px;font-weight:700}.testimonials .author-info .author-title{font-size:.8rem;color:var(--text-secondary)}.testimonials .verified-badge{color:var(--red-bright);margin-left:auto;font-size:.75rem;background:var(--red-soft);padding:4px 10px;border-radius:30px;white-space:nowrap}.faq .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1000px;margin:0 auto}.faq .faq-item{background:var(--white);border-radius:22px;margin-bottom:0;border:1px solid rgb(155 29 29 / .1);overflow:hidden;transition:var(--transition-smooth);height:fit-content}.faq .faq-item:hover{box-shadow:var(--shadow-sm);border-color:var(--red-bright)}@media (max-width:991px) and (min-width:641px){.features .features-grid{grid-template-columns:repeat(2,1fr)!important;gap:25px!important}.why-choose-us .features-grid{grid-template-columns:repeat(2,1fr)!important;gap:25px!important;max-width:700px!important;margin-left:auto!important;margin-right:auto!important}.channel-preview .categories-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.testimonials .testimonials-grid{grid-template-columns:repeat(2,1fr)!important;gap:25px!important}.stats-counter .comparison-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important;max-width:600px!important;margin-left:auto!important;margin-right:auto!important}.faq .faq-grid{grid-template-columns:1fr!important;max-width:700px!important}}@media (max-width:640px){.features .features-grid{grid-template-columns:1fr!important;gap:20px!important}.why-choose-us .features-grid{grid-template-columns:1fr!important;gap:20px!important;max-width:380px!important}.channel-preview .categories-grid{grid-template-columns:1fr!important;gap:20px!important;max-width:400px!important;margin-left:auto!important;margin-right:auto!important}.testimonials .testimonials-grid{grid-template-columns:1fr!important;gap:20px!important;max-width:400px!important;margin-left:auto!important;margin-right:auto!important}.stats-counter .comparison-grid{grid-template-columns:1fr!important;gap:15px!important;max-width:320px!important;margin-left:auto!important;margin-right:auto!important}.faq .faq-grid{grid-template-columns:1fr!important;gap:15px!important}.channel-preview .category-channels{grid-template-columns:1fr!important}}@media (max-width:480px){.features .feature-card{padding:25px 20px}.features .feature-card .feature-icon-wrapper{width:60px;height:60px;font-size:1.8rem}.features .feature-card h3{font-size:1.25rem}.channel-preview .category-header{padding:20px}.channel-preview .category-header h3{font-size:1.2rem}.testimonials .testimonial-card{padding:25px 20px}.testimonials .testimonial-author{flex-wrap:wrap}.testimonials .verified-badge{margin-left:0;margin-top:8px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.features .feature-card,.why-choose-us .feature-card,.channel-preview .category-card,.testimonials .testimonial-card{animation:fadeInUp 0.6s ease forwards;opacity:0}.features .feature-card:nth-child(1){animation-delay:0.05s}.features .feature-card:nth-child(2){animation-delay:0.1s}.features .feature-card:nth-child(3){animation-delay:0.15s}.features .feature-card:nth-child(4){animation-delay:0.2s}.features .feature-card:nth-child(5){animation-delay:0.25s}.features .feature-card:nth-child(6){animation-delay:0.3s}.section-header{text-align:center;margin-bottom:40px}.section-header .section-tag{display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;padding-left:0}.section-header .section-tag::before{display:none}.section-header .section-title{margin-bottom:15px;font-size:2rem}.section-header .section-description{max-width:700px;margin:0 auto;font-size:1rem}.channel-highlights{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:30px 0}.channel-highlights span{background:rgb(255 255 255 / .9);backdrop-filter:blur(5px);padding:8px 20px;border-radius:40px;font-weight:600;font-size:.9rem;color:var(--red-deep);border:1px solid rgb(155 29 29 / .2);transition:var(--transition-smooth);cursor:default}.channel-highlights span:hover{transform:translateY(-2px);background:var(--white);border-color:var(--red-bright)}.channel-highlights span i{margin-right:6px;color:var(--red-bright)}.feature-list{list-style:none;padding:0;margin:15px 0 0}.feature-list li{margin-bottom:8px;display:flex;align-items:center;gap:8px;font-size:.9rem}.feature-list li i{color:var(--red-bright);font-size:.9rem;width:20px;flex-shrink:0}.hero .hero-stats .stat-item{background:rgb(255 255 255 / .12);backdrop-filter:blur(8px);padding:12px 20px;border-radius:20px;transition:var(--transition-smooth)}.hero .hero-stats .stat-item:hover{transform:translateY(-3px);background:rgb(255 255 255 / .2)}.hero .hero-stats .stat-number{font-size:1.6rem;font-weight:800;color:var(--gold)}.trust-badge-row{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin:25px 0}.trust-badge-row span{background:rgb(255 255 255 / .1);backdrop-filter:blur(5px);padding:6px 16px;border-radius:40px;font-size:.8rem;font-weight:500;transition:var(--transition-smooth)}.trust-badge-row span:hover{background:rgb(255 255 255 / .2);transform:translateY(-2px)}.faq .faq-item{animation:fadeInUp 0.5s ease forwards;opacity:0}.faq .faq-item:nth-child(1){animation-delay:0.05s}.faq .faq-item:nth-child(2){animation-delay:0.1s}.faq .faq-item:nth-child(3){animation-delay:0.15s}.faq .faq-item:nth-child(4){animation-delay:0.2s}.faq .faq-item:nth-child(5){animation-delay:0.25s}.faq .faq-item:nth-child(6){animation-delay:0.3s}.back-to-top{position:fixed;bottom:30px;left:30px;width:48px;height:48px;background:var(--white);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--red-deep);font-size:1.3rem;box-shadow:var(--shadow-sm);cursor:pointer;z-index:99;transition:var(--transition-bounce);opacity:0;visibility:hidden}.back-to-top.show{opacity:1;visibility:visible}.back-to-top:hover{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);transform:translateY(-3px);box-shadow:var(--shadow-hover)}@media print{.sticky-header,.sticky-mobile-cta,.whatsapp-float,.back-to-top,.mobile-nav,.hero-wave,.hero-cta,.trust-badge-row,.hero-contact,.prefooter-cta,.newsletter,.footer-social,.footer-links,.footer-bottom .footer-links{display:none!important}.features .feature-card,.why-choose-us .feature-card,.channel-preview .category-card{break-inside:avoid;page-break-inside:avoid}body{background:#fff;color:#000}.hero{background:#fff;padding:20px 0;color:#000}}