/**
 * Bästa IPTV Sverige 4K — Multi-Template Visual Redesign
 * 5 Distinct Premium Styles:
 * 1. Dark Premium Streaming (Obsidian + Electric Cyan)
 * 2. Modern Swedish / Nordic (Airy White + Fjord Slate)
 * 3. Futuristic Technology (Midnight Void + Cyber Indigo & Cyan)
 * 4. Clean White Premium (Pristine White + Royal Sapphire)
 * 5. Bold Modern Streaming (Carbon Black + Blaze Orange)
 */

/* ==========================================================================
   PRIMARY SITE DESIGN: TEMPLATE 5 (BOLD MODERN STREAMING)
   ========================================================================== */

/* Primary site default & Template 5 */
:root,
[data-theme="theme-5"],
html[data-theme="theme-5"],
body[data-theme="theme-5"] {
    color-scheme: dark;
    --primary: #FF5500;
    --primary-dark: #0E0F12;
    --primary-light: #FF7700;
    --secondary: #FF7700;
    --accent: #FFAA00;
    
    --bg-page: #0C0D10;
    --bg-section-alt: #14161C;
    --card-bg: #171920;
    --card-featured-bg: #1F222B;
    --card-border: #252934;
    --card-hover-border: #FF5500;
    --border-color: #252934;
    
    --text-main: #FFFFFF;
    --text-heading: #FFFFFF;
    --text-muted: #9CA3AF;
    --text-light: #FFFFFF;
    
    --cta-bg: #FF5500;
    --cta-text: #FFFFFF;
    --cta-hover-bg: #FF6A1A;
    
    --header-bg: rgba(12, 13, 16, 0.95);
    --header-border: rgba(255, 85, 0, 0.2);
    --header-text: #FFFFFF;
    --header-link: #D1D5DB;
    --header-link-hover: #FF5500;
    --header-link-active-bg: rgba(255, 85, 0, 0.15);
    
    --logo-bg: #1A1C24;
    --logo-accent: #FF5500;
    --logo-badge-bg: #FF5500;
    --logo-badge-text: #FFFFFF;
    
    --badge-bg: rgba(255, 85, 0, 0.15);
    --badge-text: #FF7700;
    --badge-border: rgba(255, 85, 0, 0.3);
    
    --hero-bg: radial-gradient(ellipse at 75% 25%, rgba(255, 85, 0, 0.16) 0%, rgba(20, 22, 28, 0.92) 45%, #0C0D10 100%);
    --hero-title-color: #FFFFFF;
    --hero-lead-color: #D1D5DB;
    --hero-features-color: #E5E7EB;
    
    --preview-card-bg: rgba(23, 25, 32, 0.9);
    --preview-card-border: rgba(255, 85, 0, 0.35);
    --preview-row-bg: rgba(12, 13, 16, 0.7);
    --preview-row-border: rgba(37, 41, 52, 0.8);
    --preview-row-title-color: #FFFFFF;
    --preview-status-color: #FF7700;
    
    --section-dark-bg: linear-gradient(145deg, #171920 0%, #0C0D10 100%);
    --section-dark-text: #FFFFFF;
    
    --footer-bg: #08090B;
    --footer-border: #20232C;
    --footer-heading: #FFFFFF;
    --footer-text: #9CA3AF;
    --footer-bottom-bg: #050507;
    
    --notes-bg: #171920;
    --input-bg: #14161C;
    
    --radius-btn: 6px;
    --radius-card: 12px;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-full: 9999px;
    
    --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.35);
    --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.45);
    --shadow-lg: 0 14px 32px rgba(0, 0, 0, 0.55);
    --shadow-hero: 0 20px 40px rgba(255, 85, 0, 0.2);
    
    --transition-fast: 0.18s ease;
    --transition-normal: 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Template 1: Dark Premium Streaming */
[data-theme="theme-1"],
html[data-theme="theme-1"],
body[data-theme="theme-1"] {
    --primary: #00D2FF;
    --primary-dark: #07090E;
    --primary-light: #38BDF8;
    --secondary: #1E293B;
    --accent: #00D2FF;
    
    --bg-page: #07090E;
    --bg-section-alt: #0D111A;
    --card-bg: #111622;
    --card-featured-bg: #141C2E;
    --card-border: #1E293B;
    --card-hover-border: #00D2FF;
    --border-color: #1E293B;
    
    --text-main: #F8FAFC;
    --text-heading: #FFFFFF;
    --text-muted: #94A3B8;
    --text-light: #FFFFFF;
    
    --cta-bg: #00D2FF;
    --cta-text: #07090E;
    --cta-hover-bg: #38BDF8;
    
    --header-bg: rgba(7, 9, 14, 0.94);
    --header-border: rgba(0, 210, 255, 0.15);
    --header-text: #FFFFFF;
    --header-link: #CBD5E1;
    --header-link-hover: #00D2FF;
    --header-link-active-bg: rgba(0, 210, 255, 0.12);
    
    --logo-bg: #141C2E;
    --logo-accent: #00D2FF;
    --logo-badge-bg: #1E293B;
    --logo-badge-text: #00D2FF;
    
    --badge-bg: rgba(0, 210, 255, 0.12);
    --badge-text: #00D2FF;
    --badge-border: rgba(0, 210, 255, 0.25);
    
    --hero-bg: radial-gradient(ellipse at 80% 20%, rgba(0, 210, 255, 0.14) 0%, rgba(14, 20, 35, 0.96) 50%, #07090E 100%);
    --hero-title-color: #FFFFFF;
    --hero-lead-color: #CBD5E1;
    --hero-features-color: #E2E8F0;
    
    --preview-card-bg: rgba(17, 22, 34, 0.85);
    --preview-card-border: rgba(0, 210, 255, 0.25);
    --preview-row-bg: rgba(7, 9, 14, 0.7);
    --preview-row-border: rgba(30, 41, 59, 0.8);
    --preview-row-title-color: #FFFFFF;
    --preview-status-color: #38BDF8;
    
    --section-dark-bg: linear-gradient(145deg, #07090E 0%, #111827 100%);
    --section-dark-text: #F8FAFC;
    
    --footer-bg: #07090E;
    --footer-border: #1E293B;
    --footer-heading: #FFFFFF;
    --footer-text: #94A3B8;
    --footer-bottom-bg: #040508;
    
    --notes-bg: #111622;
    --input-bg: #0C101A;
    
    --radius-btn: 9999px;
    --radius-card: 14px;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-full: 9999px;
    
    --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 14px 32px rgba(0, 0, 0, 0.5);
    --shadow-hero: 0 20px 40px rgba(0, 0, 0, 0.6);
    
    --transition-fast: 0.18s ease;
    --transition-normal: 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Template 2: Modern Swedish / Nordic */
[data-theme="theme-2"],
html[data-theme="theme-2"],
body[data-theme="theme-2"] {
    --primary: #1E2A38;
    --primary-dark: #0F1722;
    --primary-light: #3E546B;
    --secondary: #3E546B;
    --accent: #2B6CB0;
    
    --bg-page: #F7F9FB;
    --bg-section-alt: #EDF2F7;
    --card-bg: #FFFFFF;
    --card-featured-bg: #FFFFFF;
    --card-border: #E2E8F0;
    --card-hover-border: #2B6CB0;
    --border-color: #E2E8F0;
    
    --text-main: #111827;
    --text-heading: #0F172A;
    --text-muted: #64748B;
    --text-light: #FFFFFF;
    
    --cta-bg: #1E2A38;
    --cta-text: #FFFFFF;
    --cta-hover-bg: #2B6CB0;
    
    --header-bg: rgba(255, 255, 255, 0.96);
    --header-border: #E2E8F0;
    --header-text: #0F172A;
    --header-link: #475569;
    --header-link-hover: #1E2A38;
    --header-link-active-bg: #EDF2F7;
    
    --logo-bg: #1E2A38;
    --logo-accent: #2B6CB0;
    --logo-badge-bg: #1E2A38;
    --logo-badge-text: #FFFFFF;
    
    --badge-bg: #EDF2F7;
    --badge-text: #1E2A38;
    --badge-border: #CBD5E1;
    
    --hero-bg: linear-gradient(180deg, #FFFFFF 0%, #F1F5F9 100%);
    --hero-title-color: #0F172A;
    --hero-lead-color: #475569;
    --hero-features-color: #334155;
    
    --preview-card-bg: #FFFFFF;
    --preview-card-border: #E2E8F0;
    --preview-row-bg: #F8FAFC;
    --preview-row-border: #E2E8F0;
    --preview-row-title-color: #0F172A;
    --preview-status-color: #2B6CB0;
    
    --section-dark-bg: linear-gradient(145deg, #1E2A38 0%, #0F1722 100%);
    --section-dark-text: #FFFFFF;
    
    --footer-bg: #F1F5F9;
    --footer-border: #E2E8F0;
    --footer-heading: #0F172A;
    --footer-text: #64748B;
    --footer-bottom-bg: #E2E8F0;
    
    --notes-bg: #E2E8F0;
    --input-bg: #FFFFFF;
    
    --radius-btn: 6px;
    --radius-card: 10px;
    
    --shadow-sm: 0 2px 6px rgba(15, 23, 42, 0.04);
    --shadow-md: 0 6px 18px rgba(15, 23, 42, 0.06);
    --shadow-lg: 0 14px 32px rgba(15, 23, 42, 0.08);
    --shadow-hero: 0 16px 36px rgba(15, 23, 42, 0.1);
}

/* Template 3: Futuristic Technology */
[data-theme="theme-3"],
html[data-theme="theme-3"],
body[data-theme="theme-3"] {
    --primary: #6366F1;
    --primary-dark: #060713;
    --primary-light: #818CF8;
    --secondary: #4F46E5;
    --accent: #06B6D4;
    
    --bg-page: #060713;
    --bg-section-alt: #0B0D21;
    --card-bg: #0E1026;
    --card-featured-bg: #121532;
    --card-border: #23264D;
    --card-hover-border: #06B6D4;
    --border-color: #23264D;
    
    --text-main: #F8FAFC;
    --text-heading: #FFFFFF;
    --text-muted: #A5B4FC;
    --text-light: #FFFFFF;
    
    --cta-bg: linear-gradient(135deg, #6366F1 0%, #06B6D4 100%);
    --cta-text: #FFFFFF;
    --cta-hover-bg: linear-gradient(135deg, #4F46E5 0%, #0891B2 100%);
    
    --header-bg: rgba(6, 7, 19, 0.95);
    --header-border: rgba(99, 102, 241, 0.25);
    --header-text: #FFFFFF;
    --header-link: #C7D2FE;
    --header-link-hover: #06B6D4;
    --header-link-active-bg: rgba(99, 102, 241, 0.18);
    
    --logo-bg: #131435;
    --logo-accent: #06B6D4;
    --logo-badge-bg: #4F46E5;
    --logo-badge-text: #FFFFFF;
    
    --badge-bg: rgba(99, 102, 241, 0.16);
    --badge-text: #06B6D4;
    --badge-border: rgba(99, 102, 241, 0.3);
    
    --hero-bg: radial-gradient(ellipse at 70% 30%, rgba(99, 102, 241, 0.22) 0%, rgba(6, 182, 212, 0.1) 40%, #060713 100%);
    --hero-title-color: #FFFFFF;
    --hero-lead-color: #CBD5E1;
    --hero-features-color: #E0E7FF;
    
    --preview-card-bg: rgba(14, 16, 38, 0.88);
    --preview-card-border: rgba(99, 102, 241, 0.4);
    --preview-row-bg: rgba(6, 7, 19, 0.7);
    --preview-row-border: rgba(35, 38, 77, 0.8);
    --preview-row-title-color: #FFFFFF;
    --preview-status-color: #06B6D4;
    
    --section-dark-bg: linear-gradient(145deg, #0E1026 0%, #060713 100%);
    --section-dark-text: #FFFFFF;
    
    --footer-bg: #060713;
    --footer-border: #23264D;
    --footer-heading: #FFFFFF;
    --footer-text: #94A3B8;
    --footer-bottom-bg: #03040A;
    
    --notes-bg: #0E1026;
    --input-bg: #0B0D21;
    
    --radius-btn: 8px;
    --radius-card: 12px;
    
    --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.35);
    --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.45);
    --shadow-lg: 0 14px 32px rgba(0, 0, 0, 0.55);
    --shadow-hero: 0 20px 40px rgba(99, 102, 241, 0.25);
}

/* Template 4: Clean White Premium */
[data-theme="theme-4"],
html[data-theme="theme-4"],
body[data-theme="theme-4"] {
    --primary: #1D4ED8;
    --primary-dark: #0F172A;
    --primary-light: #3B82F6;
    --secondary: #2563EB;
    --accent: #0284C7;
    
    --bg-page: #FFFFFF;
    --bg-section-alt: #F8FAFC;
    --card-bg: #FFFFFF;
    --card-featured-bg: #FFFFFF;
    --card-border: #E2E8F0;
    --card-hover-border: #1D4ED8;
    --border-color: #E2E8F0;
    
    --text-main: #0F172A;
    --text-heading: #0F172A;
    --text-muted: #475569;
    --text-light: #FFFFFF;
    
    --cta-bg: #1D4ED8;
    --cta-text: #FFFFFF;
    --cta-hover-bg: #1E40AF;
    
    --header-bg: rgba(255, 255, 255, 0.97);
    --header-border: #E2E8F0;
    --header-text: #0F172A;
    --header-link: #334155;
    --header-link-hover: #1D4ED8;
    --header-link-active-bg: rgba(29, 78, 216, 0.08);
    
    --logo-bg: #1D4ED8;
    --logo-accent: #FFFFFF;
    --logo-badge-bg: #1D4ED8;
    --logo-badge-text: #FFFFFF;
    
    --badge-bg: rgba(29, 78, 216, 0.08);
    --badge-text: #1D4ED8;
    --badge-border: rgba(29, 78, 216, 0.2);
    
    --hero-bg: linear-gradient(180deg, #FFFFFF 0%, #EFF6FF 50%, #F8FAFC 100%);
    --hero-title-color: #0F172A;
    --hero-lead-color: #475569;
    --hero-features-color: #334155;
    
    --preview-card-bg: #FFFFFF;
    --preview-card-border: #E2E8F0;
    --preview-row-bg: #F8FAFC;
    --preview-row-border: #E2E8F0;
    --preview-row-title-color: #0F172A;
    --preview-status-color: #1D4ED8;
    
    --section-dark-bg: linear-gradient(145deg, #1D4ED8 0%, #0F172A 100%);
    --section-dark-text: #FFFFFF;
    
    --footer-bg: #0F172A;
    --footer-border: #1E293B;
    --footer-heading: #FFFFFF;
    --footer-text: #94A3B8;
    --footer-bottom-bg: #090D16;
    
    --notes-bg: #EFF6FF;
    --input-bg: #FFFFFF;
    
    --radius-btn: 8px;
    --radius-card: 14px;
    
    --shadow-sm: 0 2px 6px rgba(15, 23, 42, 0.04);
    --shadow-md: 0 6px 18px rgba(15, 23, 42, 0.06);
    --shadow-lg: 0 14px 32px rgba(15, 23, 42, 0.08);
    --shadow-hero: 0 18px 38px rgba(29, 78, 216, 0.12);
}

/* Template 5: Bold Modern Streaming */
[data-theme="theme-5"],
html[data-theme="theme-5"],
body[data-theme="theme-5"] {
    --primary: #FF5500;
    --primary-dark: #0E0F12;
    --primary-light: #FF7700;
    --secondary: #FF7700;
    --accent: #FFAA00;
    
    --bg-page: #0C0D10;
    --bg-section-alt: #14161C;
    --card-bg: #171920;
    --card-featured-bg: #1F222B;
    --card-border: #252934;
    --card-hover-border: #FF5500;
    --border-color: #252934;
    
    --text-main: #FFFFFF;
    --text-heading: #FFFFFF;
    --text-muted: #9CA3AF;
    --text-light: #FFFFFF;
    
    --cta-bg: #FF5500;
    --cta-text: #FFFFFF;
    --cta-hover-bg: #FF6A1A;
    
    --header-bg: rgba(12, 13, 16, 0.95);
    --header-border: rgba(255, 85, 0, 0.2);
    --header-text: #FFFFFF;
    --header-link: #D1D5DB;
    --header-link-hover: #FF5500;
    --header-link-active-bg: rgba(255, 85, 0, 0.15);
    
    --logo-bg: #1A1C24;
    --logo-accent: #FF5500;
    --logo-badge-bg: #FF5500;
    --logo-badge-text: #FFFFFF;
    
    --badge-bg: rgba(255, 85, 0, 0.15);
    --badge-text: #FF7700;
    --badge-border: rgba(255, 85, 0, 0.3);
    
    --hero-bg: radial-gradient(ellipse at 75% 25%, rgba(255, 85, 0, 0.16) 0%, rgba(20, 22, 28, 0.92) 45%, #0C0D10 100%);
    --hero-title-color: #FFFFFF;
    --hero-lead-color: #D1D5DB;
    --hero-features-color: #E5E7EB;
    
    --preview-card-bg: rgba(23, 25, 32, 0.9);
    --preview-card-border: rgba(255, 85, 0, 0.35);
    --preview-row-bg: rgba(12, 13, 16, 0.7);
    --preview-row-border: rgba(37, 41, 52, 0.8);
    --preview-row-title-color: #FFFFFF;
    --preview-status-color: #FF7700;
    
    --section-dark-bg: linear-gradient(145deg, #171920 0%, #0C0D10 100%);
    --section-dark-text: #FFFFFF;
    
    --footer-bg: #08090B;
    --footer-border: #20232C;
    --footer-heading: #FFFFFF;
    --footer-text: #9CA3AF;
    --footer-bottom-bg: #050507;
    
    --notes-bg: #171920;
    --input-bg: #14161C;
    
    --radius-btn: 6px;
    --radius-card: 12px;
    
    --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.35);
    --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.45);
    --shadow-lg: 0 14px 32px rgba(0, 0, 0, 0.55);
    --shadow-hero: 0 20px 40px rgba(255, 85, 0, 0.2);
}

/* ==========================================================================
   TEMPLATE SELECTOR BAR (EVALUATION PROTOTYPE PHASE ONLY)
   ========================================================================== */
.template-selector-bar {
    position: relative;
    z-index: 1000;
    background: #080A0F;
    border-bottom: 2px solid #1E293B;
    padding: 10px 0;
    font-size: 0.85rem;
}

.template-selector-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.template-selector-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.selector-tag {
    background: linear-gradient(135deg, #00D2FF 0%, #3B82F6 100%);
    color: #07090E;
    font-weight: 800;
    font-size: 0.7rem;
    padding: 2px 7px;
    border-radius: 4px;
    letter-spacing: 0.08em;
}

.selector-prompt {
    font-weight: 600;
    color: #CBD5E1;
}

.template-selector-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.theme-switch-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #111622;
    border: 1px solid #1E293B;
    color: #94A3B8;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.18s ease;
    user-select: none;
    -webkit-user-select: none;
}

.theme-switch-btn:hover {
    background: #182030;
    color: #FFFFFF;
    border-color: #334155;
    text-decoration: none !important;
}

.theme-switch-btn.is-active {
    background: #FFFFFF;
    color: #0F172A !important;
    border-color: #FFFFFF;
    font-weight: 700;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3);
}

.theme-switch-btn .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.dot-theme-1 { background: #00D2FF; box-shadow: 0 0 5px #00D2FF; }
.dot-theme-2 { background: #2B6CB0; }
.dot-theme-3 { background: #6366F1; box-shadow: 0 0 5px #6366F1; }
.dot-theme-4 { background: #1D4ED8; }
.dot-theme-5 { background: #FF5500; box-shadow: 0 0 5px #FF5500; }

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-family);
    background-color: var(--bg-page);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: background-color 0.25s ease, color 0.25s ease;
}

main {
    flex: 1 0 auto;
}

img, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--accent);
}

ul, ol {
    list-style: none;
}

button, input, select, textarea {
    font: inherit;
}

/* Container */
.container {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container-narrow {
    max-width: 820px;
}

/* Skip link for accessibility */
.skip-to-content {
    position: absolute;
    top: -60px;
    left: 20px;
    background: var(--cta-bg);
    color: var(--cta-text);
    padding: 10px 16px;
    z-index: 10000;
    border-radius: var(--radius-sm);
    transition: top var(--transition-fast);
    font-weight: 700;
}
.skip-to-content:focus {
    top: 15px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: var(--text-heading);
    line-height: 1.25;
    font-weight: 700;
}

h1 {
    font-size: clamp(2.1rem, 4vw + 1rem, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

h2 {
    font-size: clamp(1.75rem, 2.5vw + 0.75rem, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.35rem;
    font-weight: 700;
}

p {
    margin-bottom: 1rem;
    color: var(--text-muted);
}

p:last-child {
    margin-bottom: 0;
}

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

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 1rem;
    border-radius: var(--radius-btn);
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: all var(--transition-normal);
    min-height: 46px;
}

.btn-primary {
    background-color: var(--cta-bg);
    background-image: var(--cta-bg);
    color: var(--cta-text);
    border-color: transparent;
}
.btn-primary:hover {
    background-color: var(--cta-hover-bg);
    background-image: var(--cta-hover-bg);
    color: var(--cta-text);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.btn-secondary {
    background-color: var(--secondary);
    color: #FFFFFF;
    border-color: var(--secondary);
}
.btn-secondary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--cta-text);
}

.btn-outline {
    background-color: transparent;
    color: var(--text-main);
    border-color: var(--border-color);
}
.btn-outline:hover {
    background-color: var(--card-bg);
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline-light {
    background-color: transparent;
    color: var(--hero-title-color);
    border-color: rgba(255, 255, 255, 0.35);
}
body[data-theme="theme-2"] .btn-outline-light,
body[data-theme="theme-4"] .btn-outline-light {
    color: var(--text-heading);
    border-color: var(--border-color);
    background-color: #FFFFFF;
}
.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #FFFFFF;
    color: #FFFFFF;
}
body[data-theme="theme-2"] .btn-outline-light:hover,
body[data-theme="theme-4"] .btn-outline-light:hover {
    background-color: #F1F5F9;
    border-color: #CBD5E1;
    color: var(--text-heading);
}

.btn-header {
    padding: 8px 18px;
    font-size: 0.92rem;
    min-height: 40px;
}

.btn-large {
    padding: 15px 30px;
    font-size: 1.08rem;
    min-height: 52px;
}

.btn-block {
    display: flex;
    width: 100%;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: var(--header-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--header-border);
    transition: background-color var(--transition-normal), border-color var(--transition-normal);
}

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

.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-mark {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text {
    display: flex;
    align-items: center;
    gap: 6px;
}

.logo-name {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--header-text);
    letter-spacing: -0.01em;
}

.logo-badge {
    background-color: var(--logo-badge-bg);
    color: var(--logo-badge-text);
    font-size: 0.72rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: var(--radius-sm);
    letter-spacing: 0.05em;
    border: 1px solid var(--header-border);
}

.main-nav .nav-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-nav .nav-link {
    color: var(--header-link);
    font-size: 0.94rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: color var(--transition-fast), background-color var(--transition-fast);
}

.main-nav .nav-link:hover {
    color: var(--header-link-hover);
    background-color: var(--header-link-active-bg);
}

.main-nav .nav-link.active {
    color: var(--header-link-hover);
    background-color: var(--header-link-active-bg);
    font-weight: 700;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-sm);
}

.mobile-menu-toggle:focus-visible {
    outline: 2px solid var(--primary);
}

.mobile-menu-toggle .bar {
    width: 24px;
    height: 2px;
    background-color: var(--header-text);
    border-radius: 2px;
    transition: transform var(--transition-fast), opacity var(--transition-fast);
}

/* Sections Global */
.section {
    padding: 75px 0;
}

.section-alt {
    background-color: var(--bg-section-alt);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.section-dark {
    background: var(--section-dark-bg);
    color: var(--section-dark-text);
}

.section-dark h2, .section-dark h3 {
    color: #FFFFFF;
}

.section-dark p {
    color: #CBD5E1;
}

.section-header {
    margin-bottom: 48px;
}

.section-badge {
    display: inline-block;
    background-color: var(--badge-bg);
    color: var(--badge-text);
    border: 1px solid var(--badge-border);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 12px;
}

.section-dark .section-badge {
    background-color: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.2);
}

.section-title {
    margin-bottom: 14px;
    color: var(--text-heading);
}

.section-subtitle {
    font-size: 1.12rem;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-muted);
}

/* Hero Section */
.hero-section {
    position: relative;
    background: #0C0D10;
    color: var(--hero-title-color);
    padding: 95px 0 105px;
    overflow: hidden;
    transition: background 0.25s ease;
    min-height: 680px;
    display: flex;
    align-items: center;
}

/* ==========================================================================
   Hero Full Panoramic Background Backdrop (Living Room + Ambient Smart TV)
   ========================================================================== */
.hero-full-bg-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hero-full-bg-picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.hero-full-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    display: block;
    z-index: 1;
    image-rendering: auto;
    content-visibility: auto;
}

.hero-full-bg-overlay {
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(90deg, #0C0D10 0%, rgba(12, 13, 16, 0.95) 28%, rgba(12, 13, 16, 0.75) 48%, rgba(12, 13, 16, 0.18) 72%, rgba(12, 13, 16, 0.42) 100%),
        linear-gradient(180deg, rgba(12, 13, 16, 0.75) 0%, transparent 18%, transparent 78%, #0C0D10 100%);
    z-index: 2;
    pointer-events: none;
}

.hero-ambient-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}

.hero-ambient-glow-left {
    top: 30%;
    left: 0%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(255, 85, 0, 0.14) 0%, rgba(255, 170, 0, 0.04) 45%, transparent 70%);
    filter: blur(70px);
}

.hero-ambient-glow-right {
    bottom: 10%;
    right: 12%;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(255, 119, 0, 0.22) 0%, rgba(255, 85, 0, 0.08) 45%, transparent 70%);
    filter: blur(80px);
}

.hero-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.hero-content {
    position: relative;
    z-index: 4;
    max-width: 640px;
}

.hero-visual {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 480px;
}

/* Floating Glass Badges */
.hero-floating-badges-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
    padding-bottom: 0;
    transform: translateY(38px);
}

.hero-glass-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 30px;
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.hero-glass-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.75);
}

.pill-status-live {
    color: #4ade80;
    background: rgba(10, 24, 16, 0.88);
    border: 1px solid rgba(74, 222, 128, 0.45);
}

.badge-tag-4k {
    display: inline-block;
    background: #22c55e;
    color: #052e16;
    font-size: 0.7rem;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 1;
    letter-spacing: 0.5px;
}

.pill-vod-count {
    color: #f3e8ff;
    background: rgba(28, 16, 42, 0.88);
    border: 1px solid rgba(168, 85, 247, 0.45);
}

.pill-vod-count svg {
    color: #c084fc;
}

.pill-antifreeze {
    color: #fbbf24;
    background: rgba(36, 20, 8, 0.88);
    border: 1px solid rgba(255, 170, 0, 0.45);
}

.pill-antifreeze svg {
    color: #fbbf24;
}

/* ==========================================================================
   Live Direct Streaming Diffusion Dot & Badge Pill
   ========================================================================== */
.live-diffusion-dot {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    min-width: 12px;
    flex-shrink: 0;
}

.diffusion-core {
    width: 7px;
    height: 7px;
    background: #FF7700;
    border-radius: 50%;
    box-shadow: 0 0 6px #FF7700, 0 0 12px rgba(255, 119, 0, 0.6);
    position: relative;
    z-index: 2;
    animation: liveCorePulse 1.8s ease-in-out infinite;
}

.diffusion-ring {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: rgba(255, 119, 0, 0.45);
    animation: liveStreamingDiffusion 1.8s cubic-bezier(0.2, 0.8, 0.4, 1) infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes liveCorePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 6px #FF7700, 0 0 12px rgba(255, 119, 0, 0.7);
    }
    50% {
        transform: scale(0.85);
        opacity: 0.8;
        box-shadow: 0 0 3px #FF7700, 0 0 6px rgba(255, 119, 0, 0.4);
    }
}

@keyframes liveStreamingDiffusion {
    0% {
        transform: scale(0.5);
        opacity: 0.9;
        box-shadow: 0 0 0 0 rgba(255, 119, 0, 0.7);
    }
    60% {
        transform: scale(1.9);
        opacity: 0.3;
        box-shadow: 0 0 10px 4px rgba(255, 119, 0, 0.35);
    }
    100% {
        transform: scale(2.6);
        opacity: 0;
        box-shadow: 0 0 14px 6px rgba(255, 119, 0, 0);
    }
}

.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 85, 0, 0.12);
    border: 1px solid rgba(255, 85, 0, 0.35);
    color: #FFAA00;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.35;
}

.hero-badge-text {
    display: inline-block;
    max-width: 100%;
    line-height: 1.35;
}

.hero-title {
    color: var(--hero-title-color);
    font-size: clamp(2.35rem, 4.4vw, 3.6rem);
    font-weight: 900;
    line-height: 1.14;
    letter-spacing: -0.03em;
    margin-bottom: 22px;
    overflow-wrap: break-word;
    word-break: normal;
}

.hero-title-br {
    display: block;
}

.hero-title .hero-title-highlight,
.hero-title span {
    color: #FFAA00;
}

body[data-theme="theme-3"] .hero-title span {
    background: linear-gradient(135deg, #818CF8 0%, #06B6D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-lead {
    font-size: 1.05rem;
    line-height: 1.62;
    color: var(--hero-lead-color);
    margin-bottom: 28px;
    max-width: 600px;
}

.hero-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    margin-bottom: 34px;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: var(--hero-features-color);
    font-weight: 600;
}

.hero-feature-item svg {
    color: #FFAA00;
    flex-shrink: 0;
}

.hero-cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.hero-rating-proof {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 1024px) {
    .hero-full-bg-img {
        object-position: 80% center;
        opacity: 0.65;
    }

    .hero-full-bg-overlay {
        background: 
            radial-gradient(circle at 85% 15%, rgba(255, 119, 0, 0.16) 0%, rgba(255, 85, 0, 0.06) 45%, transparent 75%),
            radial-gradient(circle at 10% 30%, rgba(255, 85, 0, 0.08) 0%, transparent 60%),
            linear-gradient(180deg, rgba(12, 13, 16, 0.65) 0%, rgba(12, 13, 16, 0.88) 55%, rgba(12, 13, 16, 0.98) 100%),
            linear-gradient(90deg, rgba(12, 13, 16, 0.92) 0%, rgba(12, 13, 16, 0.75) 100%);
    }

    .hero-ambient-glow-left {
        top: -10%;
        left: -20%;
        width: 340px;
        height: 340px;
        background: radial-gradient(circle, rgba(255, 119, 0, 0.16) 0%, rgba(255, 85, 0, 0.06) 45%, transparent 70%);
        filter: blur(65px);
    }

    .hero-ambient-glow-right {
        top: 5%;
        right: -15%;
        width: 380px;
        height: 380px;
        background: radial-gradient(circle, rgba(255, 140, 0, 0.18) 0%, rgba(255, 85, 0, 0.07) 40%, transparent 75%);
        filter: blur(65px);
    }

    .hero-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .hero-visual {
        display: none !important;
        min-height: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-floating-badges-group {
        display: none !important;
    }
}

/* Tablet Display (577px to 1024px) - Long, spacious, balanced hero section */
@media (min-width: 577px) and (max-width: 1024px) {
    .hero-section {
        padding: 72px 0 80px !important;
        min-height: 560px !important;
        display: flex !important;
        align-items: center !important;
    }

    .hero-content {
        max-width: 780px !important;
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .hero-badge-pill {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 7px 16px !important;
        font-size: 0.84rem !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
        margin-bottom: 22px !important;
        border-radius: var(--radius-full) !important;
        max-width: 100% !important;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        white-space: nowrap !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .live-diffusion-dot {
        width: 11px !important;
        height: 11px !important;
        min-width: 11px !important;
    }

    .diffusion-core {
        width: 7px !important;
        height: 7px !important;
    }

    .hero-title-br {
        display: none !important;
    }

    .hero-title {
        font-size: clamp(2.3rem, 4.4vw, 3.1rem) !important;
        line-height: 1.16 !important;
        letter-spacing: -0.025em !important;
        margin-bottom: 22px !important;
        text-align: left !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
    }

    .hero-lead {
        font-size: 1.05rem !important;
        line-height: 1.65 !important;
        margin-bottom: 28px !important;
        text-align: left !important;
        max-width: 720px !important;
        color: var(--hero-lead-color) !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .hero-features-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px 28px !important;
        margin-bottom: 34px !important;
        max-width: 660px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .hero-feature-item {
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
        gap: 10px !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .hero-cta-group {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 16px !important;
        width: auto !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .btn-hero-cta,
    .btn-hero-secondary,
    .hero-cta-group .btn {
        width: auto !important;
        min-width: 190px !important;
        padding: 14px 30px !important;
        font-size: 1.02rem !important;
        flex: 0 0 auto !important;
        display: inline-flex !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .hero-rating-proof {
        display: none !important;
    }
}

/* Mobile Display (max-width: 576px) */
@media (max-width: 576px) {
    .hero-section {
        padding: 24px 0 28px;
    }

    .hero-badge-pill {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 6px 12px;
        font-size: clamp(0.66rem, 2.6vw, 0.74rem);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        margin-bottom: 14px;
        border-radius: var(--radius-full);
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        text-align: left;
    }

    .live-diffusion-dot {
        width: 10px;
        height: 10px;
        min-width: 10px;
    }

    .diffusion-core {
        width: 6px;
        height: 6px;
    }

    .hero-title-br {
        display: none;
    }

    .hero-title {
        font-size: clamp(1.85rem, 7.5vw, 2.45rem);
        line-height: 1.18;
        letter-spacing: -0.025em;
        margin-bottom: 14px;
        text-align: left;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .hero-lead {
        font-size: 0.92rem;
        line-height: 1.55;
        margin-bottom: 18px;
        text-align: left;
        max-width: 100%;
    }

    .hero-features-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .hero-feature-item {
        font-size: 0.88rem;
        justify-content: flex-start;
        text-align: left;
    }

    .hero-cta-group {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 10px;
        margin-bottom: 0;
    }

    .btn-hero-cta,
    .btn-hero-secondary {
        flex: 1 1 0%;
        width: auto;
        min-width: 0;
        padding: 12px 10px;
        font-size: 0.92rem;
        white-space: nowrap;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
    }

    .hero-rating-proof {
        display: none !important;
    }
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: var(--hero-features-color);
    font-weight: 600;
}

.hero-feature-item svg {
    color: #FFAA00;
    flex-shrink: 0;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.btn-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: var(--radius-full);
    padding: 14px 28px;
    font-weight: 700;
    font-size: 1.05rem;
    box-shadow: 0 10px 25px rgba(255, 85, 0, 0.4);
}

.btn-hero-secondary {
    border-radius: var(--radius-full);
    padding: 14px 28px;
    background: rgba(18, 20, 26, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.05rem;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
}

/* Trust Rating Proof */
.hero-rating-proof {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-top: 24px;
    font-size: 0.92rem;
    color: var(--text-muted);
}

.hero-rating-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.hero-stars {
    color: #FFAA00;
    letter-spacing: 2px;
    font-size: 1.05rem;
    line-height: 1;
}

.hero-rating-text strong {
    color: #FFFFFF;
}

.hero-rating-sep {
    color: #4B5563;
    user-select: none;
}

.hero-visual {
    position: relative;
    z-index: 2;
}

/* ==========================================================================
   Hero Smart TV & 3D VOD Poster Cascade Showcase (Inspired by user design)
   ========================================================================== */
.hero-tv-cascade-showcase {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
}

.tv-cascade-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    height: 96%;
    background: radial-gradient(ellipse at center, rgba(255, 85, 0, 0.3) 0%, rgba(14, 165, 233, 0.22) 45%, rgba(0, 0, 0, 0) 75%);
    filter: blur(48px);
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.tv-cascade-frame {
    position: relative;
    z-index: 2;
    border-radius: 22px;
    background: rgba(14, 18, 27, 0.85);
    border: 1px solid rgba(255, 85, 0, 0.35);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.75), 0 0 35px rgba(255, 85, 0, 0.16), inset 0 1px 1px rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
    padding: 10px;
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.3s ease, box-shadow 0.35s ease;
}

.tv-cascade-frame:hover {
    transform: translateY(-5px) scale(1.01);
    border-color: rgba(255, 85, 0, 0.6);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.82), 0 0 45px rgba(255, 85, 0, 0.28);
}

.tv-cascade-main-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    transition: transform 0.4s ease;
}

.tv-cascade-frame:hover .tv-cascade-main-img {
    transform: scale(1.015);
}

/* Floating Badges */
.tv-floating-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 700;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    pointer-events: none;
    transition: transform 0.3s ease;
}

.badge-top-left {
    top: 20px;
    left: 20px;
    background: rgba(10, 14, 23, 0.88);
    border: 1px solid rgba(74, 222, 128, 0.4);
    color: #4ade80;
}

.badge-pulse-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px #22c55e;
    animation: livePulse 2s infinite ease-in-out;
}

.badge-top-right {
    top: 20px;
    right: 20px;
    background: rgba(10, 14, 23, 0.88);
    border: 1px solid rgba(255, 85, 0, 0.4);
    color: #ffffff;
}

.badge-top-right .badge-icon {
    font-size: 0.9rem;
}

.badge-bottom-left {
    bottom: 20px;
    left: 20px;
    background: rgba(10, 14, 23, 0.9);
    border: 1px solid rgba(56, 189, 248, 0.4);
    color: #f1f5f9;
}

.badge-bottom-left .badge-icon {
    font-size: 1rem;
    line-height: 1;
}

.badge-bottom-right {
    bottom: 20px;
    right: 20px;
    background: rgba(10, 14, 23, 0.9);
    border: 1px solid rgba(255, 170, 0, 0.4);
    color: var(--accent, #FFAA00);
}

.badge-bottom-right .badge-icon {
    font-size: 0.88rem;
}

@media (max-width: 768px) {
    .tv-cascade-frame {
        padding: 6px;
        border-radius: 16px;
    }
    .tv-floating-badge {
        padding: 4px 8px;
        font-size: 0.65rem;
    }
    .badge-top-left { top: 12px; left: 12px; }
    .badge-top-right { top: 12px; right: 12px; }
    .badge-bottom-left { bottom: 12px; left: 12px; }
    .badge-bottom-right { bottom: 12px; right: 12px; }
}

@media (max-width: 480px) {
    .badge-top-right,
    .badge-bottom-left {
        display: none;
    }
}

/* ==========================================================================
   Hero Swedish Football Live Sports Card (Simple & Premium)
   ========================================================================== */
.hero-player-card {
    position: relative;
    width: 100%;
    max-width: 490px;
    margin-left: auto;
}

.player-glow-aura {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    height: 92%;
    background: radial-gradient(circle, rgba(255, 85, 0, 0.28) 0%, rgba(255, 85, 0, 0) 70%);
    filter: blur(42px);
    z-index: 1;
    pointer-events: none;
}

.player-card-inner {
    position: relative;
    z-index: 2;
    background: rgba(18, 22, 31, 0.95);
    border: 1px solid rgba(255, 85, 0, 0.35);
    border-radius: 20px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.65), 0 0 32px rgba(255, 85, 0, 0.12);
    backdrop-filter: blur(12px);
    overflow: hidden;
    padding: 12px;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.player-card-inner:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 85, 0, 0.6);
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.75), 0 0 36px rgba(255, 85, 0, 0.22);
}

.player-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 4px 6px 10px;
}

.player-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #4ade80;
    text-transform: uppercase;
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px #22c55e;
    animation: livePulse 2s infinite ease-in-out;
}

@keyframes livePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.55; }
}

