/* RAW IPTV MARKETING FUNNEL DESIGN */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #0f0f0f;
    color: #ffffff;
    line-height: 1.5;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.text-center {
    text-align: center;
}

/* TOP BANNER */
.top-banner {
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    padding: 12px 10px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

/* HEADER */
.site-header {
    background-color: #1a1a1a;
    padding: 20px 0;
    border-bottom: 2px solid #333;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

/* MAIN MENU */
.main-menu {
    display: flex;
    gap: 25px;
}

.main-menu a {
    color: #cccccc;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.2s;
}

.main-menu a:hover {
    color: #e60000;
}

.header-contact {
    display: flex;
    align-items: center;
}

.header-contact span {
    font-size: 14px;
    font-weight: 700;
    color: #cccccc;
    margin-right: 10px;
}

/* BUTTONS */
.btn {
    display: inline-block;
    padding: 12px 24px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
}

.btn-whatsapp {
    background-color: #25D366;
    color: #ffffff;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
}

.btn-primary {
    background-color: #e60000;
    color: #ffffff;
    font-size: 20px;
    padding: 18px 30px;
    box-shadow: 0 4px 15px rgba(230, 0, 0, 0.4);
}

.btn-primary:hover {
    background-color: #cc0000;
}

.btn-secondary {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #555;
}

.btn-secondary:hover {
    background-color: #444444;
}

.btn-massive {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px 0;
    font-size: 24px;
    text-transform: uppercase;
}

.full-width {
    width: 100%;
    display: block;
}

/* HERO SECTION */
.hero-section {
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.85) 0%, rgba(0, 0, 0, 0.95) 100%), url('https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?auto=format&fit=crop&q=80&w=1920');
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #333;
}

.hero-content h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.1;
    text-transform: uppercase;
}

.sub-headline {
    font-size: 24px;
    color: #cccccc;
    margin-bottom: 30px;
    font-weight: 400;
}

.highlight-yellow {
    color: #ffe600;
    font-weight: 900;
}

.hero-list {
    list-style: none;
    margin-bottom: 40px;
}

