* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
header { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); padding: 20px 0; position: fixed; width: 100%; top: 0; z-index: 1000; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,.8); font-weight: 500; transition: color 0.3s; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active { color: #fff; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-text { font-size: 24px; font-weight: 700; color: white; }
.hero { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://iptv.eur.ma/assets/img/bg.webp'); background-size: cover; background-position: center; color: white; padding: 180px 0 100px; text-align: center; }
.hero h1 { font-size: 3rem; margin-bottom: 20px; font-weight: 700; }
.hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 30px; }
.hero-btns { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.btn { padding: 12px 30px; border-radius: 30px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s; border: 2px solid transparent; }
.btn-primary { background: #007bff; color: white; }
.btn-primary:hover { background: #0056b3; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,123,255,0.3); }
.btn-accent { background: #28a745; color: white; }
.btn-accent:hover { background: #1e7e34; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(40,167,69,0.3); }
.btn-outline-light { border-color: white; color: white; background: transparent; }
.btn-outline-light:hover { background: white; color: #333; }
section { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 { font-size: 2.5rem; color: #1e3c72; margin-bottom: 15px; }
.section-title p { color: #666; font-size: 1.1rem; max-width: 700px; margin: 0 auto; }
.feature-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); height: 100%; transition: transform 0.3s; text-align: center; }
.feature-card:hover { transform: translateY(-10px); }
.feature-icon { font-size: 50px; color: #007bff; margin-bottom: 20px; }
.feature-card h4 { margin-bottom: 15px; color: #1e3c72; }
.pricing-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: transform 0.3s; height: 100%; }
.pricing-card:hover { transform: translateY(-10px); }
.pricing-card.popular { border: 3px solid #28a745; position: relative; }
.pricing-card.popular::before { content: 'Populaire'; position: absolute; top: 15px; right: -30px; background: #28a745; color: white; padding: 5px 30px; transform: rotate(45deg); font-size: 12px; }
.pricing-header { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); color: white; padding: 30px; text-align: center; }
.pricing-header h3 { font-size: 1.5rem; margin-bottom: 15px; }
.price { font-size: 3rem; font-weight: 700; margin: 10px 0; }
.price span { font-size: 1rem; font-weight: normal; }
.pricing-body { padding: 30px; }
.pricing-features { list-style: none; margin-bottom: 30px; }
.pricing-features li { padding: 8px 0; border-bottom: 1px solid #eee; }
.pricing-features li:last-child { border-bottom: none; }
.pricing-features i { color: #28a745; margin-right: 10px; }
.channel-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
.channel-logo { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.channel-logo img { filter: grayscale(100%); opacity: 0.7; transition: all 0.3s; }
.channel-logo:hover img { filter: grayscale(0); opacity: 1; }
.testimonial-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); height: 100%; }
.testimonial-text { font-style: italic; margin-bottom: 20px; color: #555; }
.testimonial-author { display: flex; align-items: center; gap: 15px; }
.testimonial-author img { border-radius: 50%; }
.accordion-button { font-weight: 600; background: #f8f9fa; }
.accordion-button:not(.collapsed) { background: #e7f1ff; color: #1e3c72; }
footer { background: #1a1a1a; color: white; padding: 60px 0 30px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.footer-logo-text { font-size: 24px; font-weight: 700; }
.footer-links h5 { color: #fff; margin-bottom: 20px; font-size: 18px; }
.footer-links ul { list-style: none; padding: 0; }
.footer-links ul li { margin-bottom: 10px; }
.footer-links ul li a { color: #bbb; text-decoration: none; transition: color 0.3s; }
.footer-links ul li a:hover { color: #fff; }
.social-links { display: flex; gap: 15px; margin-top: 20px; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 50%; color: white; transition: all 0.3s; }
.social-links a:hover { background: #007bff; transform: translateY(-3px); }
.copyright { text-align: center; margin-top: 50px; padding-top: 20px; border-top: 1px solid #333; color: #999; font-size: 14px; }
@media (max-width: 768px) {
    .hero h1 { font-size: 2rem; }
    .hero p { font-size: 1rem; }
    .hero-btns { flex-direction: column; align-items: center; }
    .btn { width: 100%; max-width: 300px; }
    section { padding: 50px 0; }
    .pricing-card.popular::before { right: -25px; padding: 5px 25px; }
}