/* ============================================
 CSS VARIABLES - SINGLE SOURCE OF TRUTH
 ============================================ */

:root {
 
 --color-primary: #1f2937;
 --color-secondary: #14b8a6;
 --color-accent: #f59e0b;
 --color-success: #22c55e;

 
 --color-background: #0f1218;
 --color-dark-bg: #141923;
 --color-darker-bg: #0f1218;
 --color-light-bg: #f5f5f5;
 --color-white: #ffffff;

 
 --color-text-dark: #333333;
 --color-text-light: #f5f5f5;
 --color-text-lighter: #cccccc;

 
 --color-border-dark: #444444;
 --color-border-light: #e0e0e0;

 
 --font-heading: 'Montserrat', sans-serif;
 --font-body: 'Roboto', sans-serif;
 --font-accent: 'Poppins', sans-serif;

 
 --spacing-xs: 0.5rem;
 --spacing-sm: 1rem;
 --spacing-md: 1.5rem;
 --spacing-lg: 2rem;
 --spacing-xl: 3rem;
 --spacing-xxl: 4rem;

 
 --container-max-width: 1200px;
 --border-radius: 8px;
 --border-radius-lg: 15px;
 --transition-speed: 0.3s;
 --box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);

 
 --mobile-padding: 1rem;
 --mobile-margin: 0.5rem;
 --touch-target-size: 44px;

 
 --font-size-xs: clamp(1.4rem, 0.5vw + 1.1rem, 1.6rem);
 --font-size-sm: clamp(1.6rem, 0.8vw + 1.2rem, 1.8rem);
 --font-size-base: clamp(1.8rem, 1vw + 1.3rem, 2rem);
 --font-size-md: clamp(2rem, 1.5vw + 1.3rem, 2.6rem);
 --font-size-lg: clamp(2.6rem, 2vw + 1.6rem, 3.4rem);
 --font-size-xl: clamp(3.4rem, 3vw + 1.6rem, 4.7rem);
 --font-size-xxl: clamp(4.2rem, 4vw + 1.6rem, 6.2rem);
}



html {
 font-size: clamp(14px, 0.875rem + 0.25vw, 16px);
}

body {
 font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
 line-height: 1.6;
}


h1, .h1 {
 font-size: clamp(2.5rem, 2rem + 2.5vw, 5rem);
 line-height: 1.2;
}

h2, .h2 {
 font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem);
 line-height: 1.3;
}

h3, .h3 {
 font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
 line-height: 1.4;
}

h4, .h4 {
 font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.75rem);
}

h5, .h5 {
 font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
}

h6, .h6 {
 font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem);
}


p {
 font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.125rem);
 line-height: 1.6;
}


.container {
 max-width: clamp(1200px, 90vw, 1600px);
 padding: 0 clamp(1rem, 2vw, 3rem);
}


section {
 padding: clamp(2rem, 1.5rem + 2.5vw, 5rem) 0;
}


.site-header {
 padding: clamp(1rem, 1.5vw, 2rem) 0;
}

.site-branding img {
 max-height: clamp(40px, 3vw + 30px, 80px);
}

.site-brand-text {
 font-size: clamp(1.25rem, 1rem + 1vw, 2rem);
}

.main-navigation a {
 font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.125rem);
 padding: clamp(0.5rem, 0.75vw, 1rem) clamp(0.75rem, 1vw, 1.5rem);
}


.button, .btn {
 font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.125rem);
 padding: clamp(0.75rem, 1vw, 1.25rem) clamp(1.5rem, 2vw, 2.5rem);
}


.card, .benefit-card, .testimonial-card, .pricing-plan {
 padding: clamp(1.5rem, 1rem + 2vw, 3rem);
 border-radius: clamp(8px, 1vw, 16px);
}


.icon, .benefit-icon, .feature-icon {
 font-size: clamp(2.5rem, 2rem + 2vw, 4rem);
}


.stat-number {
 font-size: clamp(2rem, 1.5rem + 2.5vw, 4rem);
}

.stat-label {
 font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.125rem);
}


.grid, .benefits-grid, .features-grid, .pricing-grid, .testimonials-grid {
 gap: clamp(1rem, 0.5rem + 2vw, 2.5rem);
}


.hero-section, .welcome-hero-section {
 padding: clamp(3rem, 5vw, 8rem) 0 clamp(2rem, 3vw, 5rem);
}

.hero-title {
 font-size: clamp(2.5rem, 2rem + 3vw, 6rem);
 line-height: 1.1;
}

.hero-subtitle {
 font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
}


.section-title {
 font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem);
 margin-bottom: clamp(1.5rem, 2vw, 3rem);
}

.section-subtitle {
 font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem);
}


.movie-item img, .channel-item img {
 width: 100%;
 height: auto;
 max-width: clamp(150px, 10vw + 100px, 300px);
}

.movie-title {
 font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.125rem);
}


.device-icon {
 font-size: clamp(3rem, 2.5rem + 2vw, 5rem);
 width: clamp(60px, 5vw + 50px, 100px);
 height: clamp(60px, 5vw + 50px, 100px);
}


.plan-name {
 font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.75rem);
}

.plan-price {
 font-size: clamp(2.5rem, 2rem + 2vw, 4rem);
}

.plan-features li {
 font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.125rem);
 padding: clamp(0.5rem, 0.75vw, 1rem) 0;
}


.testimonial-text {
 font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.125rem);
}

.customer-name {
 font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
}


.faq-question {
 font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem);
}

.faq-answer {
 font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.125rem);
}


.site-footer {
 padding: clamp(2rem, 3vw, 4rem) 0;
}

.footer-widget h3 {
 font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
}

.footer-widget li, .footer-widget p {
 font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
}


input, textarea, select {
 font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.125rem);
 padding: clamp(0.75rem, 1vw, 1.25rem);
}

label {
 font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
}


.badge, .trust-badge, .popular-badge {
 font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
 padding: clamp(0.25rem, 0.5vw, 0.5rem) clamp(0.5rem, 0.75vw, 1rem);
}


@media (max-width: 768px) {
 .container {
 padding: 0 clamp(0.75rem, 2vw, 1.5rem);
 }
}
/*
Theme Name: best4iptv Premium Theme
Theme URI: https://www.best4iptv.net/
Author: best4iptv Team
Author URI: https://www.best4iptv.net
Description: A modern and professional WordPress theme for best4iptv Premium IPTV services.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iptv-modern-theme
Tags: iptv, woocommerce, modern, responsive, custom-colors, custom-menu, featured-images, translation-ready
*/


:root {
 --color-dark-bg: #141923;
 --color-darker-bg: #0f1218;
 --color-primary: #1f2937;
 --color-light-bg: #f5f5f5;
 --color-white: #ffffff;
 --color-secondary: #3b82f6;
 --color-accent: #f59e0b;

 --color-text-dark: #333333;
 
 --color-text-light: #e2e8f0;
 
 --color-text-lighter: #94a3b8;
 

 --color-border-dark: rgba(255, 255, 255, 0.1);
 
 --color-border-light: #e0e0e0;
 

 --font-heading: 'Montserrat', sans-serif;
 --font-body: 'Inter', 'Roboto', sans-serif;
 --font-accent: 'Poppins', sans-serif;

 --transition-speed: 0.3s;
 --border-radius: 8px;
 --box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
 --carousel-duration: 45s;
 

 
 --mobile-padding: 1rem;
 --mobile-margin: 0.5rem;
 --touch-target-size: 44px;
}


* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

html {
 font-size: 62.5%;
 scroll-behavior: smooth;
}

body {
 font-family: var(--font-body);
 font-size: 1.8rem;
 line-height: 1.7;
 color: var(--color-text-light);
 
 background: var(--color-darker-bg);
 
 overflow-x: hidden;
}


::-webkit-scrollbar {
 width: 8px;
}

::-webkit-scrollbar-track {
 background: #0f172a;
}

::-webkit-scrollbar-thumb {
 background: #334155;
 border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
 background: var(--color-accent);
}


h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: var(--font-heading);
 font-weight: 800;
 line-height: 1.1;
 margin-bottom: 1.5rem;
 color: #f8fafc;
 letter-spacing: -0.5px;
 
}

h1 {
 font-size: 5.2rem;
}

h2 {
 font-size: 4rem;
}

h3 {
 font-size: 2.7rem;
}

h4 {
 font-size: 2.5rem;
}

h5 {
 font-size: 2.1rem;
}

h6 {
 font-size: 1.9rem;
}

p {
 margin-bottom: 1.8rem;
 color: var(--color-text-light);
}

a {
 color: var(--color-secondary);
 text-decoration: none;
 transition: all var(--transition-speed) ease;
}

a:hover {
 color: var(--color-accent);
}


.container {
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 2rem;
}

.row {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -1.5rem;
}

.col {
 padding: 0 1.5rem;
 flex: 1;
}


header#masthead.site-header {
 background: rgba(15, 23, 42, 0.85);
 
 backdrop-filter: blur(12px);
 -webkit-backdrop-filter: blur(12px);
 padding: 1.2rem 0;
 position: relative;
 z-index: 100;
 box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
 border-bottom: 1px solid rgba(255, 255, 255, 0.05);
 width: 100%;
 transition: all 0.3s ease;
}

.site-header .container {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
}

.site-branding {
 display: flex;
 align-items: center;
}

.site-branding img {
 max-height: 70px;
 width: 70px;
 border-radius: 50%;
 object-fit: contain;
 filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.site-brand-text {
 font-size: 1.8rem;
 font-weight: 700;
 margin-left: 1rem;
 vertical-align: middle;
 letter-spacing: 1px;
 text-decoration: none;
 text-transform: uppercase;
 font-family: var(--font-heading);
}

#masthead .site-branding .site-brand-text span:nth-child(1) {
 color: var(--color-secondary);
 
}

#masthead .site-branding .site-brand-text span:nth-child(2) {
 color: var(--color-accent);
 
}

#masthead .site-branding .site-brand-text span:nth-child(3) {
 color: #f8fafc;
 
}

.site-brand-text span:nth-child(4) {
 display: none;
 
}

.site-brand-text:hover {
 opacity: 0.9;
}

.site-title {
 font-size: 2.4rem;
 margin: 0;
 margin-left: 1rem;
}

.site-title a {
 color: var(--color-white);
 
}


.main-navigation {
 display: flex;
 align-items: center;
}

.main-navigation ul {
 display: flex;
 
 list-style: none;
 margin: 0;
 padding: 0;
}

.main-navigation li {
 margin: 0 1.5rem;
}

.main-navigation a {
 color: var(--color-text-light);
 
 font-weight: 500;
 padding: 0.5rem 1rem;
 position: relative;
 white-space: nowrap;
 
 border-radius: 6px;
 transition: all 0.2s ease;
 font-size: 1.5rem;
}

.main-navigation a:after {
 display: none;
 
}

.main-navigation a:hover:after,
.main-navigation .current-menu-item a:after {
 width: 0;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
 background: rgba(255, 255, 255, 0.1);
 color: var(--color-white);
}

.menu-toggle {
 display: none;
 
 background: none;
 border: none;
 color: var(--color-white);
 cursor: pointer;
 z-index: 101;
 padding: 0.5rem;
 width: 40px;
 height: 40px;
 position: relative;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 6px;
}

.hamburger-line {
 width: 36px;
 height: 1.5px;
 background-color: #fff;
 border-radius: 2px;
 transition: all 0.3s ease;
 display: block;
}

.menu-toggle:hover .hamburger-line {
 background-color: var(--color-accent);
}


.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
 transform: translateY(9px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
 opacity: 0;
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
 transform: translateY(-9px) rotate(-45deg);
}


.button {
 display: inline-block;
 padding: 1.2rem 2.5rem;
 border-radius: var(--border-radius);
 font-family: var(--font-accent);
 font-weight: 600;
 text-align: center;
 transition: all var(--transition-speed) ease;
 cursor: pointer;
 text-decoration: none;
 text-transform: uppercase;
 min-height: 44px;
 min-width: 44px;
 display: flex;
 align-items: center;
 justify-content: center;
}

.button:active {
 transform: scale(0.98);
 
}

.button-primary {
 background: var(--color-accent);
 color: var(--color-white);
 
 border: 2px solid var(--color-accent);
}

.button-primary:hover {
 background: darken(var(--color-accent), 10%);
 
 border-color: darken(var(--color-accent), 10%);
}

.button-secondary {
 background: transparent;
 color: var(--color-secondary);
 
 border: 2px solid var(--color-secondary);
 margin-left: 1.5rem;
}

.button-secondary:hover {
 background: var(--color-secondary);
 color: var(--color-white);
 
}


.hero-section {
 position: relative;
 min-height: 85vh;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 color: var(--color-white);
 overflow: hidden;
 padding-top: 80px;
 
}

.hero-section::before {
 content: "";
 position: absolute;
 inset: 0;
 background: url('../images/aflam.jpg') no-repeat center center/cover;
 background:
 linear-gradient(to bottom, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.7) 50%, var(--color-dark-bg) 100%),
 url('../images/aflam.jpg') no-repeat center center/cover;
 z-index: 0;
}

.hero-content {
 position: relative;
 z-index: 1;
 max-width: 800px;
 padding: 2rem;
}

section.hero-section .hero-title {
 font-size: 6rem;
 margin-bottom: 2rem;
 color: #fff;
 font-weight: 800;
 letter-spacing: -1px;
 text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
 background: linear-gradient(to right, #fff, #cbd5e1);
 background-clip: text;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

section.hero-section .hero-subtitle {
 font-size: 2rem;
 margin-bottom: 3rem;
 opacity: 0.8;
 color: #fff;
 max-width: 700px;
 margin-left: auto;
 margin-right: auto;
 line-height: 1.6;
}

.hero-buttons {
 display: flex;
 justify-content: center;
 gap: 20px;
}


.global-movies-section {
 padding: 4rem 0;
 background: transparent;
 
}

.global-movies-section .container {
 overflow: hidden;
 padding: 0;
 max-width: 100%;
 margin: 0;
}

.movies-carousel {
 overflow-x: auto;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch;
 scrollbar-width: none;
 white-space: nowrap;
 padding: 2rem 0;
 direction: ltr;
 width: 100%;
}

.movies-carousel::-webkit-scrollbar {
 display: none;
 
}

.movies-grid {
 display: inline-flex;
 gap: 2rem;
 padding: 0 2rem;
 direction: ltr;
 animation: scrollRTL var(--carousel-duration) linear infinite;
}

.movie-item {
 flex: 0 0 auto;
 width: 250px;
 background: var(--color-darker-bg);
 border-radius: var(--border-radius);
 box-shadow: var(--box-shadow);
 overflow: hidden;
 text-align: center;
 transition: transform var(--transition-speed) ease;
 border: 1px solid var(--color-border-dark);
 display: flex;
 flex-direction: column;
}

.movie-item:hover {
 transform: translateY(-10px);
}

.movie-item img {
 width: 100%;
 height: 350px;
 object-fit: cover;
 display: block;
 min-height: 350px;
 max-height: 350px;
}

.movie-title {
 font-size: 2rem;
 color: var(--color-white);
 
 margin: 1.5rem 0;
 padding: 0 1rem;
}


.support-section {
 padding: 3rem 0;
 background: var(--color-dark-bg);
 
 text-align: center;
}

.support-section .section-title {
 color: var(--color-white);
 
}

.support-box {
 background: var(--color-primary);
 
 padding: 3rem;
 border-radius: var(--border-radius);
 box-shadow: var(--box-shadow);
 max-width: 400px;
 margin: 0 auto;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 border: 1px solid var(--color-border-dark);
}

.support-icon {
 font-size: 5rem;
 color: var(--color-secondary);
 margin-bottom: 2rem;
}

.support-title {
 font-size: 2.8rem;
 color: var(--color-white);
 
 margin-bottom: 1.5rem;
}

.support-description {
 font-size: 1.6rem;
 color: var(--color-text-light);
 
 line-height: 1.8;
}


.features-section {
 padding: 4rem 0;
 background: var(--color-dark-bg);
 
}

.section-title {
 text-align: center;
 margin-bottom: 5rem;
 font-size: 4rem;
 color: var(--color-white);
 
 position: relative;
}

.section-title::after {
 content: '';
 position: absolute;
 bottom: -1rem;
 left: 50%;
 transform: translateX(-50%);
 width: 80px;
 height: 4px;
 background: var(--color-accent);
 border-radius: 2px;
}

.features-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 3rem;
}

.feature-item {
 background: var(--color-primary);
 
 padding: 3rem;
 border-radius: var(--border-radius);
 text-align: center;
 box-shadow: var(--box-shadow);
 transition: transform var(--transition-speed) ease;
 border: 1px solid var(--color-border-dark);
}

.feature-item:hover {
 transform: translateY(-10px);
}

.feature-icon {
 font-size: 5rem;
 color: var(--color-secondary);
 margin-bottom: 2rem;
}

.feature-title {
 font-size: 2.4rem;
 margin-bottom: 1.5rem;
 color: var(--color-white);
 
}

.feature-description {
 font-size: 1.6rem;
 color: var(--color-text-light);
 
 opacity: 0.8;
}


.pricing-section {
 padding: 4rem 0;
 background: var(--color-dark-bg);
 
 text-align: center;
}

.pricing-section .section-title {
 color: var(--color-white);
 
}

.pricing-toggle {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 15px;
 margin-bottom: 5rem;
}

.toggle-label {
 font-size: 1.8rem;
 color: var(--color-text-light);
 
 font-weight: 500;
}


.switch {
 position: relative;
 display: inline-block;
 width: 60px;
 height: 34px;
}

.switch input {
 opacity: 0;
 width: 0;
 height: 0;
}

.slider {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: var(--color-primary);
 
 transition: .4s;
 border-radius: 34px;
}

.slider:before {
 position: absolute;
 content: "";
 height: 26px;
 width: 26px;
 left: 4px;
 bottom: 4px;
 background-color: var(--color-white);
 
 transition: .4s;
 border-radius: 50%;
}

input:checked+.slider {
 background-color: var(--color-secondary);
}

input:checked+.slider:before {
 transform: translateX(26px);
}

.pricing-grid {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: flex-start;
 gap: 2rem;
 max-width: 100%;
 margin: 5rem auto 0;
}

@media (min-width: 768px) {
 .pricing-grid {
 flex-wrap: wrap;
 }
}

@media (min-width: 992px) {
 .pricing-grid {
 flex-wrap: wrap;
 }

 .pricing-plan {
 flex: 0 0 auto;
 width: auto;
 }

 
 .pricing-grid .pricing-plan.plan-index-4,
 .pricing-grid .pricing-plan.plan-index-5 {
 flex: 0 0 auto;
 width: auto;
 }
}

.pricing-plan {
 background: var(--color-darker-bg);
 padding: 4rem;
 border-radius: var(--border-radius);
 text-align: center;
 box-shadow: var(--box-shadow);
 transition: transform var(--transition-speed) ease, border var(--transition-speed) ease;
 border: 2px solid transparent;
 display: flex;
 flex-direction: column;
 position: relative;
 width: 100%;
 max-width: 380px;
 height: 100%;
 min-height: 650px;
 margin: 0 auto;
}

.pricing-plan.featured {
 border-color: var(--color-accent);
 
 box-shadow: 0 15px 40px rgba(245, 158, 11, 0.15);
 
 z-index: 1;
 position: relative;
}

.pricing-plan:hover {
 transform: translateY(-10px);
}

.pricing-plan.featured:hover {
 transform: translateY(-10px);
 
}

.popular-badge {
 position: absolute;
 top: 0;
 right: 0;
 background-color: var(--color-accent);
 color: var(--color-white);
 padding: 0.5rem 2rem;
 font-size: 1.4rem;
 font-weight: bold;
 transform: rotate(45deg) translate(25%, -25%);
 transform-origin: 100% 0;
 width: 150px;
 text-align: center;
}

.plan-name {
 font-size: 3rem;
 color: var(--color-white);
 
 margin-bottom: 2rem;
}

.plan-price {
 font-size: 5rem;
 color: var(--color-accent);
 font-weight: 700;
 margin-bottom: 2rem;
}

.plan-price span {
 font-size: 1.8rem;
 font-weight: 400;
 color: var(--color-text-lighter);
 
}

.plan-features {
 list-style: none;
 margin-bottom: 3rem;
 flex-grow: 1;
}

.plan-features li {
 font-size: 1.6rem;
 color: var(--color-text-light);
 
 padding: 10px 0;
 border-bottom: 1px solid var(--color-border-dark);
}

.plan-features li:last-child {
 border-bottom: none;
}


.how-it-works-section {
 padding: 4rem 0;
 background: var(--color-dark-bg);
 
 text-align: center;
}

.how-it-works-section .section-title {
 margin-bottom: 7rem;
 color: var(--color-white);
 
}

.steps-grid {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 gap: 2rem;
}

.step-item {
 flex: 1;
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 min-width: 220px;
 max-width: 300px;
 margin: 0 10px;
}

.step-title {
 margin-bottom: 1rem;
 font-size: 2.2rem;
 color: var(--color-accent);
 font-weight: 700;
}

.step-description {
 font-size: 1.6rem;
 color: #e0e0e0;
 line-height: 1.6;
 margin-bottom: 0;
 margin-top: 0;
 text-align: center;
}


.testimonials-section {
 padding: 4rem 0;
 background: var(--color-dark-bg);
 
}

.testimonials-section .section-title {
 color: var(--color-white);
 
}

.testimonials-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 3rem;
}