.player-quality-badge {
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-4k {
    background: var(--primary, #FF5500);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 5px;
    letter-spacing: 0.03em;
    box-shadow: 0 0 10px rgba(255, 85, 0, 0.35);
}

.badge-fps {
    background: rgba(34, 197, 94, 0.16);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.3);
    font-size: 0.7rem;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 5px;
}

.player-image-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #090c13;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.player-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.player-card-inner:hover .player-hero-img {
    transform: scale(1.03);
}

.player-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0.75) 100%);
    pointer-events: none;
}

.player-floating-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(10, 14, 23, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 5px 12px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.player-floating-tag .signal-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 8px #38bdf8;
}

.player-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 6px 4px;
}

.player-broadcast-channel {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #ffffff;
}

.player-broadcast-channel .flag-icon {
    font-size: 1.15rem;
    line-height: 1;
}

.player-broadcast-desc {
    margin: 3px 0 0 0;
    font-size: 0.78rem;
    color: #9ca3af;
    line-height: 1.35;
}

.player-buffer-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 85, 0, 0.12);
    border: 1px solid rgba(255, 85, 0, 0.32);
    color: var(--accent, #FFAA00);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 6px;
    white-space: nowrap;
}

/* ==========================================================================
   Hero Live Streaming Player Console (Next-Gen Visual)
   ========================================================================== */
