/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;400;600;700&family=Nunito:wght@300;400;600;700;800&display=swap');

body {
    font-family: 'Nunito', 'Rajdhani', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    color: #e8e8e8;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #0a0a0a 0%, #1a0000 100%);
    border-left: 1px solid #ff0000;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff0000 0%, #cc0000 100%);
    border-radius: 6px;
    border: 2px solid #0a0a0a;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff3333 0%, #ff0000 100%);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
}

/* Firefox Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #ff0000 #0a0a0a;
}

/* Animated Starry Background */
.stars, .stars2, .stars3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    z-index: 0;
}

.stars {
    background: transparent;
    box-shadow: 
        10px 20px #fff, 50px 80px #fff, 120px 150px #fff, 200px 90px #fff,
        300px 200px #fff, 400px 50px #fff, 500px 180px #fff, 600px 120px #fff,
        700px 60px #fff, 800px 190px #fff, 900px 30px #fff, 1000px 160px #fff,
        1100px 100px #fff, 1200px 210px #fff, 1300px 140px #fff, 1400px 70px #fff,
        1500px 230px #fff, 1600px 110px #fff, 40px 250px #fff, 140px 40px #fff,
        220px 170px #fff, 340px 130px #fff, 460px 220px #fff, 580px 80px #fff,
        680px 200px #fff, 780px 140px #fff, 880px 90px #fff, 980px 240px #fff,
        80px 190px #fff, 180px 100px #fff, 280px 210px #fff, 380px 60px #fff,
        480px 150px #fff, 560px 30px #fff, 660px 170px #fff, 760px 110px #fff,
        860px 230px #fff, 960px 50px #fff, 1060px 190px #fff, 1160px 140px #fff,
        25px 110px #fff, 125px 230px #fff, 225px 60px #fff, 325px 190px #fff,
        425px 120px #fff, 525px 240px #fff, 625px 70px #fff, 725px 150px #fff,
        /* More stars for bottom half */
        15px 320px #fff, 95px 450px #fff, 175px 380px #fff, 255px 520px #fff,
        335px 410px #fff, 415px 540px #fff, 495px 470px #fff, 575px 350px #fff,
        655px 490px #fff, 735px 420px #fff, 815px 560px #fff, 895px 390px #fff,
        975px 510px #fff, 1055px 440px #fff, 1135px 570px #fff, 1215px 400px #fff,
        1295px 530px #fff, 1375px 460px #fff, 1455px 340px #fff, 1535px 480px #fff,
        65px 600px #fff, 145px 670px #fff, 225px 640px #fff, 305px 710px #fff,
        385px 680px #fff, 465px 750px #fff, 545px 620px #fff, 625px 690px #fff,
        705px 660px #fff, 785px 730px #fff, 865px 700px #fff, 945px 770px #fff,
        1025px 640px #fff, 1105px 710px #fff, 1185px 680px #fff, 1265px 620px #fff,
        /* Even more stars */
        120px 820px #fff, 200px 890px #fff, 280px 850px #fff, 360px 920px #fff,
        440px 880px #fff, 520px 960px #fff, 600px 830px #fff, 680px 900px #fff,
        760px 870px #fff, 840px 940px #fff, 920px 810px #fff, 1000px 880px #fff,
        1080px 850px #fff, 1160px 920px #fff, 1240px 890px #fff, 1320px 960px #fff,
        35px 1020px #fff, 115px 1090px #fff, 195px 1050px #fff, 275px 1120px #fff,
        355px 1080px #fff, 435px 1160px #fff, 515px 1030px #fff, 595px 1100px #fff;
    width: 1px;
    height: 1px;
    animation: twinkle 3s ease-in-out infinite, moveStars 50s linear infinite;
}

