*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#000;color:#fff;padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px rgba(0,191,255,.3)}.header-content{justify-content:space-between}.header-content,.logo{display:flex;align-items:center}.logo{gap:.5rem;font-size:1.5rem;font-weight:700}.logo-icon{color:#00bfff;width:2rem;height:2rem}.nav{display:flex;gap:2rem}.nav a{color:#fff;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#00bfff}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.hero{background:#fff;padding:120px 0 80px;min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 10px 30px rgba(0,191,255,.2)}.hero-text h1{font-size:2.5rem;margin-bottom:1rem;color:#000;line-height:1.2}.hero-text p{font-size:1.1rem;margin-bottom:2rem;color:#666}.hero-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature{display:flex;align-items:center;gap:.5rem}.feature-icon{color:#00bfff;width:1.5rem;height:1.5rem}.cta-button{display:inline-block;background:linear-gradient(135deg,#00bfff,#0080ff);color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:700;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 15px rgba(0,191,255,.3)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,191,255,.4)}.about{background:#000;color:#fff;padding:80px 0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text h2{font-size:2.2rem;margin-bottom:1rem;color:#00bfff}.about-text p{font-size:1.1rem;margin-bottom:2rem;color:#ccc}.about-list{list-style:none}.about-list li{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem}.check-icon{color:#00bfff;width:1.2rem;height:1.2rem;flex-shrink:0}.about-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 10px 30px rgba(0,191,255,.2)}.channels{background:#fff;padding:80px 0;text-align:center}.channels h2{font-size:2.2rem;margin-bottom:1rem;color:#000}.channels-subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem}.carousel{position:relative;max-width:900px;margin:0 auto 3rem;padding:2rem 0}.carousel-content{overflow:hidden;border-radius:15px;background:linear-gradient(135deg,rgba(0,191,255,.05),rgba(0,191,255,.1));padding:2rem;box-shadow:0 10px 30px rgba(0,191,255,.1)}.carousel-track{display:flex;transition:transform .3s ease}.carousel-slide{min-width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.channel-card{background:#f8f9fa;padding:2rem;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 15px rgba(0,0,0,.1)}.channel-card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 15px 35px rgba(0,191,255,.3);border-color:#00bfff;background:#fff}.channel-card img{width:120px;height:80px;object-fit:contain;margin-bottom:.5rem;border-radius:8px;transition:all .3s ease}.channel-card:hover img{transform:scale(1.1);filter:brightness(1.1) saturate(1.2)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00bfff;color:#fff;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:10}.carousel-btn:hover{background:#0080ff}.carousel-btn.prev{left:-25px}.carousel-btn.next{right:-25px}.channels-cta,.plans{text-align:center}.plans{background:#000;color:#fff;padding:80px 0}.plans h2{font-size:2.2rem;margin-bottom:1rem;color:#00bfff}.plans-subtitle{font-size:1.1rem;color:#ccc;margin-bottom:3rem}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.plan-card{background:#111;padding:2rem;border-radius:15px;position:relative;border:2px solid #333;transition:transform .3s ease,border-color .3s ease}.plan-card:hover{transform:translateY(-5px);border-color:#00bfff}.plan-card.featured{border-color:#00bfff;background:linear-gradient(135deg,#001122,#002244)}.plan-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:#00bfff;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700}.plan-card h3{font-size:1.5rem;margin-bottom:1rem;color:#00bfff}.plan-price{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#fff}.plan-features{list-style:none;margin-bottom:2rem;text-align:left}.plan-features li{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#ccc}.plan-button{display:inline-block;background:linear-gradient(135deg,#00bfff,#0080ff);color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:700;transition:transform .3s ease,box-shadow .3s ease;width:100%;text-align:center}.plan-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,191,255,.4)}.footer{background:#fff;color:#333;padding:60px 0 20px;border-top:3px solid #00bfff}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h4{font-size:1.3rem;margin-bottom:1rem;color:#00bfff}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section p{color:#666;line-height:1.6}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.5rem}.contact-icon{color:#00bfff;width:1.2rem;height:1.2rem;flex-shrink:0}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #eee;color:#666}@media (max-width:768px){.menu-toggle{display:block}.nav{position:absolute;top:100%;left:0;right:0;background:#000;flex-direction:column;padding:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.3)}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav a{padding:.75rem 0;border-bottom:1px solid #333;width:100%;text-align:center}.nav a:last-child{border-bottom:none}.about-content,.hero-content{grid-template-columns:1fr;gap:2rem}.about-content{grid-template-columns:1fr}.about-text{order:2}.about-image{order:1}.hero-text h1{font-size:2rem;line-height:1.3}.hero-text p{font-size:1rem}.carousel-slide{grid-template-columns:repeat(2,1fr);gap:1rem}.carousel-btn{display:none}.plans-grid{grid-template-columns:1fr;gap:1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.hero{padding:100px 0 60px;min-height:auto}.about,.channels,.plans{padding:60px 0}}@media (max-width:1024px){.plans-grid{grid-template-columns:repeat(2,1fr)}.hero-text h1{font-size:2.2rem}}@media (max-width:480px){.carousel-slide{display:grid;grid-template-columns:1fr 1fr;gap:1rem;justify-items:center;align-items:center}.channel-card{display:flex;justify-content:center;align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:.5rem;width:80px;height:80px;margin:0 auto}.channel-card img{width:60px;height:60px;object-fit:contain;border-radius:8px;background:#f5f5f5}.channels h2,.channels-subtitle{text-align:center}.plans-grid{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.plan-card{width:100%;max-width:320px;margin:0 auto;padding:1.5rem 1rem;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.08);text-align:center}.plan-card h3{font-size:1.2rem;margin-bottom:.5rem}.plan-price{font-size:2rem;margin-bottom:1rem}.plan-features{font-size:.95rem;margin-bottom:1.2rem}.plan-button{width:100%;font-size:1rem;padding:.8rem 0;border-radius:30px}.hero-text h1{font-size:1.8rem;margin-bottom:.75rem}.hero-text p{font-size:.95rem;margin-bottom:1.5rem}.container{padding:0 15px}.hero{padding:80px 0 40px}.about,.channels,.plans{padding:40px 0}.footer{padding:40px 0 20px}.cta-button{padding:.875rem 1.5rem;font-size:.95rem}.logo{font-size:1.3rem}.logo-icon{width:1.5rem;height:1.5rem}}@media (max-width:360px){.hero-text h1{font-size:1.6rem}.hero-text p{font-size:.9rem}.container{padding:0 10px}.cta-button{padding:.75rem 1.25rem;font-size:.9rem}}