.hero-stream-console {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
}

.console-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    background: radial-gradient(circle, rgba(255, 85, 0, 0.28) 0%, rgba(255, 85, 0, 0) 70%);
    filter: blur(48px);
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease;
}

.console-frame {
    position: relative;
    z-index: 2;
    background: rgba(20, 24, 33, 0.94);
    border: 1px solid rgba(255, 85, 0, 0.38);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 30px rgba(255, 85, 0, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    overflow: hidden;
    padding: 16px;
}

/* Chrome Top Bar */
.console-chrome-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.console-live-cluster {
    display: flex;
    align-items: center;
    gap: 8px;
}

.console-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px #22c55e;
    animation: livePulse 2s infinite ease-in-out;
}

@keyframes livePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.6; }
}

.console-live-text {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #4ade80;
    text-transform: uppercase;
}

.console-ch-badge {
    font-size: 0.74rem;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    padding: 2px 8px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.console-spec-cluster {
    display: flex;
    align-items: center;
    gap: 5px;
}

.spec-pill {
    font-size: 0.68rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1.2;
}

.spec-pill-4k {
    background: var(--primary, #FF5500);
    color: #fff;
    box-shadow: 0 0 10px rgba(255, 85, 0, 0.45);
}

.spec-pill-fps {
    background: rgba(34, 197, 94, 0.18);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.spec-pill-audio {
    background: rgba(56, 189, 248, 0.15);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.25);
}

/* Console Screen */
.console-screen {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 16px;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.7);
}

.screen-backdrop {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #091322 0%, #050b14 60%, #170d05 100%);
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease;
    z-index: 1;
}

.screen-backdrop::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 25%, rgba(255, 85, 0, 0.18) 0%, transparent 65%);
}

.screen-vignette {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, transparent 40%, rgba(0,0,0,0.75) 100%);
    z-index: 2;
    pointer-events: none;
}

.screen-meta-row {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.screen-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 0.74rem;
    font-weight: 700;
    color: #fff;
}

.screen-tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #4ade80;
}

.signal-bars {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    height: 10px;
}

.signal-bars .bar {
    width: 2.5px;
    background: #4ade80;
    border-radius: 1px;
}
.signal-bars .bar-1 { height: 30%; }
.signal-bars .bar-2 { height: 55%; }
.signal-bars .bar-3 { height: 80%; }
.signal-bars .bar-4 { height: 100%; }

/* Main Content: Match Scoreboard / Program Info */
.screen-main-content {
    position: relative;
    z-index: 3;
    padding: 10px 0;
    text-align: center;
}

.screen-match-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 6px;
}

.team-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 68px;
}

.team-emblem {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.team-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.score-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.score-display {
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.score-divider {
    color: var(--primary, #FF5500);
}

.match-time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(220, 38, 38, 0.25);
    border: 1px solid rgba(220, 38, 38, 0.4);
    color: #f87171;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 1px 6px;
    border-radius: 4px;
}

.match-time-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ef4444;
    animation: livePulse 1.2s infinite;
}

.screen-program-title {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

/* Bottom Controls */
.screen-controls-bar {
    position: relative;
    z-index: 3;
    padding-top: 8px;
}

.stream-progress-wrap {
    margin-bottom: 6px;
}

.stream-progress-bar {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    overflow: hidden;
}

.stream-progress-fill {
    height: 100%;
    background: var(--primary, #FF5500);
    border-radius: 2px;
    box-shadow: 0 0 8px var(--primary, #FF5500);
}

.stream-indicators {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
}

.audio-equalizer {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    height: 10px;
}

.audio-equalizer span {
    width: 2px;
    background: var(--primary, #FF5500);
    border-radius: 1px;
    animation: eqBounce 1.2s infinite ease-in-out alternate;
}

.audio-equalizer span:nth-child(1) { height: 40%; animation-delay: 0.1s; }
.audio-equalizer span:nth-child(2) { height: 90%; animation-delay: 0.3s; }
.audio-equalizer span:nth-child(3) { height: 60%; animation-delay: 0.2s; }
.audio-equalizer span:nth-child(4) { height: 100%; animation-delay: 0.4s; }

@keyframes eqBounce {
    0% { height: 20%; }
    100% { height: 100%; }
}

/* EPG Channel Selector Strip */
.console-epg-strip {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.epg-strip-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.72rem;
}

.epg-title {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.epg-hint {
    color: var(--accent, #FFAA00);
    font-weight: 600;
    font-size: 0.68rem;
}

.epg-channels-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.epg-ch-btn {
    background: rgba(12, 15, 23, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #fff;
    width: 100%;
}

.epg-ch-btn:hover {
    background: rgba(255, 85, 0, 0.1);
    border-color: rgba(255, 85, 0, 0.35);
    transform: translateY(-1px);
}

.epg-ch-btn.active {
    background: linear-gradient(135deg, rgba(255, 85, 0, 0.22) 0%, rgba(20, 24, 33, 0.95) 100%);
    border-color: var(--primary, #FF5500);
    box-shadow: 0 4px 14px rgba(255, 85, 0, 0.25);
}

.epg-ch-num {
    font-size: 0.68rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.4);
}

.epg-ch-logo {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 900;
    flex-shrink: 0;
}

.logo-tv4 { background: #b91c1c; color: #fff; }
.logo-vsport { background: #d97706; color: #fff; }
.logo-svt { background: #0284c7; color: #fff; }
.logo-vfilm { background: #9333ea; color: #fff; }

.epg-ch-info {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.epg-ch-name {
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.epg-ch-desc {
    font-size: 0.66rem;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.epg-ch-pill {
    font-size: 0.62rem;
    font-weight: 800;
    padding: 1px 5px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    flex-shrink: 0;
}

.epg-ch-pill.live-pill {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.35);
}

/* Bottom Metrics Row */
.console-metrics-row {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.7);
}

.metric-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.metric-item svg {
    color: var(--primary, #FF5500);
}

.metric-item strong {
    color: #fff;
}

/* Backwards compatibility for preview card */
.hero-card-preview {
    background: var(--preview-card-bg);
    border: 1px solid var(--preview-card-border);
    border-radius: var(--radius-card);
    padding: 26px;
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow-hero);
    transition: all 0.25s ease;
}

.preview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--preview-row-border);
}

.preview-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--preview-status-color);
    font-weight: 700;
}

.preview-res-badge {
    background: var(--primary);
    color: var(--cta-text);
    font-size: 0.75rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
}

.preview-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.preview-row {
    background: var(--preview-row-bg);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--preview-row-border);
}

.preview-row-title {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--preview-row-title-color);
}

.preview-row-tag {
    font-size: 0.75rem;
    color: var(--accent);
    background: var(--badge-bg);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
}

/* ==========================================================================
   Popular Swedish Channels Auto-Slider / Marquee
   ========================================================================== */
.channels-slider-section {
    padding: 44px 0 54px;
    background: linear-gradient(180deg, rgba(255, 107, 0, 0.04) 0%, rgba(20, 24, 33, 0.7) 100%);
    border-top: 1px solid rgba(255, 107, 0, 0.12);
    border-bottom: 1px solid var(--card-border);
    position: relative;
    overflow: hidden;
}

.channels-slider-header {
    margin-bottom: 30px;
}

.channels-slider-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--badge-bg);
    color: var(--accent);
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 107, 0, 0.25);
    margin-bottom: 12px;
}

.channels-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 8px var(--primary);
    animation: livePulse 2s infinite ease-in-out;
}

@keyframes livePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.5;
    }
}

.channels-slider-title {
    font-size: clamp(1.35rem, 3vw, 1.95rem);
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.channels-slider-subtitle {
    font-size: 0.98rem;
    color: var(--text-muted);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Marquee Infinite Loop Track */
.channels-marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 12px 0 20px;
}

.channels-marquee-wrapper::before,
.channels-marquee-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 140px;
    z-index: 3;
    pointer-events: none;
}

.channels-marquee-wrapper::before {
    left: 0;
    background: linear-gradient(to right, var(--bg-primary, #0c0f17), transparent);
}

.channels-marquee-wrapper::after {
    right: 0;
    background: linear-gradient(to left, var(--bg-primary, #0c0f17), transparent);
}

.channels-marquee-track {
    display: flex;
    gap: 18px;
    width: max-content;
    will-change: transform;
    animation: channelsMarqueeScroll 38s linear infinite;
}

@keyframes channelsMarqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 9px));
    }
}

/* Channel Card */
.channel-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--card-bg, #141923);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.08));
    border-radius: 14px;
    padding: 12px 18px;
    min-width: 270px;
    flex-shrink: 0;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    user-select: none;
}

.channel-card:hover {
    border-color: rgba(255, 107, 0, 0.45);
    box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.6), 0 0 10px rgba(255, 107, 0, 0.15);
}

.channel-card-logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-transform: uppercase;
    flex-shrink: 0;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), 0 2px 6px rgba(0, 0, 0, 0.3);
}

.channel-card-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex-grow: 1;
    min-width: 0;
}

.channel-card-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.channel-card-name {
    font-size: 0.96rem;
    font-weight: 700;
    color: var(--text-heading, #fff);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.channel-card-res {
    font-size: 0.68rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.channel-card-res.res-4k {
    background: rgba(255, 107, 0, 0.18);
    color: #ff8533;
    border: 1px solid rgba(255, 107, 0, 0.4);
}

.channel-card-res.res-fhd {
    background: rgba(56, 189, 248, 0.15);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.35);
}

.channel-card-genre {
    font-size: 0.78rem;
    color: var(--text-muted, #94a3b8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .channels-slider-section {
        background: linear-gradient(180deg, #14161C 0%, #0E1015 100%);
        border-top: 1px solid rgba(255, 85, 0, 0.22);
        border-bottom: 1px solid #252934;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .channels-slider-badge {
        background: rgba(255, 85, 0, 0.14);
        border: 1px solid rgba(255, 85, 0, 0.32);
        color: #FF7700;
    }

    .channel-card {
        background: #171920;
        border: 1px solid #252934;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
    }
}

@media (max-width: 768px) {
    .channels-slider-section {
        padding: 34px 0 42px;
    }
    .channels-marquee-wrapper::before,
    .channels-marquee-wrapper::after {
        width: 60px;
    }
    .channel-card {
        min-width: 240px;
        padding: 10px 14px;
    }
    .channel-card-logo {
        width: 42px;
        height: 42px;
    }
    .channels-marquee-track {
        animation-duration: 28s;
    }
}

/* Feature Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

.feature-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    padding: 30px 24px;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--card-hover-border);
}

.feature-icon-wrapper {
    width: 52px;
    height: 52px;
    background-color: var(--badge-bg);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--accent);
}

.feature-card-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--text-heading);
    font-weight: 700;
}

.feature-card-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Devices Section */
.devices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .devices-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .devices-grid {
        grid-template-columns: 1fr;
    }
}

.device-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    padding: 24px 20px;
    text-align: center;
    transition: all var(--transition-fast);
}

.device-card:hover {
    border-color: var(--card-hover-border);
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px);
}

.device-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    background: var(--badge-bg);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
}

.device-name {
    font-size: 1.1rem;
    margin-bottom: 6px;
    color: var(--text-heading);
    font-weight: 700;
}

.device-apps {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
    margin-bottom: 30px;
}

.pricing-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.pricing-card-featured {
    border: 2px solid var(--primary);
    background: var(--card-featured-bg);
    box-shadow: var(--shadow-md);
    transform: scale(1.02);
    z-index: 2;
    padding: 27px 15px;
}

.pricing-card-featured:hover {
    transform: scale(1.02) translateY(-4px);
}

.pricing-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
    color: #FFFFFF;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.pricing-card-featured .pricing-badge {
    background: var(--primary);
    color: var(--cta-text);
    font-weight: 800;
}

.pricing-header {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 16px;
}

.pricing-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 4px;
}

.pricing-duration {
    font-size: 0.88rem;
    color: var(--text-muted);
}

.pricing-amount-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 16px;
}

.currency-symbol {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-right: 2px;
}

.price-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-heading);
    letter-spacing: -0.03em;
    line-height: 1;
}

.price-period {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-left: 4px;
}

.pricing-description {
    font-size: 0.825rem;
    line-height: 1.44;
    text-align: center;
    color: var(--text-muted);
    margin-bottom: 22px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-cta-wrap {
    margin-bottom: 24px;
}

.pricing-card:not(.pricing-card-featured) .btn-outline {
    border: 1.5px solid rgba(255, 119, 0, 0.65);
    color: #FF8822;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pricing-card:not(.pricing-card-featured) .btn-outline:hover,
.pricing-card:not(.pricing-card-featured) .btn-outline:active {
    background-color: rgba(255, 119, 0, 0.15);
    border-color: #FF7700;
    color: #FFFFFF;
}

.pricing-features-wrap {
    flex: 1 0 auto;
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}

.features-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
    margin-bottom: 12px;
}

.pricing-features-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.88rem;
    color: var(--text-main);
    line-height: 1.45;
}