.testimonial-item {
 background: var(--color-primary);
 
 padding: 3rem;
 border-radius: var(--border-radius);
 box-shadow: var(--box-shadow);
 position: relative;
 padding-top: 5rem;
 border: 1px solid var(--color-border-dark);
}

.testimonial-item::before {
 content: '\f10d';
 font-family: 'Font Awesome 5 Free';
 font-weight: 900;
 font-size: 4rem;
 color: var(--color-accent);
 position: absolute;
 top: 2rem;
 left: 2rem;
 opacity: 0.3;
}

.testimonial-content {
 font-style: italic;
 color: var(--color-text-light);
 
 margin-bottom: 2rem;
}

.testimonial-author {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 color: var(--color-white);
 
}

.author-name {
 font-weight: 600;
 font-size: 1.8rem;
}

.author-title {
 font-size: 1.4rem;
 opacity: 0.7;
 color: var(--color-text-lighter);
 
}


.faq-section {
 padding: 4rem 0;
 background: var(--color-dark-bg);
 
 text-align: center;
}

.faq-container {
 max-width: 900px;
 margin: 0 auto;
 margin-top: 5rem;
 
}

.faq-item {
 background: var(--color-primary);
 
 margin-bottom: 1.5rem;
 border-radius: var(--border-radius);
 overflow: hidden;
 box-shadow: var(--box-shadow);
 border: 1px solid var(--color-border-dark);
}

.faq-question {
 padding: 2rem 2.5rem;
 display: flex;
 justify-content: space-between;
 align-items: center;
 cursor: pointer;
 color: var(--color-white);
 
 font-family: var(--font-heading);
 font-weight: 600;
 font-size: 2rem;
 transition: background-color var(--transition-speed) ease;
}

.faq-question:hover {
 background-color: var(--color-darker-bg);
 
}

.faq-question .icon {
 font-size: 1.8rem;
 color: var(--color-secondary);
 transition: transform var(--transition-speed) ease;
}

.faq-answer {
 padding: 0 2.5rem 2rem;
 color: var(--color-text-light);
 font-size: 1.6rem;
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 transition: max-height var(--transition-speed) ease-out, opacity var(--transition-speed) ease-out;
 text-align: left !important;
}

.faq-item.active .faq-answer {
 max-height: 500px;
 opacity: 1;
 transition: max-height var(--transition-speed) ease-in, opacity var(--transition-speed) ease-in;
}


.cta-section {
 padding: 8rem 0;
 background: var(--color-primary);
 
 text-align: center;
 color: var(--color-white);
 
}

.cta-title {
 font-size: 4.2rem;
 margin-bottom: 2rem;
 color: var(--color-white);
}

.cta-description {
 font-size: 2rem;
 margin-bottom: 3rem;
 opacity: 0.9;
 color: var(--color-text-lighter);
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
}


.site-footer {
 background: var(--color-primary);
 
 padding: 6rem 0 3rem;
 color: var(--color-text-light);
 font-size: 1.6rem;
 border-top: 1px solid var(--color-border-dark);
}

.site-footer .container {
 display: flex;
 flex-direction: column;
}

.footer-widgets {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 gap: 3rem;
 margin-bottom: 4rem;
}

.footer-widget {
 text-align: left;
}

.footer-widget h3 {
 font-size: 2.2rem;
 color: var(--color-white);
 
 margin-bottom: 2.5rem;
 position: relative;
 padding-bottom: 10px;
}

.footer-widget h3::after {
 content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 width: 60px;
 height: 3px;
 background: var(--color-accent);
}

.footer-widget p {
 color: var(--color-text-light);
 font-size: 1.6rem;
 line-height: 1.8;
}

.footer-widget ul li a {
 color: var(--color-text-light);
 font-size: 1.6rem;
 line-height: 1.8;
}

.footer-widget ul li {
 margin-bottom: 1rem;
}

.footer-widget ul li a:hover {
 color: var(--color-secondary);
}

.footer-widget.contact-info p i {
 margin-right: 10px;
 color: var(--color-secondary);
}

.social-icons {
 margin-top: 2rem;
 display: flex;
 gap: 15px;
}

.social-icons a {
 font-size: 2rem;
 color: var(--color-white);
 
 transition: color var(--transition-speed) ease;
}

.social-icons a:hover {
 color: var(--color-secondary);
}

.footer-bottom {
 border-top: 1px solid var(--color-border-dark);
 padding-top: 2rem;
 text-align: center;
 font-size: 1.4rem;
 color: var(--color-text-light);
}


@media (max-width: 1024px) {
 html {
 font-size: 58%;
 }

 .container {
 padding: 0 1.5rem;
 }

 .hero-section {
 height: 80vh;
 padding: 2rem 0;
 }

 .movies-grid {
 gap: 1.5rem;
 }

 .movie-item {
 width: 220px;
 }
}

@media (max-width: 768px) {
 html {
 font-size: 60%;
 }

 .container {
 padding: 0 1rem;
 }

 .site-header {
 padding: 1.5rem 0;
 }

 .site-header .container {
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 padding: 0 1rem;
 }

 .site-branding {
 flex: 1;
 }

 .site-branding img {
 max-height: 40px;
 }

 .site-brand-text {
 font-size: 2.2rem;
 margin-left: 1rem;
 }

 .main-navigation {
 position: absolute;
 top: 100%;
 left: 0;
 width: 100%;
 background: var(--color-primary);
 box-shadow: var(--box-shadow);
 border-top: 1px solid var(--color-border-dark);
 display: none;
 flex-direction: column;
 padding: 1.5rem 0;
 z-index: 999;
 }

 .main-navigation.toggled {
 display: flex;
 }

 .main-navigation ul {
 flex-direction: column;
 width: 100%;
 text-align: center;
 }

 .main-navigation li {
 margin: 0;
 border-bottom: 1px solid var(--color-border-dark);
 }

 .main-navigation li:last-child {
 border-bottom: none;
 }

 .main-navigation a {
 display: block;
 padding: 1.8rem 2rem;
 color: var(--color-white);
 font-size: 1.8rem;
 }

 .menu-toggle {
 display: flex;
 }

 .hero-section {
 height: 70vh;
 padding: 1rem;
 }

 .hero-title {
 font-size: 3.5rem;
 margin-bottom: 1.5rem;
 }

 .hero-subtitle {
 font-size: 1.8rem;
 margin-bottom: 2rem;
 }

 .hero-buttons {
 flex-direction: column;
 gap: 15px;
 align-items: center;
 }

 .button {
 width: 100%;
 max-width: 300px;
 text-align: center;
 min-height: 50px;
 padding: 1.5rem 2rem;
 }

 .button-secondary {
 margin-left: 0;
 }

 .movies-carousel {
 padding: 1rem 0;
 }

 .movies-grid {
 gap: 1rem;
 padding: 0 1rem;
 }

 .movie-item {
 width: 180px;
 }

 .movie-item img {
 height: 250px;
 }

 .movie-title {
 font-size: 1.6rem;
 margin: 1rem 0;
 }

 .features-grid,
 .pricing-grid,
 .testimonials-grid,
 .footer-widgets {
 grid-template-columns: 1fr;
 gap: 2.5rem;
 }

 .feature-item,
 .pricing-plan,
 .testimonial-item {
 padding: 2.5rem 2rem;
 margin-bottom: 1rem;
 }

 .form-section {
 margin-bottom: 2rem;
 }

 .form-group {
 margin-bottom: 1.8rem;
 }

 .how-it-works-section .steps-grid {
 flex-direction: column;
 gap: 3rem;
 padding: 0 1rem;
 }

 .how-it-works-section .steps-grid::before {
 display: none;
 }

 .step-item {
 max-width: 100%;
 margin: 0;
 padding: 2.5rem 1.8rem;
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
 border: 1px solid rgba(255, 255, 255, 0.15);
 border-radius: 15px;
 transition: all 0.3s ease;
 }

 .step-item:hover {
 transform: translateY(-5px);
 border-color: var(--color-accent);
 box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
 }

 .step-title {
 color: var(--color-accent);
 font-size: 2.4rem;
 margin-bottom: 1.2rem;
 }

 .step-description {
 font-size: 1.7rem;
 }

 .faq-question {
 font-size: 1.6rem;
 padding: 1.8rem;
 }

 .faq-answer {
 padding: 0 1.8rem 1.8rem;
 }

 .cta-title {
 font-size: 2.8rem;
 }

 .cta-description {
 font-size: 1.6rem;
 }

 .section-title {
 font-size: 3rem;
 margin-bottom: 3rem;
 }

 .support-box,
 .subscription-form-container {
 padding: 2rem;
 margin: 2rem 1rem;
 }
}

@media (max-width: 480px) {
 html {
 font-size: 62%;
 }

 .container {
 padding: 0 0.5rem;
 }

 .site-header {
 padding: 1rem 0;
 }

 .site-branding img {
 max-height: 35px;
 }

 .site-brand-text {
 font-size: 1.8rem;
 margin-left: 0.5rem;
 }

 .hero-section {
 height: 60vh;
 }

 .hero-title {
 font-size: 3rem;
 line-height: 1.1;
 }

 .hero-subtitle {
 font-size: 1.6rem;
 }

 .button {
 padding: 1rem 2rem;
 font-size: 1.4rem;
 }

 .movies-grid {
 padding: 0 0.5rem;
 }

 .movie-item {
 width: 150px;
 }

 .movie-item img {
 height: 200px;
 }

 .movie-title {
 font-size: 1.4rem;
 }

 .section-title {
 font-size: 2.5rem;
 }

 .feature-item,
 .pricing-plan,
 .testimonial-item {
 padding: 1.5rem;
 }

 .feature-icon {
 font-size: 4rem;
 }

 .feature-title {
 font-size: 2rem;
 }

 .faq-question {
 padding: 1rem;
 font-size: 1.4rem;
 }

 .faq-answer {
 padding: 0 1rem 1rem;
 font-size: 1.4rem;
 }

 .cta-title {
 font-size: 2.4rem;
 }

 .support-box {
 padding: 1.5rem;
 }

 .support-icon {
 font-size: 4rem;
 }

 .support-title {
 font-size: 2.2rem;
 }
}


@media (hover: none) and (pointer: coarse) {

 .button,
 .menu-toggle,
 .faq-question {
 min-height: 48px;
 min-width: 48px;
 touch-action: manipulation;
 }

 .main-navigation a {
 padding: 1.5rem;
 min-height: 48px;
 display: flex;
 align-items: center;
 justify-content: center;
 }

 .movie-item:hover {
 transform: none;
 }

 .feature-item:hover,
 .pricing-plan:hover,
 .testimonial-item:hover {
 transform: none;
 }

 
 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="password"],
 select,
 textarea {
 font-size: 16px;
 }
}


body.rtl {
 direction: rtl;
 text-align: right;
 
}

.rtl .container {
 text-align: right;
 
}

.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
.rtl p,
.rtl li,
.rtl .section-title,
.rtl .hero-subtitle,
.rtl .cta-title,
.rtl .cta-description,
.rtl .testimonial-content,
.rtl .author-name,
.rtl .author-title,
.rtl .feature-title,
.rtl .feature-description,
.rtl .step-title,
.rtl .step-description,
.rtl .plan-name,
.rtl .plan-price,
.rtl .plan-features li,
.rtl .support-title,
.rtl .support-description {
 text-align: left;
 
}

.rtl .site-title a {
 text-align: right;
 
}

.rtl .main-navigation ul {
 direction: rtl;
}

.rtl .main-navigation li {
 margin: 0 0 0 1.5rem;
 
}

.rtl .main-navigation li:last-child {
 margin-left: 0;
 
}

.rtl .main-navigation a:after {
 left: auto;
 right: 0;
}

.rtl .menu-toggle {
 margin-left: auto;
 
}

.rtl .button-secondary {
 margin-right: 1.5rem;
 
 margin-left: 0;
}

.rtl .hero-content {
 text-align: right;
}

.rtl .testimonials-grid {
 text-align: right;
 
}

.rtl .testimonial-item {
 text-align: right;
 
}

.rtl .testimonial-item::before {
 left: auto;
 right: 15px;
}

.rtl .testimonial-author {
 flex-direction: row-reverse;
 
 text-align: right;
 
}

.rtl .faq-question {
 justify-content: flex-start;
 
 text-align: left;
 
}

.rtl .faq-question-text {
 direction: ltr;
 
 margin-right: auto;
 
 margin-left: 0;
 
}

.rtl .faq-question .icon {
 left: auto;
 right: 15px;
 
}

.rtl .faq-answer {
 text-align: left;
 
}

.rtl .cta-section .container {
 text-align: right;
 
}

.rtl .pricing-toggle .toggle-label.active,
.rtl .pricing-toggle .toggle-label:hover {
 color: var(--color-primary);
 
}

.rtl .pricing-grid {
 text-align: right;
}

.rtl .plan-features li {
 text-align: right;
}

.rtl .steps-grid {
 flex-direction: row;
 
 justify-content: space-between;
 text-align: center;
 
}

.rtl .step-item {
 text-align: center;
 
}

.rtl .step-number {
 margin-left: 0;
 margin-right: 0;
 
}

.rtl .steps-grid::before {
 left: 5%;
 
 right: 5%;
 
 
}

.rtl .footer-widgets {
 text-align: right;
 
}

.rtl .footer-widget h3::after {
 left: 50%;
 right: auto;
 transform: translateX(-50%);
 
}

.rtl .social-icons {
 justify-content: flex-end;
 
}

@media (max-width: 768px) {
 body.rtl .main-navigation ul {
 align-items: flex-end;
 }
}

/* ============================================
 ANIMATIONS - SINGLE SOURCE OF TRUTH
 ============================================ */


@keyframes fadeIn {
 from {
 opacity: 0;
 }

 to {
 opacity: 1;
 }
}


@keyframes slideInDown {
 from {
 opacity: 0;
 transform: translateY(-50px);
 }

 to {
 opacity: 1;
 transform: translateY(0);
 }
}

@keyframes slideInUp {
 from {
 opacity: 0;
 transform: translateY(50px);
 }

 to {
 opacity: 1;
 transform: translateY(0);
 }
}


@keyframes scrollRTL {
 0% {
 transform: translateX(0);
 }

 100% {
 transform: translateX(-50%);
 }
}

@keyframes scrollRTLWelcome {
 0% {
 transform: translateX(0);
 }

 100% {
 transform: translateX(-50%);
 }
}


@keyframes bounce {

 0%,
 20%,
 50%,
 80%,
 100% {
 transform: translateY(0);
 }

 40% {
 transform: translateY(-10px);
 }

 60% {
 transform: translateY(-5px);
 }
}


@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
 }

 70% {
 box-shadow: 0 0 0 20px rgba(40, 167, 69, 0);
 }

 100% {
 box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
 }
}

