/* 
==========================================================================
    KOPEN-IPTV.NET - STYLE.CSS (NETFLIX THEME + LAYOUT FIXES - V10)
==========================================================================
*/

:root {
    --netflix-red: #E50914;
    --netflix-red-darker: #B20710;
    --almost-black: #121212;
    --card-bg: #1C1C1C; 
    --card-bg-darker: #0F0F0F;
    --text-white: #FFFFFF;
    --text-gray: #b3b3b3;
    --text-gray-darker: #808080;
    --star-rating-gold: #fbbc05;

    --font-main: 'Poppins', sans-serif;
    --font-price: 'Playfair Display', serif;
    --font-headings: 'Poppins', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { 
    font-family: var(--font-main); 
    background-color: var(--almost-black); 
    color: var(--text-white); 
    overflow-x: hidden; 
    font-weight: 400; 
    line-height: 1.6;
}
a { text-decoration: none; color: var(--netflix-red); transition: color 0.2s ease;}
a:hover { color: var(--netflix-red-darker); }
img { max-width: 100%; height: auto; display: block; }

.container { width: 90%; max-width: 1150px; margin-left: auto; margin-right: auto; padding: 0 15px;}
.highlight-netflix-red { color: var(--netflix-red); font-weight: 700; }

.section-title { 
    text-align: center; 
    font-family: var(--font-headings);
    font-size: 2.4rem; 
    font-weight: 800; 
    margin-bottom: 35px; 
    line-height: 1.3; 
    color: var(--text-white);
}
.section-title-small {
    text-align: center;
    font-family: var(--font-headings);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
    color: var(--text-white);
}
.section-title-small .highlight-netflix-red { color: var(--netflix-red); }

.section-subtitle {
    font-size: 1rem;
    color: var(--text-gray);
    max-width: 700px;
    margin: -15px auto 30px auto;
    line-height: 1.6;
    text-align: center;
}

.navbar {
    background-color: rgba(18, 18, 18, 0.9); 
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    position: fixed;
    width: 100%;
    top: 0; left: 0; z-index: 1000;
    border-bottom: 1px solid #282828;
}
.logo img { height: 45px; width: auto; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { 
    font-weight: 500; 
    font-size: 0.9rem; 
    color: var(--text-gray);
    transition: color 0.2s ease;
}
.nav-links a:hover, .nav-links a.active, .nav-links a.nav-link-highlight { 
    color: var(--netflix-red); 
}
.cta-button.header-cta { 
    background-color: var(--netflix-red); 
    color: var(--text-white); 
    padding: 8px 18px; 
    border-radius: 4px;
    font-weight: 600; 
    font-size: 0.85rem; 
    border: none;
    transition: background-color 0.2s ease;
}
.cta-button.header-cta:hover { background-color: var(--netflix-red-darker); }
#menu-icon { display: none; font-size: 1.9rem; cursor: pointer; color: var(--text-white); }

.hero {
    min-height: 85vh; width: 100%; position: relative;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    text-align: center; padding: 120px 20px 130px 20px;
    background-size: cover; background-position: center center; overflow: hidden;
}
.hero-text-content { max-width: 800px; text-align: center; z-index: 5; position: relative; margin-bottom: 35px; }
.hero h1 {
    font-family: var(--font-headings);
    font-size: 2.8rem; font-weight: 800; line-height: 1.2; margin-bottom: 18px; color: var(--text-white);
}
.hero .description { font-size: 1.1rem; color: var(--text-gray); margin-bottom: 30px; line-height: 1.65; max-width: 650px; margin-left: auto; margin-right: auto;}
.cta-button-main { 
    background-color: var(--netflix-red); color: var(--text-white); padding: 14px 35px; border-radius: 4px;
    font-size: 1.1rem; font-weight: 700; display: inline-block; transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease; border: none; cursor: pointer;
}
.cta-button-main:hover { 
    background-color: var(--netflix-red-darker); 
    color: var(--text-white); 
    transform: scale(1.03); 
}
.hero-channels-carousel {
    position: absolute; bottom: 25px; width: 90%; max-width: 850px;
    background-color: rgba(28, 28, 28, 0.88); backdrop-filter: blur(6px);
    border-radius: 12px; padding: 12px 0;
    border: 1px solid #333; z-index: 4; overflow: hidden;
}
.channels-swiper .swiper-wrapper { 
    transition-timing-function: linear !important; 
    align-items: center;
}
.channels-swiper .swiper-slide.channel-slide {
    width: auto !important; 
    flex-shrink: 0; 
    padding: 0 12px;
}
.channels-swiper .channel-slide img { 
    height: 35px; width: auto; max-width: 110px; object-fit: contain; opacity: 0.85; 
}

/* Page Header (For inner pages like contact, privacy, etc.) */
.page-header {
    padding: 100px 20px 60px 20px;
    text-align: center;
    background-image: linear-gradient(rgba(18,18,18,0.8), rgba(18,18,18,0.95)), url("./images/cover-background.jpg"); 
    background-size: cover;
    background-position: center center;
    border-bottom: 1px solid #282828;
}
.page-header h1 {
    font-family: var(--font-headings); font-size: 2.6rem; font-weight: 800;
    line-height: 1.3; margin-bottom: 10px; color: var(--text-white);
}
.page-header p.page-subtitle {
    font-size: 1.05rem; color: var(--text-gray); max-width: 700px;
    margin: 0 auto; line-height: 1.6;
}
/* Page Container (For main content of inner pages) */
.page-container {
    max-width: 1000px; margin: 50px auto 70px auto;
    padding: 30px 20px; background-color: var(--card-bg-darker);
    border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.legal-content { padding: 20px; color: var(--text-gray); }
.legal-content h2 { font-family: var(--font-headings); font-size: 1.6rem; font-weight: 700; color: var(--text-white); margin-top: 30px; margin-bottom: 15px; border-bottom: 1px solid var(--netflix-red); padding-bottom: 8px; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p { margin-bottom: 15px; line-height: 1.7; }
.legal-content ul { list-style-position: outside; padding-left: 20px; margin-bottom: 15px; }
.legal-content ul li { margin-bottom: 8px; }
.legal-content strong { color: var(--text-white); font-weight: 600; }
.legal-content a.text-link-red { color: var(--netflix-red); text-decoration: underline; font-weight: 500; }
.legal-content a.text-link-red:hover { text-decoration: none; }

.smart-choice-section { padding: 70px 20px; background-color: var(--card-bg-darker); }
.smart-choice-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.choice-card { background-color: var(--card-bg); padding: 30px 25px; border-radius: 6px; text-align: center; border: 1px solid #333; display: flex; flex-direction: column; justify-content: flex-start; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.choice-card:hover { transform: translateY(-5px); box-shadow: 0 8px 18px rgba(0,0,0,0.2); border-color: var(--netflix-red); }
.choice-card i { font-size: 2.6rem; color: var(--netflix-red); margin-bottom: 15px; display: block; }
.choice-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 12px; color: var(--text-white); }
.choice-card p { font-size: 0.9rem; color: var(--text-gray); line-height: 1.6; flex-grow: 1; }

.iptv-experience-focused { padding: 70px 20px; background-color: var(--almost-black); }
.iptv-experience-focused .section-title { margin-bottom: 45px; }
.focused-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; max-width: 1100px; margin: 0 auto; }
.focused-image img { border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); width: 100%; height: auto; object-fit: cover; max-height: 450px; }
.focused-text .sub-heading-red { font-family: var(--font-headings); font-size: 1.5rem; font-weight: 700; color: var(--netflix-red); margin-top: 20px; margin-bottom: 12px; }
.focused-text .sub-heading-red:first-of-type { margin-top: 0; }
.focused-text p { font-size: 0.95rem; color: var(--text-gray); line-height: 1.7; margin-bottom: 18px; }
.experience-benefits-list { list-style: none; padding-left: 0; margin-top: 20px; margin-bottom: 25px; }
.experience-benefits-list li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 18px; }
.experience-benefits-list li i.bx { font-size: 1.8rem; color: var(--netflix-red); margin-top: 3px; flex-shrink: 0; line-height: 1; }
.experience-benefits-list li div { font-size: 0.95rem; color: var(--text-gray); line-height: 1.65; }
.experience-benefits-list li div strong { display: block; color: var(--text-white); font-weight: 700; margin-bottom: 4px; font-size: 1.05rem; }
.cta-button.section-cta { display: inline-block; background-color: var(--netflix-red); color: var(--text-white); padding: 12px 28px; border-radius: 12px; font-weight: 700; font-size: 1rem; text-align: center; border: none; margin-top: 15px; transition: background-color 0.2s ease, transform 0.2s ease; }
.cta-button.section-cta:hover { background-color: var(--netflix-red-darker); transform: translateY(-2px); }

.movies-section { padding: 50px 20px 70px 20px; overflow: hidden; background-color: var(--almost-black); position: relative; }
.movies-section .section-title { font-size: 1.6rem; margin-bottom: 35px; }
.movies-section .mySwiper { padding-bottom: 45px; }
.movies-section .swiper-slide { border-radius: 6px; overflow: hidden; aspect-ratio: 2 / 3; transition: transform 0.2s ease; }
.movies-section .swiper-slide:hover { transform: scale(1.04); }
.movies-section .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.movies-section .swiper-button-next, .movies-section .swiper-button-prev { color: var(--text-white); width: 38px; height: 38px; background-color: rgba(20,20,20,0.75); border-radius: 50%; opacity: 0.7; transition: background-color 0.2s ease, opacity 0.2s ease; top: auto; bottom: 0px; transform: translateY(0); z-index: 10; }
.movies-section .swiper-button-prev { left: calc(50% - 45px); }
.movies-section .swiper-button-next { right: calc(50% - 45px); }
.movies-section .swiper-button-next:hover, .movies-section .swiper-button-prev:hover { background-color: var(--netflix-red); opacity: 1; }
.movies-section .swiper-button-next::after, .movies-section .swiper-button-prev::after { font-size: 16px; font-weight: 900; }

.features-section { padding: 80px 20px; background-color: var(--card-bg-darker); }
.features-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }
.feature-card { background-color: var(--card-bg); padding: 30px 25px; border-radius: 6px; border: 1px solid #333; transition: all 0.2s ease; display: flex; flex-direction: column;}
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 8px 18px rgba(0,0,0,0.2); border-color: var(--netflix-red); }
.feature-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.feature-header i, .feature-icon-svg-custom { font-size: 2.2rem; color: var(--netflix-red); flex-shrink: 0; }
.feature-icon-svg-custom { width: 30px; height: 30px; filter: invert(38%) sepia(98%) saturate(3307%) hue-rotate(347deg) brightness(97%) contrast(108%); }
.feature-header h3 { font-size: 1.25rem; font-weight: 700; color: var(--text-white); }
.feature-card p { font-size: 0.9rem; color: var(--text-gray); line-height: 1.65; flex-grow: 1; }
    