.pricing-features-list .check-icon {
    color: var(--accent);
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-notes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 18px 24px;
    background: var(--notes-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-card);
    font-size: 0.92rem;
    color: var(--text-main);
}

.pricing-note-item strong {
    color: var(--primary);
}

/* Steps / How it works */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.step-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    padding: 30px 22px;
    position: relative;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.step-number {
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: var(--cta-text);
    font-size: 1.25rem;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.step-title {
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: var(--text-heading);
    font-weight: 700;
}

.step-desc {
    font-size: 0.92rem;
    color: var(--text-muted);
}

/* FAQ Section */
.faq-section {
    background-color: var(--bg-section-alt);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    position: relative;
}

#om-iptv-sverige {
    background-color: var(--bg-page);
    position: relative;
}

#om-iptv-sverige .article-content > h2:first-child,
#om-iptv-sverige .article-content > h2:first-of-type {
    margin-top: 0;
}

/* Final CTA Section (Kom igång idag) */
#cta {
    background-color: var(--bg-page);
    position: relative;
    padding: 85px 0;
}

#cta h2 {
    color: var(--text-heading);
    margin-top: 14px;
    margin-bottom: 16px;
}

#cta p {
    color: var(--text-muted);
    font-size: 1.15rem;
    max-width: 640px;
    margin: 0 auto 28px;
    line-height: 1.65;
}

/* FAQ Accordion */
.faq-accordion-container {
    max-width: 860px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item[open] {
    border-color: rgba(255, 107, 0, 0.4);
    box-shadow: 0 6px 20px -4px rgba(0, 0, 0, 0.5);
}

.faq-item.is-closing {
    border-color: var(--card-border);
    box-shadow: none;
}

.faq-question {
    padding: 20px 24px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-heading);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    list-style: none;
    user-select: none;
    transition: color 0.2s ease;
}

.faq-question:hover {
    color: var(--primary);
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: -2px;
}

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.2s ease;
    flex-shrink: 0;
}

.faq-item[open] .faq-icon {
    transform: rotate(180deg);
    color: var(--primary);
}

.faq-item.is-closing .faq-icon {
    transform: rotate(0deg);
    color: var(--accent);
}

.faq-answer {
    padding: 12px 24px 22px;
    font-size: 0.98rem;
    color: var(--text-muted);
    line-height: 1.65;
    border-top: 1px solid var(--card-border);
    will-change: opacity, transform;
}

.faq-item[open] .faq-answer {
    animation: faqFadeSlide 0.32s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.faq-item.is-closing .faq-answer {
    animation: faqFadeSlideOut 0.2s ease forwards;
}

@keyframes faqFadeSlide {
    0% {
        opacity: 0;
        transform: translateY(-8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes faqFadeSlideOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-6px);
    }
}

/* Form Styles */
.form-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    padding: 36px 32px;
    box-shadow: var(--shadow-md);
    max-width: 780px;
    margin: 0 auto;
}

.form-alert {
    padding: 16px 20px;
    border-radius: var(--radius-sm);
    margin-bottom: 24px;
    font-size: 0.95rem;
}

.form-alert-error {
    background-color: #FDF2F2;
    border: 1px solid #F8B4B4;
    color: #9B1C1C;
}

.form-alert-error ul {
    margin-top: 8px;
    margin-left: 18px;
    list-style: disc;
}

.form-alert-success {
    background-color: #EDF7ED;
    border: 1px solid #B7EB8F;
    color: #1E4620;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-heading);
    margin-bottom: 8px;
}

.form-label .required {
    color: #EF4444;
}

.form-label .optional {
    font-weight: 400;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.form-input, .form-select, .form-textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 0.98rem;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-sm);
    background-color: var(--input-bg);
    color: var(--text-main);
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}

.form-hint {
    display: block;
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-top: 6px;
}

.payment-method-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px;
}

.radio-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    background-color: var(--card-bg);
    cursor: pointer;
    transition: border-color var(--transition-fast), background-color var(--transition-fast);
}

.radio-option:hover {
    border-color: var(--primary);
    background-color: var(--bg-section-alt);
}

.radio-option input[type="radio"] {
    margin-top: 4px;
    accent-color: var(--primary);
}

.radio-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.radio-text strong {
    font-size: 0.95rem;
    color: var(--text-heading);
}

.radio-text small {
    font-size: 0.82rem;
    color: var(--text-muted);
}

.form-consent {
    margin-bottom: 24px;
}

.checkbox-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: var(--text-muted);
    cursor: pointer;
    line-height: 1.5;
}

.checkbox-option input[type="checkbox"] {
    margin-top: 3px;
    accent-color: var(--primary);
}

.checkbox-option a {
    text-decoration: underline;
    color: var(--primary);
}

.form-submit-wrap {
    margin-top: 10px;
}

.form-select option {
    background-color: var(--card-bg);
    color: var(--text-main);
}

.radio-option:has(input[type="radio"]:checked) {
    border-color: var(--primary);
    background-color: var(--bg-section-alt);
}

.form-security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 14px;
}

/* Contact & Info Cards */
.contact-sidebar-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    padding: 30px;
    margin-bottom: 24px;
    box-shadow: var(--shadow-sm);
}

.contact-sidebar-card h2 {
    font-size: 1.35rem;
    margin-bottom: 18px;
    color: var(--text-heading);
}

.contact-process-card {
    background: var(--notes-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    padding: 24px;
}

.contact-process-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--text-heading);
}

.contact-process-card ol {
    padding-left: 20px;
    font-size: 0.92rem;
    color: var(--text-main);
    line-height: 1.65;
}

.contact-process-card ol li {
    margin-bottom: 8px;
}

/* Contact Fast Action Cards */
.contact-fast-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.contact-action-link {
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 0.95rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .contact-fast-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .contact-direct-card {
        padding: 20px 18px !important;
    }

    .contact-action-link {
        font-size: 0.88rem !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 420px) {
    .contact-direct-card {
        padding: 18px 14px !important;
    }

    .contact-action-link {
        font-size: 0.78rem !important;
        gap: 4px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 360px) {
    .contact-direct-card {
        padding: 16px 12px !important;
    }

    .contact-action-link {
        font-size: 0.72rem !important;
        white-space: nowrap !important;
    }
}

/* Pricing Table Responsive Card & Hint */
.table-scroll-hint {
    display: none;
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 8px;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .table-scroll-hint {
        display: flex;
    }
}

.pricing-table-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    overflow-x: auto;
    box-shadow: var(--shadow-sm);
}

.pricing-table-card:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

.pricing-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    background: var(--card-bg);
    color: var(--text-main);
}

.pricing-table thead tr {
    background: var(--primary-dark);
    color: #FFFFFF;
}

[data-theme="theme-5"] .pricing-table thead tr,
[data-theme="theme-1"] .pricing-table thead tr,
[data-theme="theme-3"] .pricing-table thead tr {
    background: var(--bg-section-alt);
    color: var(--text-heading);
    border-bottom: 2px solid var(--card-border);
}

.pricing-table th {
    padding: 16px 20px;
    font-weight: 700;
}

.pricing-table th.featured-col {
    background: var(--primary);
    color: var(--cta-text);
}

.pricing-table td {
    padding: 14px 20px;
    border-bottom: 1px solid var(--card-border);
    color: var(--text-main);
}

.pricing-table small {
    font-size: 0.88rem;
    line-height: 1.45;
}

.comparison-source-note {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    line-height: 1.55;
}

.pricing-table tr.alt-row {
    background: var(--bg-section-alt);
}

.pricing-table tr:hover td {
    background: rgba(255, 255, 255, 0.03);
}

[data-theme="theme-2"] .pricing-table tr:hover td,
[data-theme="theme-4"] .pricing-table tr:hover td {
    background: rgba(0, 0, 0, 0.02);
}

/* Thank You Page Cards */
.thankyou-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.14);
    border: 2px solid rgba(16, 185, 129, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #10B981;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.22);
}

.thankyou-tracker-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 520px;
    margin: 0 auto;
    position: relative;
}

.thankyou-tracker-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    flex: 1 1 0;
    min-width: 0;
}

.thankyou-step-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1B1E28;
    border: 2px solid #2F3545;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.thankyou-tracker-step.is-complete .thankyou-step-circle {
    background: #10B981;
    border-color: #10B981;
    color: #FFFFFF;
    box-shadow: 0 0 16px rgba(16, 185, 129, 0.45);
}

.thankyou-tracker-step.is-current .thankyou-step-circle {
    background: rgba(255, 85, 0, 0.15);
    border-color: var(--primary, #FF5500);
    color: var(--primary, #FF5500);
    box-shadow: 0 0 20px rgba(255, 85, 0, 0.35);
}

.thankyou-step-pulse {
    width: 12px;
    height: 12px;
    background: var(--primary, #FF5500);
    border-radius: 50%;
    animation: thankyouPulse 1.6s infinite ease-in-out;
}

@keyframes thankyouPulse {
    0% { transform: scale(0.8); opacity: 0.6; }
    50% { transform: scale(1.35); opacity: 1; }
    100% { transform: scale(0.8); opacity: 0.6; }
}

.thankyou-step-label {
    width: 100%;
    text-align: center;
}

.thankyou-step-label strong {
    display: block;
    font-size: 0.88rem;
    color: var(--text-heading);
    white-space: normal;
    line-height: 1.3;
    margin-bottom: 2px;
}

.thankyou-step-label span {
    font-size: 0.76rem;
    color: var(--text-muted);
    display: block;
    line-height: 1.3;
}

.thankyou-tracker-line {
    flex: 1 1 auto;
    height: 2px;
    background: #2B3140;
    margin: 18px 8px 0;
}

.thankyou-tracker-line.is-complete {
    background: #10B981;
}

.thankyou-summary-card {
    padding: 30px 28px;
    margin-bottom: 30px;
}

.thankyou-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--card-border);
    padding-bottom: 16px;
    margin-bottom: 20px;
    gap: 20px;
}

.thankyou-summary-label {
    font-size: 0.82rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 4px;
}

.thankyou-order-ref-val {
    font-size: 1.25rem;
    color: #FFFFFF;
    font-family: monospace;
    letter-spacing: 0.04em;
    display: block;
    line-height: 1.2;
}

.thankyou-order-date {
    text-align: right;
}

.thankyou-order-date-val {
    font-size: 0.95rem;
    color: var(--text-heading);
    font-weight: 600;
    display: block;
    line-height: 1.2;
}

.thankyou-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    font-size: 0.95rem;
}

.thankyou-detail-label {
    display: block;
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 3px;
}

.thankyou-plan-name {
    color: var(--primary);
    font-size: 1.05rem;
    display: block;
}

.thankyou-detail-val {
    color: #FFFFFF;
    display: block;
}

.thankyou-delivery-val {
    color: #10B981;
    font-size: 1rem;
    display: block;
}

.thankyou-ssl-banner {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px dashed var(--card-border);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.88rem;
    color: var(--text-muted);
}

.thankyou-summary-cta {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.btn-thankyou-wa {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #25D366;
    color: #FFFFFF !important;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: none;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    font-size: 1.05rem;
    padding: 16px 24px;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.btn-thankyou-wa .btn-wa-text {
    font-weight: 800;
    font-size: 1.05rem;
    color: #FFFFFF;
}

.btn-thankyou-wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
    filter: brightness(1.05);
    color: #FFFFFF !important;
}

.btn-thankyou-wa:active {
    transform: translateY(0);
}

.thankyou-cta-subtext {
    font-size: 0.88rem;
    color: #9CA3AF;
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
    word-break: normal;
    overflow-wrap: break-word;
}

.thankyou-live-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10B981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.25);
    animation: livePulse 2s infinite;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 2px;
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

/* Tablet (576px - 1024px) & PC: 2 columns ("some in left and some in right") */
@media (min-width: 576px) {
    .thankyou-summary-header {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 20px !important;
    }

    .thankyou-order-ref {
        display: block !important;
        text-align: left !important;
        width: auto !important;
    }

    .thankyou-order-date {
        display: block !important;
        text-align: right !important;
        width: auto !important;
        padding-top: 0 !important;
        border-top: none !important;
    }

    .thankyou-details-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 16px 24px !important;
    }
}

@media (max-width: 575px) {
    .thankyou-summary-card {
        padding: 20px 16px !important;
    }

    .thankyou-summary-header {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        padding-bottom: 14px !important;
        margin-bottom: 16px !important;
    }

    .thankyou-order-ref {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    .thankyou-order-ref-val {
        font-size: 1.05rem !important;
    }

    .thankyou-order-date {
        text-align: left !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding-top: 10px !important;
        border-top: 1px dashed rgba(255, 255, 255, 0.08) !important;
    }

    .thankyou-summary-label {
        margin-bottom: 0 !important;
        font-size: 0.78rem !important;
    }

    .thankyou-order-date-val {
        font-size: 0.88rem !important;
    }

    .thankyou-details-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

@media (max-width: 540px) {
    .thankyou-icon-wrap {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
    }
    .thankyou-icon-wrap svg {
        width: 24px;
        height: 24px;
    }
    .thankyou-tracker-grid {
        max-width: 100%;
        align-items: flex-start;
    }
    .thankyou-tracker-step {
        flex: 1 1 0;
        min-width: 0;
    }
    .thankyou-step-circle {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
        margin-bottom: 6px;
        flex-shrink: 0;
    }
    .thankyou-step-label strong {
        font-size: 0.76rem;
        line-height: 1.25;
    }
    .thankyou-step-label span {
        font-size: 0.68rem;
        line-height: 1.25;
    }
    .thankyou-tracker-line {
        margin: 15px 4px 0;
    }
    .thankyou-details-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

/* Breadcrumbs */
.breadcrumbs-nav {
    padding: 14px 0;
    background: var(--card-bg);
    border-bottom: 1px solid var(--border-color);
    font-size: 0.88rem;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.breadcrumbs-item a {
    color: var(--text-muted);
}

.breadcrumbs-item a:hover {
    color: var(--primary);
}

.breadcrumbs-item.active span {
    color: var(--text-heading);
    font-weight: 600;
}

.breadcrumbs-separator {
    color: var(--border-color);
    font-size: 0.8rem;
}

/* Blog & Article Pages */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}

.blog-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--card-hover-border);
}

.blog-card-body {
    padding: 24px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.blog-card-tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
    margin-bottom: 10px;
}

.blog-card-title {
    font-size: 1.25rem;
    line-height: 1.35;
    margin-bottom: 12px;
}

.blog-card-title a {
    color: var(--text-heading);
}

.blog-card-title a:hover {
    color: var(--accent);
}

.blog-card-excerpt {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin-bottom: 18px;
    flex: 1 0 auto;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--text-muted);
    border-top: 1px solid var(--border-color);
    padding-top: 14px;
}

.article-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.article-header {
    margin-bottom: 34px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 28px;
}

.article-title {
    margin-bottom: 16px;
    color: var(--text-heading);
    font-size: clamp(2rem, 3.5vw + 0.5rem, 2.75rem);
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.article-content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--text-main);
}

.article-content h2 {
    margin-top: 40px;
    margin-bottom: 16px;
    color: var(--text-heading);
}

.article-content h3 {
    margin-top: 28px;
    margin-bottom: 12px;
    color: var(--text-heading);
}

.article-content p {
    margin-bottom: 1.4rem;
    color: var(--text-main);
}

.article-content ul, .article-content ol {
    margin-bottom: 1.6rem;
    padding-left: 24px;
}

.article-content ul {
    list-style: disc;
}

.article-content ol {
    list-style: decimal;
}

.article-content li {
    margin-bottom: 8px;
}

.article-toc {
    background: var(--notes-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-card);
    padding: 22px 24px;
    margin: 28px 0;
}

.article-toc-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 12px;
}

.article-toc ol {
    margin-bottom: 0;
    padding-left: 20px;
}

.article-toc li {
    margin-bottom: 6px;
}

.article-toc a {
    color: var(--primary);
    font-weight: 500;
}

.article-callout {
    background: var(--badge-bg);
    border-left: 4px solid var(--primary);
    padding: 18px 20px;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    margin: 24px 0;
    color: var(--text-main);
}

.article-cta-box {
    background: linear-gradient(145deg, var(--primary), var(--secondary));
    color: var(--cta-text);
    border-radius: var(--radius-card);
    padding: 34px 28px;
    text-align: center;
    margin: 44px 0;
}

.article-cta-box h3 {
    color: var(--cta-text);
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.article-cta-box p {
    color: var(--cta-text);
    opacity: 0.9;
    margin-bottom: 22px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
.site-footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    border-top: 1px solid var(--footer-border);
}

.footer-top {
    padding: 60px 20px 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.footer-desc {
    font-size: 0.92rem;
    color: var(--footer-text);
    line-height: 1.6;
    margin-top: 14px;
    margin-bottom: 18px;
    max-width: 340px;
}

.support-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--footer-border);
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: var(--radius-full);
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background-color: var(--accent);
    border-radius: 50%;
}

.footer-heading {
    color: var(--footer-heading);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: var(--footer-text);
    font-size: 0.92rem;
    transition: color var(--transition-fast);
}