@keyframes pulse-banner {
 0% {
 background: linear-gradient(45deg, #f59e0b, #d97706);
 }

 50% {
 background: linear-gradient(45deg, #d97706, #f59e0b);
 }

 100% {
 background: linear-gradient(45deg, #f59e0b, #d97706);
 }
}

@keyframes pulse-cta {
 0% {
 box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
 }

 70% {
 box-shadow: 0 0 0 15px rgba(16, 185, 129, 0);
 }

 100% {
 box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
 }
}


@keyframes shine {
 0% {
 transform: translateX(-100%) translateY(-100%) rotate(45deg);
 opacity: 0;
 }

 50% {
 opacity: 1;
 }

 100% {
 transform: translateX(100%) translateY(100%) rotate(45deg);
 opacity: 0;
 }
}


.animate-fade-in {
 animation: fadeIn 1s ease-out;
}

.fade-in-up {
 opacity: 0;
 transform: translateY(30px);
 transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
 opacity: 1;
 transform: translateY(0);
}


::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}

::-webkit-scrollbar-track {
 background: #333;
 
 border-radius: 5px;
}

::-webkit-scrollbar-thumb {
 background: #888;
 
 border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
 background: #555;
 
}

.rtl .section-title,
.rtl .hero-title,
.rtl .hero-subtitle,
.rtl .cta-title,
.rtl .cta-description {
 text-align: center;
 
}

.rtl .testimonial-content,
.rtl .author-name,
.rtl .author-title,
.rtl .feature-title,
.rtl .feature-description,
.rtl .step-title,
.rtl .step-description,
.rtl .plan-name,
.rtl .plan-price,
.rtl .plan-features li,
.rtl .support-title,
.rtl .support-description {
 text-align: left;
 
}

.rtl .footer-widget {
 text-align: center;
 
}

.rtl .footer-widget h3 {
 text-align: center;
 
}

.rtl .footer-widget h3::after {
 left: 50%;
 right: auto;
 transform: translateX(-50%);
 
}


.rtl .footer-widget p,
.rtl .footer-widget ul {
 text-align: center;
}

.rtl .footer-widget ul li {
 text-align: center;
 
}


body.rtl .footer-widget {
 text-align: center;
 
}

body.rtl .footer-widget h3 {
 text-align: center;
 
}

body.rtl .footer-widget h3::after {
 left: 50%;
 right: auto;
 transform: translateX(-50%);
 
}

body.rtl .footer-widget p,
body.rtl .footer-widget ul li,
body.rtl .footer-widget ul li a {
 text-align: center;
 
}

body.rtl .social-icons {
 justify-content: center;
 
}



body.rtl .main-navigation {
 display: flex !important;
 align-items: center;
}


.subscription-form-container {
 background-color: var(--color-darker-bg);
 padding: 3rem;
 border-radius: var(--border-radius);
 box-shadow: var(--box-shadow);
 max-width: 600px;
 margin: 4rem auto;
 color: var(--color-text-light);
}

.subscription-form-container h2 {
 color: var(--color-white);
 text-align: center;
 margin-bottom: 2.5rem;
}

.subscription-form-container label {
 display: block;
 margin-bottom: 0.8rem;
 font-weight: 500;
}

.subscription-form-container input[type="text"],
.subscription-form-container input[type="email"],
.subscription-form-container select {
 width: 100%;
 padding: 1rem 1.5rem;
 margin-bottom: 2rem;
 border: 1px solid var(--color-border-dark);
 border-radius: var(--border-radius);
 background-color: #333;
 color: var(--color-text-light);
 font-size: 1.6rem;
}

.subscription-form-container input[type="text"]:focus,
.subscription-form-container input[type="email"]:focus,
.subscription-form-container select:focus {
 border-color: var(--color-secondary);
 outline: none;
}

.subscription-form-container select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20d%3D%22M287%2C114.7L146.2%2C255.5L5.4%2C114.7H287z%22%2F%3E%3C%2Fsvg%3E');
 background-repeat: no-repeat;
 background-position: right 1.5rem center;
 background-size: 1.2rem;
 padding-right: 3rem;
 
}

.subscription-form-container .button-primary {
 width: 100%;
 padding: 1.2rem;
 font-size: 1.8rem;
 text-transform: uppercase;
 font-weight: 600;
}


.rtl .subscription-form-container {
 text-align: right;
 
}

.rtl .subscription-form-container input,
.rtl .subscription-form-container select {
 text-align: right;
}

.rtl .subscription-form-container select {
 background-position: left 1.5rem center;
 
 padding-left: 3rem;
 padding-right: 1.5rem;
}


.rtl .footer-widget.our-packages {
 text-align: center;
}

.rtl .footer-widget.our-packages h3 {
 text-align: center;
}

.rtl .footer-widget.our-packages h3::after {
 left: 50%;
 right: auto;
 transform: translateX(-50%);
}

.rtl .footer-widget.our-packages ul {
 list-style-position: inside;
 text-align: center;
 padding-left: 0;
 padding-right: 0;
}

.rtl .footer-widget.our-packages ul li {
 text-align: center;
 display: block;
 margin-left: auto;
 margin-right: auto;
}


.services-guide {
 padding: 40px 0;
 direction: ltr;
 text-align: left;
}

.guide-header {
 text-align: center;
 margin-bottom: 40px;
}

.guide-header h1 {
 font-size: 2.5em;
 margin-bottom: 15px;
 color: #fff;
}

.guide-header h1 span,
.guide-header h1 a {
 background: none;
 color: inherit;
}

.guide-header .lead {
 font-size: 1.2em;
 color: #666;
 text-align: center;
}

.guide-sections {
 text-align: left;
}

.guide-section {
 margin-bottom: 40px;
 background: var(--color-primary);
 color: #f5f5f5;
 border-radius: 8px;
 padding: 30px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.guide-section h2 {
 color: #fff;
 margin-bottom: 20px;
 padding-bottom: 10px;
 border-bottom: 2px solid rgba(255, 255, 255, 0.08);
 text-align: left;
}

.section-intro {
 font-size: 1.1em;
 color: #e0e0e0;
 margin-bottom: 20px;
 line-height: 1.6;
 text-align: left;
}

.guide-content h3 {
 color: var(--color-secondary);
 margin: 25px 0 15px;
 font-size: 1.3em;
 text-align: left;
 background: none;
}

.guide-content p,
.guide-content li {
 color: #e0e0e0;
 line-height: 1.6;
 margin-bottom: 15px;
 text-align: left;
}

.step-item {
 margin-bottom: 25px;
}

.step-item h3 {
 color: var(--color-secondary);
 margin-bottom: 10px;
 text-align: left;
 background: none;
}

.device-setup {
 margin-bottom: 30px;
}

.device-setup h3 {
 color: #fff;
 margin-bottom: 15px;
 text-align: left;
}

.device-setup ol {
 padding-left: 20px;
}

.device-setup li {
 margin-bottom: 10px;
 color: #fff;
 line-height: 1.6;
 text-align: left;
}

.device-setup strong {
 color: #444;
}

.troubleshooting-item {
 margin-bottom: 25px;
 padding: 15px;
 background: rgba(255, 255, 255, 0.04);
 color: #f5f5f5;
 border-radius: 5px;
 text-align: left;
}

.troubleshooting-item h4 {
 color: var(--color-accent);
 margin-bottom: 10px;
 text-align: left;
}

.troubleshooting-item p {
 margin-bottom: 0;
 text-align: left;
}

.support-options {
 margin-top: 25px;
 display: flex;
 gap: 15px;
 justify-content: flex-start;
}

.btn {
 padding: 12px 25px;
 border-radius: 5px;
 text-decoration: none;
 font-weight: 500;
 transition: all 0.3s ease;
}

.btn-primary {
 background: var(--color-accent);
 color: #fff;
}

.btn-secondary {
 background: var(--color-secondary);
 color: #fff;
}

.btn:hover {
 opacity: 0.9;
 transform: translateY(-1px);
}


body.rtl .services-guide {
 direction: ltr;
 text-align: left;
}

body.rtl .services-guide h1,
body.rtl .services-guide h2,
body.rtl .services-guide h3,
body.rtl .services-guide h4,
body.rtl .services-guide h5,
body.rtl .services-guide h6,
body.rtl .services-guide p,
body.rtl .services-guide li {
 text-align: left;
}

body.rtl .guide-header {
 text-align: center;
}

body.rtl .guide-header h1 {
 text-align: center;
}

body.rtl .guide-header .lead {
 text-align: center;
 
}

body.rtl .guide-sections {
 text-align: left !important;
 
}

body.rtl .support-options {
 justify-content: flex-start !important;
}

@media (max-width: 768px) {
 .guide-section {
 padding: 20px;
 }

 .support-options {
 flex-direction: column;
 align-items: flex-start !important;
 }

 .btn {
 width: 100%;
 text-align: center !important;
 }

 .guide-header h1 {
 font-size: 2em;
 text-align: center !important;
 
 }

 body.rtl .guide-header h1 {
 text-align: center !important;
 
 }
}


.success,
.error {
 padding: 1.5rem;
 margin-bottom: 2rem;
 border-radius: var(--border-radius);
 font-weight: 500;
}

.success {
 background-color: #d4edda;
 color: #155724;
 border: 1px solid #c3e6cb;
}

.error {
 background-color: #f8d7da;
 color: #721c24;
 border: 1px solid #f5c6cb;
}


.contact-page {
 padding: 4rem 0;
 background: var(--color-dark-bg);
 min-height: 80vh;
}

.contact-header {
 text-align: center;
 margin-bottom: 4rem;
}

.contact-header h1 {
 color: var(--color-white);
 font-size: 3.5rem;
 margin-bottom: 1rem;
}

.contact-header .lead {
 color: var(--color-text-light);
 font-size: 1.8rem;
}

.contact-content {
 display: flex;
 justify-content: center;
 align-items: start;
}

.contact-form-section,
.contact-info-section {
 background: var(--color-primary);
 padding: 3rem;
 border-radius: var(--border-radius);
 box-shadow: var(--box-shadow);
}

.contact-form-section h2,
.contact-info-section h2 {
 color: var(--color-white);
 margin-bottom: 2rem;
 font-size: 2.4rem;
}

.contact-form .form-row {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 2rem;
}

.form-group {
 margin-bottom: 2rem;
}

.form-group label {
 display: block;
 color: var(--color-text-light);
 margin-bottom: 0.8rem;
 font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
 width: 100%;
 padding: 1.2rem;
 border: 1px solid var(--color-border-dark);
 border-radius: var(--border-radius);
 background: #333;
 color: var(--color-text-light);
 font-size: 1.6rem;
 transition: border-color var(--transition-speed);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
 border-color: var(--color-secondary);
 outline: none;
}

.form-group textarea {
 resize: vertical;
 min-height: 120px;
}

.contact-info-item {
 display: flex;
 align-items: flex-start;
 margin-bottom: 2.5rem;
 padding: 1.5rem;
 background: var(--color-darker-bg);
 border-radius: var(--border-radius);
}

.contact-info-item i {
 font-size: 2.4rem;
 color: var(--color-secondary);
 margin-right: 1.5rem;
 margin-top: 0.5rem;
}

.contact-info-item h3 {
 color: var(--color-white);
 font-size: 1.8rem;
 margin-bottom: 0.5rem;
}

.contact-info-item p {
 color: var(--color-text-light);
 margin: 0 0 1rem 0;
}

.contact-info-item .button {
 margin-top: 1rem;
 display: inline-block;
}

@media (max-width: 768px) {
 .contact-content {
 grid-template-columns: 1fr;
 gap: 3rem;
 }

 .contact-form .form-row {
 grid-template-columns: 1fr;
 gap: 0;
 }

 .contact-form-section,
 .contact-info-section {
 padding: 2rem;
 }

 .contact-header h1 {
 font-size: 2.8rem;
 }
}


.toggle-label.active {
 color: var(--color-secondary);
 font-weight: 600;
}

.toggle-label {
 transition: color var(--transition-speed) ease;
}


.pricing-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 2rem;
 margin-top: 5rem;
}

@media (min-width: 1200px) {
 .pricing-grid {
 grid-template-columns: repeat(3, 1fr);
 }
}

@media (max-width: 768px) {
 .pricing-grid {
 grid-template-columns: 1fr;
 gap: 2rem;
 }
}


.checkout-page {
 padding: 4rem 0;
 background: var(--color-dark-bg);
 min-height: 80vh;
}

.checkout-header {
 text-align: center;
 margin-bottom: 4rem;
}

.checkout-header h1 {
 color: var(--color-white);
 font-size: 3.5rem;
 margin-bottom: 1rem;
}

.checkout-header .lead {
 color: var(--color-text-light);
 font-size: 1.8rem;
}

.checkout-content {
 display: grid;
 grid-template-columns: 2fr 1fr;
 gap: 4rem;
 align-items: start;
}

.checkout-form-section {
 background: var(--color-primary);
 padding: 3rem;
 border-radius: var(--border-radius);
 box-shadow: var(--box-shadow);
}

.form-section {
 margin-bottom: 3rem;
}

.form-section h3 {
 color: var(--color-white);
 margin-bottom: 2rem;
 font-size: 2.2rem;
}

.plan-options {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 gap: 1.5rem;
}

.plan-option {
 cursor: pointer;
}

.plan-option input[type="radio"] {
 display: none;
}

.plan-card {
 background: var(--color-darker-bg);
 padding: 2rem;
 border-radius: var(--border-radius);
 text-align: center;
 border: 2px solid transparent;
 transition: all var(--transition-speed);
 position: relative;
}

.plan-card.popular .badge {
 position: absolute;
 top: -10px;
 right: 10px;
 background: var(--color-accent);
 color: var(--color-white);
 padding: 0.5rem 1rem;
 border-radius: 15px;
 font-size: 1.2rem;
 font-weight: 600;
}

.plan-option input[type="radio"]:checked+.plan-card {
 border-color: var(--color-secondary);
 background: var(--color-primary);
}

.plan-card h4 {
 color: var(--color-white);
 margin-bottom: 1rem;
 font-size: 1.8rem;
}

.plan-card .price {
 color: var(--color-secondary);
 font-size: 2rem;
 font-weight: 600;
}

.payment-options {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
 gap: 1.5rem;
}

.payment-option {
 cursor: pointer;
}

.payment-option input[type="radio"] {
 display: none;
}

.payment-card {
 background: var(--color-darker-bg);
 padding: 2rem;
 border-radius: var(--border-radius);
 text-align: center;
 border: 2px solid transparent;
 transition: all var(--transition-speed);
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 1rem;
}

.payment-option input[type="radio"]:checked+.payment-card {
 border-color: var(--color-secondary);
 background: var(--color-primary);
}

.payment-card i {
 font-size: 3rem;
 color: var(--color-secondary);
}

.payment-card span {
 color: var(--color-white);
 font-weight: 500;
}

.checkout-btn {
 width: 100%;
 padding: 1.5rem;
 font-size: 1.8rem;
 margin-top: 2rem;
}

.order-summary {
 background: var(--color-primary);
 padding: 3rem;
 border-radius: var(--border-radius);
 box-shadow: var(--box-shadow);
 height: fit-content;
 position: sticky;
 top: 2rem;
}

.order-summary h3 {
 color: var(--color-white);
 margin-bottom: 2rem;
 font-size: 2.2rem;
}

.selected-plan {
 margin-bottom: 2rem;
 padding-bottom: 2rem;
 border-bottom: 1px solid var(--color-border-dark);
}

.selected-plan h4 {
 color: var(--color-text-light);
 margin-bottom: 1rem;
 font-size: 1.6rem;
}

.plan-details {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.plan-name {
 color: var(--color-white);
 font-weight: 500;
}

.plan-price {
 color: var(--color-secondary);
 font-weight: 600;
 font-size: 1.8rem;
}

.features-list {
 margin-bottom: 2rem;
}

.features-list h4 {
 color: var(--color-text-light);
 margin-bottom: 1rem;
 font-size: 1.6rem;
}

.features-list ul {
 list-style: none;
 padding: 0;
}

.features-list li {
 color: var(--color-text-light);
 padding: 0.5rem 0;
 font-size: 1.4rem;
}

.features-list li:before {
 content: "✓";
 color: var(--color-secondary);
 font-weight: bold;
 margin-right: 1rem;
}

.total {
 padding-top: 2rem;
 border-top: 1px solid var(--color-border-dark);
 text-align: center;
}

.total strong {
 color: var(--color-white);
 font-size: 2rem;
}

#total-price {
 color: var(--color-secondary);
}

@media (max-width: 768px) {
 .checkout-content {
 grid-template-columns: 1fr;
 gap: 3rem;
 }

 .plan-options {
 grid-template-columns: 1fr;
 }

 .payment-options {
 grid-template-columns: 1fr;
 }

 .order-summary {
 position: static;
 }
}


#paypal-button-container {
 margin: 2rem 0;
 padding: 2rem;
 background: var(--color-darker-bg);
 border-radius: var(--border-radius);
 border: 2px solid var(--color-secondary);
}

.payment-option input[type="radio"]:checked+.payment-card {
 border-color: var(--color-secondary);
 background: var(--color-primary);
}

#manual-checkout-btn {
 transition: all var(--transition-speed);
}


.thank-you-page {
 padding: 6rem 0;
 background: var(--color-dark-bg);
 min-height: 80vh;
 display: flex;
 align-items: center;
}

.thank-you-content {
 text-align: center;
 background: var(--color-primary);
 padding: 4rem;
 border-radius: var(--border-radius);
 box-shadow: var(--box-shadow);
 max-width: 600px;
 margin: 0 auto;
}

.success-icon {
 font-size: 6rem;
 color: #28a745;
 margin-bottom: 2rem;
}

.thank-you-content h1 {
 color: var(--color-white);
 font-size: 3.5rem;
 margin-bottom: 1.5rem;
}

.thank-you-content .lead {
 color: var(--color-text-light);
 font-size: 1.8rem;
 margin-bottom: 3rem;
}

.next-steps {
 background: var(--color-darker-bg);
 padding: 2rem;
 border-radius: var(--border-radius);
 margin-bottom: 3rem;
}

.next-steps h3 {
 color: var(--color-white);
 margin-bottom: 1.5rem;
}

.next-steps ul {
 list-style: none;
 padding: 0;
}

.next-steps li {
 color: var(--color-text-light);
 padding: 0.8rem 0;
 font-size: 1.6rem;
}

.next-steps li:before {
 content: "✓";
 color: #28a745;
 font-weight: bold;
 margin-right: 1rem;
}

.action-buttons {
 display: flex;
 gap: 2rem;
 justify-content: center;
}

@media (max-width: 768px) {
 .action-buttons {
 flex-direction: column;
 gap: 1rem;
 }

 .thank-you-content {
 padding: 3rem 2rem;
 }
}


.whatsapp-payment {
 margin-bottom: 2rem;
}

.whatsapp-card {
 background: var(--color-darker-bg);
 padding: 2rem;
 border-radius: var(--border-radius);
 border: 2px solid #25D366;
 display: flex;
 align-items: center;
 gap: 2rem;
}

.whatsapp-card i {
 font-size: 4rem;
 color: #25D366;
}

.payment-info h4 {
 color: var(--color-white);
 margin-bottom: 0.5rem;
 font-size: 2rem;
}

.payment-info p {
 color: var(--color-text-light);
 margin: 0;
 font-size: 1.4rem;
}

#whatsapp-order-btn {
 background: #25D366;
 border-color: #25D366;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 1rem;
 font-size: 1.8rem;
}

#whatsapp-order-btn:hover {
 background: #128C7E;
 border-color: #128C7E;
}

#whatsapp-order-btn i {
 font-size: 2rem;
}


.site-logo {
 display: flex;
 align-items: center;
}

.site-logo .custom-logo {
 max-height: 60px;
 width: auto;
 margin-right: 1rem;
}

.site-branding {
 display: flex;
 align-items: center;
}

@media (max-width: 768px) {
 .site-logo .custom-logo {
 max-height: 45px;
 }
}


@media (max-width: 768px) {

 
 *:not(.movies-grid):not(.channels-grid):not(.channels-scroll):not(.leagues-scroll) {
 transition-duration: 0.2s !important;
 }

 
 img {
 max-width: 100%;
 height: auto;
 image-rendering: optimizeSpeed;
 }

 
 .movies-carousel {
 -webkit-overflow-scrolling: touch;
 scroll-behavior: smooth;
 overflow-x: auto;
 overflow-y: hidden;
 }

 .movies-grid {
 display: flex !important;
 flex-wrap: nowrap !important;
 width: max-content;
 }

 .movie-item {
 flex-shrink: 0;
 display: block;
 }

 
 button,
 .button,
 a,
 input[type="submit"],
 input[type="button"] {
 min-height: var(--touch-target-size);
 min-width: var(--touch-target-size);
 touch-action: manipulation;
 }

 
 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="password"],
 select,
 textarea {
 font-size: 16px;
 
 }

 
 .subscription-form-container,
 .contact-form-section,
 .checkout-form-section {
 padding: var(--mobile-padding);
 margin: var(--mobile-margin);
 }

 
 .hero-content,
 .feature-item,
 .pricing-plan,
 .testimonial-item {
 padding: var(--mobile-padding);
 }

 
 .features-grid,
 .pricing-grid,
 .testimonials-grid {
 gap: var(--mobile-margin);
 }
}


@media (min-width: 769px) and (max-width: 1024px) {
 .container {
 padding: 0 2rem;
 }

 .hero-section {
 height: 85vh;
 }

 .movies-grid {
 gap: 1.5rem;
 }

 .movie-item {
 width: 200px;
 }

 .features-grid,
 .testimonials-grid {
 grid-template-columns: repeat(2, 1fr);
 gap: 2rem;
 }

 .pricing-grid {
 grid-template-columns: repeat(2, 1fr);
 gap: 2rem;
 }

 
 .pricing-grid .pricing-plan:nth-child(4),
 .pricing-grid .pricing-plan:nth-child(5) {
 grid-column: auto;
 justify-self: center;
 margin: 0;
 }

 .how-it-works-section .steps-grid {
 flex-wrap: wrap;
 justify-content: center;
 }

 .step-item {
 flex: 0 1 45%;
 margin-bottom: 2rem;
 }
}


@media (max-width: 768px) and (orientation: landscape) {
 .hero-section {
 height: 100vh;
 padding: 0.5rem;
 }

 .hero-title {
 font-size: 3rem;
 }

 .hero-subtitle {
 font-size: 1.6rem;
 }

 .site-header {
 padding: 1rem 0;
 }
}


@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
 .hero-section::before {
 background-image: url('../images/aflam.jpg');
 
 }
}