.stars2 {
    background: transparent;
    box-shadow: 
        150px 100px #fff, 350px 220px #fff, 550px 40px #fff, 750px 180px #fff,
        950px 120px #fff, 1150px 200px #fff, 1350px 80px #fff, 70px 160px #fff,
        270px 50px #fff, 470px 190px #fff, 670px 130px #fff, 870px 230px #fff,
        1070px 90px #fff, 1270px 170px #fff, 1470px 110px #fff, 110px 210px #fff,
        310px 140px #fff, 510px 70px #fff, 710px 200px #fff, 910px 40px #fff,
        1110px 180px #fff, 1310px 120px #fff, 190px 90px #fff, 390px 230px #fff,
        590px 160px #fff, 790px 50px #fff, 990px 210px #fff, 1190px 140px #fff,
        60px 200px #fff, 260px 80px #fff, 460px 170px #fff, 660px 110px #fff,
        35px 140px #fff, 235px 190px #fff, 435px 100px #fff, 635px 220px #fff,
        /* Additional layer 2 stars */
        85px 310px #fff, 285px 430px #fff, 485px 360px #fff, 685px 490px #fff,
        885px 420px #fff, 1085px 550px #fff, 1285px 380px #fff, 125px 500px #fff,
        325px 330px #fff, 525px 460px #fff, 725px 390px #fff, 925px 520px #fff,
        1125px 450px #fff, 1325px 580px #fff, 165px 610px #fff, 365px 540px #fff,
        565px 670px #fff, 765px 600px #fff, 965px 730px #fff, 1165px 660px #fff,
        205px 790px #fff, 405px 720px #fff, 605px 850px #fff, 805px 780px #fff,
        1005px 910px #fff, 1205px 840px #fff, 245px 970px #fff, 445px 900px #fff,
        645px 1030px #fff, 845px 960px #fff, 1045px 1090px #fff, 1245px 1020px #fff;
    width: 2px;
    height: 2px;
    animation: twinkle 4s ease-in-out infinite 1s, moveStars 100s linear infinite;
}

.stars3 {
    background: transparent;
    box-shadow: 
        100px 180px #ff0000, 300px 60px #ff4444, 500px 210px #ff0000,
        700px 130px #ff4444, 900px 90px #ff0000, 1100px 220px #ff4444,
        1300px 150px #ff0000, 130px 70px #ff4444, 330px 200px #ff0000,
        530px 120px #ff4444, 730px 40px #ff0000, 930px 190px #ff4444,
        1130px 100px #ff0000, 85px 230px #ff4444, 285px 110px #ff0000,
        485px 180px #ff4444, 685px 60px #ff0000, 885px 210px #ff4444,
        55px 150px #ff0000, 255px 90px #ff4444, 455px 220px #ff0000,
        655px 140px #ff4444, 855px 70px #ff0000, 1055px 200px #ff4444,
        /* Additional red stars */
        115px 340px #ff0000, 315px 460px #ff4444, 515px 390px #ff0000,
        715px 520px #ff4444, 915px 450px #ff0000, 1115px 580px #ff4444,
        155px 310px #ff0000, 355px 440px #ff4444, 555px 370px #ff0000,
        755px 500px #ff4444, 955px 430px #ff0000, 1155px 560px #ff4444,
        195px 640px #ff0000, 395px 570px #ff4444, 595px 700px #ff0000,
        795px 630px #ff4444, 995px 760px #ff0000, 1195px 690px #ff4444,
        235px 820px #ff0000, 435px 750px #ff4444, 635px 880px #ff0000,
        835px 810px #ff4444, 1035px 940px #ff0000, 1235px 870px #ff4444,
        75px 1000px #ff0000, 275px 930px #ff4444, 475px 1060px #ff0000,
        675px 990px #ff4444, 875px 1120px #ff0000, 1075px 1050px #ff4444;
    width: 1px;
    height: 1px;
    animation: twinkle 5s ease-in-out infinite 2s, moveStars 150s linear infinite;
}

.stars::after {
    content: "";
    position: absolute;
    top: 1000px;
    left: 0;
    width: 1px;
    height: 1px;
    box-shadow: inherit;
}

.stars2::after {
    content: "";
    position: absolute;
    top: 1000px;
    left: 0;
    width: 2px;
    height: 2px;
    box-shadow: inherit;
}