.footer-links a:hover {
    color: var(--accent);
    padding-left: 2px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact li {
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-label {
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.contact-value {
    color: var(--footer-heading);
    transition: color 0.2s ease;
}

a.contact-value {
    color: var(--footer-heading);
    text-decoration: none;
}

.footer-contact li:hover a.contact-value,
a.contact-value:hover,
a.contact-value:focus {
    color: var(--accent);
}

.footer-bottom {
    background-color: var(--footer-bottom-bg, #050507);
    padding: 22px 0;
    border-top: 1px solid var(--footer-border, #20232C);
    font-size: 0.88rem;
    color: var(--footer-text, #9CA3AF);
}

.footer-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom .copyright {
    color: var(--footer-text, #9CA3AF);
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
}

.legal-links {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.legal-links li {
    display: inline-flex;
    align-items: center;
}

.legal-links a {
    color: var(--footer-text, #9CA3AF);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color var(--transition-fast, 0.18s ease);
}

.legal-links a:hover {
    color: var(--primary, #FF5500);
}

@media (max-width: 768px) {
    .footer-top {
        padding: 40px 20px 28px;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
        text-align: left;
    }
    .footer-bottom {
        padding: 22px 0;
    }
    .footer-bottom-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    .footer-bottom .copyright {
        font-size: 0.88rem;
        text-align: left;
    }
    .legal-links {
        justify-content: flex-end;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .footer-top {
        padding: 36px 16px 24px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: left;
    }
    .footer-desc {
        max-width: 100%;
    }
    .footer-bottom {
        padding: 18px 16px 18px;
    }
    .footer-bottom-container {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        gap: 12px;
        width: 100%;
    }
    .footer-bottom .copyright {
        font-size: 0.84rem;
        line-height: 1.6;
        margin: 0;
        text-align: left;
        width: 100%;
        word-wrap: break-word;
    }
    .legal-links {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 20px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .legal-links a {
        font-size: 0.84rem;
        padding: 4px 6px;
    }
}

@media (max-width: 480px) {
    .footer-bottom {
        padding-bottom: 18px;
    }
    .legal-links {
        gap: 8px 16px;
    }
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .pricing-card-featured {
        transform: none;
    }
    .pricing-card-featured:hover {
        transform: translateY(-4px);
    }
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 577px) and (max-width: 1024px) {
    .hero-title {
        text-align: left !important;
    }
    .hero-lead {
        text-align: left !important;
    }
    .hero-badge-pill {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
    .hero-features-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px 24px !important;
        margin-bottom: 28px !important;
    }
    .hero-feature-item {
        font-size: 0.92rem !important;
        font-weight: 600 !important;
    }
    .hero-cta-group {
        display: flex !important;
        flex-direction: row !important;
        gap: 14px !important;
        width: auto !important;
    }
    .hero-cta-group .btn {
        width: auto !important;
    }
    .pricing-card {
        padding: 28px 20px;
    }
    .pricing-card-featured {
        padding: 27px 19px;
    }
    .pricing-description {
        font-size: 0.84rem;
        line-height: 1.42;
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 22px;
    }
}

/* Mobile navigation drawer actions (hidden on desktop) */
.nav-mobile-actions {
    display: none;
}

/* ==========================================================================
   Mobile Navigation Drawer (Independent Full Viewport Overlay)
   ========================================================================== */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 999999;
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0.28s ease;
}

.mobile-nav-drawer.is-open {
    visibility: visible;
    pointer-events: auto;
}

.mobile-nav-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.mobile-nav-drawer.is-open .mobile-nav-backdrop {
    opacity: 1;
}

.mobile-nav-panel {
    position: relative;
    z-index: 2;
    width: 88%;
    max-width: 360px;
    height: 100%;
    background: #0E1015;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-nav-drawer.is-open .mobile-nav-panel {
    transform: translateX(0);
}

.mobile-nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    min-height: 64px;
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.mobile-nav-close {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.mobile-nav-close:hover,
.mobile-nav-close:active {
    background: rgba(255, 85, 0, 0.2);
    border-color: rgba(255, 85, 0, 0.4);
    color: #FF5500;
}

.mobile-nav-scroll {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 18px 16px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mobile-nav-item {
    margin: 0;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #E5E7EB;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
}

.mobile-nav-link:hover,
.mobile-nav-link:active,
.mobile-nav-link.active {
    background: rgba(255, 85, 0, 0.14);
    border-color: rgba(255, 85, 0, 0.38);
    color: #FF5500;
}

.mobile-link-chevron {
    color: rgba(255, 255, 255, 0.35);
    transition: transform 0.2s, color 0.2s;
}

.mobile-nav-link:hover .mobile-link-chevron,
.mobile-nav-link.active .mobile-link-chevron {
    color: #FF5500;
    transform: translateX(3px);
}

.mobile-nav-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 18px;
    font-size: 0.98rem;
    font-weight: 800;
    border-radius: 10px;
    text-decoration: none;
}

.mobile-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    font-size: 0.92rem;
    font-weight: 700;
    border-radius: 10px;
    background: rgba(37, 211, 102, 0.14);
    color: #25D366;
    border: 1.5px solid rgba(37, 211, 102, 0.35);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.mobile-whatsapp-btn:hover,
.mobile-whatsapp-btn:active {
    background: rgba(37, 211, 102, 0.22);
    border-color: rgba(37, 211, 102, 0.5);
    color: #25D366;
}

.mobile-nav-support-badge {
    text-align: center;
    font-size: 0.78rem;
    color: #9CA3AF;
    margin-top: 4px;
}

/* Global scroll lock when drawer is active */
body.drawer-open {
    overflow: hidden !important;
}

@media (max-width: 860px) {
    .header-container {
        height: 64px;
        padding: 0 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .desktop-nav-wrapper {
        display: none !important;
    }
    .header-actions {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: auto;
    }
    .btn-header {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
        padding: 0 13px !important;
        font-size: 0.82rem !important;
        letter-spacing: -0.01em;
        border-radius: 8px !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
        line-height: 1 !important;
        box-sizing: border-box !important;
    }
    .brand-logo {
        gap: 8px;
        text-decoration: none;
        flex-shrink: 1;
        min-width: 0;
    }
    .logo-name {
        font-size: 1.05rem;
        white-space: nowrap;
    }
    .mobile-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        min-width: 40px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        cursor: pointer;
        padding: 0;
    }
    .mobile-menu-toggle .bar {
        width: 20px;
        height: 2px;
        background-color: var(--header-text, #FFFFFF);
        border-radius: 2px;
        transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
    }
    .mobile-menu-toggle.is-active .bar-1 {
        transform: translateY(7px) rotate(45deg);
    }
    .mobile-menu-toggle.is-active .bar-2 {
        opacity: 0;
        transform: scaleX(0);
    }
    .mobile-menu-toggle.is-active .bar-3 {
        transform: translateY(-7px) rotate(-45deg);
    }
    /* Disable scale transform on mobile pricing to prevent horizontal clipping */
    .pricing-card-featured {
        transform: none !important;
    }
    .pricing-card-featured:hover {
        transform: translateY(-3px) !important;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 44px 0;
    }
    .pricing-grid {
        grid-template-columns: 1fr !important;
        gap: 28px;
    }
    .pricing-card {
        padding: 26px 18px !important;
    }
    .price-value {
        font-size: 2.25rem !important;
    }
    .steps-grid {
        grid-template-columns: 1fr;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .payment-method-selector {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-bottom-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 440px) {
    .header-container {
        padding: 0 10px !important;
        gap: 6px;
    }
    .brand-logo {
        gap: 6px !important;
    }
    .logo-mark svg {
        width: 30px !important;
        height: 30px !important;
    }
    .logo-name {
        font-size: 0.92rem !important;
    }
    .logo-badge {
        font-size: 0.62rem !important;
        padding: 1px 4px !important;
    }
    .mobile-menu-toggle {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
    }
}

@media (max-width: 360px) {
    .header-container {
        padding: 0 8px !important;
        gap: 4px;
    }
    .logo-name {
        font-size: 0.82rem !important;
    }
}

/* ==========================================================================
   Checkout Page (Spacious 2-Column Structure with Website Dark Theme)
   ========================================================================== */
.checkout-page-section {
    background-color: var(--bg-page, #0C0D10);
    padding-top: 40px;
    padding-bottom: 70px;
    color: var(--text-main, #FFFFFF);
}

.checkout-header-block {
    max-width: 720px;
    margin: 0 auto 36px auto;
    text-align: center;
}

.checkout-top-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary, #FF5500);
    background: rgba(255, 85, 0, 0.12);
    border: 1px solid rgba(255, 85, 0, 0.3);
    margin-bottom: 12px;
}

.checkout-main-title {
    font-size: 2.35rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 12px;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.checkout-main-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-muted, #9CA3AF);
    margin: 0 auto;
    max-width: 620px;
}

.checkout-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1.14fr 1fr;
    gap: 36px;
    align-items: start;
}

.checkout-card {
    background: var(--card-bg, #171920);
    border: 1px solid var(--card-border, #252934);
    border-radius: 20px;
    padding: 40px 38px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.5);
}

.checkout-card-header {
    margin-bottom: 30px;
}

.checkout-card-title {
    font-size: 1.68rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.checkout-card-subtitle {
    font-size: 0.96rem;
    color: var(--text-muted, #9CA3AF);
    line-height: 1.55;
    margin: 0;
}

/* Steps */
.checkout-step {
    margin-bottom: 28px;
}

.checkout-step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}

.checkout-step-title {
    font-size: 1.04rem;
    font-weight: 700;
    color: #FFFFFF;
}

.badge-required {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #FF5500;
    background: rgba(255, 85, 0, 0.14);
    border: 1px solid rgba(255, 85, 0, 0.35);
    line-height: 1;
}

.badge-recommended {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #00D2FF;
    background: rgba(0, 210, 255, 0.12);
    border: 1px solid rgba(0, 210, 255, 0.3);
    line-height: 1;
}

/* Select */
.checkout-select-wrap {
    position: relative;
}

.checkout-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: #14161C;
    border: 1px solid #252934;
    color: #FFFFFF;
    border-radius: 12px;
    padding: 15px 42px 15px 18px;
    font-size: 0.98rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.18s ease;
}

.checkout-select:focus {
    outline: none;
    border-color: #FF5500;
    box-shadow: 0 0 0 3px rgba(255, 85, 0, 0.2);
}

.checkout-select option {
    background-color: #151821 !important;
    color: #FFFFFF !important;
    padding: 12px 14px;
    font-size: 0.95rem;
}

.checkout-select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #9CA3AF;
}

/* Custom interactive dropdown for checkout plan selection */
.checkout-custom-dropdown {
    position: relative;
    width: 100%;
    user-select: none;
}

.checkout-custom-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #14161C;
    border: 1px solid #252934;
    color: #FFFFFF;
    border-radius: 12px;
    padding: 15px 18px;
    font-size: 0.98rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.18s ease;
    text-align: left;
}

.checkout-custom-trigger:hover {
    border-color: rgba(255, 85, 0, 0.5);
    background: #181B22;
}

.checkout-custom-dropdown.is-open .checkout-custom-trigger,
.checkout-custom-trigger:focus {
    outline: none;
    border-color: #FF5500;
    box-shadow: 0 0 0 3px rgba(255, 85, 0, 0.2);
}

.checkout-trigger-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.checkout-trigger-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.98rem;
}

.checkout-trigger-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 85, 0, 0.16);
    color: #FF7700;
    border: 1px solid rgba(255, 85, 0, 0.35);
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: 700;
}

.checkout-trigger-chevron {
    color: #9CA3AF;
    transition: transform 0.18s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

.checkout-custom-dropdown.is-open .checkout-trigger-chevron {
    transform: rotate(180deg);
    color: #FF5500;
}

/* Dropdown Menu */
.checkout-custom-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #151821;
    border: 1px solid #282d3b;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 6px;
    z-index: 50;
    display: none;
    max-height: 380px;
    overflow-y: auto;
    animation: checkoutDropdownFade 0.18s ease-out;
}

@keyframes checkoutDropdownFade {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.checkout-custom-dropdown.is-open .checkout-custom-menu {
    display: block;
}

.checkout-custom-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-bottom: 3px;
    gap: 10px;
    color: #FFFFFF;
    border: 1px solid transparent;
}

.checkout-custom-option:last-child {
    margin-bottom: 0;
}

.checkout-custom-option:hover {
    background: rgba(255, 255, 255, 0.05);
}

.checkout-custom-option.is-selected {
    background: rgba(255, 85, 0, 0.10);
    border: 1px solid rgba(255, 85, 0, 0.35);
}

.checkout-option-main {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
}

.checkout-option-title-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    min-width: 0;
}

.checkout-option-name {
    font-size: 0.90rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.3;
}

.checkout-option-badge {
    background: rgba(255, 85, 0, 0.15);
    color: #FF7700;
    border: 1px solid rgba(255, 85, 0, 0.28);
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.checkout-option-sub {
    font-size: 0.76rem;
    color: #9CA3AF;
    line-height: 1.35;
}

.checkout-option-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.checkout-option-price {
    font-size: 0.95rem;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap !important;
}

.checkout-option-check {
    color: #FF5500;
    font-weight: 800;
    font-size: 0.9rem;
    display: none;
}

.checkout-custom-option.is-selected .checkout-option-check {
    display: inline-block;
}

/* Input Fields */
.checkout-input-wrap {
    position: relative;
}

.checkout-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9CA3AF;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-input-icon svg {
    width: 18px;
    height: 18px;
}

.checkout-input-with-icon {
    width: 100%;
    background: #14161C;
    border: 1px solid #252934;
    color: #FFFFFF;
    border-radius: 12px;
    padding: 15px 18px 15px 48px;
    font-size: 0.98rem;
    transition: all 0.18s ease;
}

.checkout-input-with-icon:focus {
    outline: none;
    border-color: #FF5500;
    box-shadow: 0 0 0 3px rgba(255, 85, 0, 0.2);
}

/* Phone input group */
.checkout-phone-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.checkout-phone-input-field {
    width: 100%;
    background: #14161C;
    border: 1px solid #252934;
    color: #FFFFFF;
    border-radius: 12px;
    padding: 15px 18px;
    font-size: 0.98rem;
    transition: all 0.18s ease;
}

.checkout-phone-input-field:focus {
    outline: none;
    border-color: #FF5500;
    box-shadow: 0 0 0 3px rgba(255, 85, 0, 0.2);
}

/* Helper note */
.checkout-helper {
    font-size: 0.88rem;
    color: #9CA3AF;
    margin-top: 9px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

/* Payment Selector */
.checkout-payment-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 10px;
}

.checkout-payment-btn {
    border: 1px solid #252934;
    background: #14161C;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.18s ease;
    font-size: 0.94rem;
    color: #FFFFFF;
}

.checkout-payment-btn:hover {
    border-color: #FF5500;
}

.checkout-payment-btn input[type="radio"] {
    accent-color: #FF5500;
}

.checkout-payment-btn.is-selected {
    border-color: #FF5500;
    background: rgba(255, 85, 0, 0.12);
}

/* Submit CTA */
.checkout-submit-btn {
    width: 100%;
    padding: 18px 28px;
    font-size: 1.15rem;
    font-weight: 800;
    background: #FF5500;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
    box-shadow: 0 6px 20px rgba(255, 85, 0, 0.4);
    margin-top: 26px;
}

.checkout-submit-btn:hover {
    background: #FF6A1A;
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(255, 85, 0, 0.55);
}

/* Trust footer under button */
.checkout-trust-badges {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: #9CA3AF;
}

.checkout-trust-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 640px) {
    .checkout-trust-badges {
        font-size: 0.80rem !important;
        gap: 6px !important;
    }
    .checkout-trust-row {
        flex-direction: column !important;
        gap: 6px !important;
    }
    .checkout-trust-badges span {
        font-size: 0.80rem !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        display: inline-block !important;
    }
}

/* RIGHT COLUMN: Tarification & Inclusions */
.checkout-summary-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.badge-offer-selected {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FF5500;
    background: rgba(255, 85, 0, 0.12);
    border: 1px solid rgba(255, 85, 0, 0.3);
}

.badge-in-stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #10B981;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.28);
}

.badge-stock-dot {
    width: 7px;
    height: 7px;
    background: #10B981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 6px rgba(16, 185, 129, 0.6);
}

.checkout-summary-title {
    font-size: 1.68rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

/* Highlight Box */
.checkout-highlight-box {
    background: linear-gradient(145deg, rgba(255, 85, 0, 0.12) 0%, rgba(20, 22, 28, 0.96) 100%);
    border: 1.5px solid #FF5500;
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 26px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.checkout-plan-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.checkout-plan-subtitle {
    font-size: 0.92rem;
    color: #9CA3AF;
    margin-bottom: 14px;
}

.checkout-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 6px;
}

.checkout-price-amount {
    font-size: 2.2rem;
    font-weight: 900;
    color: #FF5500;
    line-height: 1;
    letter-spacing: -0.02em;
}

.checkout-price-period {
    font-size: 0.98rem;
    font-weight: 600;
    color: #9CA3AF;
}

.checkout-price-savings {
    font-size: 0.88rem;
    font-weight: 700;
    color: #10B981;
    margin-top: 6px;
}

/* Inclusions List */
.checkout-inclusions-label {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.checkout-inclusions-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkout-inclusions-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.94rem;
    color: #E5E7EB;
    line-height: 1.5;
}

.checkout-check {
    color: #FF5500;
    flex-shrink: 0;
    margin-top: 3px;
    width: 18px;
    height: 18px;
}

/* Pricing Breakdown */
.checkout-breakdown {
    border-top: 1px solid #252934;
    padding-top: 18px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-breakdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: #9CA3AF;
}

.checkout-breakdown-val {
    font-weight: 600;
    color: #FFFFFF;
}

.checkout-breakdown-free {
    font-weight: 700;
    color: #10B981;
}

.checkout-total-divider {
    border: none;
    border-top: 1px solid #252934;
    margin: 8px 0;
}

.checkout-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
}

.checkout-total-label {
    font-size: 1.15rem;
    font-weight: 800;
    color: #FFFFFF;
}

.checkout-total-amount {
    font-size: 1.95rem;
    font-weight: 900;
    color: #FF5500;
    letter-spacing: -0.02em;
}

/* Help Box */
.checkout-help-box {
    background: rgba(255, 85, 0, 0.06);
    border: 1px solid rgba(255, 85, 0, 0.22);
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    text-decoration: none;
    transition: all 0.18s ease;
}

.checkout-help-box:hover {
    border-color: #FF5500;
    background: rgba(255, 85, 0, 0.1);
}

.checkout-help-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 85, 0, 0.14);
    color: #FF5500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.checkout-help-title {
    font-size: 0.96rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.checkout-help-desc {
    font-size: 0.85rem;
    color: #9CA3AF;
    line-height: 1.45;
}

@media (max-width: 960px) {
    .checkout-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .checkout-card {
        padding: 32px 28px;
    }
}

@media (max-width: 640px) {
    .checkout-page-section {
        padding-top: 18px;
        padding-bottom: 36px;
    }
    .checkout-header-block {
        margin-bottom: 18px;
    }
    .checkout-security-badge {
        font-size: 0.72rem;
        padding: 4px 10px;
        margin-bottom: 8px;
    }
    .checkout-main-title {
        font-size: 1.38rem;
        margin-bottom: 6px;
        letter-spacing: -0.01em;
    }
    .checkout-main-subtitle {
        font-size: 0.82rem;
        line-height: 1.45;
    }
    .checkout-card {
        padding: 16px 14px;
        border-radius: 14px;
    }
    .checkout-card-header {
        margin-bottom: 16px;
    }
    .checkout-card-title {
        font-size: 1.15rem;
        margin-bottom: 3px;
    }
    .checkout-card-subtitle {
        font-size: 0.78rem;
        line-height: 1.4;
    }
    .checkout-step {
        margin-bottom: 16px;
    }
    .checkout-step-header {
        margin-bottom: 7px;
    }
    .checkout-step-title {
        font-size: 0.88rem;
        font-weight: 700;
    }
    .badge-required,
    .badge-secure {
        font-size: 0.68rem;
        padding: 2px 6px;
    }
    .checkout-custom-trigger {
        padding: 12px 14px;
        border-radius: 12px;
        min-height: 50px;
        background: #141720;
        border: 1.5px solid #282D3B;
    }
    .checkout-trigger-info {
        gap: 8px;
    }
    .checkout-trigger-title {
        font-size: 0.94rem;
        font-weight: 700;
        color: #FFFFFF;
    }
    .checkout-trigger-badge {
        font-size: 0.72rem;
        padding: 2px 8px;
        border-radius: 6px;
        font-weight: 700;
        background: rgba(255, 85, 0, 0.16);
        color: #FF7700;
        border: 1px solid rgba(255, 85, 0, 0.35);
    }
    .checkout-trigger-chevron {
        width: 18px;
        height: 18px;
        margin-left: 8px;
        color: #9CA3AF;
    }
    .checkout-custom-dropdown.is-open .checkout-custom-trigger {
        border-color: #FF5500;
        box-shadow: 0 0 0 3px rgba(255, 85, 0, 0.18);
    }
    .checkout-custom-menu {
        padding: 6px;
        max-height: 500px;
        border-radius: 12px;
        top: calc(100% + 6px);
        background: #131620;
        border: 1.5px solid rgba(255, 85, 0, 0.35);
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(255, 255, 255, 0.06);
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 85, 0, 0.35) transparent;
        overscroll-behavior: contain;
    }
    .checkout-custom-menu::-webkit-scrollbar {
        width: 4px;
    }
    .checkout-custom-menu::-webkit-scrollbar-track {
        background: transparent;
    }
    .checkout-custom-menu::-webkit-scrollbar-thumb {
        background: rgba(255, 85, 0, 0.35);
        border-radius: 4px;
    }
    .checkout-custom-option {
        padding: 11px 12px;
        gap: 10px;
        border-radius: 9px;
        margin-bottom: 4px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        background: rgba(255, 255, 255, 0.02);
    }
    .checkout-custom-option:last-child {
        margin-bottom: 0;
    }
    .checkout-custom-option:hover,
    .checkout-custom-option:active {
        background: rgba(255, 255, 255, 0.07);
    }
    .checkout-custom-option.is-selected {
        background: rgba(255, 85, 0, 0.12);
        border: 1.5px solid #FF5500;
    }
    .checkout-option-title-row {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: nowrap;
        min-width: 0;
    }
    .checkout-option-name {
        font-size: 0.85rem;
        font-weight: 700;
        color: #FFFFFF;
        line-height: 1.25;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-shrink: 1;
        min-width: 0;
    }
    .checkout-option-badge {
        font-size: 0.64rem;
        padding: 1px 6px;
        border-radius: 4px;
        font-weight: 700;
        background: rgba(255, 85, 0, 0.18);
        color: #FF7700;
        border: 1px solid rgba(255, 85, 0, 0.32);
        white-space: nowrap;
        flex-shrink: 0;
    }
    .checkout-option-sub {
        font-size: 0.74rem;
        color: #9CA3AF;
        line-height: 1.3;
        margin-top: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .checkout-option-price {
        font-size: 0.98rem;
        font-weight: 800;
        color: #FFFFFF;
        white-space: nowrap !important;
    }
    .checkout-custom-option.is-selected .checkout-option-price {
        color: #FFAA00;
    }
    .checkout-option-check {
        font-size: 0.92rem;
        font-weight: 900;
        color: #FF5500;
    }
    .checkout-input-with-icon {
        padding: 12px 14px 12px 40px;
        font-size: 16px;
        border-radius: 9px;
    }
    .checkout-phone-input-field {
        padding: 12px 14px;
        font-size: 16px;
        border-radius: 9px;
    }
    .checkout-input-icon {
        left: 12px;
        width: 15px;
        height: 15px;
    }
    .checkout-input-icon svg {
        width: 15px;
        height: 15px;
    }
    .checkout-field-note {
        font-size: 0.74rem;
        margin-top: 5px;
        line-height: 1.4;
    }
    .checkout-payment-methods {
        gap: 8px;
        grid-template-columns: 1fr;
    }
    .checkout-payment-btn {
        padding: 10px 12px;
        font-size: 0.84rem;
        border-radius: 8px;
    }
    .checkout-submit-btn {
        padding: 13px 18px;
        font-size: 0.98rem;
        border-radius: 10px;
        margin-top: 16px;
    }
    .checkout-submit-note {
        font-size: 0.74rem;
        margin-top: 8px;
    }
    .checkout-trust-row {
        flex-direction: column;
        gap: 5px;
        margin-top: 10px;
        font-size: 0.74rem;
    }
    .checkout-summary-title {
        font-size: 1.22rem;
        font-weight: 800;
        color: #FFFFFF;
        margin-bottom: 14px;
        letter-spacing: -0.015em;
    }
    .checkout-summary-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
    }
    .badge-offer-selected {
        background: rgba(255, 85, 0, 0.12);
        color: #FF7700;
        border: 1px solid rgba(255, 85, 0, 0.35);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        padding: 4px 10px;
        border-radius: 9999px;
    }
    .badge-in-stock,
    .badge-category {
        font-size: 0.72rem;
        font-weight: 700;
        padding: 4px 10px;
        border-radius: 9999px;
        background: rgba(16, 185, 129, 0.12);
        color: #10B981;
        border: 1px solid rgba(16, 185, 129, 0.3);
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    .checkout-highlight-box {
        background: linear-gradient(145deg, rgba(255, 85, 0, 0.08) 0%, rgba(20, 22, 28, 0.98) 100%);
        border: 1px solid rgba(255, 85, 0, 0.35);
        border-radius: 12px;
        padding: 16px 16px;
        margin-bottom: 18px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    }
    .checkout-plan-title {
        font-size: 1.18rem;
        font-weight: 800;
        color: #FFFFFF;
        margin-bottom: 2px;
        letter-spacing: -0.01em;
    }
    .checkout-plan-subtitle {
        font-size: 0.82rem;
        color: #9CA3AF;
        margin-bottom: 10px;
    }
    .checkout-price-row {
        display: flex;
        align-items: baseline;
        gap: 6px;
        margin-bottom: 4px;
    }
    .checkout-price-amount {
        font-size: 1.85rem;
        font-weight: 900;
        color: #FF5500;
        line-height: 1;
        letter-spacing: -0.02em;
    }
    .checkout-price-period {
        font-size: 0.88rem;
        font-weight: 600;
        color: #9CA3AF;
    }
    .checkout-price-savings {
        font-size: 0.78rem;
        font-weight: 700;
        color: #10B981;
        background: rgba(16, 185, 129, 0.12);
        border: 1px solid rgba(16, 185, 129, 0.25);
        padding: 3px 8px;
        border-radius: 6px;
        display: inline-block;
        margin-top: 4px;
    }
    .checkout-inclusions-label {
        font-size: 0.76rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #9CA3AF;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .checkout-inclusions-label::after {
        content: '';
        flex: 1;
        height: 1px;
        background: rgba(255, 255, 255, 0.08);
    }
    .checkout-inclusions-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 18px;
    }
    .checkout-inclusions-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 0.86rem;
        line-height: 1.45;
        color: #D1D5DB;
    }
    .checkout-inclusions-list li strong {
        color: #FFFFFF;
        font-weight: 700;
    }
    .checkout-check {
        width: 18px;
        height: 18px;
        min-width: 18px;
        margin-top: 1px;
        color: #FF7700;
        background: rgba(255, 85, 0, 0.14);
        border-radius: 50%;
        padding: 2.5px;
        box-sizing: border-box;
        flex-shrink: 0;
    }
    .checkout-breakdown {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 14px;
        margin-bottom: 12px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .checkout-breakdown-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.86rem;
        color: #9CA3AF;
    }
    .checkout-breakdown-val {
        font-weight: 700;
        color: #FFFFFF;
        font-size: 0.90rem;
    }
    .checkout-breakdown-free {
        font-weight: 700;
        color: #10B981;
        font-size: 0.80rem;
        background: rgba(16, 185, 129, 0.12);
        border: 1px solid rgba(16, 185, 129, 0.25);
        padding: 2px 8px;
        border-radius: 5px;
        letter-spacing: 0.02em;
    }
    .checkout-total-divider {
        display: none;
    }
    .checkout-total-row {
        background: rgba(255, 85, 0, 0.08);
        border: 1px solid rgba(255, 85, 0, 0.25);
        border-radius: 10px;
        padding: 12px 14px;
        margin-top: 6px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .checkout-total-label {
        font-size: 0.94rem;
        font-weight: 800;
        color: #FFFFFF;
        letter-spacing: -0.01em;
    }
    .checkout-total-amount {
        font-size: 1.65rem;
        font-weight: 900;
        color: #FF5500;
        letter-spacing: -0.02em;
        line-height: 1;
    }
    .checkout-help-box {
        padding: 11px 13px;
        border-radius: 10px;
        margin-top: 14px;
        gap: 10px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }
    .checkout-help-icon-wrap {
        width: 32px;
        height: 32px;
    }
    .checkout-help-icon-wrap svg {
        width: 16px;
        height: 16px;
    }
    .checkout-help-title {
        font-size: 0.84rem;
    }
    .checkout-help-desc {
        font-size: 0.74rem;
        line-height: 1.35;
    }
}

@media (max-width: 440px) {
    .checkout-card {
        padding: 14px 12px;
    }
    .checkout-card-title {
        font-size: 1.08rem;
    }
    .checkout-summary-title {
        font-size: 1.15rem;
    }
    .checkout-main-title {
        font-size: 1.25rem;
    }
    .checkout-highlight-box {
        padding: 14px 13px;
    }
    .checkout-price-amount {
        font-size: 1.65rem;
    }
    .checkout-total-amount {
        font-size: 1.50rem;
    }
    .checkout-inclusions-list li {
        font-size: 0.82rem;
    }
}

/* ==========================================================================
   Checkout Post-Form Features Strip & WhatsApp / Email Support
   ========================================================================== */
.checkout-features-strip {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.checkout-feature-card {
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--card-bg, #171920);
    border: 1px solid var(--card-border, #252934);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.checkout-feature-card:hover {
    border-color: rgba(255, 85, 0, 0.4);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
}

.checkout-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.checkout-feature-icon.icon-orange {
    background: rgba(255, 85, 0, 0.14);
    color: var(--primary, #FF5500);
}

.checkout-feature-icon.icon-whatsapp {
    background: rgba(37, 211, 102, 0.14);
    color: #25D366;
}

.checkout-feature-icon.icon-green {
    background: rgba(16, 185, 129, 0.14);
    color: #10B981;
}

.checkout-feature-icon.icon-teal {
    background: rgba(255, 85, 0, 0.14);
    color: var(--primary, #FF5500);
}

.checkout-feature-body {
    flex: 1;
    min-width: 0;
}

.checkout-feature-title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 4px;
    line-height: 1.35;
}

.checkout-feature-desc {
    font-size: 0.88rem;
    color: #9CA3AF;
    margin: 0;
    line-height: 1.55;
    word-break: normal;
    overflow-wrap: break-word;
}

.checkout-feature-link-whatsapp {
    color: #25D366;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
    display: inline;
    transition: color 0.15s ease;
}

.checkout-feature-link-whatsapp:hover,
.checkout-feature-link-whatsapp:active {
    color: #2fed77;
}

.checkout-feature-link-email {
    color: var(--primary, #FF5500);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
    display: inline;
    transition: color 0.15s ease;
}

.checkout-feature-link-email:hover,
.checkout-feature-link-email:active {
    color: var(--primary-hover, #ff7733);
}

@media (max-width: 1024px) and (min-width: 641px) {
    .checkout-features-strip {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        margin-top: 32px;
    }
    .checkout-feature-card {
        padding: 16px 14px;
    }
    .checkout-feature-title {
        font-size: 0.92rem;
    }
    .checkout-feature-desc {
        font-size: 0.80rem;
    }
}

@media (max-width: 960px) {
    .checkout-features-strip {
        gap: 16px;
        margin-top: 32px;
    }
}

@media (max-width: 720px) {
    .checkout-features-strip {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
    }
    .checkout-feature-card {
        padding: 14px 16px;
        gap: 12px;
        border-radius: 12px;
    }
    .checkout-feature-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }
    .checkout-feature-icon svg {
        width: 18px;
        height: 18px;
    }
    .checkout-feature-title {
        font-size: 0.90rem;
        margin-bottom: 3px;
    }
    .checkout-feature-desc {
        font-size: 0.82rem;
        line-height: 1.5;
    }
}

@media (max-width: 400px) {
    .checkout-feature-card {
        padding: 13px 12px;
        gap: 10px;
    }
    .checkout-feature-icon {
        width: 34px;
        height: 34px;
        border-radius: 7px;
    }
    .checkout-feature-icon svg {
        width: 16px;
        height: 16px;
    }
    .checkout-feature-title {
        font-size: 0.86rem;
        margin-bottom: 2px;
    }
    .checkout-feature-desc {
        font-size: 0.78rem;
        line-height: 1.48;
    }
}

/* ==========================================================================
   Kanallista (Channel Directory) Page Styles
   ========================================================================== */
.channel-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 36px;
}

.channel-stat-card {
    background: var(--card-bg, #141923);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.08));
    border-radius: 14px;
    padding: 18px 16px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.channel-stat-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 107, 0, 0.3);
}

.channel-stat-num {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary, #ff6b00);
    line-height: 1.15;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.channel-stat-label {
    font-size: 0.82rem;
    color: var(--text-muted, #94a3b8);
    font-weight: 600;
}

/* Search & Filter Container */
.channel-filter-container {
    background: var(--card-bg, #141923);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.08));
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.channel-search-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.channel-search-box {
    position: relative;
    flex-grow: 1;
    min-width: 260px;
}

/* Search and Filter Container */
.channel-filter-container {
    background: var(--card-bg, #141923);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.08));
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 24px;
}

.channel-search-box {
    position: relative;
    width: 100%;
}

.channel-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted, #94a3b8);
    pointer-events: none;
}

.channel-search-input {
    width: 100%;
    background: var(--bg-primary, #0c0f17);
    border: 1.5px solid var(--card-border, rgba(255, 255, 255, 0.12));
    border-radius: 12px;
    padding: 12px 40px 12px 44px;
    color: var(--text-heading, #fff);
    font-size: 0.95rem;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.channel-search-input:focus {
    border-color: var(--primary, #ff6b00);
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.18);
}

.channel-search-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: var(--text-muted, #94a3b8);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
}

.channel-search-clear:hover {
    color: #fff;
}

/* Subbar: View Mode & Counter */
.channel-subbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 12px 0 14px 0;
    width: 100%;
}

/* View Mode Toggle Switcher */
.channel-view-toggle {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 3px;
    gap: 2px;
    flex-shrink: 0;
}

.channel-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    color: var(--text-muted, #94a3b8);
    padding: 6px 12px;
    border-radius: 7px;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.channel-view-btn svg {
    flex-shrink: 0;
}

.channel-view-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.channel-view-btn.active {
    background: var(--primary, #ff6b00);
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 107, 0, 0.35);
}

.channel-count-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted, #94a3b8);
    white-space: nowrap;
    flex-shrink: 0;
}

.channel-count-badge strong {
    color: var(--primary, #ff6b00);
    font-weight: 800;
}

/* Category Filter Tabs (Fully visible wrapped grid on all devices) */
.channel-category-tabs-wrap {
    width: 100%;
    overflow: visible;
}

.channel-category-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.channel-tab-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9999px;
    color: var(--text-muted, #94a3b8);
    padding: 7px 14px;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    user-select: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.channel-tab-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.channel-tab-btn.active {
    background: var(--primary, #ff6b00);
    color: #fff;
    border-color: var(--primary, #ff6b00);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.35);
}

/* Directory Grid & Cards (Default Card View) */
.channel-directory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 16px;
    width: 100%;
}

.channel-dir-card {
    background: var(--card-bg, #141923);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.08));
    border-radius: 14px;
    padding: 15px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    min-width: 0;
    box-sizing: border-box;
}

.channel-dir-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 107, 0, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.channel-dir-logo {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.76rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    flex-shrink: 0;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), 0 2px 6px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
    text-align: center;
    padding: 4px;
}

.channel-dir-content {
    flex-grow: 1;
    min-width: 0;
}

.channel-dir-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.channel-dir-title {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--text-heading, #fff);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.channel-dir-badges {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.channel-card-fps {
    font-size: 0.68rem;
    font-weight: 800;
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

.channel-dir-category {
    font-size: 0.78rem;
    color: var(--accent, #ff8533);
    font-weight: 600;
    margin-bottom: 6px;
}

.channel-dir-highlights {
    font-size: 0.82rem;
    color: var(--text-muted, #94a3b8);
    line-height: 1.45;
    margin: 0 0 10px 0;
}

.channel-dir-highlights strong {
    color: rgba(255, 255, 255, 0.85);
}

.channel-dir-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.74rem;
    color: var(--text-muted, #94a3b8);
}

.channel-epg-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #38bdf8;
    font-weight: 600;
}

.channel-live-status {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.live-dot-mini {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 6px #22c55e;
}

/* ==========================================================================
   Compact List View Mode (Ultra sleek row mode)
   ========================================================================== */
.channel-directory-grid.view-compact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.channel-directory-grid.view-compact .channel-dir-card {
    padding: 10px 14px;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
}

.channel-directory-grid.view-compact .channel-dir-logo {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    font-size: 0.68rem;
    padding: 2px;
}

.channel-directory-grid.view-compact .channel-dir-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}

.channel-directory-grid.view-compact .channel-dir-header {
    margin-bottom: 0;
    gap: 10px;
    flex: 1 1 200px;
    min-width: 0;
}

.channel-directory-grid.view-compact .channel-dir-title {
    font-size: 0.95rem;
}

.channel-directory-grid.view-compact .channel-dir-category {
    margin-bottom: 0;
    font-size: 0.76rem;
    flex-shrink: 0;
}

.channel-directory-grid.view-compact .channel-dir-highlights {
    display: none;
}

.channel-directory-grid.view-compact .channel-dir-footer {
    padding-top: 0;
    border-top: none;
    gap: 10px;
    flex-shrink: 0;
}

/* ==========================================================================
   Pagination & Load More UI
   ========================================================================== */
.channel-pagination-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
    padding: 22px 18px;
    background: var(--card-bg, #141923);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.08));
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
}

.channel-pagination-info {
    font-size: 0.88rem;
    color: var(--text-muted, #94a3b8);
    font-weight: 600;
}

.channel-pagination-info span {
    color: var(--text-heading, #fff);
    font-weight: 700;
}

.channel-pagination-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 440px;
}

.channel-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-heading, #fff);
    height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    user-select: none;
}

.channel-page-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.channel-page-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.channel-page-numbers {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.channel-page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-muted, #94a3b8);
    border-radius: 9px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    user-select: none;
}

.channel-page-number:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.channel-page-number.active {
    background: var(--primary, #ff6b00);
    color: #fff;
    border-color: var(--primary, #ff6b00);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.35);
}

.channel-page-ellipsis {
    color: var(--text-muted, #94a3b8);
    padding: 0 3px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.channel-pagination-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.channel-loadmore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 107, 0, 0.12);
    border: 1px solid rgba(255, 107, 0, 0.3);
    color: var(--primary, #ff6b00);
    height: 42px;
    padding: 0 20px;
    border-radius: 9999px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.channel-loadmore-btn:hover {
    background: var(--primary, #ff6b00);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35);
}

.channel-showall-btn {
    background: transparent;
    border: none;
    color: var(--text-muted, #94a3b8);
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    padding: 6px 10px;
    transition: color 0.2s ease;
}

.channel-showall-btn:hover {
    color: #fff;
}

/* Empty State */
.channel-no-results {
    text-align: center;
    padding: 60px 20px;
    background: var(--card-bg, #141923);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.08));
    border-radius: 16px;
    margin-top: 10px;
}

.channel-empty-icon {
    font-size: 3rem;
    margin-bottom: 12px;
}

.channel-no-results h3 {
    font-size: 1.3rem;
    color: var(--text-heading, #fff);
    margin-bottom: 6px;
}

.channel-no-results p {
    color: var(--text-muted, #94a3b8);
    font-size: 0.95rem;
}

/* Info Box */
.channel-info-box {
    background: var(--card-bg, #141923);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.08));
    border-radius: 16px;
    padding: 30px;
    margin-top: 50px;
}

.channel-info-header h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text-heading, #fff);
    margin-bottom: 20px;
    text-align: center;
}

.channel-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.channel-info-item h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-heading, #fff);
    margin-bottom: 8px;
}

.channel-info-item p {
    font-size: 0.88rem;
    color: var(--text-muted, #94a3b8);
    line-height: 1.6;
    margin: 0;
}

/* CTA Banner */
.kanallista-cta-banner {
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.12) 0%, rgba(20, 24, 33, 0.95) 100%);
    border: 1px solid rgba(255, 107, 0, 0.25);
    border-radius: 16px;
    padding: 40px 24px;
}

.kanallista-cta-banner h2 {
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 800;
    color: var(--text-heading, #fff);
    margin-bottom: 8px;
}

.kanallista-cta-banner p {
    color: var(--text-muted, #94a3b8);
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Kanallista Responsive Media Queries */
@media (max-width: 900px) {
    .channel-stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }
    .channel-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .channel-filter-container {
        padding: 14px;
        margin-bottom: 18px;
        border-radius: 14px;
    }

    .channel-search-input {
        font-size: 16px;
        padding: 12px 38px 12px 40px;
    }

    .channel-subbar {
        margin: 10px 0 12px 0;
        gap: 8px;
    }

    .channel-view-btn {
        padding: 5px 10px;
        font-size: 0.76rem;
    }

    .channel-count-badge {
        padding: 5px 10px;
        font-size: 0.76rem;
    }

    .channel-category-tabs-wrap {
        padding-bottom: 2px;
    }

    .channel-tab-btn {
        padding: 6px 13px;
        font-size: 0.80rem;
    }

    .channel-directory-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .channel-dir-card {
        padding: 12px 14px;
        gap: 12px;
    }

    .channel-dir-logo {
        width: 44px;
        height: 44px;
        font-size: 0.72rem;
        border-radius: 10px;
    }

    .channel-dir-title {
        font-size: 0.98rem;
    }

    .channel-dir-highlights {
        font-size: 0.78rem;
        margin-bottom: 8px;
    }

    /* Compact list adjustments for mobile */
    .channel-directory-grid.view-compact .channel-dir-card {
        padding: 8px 10px;
        gap: 8px;
    }

    .channel-directory-grid.view-compact .channel-dir-logo {
        width: 32px;
        height: 32px;
        font-size: 0.62rem;
        border-radius: 6px;
    }

    .channel-directory-grid.view-compact .channel-dir-header {
        flex: 1 1 100%;
        margin-bottom: 2px;
    }

    .channel-directory-grid.view-compact .channel-dir-title {
        font-size: 0.88rem;
    }

    .channel-directory-grid.view-compact .channel-dir-footer {
        width: 100%;
        justify-content: space-between;
        margin-top: 4px;
    }

    /* Pagination controls mobile: never wrap, arrow icons only */
    .channel-pagination-wrapper {
        margin-top: 24px;
        padding: 16px 12px;
        gap: 12px;
    }

    .channel-pagination-nav {
        gap: 5px;
        max-width: 100%;
    }

    .channel-page-btn {
        width: 38px;
        min-width: 38px;
        height: 38px;
        padding: 0;
        border-radius: 8px;
    }

    .channel-page-btn-text {
        display: none;
    }

    .channel-page-numbers {
        gap: 5px;
    }

    .channel-page-number {
        width: 38px;
        min-width: 38px;
        height: 38px;
        font-size: 0.84rem;
        border-radius: 8px;
    }

    .channel-loadmore-btn {
        width: 100%;
        max-width: 320px;
        height: 40px;
        font-size: 0.84rem;
    }

    /* Info Box: Hur fungerar kanallistan i praktiken? (Mobile Only) */
    .channel-info-box {
        padding: 22px 18px;
        margin-top: 32px;
        border-radius: 14px;
    }

    .channel-info-header h3 {
        font-size: 1.15rem;
        line-height: 1.4;
        margin-bottom: 16px;
        text-align: center;
        text-wrap: balance;
        word-break: break-word;
        padding: 0 4px;
    }

    .channel-info-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .channel-info-item {
        padding: 14px 14px;
        background: rgba(255, 255, 255, 0.025);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 10px;
    }

    .channel-info-item h4 {
        font-size: 0.98rem;
        line-height: 1.35;
        margin-bottom: 6px;
        word-break: break-word;
    }

    .channel-info-item p {
        font-size: 0.85rem;
        line-height: 1.55;
    }
}

@media (max-width: 480px) {
    .channel-stats-bar {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 24px;
    }

    .channel-stat-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 14px 10px;
        min-height: 84px;
        height: 100%;
        border-radius: 12px;
        box-sizing: border-box;
    }

    .channel-stat-num {
        font-size: 1.35rem;
        line-height: 1.15;
        margin-bottom: 4px;
    }

    .channel-stat-label {
        font-size: 0.78rem;
        line-height: 1.3;
        font-weight: 600;
        text-align: center;
    }

    .channel-filter-container {
        padding: 12px;
    }

    .channel-category-tabs {
        gap: 6px;
    }

    .channel-tab-btn {
        padding: 5px 10px;
        font-size: 0.76rem;
    }

    .channel-search-input {
        font-size: 16px;
        padding-left: 36px;
    }

    .channel-search-icon {
        left: 10px;
        width: 16px;
        height: 16px;
    }

    .channel-page-btn {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

    .channel-page-numbers {
        gap: 4px;
    }

    .channel-page-number {
        width: 34px;
        min-width: 34px;
        height: 34px;
        font-size: 0.80rem;
        border-radius: 7px;
    }

    /* Info Box: Hur fungerar kanallistan i praktiken? (Extra Small Mobile) */
    .channel-info-box {
        padding: 16px 14px;
        margin-top: 24px;
        border-radius: 12px;
    }

    .channel-info-header h3 {
        font-size: 1.05rem;
        line-height: 1.35;
        margin-bottom: 14px;
    }

    .channel-info-grid {
        gap: 10px;
    }

    .channel-info-item {
        padding: 12px 12px;
    }

    .channel-info-item h4 {
        font-size: 0.90rem;
        margin-bottom: 5px;
    }

    .channel-info-item p {
        font-size: 0.82rem;
        line-height: 1.5;
    }
}

/* ==========================================================================
   Floating WhatsApp Support Circular Phone Icon Button
   ========================================================================== */
.floating-whatsapp-container {
    position: fixed;
    bottom: 26px;
    right: 26px;
    z-index: 9999;
    pointer-events: auto;
}

.floating-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: #25D366;
    color: #FFFFFF !important;
    text-decoration: none !important;
    border-radius: 50%;
    box-shadow: 0 8px 26px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(0, 0, 0, 0.18);
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    user-select: none;
}

.floating-whatsapp-btn svg {
    display: block;
    width: 28px;
    height: 28px;
    color: #FFFFFF;
    transition: transform 0.28s ease;
}

.floating-whatsapp-btn:hover {
    background: #20BA5A;
    color: #FFFFFF !important;
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.6), 0 4px 12px rgba(0, 0, 0, 0.25);
}

.floating-whatsapp-btn:hover svg {
    transform: rotate(8deg);
}

.floating-whatsapp-btn:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
}

@media (max-width: 768px) {
    .floating-whatsapp-container {
        bottom: 20px;
        right: 18px;
    }

    .floating-whatsapp-btn {
        width: 52px;
        height: 52px;
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    }

    .floating-whatsapp-btn svg {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 360px) {
    .floating-whatsapp-container {
        bottom: 16px;
        right: 14px;
    }

    .floating-whatsapp-btn {
        width: 48px;
        height: 48px;
    }

    .floating-whatsapp-btn svg {
        width: 22px;
        height: 22px;
    }
}

/* ==========================================================================
   GLOBAL SITE-WIDE MOBILE TYPOGRAPHY & RESPONSIVE TEXT SYSTEM
   Applied strictly on mobile viewports (max-width: 768px, max-width: 480px, max-width: 360px)
   Covers ALL pages: Hem, Abonnemang, Priser, Kanallista, FAQ, Blogg & Guider,
   Kontakt, Kassa (Checkout), Tack (Orderbekräftelse), Villkor & Integritetspolicy, 404.
   Zero impact on desktop viewports.
   ========================================================================== */
@media (max-width: 768px) {
    /* --------------------------------------------------------------------------
       1. Base Elements & Global Typography
       -------------------------------------------------------------------------- */
    h1, h2, h3, h4, h5, h6 {
        text-wrap: balance;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    h1 {
        font-size: clamp(1.48rem, 5.6vw, 2.05rem);
        line-height: 1.22;
        letter-spacing: -0.02em;
    }

    h2 {
        font-size: clamp(1.26rem, 4.6vw, 1.65rem);
        line-height: 1.28;
        letter-spacing: -0.015em;
    }

    h3 {
        font-size: clamp(1.08rem, 3.8vw, 1.28rem);
        line-height: 1.34;
    }

    h4 {
        font-size: 1.02rem;
        line-height: 1.38;
    }

    h5, h6 {
        font-size: 0.90rem;
        line-height: 1.4;
    }

    p {
        font-size: 0.94rem;
        line-height: 1.62;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    p.lead, .lead {
        font-size: 0.98rem;
        line-height: 1.58;
    }

    ul, ol {
        font-size: 0.94rem;
        line-height: 1.6;
        padding-left: 1.25rem;
    }

    li {
        margin-bottom: 0.35rem;
    }

    blockquote {
        font-size: 0.92rem;
        padding: 12px 14px;
        margin: 16px 0;
    }

    /* Buttons responsive typography and fluid padding */
    .btn {
        font-size: 0.92rem;
        padding: 11px 18px;
        min-height: 44px;
        white-space: normal;
        line-height: 1.3;
        text-align: center;
        word-break: break-word;
    }

    .btn-large {
        font-size: 0.96rem;
        padding: 13px 20px;
        min-height: 48px;
    }

    /* Form inputs and labels */
    .form-group label {
        font-size: 0.85rem;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .form-input, .form-textarea, .form-select {
        font-size: 16px;
        padding: 12px 14px;
    }

    .form-hint {
        font-size: 0.78rem;
        line-height: 1.4;
    }

    .form-alert {
        font-size: 0.88rem;
        line-height: 1.45;
        padding: 14px 16px;
    }

    /* Breadcrumbs on mobile */
    .breadcrumbs-nav {
        padding: 10px 0;
        font-size: 0.80rem;
    }

    .breadcrumbs-list {
        gap: 6px;
        flex-wrap: wrap;
    }

    .breadcrumbs-link, .breadcrumbs-current {
        font-size: 0.80rem;
    }

    /* --------------------------------------------------------------------------
       2. Section Headers (Used across all pages)
       -------------------------------------------------------------------------- */
    .section-header {
        margin-bottom: 26px;
    }

    .section-badge {
        font-size: 0.74rem;
        padding: 3px 10px;
        margin-bottom: 10px;
        letter-spacing: 0.03em;
    }

    .section-title {
        font-size: clamp(1.42rem, 5.2vw, 1.95rem);
        line-height: 1.26;
        margin-bottom: 12px;
        text-wrap: balance;
        word-break: break-word;
    }

    .section-subtitle {
        font-size: 0.93rem;
        line-height: 1.56;
        padding: 0 4px;
        color: var(--text-muted);
        max-width: 100%;
    }

    /* --------------------------------------------------------------------------
       3. Homepage Hero & Content Modules (index.php)
       -------------------------------------------------------------------------- */
    .hero-section {
        padding: 40px 0 46px;
        min-height: auto;
    }

    .hero-badge-pill,
    .hero-badge {
        font-size: clamp(0.68rem, 2.8vw, 0.75rem);
        padding: 6px 12px;
        margin-top: 0;
        margin-bottom: 14px;
        margin-left: 0;
        margin-right: auto;
        gap: 6px;
        white-space: normal;
        display: inline-flex;
        width: auto;
        align-items: center;
        justify-content: flex-start;
        max-width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    .hero-badge-pill .badge-dot,
    .hero-badge-pill .pulse {
        width: 6px;
        height: 6px;
        min-width: 6px;
        flex-shrink: 0;
    }

    .hero-badge-live {
        font-size: 0.72rem;
        white-space: normal;
    }

    .hero-title-br {
        display: none;
    }

    .hero-title {
        font-size: clamp(1.85rem, 7.5vw, 2.45rem);
        line-height: 1.18;
        letter-spacing: -0.025em;
        font-weight: 900;
        margin-bottom: 14px;
        text-align: left;
        text-wrap: balance;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .hero-lead {
        font-size: 0.92rem;
        line-height: 1.55;
        margin-bottom: 18px;
        text-align: left;
        max-width: 100%;
    }

    /* Tablet version for hero features: 2 and 2 */
    .hero-features-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 22px;
        max-width: 100%;
    }

    .hero-feature-item {
        font-size: 0.88rem;
        line-height: 1.4;
        gap: 8px;
        justify-content: flex-start;
        text-align: left;
    }

    .hero-cta-group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }

    .hero-cta-group .btn {
        width: auto;
    }

    .hero-cta-guarantee {
        font-size: 0.78rem;
        text-align: center;
        margin-top: 10px;
    }

    /* Feature Cards */
    .feature-card {
        padding: 22px 18px;
    }

    .feature-card-title {
        font-size: 1.15rem;
        line-height: 1.32;
        margin-bottom: 8px;
        word-break: break-word;
    }

    .feature-card p {
        font-size: 0.88rem;
        line-height: 1.54;
    }

    /* Device Cards */
    .device-card {
        padding: 20px 16px;
    }

    .device-name {
        font-size: 1.10rem;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    .device-card p {
        font-size: 0.86rem;
        line-height: 1.5;
    }

    /* Steps (Hur fungerar det?) */
    .step-card {
        padding: 20px 16px;
    }

    .step-number {
        width: 36px;
        height: 36px;
        font-size: 1.05rem;
    }

    .step-title {
        font-size: 1.10rem;
        line-height: 1.32;
        margin-bottom: 6px;
    }

    .step-desc {
        font-size: 0.86rem;
        line-height: 1.5;
    }

    /* Om IPTV Sverige text section */
    #om-iptv-sverige h2 {
        font-size: clamp(1.35rem, 4.8vw, 1.75rem);
        line-height: 1.28;
        margin-bottom: 12px;
    }

    #om-iptv-sverige h3 {
        font-size: 1.12rem;
        line-height: 1.34;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    #om-iptv-sverige p {
        font-size: 0.92rem;
        line-height: 1.62;
        margin-bottom: 1rem;
    }

    /* Bottom CTA Section on Homepage */
    #cta h2 {
        font-size: clamp(1.36rem, 5vw, 1.80rem);
        line-height: 1.26;
        margin-bottom: 12px;
    }

    #cta p {
        font-size: 0.92rem;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    /* --------------------------------------------------------------------------
       4. Pricing Cards & Comparison Table (Abonnemang, Priser, Home)
       -------------------------------------------------------------------------- */
    .pricing-card {
        padding: 24px 18px !important;
    }

    .pricing-header {
        margin-bottom: 12px;
    }

    .pricing-title {
        font-size: 1.25rem;
    }

    .pricing-duration {
        font-size: 0.82rem;
    }

    .pricing-amount-wrapper {
        margin-bottom: 12px;
    }

    .price-value {
        font-size: clamp(1.95rem, 6.2vw, 2.35rem) !important;
    }

    .currency-symbol {
        font-size: 1.25rem;
    }

    .price-period {
        font-size: 0.80rem;
    }

    .pricing-description {
        font-size: 0.84rem;
        line-height: 1.5;
        margin-bottom: 18px;
        min-height: auto;
    }

    .pricing-features-wrap {
        padding-top: 16px;
    }

    .features-label {
        font-size: 0.76rem;
        margin-bottom: 10px;
    }

    .pricing-features-list {
        gap: 8px;
    }

    .pricing-features-list li {
        font-size: 0.84rem;
        line-height: 1.4;
    }

    .pricing-badge {
        font-size: 0.72rem;
        padding: 3px 10px;
    }

    .pricing-notes {
        flex-direction: column;
        gap: 12px;
        padding: 16px 14px;
        text-align: left;
        font-size: 0.85rem;
        margin-top: 20px;
    }

    .pricing-note-item {
        line-height: 1.45;
    }

    /* Comparison Table (/priser/) */
    .pricing-table-card {
        border-radius: 12px;
        margin-top: 18px;
    }

    .pricing-table {
        font-size: 0.94rem;
    }

    .pricing-table th {
        padding: 12px 14px;
        font-size: 0.94rem;
    }

    .pricing-table td {
        padding: 12px 14px;
        font-size: 0.94rem;
    }

    /* --------------------------------------------------------------------------
       5. Kanallista Page (/kanallista/)
       -------------------------------------------------------------------------- */
    .channels-header h1 {
        font-size: clamp(1.42rem, 5.2vw, 1.95rem);
        line-height: 1.26;
    }

    .channels-header p {
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .channels-counter-badge {
        font-size: 0.76rem;
        padding: 3px 8px;
    }

    .channels-search-box input {
        font-size: 16px;
        padding: 12px 12px 12px 38px;
    }

    .channels-search-hint {
        font-size: 0.76rem;
    }

    .country-tab {
        font-size: 0.80rem;
        padding: 7px 12px;
    }

    .country-tab .tab-count {
        font-size: 0.68rem;
    }

    .channel-item {
        padding: 9px 12px;
        font-size: 0.84rem;
    }

    .channel-name {
        font-size: 0.86rem;
        word-break: break-word;
    }

    .channel-quality-badge {
        font-size: 0.66rem;
        padding: 2px 5px;
    }

    .channel-info-box {
        padding: 20px 16px;
        border-radius: 14px;
        margin-top: 30px;
    }

    .channel-info-header h3 {
        font-size: clamp(1.15rem, 4.2vw, 1.38rem);
        line-height: 1.3;
        text-wrap: balance;
        word-break: break-word;
    }

    .channel-info-header p {
        font-size: 0.88rem;
        line-height: 1.52;
    }

    .channel-info-item h4 {
        font-size: 1.00rem;
        margin-bottom: 6px;
    }

    .channel-info-item p {
        font-size: 0.86rem;
        line-height: 1.5;
    }

    /* --------------------------------------------------------------------------
       6. FAQ Page & Accordions (/faq/)
       -------------------------------------------------------------------------- */
    .faq-accordion-container {
        gap: 10px;
    }

    .faq-item {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .faq-question {
        padding: 13px 15px;
    }

    .faq-question h2,
    .faq-question-text {
        font-size: 0.95rem !important;
        line-height: 1.38;
        text-align: left;
        word-break: break-word;
    }

    .faq-answer {
        padding: 0 15px 15px;
    }

    .faq-answer p {
        font-size: 0.88rem;
        line-height: 1.58;
    }

    .faq-footer-cta {
        padding: 20px 16px;
        text-align: center;
    }

    .faq-footer-cta p {
        font-size: 0.90rem;
        margin-bottom: 14px;
    }

    /* --------------------------------------------------------------------------
       7. Blog Hub & Blog Articles (/blogg/ & /blogg/*)
       -------------------------------------------------------------------------- */
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .blog-card {
        border-radius: 12px;
    }

    .blog-card-body {
        padding: 18px 16px;
    }

    .blog-card-tag {
        font-size: 0.70rem;
        padding: 2px 7px;
        margin-bottom: 8px;
    }

    .blog-card-title {
        font-size: 1.12rem;
        line-height: 1.32;
        margin-bottom: 8px;
        text-wrap: balance;
        word-break: break-word;
    }

    .blog-card-title a {
        font-size: inherit;
    }

    .blog-card-excerpt {
        font-size: 0.86rem;
        line-height: 1.52;
        margin-bottom: 12px;
    }

    .blog-card-footer {
        font-size: 0.76rem;
    }

    /* Article Container & Typography (Used across all Blog posts & Legal pages) */
    .article-container {
        padding: 20px 16px 44px;
    }

    .article-header {
        margin-bottom: 20px;
        padding-bottom: 14px;
    }

    .article-title {
        font-size: clamp(1.45rem, 5.4vw, 2.00rem);
        line-height: 1.25;
        margin-bottom: 10px;
        text-wrap: balance;
        word-break: break-word;
    }

    .article-meta {
        font-size: 0.76rem;
        gap: 6px 12px;
        flex-wrap: wrap;
    }

    .article-toc {
        padding: 15px 14px;
        border-radius: 10px;
        margin: 18px 0;
    }

    .article-toc-title {
        font-size: 0.92rem;
        margin-bottom: 8px;
    }

    .article-toc ol, .article-toc ul {
        font-size: 0.85rem;
        line-height: 1.5;
        padding-left: 1.1rem;
    }

    .article-content {
        font-size: 1rem;
        line-height: 1.65;
    }

    .article-content h2 {
        font-size: clamp(1.26rem, 4.6vw, 1.62rem);
        line-height: 1.3;
        margin-top: 26px;
        margin-bottom: 12px;
        text-wrap: balance;
        word-break: break-word;
    }

    .article-content h3 {
        font-size: 1.08rem;
        line-height: 1.34;
        margin-top: 20px;
        margin-bottom: 8px;
        word-break: break-word;
    }

    .article-content h4 {
        font-size: 0.98rem;
        line-height: 1.36;
        margin-top: 16px;
        margin-bottom: 6px;
    }

    .article-content p {
        font-size: 1rem;
        line-height: 1.65;
        margin-bottom: 1.1rem;
        word-break: break-word;
    }

    .article-content ul, .article-content ol {
        font-size: 0.98rem;
        line-height: 1.62;
        padding-left: 1.15rem;
        margin-bottom: 1.1rem;
    }

    .article-content li {
        margin-bottom: 0.35rem;
    }

    /* Universal Callout Banner (.article-cta-box) across all articles & pages */
    .article-cta-box {
        padding: 24px 18px;
        margin: 30px 0 16px;
        border-radius: 14px;
        box-sizing: border-box;
    }

    .article-cta-box h3 {
        font-size: clamp(1.16rem, 4.4vw, 1.40rem);
        line-height: 1.32;
        margin-bottom: 10px;
        text-wrap: balance;
        word-break: break-word;
        padding: 0 4px;
    }

    .article-cta-box p {
        font-size: 0.90rem;
        line-height: 1.54;
        margin-bottom: 18px;
        max-width: 100%;
        padding: 0 4px;
        word-break: break-word;
    }

    .article-cta-box .btn {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 12px 18px;
        font-size: 0.92rem;
        white-space: normal;
        word-break: break-word;
    }

    /* --------------------------------------------------------------------------
       8. Contact Page (/kontakt/)
       -------------------------------------------------------------------------- */
    .contact-fast-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
        margin-bottom: 28px;
    }

    .contact-direct-card {
        padding: 18px 16px !important;
        border-radius: 12px;
    }

    .contact-direct-card h3 {
        font-size: 1.12rem !important;
        margin-bottom: 4px;
    }

    .contact-direct-card p {
        font-size: 0.85rem !important;
        line-height: 1.46;
        margin-bottom: 14px;
    }

    .contact-action-link {
        font-size: 0.88rem !important;
        white-space: normal;
        word-break: break-all;
    }

    .contact-grid-responsive {
        grid-template-columns: 1fr !important;
        gap: 22px;
    }

    .contact-grid-responsive .card {
        padding: 22px 16px !important;
        border-radius: 12px;
    }

    .contact-grid-responsive h2 {
        font-size: 1.26rem !important;
        margin-bottom: 6px;
        text-wrap: balance;
    }

    .contact-grid-responsive p {
        font-size: 0.88rem !important;
        line-height: 1.52;
    }

    .contact-info-list {
        gap: 14px;
    }

    .contact-info-item {
        font-size: 0.88rem;
    }

    .contact-info-item strong {
        font-size: 0.92rem;
    }

    /* --------------------------------------------------------------------------
       9. Checkout Page (/checkout/)
       -------------------------------------------------------------------------- */
    .checkout-header-block {
        margin-bottom: 22px;
    }

    .checkout-top-badge {
        font-size: 0.72rem;
        padding: 3px 10px;
        margin-bottom: 8px;
    }

    .checkout-main-title {
        font-size: clamp(1.42rem, 5.2vw, 1.95rem);
        line-height: 1.26;
        margin-bottom: 10px;
        text-wrap: balance;
        word-break: break-word;
    }

    .checkout-main-subtitle {
        font-size: 0.88rem;
        line-height: 1.52;
        padding: 0 4px;
    }

    .checkout-layout-grid {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .checkout-form-box,
    .checkout-summary-box {
        padding: 20px 16px !important;
        border-radius: 12px;
    }

    .checkout-step-heading {
        font-size: 1.10rem;
        margin-bottom: 14px;
    }

    .plan-selector-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .plan-option-card {
        padding: 12px 14px;
    }

    .plan-option-title {
        font-size: 0.95rem;
    }

    .plan-option-price {
        font-size: 1.05rem;
    }

    .payment-selector-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .payment-method-card {
        padding: 10px 12px;
    }

    .summary-box-title {
        font-size: 1.15rem;
        margin-bottom: 12px;
    }

    .summary-row {
        font-size: 0.86rem;
        padding: 8px 0;
    }

    .summary-total-row {
        font-size: 1.05rem;
        padding-top: 10px;
    }

    .checkout-guarantees-strip {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px 14px;
        border-radius: 12px;
        margin-top: 24px;
    }

    .guarantee-item-text strong {
        font-size: 0.86rem;
    }

    .guarantee-item-text span {
        font-size: 0.76rem;
    }

    /* --------------------------------------------------------------------------
       10. Thank You Page (/tack/)
       -------------------------------------------------------------------------- */
    .thankyou-title {
        font-size: clamp(1.42rem, 5.2vw, 1.95rem);
        line-height: 1.26;
        margin-bottom: 8px;
        text-wrap: balance;
        word-break: break-word;
    }

    .thankyou-subtitle {
        font-size: 0.88rem;
        line-height: 1.54;
        margin-bottom: 22px;
    }

    .thankyou-tracker-grid {
        gap: 4px;
        margin-bottom: 24px;
    }

    .thankyou-step-circle {
        width: 32px;
        height: 32px;
        font-size: 0.80rem;
    }

    .thankyou-step-label strong {
        font-size: 0.76rem;
        line-height: 1.25;
    }

    .thankyou-step-label span {
        font-size: 0.68rem;
    }

    .thankyou-summary-card {
        padding: 24px 20px;
        border-radius: 14px;
        margin-bottom: 24px;
    }

    .thankyou-order-ref-val {
        font-size: 1.02rem;
    }

    .thankyou-order-date-val {
        font-size: 0.88rem;
    }

    .thankyou-plan-name {
        font-size: 0.94rem;
    }

    .thankyou-detail-label {
        font-size: 0.76rem;
    }

    .thankyou-detail-val {
        font-size: 0.85rem;
    }

    .thankyou-delivery-val {
        font-size: clamp(0.70rem, 3.8vw, 0.88rem) !important;
        white-space: nowrap !important;
        display: block !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .thankyou-summary-cta {
        margin-top: 18px;
        padding-top: 16px;
    }

    .btn-thankyou-wa {
        width: 100%;
        max-width: 100%;
        padding: 13px 10px;
        gap: 8px;
        border-radius: 11px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .btn-thankyou-wa svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .btn-thankyou-wa .btn-wa-text {
        font-size: clamp(0.72rem, 3.8vw, 0.95rem);
        white-space: nowrap;
        letter-spacing: -0.015em;
        line-height: 1.2;
    }

    .thankyou-cta-subtext {
        font-size: 0.80rem;
        margin-top: 10px;
        text-align: center;
        line-height: 1.45;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .thankyou-live-indicator {
        width: 7px;
        height: 7px;
        margin-right: 5px;
        margin-bottom: 2px;
    }

    .thankyou-next-steps {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .thankyou-next-steps h3 {
        font-size: 1.10rem;
        margin-bottom: 10px;
    }

    .thankyou-next-steps ol,
    .thankyou-next-steps ul {
        font-size: 0.86rem;
        line-height: 1.54;
    }

    /* --------------------------------------------------------------------------
       11. 404 Error Page (/fel/)
       -------------------------------------------------------------------------- */
    .section-title {
        font-size: clamp(1.42rem, 5.2vw, 1.85rem);
    }
}

/* ==========================================================================
   Mobile Viewports (max-width: 576px)
   Fine-tuned typography adjustments and centered hero for mobile phones
   ========================================================================== */
@media (max-width: 576px) {
    .btn-header {
        display: none !important;
    }

    h1 {
        font-size: clamp(1.38rem, 5.8vw, 1.68rem);
        line-height: 1.25;
    }

    h2 {
        font-size: 1.22rem;
        line-height: 1.3;
    }

    h3 {
        font-size: 1.04rem;
        line-height: 1.35;
    }

    p {
        font-size: 0.88rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

    .hero-badge-pill {
        display: inline-flex !important;
        width: auto !important;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        font-size: clamp(0.68rem, 2.8vw, 0.75rem);
        padding: 6px 12px;
        margin-top: 0;
        margin-bottom: 14px;
        margin-left: 0 !important;
        margin-right: auto !important;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal !important;
        text-align: left;
    }

    .hero-badge-pill .badge-dot,
    .hero-badge-pill .pulse {
        width: 6px;
        height: 6px;
        min-width: 6px;
        flex-shrink: 0;
    }

    .hero-title {
        font-size: clamp(1.85rem, 7.5vw, 2.45rem) !important;
        line-height: 1.18 !important;
        letter-spacing: -0.025em;
        font-weight: 900;
        text-align: left !important;
        margin-bottom: 14px;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .hero-lead {
        font-size: 0.92rem;
        line-height: 1.55;
        text-align: left !important;
        color: var(--hero-lead-color);
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        margin-bottom: 18px;
    }

    .hero-features-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px;
        margin-bottom: 22px;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .hero-feature-item {
        font-size: 0.88rem;
        line-height: 1.4;
        gap: 8px;
        justify-content: flex-start;
        text-align: left;
    }

    .hero-cta-group {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        gap: 10px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .hero-cta-group .btn {
        flex: 1 1 0% !important;
        width: auto !important;
        min-width: 0 !important;
        padding: 12px 10px !important;
        font-size: 0.92rem !important;
        white-space: nowrap !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .section-title {
        font-size: 1.38rem;
        line-height: 1.28;
    }

    .section-subtitle {
        font-size: 0.86rem;
        line-height: 1.5;
    }

    .article-title {
        font-size: 1.38rem;
        line-height: 1.28;
    }

    .article-content h2 {
        font-size: 1.22rem;
        line-height: 1.32;
        margin-top: 22px;
    }

    .article-content h3 {
        font-size: 1.02rem;
        margin-top: 16px;
        margin-bottom: 6px;
    }

    .article-content p {
        font-size: 1rem;
        line-height: 1.65;
        margin-bottom: 1rem;
    }

    .pricing-table small {
        font-size: 0.88rem;
    }

    .comparison-source-note {
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .article-cta-box {
        padding: 20px 14px;
        margin: 24px 0 12px;
        border-radius: 12px;
    }

    .article-cta-box h3 {
        font-size: 1.12rem;
        line-height: 1.35;
        margin-bottom: 8px;
    }

    .article-cta-box p {
        font-size: 0.85rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .article-cta-box .btn {
        width: 100%;
        padding: 12px 14px;
        font-size: 0.88rem;
    }

    .pricing-notes {
        padding: 14px 12px;
        gap: 10px;
        font-size: 0.80rem;
    }

    .btn {
        font-size: 0.88rem;
        padding: 10px 16px;
    }
}

/* ==========================================================================
   Ultra-Compact Devices (max-width: 360px)
   ========================================================================== */
@media (max-width: 360px) {
    h1 {
        font-size: 1.32rem;
    }

    h2 {
        font-size: 1.16rem;
    }

    .hero-badge-pill {
        display: inline-flex !important;
        width: auto !important;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0 !important;
        margin-right: auto !important;
        font-size: 0.65rem;
        padding: 5px 10px;
        gap: 5px;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal !important;
        text-align: left;
    }

    .hero-badge-pill .badge-dot,
    .hero-badge-pill .pulse {
        width: 5px;
        height: 5px;
        min-width: 5px;
        flex-shrink: 0;
    }

    .hero-title {
        font-size: clamp(1.65rem, 8.2vw, 2.05rem) !important;
        line-height: 1.18;
        letter-spacing: -0.025em;
        font-weight: 900;
        text-align: left !important;
    }

    .section-title {
        font-size: 1.30rem;
    }

    .article-title {
        font-size: 1.30rem;
    }

    .price-value {
        font-size: 1.85rem !important;
    }
}