@media (max-width: 768px) {

 
 .faq-question,
 .main-navigation a {
 font-size: 1.8rem;
 line-height: 1.4;
 }

 
 .hero-title,
 .hero-subtitle {
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
 }

 
 button:focus,
 .button:focus,
 a:focus,
 input:focus,
 select:focus,
 textarea:focus {
 outline: 3px solid var(--color-secondary);
 outline-offset: 2px;
 }

 
 .form-group label {
 font-weight: 600;
 color: var(--color-white);
 }

 .form-section h3 {
 font-weight: 700;
 color: var(--color-white);
 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
 }

 
 a {
 text-decoration: underline;
 }

 
 .plan-name {
 color: var(--color-white);
 font-weight: 700;
 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
 }

 .plan-price {
 color: #FFD700;
 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
 }

 
 .feature-description,
 .support-description {
 color: var(--color-text-light);
 font-weight: 500;
 }
}


@media (prefers-reduced-motion: reduce) {
 *:not(.movies-grid):not(.channels-grid):not(.channels-scroll):not(.leagues-scroll) {
 animation-duration: 0.01ms !important;
 animation-iteration-count: 1 !important;
 transition-duration: 0.01ms !important;
 }

 .movies-carousel {
 scroll-behavior: auto;
 }
}


@media (prefers-color-scheme: dark) and (max-width: 768px) {

 
 .site-header {
 background: var(--color-darker-bg) !important;
 }
}


.welcome-page {
 padding: 6rem 0;
 background: var(--color-dark-bg);
 min-height: 80vh;
 display: flex;
 align-items: center;
}

.welcome-content {
 text-align: center;
 max-width: 800px;
 margin: 0 auto;
}

.welcome-headline {
 font-size: 4.5rem;
 color: var(--color-white);
 margin-bottom: 3rem;
 line-height: 1.2;
 font-weight: 700;
}

.welcome-image {
 margin: 3rem 0;
}

.welcome-image img {
 max-width: 100%;
 height: auto;
 border-radius: var(--border-radius);
 box-shadow: var(--box-shadow);
}

.welcome-text {
 font-size: 2rem;
 color: var(--color-text-light);
 margin-bottom: 4rem;
 line-height: 1.6;
}

.welcome-cta {
 margin-top: 4rem;
}

