/* Dark Hyper TV Store Theme */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #e0e0e0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
    padding: 20px;
    min-height: 100vh;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(20, 20, 35, 0.95);
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 80px rgba(138, 43, 226, 0.1);
    border-radius: 16px;
    border: 1px solid rgba(138, 43, 226, 0.2);
    backdrop-filter: blur(10px);
}

h1 {
    font-size: 2.8em;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.2;
    color: #ffffff;
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 50%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(168, 85, 247, 0.3);
}

h2 {
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #a855f7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #a855f7, #ec4899);
    border-radius: 2px;
}

p {
    margin-bottom: 24px;
    font-size: 1.1em;
    color: #b8b8b8;
    line-height: 1.8;
}

ol, ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

ol li, ul li {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #c0c0c0;
    line-height: 1.8;
}

i { color: #d0d0d0; font-weight: 600; }

b { font-weight: 700; color: #e0e0e0; }

a {
    color: #a855f7;
    text-decoration: none;
    border-bottom: 1px solid rgba(168, 85, 247, 0.3);
    transition: all 0.3s ease;
}

a:hover {
    color: #ec4899;
    border-bottom-color: #ec4899;
    text-shadow: 0 0 10px rgba(236, 72, 153, 0.5);
}

.hero-image {
    width: 100%;
    height: 450px;
    background-image: url('../images/hero_bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3.2em;
    font-weight: 800;
    text-align: center;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6), 0 0 60px rgba(168,85,247,0.3);
    border: 2px solid rgba(168,85,247,0.3);
}

.hero-image::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(138,43,226,0.4), rgba(0,0,0,0.6));
}

.hero-image::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(168,85,247,0.1), transparent 70%);
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse { 0%,100%{transform:scale(1);opacity:0.5;} 50%{transform:scale(1.1);opacity:0.8;} }

.hero-content { position: relative; z-index:1; text-shadow:0 4px 20px rgba(0,0,0,0.8),0 0 40px rgba(168,85,247,0.6); }

.content-image {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.8em;
    font-weight: 800;
    text-align: center;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5), 0 0 40px rgba(168,85,247,0.2);
    text-shadow: 0 3px 15px rgba(0,0,0,0.9);
    border: 1px solid rgba(168,85,247,0.2);
    transition: all 0.4s ease;
}

.content-image:hover { transform: translateY(-5px); box-shadow:0 15px 50px rgba(0,0,0,0.7),0 0 60px rgba(168,85,247,0.4); border-color:rgba(168,85,247,0.5); }

.content-image::before { content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:linear-gradient(135deg, rgba(138,43,226,0.3), rgba(0,0,0,0.7)); transition:all 0.4s ease; }
.content-image:hover::before { background:linear-gradient(135deg, rgba(138,43,226,0.2), rgba(0,0,0,0.5)); }

.content-text { position:relative; z-index:1; text-transform:uppercase; letter-spacing:2px; }

.streaming-image { background-image: url('../images/streaming_bg.png'); }
.entertainment-image { background-image: url('../images/entertainment_bg.png'); }
.sports-image { background-image: url('../images/sports_bg.png'); }

/* Custom scrollbar */
::-webkit-scrollbar { width:12px; }
::-webkit-scrollbar-track { background:#1a1a2e; }
::-webkit-scrollbar-thumb { background:linear-gradient(180deg, #a855f7, #ec4899); border-radius:6px; }
::-webkit-scrollbar-thumb:hover { background:linear-gradient(180deg, #ec4899, #f59e0b); }