.hero-list li {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.hero-list li span {
    color: #25D366;
    margin-right: 15px;
    font-size: 20px;
}

.hero-pricing-box {
    background-color: #1a1a1a;
    border: 2px dashed #444;
    padding: 30px;
    max-width: 500px;
    border-radius: 8px;
}

.price-strike {
    font-size: 20px;
    color: #888;
    text-decoration: line-through;
}

.price-now {
    font-size: 24px;
    color: #ffffff;
}

.price-now strong {
    font-size: 42px;
    color: #ffe600;
}

.guarantee {
    font-size: 16px;
    color: #aaaaaa;
    margin-top: 15px;
    font-weight: 700;
}

/* DEVICES SECTION */
.logos-section {
    padding: 40px 0;
    background-color: #111;
    border-bottom: 1px solid #222;
}

.logos-section h3 {
    font-family: 'Oswald', sans-serif;
    color: #888;
    margin-bottom: 20px;
    font-size: 20px;
}

.devices-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.devices-list span {
    font-weight: 700;
    font-size: 18px;
    color: #cccccc;
}

/* SALES PITCH SECTION */
.sales-pitch {
    padding: 80px 0;
    background-color: #0a0a0a;
}

.pitch-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.pitch-image img {
    width: 100%;
    height: auto;
    display: block;
}

.pitch-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.pitch-item h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.pitch-item p {
    color: #999999;
    font-size: 16px;
}

/* PRICING SECTION */
.pricing-section {
    padding: 80px 0;
    background-color: #111111;
    border-top: 2px solid #222;
}

.section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 20px;
    color: #ffe600;
    margin-bottom: 50px;
    font-weight: 700;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pricing-card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.pricing-card:hover {
    border-color: #555;
}

.plan-name {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #aaaaaa;
    margin-bottom: 15px;
}

.plan-price {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1;
}

.plan-features {
    list-style: none;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 10px;
}

.plan-features li {
    font-size: 15px;
    color: #cccccc;
    margin-bottom: 12px;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
}

.plan-features li:last-child {
    border-bottom: none;
}

.popular-card {
    border: 2px solid #e60000;
    background-color: #222222;
}

.best-value {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e60000;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.popular-card .plan-name {
    color: #ffffff;
}

/* TESTIMONIALS SECTION */
.testimonials-section {
    padding: 80px 0;
    background-color: #050505;
    border-top: 1px solid #1a1a1a;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.review-card {
    background-color: #111;
    border: 1px solid #333;
    padding: 30px;
    border-radius: 4px;
}

.stars {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.review-text {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 20px;
    font-style: italic;
}

.review-author {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

/* FAQ SECTION */
.faq-section {
    padding: 80px 0;
    background-color: #0f0f0f;
    border-top: 1px solid #222;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    background-color: #1a1a1a;
    padding: 25px;
    border-left: 4px solid #e60000;
}

.faq-item h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}

.faq-item p {
    color: #aaaaaa;
    font-size: 16px;
}

/* SETUP SECTION */
.setup-section {
    padding: 80px 0;
    background-color: #0f0f0f;
    border-top: 1px solid #222;
}

.setup-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    margin-bottom: 40px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.step-num {
    width: 60px;
    height: 60px;
    background-color: #e60000;
    color: white;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-weight: 700;
}

.step h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.step p {
    color: #999;
}

/* FOOTER */
.site-footer {
    background-color: #050505;
    padding: 40px 0;
    border-top: 1px solid #1a1a1a;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    color: #888888;
    text-decoration: none;
    margin: 0 10px;
}

.footer-links a:hover {
    color: #ffffff;
}

.site-footer p {
    color: #555555;
    font-size: 14px;
}

.dmca-notice {
    margin-top: 15px;
    font-size: 12px;
    color: #444;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .pitch-layout { grid-template-columns: 1fr; }
    .pitch-grid { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .hero-content h1 { font-size: 42px; }
    .main-menu { display: none; } /* Hide menu on mobile */
    .reviews-grid { grid-template-columns: 1fr; }
    .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .steps-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-content h1 { font-size: 36px; }
    .site-header .container { flex-direction: column; gap: 15px; }
}

/* INNER PAGES */
.page-header {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.85) 0%, rgba(0, 0, 0, 0.95) 100%), url('https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?auto=format&fit=crop&q=80&w=1920');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    text-align: center;
    border-bottom: 2px solid #333;
}

.page-header h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
}

.page-header p {
    color: #ffe600;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.inner-content {
    padding: 60px 0;
    background-color: #0a0a0a;
}

/* CHANNELS PAGE */
.channel-category {
    margin-bottom: 40px;
    background-color: #111;
    border: 1px solid #333;
    padding: 20px;
}

.channel-category h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    color: #e60000;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.channel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.channel-item {
    background-color: #1a1a1a;
    padding: 12px;
    text-align: center;
    border: 1px solid #222;
    font-weight: 700;
    font-size: 14px;
}

.channel-item:hover {
    border-color: #e60000;
    color: #ffe600;
}

/* SETUP PAGE */
.setup-block {
    background-color: #111;
    border-left: 5px solid #e60000;
    padding: 30px;
    margin-bottom: 30px;
}

.setup-block h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffffff;
}

.setup-block ol {
    margin-left: 25px;
}

.setup-block li {
    font-size: 18px;
    color: #cccccc;
    margin-bottom: 15px;
    font-weight: 700;
}

.setup-block li strong {
    color: #ffffff;
}

/* CONTACT PAGE */
.contact-wrapper {
    background-color: #111;
    border: 1px solid #333;
    padding: 40px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.contact-wrapper h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-wrapper p {
    font-size: 18px;
    color: #aaaaaa;
    margin-bottom: 30px;
}