.welcome-button {
 font-size: 2rem;
 padding: 2rem 4rem;
 background: linear-gradient(135deg, #28a745, #20c997);
 color: var(--color-white);
 border: none;
 border-radius: var(--border-radius);
 text-decoration: none;
 display: inline-block;
 transition: all var(--transition-speed) ease;
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: 1px;
 box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.welcome-button:hover {
 background: linear-gradient(135deg, #218838, #1e7e34);
 transform: translateY(-3px);
 box-shadow: 0 12px 35px rgba(40, 167, 69, 0.5);
 color: var(--color-white);
}

.social-proof {
 font-size: 1.4rem;
 color: var(--color-text-lighter);
 margin-top: 1.5rem;
 font-style: italic;
}

.welcome-faq {
 margin-top: 5rem;
 text-align: left;
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
}

.welcome-faq .faq-item {
 margin-bottom: 2.5rem;
 padding: 2rem;
 background: var(--color-primary);
 border-radius: var(--border-radius);
}

.welcome-faq h3 {
 color: var(--color-secondary);
 font-size: 1.8rem;
 margin-bottom: 1rem;
}

.welcome-faq p {
 color: var(--color-text-light);
 font-size: 1.6rem;
 margin: 0;
}

.welcome-subtitle {
 font-size: 2rem;
 color: var(--color-text-light);
 margin-bottom: 4rem;
 text-align: center;
}

.benefits-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 3rem;
 margin-bottom: 5rem;
}

.benefit-card {
 background: var(--color-primary);
 padding: 3rem;
 border-radius: var(--border-radius);
 text-align: center;
 box-shadow: var(--box-shadow);
 transition: transform var(--transition-speed) ease;
 border: 1px solid var(--color-border-dark);
}

.benefit-card:hover {
 transform: translateY(-10px);
}

.benefit-icon {
 font-size: 4rem;
 margin-bottom: 2rem;
 display: block;
}

.benefit-title {
 font-size: 2.2rem;
 font-weight: 600;
 margin-bottom: 1.5rem;
 color: var(--color-white);
}

.benefit-desc {
 color: var(--color-text-light);
 line-height: 1.6;
 font-size: 1.6rem;
}

.cta-section {
 background: var(--color-darker-bg);
 border-radius: var(--border-radius);
 padding: 4rem;
 text-align: center;
 box-shadow: var(--box-shadow);
 border: 1px solid var(--color-border-dark);
}

.cta-title {
 font-size: 3rem;
 font-weight: 700;
 margin-bottom: 2rem;
 color: var(--color-white);
}

.cta-subtitle {
 font-size: 1.8rem;
 color: var(--color-text-light);
 margin-bottom: 3rem;
}

.trust-badges {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 3rem;
 margin-top: 3rem;
 flex-wrap: wrap;
}

.trust-badge {
 display: flex;
 align-items: center;
 gap: 1rem;
 color: var(--color-secondary);
 font-weight: 600;
 font-size: 1.7rem;
}

.guarantee {
 background: var(--color-primary);
 border-radius: var(--border-radius);
 padding: 3rem;
 margin-top: 3rem;
 text-align: center;
 border: 2px dashed var(--color-secondary);
}

.guarantee-title {
 font-size: 2rem;
 font-weight: 600;
 color: var(--color-white);
 margin-bottom: 1rem;
}

.guarantee-text {
 color: var(--color-text-light);
 font-size: 1.6rem;
}

@media (max-width: 768px) {
 .benefits-grid {
 grid-template-columns: 1fr;
 gap: 2rem;
 }

 .trust-badges {
 flex-direction: column;
 gap: 1.5rem;
 }

 .cta-section {
 padding: 3rem 2rem;
 }
}


@media (max-width: 768px) {
 .welcome-headline {
 font-size: 3.5rem;
 margin-bottom: 2.5rem;
 }

 .welcome-text {
 font-size: 2rem;
 margin-bottom: 3rem;
 }

 .welcome-subtitle {
 font-size: 2.2rem;
 margin-bottom: 3rem;
 }

 .welcome-button {
 font-size: 1.8rem;
 padding: 1.8rem 3.5rem;
 }
}

@media (max-width: 480px) {
 .welcome-headline {
 font-size: 2.5rem;
 }

 .welcome-text {
 font-size: 1.6rem;
 }

 .welcome-button {
 font-size: 1.6rem;
 padding: 1.2rem 2rem;
 width: 100%;
 }
}

.menu-toggle {
 display: none;
}

.main-navigation .menu {
 display: flex;
}

@media screen and (max-width: 768px) {
 .menu-toggle {
 display: block !important;
 position: relative !important;
 z-index: 9999 !important;
 width: auto !important;
 height: auto !important;
 visibility: visible !important;
 opacity: 1 !important;
 transform: none !important;
 }

 .main-navigation .menu {
 display: none !important;
 }

 .main-navigation.toggled .menu {
 display: flex !important;
 flex-direction: column;
 }
}



.floating-whatsapp-main {
 position: fixed;
 bottom: 20px;
 left: 20px;
 width: 60px;
 height: 60px;
 background: #25d366;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 color: white;
 font-size: 24px;
 text-decoration: none;
 box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
 z-index: 9999;
 transition: all 0.3s ease;
}



.floating-whatsapp-main:hover {
 background: #128c7e;
 color: white;
}


.hero-title {
 animation: slideInDown 1s ease-out;
}

.hero-subtitle {
 animation: slideInUp 1s ease-out 0.3s both;
}


.site-header {
 background: rgba(26, 26, 26, 0.95);
 backdrop-filter: blur(20px);
 padding: 1.5rem 0;
 position: sticky;
 top: 0;
 z-index: 100;
 box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
 border-bottom: 2px solid rgba(14, 165, 233, 0.3);
}

.site-header .container {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.site-branding {
 display: flex;
 align-items: center;
 gap: 1.5rem;
}

.site-branding img {
 max-height: 45px;
 width: 45px;
 border-radius: 50%;
 object-fit: cover;
 border: 2px solid var(--color-secondary);
}


.main-navigation .menu {
 display: flex;
 list-style: none;
 gap: 2rem;
 margin: 0;
 padding: 0;
}

.main-navigation .menu li {
 margin: 0;
}

.main-navigation .menu a {
 color: white;
 text-decoration: none;
 font-weight: 500;
 padding: 0.8rem 1.5rem;
 border-radius: 25px;
 transition: all 0.3s ease;
}

.main-navigation .menu a:hover {
 background: linear-gradient(45deg, var(--color-secondary), var(--color-accent));
 transform: translateY(-2px);
 box-shadow: 0 5px 15px rgba(245, 158, 11, 0.35);
}


.highlight-stats {
 display: flex;
 justify-content: center;
 gap: 3rem;
 margin: 3rem 0;
 animation: slideInUp 1s ease-out 0.4s both;
}

.stat-item {
 text-align: center;
 background: rgba(255, 255, 255, 0.1);
 backdrop-filter: blur(10px);
 padding: 1.5rem;
 border-radius: 15px;
 border: 1px solid rgba(255, 255, 255, 0.2);
 min-width: 120px;
}

.stat-number {
 font-size: 2.5rem;
 font-weight: bold;
 color: #FFD700;
 display: block;
}


.movie-card,
.channel-card,
.content-card {
 background: rgba(255, 255, 255, 0.05) !important;
 border-radius: 15px !important;
 overflow: hidden !important;
 transition: all 0.3s ease !important;
 border: 2px solid rgba(255, 255, 255, 0.1) !important;
}

.movie-card:hover,
.channel-card:hover,
.content-card:hover {
 transform: translateY(-10px) !important;
 border-color: var(--color-accent) !important;
 box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5) !important;
}

.movie-card img,
.channel-card img,
.content-card img,
.movie-item img {
 width: 100% !important;
 height: 350px !important;
 min-height: 350px !important;
 max-height: 350px !important;
 object-fit: cover !important;
 display: block !important;
}

.movie-title,
.channel-title,
.content-title {
 padding: 1.5rem !important;
 font-size: 1.8rem !important;
 color: var(--color-white) !important;
 text-align: center !important;
 font-weight: 600 !important;
}

.stat-label {
 font-size: 1rem;
 margin-top: 0.5rem;
 color: rgba(255, 255, 255, 0.9);
}

.trust-indicators {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 2rem;
 margin: 2rem 0;
 opacity: 0.9;
 animation: slideInUp 1s ease-out 0.6s both;
}

.trust-item {
 display: flex;
 align-items: center;
 gap: 0.5rem;
 font-size: 1rem;
 color: rgba(255, 255, 255, 0.8);
 background: rgba(255, 255, 255, 0.1);
 padding: 0.8rem 1.2rem;
 border-radius: 25px;
 backdrop-filter: blur(10px);
}




.pricing-plan {
 position: relative;
 overflow: hidden;
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
 backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.1);
 box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.pricing-plan.featured {
 border: 2px solid var(--color-accent);
 box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(40, 167, 69, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.pricing-plan:hover {
 transform: translateY(-8px);
 box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.pricing-plan.featured:hover {
 transform: translateY(-8px) scale(1.02);
 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(40, 167, 69, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.plan-name {
 font-weight: 700;
 text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
 margin-bottom: 1.5rem;
}

.plan-price {
 font-size: 4rem;
 font-weight: 800;
 background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
 text-shadow: none;
 margin-bottom: 2rem;
}

.pricing-plan.featured .plan-price {
 background: linear-gradient(135deg, #fff, var(--color-accent));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
}

.plan-features {
 list-style: none;
 padding: 0;
 margin-bottom: 2.5rem;
}

.plan-features li {
 padding: 1rem 0;
 border-bottom: 1px solid rgba(255, 255, 255, 0.08);
 font-size: 1.6rem;
 transition: all 0.3s ease;
}

.plan-features li:hover {
 padding-left: 0.5rem;
 color: var(--color-accent);
}

.plan-features li:last-child {
 border-bottom: none;
}

.pricing-plan .button {
 margin-top: auto;
 padding: 1.5rem 3rem;
 font-size: 1.8rem;
 font-weight: 700;
 border-radius: 50px;
 text-transform: uppercase;
 letter-spacing: 1px;
 transition: all 0.3s ease;
 position: relative;
 overflow: hidden;
 background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
 border: none;
 color: white;
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.pricing-plan .button:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
 background: linear-gradient(135deg, var(--color-accent), var(--color-primary));
}

.pricing-plan .button::before {
 content: '';
 position: absolute;
 top: 0;
 left: -100%;
 width: 100%;
 height: 100%;
 background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
 transition: left 0.5s;
}

.pricing-plan .button:hover::before {
 left: 100%;
}

.pricing-plan::before {
 content: '';
 position: absolute;
 top: -50%;
 left: -50%;
 width: 200%;
 height: 200%;
 background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
 transform: rotate(45deg);
 transition: all 0.5s;
 opacity: 0;
 pointer-events: none;
}

.pricing-plan:hover::before {
 animation: shine 0.8s ease-in-out;
}




.pulse-effect {
 animation: pulse 2s infinite;
}


@media (max-width: 768px) {
 .highlight-stats {
 flex-direction: column;
 gap: 1rem;
 margin: 2rem 0;
 }

 .stat-item {
 min-width: auto;
 padding: 1rem;
 }

 .stat-number {
 font-size: 2rem;
 }

 .trust-indicators {
 flex-direction: column;
 gap: 1rem;
 }

 .trust-item {
 font-size: 0.9rem;
 padding: 0.6rem 1rem;
 }
}


.comparison-section {
 padding: 6rem 0;
 background: var(--color-dark-bg);
 position: relative;
}

.comparison-section::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(26, 26, 26, 0.85);
 z-index: 1;
}

.comparison-section .container {
 position: relative;
 z-index: 2;
}

.comparison-section .section-title {
 text-align: center;
 font-size: 3.5rem;
 color: var(--color-white);
 margin-bottom: 1rem;
 font-weight: 700;
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.comparison-section .section-subtitle {
 text-align: center;
 font-size: 1.8rem;
 color: var(--color-text-light);
 margin-bottom: 4rem;
 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.comparison-table {
 max-width: 900px;
 margin: 0 auto;
 background: white;
 border-radius: 20px;
 overflow: hidden;
 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
 border: 3px solid #28a745;
}

.comparison-header {
 display: grid;
 grid-template-columns: 2fr 2fr 2fr;
 background: linear-gradient(135deg, #28a745, #20c997);
 color: white;
 font-weight: 700;
 font-size: 1.8rem;
}

.comparison-header>div {
 padding: 2rem;
 text-align: center;
 border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.comparison-header>div:last-child {
 border-right: none;
}

.service-badge {
 position: relative;
 background: rgba(255, 255, 255, 0.2);
 padding: 0.5rem 1rem;
 border-radius: 25px;
 font-size: 1.6rem;
}

.service-badge::after {
 content: '👑';
 position: absolute;
 top: -10px;
 right: -10px;
 font-size: 2rem;
}

.comparison-row {
 display: grid;
 grid-template-columns: 2fr 2fr 2fr;
 border-bottom: 1px solid #eee;
 transition: all 0.3s ease;
}

.comparison-row:hover {
 background: #f8f9fa;
 transform: scale(1.02);
}

.comparison-row:last-child {
 border-bottom: none;
}

.feature-cell {
 padding: 2rem;
 font-weight: 600;
 font-size: 1.6rem;
 color: #333;
 border-right: 1px solid #eee;
 display: flex;
 align-items: center;
}

.our-service-cell {
 padding: 2rem;
 text-align: center;
 background: linear-gradient(135deg, #d4edda, #c3e6cb);
 border-right: 1px solid #eee;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 0.5rem;
}

.cable-cell {
 padding: 2rem;
 text-align: center;
 background: linear-gradient(135deg, #f8d7da, #f5c6cb);
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 0.5rem;
}

.price-highlight {
 font-size: 2.5rem;
 font-weight: 700;
 color: #28a745;
}

.price-bad {
 font-size: 2rem;
 font-weight: 700;
 color: #e87920;
}

.feature-good {
 font-size: 1.6rem;
 font-weight: 600;
 color: #28a745;
}

.feature-bad {
 font-size: 1.6rem;
 font-weight: 600;
 color: #e87920;
}

.checkmark {
 font-size: 2rem;
}

.crossmark {
 font-size: 2rem;
 opacity: 0.7;
}

.comparison-cta {
 text-align: center;
 margin-top: 4rem;
 padding: 3rem;
 background: linear-gradient(135deg, #28a745, #20c997);
 border-radius: 20px;
 color: white;
}

.comparison-cta h3 {
 font-size: 2.8rem;
 margin-bottom: 1rem;
 font-weight: 700;
}

.comparison-cta p {
 font-size: 1.8rem;
 margin-bottom: 2rem;
 opacity: 0.9;
}

.comparison-button {
 background: white;
 color: #28a745;
 padding: 1.5rem 3rem;
 font-size: 1.8rem;
 font-weight: 700;
 border-radius: 50px;
 text-decoration: none;
 display: inline-block;
 transition: all 0.3s ease;
 box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.comparison-button:hover {
 transform: translateY(-3px);
 box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
 color: #28a745;
}


@media (max-width: 768px) {
 .comparison-section {
 padding: 4rem 0;
 background-attachment: scroll;
 }

 .comparison-table {
 margin: 0 1rem;
 border-radius: 15px;
 }

 .comparison-header {
 display: none;
 }

 .comparison-row {
 display: block;
 margin-bottom: 2rem;
 background: white;
 border-radius: 15px;
 overflow: hidden;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
 }

 .feature-cell {
 background: var(--color-primary);
 color: var(--color-white);
 font-weight: 700;
 justify-content: center;
 text-align: center;
 border-right: none;
 border-bottom: none;
 padding: 1.5rem;
 font-size: 1.8rem;
 }

 .our-service-cell,
 .cable-cell {
 border-right: none;
 border-bottom: none;
 padding: 2rem;
 }

 .our-service-cell {
 background: linear-gradient(135deg, #d4edda, #c3e6cb);
 position: relative;
 }

 .our-service-cell::before {
 content: 'Our Service ✅';
 position: absolute;
 top: 0.5rem;
 left: 1rem;
 font-size: 1.6rem;
 font-weight: 700;
 color: #28a745;
 }

 .cable-cell {
 background: linear-gradient(135deg, #f8d7da, #f5c6cb);
 position: relative;
 }

 .cable-cell::before {
 content: 'Traditional Cable ❌';
 position: absolute;
 top: 0.5rem;
 left: 1rem;
 font-size: 1.6rem;
 font-weight: 700;
 color: #e87920;
 }

 .our-service-cell,
 .cable-cell {
 padding-top: 3rem;
 }

 .comparison-section .section-title {
 font-size: 2.5rem;
 }

 .comparison-section .section-subtitle {
 font-size: 1.4rem;
 margin-bottom: 3rem;
 }

 .comparison-cta {
 margin: 2rem 1rem 0;
 padding: 2rem;
 }
}


.special-offer-banner {
 background: linear-gradient(45deg, #3b82f6, #1d4ed8);
 color: white;
 padding: 0.6rem;
 margin: -4rem -4rem 1rem -4rem;
 text-align: center;
 font-weight: 700;
 font-size: 1.2rem;
 animation: pulse-banner 2s infinite;
}



.original-price {
 font-size: 1.4rem;
 color: #999;
 text-decoration: line-through;
 margin-top: 0.5rem;
}

.countdown-container {
 margin: 1rem 0 1.5rem 0;
 padding: 1rem;
 background: rgba(59, 130, 246, 0.12);
 border-radius: 15px;
 border: 2px dashed #3b82f6;
}

.countdown-text {
 text-align: center;
 font-size: 1.2rem;
 font-weight: 600;
 color: #3b82f6;
 margin-bottom: 0.8rem;
}

.countdown-timer {
 display: flex;
 justify-content: center;
 gap: 0.8rem;
}

.countdown-item {
 background: linear-gradient(135deg, #3b82f6, #1d4ed8);
 color: white;
 padding: 0.8rem;
 border-radius: 10px;
 text-align: center;
 min-width: 50px;
 box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.countdown-number {
 display: block;
 font-size: 1.6rem;
 font-weight: 700;
 line-height: 1;
}

.countdown-label {
 display: block;
 font-size: 0.9rem;
 margin-top: 0.2rem;
 opacity: 0.9;
}

.countdown-cta {
 background: linear-gradient(45deg, #10b981, #059669) !important;
 animation: pulse-cta 2s infinite;
 font-size: 1.6rem !important;
 padding: 1.5rem 2rem !important;
}



.countdown-cta:hover {
 background: linear-gradient(45deg, #059669, #10b981) !important;
 transform: translateY(-3px);
}


@media (max-width: 768px) {
 .countdown-timer {
 gap: 0.5rem;
 }

 .countdown-item {
 min-width: 50px;
 padding: 0.8rem;
 }

 .countdown-number {
 font-size: 1.6rem;
 }

 .countdown-label {
 font-size: 0.9rem;
 }

 .special-offer-banner {
 font-size: 1.2rem;
 padding: 0.6rem;
 }
}


.hero-section {
 background: var(--color-primary) url('./../images/famille.png') center/cover;
 background-attachment: fixed;
 position: relative;
}

.hero-section::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(26, 26, 26, 0.75);
 z-index: 1;
}

.hero-content {
 position: relative;
 z-index: 2;
}

.hero-title,
.hero-subtitle {
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
 .hero-section {
 background-attachment: scroll;
 }
}


.more-info-button {
 background: transparent !important;
 color: var(--color-white) !important;
 border: 2px solid var(--color-white) !important;
 margin-top: 1.5rem !important;
 padding: 1.5rem 3rem !important;
 font-size: 1.8rem !important;
 transition: all 0.3s ease !important;
}

.more-info-button:hover {
 background: var(--color-white) !important;
 color: var(--color-primary) !important;
 transform: translateY(-2px) !important;
}


.features-strip-grid {
 display: grid !important;
 grid-template-columns: repeat(4, 1fr) !important;
 gap: 1.5rem !important;
}

@media (max-width: 768px) {
 .features-strip-grid {
 grid-template-columns: 1fr !important;
 gap: 1rem !important;
 }
}


.leagues-scroll {
 display: flex !important;
 flex-direction: row !important;
 flex-wrap: nowrap !important;
 width: max-content !important;
 animation: scrollRTL 30s linear infinite !important;
 gap: 2rem !important;
}


.channels-grid-welcome {
 display: flex !important;
 flex-direction: row !important;
 flex-wrap: nowrap !important;
 width: max-content !important;
 animation: scrollRTLWelcome 30s linear infinite !important;
 gap: 2rem !important;
}




.stats-section {
 margin: 4rem 0;
}

.stats-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 gap: 2rem;
 margin-top: 2rem;
}

.stat-card {
 background: rgba(255, 255, 255, 0.1);
 padding: 2rem;
 border-radius: 15px;
 text-align: center;
 backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
 font-size: 3rem;
 font-weight: 700;
 color: #28a745;
 display: block;
}

.stat-label {
 font-size: 1.2rem;
 margin-top: 0.5rem;
 color: var(--color-white);
}

.sports-leagues,
.compatible-devices {
 margin: 4rem 0;
 text-align: center;
}

.sports-leagues h3,
.compatible-devices h3 {
 font-size: 2.5rem;
 margin-bottom: 2rem;
 color: var(--color-white);
}

.leagues-grid,
.devices-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
 gap: 1.5rem;
 margin-top: 2rem;
}

.league-item,
.device-item {
 background: rgba(255, 255, 255, 0.1);
 padding: 1.5rem;
 border-radius: 10px;
 font-size: 1.4rem;
 font-weight: 600;
 color: var(--color-white);
 backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.2);
 transition: all 0.3s ease;
}

.league-item:hover,
.device-item:hover {
 background: rgba(255, 255, 255, 0.2);
 transform: translateY(-2px);
}

.device-item {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 0.5rem;
}

.device-icon {
 font-size: 4rem;
 line-height: 1;
}

.testimonials-section,
.faq-section {
 margin: 4rem 0;
 text-align: center;
}

.testimonials-section h3,
.faq-section h3 {
 font-size: 2.5rem;
 margin-bottom: 2rem;
 color: var(--color-white);
}

.testimonials-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 2rem;
 margin-top: 2rem;
}

.testimonial-card {
 background: rgba(255, 255, 255, 0.1);
 padding: 2rem;
 border-radius: 15px;
 backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.2);
}

.stars {
 font-size: 1.5rem;
 margin-bottom: 1rem;
}

.testimonial-card p {
 font-size: 1.4rem;
 font-style: italic;
 margin-bottom: 1rem;
 color: var(--color-white);
}

.customer-name {
 font-weight: 600;
 color: #28a745;
}

.faq-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 2rem;
 margin-top: 2rem;
}

.faq-item {
 background: rgba(255, 255, 255, 0.1);
 padding: 2rem;
 border-radius: 15px;
 text-align: left;
 backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-item h4 {
 font-size: 1.6rem;
 margin-bottom: 1rem;
 color: #28a745;
}

.faq-item p {
 font-size: 1.3rem;
 color: var(--color-white);
 line-height: 1.5;
}

@media (max-width: 768px) {
 .stats-grid {
 grid-template-columns: repeat(2, 1fr);
 gap: 1rem;
 }

 .stat-number {
 font-size: 2.5rem;
 }

 .leagues-grid,
 .devices-grid {
 grid-template-columns: repeat(2, 1fr);
 gap: 1.5rem;
 }

 .league-item,
 .device-item {
 padding: 2rem 1.5rem;
 font-size: 1.5rem;
 border-radius: 12px;
 }

 .device-icon {
 font-size: 3.5rem;
 margin-bottom: 0.5rem;
 }

 .testimonials-grid,
 .faq-grid {
 grid-template-columns: 1fr;
 }

 .sports-leagues h3,
 .compatible-devices h3,
 .testimonials-section h3,
 .faq-section h3 {
 font-size: 2.2rem;
 margin-bottom: 2rem;
 }
}


.power-block-section {
 margin: 6rem 0;
 text-align: center;
}

.power-block-section .section-title,
.testimonials-section .section-title,
.faq-section .section-title {
 font-size: 3rem;
 font-weight: 700;
 color: var(--color-white);
 margin-bottom: 3rem;
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}


.benefits-grid {
 margin-bottom: 6rem;
}

.testimonials-section {
 margin: 6rem 0;
 padding: 4rem 0;
 background: rgba(255, 255, 255, 0.05);
 border-radius: 20px;
 backdrop-filter: blur(10px);
}

.faq-section {
 margin: 6rem 0 4rem;
 text-align: center;
}

.faq-section .section-title {
 margin-bottom: 2rem;
}

@media (max-width: 768px) {

 .power-block-section .section-title,
 .testimonials-section .section-title,
 .faq-section .section-title {
 font-size: 2.2rem;
 }

 .power-block-section,
 .testimonials-section,
 .faq-section {
 margin: 4rem 0;
 }
}


.trial-info {
 font-size: 1.4rem;
 color: rgba(255, 255, 255, 0.9);
 margin: 1rem 0;
 font-weight: 500;
 text-align: center;
}

@media (max-width: 768px) {
 .trial-info {
 font-size: 1.2rem;
 }
}


.trial-success-message {
 text-align: center;
 padding: 4rem 2rem;
 background: white;
 border-radius: 20px;
 box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.trial-success-message .success-icon {
 font-size: 5rem;
 margin-bottom: 2rem;
}

.trial-success-message h2 {
 font-size: 3rem;
 color: #28a745;
 margin-bottom: 2rem;
 font-weight: 700;
}

.trial-success-message p {
 font-size: 1.6rem;
 color: #333;
 margin-bottom: 1.5rem;
 line-height: 1.5;
}

.trial-success-message .help-text {
 font-size: 1.4rem;
 color: #666;
 margin: 2rem 0 1rem;
}

.whatsapp-btn {
 background: #25d366;
 color: white;
 padding: 1.5rem 3rem;
 font-size: 1.6rem;
 font-weight: 600;
 text-decoration: none;
 border-radius: 50px;
 display: inline-block;
 transition: all 0.3s ease;
 box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
 margin-top: 1rem;
}

.whatsapp-btn:hover {
 background: #128c7e;
 transform: translateY(-2px);
 box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
 color: white;
}

@media (max-width: 768px) {
 .trial-success-message {
 padding: 3rem 1.5rem;
 }

 .trial-success-message h2 {
 font-size: 2.5rem;
 }

 .trial-success-message p {
 font-size: 1.4rem;
 }
}


.close-success-btn {
 background: #6c757d;
 color: white;
 padding: 1rem 2rem;
 font-size: 1.4rem;
 border: none;
 border-radius: 25px;
 cursor: pointer;
 margin-top: 2rem;
 transition: all 0.3s ease;
}

.close-success-btn:hover {
 background: #5a6268;
 transform: translateY(-1px);
}


@media (max-width: 768px) {
 .checkout-content {
 display: flex;
 flex-direction: column;
 gap: 2rem;
 }

 .order-summary {
 order: -1;
 margin-bottom: 0;
 position: static;
 }

 .checkout-form-section {
 order: 0;
 }

 .checkout-form {
 padding: 0;
 }

 .form-group input,
 .form-group select,
 .form-group textarea {
 width: 100%;
 box-sizing: border-box;
 font-size: 16px;
 padding: 1.5rem;
 }

 .form-row {
 flex-direction: column;
 gap: 1.5rem;
 }

 .payment-options {
 grid-template-columns: 1fr;
 gap: 1.5rem;
 }

 .checkout-btn {
 width: 100%;
 padding: 1.8rem 2rem;
 min-height: 52px;
 font-size: 1.8rem;
 margin-top: 2rem;
 }
}


.pricing-plan .button {
 position: relative;
 z-index: 10;
 pointer-events: auto;
 display: inline-block;
 text-decoration: none;
}

.pricing-plan {
 position: relative;
 overflow: visible;
}

.countdown-container {
 pointer-events: none;
}

.countdown-container * {
 pointer-events: none;
}


@media (max-width: 768px) {
 .pricing-plan .button {
 touch-action: manipulation;
 -webkit-tap-highlight-color: transparent;
 min-height: 48px;
 padding: 1.5rem 2rem;
 }
}


@media (max-width: 768px) {
 .checkout-content {
 padding: 0 1rem;
 }

 .order-summary,
 .checkout-form-section {
 width: 100%;
 margin: 0 0 2rem 0;
 padding: 2rem 1.5rem;
 }

 .checkout-form {
 padding: 0;
 }

 .form-group input {
 width: 100%;
 box-sizing: border-box;
 }

 .form-row {
 flex-direction: column;
 gap: 1rem;
 }

 .payment-options {
 grid-template-columns: 1fr;
 gap: 1rem;
 }
}


@media (min-width: 769px) {
 .container {
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 2rem;
 }

 .pricing-grid {
 justify-content: center;
 max-width: 100%;
 }

 .hero-section .container,
 .features-section .container,
 .pricing-section .container {
 width: 100%;
 max-width: 1200px;
 }
}


@media (max-width: 768px) {

 
 .hero-section {
 padding: 4rem 0 3rem;
 text-align: center;
 }

 .hero-title {
 font-size: 2.8rem;
 line-height: 1.2;
 margin-bottom: 1.5rem;
 }

 .hero-subtitle {
 font-size: 1.6rem;
 line-height: 1.4;
 margin-bottom: 2rem;
 }

 .hero-cta .button {
 width: 90%;
 max-width: 300px;
 padding: 1.8rem 2rem;
 font-size: 1.8rem;
 margin: 0 auto;
 display: block;
 }

 
 .features-grid {
 grid-template-columns: 1fr;
 gap: 2rem;
 padding: 0 1rem;
 }

 .feature-card {
 padding: 2.5rem 2rem;
 text-align: center;
 border-radius: 15px;
 box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
 }

 .feature-icon {
 font-size: 3.5rem;
 margin-bottom: 1.5rem;
 }

 .feature-title {
 font-size: 2rem;
 margin-bottom: 1rem;
 }

 .feature-desc {
 font-size: 1.4rem;
 line-height: 1.5;
 }

 
 .pricing-section {
 padding: 4rem 0;
 }

 .pricing-grid {
 grid-template-columns: 1fr;
 gap: 2.5rem;
 padding: 0 1rem;
 max-width: 500px;
 }

 
 .pricing-grid .pricing-plan:nth-child(4),
 .pricing-grid .pricing-plan:nth-child(5) {
 grid-column: auto;
 justify-self: center;
 margin: 0;
 }

 .pricing-plan {
 padding: 2.5rem 2rem;
 border-radius: 20px;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
 position: relative;
 overflow: hidden;
 }

 .pricing-plan.featured {
 transform: scale(1.02);
 border: 3px solid var(--color-primary);
 }

 .plan-name {
 font-size: 2.2rem;
 margin-bottom: 1rem;
 }

 .plan-price {
 font-size: 3rem;
 font-weight: 700;
 margin-bottom: 2rem;
 }

 .plan-features {
 margin-bottom: 2.5rem;
 }

 .plan-features li {
 font-size: 1.4rem;
 padding: 0.8rem 0;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .pricing-plan .button {
 width: 100%;
 padding: 1.8rem 2rem;
 font-size: 1.7rem;
 font-weight: 700;
 border-radius: 50px;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 }

 
 .special-offer-banner {
 margin-bottom: 1.5rem;
 padding: 1rem;
 background: linear-gradient(45deg, #f59e0b, #d97706);
 border-radius: 10px;
 animation: pulse 2s infinite;
 }

 .offer-text {
 font-size: 1.3rem;
 font-weight: 700;
 color: white;
 }

 
 .countdown-container {
 margin: 1.5rem 0;
 padding: 1.5rem;
 background: rgba(0, 0, 0, 0.1);
 border-radius: 10px;
 }

 .countdown-timer {
 display: flex;
 justify-content: center;
 gap: 1rem;
 }

 .countdown-item {
 text-align: center;
 background: rgba(255, 255, 255, 0.1);
 padding: 1rem 0.8rem;
 border-radius: 8px;
 min-width: 60px;
 }

 .countdown-number {
 font-size: 1.8rem;
 font-weight: 700;
 color: var(--color-primary);
 }

 .countdown-label {
 font-size: 1rem;
 margin-top: 0.5rem;
 }

 
 .section {
 padding: 3rem 0;
 }

 .section-title {
 font-size: 2.5rem;
 text-align: center;
 margin-bottom: 3rem;
 line-height: 1.2;
 }

 
 .container {
 padding: 0 1.5rem;
 max-width: 100%;
 }

 
 .button:active {
 transform: scale(0.98);
 }

 
 * {
 transition: all 0.3s ease;
 }

 
 .trust-badges {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 1rem;
 margin: 2rem 0;
 }

 .trust-badge {
 background: rgba(255, 255, 255, 0.1);
 padding: 1rem 1.5rem;
 border-radius: 25px;
 font-size: 1.3rem;
 text-align: center;
 backdrop-filter: blur(10px);
 }
}


@media (max-width: 768px) {
 .how-it-works-section {
 padding: 4rem 0;
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
 }

 .how-it-works-grid {
 display: flex;
 flex-direction: column;
 gap: 2.5rem;
 padding: 0 1rem;
 }

 .how-it-works-step {
 background: rgba(255, 255, 255, 0.1);
 padding: 2.5rem 2rem;
 border-radius: 20px;
 text-align: center;
 backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.2);
 position: relative;
 box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
 }

 .step-number {
 background: linear-gradient(45deg, var(--color-primary), #20c997);
 color: white;
 width: 60px;
 height: 60px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 2rem;
 font-weight: 700;
 margin: 0 auto 1.5rem;
 box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);
 }

 .step-title {
 font-size: 2rem;
 font-weight: 700;
 color: var(--color-white);
 margin-bottom: 1rem;
 line-height: 1.2;
 }

 .step-description {
 font-size: 1.4rem;
 color: rgba(255, 255, 255, 0.9);
 line-height: 1.5;
 margin: 0;
 }

 
 .how-it-works-step:not(:last-child)::after {
 content: '↓';
 position: absolute;
 bottom: -2rem;
 left: 50%;
 transform: translateX(-50%);
 font-size: 2rem;
 color: var(--color-primary);
 background: rgba(0, 0, 0, 0.3);
 width: 40px;
 height: 40px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 backdrop-filter: blur(10px);
 }

 
 .how-it-works-step:hover {
 transform: translateY(-5px);
 box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
 }

 .how-it-works-step:hover .step-number {
 transform: scale(1.1);
 }
}


@media (min-width: 769px) {
 .pricing-plan .button {
 position: relative;
 z-index: 100;
 pointer-events: auto;
 display: block;
 text-decoration: none;
 cursor: pointer;
 user-select: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 }

 .pricing-plan {
 position: relative;
 z-index: 1;
 }

 .pricing-plan .countdown-container,
 .pricing-plan .special-offer-banner,
 .pricing-plan .popular-badge {
 pointer-events: none;
 z-index: 1;
 }

 .pricing-plan .countdown-container *,
 .pricing-plan .special-offer-banner *,
 .pricing-plan .popular-badge * {
 pointer-events: none;
 }

 
 .button-primary,
 .button-secondary {
 z-index: 999 !important;
 position: relative !important;
 }

 
 .pricing-plan .button:hover {
 text-decoration: none;
 }
}

@media only screen and (min-width: 769px) {
 .menu-toggle {
 display: none;
 }

 .main-navigation .menu {
 display: flex;
 }
}


.global-channels-section {
 text-align: center;
 padding: 60px 0;
}

.global-channels-section .section-title {
 font-size: 2.5rem;
 margin-bottom: 10px;
 color: #fff;
}

.global-channels-section .section-subtitle {
 font-size: 1.2rem;
 color: #aaa;
 margin-bottom: 40px;
}

.channels-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
 gap: 20px;
 justify-content: center;
}

.channel-item {
 background-color: #222;
 border-radius: 10px;
 padding: 20px;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 80px;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.channel-item:hover {
 transform: translateY(-5px);
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.channel-item span {
 font-size: 1.4rem;
 font-weight: bold;
 color: #fff;
}


.channels-carousel {
 overflow: hidden;
 -webkit-overflow-scrolling: touch;
 scrollbar-width: none;
 white-space: nowrap;
 padding: 2rem 0;
 width: 100%;
}

.channels-carousel::-webkit-scrollbar {
 display: none;
}

.channels-grid {
 display: inline-flex;
 gap: 2rem;
 padding: 0 2rem;
 animation: scroll-rtl 30s linear infinite;
}

@media (max-width: 768px) {
 .channels-grid {
 animation: scroll-rtl 60s linear infinite;
 }
}

.welcome-cta {
 text-align: center;
 margin: 40px 0;
}

.trial-info {
 margin-top: 10px;
}

.pricing-grid {
 align-items: stretch;
}

.pricing-plan {
 display: flex;
 flex-direction: column;
}

.plan-features {
 flex-grow: 1;
 margin-bottom: 1.5rem;
}

.countdown-container {
 margin: 1.5rem 0 1rem;
}

.mobile-sticky-cta {
 position: fixed;
 left: 0;
 right: 0;
 bottom: 0;
 background: linear-gradient(135deg, #ff4b2b, #ff416c);
 color: #fff;
 padding: 0.8rem 1.2rem;
 z-index: 9999;
 display: none;
}

.mobile-sticky-cta__inner {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 1rem;
}

.mobile-sticky-cta__text {
 font-size: 1.3rem;
 line-height: 1.4;
 flex: 1;
}

.button.button-primary {
 padding: 0.9rem 1.4rem;
 font-size: 1.3rem;
 white-space: nowrap;
}

.mobile-sticky-cta__close {
 background: transparent;
 border: none;
 color: #fff;
 font-size: 2rem;
 line-height: 1;
 padding: 0 0.5rem;
 cursor: pointer;
}

.hidden {
 display: none !important;
}

@media (max-width: 768px) {
 .mobile-sticky-cta {
 display: block;
 }
}

@media (min-width: 769px) {
 .mobile-sticky-cta {
 display: none !important;
 }
}

.pricing-guarantee-box {
 margin-top: 3rem;
 padding: 1.8rem 2rem;
 border-radius: 12px;
 background: rgba(0, 0, 0, 0.6);
 border: 1px solid rgba(255, 255, 255, 0.12);
 font-size: 1.4rem;
 line-height: 1.6;
 color: rgba(255, 255, 255, 0.9);
 text-align: center;
}

/* ============================================
 TV CHANNELS SECTION WITH SCROLLING LOGO IMAGES
 ============================================ */

.tv-channels-section {
 padding: 4rem 0;
 background: var(--color-dark-bg);
 overflow: hidden;
}

.tv-channels-section .section-title {
 text-align: center;
 margin-bottom: 1rem;
}

.tv-channels-section .section-subtitle {
 text-align: center;
 color: var(--color-text-light);
 margin-bottom: 4rem;
 font-size: 1.8rem;
}

.container-full {
 width: 100%;
 max-width: 100%;
}

.channels-scroll-wrapper {
 overflow-x: auto;
 overflow-y: hidden;
 padding: 2rem 0;
 position: relative;
}

.channels-scroll-wrapper::before,
.channels-scroll-wrapper::after {
 content: '';
 position: absolute;
 top: 0;
 width: 200px;
 height: 100%;
 z-index: 2;
 pointer-events: none;
}

.channels-scroll-wrapper::before {
 left: 0;
 background: linear-gradient(to right, var(--color-dark-bg), transparent);
}

.channels-scroll-wrapper::after {
 right: 0;
 background: linear-gradient(to left, var(--color-dark-bg), transparent);
}

.channels-scroll {
 display: flex;
 gap: 3rem;
 animation: scrollRTL var(--carousel-duration) linear infinite !important;
 width: fit-content;
}

.channels-scroll:hover {
 animation-play-state: paused;
}



.channel-logo-item {
 flex-shrink: 0;
 width: 220px;
 height: 140px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: rgba(255, 255, 255, 0.05);
 backdrop-filter: blur(10px);
 border: 2px solid rgba(255, 255, 255, 0.1);
 border-radius: 15px;
 padding: 1.5rem;
 transition: all 0.3s ease;
 cursor: pointer;
 overflow: hidden;
}

.channel-logo-item:hover {
 transform: scale(1.08);
 border-color: var(--color-accent);
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(245, 158, 11, 0.25);
 background: rgba(255, 255, 255, 0.1);
}

.channel-logo-item img {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
 filter: brightness(1);
 transition: all 0.3s ease;
}

.channel-logo-item:hover img {
 filter: brightness(1.1);
 transform: scale(1.05);
}

/* ============================================
 FOOTBALL LEAGUES SECTION WITH LOGO IMAGES
 ============================================ */

.football-leagues-section {
 padding: 4rem 0;
 background: var(--color-darker-bg);
}

.football-leagues-section .section-subtitle {
 text-align: center;
 color: var(--color-text-light);
 margin-bottom: 4rem;
 font-size: 1.8rem;
}

.leagues-logos-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
 gap: 3rem;
 max-width: 1200px;
 margin: 0 auto;
}

.league-logo-card {
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
 backdrop-filter: blur(15px);
 border: 2px solid rgba(255, 255, 255, 0.15);
 border-radius: 20px;
 padding: 3rem 2rem;
 text-align: center;
 transition: all 0.4s ease;
 position: relative;
 overflow: hidden;
}

.league-logo-card::before {
 content: '';
 position: absolute;
 top: -50%;
 left: -50%;
 width: 200%;
 height: 200%;
 background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
 transform: rotate(45deg);
 transition: all 0.5s;
 opacity: 0;
}

.league-logo-card:hover::before {
 opacity: 1;
 top: 100%;
 left: 100%;
}

.league-logo-card:hover {
 transform: translateY(-10px) scale(1.02);
 border-color: var(--color-accent);
 box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(40, 167, 69, 0.3);
}

.league-logo-card.featured {
 border-color: #ffd700;
 background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0.05) 100%);
}

.league-logo-img {
 width: 140px;
 height: 140px;
 margin: 0 auto 2rem;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 3px solid rgba(255, 255, 255, 0.2);
 transition: all 0.3s ease;
 overflow: hidden;
 background: rgba(255, 255, 255, 0.05);
 position: relative;
}

.league-logo-img img[src=""],
.league-logo-img img:not([src]) {
 display: none;
}

.league-logo-img:has(img[src=""]):before,
.league-logo-img:has(img:not([src])):before {
 content: '⚽';
 font-size: 5rem;
 opacity: 0.3;
}

.league-logo-card:hover .league-logo-img {
 transform: rotateY(360deg) scale(1.1);
}

.league-logo-img img {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
 padding: 1rem;
}


.placeholder-badge {
 font-size: 2.5rem;
 font-weight: 900;
 letter-spacing: 2px;
 color: #fff;
}

.bundesliga-placeholder {
 background: linear-gradient(135deg, #d20515, #a00000);
}

.ligue1-placeholder {
 background: linear-gradient(135deg, #dae025, #b8c61e);
}

.ligue1-placeholder .placeholder-badge {
 color: #000;
}

.league-title {
 font-size: 2rem;
 font-weight: 700;
 color: var(--color-white);
 margin-bottom: 0.5rem;
}

.league-location {
 font-size: 1.4rem;
 color: var(--color-text-light);
 opacity: 0.8;
 margin: 0;
}


@media (max-width: 768px) {
 .channels-scroll {
 animation: scrollRTL 30s linear infinite !important;
 gap: 2rem;
 }

 .channel-logo-item {
 width: 180px;
 height: 110px;
 padding: 1rem;
 }

 .leagues-logos-grid {
 grid-template-columns: repeat(2, 1fr);
 gap: 2rem;
 }

 .league-logo-img {
 width: 110px;
 height: 110px;
 }

 .channel-logo-item {
 flex-shrink: 0;
 width: 220px;
 height: 140px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: rgba(255, 255, 255, 0.05);
 backdrop-filter: blur(10px);
 border: 2px solid rgba(255, 255, 255, 0.1);
 border-radius: 15px;
 padding: 1.5rem;
 transition: all 0.3s ease;
 cursor: pointer;
 overflow: hidden;
 }

 .channel-logo-item:hover {
 transform: scale(1.08);
 border-color: var(--color-accent);
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(14, 165, 233, 0.3);
 background: rgba(255, 255, 255, 0.1);
 }

 .channel-logo-item img {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
 filter: brightness(1);
 transition: all 0.3s ease;
 }

 .channel-logo-item:hover img {
 filter: brightness(1.1);
 transform: scale(1.05);
 }

 /* ============================================
 FOOTBALL LEAGUES SECTION WITH SCROLLING
 ============================================ */

 .football-leagues-section {
 padding: 4rem 0;
 background: var(--color-darker-bg);
 overflow: hidden;
 
 }

 .football-leagues-section .section-subtitle {
 text-align: center;
 color: var(--color-text-light);
 margin-bottom: 4rem;
 font-size: 1.8rem;
 }

 
 .leagues-scroll-wrapper {
 overflow: hidden;
 padding: 2rem 0;
 position: relative;
 margin-top: 2rem;
 width: 100%;
 }

 .leagues-scroll-wrapper::before,
 .leagues-scroll-wrapper::after {
 content: '';
 position: absolute;
 top: 0;
 width: 150px;
 height: 100%;
 z-index: 2;
 pointer-events: none;
 }

 .leagues-scroll-wrapper::before {
 left: 0;
 background: linear-gradient(to right, var(--color-darker-bg), transparent);
 }

 .leagues-scroll-wrapper::after {
 right: 0;
 background: linear-gradient(to left, var(--color-darker-bg), transparent);
 }

 
 .leagues-scroll {
 display: flex !important;
 
 gap: 3rem;
 animation: scrollRTL 30s linear infinite;
 width: max-content;
 
 }

 .leagues-scroll:hover {
 animation-play-state: paused;
 }

 
 .football-leagues-section .league-logo-card {
 flex-shrink: 0;
 width: 260px;
 margin: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
 backdrop-filter: blur(15px);
 border: 2px solid rgba(255, 255, 255, 0.15);
 border-radius: 20px;
 padding: 3rem 2rem;
 text-align: center;
 transition: all 0.4s ease;
 position: relative;
 overflow: hidden;
 }

 .football-leagues-section .league-logo-card:hover {
 transform: translateY(-10px) scale(1.02);
 border-color: var(--color-accent);
 box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(40, 167, 69, 0.3);
 }

 .football-leagues-section .league-logo-card.featured {
 border-color: #ffd700;
 background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0.05) 100%);
 }

 
 .football-leagues-section .league-logo-img {
 width: 140px;
 height: 140px;
 margin: 0 auto 2rem;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 3px solid rgba(255, 255, 255, 0.2);
 transition: all 0.3s ease;
 overflow: hidden;
 background: rgba(255, 255, 255, 0.05);
 }

 .football-leagues-section .league-logo-card:hover .league-logo-img {
 transform: rotateY(360deg) scale(1.1);
 }

 .football-leagues-section .league-logo-img img {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
 padding: 1rem;
 }

 
 .league-title {
 font-size: 2rem;
 font-weight: 700;
 color: var(--color-white);
 margin-bottom: 0.5rem;
 }

 .league-location {
 font-size: 1.4rem;
 color: var(--color-text-light);
 opacity: 0.8;
 margin: 0;
 }

 
 .placeholder-badge {
 font-size: 2.5rem;
 font-weight: 900;
 letter-spacing: 2px;
 color: #fff;
 }

 
 @media (max-width: 768px) {
 .leagues-scroll {
 gap: 2rem;
 animation-duration: 30s;
 }

 .football-leagues-section .league-logo-card {
 width: 200px;
 padding: 2rem 1rem;
 }

 .football-leagues-section .league-logo-img {
 width: 100px;
 height: 100px;
 }

 .league-title {
 font-size: 1.8rem;
 }
 }
}



@media (max-width: 768px) {
 .about-grid {
 grid-template-columns: 1fr;
 }
}

/* ============================================
 FLOATING WHATSAPP BUTTON
 ============================================ */

.whatsapp-float {
 position: fixed;
 bottom: 30px;
 left: 30px;
 width: 60px;
 height: 60px;
 background-color: #25d366;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: 999;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
 transition: all 0.3s ease;
 text-decoration: none;
 cursor: pointer;
}

.whatsapp-float:hover {
 background-color: #20ba5a;
 transform: scale(1.1);
 box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

.whatsapp-float i {
 color: white;
 font-size: 2rem;
}

@media (max-width: 768px) {
 .whatsapp-float {
 bottom: 20px;
 left: 20px;
 width: 55px;
 height: 55px;
 }

 .whatsapp-float i {
 font-size: 1.8rem;
 }
}

/ *   F o r c e   C S S   R e l o a d   -   V e r s i o n   1 . 1   * /       
/* ============================================
 UNIFIED COMPONENTS CSS
 ============================================ */


:root {
 
 --color-primary: #1f2937;
 --color-secondary: #14b8a6;
 --color-accent: #f59e0b;
 --color-success: #22c55e;

 
 --color-background: #0f1218;
 --color-dark-bg: #141923;
 --color-darker-bg: #0f1218;
 --color-white: #ffffff;

 
 --color-text-dark: #333333;
 --color-text-light: #f5f5f5;
 --color-text-lighter: #cccccc;

 
 --color-border-dark: #444444;
 --color-border-light: #e0e0e0;

 
 --font-heading: 'Montserrat', sans-serif;
 --font-body: 'Roboto', sans-serif;
 --font-accent: 'Poppins', sans-serif;

 
 --spacing-xs: 0.5rem;
 --spacing-sm: 1rem;
 --spacing-md: 1.5rem;
 --spacing-lg: 2rem;
 --spacing-xl: 3rem;
 --spacing-xxl: 4rem;

 
 --container-max-width: 1200px;
 --border-radius: 8px;
 --border-radius-lg: 15px;
 --transition-speed: 0.3s;
 --box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);

 
 --bp-mobile: 768px;
 --bp-tablet: 1024px;
 --bp-desktop: 1200px;
}


.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: var(--spacing-sm) var(--spacing-lg);
 border-radius: var(--border-radius);
 font-family: var(--font-accent);
 font-weight: 600;
 text-decoration: none;
 transition: all var(--transition-speed) ease;
 cursor: pointer;
 border: 2px solid transparent;
 min-height: 44px;
 font-size: 1.6rem;
 line-height: 1.2;
}

.btn-primary {
 background: var(--color-accent);
 color: var(--color-white);
 border-color: var(--color-accent);
 background: linear-gradient(135deg, var(--color-accent) 0%, #fbbf24 100%);
 box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.btn-primary:hover {
 background: linear-gradient(135deg, #d97706 0%, #fbbf24 100%);
 border-color: transparent;
 color: var(--color-white);
 transform: translateY(-2px);
 box-shadow: 0 8px 25px rgba(245, 158, 11, 0.45);
}

.btn-secondary {
 background: transparent;
 color: var(--color-secondary);
 border-color: var(--color-secondary);
}

.btn-secondary:hover {
 background: var(--color-secondary);
 color: var(--color-white);
 transform: translateY(-2px);
 box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}


.card {
 background: rgba(30, 41, 59, 0.7);
 backdrop-filter: blur(12px);
 -webkit-backdrop-filter: blur(12px);
 border: 1px solid rgba(255, 255, 255, 0.08);
 border-radius: var(--border-radius-lg);
 padding: var(--spacing-xl);
 transition: all var(--transition-speed) ease;
 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.card-hover:hover {
 transform: translateY(-10px);
 border-color: rgba(255, 255, 255, 0.2);
 box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
 background: rgba(30, 41, 59, 0.9);
}

.card-featured {
 border-color: #f59e0b;
 background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(245, 158, 11, 0.05) 100%);
}


.section {
 padding: var(--spacing-xxl) 0;
}

.section-title {
 text-align: center;
 font-size: 3.5rem;
 font-weight: 700;
 color: var(--color-white);
 margin-bottom: var(--spacing-xl);
 position: relative;
}

.section-title::after {
 content: '';
 position: absolute;
 bottom: -1rem;
 left: 50%;
 transform: translateX(-50%);
 width: 80px;
 height: 4px;
 background: var(--color-accent);
 border-radius: 2px;
}


.grid {
 display: grid;
 gap: var(--spacing-lg);
}

.grid-auto {
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-2 {
 grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
 grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
 grid-template-columns: repeat(4, 1fr);
}


.fade-in {
 animation: fadeIn 1s ease-out;
}

.slide-up {
 animation: slideUp 1s ease-out;
}

.pulse {
 animation: pulse 2s infinite;
}

@keyframes fadeIn {
 from {
 opacity: 0;
 }

 to {
 opacity: 1;
 }
}

@keyframes slideUp {
 from {
 opacity: 0;
 transform: translateY(50px);
 }

 to {
 opacity: 1;
 transform: translateY(0);
 }
}

@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
 }

 70% {
 box-shadow: 0 0 0 20px rgba(245, 158, 11, 0);
 }

 100% {
 box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
 }
}



.scroll-container {
 overflow: hidden;
 padding: 2rem 0;
 position: relative;
}

.scroll-container::before,
.scroll-container::after {
 content: '';
 position: absolute;
 top: 0;
 width: 150px;
 height: 100%;
 z-index: 2;
 pointer-events: none;
}

.scroll-container::before {
 left: 0;
 background: linear-gradient(to right, var(--color-background), transparent);
}

.scroll-container::after {
 right: 0;
 background: linear-gradient(to left, var(--color-background), transparent);
}

.scroll-content {
 display: flex;
 gap: 3rem;
 animation: scrollRTL 30s linear infinite;
 width: max-content;
}

.scroll-content:hover {
 animation-play-state: paused;
}


.container {
 width: 100%;
 max-width: var(--container-max-width);
 margin: 0 auto;
 padding: 0 var(--spacing-lg);
}


@media (max-width: 768px) {
 .section-title {
 font-size: 2.5rem;
 }

 .grid-2,
 .grid-3,
 .grid-4 {
 grid-template-columns: 1fr;
 }

 .btn {
 width: 100%;
 padding: var(--spacing-md) var(--spacing-lg);
 }

 .container {
 padding: 0 1rem;
 }
}

@media (max-width: 480px) {
 .section-title {
 font-size: 2rem;
 }
}



.global-movies-section,
.global-channels-section,
.football-leagues-section,
.tv-channels-section {
 padding: 4rem 0;
 overflow: hidden;
 background: transparent;
}

.movies-carousel,
.channels-carousel,
.leagues-scroll-wrapper,
.channels-scroll-wrapper {
 width: 100%;
 overflow-x: auto;
 overflow-y: hidden;
 position: relative;
 margin-top: 2rem;
 scroll-snap-type: x mandatory;
 scroll-behavior: smooth;
 -webkit-overflow-scrolling: touch;
}

.movies-carousel::before,
.movies-carousel::after,
.channels-carousel::before,
.channels-carousel::after,
.leagues-scroll-wrapper::before,
.leagues-scroll-wrapper::after,
.channels-scroll-wrapper::before,
.channels-scroll-wrapper::after {
 content: '';
 position: absolute;
 top: 0;
 width: 100px;
 height: 100%;
 z-index: 2;
 pointer-events: none;
}

.movies-carousel::before,
.channels-carousel::before,
.leagues-scroll-wrapper::before,
.channels-scroll-wrapper::before {
 left: 0;
 background: linear-gradient(to right, var(--color-background), transparent);
}

.movies-carousel::after,
.channels-carousel::after,
.leagues-scroll-wrapper::after,
.channels-scroll-wrapper::after {
 right: 0;
 background: linear-gradient(to left, var(--color-background), transparent);
}

.movies-grid,
.channels-grid,
.leagues-scroll,
.channels-scroll {
 display: flex;
 gap: 2rem;
 width: max-content;
}

.movies-grid {
 animation: scrollRTL var(--carousel-duration) linear infinite;
}

.movies-grid:hover,
.channels-grid:hover,
.leagues-scroll:hover,
.channels-scroll:hover {
 animation-play-state: paused;
}


.channel-logo-item {
 width: 150px;
 height: 80px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: rgba(255, 255, 255, 0.05);
 border-radius: 12px;
 padding: 1rem;
 border: 1px solid rgba(255, 255, 255, 0.1);
 transition: all 0.3s ease;
 scroll-snap-align: center;
}

.league-logo-card {
 background: rgba(30, 30, 40, 0.5);
 border-radius: 16px;
 padding: 1.5rem;
 text-align: center;
 border: 1px solid rgba(255, 255, 255, 0.05);
 transition: all 0.3s ease;
 scroll-snap-align: center;
}

.league-logo-card:hover {
 transform: translateY(-5px);
 border-color: var(--color-accent);
 background: rgba(40, 40, 50, 0.8);
}

.league-logo-img {
 height: 80px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 1rem;
}

.league-logo-img img {
 max-height: 100%;
 max-width: 100%;
 object-fit: contain;
}

.league-title {
 font-size: 1rem;
 margin-bottom: 0.2rem;
 color: white;
}

.league-location {
 font-size: 0.8rem;
 color: var(--color-text-light);
}


.placeholder-badge {
 width: 60px;
 height: 60px;
 background: var(--color-accent);
 color: white;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: bold;
 font-size: 1.2rem;
 margin: 0 auto;
}



/* ============================================
 HOW IT WORKS SECTION
 ============================================ */
.how-it-works-section {
 padding: 5rem 0;
 background: linear-gradient(to bottom, var(--color-background), var(--color-darker-bg));
}

.steps-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 gap: 2rem;
 margin-top: 3rem;
}

.step-card {
 background: rgba(255, 255, 255, 0.03);
 border: 1px solid rgba(255, 255, 255, 0.05);
 border-radius: 20px;
 padding: 2.5rem 2rem;
 text-align: center;
 position: relative;
 transition: all 0.3s ease;
 height: 100%;
 backdrop-filter: blur(10px);
}

.step-card:hover {
 transform: translateY(-10px);
 background: rgba(255, 255, 255, 0.05);
 border-color: var(--color-accent);
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.step-icon {
 width: 80px;
 height: 80px;
 background: linear-gradient(135deg, #8b5cf6, #6d28d9);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 1.5rem;
 font-size: 2rem;
 color: white;
 box-shadow: 0 5px 15px rgba(139, 92, 246, 0.4);
}

.step-number {
 position: absolute;
 top: 1rem;
 right: 1rem;
 font-size: var(--font-size-xxl);
 font-weight: 900;
 color: rgba(255, 255, 255, 0.03);
 line-height: 1;
}

.step-title {
 font-size: var(--font-size-md);
 margin-bottom: 1rem;
 color: white;
}

.step-description {
 color: var(--color-text-light);
 font-size: var(--font-size-sm);
 line-height: 1.7;
}

/* ============================================
 FAQ SECTION
 ============================================ */
.faq-section {
 padding: 5rem 0;
 background: var(--color-background);
}

.faq-container {
 max-width: 800px;
 margin: 3rem auto 0;
}

.faq-item {
 margin-bottom: 1rem;
 border: 1px solid rgba(255, 255, 255, 0.1);
 border-radius: 10px;
 background: rgba(255, 255, 255, 0.02);
 overflow: hidden;
 transition: all 0.3s ease;
}

.faq-item:hover {
 background: rgba(255, 255, 255, 0.05);
 border-color: rgba(255, 255, 255, 0.2);
}

.faq-question {
 padding: 1.5rem;
 margin: 0;
 cursor: pointer;
 display: flex;
 justify-content: space-between;
 align-items: center;
 color: white;
 font-size: var(--font-size-base);
 font-weight: 600;
}

.faq-question .icon {
 color: var(--color-accent);
 transition: transform 0.3s ease;
}

.faq-answer {
 padding: 0 1.5rem;
 max-height: 0;
 overflow: hidden;
 transition: all 0.3s ease;
 color: var(--color-text-light);
 font-size: var(--font-size-sm);
 line-height: 1.7;
}

.faq-item.active .faq-answer {
 padding: 0 1.5rem 1.5rem;
 max-height: 500px;
 
}

.faq-item.active .icon {
 transform: rotate(45deg);
}

/* ============================================
 TESTIMONIALS SECTION
 ============================================ */
.testimonials-section {
 padding: 5rem 0;
 background: linear-gradient(to top, var(--color-background), var(--color-darker-bg));
}

.testimonials-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 2rem;
 margin-top: 3rem;
}

.testimonial-card {
 background: rgba(30, 30, 40, 0.6);
 border: 1px solid rgba(255, 255, 255, 0.05);
 border-radius: 16px;
 padding: 2rem;
 position: relative;
 height: 100%;
 display: flex;
 flex-direction: column;
}

.testimonial-stars {
 color: #ffc107;
 margin-bottom: 1rem;
 font-size: 0.9rem;
}

.testimonial-content {
 color: var(--color-text-light);
 font-style: italic;
 margin-bottom: 2rem;
 flex-grow: 1;
 font-size: var(--font-size-sm);
 line-height: 1.7;
}

.testimonial-author {
 display: flex;
 align-items: center;
 gap: 1rem;
 border-top: 1px solid rgba(255, 255, 255, 0.1);
 padding-top: 1.5rem;
}

.author-avatar {
 width: 50px;
 height: 50px;
 background: rgba(255, 255, 255, 0.1);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.5rem;
 color: var(--color-accent);
}

.author-info {
 display: flex;
 flex-direction: column;
}

.author-name {
 color: white;
 font-weight: 700;
 font-size: 1.1rem;
}

.author-title {
 color: var(--color-text-light);
 font-size: 0.95rem;
}


.movie-item {
 scroll-snap-align: center;
 min-width: 200px;
 max-width: 200px;
}

.movie-item img {
 width: 200px;
 height: 300px;
 object-fit: cover;
 border-radius: 10px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
/* ============================================
 HOME PAGE SECTIONS - FEATURES & LEAGUES
 ============================================ */

/* ============================================
 FEATURES STRIP STYLING
 ============================================ */

.features-strip {
 position: relative;
 z-index: 10;
 margin-top: -4rem;
 margin-bottom: 4rem;
 padding: 0 1rem;
}

.features-strip-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1.5rem;
 background: rgba(30, 30, 40, 0.7);
 backdrop-filter: blur(20px);
 -webkit-backdrop-filter: blur(20px);
 border: 1px solid rgba(255, 255, 255, 0.1);
 border-radius: 20px;
 padding: 2rem;
 box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.feature-strip-item {
 display: flex;
 align-items: center;
 gap: 1rem;
 padding: 1rem;
 border-radius: 15px;
 transition: all 0.3s ease;
 border: 1px solid transparent;
}

.feature-strip-item:hover {
 background: rgba(255, 255, 255, 0.05);
 border-color: rgba(255, 255, 255, 0.1);
 transform: translateY(-3px);
}

.feature-icon-wrapper {
 width: 50px;
 height: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: linear-gradient(135deg, var(--color-secondary), var(--color-accent));
 border-radius: 12px;
 font-size: 1.2rem;
 color: white;
 box-shadow: 0 5px 15px rgba(99, 102, 241, 0.3);
 flex-shrink: 0;
}

.feature-content h3 {
 font-size: 1.3rem;
 font-weight: 700;
 color: white;
 margin: 0 0 0.2rem 0;
}

.feature-content p {
 font-size: 1.05rem;
 color: rgba(255, 255, 255, 0.7);
 margin: 0;
 line-height: 1.3;
}

/* ============================================
 FOOTBALL LEAGUES SCROLLING ANIMATION
 ============================================ */

.football-leagues-section {
 padding: 4rem 0;
 background: var(--color-darker-bg);
 overflow: hidden;
}

.football-leagues-section .section-subtitle {
 text-align: center;
 color: var(--color-text-light);
 margin-bottom: 4rem;
 font-size: 2rem;
}


.leagues-scroll-wrapper {
 overflow-x: auto;
 overflow-y: hidden;
 scroll-snap-type: x mandatory;
 scroll-behavior: smooth;
 -webkit-overflow-scrolling: touch;
 padding: 2rem 0;
 position: relative;
 margin-top: 2rem;
 width: 100%;
}

.leagues-scroll-wrapper::before,
.leagues-scroll-wrapper::after {
 content: '';
 position: absolute;
 top: 0;
 width: 150px;
 height: 100%;
 z-index: 2;
 pointer-events: none;
}

.leagues-scroll-wrapper::before {
 left: 0;
 background: linear-gradient(to right, var(--color-darker-bg), transparent);
}

.leagues-scroll-wrapper::after {
 right: 0;
 background: linear-gradient(to left, var(--color-darker-bg), transparent);
}


.leagues-scroll {
 display: flex !important;
 gap: 3rem;
 animation: scrollRTL var(--carousel-duration) linear infinite !important;
 width: max-content;
}

.leagues-scroll:hover {
 animation-play-state: paused;
}


.football-leagues-section .league-logo-card {
 flex-shrink: 0;
 width: 260px;
 margin: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
 backdrop-filter: blur(15px);
 border: 2px solid rgba(255, 255, 255, 0.15);
 border-radius: 20px;
 padding: 3rem 2rem;
 text-align: center;
 transition: all 0.4s ease;
 position: relative;
 overflow: hidden;
}

.football-leagues-section .league-logo-card:hover {
 transform: translateY(-10px) scale(1.02);
 border-color: var(--color-accent);
 box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(40, 167, 69, 0.3);
}

.football-leagues-section .league-logo-card.featured {
 border-color: #ffd700;
 background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0.05) 100%);
}


.football-leagues-section .league-logo-img {
 width: 140px;
 height: 140px;
 margin: 0 auto 2rem;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 3px solid rgba(255, 255, 255, 0.2);
 transition: all 0.3s ease;
 overflow: hidden;
 background: rgba(255, 255, 255, 0.05);
}

.football-leagues-section .league-logo-card:hover .league-logo-img {
 transform: rotateY(360deg) scale(1.1);
}

.football-leagues-section .league-logo-img img {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
 padding: 1rem;
}


.league-title {
 font-size: 2.2rem;
 font-weight: 700;
 color: var(--color-white);
 margin-bottom: 0.5rem;
}

.league-location {
 font-size: 1.5rem;
 color: var(--color-text-light);
 opacity: 0.8;
 margin: 0;
}


.placeholder-badge {
 font-size: 2.5rem;
 font-weight: 900;
 letter-spacing: 2px;
 color: #fff;
}

.bundesliga-placeholder {
 background: linear-gradient(135deg, #d20515, #a00000);
}

.ligue1-placeholder {
 background: linear-gradient(135deg, #dae025, #b8c61e);
}

.ligue1-placeholder .placeholder-badge {
 color: #000;
}

/* ============================================
 RESPONSIVE DESIGN
 ============================================ */

@media (max-width: 1024px) {
 .features-strip-grid {
 grid-template-columns: repeat(2, 1fr);
 gap: 1rem;
 }
}

@media (max-width: 768px) {
 .features-strip {
 margin-top: 1rem;
 padding: 0 0.5rem;
 }

 .features-strip-grid {
 grid-template-columns: repeat(2, 1fr);
 gap: 0.8rem;
 padding: 1rem;
 }

 .feature-strip-item {
 padding: 0.8rem 0.5rem;
 flex-direction: column;
 text-align: center;
 gap: 0.5rem;
 }

 .feature-icon-wrapper {
 width: 40px;
 height: 40px;
 font-size: 1rem;
 margin: 0 auto;
 }

 .feature-content h3 {
 font-size: 0.9rem;
 margin-bottom: 0.1rem;
 }

 .feature-content p {
 font-size: 0.75rem;
 }

 
 .leagues-scroll {
 gap: 2rem;
 animation-duration: var(--carousel-duration) !important;
 }

 .football-leagues-section .league-logo-card {
 width: 200px;
 padding: 2rem 1rem;
 }
}

@media (max-width: 600px) {
 .features-strip {
 margin-top: 1rem;
 padding: 0 0.5rem;
 }

 .features-strip-grid {
 grid-template-columns: 1fr;
 gap: 0.8rem;
 padding: 1rem;
 }
}

.welcome-page {
 background-color: var(--color-background);
 color: var(--color-text);
 overflow-x: hidden;
 width: 100%;
 max-width: 100%;
}

.welcome-content {
 width: 100%;
 max-width: 100%;
}


.welcome-hero-section {
 text-align: center;
 padding: 6rem 2rem 4rem;
 background: linear-gradient(180deg, rgba(10, 10, 15, 0.8) 0%, var(--color-background) 100%);
 width: 100%;
}

.welcome-headline {
 font-size: clamp(2.5rem, 5vw, 4rem);
 font-weight: 800;
 margin-bottom: 1.5rem;
 background: linear-gradient(135deg, #fff 0%, #ccc 100%);
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 line-height: 1.2;
}

.welcome-subtitle {
 font-size: 1.2rem;
 color: var(--color-text-light);
 max-width: 700px;
 margin: 0 auto 3rem;
 line-height: 1.6;
}


.benefits-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 2rem;
 margin-bottom: 5rem;
 max-width: 100%;
 padding: 0 2rem;
}

.benefit-card {
 background: rgba(30, 41, 59, 0.6);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 padding: 2.5rem;
 border-radius: 16px;
 border: 1px solid rgba(255, 255, 255, 0.08);
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 position: relative;
 overflow: hidden;
}

.benefit-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
 border-color: rgba(255, 255, 255, 0.2);
 background: rgba(30, 41, 59, 0.8);
}

.benefit-icon {
 font-size: 3rem;
 margin-bottom: 1.5rem;
 display: block;
 background: linear-gradient(135deg, #8b5cf6, #6366f1);
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.benefit-title {
 font-size: 1.6rem;
 margin-bottom: 1rem;
 color: #f8fafc;
 font-weight: 700;
}

.benefit-desc {
 font-size: 1.05rem;
 color: #cbd5e1;
 line-height: 1.7;
}


.welcome-cta {
 text-align: center;
 margin: 4rem 0;
 padding: 0 2rem;
}

.welcome-button {
 font-size: 1.2rem;
 padding: 1rem 3rem;
 border-radius: 50px;
 background: linear-gradient(135deg, var(--color-accent) 0%, #fbbf24 100%);
 border: 1px solid rgba(255, 255, 255, 0.1);
 color: white;
 font-weight: 600;
 cursor: pointer;
 box-shadow: 0 10px 30px -10px rgba(14, 165, 233, 0.5);
 transition: all 0.3s ease;
}

.welcome-button:hover {
 transform: translateY(-2px) scale(1.02);
 box-shadow: 0 20px 40px -10px rgba(14, 165, 233, 0.6);
}

.trial-info {
 margin-top: 1rem;
 font-size: 0.9rem;
 color: var(--color-text-light);
}


.stats-section {
 background: linear-gradient(90deg, rgba(30, 41, 59, 0.3) 0%, rgba(30, 41, 59, 0.5) 50%, rgba(30, 41, 59, 0.3) 100%);
 backdrop-filter: blur(5px);
 padding: 4rem 2rem;
 margin: 4rem 0;
 border-top: 1px solid rgba(255, 255, 255, 0.08);
 border-bottom: 1px solid rgba(255, 255, 255, 0.08);
 width: 100%;
}

.stats-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 gap: 2rem;
 text-align: center;
 max-width: 100%;
 margin: 0 auto;
 padding: 0;
}

.stat-number {
 font-size: 3.5rem;
 font-weight: 800;
 background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 margin-bottom: 0.5rem;
}

.stat-label {
 font-size: 1.15rem;
 color: #cbd5e1;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 1px;
}


.compatible-devices {
 text-align: center;
 margin: 5rem 0;
 padding: 0 2rem;
}

.compatible-devices h3 {
 font-size: 2.2rem;
 margin-bottom: 3rem;
}

.devices-grid {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 3rem;
}

.device-item {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 1rem;
}

.device-icon {
 font-size: 5rem;
 background: rgba(30, 41, 59, 0.6);
 width: 100px;
 height: 100px;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 border: 1px solid rgba(255, 255, 255, 0.08);
 transition: all 0.3s ease;
}

.device-item:hover .device-icon {
 background: linear-gradient(135deg, var(--color-accent) 0%, #fbbf24 100%);
 color: white;
 transform: translateY(-3px);
 box-shadow: 0 10px 20px -5px rgba(14, 165, 233, 0.3);
}

.device-label {
 font-size: 1.1rem;
 color: var(--color-text-light);
 font-weight: 500;
}


.sports-leagues {
 margin: 5rem 0;
 text-align: center;
 padding: 0 2rem;
}

.sports-leagues h3 {
 font-size: 2.2rem;
 margin-bottom: 3rem;
}

.leagues-grid {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 1.5rem;
}

.league-item {
 background: rgba(255, 255, 255, 0.05);
 padding: 1rem 2rem;
 border-radius: 50px;
 font-weight: 600;
 border: 1px solid rgba(255, 255, 255, 0.1);
 transition: all 0.3s ease;
}

.league-item:hover {
 background: var(--color-accent);
 border-color: var(--color-accent);
 transform: translateY(-3px);
}


.testimonials-section {
 margin: 5rem 0;
 padding: 0 2rem;
}

.testimonials-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 2rem;
 margin-top: 3rem;
 max-width: 100%;
}

.testimonial-card {
 background: rgba(30, 41, 59, 0.6);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 padding: 2.5rem;
 border-radius: 16px;
 position: relative;
 border: 1px solid rgba(255, 255, 255, 0.08);
 transition: all 0.3s ease;
}

.testimonial-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 15px 40px rgba(139, 92, 246, 0.2);
 border-color: rgba(255, 255, 255, 0.2);
}

.testimonial-card::before {
 content: '"';
 position: absolute;
 top: 1rem;
 left: 1.5rem;
 font-size: 4rem;
 color: rgba(255, 255, 255, 0.05);
 font-family: serif;
}

.stars {
 color: #ffd700;
 margin-bottom: 1rem;
}

.testimonial-text {
 font-size: 1.05rem;
 color: #cbd5e1;
 margin-bottom: 1rem;
 line-height: 1.7;
}

.customer-name {
 margin-top: 1.5rem;
 font-weight: 600;
 color: #e2e8f0;
}

.customer-role {
 font-size: 0.9rem;
 color: rgba(255, 255, 255, 0.6);
}


.trust-badges {
 display: flex;
 justify-content: center;
 gap: 2rem;
 margin: 3rem 0;
 flex-wrap: wrap;
}

.trust-badge {
 background: rgba(16, 185, 129, 0.1);
 color: #2ecc71;
 padding: 0.8rem 1.5rem;
 border-radius: 50px;
 font-weight: 600;
 border: 1px solid rgba(16, 185, 129, 0.2);
 display: flex;
 align-items: center;
 gap: 0.5rem;
}


.guarantee {
 background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(30, 41, 59, 0.3) 100%);
 backdrop-filter: blur(5px);
 padding: 2.5rem;
 border-radius: 12px;
 max-width: 600px;
 margin: 3rem auto;
 border: 1px solid rgba(255, 255, 255, 0.1);
 box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
}

.guarantee-title {
 color: var(--color-accent);
 margin-bottom: 1rem;
 font-size: 1.3rem;
 font-weight: 700;
}

.guarantee-text {
 color: #cbd5e1;
 line-height: 1.6;
}


.faq-section {
 margin: 5rem 0;
 padding: 0 2rem;
}

.faq-section h2 {
 text-align: center;
 margin-bottom: 3rem;
 font-size: 2.2rem;
}

.faq-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
 gap: 2rem;
 margin-top: 3rem;
 max-width: 100%;
}

.faq-item {
 background: rgba(30, 30, 40, 0.4);
 padding: 2rem;
 border-radius: 12px;
 cursor: pointer;
 overflow: hidden;
 transition: all 0.3s ease;
}

.faq-item:hover {
 background: rgba(30, 30, 40, 0.6);
}

.faq-question {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: 0;
 padding-bottom: 0;
 color: var(--color-accent);
 font-weight: 600;
 font-size: 1.2rem;
 transition: color 0.3s ease;
}

.faq-question i {
 transition: transform 0.3s ease;
 font-size: 0.9em;
 color: var(--color-accent);
}

.faq-answer {
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.4s ease-out, padding 0.4s ease;
 margin-top: 0;
 opacity: 0.8;
 color: #cbd5e1;
 font-size: 1.05rem;
}

.faq-item.active .faq-question {
 color: var(--color-accent);
}

.faq-item.active .faq-question i {
 transform: rotate(180deg);
}

.faq-item.active .faq-answer {
 margin-top: 1rem;
 line-height: 1.6;
}


.global-movies-section,
.global-channels-section {
 padding: 4rem 0;
 overflow: hidden;
 background: transparent;
}

.movies-carousel,
.channels-carousel {
 width: 100%;
 overflow: hidden;
 position: relative;
 margin-top: 2rem;
 margin-bottom: 1.5rem;
}

.movies-carousel::before,
.movies-carousel::after,
.channels-carousel::before,
.channels-carousel::after {
 content: '';
 position: absolute;
 top: 0;
 width: 100px;
 height: 100%;
 z-index: 2;
 pointer-events: none;
}

.movies-carousel::before,
.channels-carousel::before {
 left: 0;
 background: linear-gradient(to right, var(--color-background), transparent);
}

.movies-carousel::after,
.channels-carousel::after {
 right: 0;
 background: linear-gradient(to left, var(--color-background), transparent);
}

.movie-item {
 min-width: 200px;
 max-width: 200px;
 width: 200px;
 height: 300px;
 flex-shrink: 0;
 overflow: hidden;
 border-radius: 10px;
 background: #000;
}

.movie-item img {
 width: 100% !important;
 height: 100% !important;
 min-height: 300px !important;
 object-fit: cover !important;
 object-position: center !important;
 display: block !important;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.movie-title {
 font-size: 1.1rem;
 margin-top: 0.8rem;
 text-align: center;
 color: var(--color-text);
 font-weight: 600;
}

.channel-item {
 background: rgba(255, 255, 255, 0.1);
 padding: 1rem 2rem;
 border-radius: 50px;
 white-space: nowrap;
 font-weight: 600;
 color: var(--color-text);
 border: 1px solid rgba(255, 255, 255, 0.1);
}


@keyframes pulse-glow {
 0% {
 box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
 }

 70% {
 box-shadow: 0 0 0 20px rgba(16, 185, 129, 0);
 }

 100% {
 box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
 }
}

.pulse-button {
 animation: pulse-glow 2s infinite;
}


.animate-on-scroll {
 opacity: 0;
 transform: translateY(30px);
 transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.visible {
 opacity: 1;
 transform: translateY(0);
}


@media (max-width: 1200px) {
 .benefits-grid {
 grid-template-columns: repeat(2, 1fr);
 }
}

@media (max-width: 1024px) {
 .faq-grid {
 grid-template-columns: 1fr;
 }

 .benefits-grid,
 .testimonials-section,
 .faq-section,
 .compatible-devices,
 .sports-leagues,
 .welcome-cta {
 padding: 0 1.5rem;
 }
}

@media (max-width: 768px) {
 .welcome-hero-section {
 padding: 4rem 1rem 3rem;
 }

 .benefit-icon {
 font-size: 2.5rem;
 }

 .compatible-devices h3,
 .sports-leagues h3 {
 font-size: 1.8rem;
 margin-bottom: 2rem;
 }

 .device-icon {
 width: 70px;
 height: 70px;
 font-size: 2.5rem;
 }

 .stats-grid {
 grid-template-columns: 1fr 1fr;
 }

 .faq-grid {
 grid-template-columns: 1fr;
 }

 .benefits-grid {
 grid-template-columns: 1fr;
 gap: 1rem;
 padding: 0 1rem;
 }

 .benefits-grid,
 .testimonials-section,
 .faq-section,
 .compatible-devices,
 .sports-leagues,
 .welcome-cta {
 padding: 0 1rem;
 }

 .stats-section {
 padding: 3rem 1rem;
 }
}

@media (max-width: 480px) {

 .compatible-devices h3,
 .sports-leagues h3 {
 font-size: 1.5rem;
 }

 .device-icon {
 width: 60px;
 height: 60px;
 font-size: 2rem;
 }

 .stats-grid {
 grid-template-columns: 1fr;
 }

 .devices-grid,
 .leagues-grid {
 gap: 1.5rem;
 }

 .benefits-grid {
 grid-template-columns: 1fr;
 }
}



:root {
 --fluid-min-width: 320;
 --fluid-max-width: 1920;
 --fluid-screen: 100vw;
 --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}


body.page-template-page-welcome-v2 {
 font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
}

body.page-template-page-welcome-v2 .welcome-headline {
 font-size: clamp(2.5rem, 2rem + 2.5vw, 5rem);
 line-height: 1.2;
}

body.page-template-page-welcome-v2 .welcome-subtitle {
 font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
}

body.page-template-page-welcome-v2 .section-title {
 font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem);
}

body.page-template-page-welcome-v2 .benefit-title,
body.page-template-page-welcome-v2 h3 {
 font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.75rem);
}

body.page-template-page-welcome-v2 .benefit-desc,
body.page-template-page-welcome-v2 p {
 font-size: clamp(1.1rem, 1.0rem + 0.45vw, 1.7rem);
 line-height: 1.6;
}

body.page-template-page-welcome-v2 .benefit-icon {
 font-size: clamp(2.5rem, 2rem + 2vw, 4rem);
}

body.page-template-page-welcome-v2 .stat-number {
 font-size: clamp(2rem, 1.5rem + 2.5vw, 4rem);
}

body.page-template-page-welcome-v2 .device-icon {
 font-size: clamp(3rem, 2.5rem + 2vw, 5rem);
}


body.page-template-page-welcome-v2 section {
 padding: clamp(2rem, 1.5rem + 2.5vw, 5rem) 0;
}

body.page-template-page-welcome-v2 .welcome-v2-container {
 padding: 0 clamp(1rem, 0.5rem + 2.5vw, 3rem);
}

body.page-template-page-welcome-v2 .benefits-grid,
body.page-template-page-welcome-v2 .testimonials-grid,
body.page-template-page-welcome-v2 .stats-grid {
 gap: clamp(1rem, 0.5rem + 2vw, 2.5rem);
}

body.page-template-page-welcome-v2 .benefit-card,
body.page-template-page-welcome-v2 .testimonial-card {
 padding: clamp(1.5rem, 1rem + 2vw, 3rem);
}


body.page-template-page-welcome-v2 .movie-item img {
 width: 100%;
 height: auto;
 max-width: clamp(150px, 10vw + 100px, 300px);
}


body.page-template-page-welcome-v2 #page,
body.page-template-page-welcome-v2 .site-main,
body.page-template-page-welcome-v2 article {
 max-width: 100% !important;
 width: 100% !important;
 margin: 0 !important;
 padding: 0 !important;
}


.welcome-v2-container {
 max-width: clamp(1200px, 90vw, 1600px);
 margin: 0 auto;
 padding: 0 clamp(1rem, 2vw, 3rem);
}


.welcome-v2-hero {
 padding: clamp(3rem, 5vw, 6rem) 0 clamp(2rem, 3vw, 4rem);
 text-align: center;
 background: linear-gradient(180deg, rgba(10, 10, 15, 0.8) 0%, var(--color-background) 100%);
}


.welcome-v2-benefits {
 padding: clamp(2rem, 4vw, 5rem) 0;
}

.welcome-v2-benefits .benefits-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
 gap: clamp(1rem, 2vw, 2.5rem);
}


.welcome-v2-cta {
 padding: 3rem 0;
 text-align: center;
}


.welcome-v2-stats {
 padding: clamp(2rem, 4vw, 5rem) 0;
}

.welcome-v2-stats .stats-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
 gap: clamp(1rem, 2vw, 2.5rem);
 text-align: center;
}


.welcome-v2-devices,
.welcome-v2-sports {
 padding: 4rem 0;
 text-align: center;
}

.welcome-v2-devices .devices-grid,
.welcome-v2-sports .leagues-grid {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 2rem;
 margin-top: 2rem;
}


.welcome-v2-testimonials {
 padding: clamp(2rem, 4vw, 5rem) 0;
}

.welcome-v2-testimonials .testimonials-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
 gap: clamp(1rem, 2vw, 2.5rem);
 margin-top: clamp(1.5rem, 2vw, 3rem);
}


.welcome-v2-final-cta {
 padding: 4rem 0;
 text-align: center;
}

.welcome-v2-final-cta .trust-badges {
 display: flex;
 justify-content: center;
 gap: 2rem;
 margin: 2rem 0;
 flex-wrap: wrap;
}


.welcome-v2-faq {
 padding: clamp(2rem, 4vw, 5rem) 0;
}

.welcome-v2-faq .faq-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
 gap: clamp(1rem, 2vw, 2.5rem);
 margin-top: clamp(1.5rem, 2vw, 3rem);
}


.how-it-works-section {
 background: var(--color-darker-bg);
 padding: 5rem 0;
}

.how-it-works-section .section-title {
 text-align: center;
 color: var(--color-white);
 margin-bottom: 4rem;
}

.steps-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 3rem;
 max-width: 1400px;
 margin: 0 auto;
}

.step-item {
 background: rgba(255, 255, 255, 0.05);
 border: 2px solid rgba(255, 255, 255, 0.1);
 border-radius: 20px;
 padding: 3rem 2rem;
 text-align: center;
 transition: all 0.3s ease;
 position: relative;
}

.step-item:hover {
 transform: translateY(-10px);
 border-color: var(--color-accent);
 box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.step-number {
 width: 80px;
 height: 80px;
 background: linear-gradient(135deg, #8b5cf6, #6d28d9);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 2rem;
 font-size: 2.5rem;
 font-weight: 700;
 color: white;
 box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

.step-icon {
 font-size: 3rem;
 margin-bottom: 1.5rem;
}

.step-title {
 font-size: 2rem;
 font-weight: 700;
 color: var(--color-accent);
 margin-bottom: 1.5rem;
}

.step-description {
 font-size: 1.6rem;
 color: rgba(255, 255, 255, 0.85);
 line-height: 1.6;
}


@media (max-width: 1200px) {
 .welcome-v2-benefits .benefits-grid {
 grid-template-columns: repeat(2, 1fr);
 }
}


body.page-template-page-welcome-v2 .footer-widget p,
body.page-template-page-welcome-v2 .footer-widget ul li a {
 font-size: 1.6rem !important;
}

@media (max-width: 768px) {
 .welcome-v2-container {
 padding: 0 1rem;
 }

 .welcome-v2-benefits .benefits-grid,
 .welcome-v2-testimonials .testimonials-grid,
 .welcome-v2-faq .faq-grid {
 grid-template-columns: 1fr;
 }

 .welcome-v2-stats .stats-grid {
 grid-template-columns: repeat(2, 1fr);
 }

 .steps-grid {
 grid-template-columns: 1fr;
 gap: 2rem;
 }

 .step-number {
 width: 70px;
 height: 70px;
 font-size: 2rem;
 }

 .step-title {
 font-size: 1.8rem;
 }

 .step-description {
 font-size: 1.4rem;
 }
}



body.page-template-page-welcome,
body.page-template-page-welcome #page,
body.page-template-page-welcome #primary,
body.page-template-page-welcome .site-main,
body.page-template-page-welcome article,
body.page-template-page-welcome .welcome-page,
body.page-template-page-welcome .welcome-content,
body.page-template-page-welcome .container,
body.page-template-page-welcome .row,
.welcome-page,
.welcome-page .welcome-content,
.welcome-page .container,
.welcome-page .row,
.welcome-main {
 max-width: 100%;
 width: 100%;
 margin-left: 0;
 margin-right: 0;
 padding-left: 0;
 padding-right: 0;
 box-sizing: border-box;
}



body.page-template-page-welcome .benefits-grid,
body.page-template-page-welcome .testimonials-section,
body.page-template-page-welcome .faq-section,
body.page-template-page-welcome .compatible-devices,
body.page-template-page-welcome .sports-leagues,
body.page-template-page-welcome .welcome-cta,
body.page-template-page-welcome .cta-section,
body.page-template-page-welcome .power-block-section,
body.page-template-page-welcome .section-title,
.welcome-page .benefits-grid,
.welcome-page .testimonials-section,
.welcome-page .faq-section,
.welcome-page .compatible-devices,
.welcome-page .sports-leagues,
.welcome-page .welcome-cta,
.welcome-page .cta-section,
.welcome-page .power-block-section,
.welcome-page .section-title {
 padding-left: 2rem;
 padding-right: 2rem;
 max-width: 100%;
 width: 100%;
 box-sizing: border-box;
}



body.page-template-page-welcome .stats-section,
.welcome-page .stats-section {
 width: 100%;
 max-width: 100%;
 margin-left: 0;
 margin-right: 0;
 padding: 4rem 2rem;
 box-sizing: border-box;
}

body.page-template-page-welcome .stats-grid,
.welcome-page .stats-grid {
 max-width: 100%;
 width: 100%;
 margin: 0;
 padding: 0 2rem;
 box-sizing: border-box;
}



body.page-template-page-welcome .welcome-hero-section,
.welcome-page .welcome-hero-section {
 width: 100%;
 max-width: 100%;
 padding: 6rem 2rem 4rem;
 margin: 0;
 box-sizing: border-box;
}



body.page-template-page-welcome .benefit-card,
body.page-template-page-welcome .testimonial-card,
body.page-template-page-welcome .faq-item,
.welcome-page .benefit-card,
.welcome-page .testimonial-card,
.welcome-page .faq-item {
 box-sizing: border-box;
}



body.page-template-page-welcome .benefits-grid,
.welcome-page .benefits-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 2rem;
}


@media (max-width: 1200px) {
 body.page-template-page-welcome .benefits-grid {
 grid-template-columns: repeat(2, 1fr);
 }
}

@media (max-width: 768px) {
 body.page-template-page-welcome .benefits-grid {
 grid-template-columns: 1fr;
 }

 body.page-template-page-welcome .benefits-grid,
 body.page-template-page-welcome .testimonials-section,
 body.page-template-page-welcome .faq-section,
 body.page-template-page-welcome .compatible-devices,
 body.page-template-page-welcome .sports-leagues,
 body.page-template-page-welcome .welcome-cta,
 body.page-template-page-welcome .cta-section,
 body.page-template-page-welcome .power-block-section {
 padding-left: 1rem;
 padding-right: 1rem;
 }

 body.page-template-page-welcome .stats-section {
 padding: 3rem 1rem;
 }

 body.page-template-page-welcome .stats-grid {
 padding: 0 1rem;
 }

 body.page-template-page-welcome .welcome-hero-section {
 padding: 4rem 1rem 3rem;
 }
}
/* ============================================
 INSTALLATION GUIDE STYLING
 ============================================ */

.installation-guide-header {
 background: linear-gradient(135deg, var(--color-darker-bg) 0%, var(--color-dark-bg) 100%);
 padding: 6rem 0 4rem;
 text-align: center;
 border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-title {
 font-size: 3rem;
 font-weight: 800;
 margin-bottom: 1rem;
 background: linear-gradient(to right, #fff, #ccc);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

.page-subtitle {
 font-size: 1.8rem;
 color: var(--color-text-light);
 max-width: 600px;
 margin: 0 auto;
}

.guide-container {
 padding: 4rem 1rem;
 max-width: 1000px;
 margin: 0 auto;
}


.device-tabs {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 1rem;
 margin-bottom: 3rem;
}

.tab-btn {
 background: rgba(255, 255, 255, 0.05);
 border: 1px solid rgba(255, 255, 255, 0.1);
 color: var(--color-text-light);
 padding: 1.2rem 2.5rem;
 border-radius: 50px;
 cursor: pointer;
 font-size: 1.6rem;
 font-weight: 600;
 display: flex;
 align-items: center;
 gap: 0.8rem;
 transition: all 0.3s ease;
}

.tab-btn i {
 font-size: 2rem;
}

.tab-btn:hover {
 background: rgba(255, 255, 255, 0.1);
 transform: translateY(-2px);
}

.tab-btn.active {
 background: var(--color-accent);
 color: white;
 border-color: var(--color-accent);
 box-shadow: 0 5px 15px rgba(245, 158, 11, 0.35);
}


.guide-content {
 background: rgba(30, 30, 40, 0.6);
 backdrop-filter: blur(20px);
 border: 1px solid rgba(255, 255, 255, 0.05);
 border-radius: 20px;
 padding: 3rem;
 min-height: 400px;
}

.tab-content {
 display: none;
 animation: fadeIn 0.5s ease;
}

.tab-content.active {
 display: block;
}

@keyframes fadeIn {
 from {
 opacity: 0;
 transform: translateY(10px);
 }

 to {
 opacity: 1;
 transform: translateY(0);
 }
}

.tab-content h2 {
 font-size: 2.8rem;
 margin-bottom: 2rem;
 color: white;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 padding-bottom: 1rem;
}


.tv-grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 2rem;
}

.tv-column {
 background: rgba(255, 255, 255, 0.03);
 border: 1px solid rgba(255, 255, 255, 0.1);
 border-radius: 15px;
 padding: 2rem;
 transition: transform 0.3s ease;
}

.tv-column:hover {
 transform: translateY(-5px);
 border-color: var(--color-secondary);
}

.tv-header {
 text-align: center;
 margin-bottom: 1.5rem;
 padding-bottom: 1.5rem;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tv-header i {
 font-size: 3rem;
 color: var(--color-secondary);
 margin-bottom: 1rem;
}

.tv-header h2 {
 font-size: 2.2rem;
 margin: 0 0 0.5rem 0;
 border: none;
 padding: 0;
}

.tv-brands {
 display: block;
 color: var(--color-text-light);
 font-size: 1.4rem;
}

.tv-desc {
 font-size: 1.6rem;
 color: var(--color-text-light);
 margin-bottom: 2rem;
}

.step-text h3 {
 font-size: 1.8rem;
 color: var(--color-white);
 margin-bottom: 1rem;
}

.step-text p {
 font-size: 1.6rem;
 color: var(--color-text-light);
 line-height: 1.6;
 margin-bottom: 1rem;
}

.step-text strong {
 color: var(--color-accent);
}

.step-image {
 margin-top: 1.5rem;
 border-radius: 10px;
 overflow: hidden;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
 border: 1px solid rgba(255, 255, 255, 0.1);
 max-width: 600px;
}

.step-image img {
 width: 100%;
 height: auto;
 display: block;
}

.step-text ul {
 margin: 1rem 0;
 padding-left: 1.5rem;
 color: var(--color-text-light);
}

.step-text li {
 margin-bottom: 0.5rem;
}


@media (max-width: 768px) {
 .page-title {
 font-size: 2.5rem;
 }

 .page-subtitle {
 font-size: 1.6rem;
 }

 .tab-btn {
 padding: 1rem 1.5rem;
 font-size: 1.4rem;
 }

 .tab-btn i {
 font-size: 1.6rem;
 }

 .guide-content {
 padding: 2rem 1.5rem;
 }

 .tab-content h2 {
 font-size: 2.2rem;
 }

 .tv-grid {
 grid-template-columns: 1fr;
 }

 .tv-header h2 {
 font-size: 2rem;
 }

 .tv-brands {
 font-size: 1.3rem;
 }

 .tv-desc {
 font-size: 1.5rem;
 }

 .step-text h3 {
 font-size: 1.7rem;
 }

 .step-text p {
 font-size: 1.5rem;
 }

 .step-item {
 flex-direction: column;
 gap: 0.5rem;
 }

 .step-number {
 width: 35px;
 height: 35px;
 font-size: 1.4rem;
 }
}