.pricing-section { padding: 90px 20px; background-color: var(--almost-black); }
.pricing-header { text-align: center; margin-bottom: 40px; }
.pricing-header h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 15px; }
.pricing-header p { font-size: 1.05rem; color: var(--text-gray); max-width: 600px; margin: 0 auto; }
.price-toggler { display: flex; justify-content: center; margin-bottom: 45px; background-color: var(--card-bg); border-radius: 50px; width: max-content; margin-left: auto; margin-right: auto; padding: 5px; border: 1px solid #333; }
.toggler-btn { border: none; background-color: transparent; color: var(--text-gray); padding: 10px 25px; border-radius: 50px; cursor: pointer; font-size: 0.95rem; font-weight: 700; transition: all 0.2s ease; }
.toggler-btn.active { background-color: var(--netflix-red); color: var(--text-white); }
.discount-badge { margin-left: 8px; color: var(--netflix-red); font-weight: 700; }
.pricing-container { max-width: 1150px; margin: 0 auto; }
.price-grid { display: none; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }
.price-grid.active { display: grid; }
.price-card { background-color: var(--card-bg); border: 1px solid #333; padding: 30px 25px 25px 25px; border-radius: 6px; display: flex; flex-direction: column; text-align: center; position: relative; transition: all 0.2s ease; }
.price-card:hover { transform: translateY(-6px); border-color: var(--netflix-red); box-shadow: 0 8px 20px rgba(229,9,20,0.1); }
.price-card.popular { border-color: var(--netflix-red); border-width: 2px; transform: scale(1.02); }
.popular-badge { position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-50%); background-color: var(--netflix-red); color: var(--text-white); padding: 6px 22px; border-radius: 20px; font-size: 0.8rem; font-weight: 700; }
.plan-duration { font-family: var(--font-price); font-size: 1.4rem; font-weight: 700; margin-bottom: 8px; margin-top: 25px; color: var(--text-white);}
.premium-plus-badge { display: inline; font-size: 0.7em; color: var(--netflix-red); font-weight: 700; }
.plan-price { font-family: var(--font-price); font-size: 3.3rem; font-weight: 800; margin-bottom: 10px; color: var(--netflix-red); }
.plan-tagline { display: block; font-size: 0.8rem; color: var(--text-gray); margin-top: -8px; margin-bottom: 20px; font-style: italic; min-height: 1.6rem; }
.price-card .buy-button { background-color: var(--netflix-red); color: var(--text-white); padding: 13px; border-radius: 4px; font-weight: 700; margin-top: auto; margin-bottom: 0; display: block; width: 100%; font-size: 1rem; border: none; transition: background-color 0.2s ease; }
.price-card .buy-button:hover { background-color: var(--netflix-red-darker); }
.price-card.popular .buy-button { background-color: var(--text-white); color: var(--almost-black); }
.price-card.popular .buy-button:hover { background-color: #e0e0e0; }
.features-list { list-style: none; text-align: left; margin-top: 20px; border-top: 1px solid #333; padding-top: 22px; padding-left: 0; flex-grow: 1; }
.features-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 0.88rem; color: var(--text-gray);}
.features-list li .feature-icon-svg { width: 18px; height: 18px; margin-right: 5px; opacity: 0.8; }
.features-list li i.bx { font-size: 1.25rem; color: var(--netflix-red); flex-shrink: 0;}
.features-list li.disabled { color: var(--text-gray-darker); opacity: 0.6; }
.features-list li.disabled i.bx { color: #666; }

.commitment-section { padding: 70px 20px; background-color: var(--card-bg-darker); }
.commitment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; max-width: 1100px; margin: 20px auto 0 auto; }
.commitment-item { background-color: var(--card-bg); padding: 30px 25px; border-radius: 6px; text-align: center; border: 1px solid #282828; transition: transform 0.2s ease, box-shadow 0.2s ease; display: flex; flex-direction: column; }
.commitment-item:hover { transform: translateY(-5px); box-shadow: 0 8px 18px rgba(0,0,0,0.15); }
.commitment-item i { font-size: 2.8rem; color: var(--netflix-red); margin-bottom: 15px; display: block; }
.commitment-item h4 { font-family: var(--font-headings); font-size: 1.2rem; font-weight: 700; color: var(--text-white); margin-bottom: 10px; }
.commitment-item p { font-size: 0.88rem; color: var(--text-gray); line-height: 1.6; flex-grow: 1; }

.how-it-works-section { padding: 70px 20px; background-color: var(--card-bg-darker); }
.steps-container { max-width: 1100px; margin: 0 auto; background-color: var(--card-bg); border-radius: 8px; padding: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; border: 1px solid #333; }
.step-card { text-align: center; display: flex; flex-direction: column;}
.step-header { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; margin-bottom: 18px; }
.step-number { font-size: 2rem; font-weight: 800; color: var(--netflix-red); border: 2px solid var(--netflix-red); width: 45px; height: 45px; line-height: 41px; border-radius: 50%; margin-bottom: 5px; }
.step-header i { font-size: 2.6rem; color: var(--netflix-red); }
.step-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 10px; color: var(--text-white); }
.step-card p { font-size: 0.9rem; color: var(--text-gray); line-height: 1.6; flex-grow: 1; }

.testimonials-section { padding: 90px 20px; background-color: var(--almost-black); }
.testimonials-header { text-align: center; max-width: 800px; margin: 0 auto 50px auto; }
.satisfaction-banner { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; background-color: var(--card-bg); border-radius: 50px; color: var(--text-white); font-weight: 700; font-size: 0.9rem; border: 1px solid #333;}
.satisfaction-banner i { font-size: 1.3rem; color: var(--star-rating-gold); }
.testimonials-grid { max-width: 1150px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }
.testimonial-card { background-color: var(--card-bg); padding: 30px 25px; border-radius: 6px; display: flex; flex-direction: column; border: 1px solid #333; transition: all 0.2s ease;}
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 8px 18px rgba(0,0,0,0.2); }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.testimonial-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--netflix-red); }
.author-info h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 2px; color: var(--text-white);}
.author-info p { font-size: 0.8rem; color: var(--text-gray); }
.testimonial-rating { margin-bottom: 12px; color: var(--star-rating-gold); font-size: 1rem; }
.testimonial-text { font-size: 0.9rem; color: var(--text-gray); line-height: 1.65; font-style: italic; border-left: 2px solid var(--netflix-red); padding-left: 12px; flex-grow: 1; }

.compatible-devices-section { padding: 70px 20px; background-color: var(--card-bg-darker); }
.compatible-devices-section .section-subtitle { margin-top: -20px; }
.devices-grid { max-width: 750px; margin: 30px auto 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 18px; }
.device-card { background-color: var(--card-bg); border-radius: 6px; padding: 20px 15px; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid #333; transition: all 0.2s ease;}
.device-card:hover { transform: translateY(-4px); box-shadow: 0 6px 12px rgba(0,0,0,0.15); border-color: var(--netflix-red); }
.device-card img { height: 32px; margin-bottom: 10px; filter: contrast(0) brightness(2); }
.device-card p { font-weight: 500; font-size: 0.8rem; color: var(--text-gray); }

.faq-section { padding: 80px 20px; background-color: var(--almost-black); }
.faq-container { max-width: 1050px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr; gap: 35px; align-items: flex-start; }
.faq-accordion { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background-color: var(--card-bg); border-radius: 4px; overflow: hidden; border: 1px solid #282828; }
.faq-question { width: 100%; background-color: transparent; border: none; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; text-align: left; }
.faq-question span { font-size: 1rem; font-weight: 600; color: var(--text-white); }
.faq-question i { font-size: 1.3rem; color: var(--text-gray); transition: transform 0.2s ease, color 0.2s ease; }
.faq-item.active .faq-question i { transform: rotate(180deg); color: var(--netflix-red); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out, padding 0.3s ease-out; }
.faq-answer p { padding: 5px 20px 18px 20px; color: var(--text-gray); line-height: 1.65; font-size: 0.9rem; }
.faq-item.active .faq-answer { max-height: 350px; padding-top: 5px; padding-bottom: 18px;}
.faq-answer a.faq-link-highlight { color: var(--netflix-red); text-decoration: underline; font-weight: 500; }
.faq-contact-card { background-color: var(--card-bg); border-radius: 6px; padding: 30px 25px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #282828; min-height: 250px; height: 100%; }
.faq-contact-card > .bx.bxl-whatsapp { font-size: 3.5rem; color: var(--netflix-red); margin-bottom: 12px; }
.faq-contact-card h4 { font-size: 1.15rem; font-weight: 700; color: var(--text-white); margin-bottom: 10px; }
.faq-contact-card p { color: var(--text-gray); margin-bottom: 22px; font-size: 0.88rem; line-height: 1.6; }
.whatsapp-button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; border-radius: 4px; color: var(--text-white); font-weight: 700; transition: all 0.2s ease; font-size: 0.9rem; background-color: var(--netflix-red); border: none; }
.whatsapp-button:hover { background-color: var(--netflix-red-darker); }
.whatsapp-button i { font-size: 1.3rem; }

.site-footer { background-color: var(--card-bg-darker); color: var(--text-gray); padding: 60px 20px 0 20px; border-top: 1px solid #222; }
.footer-main { max-width: 1150px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 28px; padding-bottom: 35px; }
.footer-column .logo img { height: 32px; margin-bottom: 12px; }
.footer-about-text { line-height: 1.6; font-size: 0.85rem; color: var(--text-gray); }
.footer-address { font-size: 0.85rem; line-height: 1.5; color: var(--text-gray); margin-top: 15px;}
.footer-column h4 { color: var(--text-white); font-size: 1.05rem; font-weight: 700; margin-bottom: 18px; }
.footer-links { list-style: none; padding:0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 0.88rem; color: var(--text-gray); }
.footer-links a:hover { color: var(--netflix-red); padding-left: 4px; }
.footer-contact { list-style: none; padding:0; }
.footer-contact li { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 0.88rem; }
.footer-contact li a { color: var(--text-gray); } 
.footer-contact li a:hover { color: var(--netflix-red); text-decoration: underline; }
.footer-contact i { font-size: 1.2rem; color: var(--netflix-red); }
.footer-secure-icon { width: 120px; margin-top: 10px; opacity: 0.7; }
.footer-bottom { border-top: 1px solid #222; padding: 20px 0; max-width: 1150px; margin-left: auto; margin-right: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.footer-bottom p { margin: 5px 0; font-size: 0.8rem; color: var(--text-gray-darker); }
.footer-bottom img { height: 20px; opacity: 0.6; }

/* Zenderlijst Pagina (liste-chaines.html / zenderlijst.html) Specifieke Stijlen */
.page-channel-list .page-header { /* Specifiek voor zenderlijst header */
    padding-bottom: 40px; /* Meer ruimte voor de zoekbalk */
}
.search-bar-mock {
    margin: 25px auto 0 auto; max-width: 600px; width: 90%;
    background-color: rgba(255, 255, 255, 0.08); border-radius: 50px;
    padding: 5px; display: flex; align-items: center; border: 1px solid #383838;
}
.search-bar-mock i.bx { font-size: 1.3rem; padding: 0 10px 0 15px; color: var(--text-gray); }
.search-bar-mock input {
    width: 100%; background: transparent; border: none; outline: none;
    color: var(--text-white); font-size: 0.95rem; padding: 10px 15px 10px 5px;
}
.search-bar-mock input::placeholder { color: var(--text-gray-darker); opacity: 0.7; }
.page-channel-list .content-section { padding: 40px 0; }
.country-list-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px; 
    margin-top: 25px; 
}
.country-item {
    background-color: var(--card-bg); padding: 10px 15px; border-radius: 4px;
    display: flex; align-items: center; gap: 10px; font-weight: 500; color: var(--text-gray);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; 
    border: 1px solid #333; font-size: 0.9rem;
}
.country-item:hover { background-color: var(--netflix-red); color: var(--text-white); border-color: var(--netflix-red); }
.country-item img { width: 20px; height: auto; border-radius: 2px; border: 1px solid rgba(255,255,255,0.1); }
.separator { height: 1px; background: #2a2a2a; margin: 40px auto; width: 80%; }
.cta-section { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; padding: 30px 0; }
.cta-content h2.section-title-small { font-size: 1.6rem; margin-bottom: 10px; text-align: left; }
.cta-content p { color: var(--text-gray); line-height: 1.65; margin-bottom: 22px; text-align: left; max-width: none; font-size: 0.95rem; }
.cta-image img { max-width: 100%; border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,0.22); }

/* Contact Pagina (contact.html) Specifieke Stijlen */
.contact-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; background-color: var(--card-bg-darker); padding: 40px; border-radius: 8px; }
.contact-form h2, .contact-details h2 { font-family: var(--font-headings); font-size: 1.8rem; font-weight: 700; color: var(--text-white); margin-bottom: 25px; border-bottom: 2px solid var(--netflix-red); padding-bottom: 10px; display: inline-block; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 500; font-size: 0.9rem; color: var(--text-gray); }
.form-group input[type="text"], .form-group input[type="email"], .form-group textarea { width: 100%; padding: 12px 15px; border-radius: 4px; border: 1px solid #333; background-color: var(--almost-black); color: var(--text-white); font-family: var(--font-main); font-size: 0.95rem; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-gray-darker); opacity: 0.8; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--netflix-red); box-shadow: 0 0 0 2px rgba(229, 9, 20, 0.25); }
.form-group textarea { resize: vertical; min-height: 120px; }
.cta-button-main.form-submit-button { width: 100%; margin-top: 10px; padding: 14px; font-size: 1.05rem; }
.form-success { background-color: rgba(229, 9, 20, 0.05); border: 1px solid var(--netflix-red); color: var(--text-white); padding: 25px; border-radius: 6px; text-align: center; margin-top: 20px; }
.form-success i { font-size: 2.8rem; color: var(--netflix-red); margin-bottom: 12px; display: block; }
.form-success h4 { font-size: 1.3rem; margin-bottom: 8px; font-weight: 700; }
.form-success p { color: var(--text-gray); line-height: 1.6; font-size: 0.9rem; }
.contact-details .contact-info-card { background-color: var(--card-bg); padding: 18px 20px; border-radius: 6px; margin-bottom: 15px; display: flex; align-items: center; gap: 15px; border: 1px solid #282828; transition: border-color 0.3s ease; }
.contact-details .contact-info-card:hover { border-color: var(--netflix-red); }
.contact-details .contact-info-card i { font-size: 1.8rem; color: var(--netflix-red); flex-shrink: 0; width: 30px; text-align: center; }
.contact-details .contact-info-card div span { font-weight: 700; color: var(--text-white); display: block; font-size: 1rem; margin-bottom: 3px; }
.contact-details .contact-info-card div p { margin: 0; line-height: 1.5; color: var(--text-gray); font-size: 0.9rem; }
.contact-details .contact-info-card div p a { color: var(--text-gray); }
.contact-details .contact-info-card div p a:hover { color: var(--netflix-red); text-decoration: underline; }
.contact-hours { margin-top: 25px; padding: 20px; background-color: var(--card-bg); border-radius: 6px; border: 1px solid #282828; text-align: left; }
.contact-hours h4 { font-family: var(--font-headings); font-size: 1.1rem; font-weight: 700; color: var(--text-white); margin-bottom: 10px; }
.contact-hours p { font-size: 0.9rem; color: var(--text-gray); display: flex; align-items: center; gap: 8px; }
.contact-hours p i { color: var(--netflix-red); font-size: 1.1rem; }

/* 404 Pagina */
.error-page-container { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: calc(100vh - 74px - 250px); padding: 40px 20px; color: var(--text-white); }
.error-page-container h1 { font-size: 7rem; font-weight: 800; color: var(--netflix-red); margin-bottom: 0px; line-height: 1; }
.error-page-container h2 { font-size: 2rem; font-weight: 700; color: var(--text-white); margin-top: 8px; margin-bottom: 18px; }
.error-page-container p { font-size: 1rem; color: var(--text-gray); max-width: 500px; margin-left: auto; margin-right: auto; margin-bottom: 25px; line-height: 1.65; }


/* Responsive (Same as before, ensure consistency and test specific inner page layouts) */
@media (max-width: 1024px) { 
    .smart-choice-grid { grid-template-columns: repeat(2, 1fr); }
    .commitment-grid { grid-template-columns: repeat(2, 1fr); }
    .focused-layout { grid-template-columns: 1fr; }
    .focused-image { order: -1; max-width: 550px; margin-left: auto; margin-right: auto; margin-bottom: 25px; }
    .footer-main { grid-template-columns: repeat(2, 1fr); }
    .movies-section .swiper-button-next, .movies-section .swiper-button-prev { display: flex; }
    .contact-layout { grid-template-columns: 1fr; } 
    .contact-details { margin-top: 30px; }
    .faq-container { grid-template-columns: 1fr; } 
}
@media (max-width: 768px) { 
    .navbar { padding: 12px 4%; }
    .nav-links { display: none; position: absolute; top: calc(100% + 1px); left: 0; width: 100%; background-color: var(--card-bg); flex-direction: column; align-items: center; padding: 10px 0; gap: 15px; box-shadow: 0 4px 8px rgba(0,0,0,0.15); border-top: 1px solid #282828;}
    .nav-links.active { display: flex; }
    .cta-button.header-cta { display: none; }
    #menu-icon { display: block; }

    .hero { padding: 100px 15px 90px 15px; }
    .hero h1 { font-size: 2rem; }
    .hero .description { font-size: 0.95rem; }
    .hero-channels-carousel { padding: 10px 0; width: 95%; bottom: 15px; }
    .channels-swiper .channel-slide img { height: 30px; max-width: 80px;}

    .section-title { font-size: 1.8rem; margin-bottom: 25px; }
    .smart-choice-grid, .features-grid, .price-grid, .testimonials-grid, .devices-grid, .steps-container, .faq-container, .footer-main, .commitment-grid, .country-list-grid, .cta-section { 
        grid-template-columns: 1fr;
    }
    .choice-card, .feature-card, .price-card, .testimonial-card, .device-card, .step-card, .faq-contact-card, .commitment-item, .country-item { 
        padding: 25px 20px; 
    }
    .price-card.popular { transform: scale(1); margin-top: 25px;}
    .focused-image { margin-top: 20px; }
    .faq-contact-card { min-height: auto; margin-top: 20px;}
    .footer-main .footer-column { text-align: center; }
    .footer-contact li, .footer-column .logo { justify-content: center; }
    .footer-bottom { flex-direction: column; gap: 8px; padding: 15px 0;}
    .movies-section .swiper-button-next, .movies-section .swiper-button-prev { display: none; }
    .page-header { padding: 80px 15px 50px 15px; }
    .page-header h1 { font-size: 2rem; }
    .page-container { padding: 20px 15px; margin: 30px auto 50px auto; }
    .contact-layout { padding: 25px 15px; }
}
@media (max-width: 480px) {
    .hero h1 { font-size: 1.7rem; }
    .hero .description { font-size: 0.9rem; }
    .cta-button-main { font-size: 1rem; padding: 12px 25px; }
    .plan-price { font-size: 2.6rem; }
    .section-title { font-size: 1.6rem; }
    .choice-card h3, .feature-header h3, .step-card h3, .commitment-item h4, .focused-text .sub-heading-red { font-size: 1.1rem; }
    .faq-question span { font-size: 0.9rem; }
    .page-header h1 { font-size: 1.8rem; }
}