@media screen and (max-width: 480px) {
    /* 1. New Year Pill Fix */
    .holiday-pill {
        white-space: normal !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto !important;
        padding: 10px 15px !important;
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box !important;
        line-height: 1.3;
    }
    .pill-content {
        white-space: normal !important;
        font-size: 13px !important;
    }

    /* 2. Button Fix (Unlock Market Intelligence) */
    .hero-btns {
        flex-direction: column !important;
        width: 100%;
        gap: 10px !important;
    }
    .cta-btn, .btn-watch {
        width: 100% !important;
        padding: 15px 10px !important;
        font-size: 14px !important;
        justify-content: center;
        box-sizing: border-box !important;
    }

    /* 3. Video Fix (Remove 3D transform) */
    .video-box {
        transform: none !important;
        width: 100% !important;
        margin: 20px 0 0 0 !important;
        box-shadow: none !important;
    }
    .hero-visual {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    /* 4. Container Insurance */
    .hero-content {
        padding: 0 10px !important;
        overflow-x: hidden;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    /* --- FINAL HEADER FIXES --- */
    .header-wrapper {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .logo {
        margin-right: 0 !important;
        margin-bottom: 5px !important;
    }
    .lang-switch {
        display: none !important;
    }

    /* --- FINAL GLOW BG FIX --- */
    .glow-bg {
        width: 100% !important;
        height: 400px !important;
        left: 0 !important;
        transform: none !important;
        overflow: hidden !important;
    }

    /* --- FINAL H1 FIX --- */
    .hero-text h1,
    .hero-text span {
        word-break: break-word !important;
        hyphens: auto !important;
    }
}

/* === NUCLEAR FIX FOR MOBILE === */
@media screen and (max-width: 480px) {
    /* Hide decorative background that may cause overflow */
    .glow-bg { display: none !important; }

    /* Force all hero headings and labels to wrap and not overflow */
    .hero-text h1,
    .hero-text div {
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal !important;
    }

    /* Force video and visual blocks to fit screen */
    .video-box,
    .hero-visual {
        width: 100% !important;
        margin-top: 30px !important;
        box-sizing: border-box;
    }

    /* Global overflow-x fix */
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        position: relative !important;
    }
}
/* --- MOBILE HOTFIX v1.0 --- (moved to end, see below) */

/* Fluid Typography: 16px on mobile -> 18px on desktop */
/* --- 1. CORE VARIABLES --- */

/* Accents */
/* Utility */

/* --- 2. HEADER --- */
/* Language Switcher */

/* --- 3. HERO SECTION --- */
/* Main Grid: 4 Columns */

/* MASKS & BADGES */
/* Color Themes */

/* QUANT BLOCK (Mystery) */
/* Responsive Grid */

/* Lightbox */
/* --- 5. WHAT'S INSIDE (Grid) --- */

/* --- ARSENAL SECTION (What's Inside) --- */
/* --- AI CHAT SECTION --- */

/* Language Switcher */
/* --- 6. SEO TRUST BLOCK --- */

/* --- 7. REVIEWS --- */
/* --- 8. PRICING --- */

/* Quant Horizontal Row */
/* --- 9. PARTNERS --- */

/* --- 10. FOOTER --- */
/* MODALS */

/* RESPONSIVE */
/* --- FINTECH PAYMENT MODAL --- */
/* --- VERSION 1.0.0 IO.NET STYLE --- */
/* Scrollbar for modal */

/* CRYPTO DETAILS */
/* --- PROTOCOL ALERT V2 --- */

/* Bot Button Style */
/* Hero Buttons Container */

/* Secondary Demo Button */
/* Video Gallery Mobile Adaptation */

/* Holiday Pricing */
/* Holiday Pricing Styles */

/* --- CYBER SANTA BANNER START --- */
/* --- CYBER SANTA BANNER END --- */

/* Snow Effect */
/* === GRADIENT ICONS === */

/* === IMPROVED TYPOGRAPHY FOR MOBILE (Christmas Update) === */
/* Increase headings on mobile */

/* Fix for lists and paragraphs */
/* Mobile-specific (extra boost) */

    .f-desc, .p-desc {
        font-weight: 400 !important;
    }

/* --- ALL RESPONSIVE MEDIA QUERIES MOVED BELOW --- */

@media screen and (max-width: 480px) {
    /* 1. Fix Holiday Pill */
    .holiday-pill-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .holiday-pill {
        white-space: normal !important; /* Allow text wrap */
        text-align: center;
        height: auto !important;       /* Auto height for two lines */
        padding: 8px 15px !important;
        line-height: 1.4;
        font-size: 11px !important;    /* Slightly smaller font */
        max-width: 100%;
        border-radius: 20px !important;
    }
    /* 2. Fix Hero Headings */
    .hero-text {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .hero-text h1 {
        font-size: 32px !important;    /* Fixed size for mobile */
        line-height: 1.2 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    .hero-text div[style*="text-transform:uppercase"] {
        font-size: 12px !important;    /* Smaller Nomination label */
        letter-spacing: 1px !important;
        margin-bottom: 10px !important;
    }
    .hero-desc {
        font-size: 14px !important;
        padding: 0 10px;
    }
    /* 3. Buttons in a row if not fitting */
    .hero-btns {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .cta-btn, .btn-watch {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 1024px) { .visuals-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .visuals-grid { grid-template-columns: 1fr; } .quant-title { font-size: 20px; } }
@media (max-width: 768px) {
 .arsenal-grid {
   grid-template-columns: 1fr;
   gap: 20px;
   padding: 20px 0;
 }
 .arsenal-card {
   padding: 24px;
 }
 .arsenal-badge {
   top: 16px;
   right: 16px;
 }
 .ai-chat-terminal { padding: 20px; }
 .ai-chat-layout { grid-template-columns: 1fr; gap: 20px; min-height: auto; }
 .ai-chat-sidebar { order: -1; flex-direction: row; overflow-x: auto; padding-bottom: 10px; }
 .sidebar-title { display: none; }
 .quick-topics { flex-direction: row; gap: 8px; width: max-content; }
 .hero-content { grid-template-columns: 1fr; text-align: center; }
 .hero-text h1 { font-size: 42px; }
 .pricing-grid { grid-template-columns: 1fr; }
 .quant-pricing-row { padding: 25px 20px; }
 .footer-cols { flex-direction: column; }
 .nav-menu { display: none; }
 .video-box video { display: none; }
 .video-box { 
   background-image: url('screen_video.webp'); 
   background-size: cover; 
   background-position: center;
   min-height: 250px;
 }
    body {
        font-size: 17px !important;
    }
    .hero-desc {
        font-size: 18px !important;
        line-height: 1.5;
    }
    .nav-link {
        font-size: 18px !important;
    }
    .check-list li {
        font-size: 16px !important;
        margin-bottom: 12px;
    }
    .f-desc, .p-desc {
        font-weight: 400 !important;
    }
    .video-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 1200px) { .review-track { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .review-track { grid-template-columns: 1fr; } }
 /* --- 1. CORE VARIABLES --- */
 :root {
 --bg-color: #030305;
 --surface-color: #0E0E10;
 --surface-hover: #161619;
 --border-color: rgba(255, 255, 255, 0.08);
 --border-highlight: rgba(255, 255, 255, 0.15);
 --text-main: #ffffff;
 --text-muted: #9CA3AF;
 
 /* Accents */
 --accent-cyan: #00f2ea;
 --accent-purple: #b066fe;
 --gradient-primary: linear-gradient(135deg, #b066fe 0%, #00f2ea 100%);
 --glow-card: 0 0 30px rgba(176, 102, 254, 0.1);

/* Fluid Typography: 16px on mobile -> 18px on desktop */
line-height: var(--line-height);
 }
/* --- MOBILE HOTFIX v1.0 --- */
@media screen and (max-width: 480px) {
    /* 1. Fix Holiday Pill */
    .holiday-pill-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .holiday-pill {
        white-space: normal !important; /* Allow text wrap */
        text-align: center;
        height: auto !important;       /* Auto height for two lines */
        padding: 8px 15px !important;
        line-height: 1.4;
        font-size: 11px !important;    /* Slightly smaller font */
        max-width: 100%;
        border-radius: 20px !important;
    }

    /* 2. Fix Hero Headings */
    .hero-text h1 {
        font-size: 32px !important;    /* Reduce heading size (was larger) */
        line-height: 1.2 !important;
    }
    
    .hero-text div[style*="text-transform:uppercase"] {
        font-size: 12px !important;    /* Reduce Nomination label size */
        letter-spacing: 1px !important;
        margin-bottom: 10px !important;
    }

    .hero-desc {
        font-size: 14px !important;
        padding: 0 10px;
    }
    
    /* 3. Buttons in a row if not fitting */
    .hero-btns {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .cta-btn, .btn-watch {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

 * { margin: 0; padding: 0; box-sizing: border-box; }
 
 html, body {
 width: 100%;
 max-width: 100%;
 overflow-x: hidden;
 font-family: 'Inter', sans-serif;
 background-color: var(--bg-color);
 color: var(--text-main);
 font-size: var(--body-font-size);
line-height: var(--line-height);
 -webkit-font-smoothing: antialiased;
 margin: 0; 
 }

 a { text-decoration: none; color: inherit; transition: 0.2s; }
 ul { list-style: none; }
 html { scroll-behavior: smooth; }
 
 /* Utility */
 .container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
 .gradient-text { background: var(--gradient-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
 .hidden { display: none !important; }

 /* --- 2. HEADER --- */
 header {
 position: fixed;
 top: 0; left: 0; width: 100%;
 z-index: 1000;
 background: rgba(3, 3, 5, 0.8);
 backdrop-filter: blur(16px);
 border-bottom: 1px solid var(--border-color);
 padding: 15px 0;
 }

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

 .logo {
 display: flex;
 align-items: center;
 gap: 12px;
 font-weight: 800;
 font-size: 24px;
 color: #fff;
 }
 .logo img {
    height: 60px;
    width: auto;
    border-radius: 6px;
    margin-right: 20px;
}

 .nav-menu { display: flex; gap: 32px; }
 .nav-link { font-size: 16px; font-weight: 500; color: var(--text-muted); position: relative; }
 .nav-link:hover { color: #fff; }

 .header-actions { display: flex; gap: 15px; align-items: center; }
 
 /* Language Switcher */
 .lang-switch { display: flex; align-items: center; gap: 6px; }
 .lang-link { 
   font-size: 13px; 
   font-weight: 600; 
   color: var(--text-muted); 
   text-transform: uppercase; 
   transition: color 0.2s; 
   cursor: pointer;
 }
 .lang-link:hover { color: #fff; }
 .lang-link.active { color: var(--accent-cyan); }
 .lang-sep { color: var(--text-muted); font-size: 13px; }
 
 .btn-outline {
 padding: 8px 20px;
 border: 1px solid var(--border-color);
 border-radius: 8px;
 font-size: 14px;
 font-weight: 600;
 transition: 0.3s;
 }
 .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.05); }

 /* --- 3. HERO SECTION --- */
 .hero {
 padding-top: 140px;
 padding-bottom: 60px;
 position: relative;
 overflow: hidden;
 }

 .glow-bg {
 position: absolute;
 top: -20%; left: -10%;
 width: 800px; height: 800px;
 background: radial-gradient(circle, rgba(176,102,254,0.12) 0%, rgba(0,0,0,0) 70%);
 z-index: -1;
 pointer-events: none;
 }

 .hero-content {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 60px;
 align-items: center;
 }

 .hero-text h1 {
 font-size: 64px;
 line-height: 1.1;
 font-weight: 800;
 letter-spacing: -2px;
 margin-bottom: 24px;
 }

 .hero-desc {
 font-size: 18px;
 color: var(--text-muted);
 margin-bottom: 40px;
 max-width: 520px;
 }

 .cta-btn {
 display: inline-flex;
 padding: 16px 40px;
 background: var(--gradient-primary);
 color: #fff;
 font-weight: 700;
 border-radius: 10px;
 box-shadow: 0 0 20px rgba(176, 102, 254, 0.4);
 transition: transform 0.2s;
 }
 .cta-btn:hover { transform: translateY(-3px); box-shadow: 0 0 40px rgba(0, 242, 234, 0.5); }

 .hero-visual { position: relative; perspective: 1000px; }
 .video-box {
 border-radius: 20px;
 border: 1px solid var(--border-color);
 background: #000;
 overflow: hidden;
 box-shadow: 0 50px 100px -20px rgba(0,0,0,0.9);
 transform: rotateY(-5deg) rotateX(2deg);
 transition: 0.5s;
 }
 .video-box:hover { transform: rotateY(0) rotateX(0); }
 video { width: 100%; height: auto; display: block; }

 /* --- 4. VISUAL SHOWCASE (UPDATED GRID) --- */
 .showcase { padding: 50px 0; }
 .section-header { text-align: center; margin-bottom: 50px; }
 .section-header h2 { font-size: 42px; font-weight: 800; margin-bottom: 15px; }
 .section-header p { color: var(--text-muted); font-size: 18px; }

 /* Main Grid: 4 Columns */
 .visuals-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
 padding: 0 20px;
 max-width: 1400px;
 margin: 0 auto;
 }

 .chart-card {
 width: 100%;
 border-radius: 12px;
 overflow: hidden;
 border: 1px solid var(--border-color);
 background: var(--surface-color);
 position: relative;
 transition: transform 0.3s, border-color 0.3s;
 cursor: pointer;
 display: flex; flex-direction: column;
 }

 .chart-card:hover {
 transform: translateY(-5px);
 border-color: var(--accent-cyan);
 }

 .card-image-wrapper {
 position: relative;
 width: 100%;
 aspect-ratio: 16/9;
 overflow: hidden;
 }

 .card-image-wrapper img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.5s;
 }
 .chart-card:hover .card-image-wrapper img { transform: scale(1.05); }

 /* MASKS & BADGES */
 .tier-mask {
 position: absolute; inset: 0;
 display: flex; align-items: center; justify-content: center;
 background: rgba(0, 0, 0, 0.75);
 backdrop-filter: blur(4px);
 transition: opacity 0.3s ease;
 z-index: 2; opacity: 1;
 }
 .chart-card:hover .tier-mask { opacity: 0; pointer-events: none; }

 .tier-label {
 font-size: 22px; font-weight: 900; letter-spacing: 2px;
 padding: 8px 16px; border: 2px solid; text-transform: uppercase;
 transform: rotate(-5deg);
 box-shadow: 0 10px 30px rgba(0,0,0,0.6);
 }

 /* Color Themes */
 .mask-free .tier-label { 
 color: #00f2ea; border-color: #00f2ea; 
 text-shadow: 0 0 15px rgba(0, 242, 234, 0.4); 
 }
 .mask-lite .tier-label { 
 color: #3498db; border-color: #3498db; 
 text-shadow: 0 0 15px rgba(52, 152, 219, 0.4); 
 }
 .mask-pro .tier-label { 
 color: #f1c40f; border-color: #f1c40f; 
 text-shadow: 0 0 15px rgba(241, 196, 15, 0.4); 
 }
 .mask-ultra .tier-label { 
 color: #ff0055; border-color: #ff0055; 
 text-shadow: 0 0 20px rgba(255, 0, 85, 0.6); 
 background: linear-gradient(45deg, rgba(255,0,85,0.1), transparent); 
 }

 .chart-caption {
 padding: 12px 15px;
 display: flex; justify-content: space-between; align-items: center;
 background: rgba(0,0,0,0.6); border-top: 1px solid var(--border-color);
 }
 .caption-text { font-weight: 700; font-size: 13px; color: #fff; }
 .caption-sub { display: block; font-size: 11px; color: var(--text-muted); font-weight: 400; }
 .caption-link { color: var(--text-muted); font-size: 14px; transition: 0.2s; }
 .caption-link:hover { color: var(--accent-cyan); }

 /* QUANT BLOCK (Mystery) */
 .quant-wrapper {
 max-width: 1400px; margin: 20px auto 0 auto; padding: 0 20px;
 }
 .quant-card {
 width: 100%; height: 140px; 
 border-radius: 12px; position: relative; overflow: hidden;
 border: 1px solid rgba(176, 102, 254, 0.3);
 box-shadow: 0 0 30px rgba(176, 102, 254, 0.1);
 cursor: not-allowed;
 }
 .quant-card img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; filter: grayscale(100%); }
 .quant-mask {
 position: absolute; inset: 0;
 display: flex; flex-direction: column; align-items: center; justify-content: center;
 background: linear-gradient(90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6));
 z-index: 2;
 }
 .quant-anim {
 position: absolute; inset: 0; z-index: 1;
 background: 
   linear-gradient(90deg, 
     transparent 0%, 
     rgba(0, 242, 234, 0.15) 50%, 
     transparent 100%
   );
 background-size: 200% 100%;
 animation: scanLine 4s linear infinite;
 overflow: hidden;
 padding: 15px;
 display: flex;
 align-items: center;
 justify-content: center;
 }
 .quant-anim::before {
 content: '> Initializing Quant Engine... [OK]\A> Loading Neural Networks [████████████████] 100%\A> Calibrating Risk Models... [OK]\A> Analyzing Market Data Streams... [OK]\A> Optimizing Trading Algorithms... [OK]\A> Status: READY • Waiting for Activation';
 width: 100%;
 font-family: 'Courier New', monospace; font-size: 10px; line-height: 2;
 color: rgba(0, 242, 234, 0.85);
 white-space: pre;
 animation: typing 10s steps(180) infinite, blink 1s step-end infinite;
 text-align: left;
 }
 .quant-anim::after {
 content: '█';
 position: absolute; bottom: 15px; left: 15px;
 font-family: 'Courier New', monospace; font-size: 11px;
 color: rgba(0, 242, 234, 0.9);
 animation: cursorBlink 0.8s step-end infinite;
 }
 @keyframes scanLine {
 0% { background-position: -200% 0; }
 100% { background-position: 200% 0; }
 }
 @keyframes typing {
 0%, 8% { opacity: 0; }
 12%, 92% { opacity: 1; }
 100% { opacity: 0; }
 }
 @keyframes cursorBlink {
 0%, 50% { opacity: 1; }
 51%, 100% { opacity: 0; }
 }
 .quant-title {
 font-size: 28px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase;
 background: linear-gradient(135deg, #fff 0%, #999 100%);
 -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
 margin-top: 10px;
 }
 .quant-lock { font-size: 32px; color: var(--text-muted); margin-bottom: 5px; }

 /* Responsive Grid */
 @media (max-width: 1024px) { .visuals-grid { grid-template-columns: repeat(2, 1fr); } }
 @media (max-width: 600px) { .visuals-grid { grid-template-columns: 1fr; } .quant-title { font-size: 20px; } }

 /* Lightbox */
 .lightbox {
 display: none; position: fixed; z-index: 3000; inset: 0; align-items: center; justify-content: center; background: rgba(0,0,0,0.85);
 }
 .lightbox img { max-width: 92%; max-height: 86%; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,0.8); }
 .lightbox .close { position: absolute; top: 24px; right: 24px; color: #fff; font-size: 28px; cursor: pointer; }

 /* --- 5. WHAT'S INSIDE (Grid) --- */
 .features-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 24px;
 padding: 40px 0;
 }

 .feature-card {
 background: var(--surface-color);
 border: 1px solid var(--border-color);
 padding: 30px;
 border-radius: 16px;
 transition: 0.3s;
 }
 .feature-card:hover { 
 border-color: var(--accent-purple); 
 background: var(--surface-hover);
 transform: translateY(-5px);
 }
 
 .f-icon {
 width: 50px; height: 50px;
 background: rgba(255,255,255,0.05);
 border-radius: 10px;
 display: flex; align-items: center; justify-content: center;
 font-size: 20px; margin-bottom: 20px;
 color: var(--accent-cyan);
 }
 .f-title { font-weight: 700; font-size: 18px; margin-bottom: 10px; color: #fff; }
 .f-desc { font-size: 14px; color: var(--text-muted); line-height: 1.5; margin-bottom: 15px; }
 
 .feature-details-link {
 display: inline-block;
 margin-top: 10px;
 font-size: 13px;
 color: var(--accent-cyan);
 text-decoration: none;
 font-weight: 600;
 transition: 0.3s;
 }
 .feature-details-link:hover { color: var(--accent-purple); text-decoration: underline; }

 /* --- ARSENAL SECTION (What's Inside) --- */
 .arsenal-section {
 padding: 50px 0;
 background: var(--bg-color);
 border-top: 1px solid var(--border-color);
 }

 .arsenal-grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 24px;
 max-width: 1200px;
 margin: 0 auto;
 padding: 40px 0;
 }

 .arsenal-card {
 background: var(--surface-color);
 border: 1px solid rgba(255, 255, 255, 0.08);
 border-radius: 16px;
 padding: 32px;
 position: relative;
 transition: all 0.3s ease;
 display: flex;
 flex-direction: column;
 gap: 16px;
 }

 .arsenal-card:hover {
 transform: translateY(-5px);
 border-color: var(--accent-purple);
 box-shadow: 0 0 30px rgba(176, 102, 254, 0.15);
 background: var(--surface-hover);
 }

 .arsenal-badge {
 position: absolute;
 top: 20px;
 right: 20px;
 background: linear-gradient(135deg, rgba(176, 102, 254, 0.2), rgba(0, 242, 234, 0.2));
 border: 1px solid rgba(176, 102, 254, 0.4);
 padding: 4px 12px;
 border-radius: 6px;
 font-size: 11px;
 font-weight: 700;
 letter-spacing: 1px;
 color: var(--accent-cyan);
 text-transform: uppercase;
 }

 .arsenal-icon {
 font-size: 48px;
 margin-bottom: 8px;
 }

 .arsenal-title {
 font-size: 22px;
 font-weight: 800;
 color: #fff;
 margin-bottom: 4px;
 line-height: 1.2;
 }

 .arsenal-subtitle {
 font-size: 14px;
 color: var(--accent-cyan);
 font-weight: 600;
 margin-bottom: 12px;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 }

 .arsenal-desc {
 font-size: 14px;
 color: var(--text-muted);
 line-height: 1.7;
 margin-bottom: 20px;
 flex-grow: 1;
 }

 .arsenal-link {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 color: var(--accent-cyan);
 font-size: 14px;
 font-weight: 600;
 text-decoration: none;
 transition: all 0.3s ease;
 margin-top: auto;
 }

 .arsenal-link:hover {
 color: var(--accent-purple);
 gap: 12px;
 }

 .arsenal-link i {
 font-size: 12px;
 transition: transform 0.3s ease;
 }

 .arsenal-link:hover i {
 transform: translateX(4px);
 }

 @media (max-width: 768px) {
 .arsenal-grid {
   grid-template-columns: 1fr;
   gap: 20px;
   padding: 20px 0;
 }
 
 .arsenal-card {
   padding: 24px;
 }
 
 .arsenal-badge {
   top: 16px;
   right: 16px;
 }
 }

 /* --- AI CHAT SECTION --- */
 .ai-chat-section {
 padding: 50px 0;
 background: var(--bg-color);
 border-top: 1px solid var(--border-color);
 }
 
 .ai-chat-container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
 .ai-chat-terminal {
 background: rgba(14, 14, 16, 0.6);
 border: 2px solid transparent;
 background-image: linear-gradient(rgba(14, 14, 16, 0.9), rgba(14, 14, 16, 0.9)), var(--gradient-primary);
 background-origin: border-box; background-clip: padding-box, border-box;
 border-radius: 16px; padding: 30px;
 box-shadow: 0 0 40px rgba(176, 102, 254, 0.15), inset 0 0 20px rgba(0, 242, 234, 0.05);
 }
 
 .ai-chat-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-size: 14px; color: var(--text-muted); font-family: 'Courier New', monospace; }
 .ai-chat-header span { color: var(--accent-cyan); }
 
 .ai-chat-layout { display: grid; grid-template-columns: 280px 1fr; gap: 25px; min-height: 450px; }
 .ai-chat-sidebar { display: flex; flex-direction: column; gap: 15px; }
 .sidebar-title { font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 10px 0; padding-bottom: 10px; border-bottom: 1px solid rgba(176, 102, 254, 0.3); }
 .quick-topics { display: flex; flex-direction: column; gap: 10px; }
 
 .topic-btn {
 display: flex; align-items: center; gap: 12px; padding: 14px 16px;
 background: rgba(0, 0, 0, 0.3); border: 1px solid rgba(176, 102, 254, 0.2);
 border-radius: 10px; color: #fff; font-size: 13px; font-weight: 500;
 text-align: left; cursor: pointer; transition: all 0.3s; font-family: 'Inter', sans-serif;
 }
 .topic-btn:hover { background: rgba(176, 102, 254, 0.15); border-color: rgba(176, 102, 254, 0.5); transform: translateX(5px); }
 .topic-icon { font-size: 18px; flex-shrink: 0; }
 
 .ai-chat-main { display: flex; flex-direction: column; gap: 15px; min-height: 450px; }
 .ai-chat-messages {
 flex: 1; overflow-y: auto; padding: 20px;
 background: rgba(0, 0, 0, 0.3); border-radius: 12px;
 border: 1px solid rgba(255, 255, 255, 0.05);
 display: flex; flex-direction: column; gap: 16px; min-height: 320px; max-height: 320px;
 }
 .ai-chat-messages::-webkit-scrollbar { width: 6px; }
 .ai-chat-messages::-webkit-scrollbar-thumb { background: rgba(176, 102, 254, 0.3); border-radius: 10px; }
 
 .ai-welcome-msg { display: flex; gap: 12px; align-items: flex-start; padding: 16px; background: rgba(176, 102, 254, 0.08); border-radius: 12px; border: 1px solid rgba(176, 102, 254, 0.2); }
 .ai-msg-icon { font-size: 24px; flex-shrink: 0; }
 .ai-msg-text { color: var(--text-muted); font-size: 14px; font-size: var(--body-font-size);
line-height: var(--line-height); }
 
 .ai-user-message { align-self: flex-end; max-width: 75%; padding: 14px 18px; background: linear-gradient(135deg, rgba(176, 102, 254, 0.2), rgba(0, 242, 234, 0.15)); border: 1px solid rgba(176, 102, 254, 0.3); border-radius: 16px 16px 4px 16px; color: #fff; font-size: 15px; line-height: 1.5; word-wrap: break-word; }
 .ai-bot-message { align-self: flex-start; max-width: 80%; padding: 14px 18px; background: rgba(14, 14, 16, 0.8); border: 1px solid rgba(0, 242, 234, 0.2); border-radius: 16px 16px 16px 4px; color: #e8eef6; font-size: 15px; font-size: var(--body-font-size);
line-height: var(--line-height); word-wrap: break-word; box-shadow: 0 0 15px rgba(0, 242, 234, 0.1); }
 .ai-bot-message a { color: #00f2ea; text-decoration: underline; transition: opacity 0.2s; }
 .ai-bot-message a:hover { opacity: 0.8; }
 
 .ai-chat-input-wrapper { position: relative; flex-shrink: 0; }
 .ai-chat-input { width: 100%; padding: 18px 60px 18px 20px; background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; color: #fff; font-size: 16px; font-family: 'Inter', sans-serif; outline: none; transition: all 0.3s; box-sizing: border-box; }
 .ai-chat-input:focus { border-color: var(--accent-cyan); background: rgba(0, 0, 0, 0.6); }
 .ai-chat-submit { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: var(--gradient-primary); border: none; padding: 10px 20px; border-radius: 8px; color: #fff; font-weight: 600; cursor: pointer; transition: all 0.3s; }
 .ai-chat-submit:hover { transform: translateY(-50%) scale(1.05); }

 @media (max-width: 768px) {
 .ai-chat-terminal { padding: 20px; }
 .ai-chat-layout { grid-template-columns: 1fr; gap: 20px; min-height: auto; }
 .ai-chat-sidebar { order: -1; flex-direction: row; overflow-x: auto; padding-bottom: 10px; }
 .sidebar-title { display: none; }
 .quick-topics { flex-direction: row; gap: 8px; width: max-content; }
 }

 /* --- 6. SEO TRUST BLOCK --- */
 .seo-trust {
 background: linear-gradient(180deg, var(--surface-color) 0%, var(--bg-color) 100%);
 padding: 60px 0;
 text-align: center;
 border-top: 1px solid var(--border-color);
 border-bottom: 1px solid var(--border-color);
 }
 .trust-stats { display: flex; justify-content: center; gap: 60px; margin-top: 50px; flex-wrap: wrap; }
 .stat-item h3 { font-size: 48px; font-weight: 800; color: #fff; margin-bottom: 5px; }
 .stat-item p { color: var(--text-muted); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }

 /* --- 7. REVIEWS --- */
 .reviews-section { padding: 50px 0; overflow: hidden; }
 .review-track { 
 display: grid; 
 grid-template-columns: repeat(4, 1fr); 
 gap: 24px; 
 padding: 20px 0; 
 }
 @media (max-width: 1200px) { .review-track { grid-template-columns: repeat(2, 1fr); } }
 @media (max-width: 768px) { .review-track { grid-template-columns: 1fr; } }
 .review-card { width: 100%; background: var(--surface-color); border: 1px solid var(--border-color); border-radius: 20px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.3s ease; min-height: 280px; }
 .review-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,0.2); }
 .profit-img { width: 100%; border-radius: 12px; margin-bottom: 15px; }
 .review-text { font-style: italic; font-size: 14px; color: #ccc; margin-bottom: 15px; font-size: var(--body-font-size);
line-height: var(--line-height); }
 .user-info { display: flex; align-items: center; gap: 10px; margin-top: auto; }
 .avatar { width: 40px; height: 40px; background: #333; border-radius: 50%; display:flex; align-items:center; justify-content:center; font-weight:bold; color:#555;}
 .avatar-img { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; border: 2px solid var(--accent-cyan); }

 /* --- 8. PRICING --- */
 .pricing-section { padding: 50px 0; }
 .pricing-controls { display: flex; justify-content: center; margin-bottom: 50px; }
 .toggle-capsule { background: var(--surface-color); padding: 5px; border-radius: 12px; border: 1px solid var(--border-color); display: flex; }
 .toggle-btn { padding: 10px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--text-muted); cursor: pointer; transition: 0.3s; }
 .toggle-btn.active { background: #222; color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
.price-card { background: var(--surface-color); border: 1px solid var(--border-color); border-radius: 16px; padding: 30px 20px; display: flex; flex-direction: column; position: relative; transition: 0.3s; }
.price-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,0.3); }
.price-card.featured { border-color: var(--accent-purple); box-shadow: var(--glow-card); }

/* Quant Horizontal Row */
.quant-pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #0a0a0a 0%, #000 100%);
  border: 1px solid #333;
  border-radius: 16px;
  padding: 40px 50px;
  margin-top: 20px;
  gap: 40px;
  transition: 0.3s;
}
.quant-pricing-row:hover {
  transform: translateY(-3px);
  border-color: rgba(176, 102, 254, 0.5);
  box-shadow: 0 0 40px rgba(176, 102, 254, 0.15);
}
.quant-content { flex: 1; }
.quant-action { 
  display: flex; 
  flex-direction: column; 
  align-items: flex-end; 
  min-width: 250px;
}
.quant-pricing-row .p-name { font-size: 24px; margin-bottom: 10px; }
.quant-pricing-row .p-desc { font-size: 14px; color: var(--text-muted); margin-bottom: 15px; }
.quant-pricing-row .check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.quant-pricing-row .p-btn { width: 200px; }

 .p-name { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
 .p-desc { font-size: 13px; color: var(--text-muted); height: 40px; margin-bottom: 20px; }
 .p-price-area { height: auto; margin-bottom: 20px; }
 .p-val { font-size: 36px; font-weight: 800; }
 .p-sub { font-size: 12px; color: var(--text-muted); }

 .save-badge {
     display: inline-block;
     background: var(--accent-cyan);
     color: #000;
     font-size: 11px;
     font-weight: 800;
     padding: 2px 8px;
     border-radius: 4px;
     margin-left: 10px;
     vertical-align: middle;
     text-transform: uppercase;
     opacity: 0;
     transition: opacity 0.3s;
 }
 .save-badge.visible { opacity: 1; }

 .p-btn { position: relative; z-index: 10; width: 100%; padding: 12px; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; margin-bottom: 10px; border: 1px solid transparent; transition: 0.2s; }
 .btn-white { background: #fff; color: #000; }
 .btn-white:hover { background: #eee; }
 .btn-grad { background: var(--gradient-primary); color: #fff; }
 .btn-grad:hover { opacity: 0.9; }
 .btn-glass { background: rgba(0,0,0,0.8); backdrop-filter: blur(10px); color: #fff; border-color: var(--border-color); }
 .btn-glass:hover { background: rgba(0,0,0,0.9); border-color: #fff; }

 .check-list li { font-size: 13px; color: #ccc; margin-bottom: 10px; display: flex; gap: 8px; }
 .check-list li span { color: var(--accent-cyan); }

 /* --- 9. PARTNERS --- */
 .partners { padding: 40px 0; text-align: center; border-top: 1px solid var(--border-color); background: #050507; }
 .partners-row { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; margin-top: 30px; }
 .partner-item { font-size: 22px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; cursor: pointer; }
 a.partner-item:hover { color: var(--accent-cyan); transform: translateY(-2px); text-shadow: 0 0 15px rgba(0, 242, 234, 0.5); }

 /* --- 10. FOOTER --- */
 footer { padding: 80px 0 40px 0; border-top: 1px solid var(--border-color); font-size: 14px; color: var(--text-muted); text-align: center; }
 .footer-cols { display: flex; justify-content: space-between; text-align: left; margin-bottom: 60px; flex-wrap: wrap; gap: 40px; }
 .f-col h4 { color: #fff; margin-bottom: 20px; font-size: 16px; }
 .f-col a { display: block; margin-bottom: 10px; color: var(--text-muted); }
 .f-col a:hover { color: var(--accent-cyan); }
 
 .socials-row { display: flex; gap: 18px; margin-top: 15px; flex-wrap: wrap; justify-content: flex-start; animation: fadeInUp 0.6s ease-out; }
 .social-title { color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 15px; text-align: left; animation: fadeInUp 0.6s ease-out; animation-delay: 0.05s; }
 .social-icon { position: relative; display: block; width: 32px; height: 32px; text-decoration: none; color: #c9d0d8; }
 .social-icon .layer { width: 100%; height: 100%; transition: transform 0.35s ease, box-shadow 0.35s ease; position: relative; }
 .social-icon .layer span { position: absolute; inset: 0; border-radius: 12px; border: 1px solid rgba(255,255,255,0.08); background: linear-gradient(180deg, #3c4148 0%, #2c3037 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), inset 0 -1px 0 rgba(0,0,0,0.35), 0 10px 18px rgba(0,0,0,0.35); transition: all 0.35s ease; }
 .social-icon .layer span.fab { border: none; background: none; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: bold; color: #c9d0d8; text-shadow: 0 1px 3px rgba(0,0,0,0.6); }
 .social-icon .layer span.tradingview-logo { font-size: 12px; letter-spacing: 1px; }
 .social-icon:hover .layer { transform: rotate(-35deg) skew(20deg); }
 .social-icon:hover .layer span:nth-child(1) { opacity: 0.20; }
 .social-icon:hover .layer span:nth-child(2) { opacity: 0.40; transform: translate(5px, -5px); }
 .social-icon:hover .layer span:nth-child(3) { opacity: 0.60; transform: translate(10px, -10px); }
 .social-icon:hover .layer span:nth-child(4) { opacity: 0.80; transform: translate(15px, -15px); }
 .social-icon:hover .layer span.fab { opacity: 1; transform: translate(20px, -20px); }
 .social-icon:hover .layer span { box-shadow: -1px 1px 3px rgba(0,0,0,0.55); }

 /* MODALS */
 .modal { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); backdrop-filter: blur(5px); align-items: center; justify-content: center; }
 .modal-box { background: #111; padding: 40px; border-radius: 20px; border: 1px solid var(--border-color); max-width: 500px; width: 90%; position: relative; max-height: 80vh; overflow-y: auto; }
 .close-btn { position: absolute; top: 15px; right: 20px; font-size: 24px; cursor: pointer; color: #fff; }

 /* RESPONSIVE */
@media (max-width: 1100px) { 
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .quant-pricing-row { padding: 30px; flex-direction: column; align-items: stretch; }
  .quant-action { align-items: center; min-width: auto; width: 100%; }
  .quant-pricing-row .p-btn { width: 100%; max-width: 300px; }
  .quant-pricing-row .check-list { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
 .hero-content { grid-template-columns: 1fr; text-align: center; }
 .hero-text h1 { font-size: 42px; }
 .pricing-grid { grid-template-columns: 1fr; }
 .quant-pricing-row { padding: 25px 20px; }
 .footer-cols { flex-direction: column; }
 .nav-menu { display: none; }
 .video-box video { display: none; }
 .video-box { 
   background-image: url('screen_video.webp'); 
   background-size: cover; 
   background-position: center;
   min-height: 250px;
 }
 }
 
 /* --- FINTECH PAYMENT MODAL --- */
/* --- VERSION 1.0.0 IO.NET STYLE --- */
.payment-modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); z-index: 9999; justify-content: center; align-items: center; backdrop-filter: blur(10px); overflow-y: auto; }

.payment-modal {
    background: #0b0e11; /* Deep Black */
    border: 1px solid #2a2e39;
    width: 95%; /* Mobile safe */
    max-width: 480px;
    /* Mobile Overflow Fix */
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 16px;
    box-shadow: 0 50px 100px rgba(0,0,0,0.9);
    color: #e0e3eb;
    text-align: left;
    font-family: 'Inter', sans-serif;
    position: relative;
}

/* Scrollbar for modal */
.payment-modal::-webkit-scrollbar { width: 6px; }
.payment-modal::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }

.payment-header { padding: 25px 30px 15px 30px; border-bottom: 1px solid #1c2029; }
.pay-title { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.pay-subtitle { font-size: 14px; color: #888; }

.terms-row {
    margin: 20px 30px;
    padding: 12px;
    background: rgba(255,255,255,0.03);
    border-radius: 8px;
    font-size: 13px;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid transparent;
}
.terms-row.error { border-color: #ff4757; animation: shake 0.3s; }
.terms-row input { accent-color: #00f2ea; width: 16px; height: 16px; cursor: pointer; }
.terms-row a { color: #fff; text-decoration: underline; }
.terms-row label { cursor: pointer; }

.method-list { padding: 0 30px 30px 30px; display: flex; flex-direction: column; gap: 10px; }

.method-card {
    background: #161920;
    border: 1px solid #2a2e39;
    border-radius: 10px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s;
}
.method-card:hover { background: #1c2029; border-color: #555; }
.method-card.active { border-color: #00f2ea; background: rgba(0, 242, 234, 0.05); }
.method-card.disabled { opacity: 0.4; pointer-events: none; filter: grayscale(1); }
.method-card.disabled-initial { opacity: 0.4; filter: grayscale(0.8); }

.m-left { display: flex; align-items: center; gap: 15px; }
.m-icon { width: 32px; height: 32px; object-fit: contain; }
.m-info h4 { margin: 0; font-size: 15px; color: #fff; font-weight: 600; }
.m-info p { margin: 3px 0 0 0; font-size: 12px; color: #777; }
.m-arrow { color: #444; font-size: 14px; }

.card-error-msg { font-size: 12px; color: #ff4757; margin-top: 5px; display: none; padding-left: 10px; }

/* CRYPTO DETAILS */
.crypto-details { padding: 20px 30px 30px 30px; display: none; animation: fadeIn 0.3s; }
.qr-wrapper {
    background: #fff; padding: 8px; border-radius: 12px;
    width: 170px; height: 170px; margin: 0 auto 20px auto;
}
.qr-img { width: 100%; height: 100%; display: block; }

.address-box {
    background: #050608;
    border: 1px solid #2a2e39;
    border-radius: 8px;
    padding: 15px;
    font-family: 'Courier New', monospace;
    font-size: 13px; /* Чуть меньше для мобилок */
    color: #666;
    word-break: break-all;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
}
.address-box:hover { border-color: #00f2ea; }
.address-box b { color: #fff; font-weight: 700; }

.back-btn {
    margin-top: 25px; background: none; border: none; color: #666;
    cursor: pointer; font-size: 13px; display: flex; align-items: center; gap: 5px;
}
.back-btn:hover { color: #fff; }

.close-modal { position: absolute; top: 15px; right: 15px; color: #787b86; font-size: 24px; cursor: pointer; background: none; border: none; z-index: 10; }
.close-modal:hover { color: #fff; }

/* --- PROTOCOL ALERT V2 --- */
.admin-alert {
    margin-top: 25px;
    background: #0d1117; /* Темнее фона */
    border: 1px solid #30363d;
    padding: 20px;
    border-radius: 8px;
    font-size: 13px;
    color: #8b949e;
    text-align: left;
}
.admin-alert h4 {
    margin: 0 0 15px 0;
    color: #e6edf3;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #30363d;
    padding-bottom: 10px;
}
.alert-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.alert-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    line-height: 1.4;
}
.alert-list li::before {
    content: '>';
    position: absolute;
    left: 0;
    color: #00f2ea;
    font-family: monospace;
    font-weight: bold;
}
.alert-list li strong { color: #c9d1d9; font-weight: 500; }

/* Bot Button Style */
.bot-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background: rgba(41, 98, 255, 0.1);
    border: 1px solid rgba(41, 98, 255, 0.3);
    color: #58a6ff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.bot-action-btn:hover {
    background: rgba(41, 98, 255, 0.2);
    border-color: #58a6ff;
    color: #fff;
}

@keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

/* Hero Buttons Container */
.hero-text { display: flex; flex-direction: column; align-items: flex-start; }

/* Secondary Demo Button */
.btn-watch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}
.btn-watch:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    transform: translateY(-3px);
}
.btn-watch i {
    color: var(--accent-cyan);
    font-size: 18px;
}

/* Video Gallery Mobile Adaptation */
@media (max-width: 768px) {
    .video-grid { grid-template-columns: 1fr !important; }
}

/* Holiday Pricing */
.price-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.old-price {
    text-decoration: line-through;
    color: #666;
    font-size: 18px;
}
.sale-tag {
    background: #ff4757;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    vertical-align: middle;
}



/* Holiday Pricing Styles */
.price-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.old-price {
    text-decoration: line-through;
    color: #666; /* Цвет старой цены */
    font-size: 0.6em; /* Чуть меньше основной */
    font-weight: 400;
}
.sale-tag {
    background: #ff4757; /* Красный бейдж */
    color: white;
    font-size: 0.4em;
    padding: 2px 6px;
    border-radius: 4px;
    vertical-align: middle;
    position: relative;
    top: -5px;
    margin-left: 2px;
}

/* --- CYBER SANTA BANNER START --- */
.holiday-pill-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px; /* Отступ от текста Hero */
    margin-top: 10px;    /* Отступ от хедера */
    animation: fadeInDown 1s ease-out;
}

.holiday-pill {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    padding: 2px; /* Толщина неоновой рамки */
    border-radius: 999px;
    /* Градиент: Crimson -> Gold -> Ice Blue */
    background: linear-gradient(90deg, #ff0055, #ffcc00, #00ffff, #ff0055);
    background-size: 300% 100%;
    animation: neon-flow 4s linear infinite;
    box-shadow: 0 0 15px rgba(255, 0, 85, 0.4);
    transition: transform 0.3s ease;
    z-index: 20;
}

.holiday-pill:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255, 0, 85, 0.6);
}

.pill-content {
    display: block;
    padding: 10px 24px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.85); /* Glass Background */
    backdrop-filter: blur(5px);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

@keyframes neon-flow {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* --- CYBER SANTA BANNER END --- */

/* Snow Effect */
.snowflake {
    position: fixed; top: -10px; color: #fff; z-index: 9998; pointer-events: none;
    animation-name: snow-fall, snow-shake; animation-iteration-count: infinite;
}
@keyframes snow-fall { 0% { top: -10% } 100% { top: 100% } }
@keyframes snow-shake { 0%, 100% { transform: translateX(0) } 50% { transform: translateX(80px) } }

/* === GRADIENT ICONS === */
.icon-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: inherit;
}

.f-icon i, .arsenal-icon i, .topic-icon i {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* === УЛУЧШЕННАЯ ТИПОГРАФИКА ДЛЯ МОБИЛЬНЫХ (Christmas Update) === */

/* Увеличиваем заголовки на мобильных */
h1 { font-size: clamp(32px, 5vw, 56px) !important; line-height: 1.1; }
h2 { font-size: clamp(24px, 4vw, 42px) !important; }
h3 { font-size: clamp(20px, 3vw, 28px) !important; }

/* Исправление для списков и параграфов */
p, li, .f-desc, .arsenal-desc, .review-text {
    font-size: 1rem !important; /* Теперь это будет минимум 16px */
    color: #b0b5c1; /* Чуть светлее для контраста */
    font-weight: 400 !important; /* Не используем 300 (Light) */
}

/* Специфично для мобильных (доп. буст) */
@media (max-width: 768px) {
    body {
        font-size: 17px !important;
    }
    .hero-desc {
        font-size: 18px !important;
        line-height: 1.5;
    }
    .nav-link {
        font-size: 18px !important;
    }
    .check-list li {
        font-size: 16px !important;
        margin-bottom: 12px;
    }
    .f-desc, .p-desc {
        font-weight: 400 !important;
    }
}