.stars3::after {
    content: "";
    position: absolute;
    top: 1000px;
    left: 0;
    width: 1px;
    height: 1px;
    box-shadow: inherit;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

@keyframes moveStars {
    from { transform: translateY(0px); }
    to { transform: translateY(-1000px); }
}

/* Header Styles */
header {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, 
        #ff0000 0%, 
        #00ff00 25%, 
        #0000ff 50%, 
        #ff00ff 75%, 
        #ff0000 100%) 1;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 20px;
    animation: rgbBorder 3s linear infinite;
}

/* Site Title - Only on Home Page */
.site-title {
    text-align: center;
    margin: 40px 0 20px;
}

.site-title h1 {
    color: #ff0000;
    font-size: 3.5em;
    text-shadow: 0 0 30px rgba(255, 0, 0, 0.8);
    letter-spacing: 6px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    margin: 0;
}

@keyframes rgbBorder {
    0% {
        border-image: linear-gradient(90deg, 
            #ff0000 0%, 
            #00ff00 25%, 
            #0000ff 50%, 
            #ff00ff 75%, 
            #ff0000 100%) 1;
    }
    25% {
        border-image: linear-gradient(90deg, 
            #ff00ff 0%, 
            #ff0000 25%, 
            #00ff00 50%, 
            #0000ff 75%, 
            #ff00ff 100%) 1;
    }
    50% {
        border-image: linear-gradient(90deg, 
            #0000ff 0%, 
            #ff00ff 25%, 
            #ff0000 50%, 
            #00ff00 75%, 
            #0000ff 100%) 1;
    }
    75% {
        border-image: linear-gradient(90deg, 
            #00ff00 0%, 
            #0000ff 25%, 
            #ff00ff 50%, 
            #ff0000 75%, 
            #00ff00 100%) 1;
    }
    100% {
        border-image: linear-gradient(90deg, 
            #ff0000 0%, 
            #00ff00 25%, 
            #0000ff 50%, 
            #ff00ff 75%, 
            #ff0000 100%) 1;
    }
}

.logo h1 {
    color: #ff0000;
    text-align: center;
    padding: 15px 0 10px;
    font-size: 2em;
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
    letter-spacing: 6px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    margin: 0;
}

/* Modern Navigation */
.main-nav {
    position: relative;
}

.nav-toggle {
    display: none;
    background: transparent;
    border: 2px solid #ff0000;
    color: #ff0000;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: -60px;
}

.hamburger {
    display: block;
    width: 25px;
    height: 2px;
    background: #ff0000;
    position: relative;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #ff0000;
    left: 0;
}

.hamburger::before { top: -8px; }
.hamburger::after { top: 8px; }

.nav-list {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 5px;
    padding-bottom: 10px;
}

.nav-link {
    color: #ff0000;
    text-decoration: none;
    padding: 8px 16px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 0.85em;
}

.nav-link:hover,
.nav-link.active {
    background: rgba(255, 0, 0, 0.15);
    color: #ff3333;
    border-color: rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

/* Page Layout */
.page-wrapper {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.main-content {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
}

/* Sidebar Ads */
.sidebar-left,
.sidebar-right {
    position: sticky;
    top: 150px;
    height: fit-content;
}

.ad-banner-vertical {
    min-height: 600px;
    width: 160px;
    padding: 10px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
    border: 2px dashed #ff0000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
}

.ad-banner-responsive {
    min-height: 250px;
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
    border: 2px dashed #ff0000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 40px;
    background: linear-gradient(135deg, rgba(26,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
    border: 2px solid #ff0000;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
}

.hero-title {
    font-size: 2.5em;
    color: #ff0000;
    text-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
}

.hero-subtitle {
    font-size: 1.3em;
    color: #e8e8e8;
    margin-bottom: 30px;
    font-weight: 300;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid #ff0000;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1em;
}

.btn-shop {
    background: linear-gradient(135deg, #ff0000 0%, #ff6600 100%);
    color: #fff;
    border: 3px solid #ff0000;
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.6), inset 0 0 20px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 30px rgba(255, 0, 0, 0.6), inset 0 0 20px rgba(255, 255, 255, 0.1);
    }
    50% {
        box-shadow: 0 0 50px rgba(255, 102, 0, 0.8), inset 0 0 30px rgba(255, 255, 255, 0.2);
    }
}

.btn-shop:hover {
    background: linear-gradient(135deg, #ff6600 0%, #ff0000 100%);
    box-shadow: 0 0 60px rgba(255, 102, 0, 1), inset 0 0 30px rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) scale(1.05);
    border-color: #ff6600;
}

.btn-primary {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #cc0000 0%, #990000 100%);
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.8);
    transform: translateY(-3px);
}

.btn-secondary {
    background: transparent;
    color: #ff0000;
}

.btn-secondary:hover {
    background: rgba(255, 0, 0, 0.2);
    color: #ff6666;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.5);
    transform: translateY(-3px);
}

/* Features Section */
.features-section {
    margin: 60px 0;
}

.section-title {
    text-align: center;
    font-size: 2.2em;
    color: #ff0000;
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
    margin-bottom: 40px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.feature-card {
    background: linear-gradient(135deg, rgba(10,10,10,0.8) 0%, rgba(26,0,0,0.6) 100%);
    border: 2px solid #ff0000;
    border-radius: 12px;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 25px;
    color: inherit;
    overflow: hidden;
    position: relative;
}

.features-list .feature-card {
    flex-direction: row;
}

.features-grid .feature-card {
    flex-direction: column;
    padding: 30px;
    text-align: center;
}

.feature-card:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 40px rgba(255, 0, 0, 0.5);
    border-color: #ff3333;
}

.features-grid .feature-card:hover {
    transform: translateY(-10px);
}

.features-list .feature-preview {
    width: 250px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 0;
    overflow: hidden;
    border: none;
    border-right: 2px solid #ff0000;
    position: relative;
}

.features-list .feature-preview::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.features-grid .feature-preview {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #ff0000;
    position: relative;
}

.features-grid .feature-preview::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.feature-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-preview img {
    transform: scale(1.1);
}

.feature-content {
    padding: 20px;
    flex: 1;
}

.features-grid .feature-content {
    padding: 0;
}

.feature-icon {
    font-size: 3em;
    margin-bottom: 15px;
}

.feature-card h3 {
    color: #ff0000;
    font-size: 1.4em;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.feature-card p {
    color: #e8e8e8;
    line-height: 1.6;
    font-weight: 400;
}

/* Social Cards for About Page */
.social-section {
    margin: 60px 0;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.social-card {
    background: linear-gradient(135deg, rgba(10,10,10,0.8) 0%, rgba(26,0,0,0.6) 100%);
    border: 2px solid #ff0000;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    text-decoration: none;
    display: block;
    color: inherit;
}

.social-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 10px 40px rgba(255, 0, 0, 0.8);
    border-color: #ff3333;
}

.social-icon {
    font-size: 3em;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.social-card h3 {
    color: #ff0000;
    font-size: 1.3em;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
}

.social-card p {
    color: #e8e8e8;
    font-size: 0.9em;
    line-height: 1.5;
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding: 50px 20px;
    margin: 60px 0;
    background: linear-gradient(135deg, rgba(26,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
    border: 2px solid #ff0000;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
}

.cta-section h2 {
    font-size: 2em;
    color: #ff0000;
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 1.2em;
    color: #e8e8e8;
    margin-bottom: 25px;
}

/* Content Sections - Modular Components */
.content-section {
    margin: 40px 0;
    padding: 30px;
    background: linear-gradient(135deg, rgba(10,10,10,0.6) 0%, rgba(26,0,0,0.4) 100%);
    border: 2px solid #ff0000;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
}

.content-section h2 {
    font-size: 2em;
    color: #ff0000;
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
    margin-bottom: 20px;
    font-family: 'Orbitron', sans-serif;
}

.content-section h3 {
    font-size: 1.5em;
    color: #ff0000;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: 'Rajdhani', sans-serif;
}

.content-block {
    color: #e8e8e8;
    line-height: 1.8;
}

.content-block p {
    margin-bottom: 15px;
    font-size: 1.05em;
}

.content-block ul {
    margin: 15px 0;
    padding-left: 30px;
    list-style-type: none;
}

.content-block ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.content-block ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #ff0000;
    font-weight: bold;
}

.content-block a {
    color: #ff3333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.content-block a:hover {
    color: #ff6666;
    text-decoration: underline;
}

.section-description {
    text-align: center;
    color: #e8e8e8;
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Content Grid for Info Cards */
.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.info-card {
    background: linear-gradient(135deg, rgba(26,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
    border: 2px solid #ff0000;
    border-radius: 10px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 30px rgba(255, 0, 0, 0.8);
    border-color: #ff3333;
}

.info-card h3 {
    color: #ff0000;
    font-size: 1.3em;
    margin-bottom: 12px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
    font-family: 'Rajdhani', sans-serif;
}

.info-card p {
    color: #e8e8e8;
    line-height: 1.6;
    font-size: 0.95em;
}

.hero-description {
    font-size: 1.1em;
    color: #e8e8e8;
    margin: 20px auto;
    max-width: 800px;
    line-height: 1.7;
}

/* Footer */
footer {
    background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(26,0,0,0.95) 50%, rgba(0,0,0,0.95) 100%);
    backdrop-filter: blur(10px);
    color: #ff0000;
    text-align: center;
    padding: 30px 20px;
    border-top: 3px solid #ff0000;
    box-shadow: 0 -4px 20px rgba(255, 0, 0, 0.3);
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ff0000;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 5px 10px;
}

.footer-links a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}

/* Ad Sections */
.ad-section {
    margin: 40px 0;
    padding: 20px;
}

.ad-banner-horizontal-responsive {
    min-height: 90px;
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
    border: 2px dashed #ff0000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 14px;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
}

/* Legacy Ad Styles */
.ad-banner-leaderboard {
    min-height: 90px;
    max-width: 728px;
    margin: 20px auto;
    padding: 10px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
    border: 2px dashed #ff0000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 14px;
}

.ad-banner-large-rectangle {
    min-height: 250px;
    max-width: 336px;
    margin: 20px auto;
    padding: 10px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
    border: 2px dashed #ff0000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 14px;
}

.ad-banner-medium-rectangle {
    min-height: 250px;
    max-width: 300px;
    margin: 20px auto;
    padding: 10px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
    border: 2px dashed #ff0000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 14px;
}

.ad-banner-skyscraper {
    min-height: 600px;
    max-width: 160px;
    margin: 20px;
    padding: 10px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
    border: 2px dashed #ff0000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 14px;
}

.ad-banner-horizontal {
    min-height: 60px;
    max-width: 468px;
    margin: 20px auto;
    padding: 10px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
    border: 2px dashed #ff0000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 14px;
}

/* Legacy Styles */
.product {
    border: 2px solid #ff0000;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
}

.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(255, 0, 0, 0.5);
    border-color: #ff3333;
}

.product img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #ff0000;
}

.portfolio-item {
    margin: 20px 0;
}

.portfolio-item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #ff0000;
}

h1, h2, h3 {
    color: #ff0000;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

p {
    line-height: 1.6;
    color: #cccccc;
}

/* ========================================
   RESPONSIVE DESIGN - MOBILE FIRST
   ======================================== */

/* Tablets and smaller (max-width: 1024px) */
@media screen and (max-width: 1024px) {
    .page-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }
    
    .sidebar-left,
    .sidebar-right {
        display: none;
    }
    
    .logo h1 {
        font-size: 2em;
        letter-spacing: 4px;
    }
    
    .hero-title {
        font-size: 2em;
    }
    
    .hero-subtitle {
        font-size: 1.1em;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .features-list {
        gap: 20px;
    }
    
    .features-list .feature-card {
        flex-direction: column;
    }
    
    .features-list .feature-preview {
        width: 100%;
        height: 200px;
        border-right: none;
        border-bottom: 2px solid #ff0000;
        border-radius: 12px 12px 0 0;
    }
    
    .feature-content {
        text-align: center;
    }
    
    .social-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* Mobile devices (max-width: 768px) */
@media screen and (max-width: 768px) {
    .nav-toggle {
        display: block;
    }
    
    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, rgba(0,0,0,0.98) 0%, rgba(26,0,0,0.98) 100%);
        backdrop-filter: blur(10px);
        border-top: 2px solid #ff0000;
        box-shadow: 0 10px 30px rgba(255, 0, 0, 0.3);
        padding: 20px;
        gap: 0;
    }
    
    .nav-list.active {
        display: flex;
    }
    
    .nav-link {
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 0, 0, 0.2);
    }
    
    .logo h1 {
        font-size: 1.8em;
        letter-spacing: 3px;
        padding: 15px 0 10px;
    }
    
    .hero {
        padding: 40px 15px;
    }
    
    .hero-title {
        font-size: 1.6em;
    }
    
    .hero-subtitle {
        font-size: 1em;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .section-title {
        font-size: 1.8em;
    }
    
    .feature-card {
        padding: 25px;
    }
    
    .main-content {
        padding: 10px;
    }
    
    .ad-banner-horizontal-responsive {
        min-height: 60px;
        padding: 15px;
        font-size: 12px;
    }
    
    .feature-preview {
        height: 150px;
    }
    
    .features-list .feature-preview {
        height: 150px;
    }
    
    .feature-card:hover {
        transform: translateY(-5px);
    }
    
    .social-grid {
        grid-template-columns: 1fr;
    }
}

/* Small mobile devices (max-width: 480px) */
@media screen and (max-width: 480px) {
    .logo h1 {
        font-size: 1.5em;
        letter-spacing: 2px;
    }
    
    .nav-link {
        font-size: 0.85em;
        letter-spacing: 1px;
    }
    
    .hero-title {
        font-size: 1.3em;
    }
    
    .hero-subtitle {
        font-size: 0.9em;
    }
    
    .section-title {
        font-size: 1.5em;
    }
    
    .feature-icon {
        font-size: 2.5em;
    }
    
    .feature-card h3 {
        font-size: 1.2em;
    }
    
    .cta-section h2 {
        font-size: 1.5em;
    }
    
    .cta-section p {
        font-size: 1em;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 15px;
    }
}