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

:root {
    --red-primary: #E51937;
    --red-dark: #C1122F;
    --yellow-primary: #FFD700;
    --yellow-light: #FFE44D;
    --dark-blue: #0F1B3D;
    --dark-blue-light: #1A2B4D;
    --purple-dark: #2D1B4E;
    --text-white: #FFFFFF;
    --text-gray: #CCCCCC;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.6;
    color: var(--text-white);
    background: var(--dark-blue);
    overflow-x: hidden;
    position: relative;
}

/* Premium Stars Background Animation */
.stars-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.stars-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, white, transparent),
        radial-gradient(2px 2px at 60% 70%, white, transparent),
        radial-gradient(1px 1px at 50% 50%, white, transparent),
        radial-gradient(1px 1px at 80% 10%, white, transparent),
        radial-gradient(2px 2px at 90% 40%, white, transparent),
        radial-gradient(1px 1px at 33% 60%, white, transparent),
        radial-gradient(2px 2px at 55% 20%, white, transparent),
        radial-gradient(1px 1px at 15% 80%, white, transparent),
        radial-gradient(2px 2px at 75% 60%, white, transparent),
        radial-gradient(1px 1px at 40% 90%, white, transparent),
        radial-gradient(2px 2px at 25% 15%, white, transparent),
        radial-gradient(1px 1px at 85% 75%, white, transparent),
        radial-gradient(2px 2px at 45% 35%, white, transparent),
        radial-gradient(1px 1px at 65% 85%, white, transparent),
        radial-gradient(2px 2px at 10% 50%, white, transparent),
        radial-gradient(1px 1px at 95% 25%, white, transparent),
        radial-gradient(2px 2px at 30% 70%, white, transparent),
        radial-gradient(1px 1px at 70% 40%, white, transparent),
        radial-gradient(2px 2px at 50% 10%, white, transparent),
        radial-gradient(1px 1px at 20% 95%, white, transparent);
    background-repeat: repeat;
    background-size: 200% 200%;
    animation: sparkle 3s ease-in-out infinite;
}

.stars-layer-1 {
    background-image: 
        radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(1px 1px at 80% 10%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(2px 2px at 90% 40%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 33% 60%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(2px 2px at 55% 20%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 15% 80%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(2px 2px at 75% 60%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 40% 90%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(2px 2px at 25% 15%, rgba(255, 255, 255, 0.8), transparent),
        radial-gradient(1px 1px at 85% 75%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(2px 2px at 45% 35%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 65% 85%, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(2px 2px at 10% 50%, rgba(255, 255, 255, 0.8), transparent);
    animation: sparkle 2s ease-in-out infinite;
    background-size: 250% 250%;
}

.stars-layer-2 {
    background-image: 
        radial-gradient(1.5px 1.5px at 35% 45%, rgba(255, 215, 0, 0.8), transparent),
        radial-gradient(1px 1px at 70% 25%, rgba(255, 215, 0, 0.6), transparent),
        radial-gradient(2px 2px at 15% 65%, rgba(255, 215, 0, 0.7), transparent),
        radial-gradient(1px 1px at 85% 50%, rgba(255, 215, 0, 0.5), transparent),
        radial-gradient(1.5px 1.5px at 50% 75%, rgba(255, 215, 0, 0.8), transparent),
        radial-gradient(1px 1px at 25% 35%, rgba(255, 215, 0, 0.6), transparent),
        radial-gradient(2px 2px at 65% 80%, rgba(255, 215, 0, 0.7), transparent),
        radial-gradient(1px 1px at 40% 20%, rgba(255, 215, 0, 0.5), transparent),
        radial-gradient(1.5px 1.5px at 90% 60%, rgba(255, 215, 0, 0.8), transparent),
        radial-gradient(1px 1px at 55% 40%, rgba(255, 215, 0, 0.6), transparent),
        radial-gradient(2px 2px at 30% 85%, rgba(255, 215, 0, 0.7), transparent),
        radial-gradient(1px 1px at 75% 15%, rgba(255, 215, 0, 0.5), transparent);
    animation: sparkle 3.5s ease-in-out infinite;
    background-size: 300% 300%;
    animation-delay: 0.5s;
}

.stars-layer-3 {
    background-image: 
        radial-gradient(1px 1px at 45% 55%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1.5px 1.5px at 25% 75%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1px 1px at 80% 35%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(2px 2px at 60% 90%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 35% 25%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1.5px 1.5px at 90% 70%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(1px 1px at 15% 45%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(2px 2px at 70% 55%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1px 1px at 50% 30%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(1.5px 1.5px at 30% 60%, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(1px 1px at 85% 80%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(2px 2px at 65% 20%, rgba(255, 255, 255, 0.6), transparent);
    animation: sparkle 4s ease-in-out infinite;
    background-size: 350% 350%;
    animation-delay: 1s;
}

.stars-layer-4 {
    background-image: 
        radial-gradient(3px 3px at 40% 50%, rgba(255, 215, 0, 0.4), transparent),
        radial-gradient(2px 2px at 75% 30%, rgba(255, 215, 0, 0.3), transparent),
        radial-gradient(3px 3px at 20% 70%, rgba(255, 215, 0, 0.5), transparent),
        radial-gradient(2px 2px at 90% 60%, rgba(255, 215, 0, 0.4), transparent),
        radial-gradient(3px 3px at 55% 15%, rgba(255, 215, 0, 0.3), transparent),
        radial-gradient(2px 2px at 30% 85%, rgba(255, 215, 0, 0.5), transparent),
        radial-gradient(3px 3px at 65% 45%, rgba(255, 215, 0, 0.4), transparent),
        radial-gradient(2px 2px at 15% 25%, rgba(255, 215, 0, 0.3), transparent),
        radial-gradient(3px 3px at 85% 75%, rgba(255, 215, 0, 0.5), transparent),
        radial-gradient(2px 2px at 50% 35%, rgba(255, 215, 0, 0.4), transparent),
        radial-gradient(3px 3px at 25% 55%, rgba(255, 215, 0, 0.3), transparent),
        radial-gradient(2px 2px at 70% 80%, rgba(255, 215, 0, 0.5), transparent);
    animation: sparkle 5s ease-in-out infinite;
    background-size: 400% 400%;
    animation-delay: 1.5s;
}

@keyframes sparkle {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0;
        transform: translateY(0) scale(0.8);
    }
    50% {
        opacity: 1;
        transform: translateY(-10px) scale(1.2);
    }
}

/* Smooth parallax effect for stars */
.stars-layer-1 {
    animation: sparkle 2s ease-in-out infinite, drift 20s linear infinite;
}

.stars-layer-2 {
    animation: sparkle 3.5s ease-in-out infinite, drift 25s linear infinite;
    animation-delay: 0.5s;
}

.stars-layer-3 {
    animation: sparkle 4s ease-in-out infinite, drift 30s linear infinite;
    animation-delay: 1s;
}

.stars-layer-4 {
    animation: sparkle 5s ease-in-out infinite, drift 35s linear infinite;
    animation-delay: 1.5s;
}

@keyframes drift {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50px, -50px);
    }
}

/* Premium Snow Animation */
.snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.snowflake {
    position: absolute;
    top: -10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    animation-name: snowfall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.snowflake:nth-child(1) {
    left: 10%;
    animation-duration: 10s;
    animation-delay: 0s;
    font-size: 1em;
    opacity: 0.9;
}

.snowflake:nth-child(2) {
    left: 20%;
    animation-duration: 12s;
    animation-delay: 1s;
    font-size: 1.2em;
    opacity: 0.7;
}

.snowflake:nth-child(3) {
    left: 30%;
    animation-duration: 15s;
    animation-delay: 2s;
    font-size: 0.8em;
    opacity: 0.8;
}

.snowflake:nth-child(4) {
    left: 40%;
    animation-duration: 11s;
    animation-delay: 0.5s;
    font-size: 1.1em;
    opacity: 0.9;
}

.snowflake:nth-child(5) {
    left: 50%;
    animation-duration: 13s;
    animation-delay: 1.5s;
    font-size: 0.9em;
    opacity: 0.6;
}

.snowflake:nth-child(6) {
    left: 60%;
    animation-duration: 14s;
    animation-delay: 2.5s;
    font-size: 1.3em;
    opacity: 0.8;
}

.snowflake:nth-child(7) {
    left: 70%;
    animation-duration: 10s;
    animation-delay: 0.3s;
    font-size: 0.7em;
    opacity: 0.9;
}

.snowflake:nth-child(8) {
    left: 80%;
    animation-duration: 12s;
    animation-delay: 1.8s;
    font-size: 1.1em;
    opacity: 0.7;
}

.snowflake:nth-child(9) {
    left: 90%;
    animation-duration: 15s;
    animation-delay: 0.7s;
    font-size: 0.8em;
    opacity: 0.8;
}

.snowflake:nth-child(10) {
    left: 15%;
    animation-duration: 11s;
    animation-delay: 3s;
    font-size: 1.2em;
    opacity: 0.6;
}

.snowflake:nth-child(11) {
    left: 25%;
    animation-duration: 13s;
    animation-delay: 1.2s;
    font-size: 0.9em;
    opacity: 0.9;
}

.snowflake:nth-child(12) {
    left: 35%;
    animation-duration: 14s;
    animation-delay: 2.2s;
    font-size: 1.1em;
    opacity: 0.7;
}

.snowflake:nth-child(13) {
    left: 45%;
    animation-duration: 10s;
    animation-delay: 0.8s;
    font-size: 0.8em;
    opacity: 0.8;
}

.snowflake:nth-child(14) {
    left: 55%;
    animation-duration: 12s;
    animation-delay: 1.5s;
    font-size: 1.3em;
    opacity: 0.9;
}

.snowflake:nth-child(15) {
    left: 65%;
    animation-duration: 15s;
    animation-delay: 2.8s;
    font-size: 0.7em;
    opacity: 0.6;
}

.snowflake:nth-child(16) {
    left: 75%;
    animation-duration: 11s;
    animation-delay: 0.4s;
    font-size: 1.1em;
    opacity: 0.8;
}

.snowflake:nth-child(17) {
    left: 85%;
    animation-duration: 13s;
    animation-delay: 1.7s;
    font-size: 0.9em;
    opacity: 0.7;
}

.snowflake:nth-child(18) {
    left: 95%;
    animation-duration: 14s;
    animation-delay: 2.3s;
    font-size: 1.2em;
    opacity: 0.9;
}

.snowflake:nth-child(19) {
    left: 5%;
    animation-duration: 10s;
    animation-delay: 0.6s;
    font-size: 0.8em;
    opacity: 0.8;
}

.snowflake:nth-child(20) {
    left: 12%;
    animation-duration: 12s;
    animation-delay: 1.3s;
    font-size: 1.1em;
    opacity: 0.6;
}

.snowflake:nth-child(21) {
    left: 22%;
    animation-duration: 15s;
    animation-delay: 2.6s;
    font-size: 0.9em;
    opacity: 0.9;
}

.snowflake:nth-child(22) {
    left: 32%;
    animation-duration: 11s;
    animation-delay: 0.9s;
    font-size: 1.3em;
    opacity: 0.7;
}

.snowflake:nth-child(23) {
    left: 42%;
    animation-duration: 13s;
    animation-delay: 1.4s;
    font-size: 0.7em;
    opacity: 0.8;
}

.snowflake:nth-child(24) {
    left: 52%;
    animation-duration: 14s;
    animation-delay: 2.7s;
    font-size: 1.2em;
    opacity: 0.9;
}

.snowflake:nth-child(25) {
    left: 62%;
    animation-duration: 10s;
    animation-delay: 0.2s;
    font-size: 0.8em;
    opacity: 0.6;
}

.snowflake:nth-child(26) {
    left: 72%;
    animation-duration: 12s;
    animation-delay: 1.6s;
    font-size: 1.1em;
    opacity: 0.8;
}

.snowflake:nth-child(27) {
    left: 82%;
    animation-duration: 15s;
    animation-delay: 2.4s;
    font-size: 0.9em;
    opacity: 0.7;
}

.snowflake:nth-child(28) {
    left: 92%;
    animation-duration: 11s;
    animation-delay: 0.5s;
    font-size: 1.2em;
    opacity: 0.9;
}

.snowflake:nth-child(29) {
    left: 8%;
    animation-duration: 13s;
    animation-delay: 1.1s;
    font-size: 0.8em;
    opacity: 0.8;
}

.snowflake:nth-child(30) {
    left: 18%;
    animation-duration: 14s;
    animation-delay: 2.9s;
    font-size: 1.1em;
    opacity: 0.6;
}

.snowflake:nth-child(31) {
    left: 28%;
    animation-duration: 10s;
    animation-delay: 0.7s;
    font-size: 0.9em;
    opacity: 0.9;
}

.snowflake:nth-child(32) {
    left: 38%;
    animation-duration: 12s;
    animation-delay: 1.9s;
    font-size: 1.3em;
    opacity: 0.7;
}

.snowflake:nth-child(33) {
    left: 48%;
    animation-duration: 15s;
    animation-delay: 2.1s;
    font-size: 0.7em;
    opacity: 0.8;
}

.snowflake:nth-child(34) {
    left: 58%;
    animation-duration: 11s;
    animation-delay: 0.4s;
    font-size: 1.1em;
    opacity: 0.9;
}

.snowflake:nth-child(35) {
    left: 68%;
    animation-duration: 13s;
    animation-delay: 1.8s;
    font-size: 0.8em;
    opacity: 0.6;
}

.snowflake:nth-child(36) {
    left: 78%;
    animation-duration: 14s;
    animation-delay: 2.5s;
    font-size: 1.2em;
    opacity: 0.8;
}

.snowflake:nth-child(37) {
    left: 88%;
    animation-duration: 10s;
    animation-delay: 0.3s;
    font-size: 0.9em;
    opacity: 0.7;
}

.snowflake:nth-child(38) {
    left: 98%;
    animation-duration: 12s;
    animation-delay: 1.7s;
    font-size: 1.1em;
    opacity: 0.9;
}

.snowflake:nth-child(39) {
    left: 3%;
    animation-duration: 15s;
    animation-delay: 2.2s;
    font-size: 0.8em;
    opacity: 0.8;
}

.snowflake:nth-child(40) {
    left: 7%;
    animation-duration: 11s;
    animation-delay: 0.6s;
    font-size: 1.3em;
    opacity: 0.6;
}

.snowflake:nth-child(41) {
    left: 17%;
    animation-duration: 13s;
    animation-delay: 1.4s;
    font-size: 0.7em;
    opacity: 0.9;
}

.snowflake:nth-child(42) {
    left: 27%;
    animation-duration: 14s;
    animation-delay: 2.6s;
    font-size: 1.2em;
    opacity: 0.7;
}

.snowflake:nth-child(43) {
    left: 37%;
    animation-duration: 10s;
    animation-delay: 0.8s;
    font-size: 0.9em;
    opacity: 0.8;
}

.snowflake:nth-child(44) {
    left: 47%;
    animation-duration: 12s;
    animation-delay: 1.3s;
    font-size: 1.1em;
    opacity: 0.9;
}

.snowflake:nth-child(45) {
    left: 57%;
    animation-duration: 15s;
    animation-delay: 2.8s;
    font-size: 0.8em;
    opacity: 0.6;
}

.snowflake:nth-child(46) {
    left: 67%;
    animation-duration: 11s;
    animation-delay: 0.5s;
    font-size: 1.2em;
    opacity: 0.8;
}

.snowflake:nth-child(47) {
    left: 77%;
    animation-duration: 13s;
    animation-delay: 1.6s;
    font-size: 0.9em;
    opacity: 0.7;
}

.snowflake:nth-child(48) {
    left: 87%;
    animation-duration: 14s;
    animation-delay: 2.3s;
    font-size: 1.1em;
    opacity: 0.9;
}

.snowflake:nth-child(49) {
    left: 97%;
    animation-duration: 10s;
    animation-delay: 0.2s;
    font-size: 0.8em;
    opacity: 0.8;
}

.snowflake:nth-child(50) {
    left: 13%;
    animation-duration: 12s;
    animation-delay: 1.9s;
    font-size: 1.3em;
    opacity: 0.6;
}

@keyframes snowfall {
    0% {
        transform: translateY(0vh) translateX(0) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) translateX(20px) rotate(360deg);
        opacity: 0;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Header Styles */
.header {
    background: linear-gradient(135deg, #0F1B3D 0%, #1A2B4D 50%, #2D1B4E 100%);
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

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

.logo-img {
    height: 50px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
}

.header-buttons {
    display: flex;
    gap: 12px;
}

.btn {
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-align: center;
}

.btn-primary {
    background: var(--yellow-primary);
    color: var(--dark-blue);
}

.btn-primary:hover {
    background: var(--yellow-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.btn-secondary {
    background: var(--red-primary);
    color: var(--text-white);
}

.btn-secondary:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 25, 55, 0.4);
}

.btn-large {
    padding: 14px 35px;
    font-size: 16px;
}

/* Hero Section */
.hero {
    padding: 100px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(135deg, #0F1B3D 0%, #1A2B4D 50%, #2D1B4E 100%);
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://i.imgur.com/FBMNQwV.jpg');
    background-size: auto 150%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.65;
    z-index: 0;
    filter: blur(1.5px) brightness(1.1);
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse 600px 800px at 20% 50%, rgba(255, 215, 0, 0.15) 0%, transparent 55%),
        radial-gradient(circle 500px at 25% 50%, rgba(255, 255, 255, 0.12) 0%, transparent 65%);
    pointer-events: none;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(to right, rgba(15, 27, 61, 0.4) 0%, rgba(15, 27, 61, 0.5) 25%, rgba(15, 27, 61, 0.6) 55%, rgba(15, 27, 61, 0.75) 100%);
    z-index: 2;
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 3;
}

.hero-content-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 550px;
    margin-left: auto;
    margin-right: 0;
    transform: translateX(0);
}

.hero-text-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hero-title {
    font-size: 56px;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-weight: 800;
    color: var(--text-white);
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.5px;
    text-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.8),
        0 2px 10px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(255, 215, 0, 0.2);
}

.hero-description {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    max-width: 500px;
    letter-spacing: 0.2px;
    text-shadow: 
        0 2px 12px rgba(0, 0, 0, 0.7),
        0 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-cta {
    align-self: flex-start;
    margin-top: 10px;
}

.col-xl-12 {
    width: 100%;
}

.d-flex-col {
    display: flex;
    flex-direction: column;
}

.hpg-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    min-height: 750px;
    max-width: 800px;
}

.w-100 {
    width: 100%;
}


/* Sponsors Section */
.sponsors {
    background: var(--dark-blue);
    padding: 40px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}

.sponsors-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-white);
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 1px;
}

.sponsor-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 15px 0;
}

.sponsor-logos::-webkit-scrollbar {
    height: 6px;
}

.sponsor-logos::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.sponsor-logos::-webkit-scrollbar-thumb {
    background: var(--yellow-primary);
    border-radius: 10px;
}

.sponsor-logos img {
    height: 50px;
    opacity: 0.8;
    transition: all 0.3s ease;
    filter: brightness(1.1);
    flex-shrink: 0;
    margin-right: 25px;
}

.sponsor-logos img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.sponsor-main-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 70px;
    opacity: 1;
    filter: brightness(1);
    transition: transform 0.3s ease;
    object-fit: contain;
}

.sponsor-main-image:hover {
    transform: scale(1.02);
}

/* Awards Section */
.awards-section {
    background: var(--dark-blue);
    padding: 120px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.awards-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--yellow-primary);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 60px;
    text-align: center;
}

.awards-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 45px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 40px;
    align-items: center;
    justify-items: center;
}

.award-image {
    max-height: 180px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    filter: brightness(0.95) contrast(0.95);
    transition: all 0.3s ease;
    opacity: 0.85;
    border-radius: 12px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.02);
}

.award-image:hover {
    transform: scale(1.08);
    filter: brightness(1.05) contrast(1.05);
    opacity: 1;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.25);
    background: rgba(255, 255, 255, 0.04);
}

/* Jackpot Section */
.jackpot-section {
    background: var(--dark-blue);
    padding: 60px 0;
    position: relative;
}

.jackpot-widgets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.jackpot-widget-cell--wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    min-height: 380px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 215, 0, 0.1);
}

.jackpot-widget-cell--wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 215, 0, 0.3);
}

.jackpot-vip-bell {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=496,height=640,,format=auto/gaming-content/jackpots/widget/background/vip-bell-link-bgr.png');
}

.jackpot-golden-coins {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=496,height=640,,format=auto/gaming-content/jackpots/widget/background/golden-coins.png');
}

.jackpot-cards {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=496,height=640,,format=auto/gaming-content/jackpots/widget/background/jackpot-cards.png');
}

.d-flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.jp-logo {
    margin-bottom: 15px;
}

.jp-logo__image img {
    max-height: 70px;
    width: auto;
}

.jackpot__numbers {
    position: relative;
}

.jackpot__number--wrapper {
    position: relative;
    padding: 12px 20px;
    min-width: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip-level1 {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=430,height=86,,format=auto/gaming-content/jackpots/common/vip-bell-link-jackpot/level-1.png') !important;
    min-width: 160px;
    transform: scale(0.85);
}

.vip-level2 {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=364,height=72,,format=auto/gaming-content/jackpots/common/vip-bell-link-jackpot/level-2.png') !important;
    min-width: 140px;
    transform: scale(0.85);
}

.vip-level3 {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=220,height=48,,format=auto/gaming-content/jackpots/common/vip-bell-link-jackpot/level-3.png') !important;
    min-width: 60px;
    transform: scale(0.85);
}

.vip-level4 {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=224,height=48,,format=auto/gaming-content/jackpots/common/vip-bell-link-jackpot/level-4.png') !important;
    min-width: 75px;
    transform: scale(0.85);
}

.golden-level1 {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=384,height=94,,format=auto/gaming-content/jackpots/common/golden-coins/level-1.png') !important;
    min-width: 130px;
    transform: scale(0.85);
}

.golden-level2 {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=308,height=76,,format=auto/gaming-content/jackpots/common/golden-coins/level-2.png') !important;
    min-width: 110px;
    transform: scale(0.85);
}

.golden-level3,
.golden-level4 {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=188,height=46,,format=auto/gaming-content/jackpots/common/golden-coins/level-3.png') !important;
    min-width: 55px;
    transform: scale(0.85);
}

.cards-level1 {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=456,height=86,,format=auto/gaming-content/jackpots/common/jackpot-cards/level-1.png') !important;
    min-width: 140px;
    transform: scale(0.35);
}

.cards-level2 {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=368,height=72,,format=auto/gaming-content/jackpots/common/jackpot-cards/level-2.png') !important;
    min-width: 120px;
    transform: scale(0.38);
}

.cards-level3,
.cards-level4 {
    background-image: url('https://bucdn.meritroyalcasino349.com/cdn-cgi/image/fit=cover,width=200,height=52,,format=auto/gaming-content/jackpots/common/jackpot-cards/level-3.png') !important;
    min-width: 70px;
    transform: scale(0.38);
}

.jackpot__currency {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-white);
    margin-right: 6px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.jackpot__number {
    font-size: 20px;
    font-weight: 900;
    color: var(--yellow-primary);
    text-shadow: 
        0 0 10px rgba(255, 215, 0, 0.8),
        0 0 20px rgba(255, 215, 0, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 
            0 0 10px rgba(255, 215, 0, 0.8),
            0 0 20px rgba(255, 215, 0, 0.5),
            0 2px 4px rgba(0, 0, 0, 0.8);
    }
    to {
        text-shadow: 
            0 0 15px rgba(255, 215, 0, 1),
            0 0 30px rgba(255, 215, 0, 0.7),
            0 0 40px rgba(255, 215, 0, 0.4),
            0 2px 4px rgba(0, 0, 0, 0.8);
    }
}

.jackpot-value-container {
    display: inline-block;
    min-width: 90px;
    text-align: center;
    position: relative;
}

.jackpot-value-container.updating {
    animation: pulse 0.6s ease;
}

@keyframes pulse {
    0%, 100% { 
        transform: scale(1);
    }
    50% { 
        transform: scale(1.15);
    }
}

.level1 .jackpot__number {
    font-size: 26px;
    font-weight: 900;
}

.level2 .jackpot__number {
    font-size: 22px;
    font-weight: 900;
}

.level3 .jackpot__number,
.level4 .jackpot__number {
    font-size: 18px;
    font-weight: 900;
}

.d-flex-ac-ja {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin: 20px 0;
}

.jackpot-footer {
    margin-top: 15px;
    gap: 12px;
}

.jackpot-widget-cell--logo {
    height: 28px;
    width: auto;
    opacity: 0.9;
}

.main-dl-btn {
    padding: 10px 30px;
    background: var(--yellow-primary);
    color: var(--dark-blue);
    border: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.main-dl-btn:hover {
    background: var(--yellow-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

@media (max-width: 768px) {
    .jackpot-section {
        padding: 40px 0;
    }
    
    .jackpot-widgets-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .jackpot-widget-cell--wrapper {
        padding: 25px 20px;
        min-height: 320px;
    }
    
    .jp-logo__image img {
        max-height: 60px;
    }
    
    .d-flex-ac-ja {
        gap: 10px;
        margin: 15px 0;
    }
    
    .jackpot__number--wrapper {
        min-width: 120px !important;
        padding: 10px 16px;
    }
    
    .jackpot__currency {
        font-size: 11px;
    }
    
    .level1 .jackpot__number {
        font-size: 22px;
    }
    
    .level2 .jackpot__number {
        font-size: 20px;
    }
    
    .level3 .jackpot__number,
    .level4 .jackpot__number {
        font-size: 16px;
    }
    
    .main-dl-btn {
        padding: 8px 25px;
        font-size: 13px;
    }
}

/* Main Features Section */
.main-features {
    background: var(--dark-blue);
    padding: 100px 0;
    position: relative;
}

.main-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(229, 25, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.section-title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: var(--text-white);
    font-weight: 700;
    line-height: 1.3;
}

.section-title .highlight {
    color: var(--yellow-primary);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    perspective: 1200px;
    padding: 20px 0;
}

.feature-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-radius: 25px;
    overflow: visible;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255, 215, 0, 0.15);
    box-shadow: 
        0 15px 50px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    transform-style: preserve-3d;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(229, 25, 55, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
    border-radius: 20px;
}

.feature-card:hover {
    transform: translateY(-20px) rotateX(3deg) rotateY(-1deg) scale(1.03);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-color: rgba(255, 215, 0, 0.7);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.7),
        0 0 0 3px rgba(255, 215, 0, 0.4) inset,
        0 0 120px rgba(255, 215, 0, 0.4),
        0 0 180px rgba(229, 25, 55, 0.25);
    z-index: 5;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-image {
    width: 100%;
    height: 320px;
    overflow: visible;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: -10px -10px 0 -10px;
    border-radius: 20px 20px 0 0;
}

.feature-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(15, 27, 61, 0.85) 0%, transparent 100%);
    z-index: 1;
    pointer-events: none;
    border-radius: 0 0 25px 25px;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 0;
    border-radius: 20px 20px 0 0;
    filter: brightness(1.05) contrast(1.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.feature-card:hover .feature-image {
    transform: translateY(-8px);
    z-index: 10;
}

.feature-card:hover .feature-image img {
    transform: scale(1.08) translateZ(30px);
    filter: brightness(1.15) contrast(1.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(255, 215, 0, 0.2);
}

.feature-content {
    padding: 35px;
    position: relative;
    z-index: 1;
    background: rgba(15, 27, 61, 0.8);
    border-radius: 0 0 25px 25px;
    margin-top: -5px;
}

.feature-content h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: var(--yellow-primary);
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-content h3 {
    color: var(--yellow-primary);
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    transform: translateX(5px);
}

.feature-content p {
    color: var(--text-gray);
    line-height: 1.8;
    font-size: 15px;
    transition: color 0.3s ease;
}

.feature-card:hover .feature-content p {
    color: rgba(255, 255, 255, 0.9);
}

/* Bonuses Section */
.bonuses {
    background: var(--dark-blue);
    padding: 80px 0;
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: var(--text-gray);
    margin-bottom: 50px;
}

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

.bonus-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.bonus-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.bonus-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(229, 25, 55, 0.2), rgba(255, 215, 0, 0.2));
}

.bonus-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bonus-card:hover .bonus-image img {
    transform: scale(1.15);
}

.bonus-content {
    padding: 25px;
}

.bonus-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--yellow-primary);
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.bonus-content p {
    color: var(--text-gray);
    line-height: 1.7;
    font-size: 14px;
}

.bonus-details-btn {
    margin-top: 15px;
    padding: 10px 20px;
    background: var(--yellow-primary);
    color: var(--dark-blue);
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.bonus-details-btn:hover {
    background: var(--yellow-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.bonus-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bonus-details {
    margin-top: 15px;
}

.bonus-highlight {
    color: var(--yellow-primary) !important;
    font-weight: 600;
    font-size: 15px !important;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 215, 0, 0.1);
    border-left: 3px solid var(--yellow-primary);
    border-radius: 5px;
}

.bonus-rules {
    margin-top: 20px;
}

.bonus-rules h4 {
    color: var(--yellow-primary);
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bonus-rules h4:first-child {
    margin-top: 0;
}

.bonus-rules ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.bonus-rules ul li {
    color: var(--text-gray);
    font-size: 13px;
    line-height: 1.8;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
}

.bonus-rules ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--yellow-primary);
    font-weight: bold;
}

.bonus-rules ul li strong {
    color: var(--text-white);
    font-weight: 600;
}

.bonus-dates {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bonus-dates p {
    color: var(--text-white);
    font-size: 13px;
    margin: 5px 0;
}

.bonus-dates p strong {
    color: var(--yellow-primary);
}

/* Bonus Modal */
.bonus-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.bonus-modal-content {
    background: linear-gradient(135deg, #0F1B3D 0%, #1A2B4D 50%, #2D1B4E 100%);
    margin: 5% auto;
    padding: 0;
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 20px;
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 100px rgba(255, 215, 0, 0.2);
    animation: slideDown 0.4s ease;
    position: relative;
}

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

.bonus-modal-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: var(--text-white);
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 215, 0, 0.2);
    border-radius: 50%;
}

.bonus-modal-close:hover {
    color: var(--yellow-primary);
    background: rgba(255, 215, 0, 0.3);
    transform: rotate(90deg);
}

#bonus-modal-body {
    padding: 50px 40px 40px 40px;
}

.modal-bonus-header {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.modal-bonus-header h2 {
    color: var(--yellow-primary);
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.modal-bonus-subtitle {
    color: var(--text-gray);
    font-size: 16px;
    line-height: 1.6;
}

.modal-bonus-content {
    color: var(--text-white);
}

.modal-bonus-section h3 {
    color: var(--yellow-primary);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal-bonus-details {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid var(--yellow-primary);
}

.modal-bonus-details h4 {
    color: var(--yellow-primary);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.modal-bonus-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-bonus-details ul li {
    color: var(--text-gray);
    font-size: 14px;
    line-height: 1.8;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.modal-bonus-details ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--yellow-primary);
    font-weight: bold;
    font-size: 16px;
}

.modal-bonus-details ul li strong {
    color: var(--text-white);
    font-weight: 600;
}

.modal-bonus-dates {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid rgba(255, 215, 0, 0.3);
    text-align: center;
}

.modal-bonus-dates p {
    color: var(--text-white);
    font-size: 16px;
    margin: 8px 0;
}

.modal-bonus-dates p strong {
    color: var(--yellow-primary);
    font-weight: 700;
}

/* Scrollbar styling for modal */
.bonus-modal-content::-webkit-scrollbar {
    width: 8px;
}

.bonus-modal-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.bonus-modal-content::-webkit-scrollbar-thumb {
    background: var(--yellow-primary);
    border-radius: 10px;
}

.bonus-modal-content::-webkit-scrollbar-thumb:hover {
    background: var(--yellow-light);
}

/* Responsive Modal */
@media (max-width: 768px) {
    .bonus-modal-content {
        width: 95%;
        margin: 10% auto;
        max-height: 80vh;
    }
    
    #bonus-modal-body {
        padding: 40px 25px 30px 25px;
    }
    
    .modal-bonus-header h2 {
        font-size: 24px;
    }
    
    .modal-bonus-section h3 {
        font-size: 20px;
    }
    
    .bonus-modal-close {
        top: 10px;
        right: 15px;
        font-size: 28px;
        width: 35px;
        height: 35px;
    }
}

/* Cashback Section */
.cashback {
    background: var(--dark-blue);
    padding: 80px 0;
    text-align: center;
}

.cashback .section-title {
    color: var(--text-white);
    margin-bottom: 30px;
}

.cashback-text {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 35px;
    line-height: 1.8;
    color: var(--text-gray);
}

/* Registration Info Section */
.registration-info {
    background: var(--dark-blue);
    padding: 80px 0;
}

.info-content {
    max-width: 900px;
    margin: 0 auto;
}

.info-content p {
    margin-bottom: 20px;
    line-height: 1.9;
    color: var(--text-gray);
    font-size: 16px;
    text-align: justify;
}

/* Payment Info Section */
.payment-info {
    background: var(--dark-blue);
    padding: 80px 0;
}

.payment-section {
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.1);
}

.payment-section h3 {
    font-size: 28px;
    color: var(--yellow-primary);
    margin-bottom: 20px;
    font-weight: 700;
}

.payment-section p {
    margin-bottom: 15px;
    line-height: 1.9;
    color: var(--text-gray);
    font-size: 16px;
    text-align: justify;
}

/* Responsible Gaming Section */
.responsible-gaming {
    background: rgba(255, 255, 255, 0.02);
    padding: 50px 0;
    margin: 40px 0;
    border-top: 2px solid rgba(255, 215, 0, 0.2);
    border-bottom: 2px solid rgba(255, 215, 0, 0.2);
}

.responsible-gaming-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--yellow-primary);
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.responsible-gaming-intro {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 20px;
    text-align: justify;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.responsible-gaming-section {
    margin: 0 0 25px 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.responsible-gaming-section:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.accordion-body .responsible-gaming-section {
    max-width: 100%;
    padding: 20px 0;
    background: transparent;
    border-radius: 0;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-subtitle {
    font-size: 22px;
    font-weight: 700;
    color: var(--yellow-primary);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.responsible-gaming-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 15px;
    text-align: justify;
}

.responsible-gaming-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.responsible-gaming-list li {
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-gray);
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    text-align: justify;
}

.responsible-gaming-list li strong {
    color: var(--text-white);
    font-weight: 600;
}

.responsible-gaming-list li a {
    color: var(--yellow-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.responsible-gaming-list li a:hover {
    color: var(--yellow-light);
    border-bottom-color: var(--yellow-light);
}

.responsible-gaming-list.warning-list li {
    color: var(--text-white);
    background: rgba(229, 25, 55, 0.1);
    padding: 12px 15px 12px 25px;
    border-radius: 6px;
    border-left: 3px solid var(--red-primary);
    margin-bottom: 12px;
}

.responsible-gaming-list.warning-list li strong {
    color: var(--yellow-primary);
}

/* Footer Accordions */
.footer-accordions {
    margin: 40px 0;
    max-width: 1200px;
}

.accordion-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    border-color: rgba(255, 215, 0, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

.accordion-item.active {
    border-color: rgba(255, 215, 0, 0.5);
    background: rgba(255, 255, 255, 0.06);
}

.accordion-header {
    width: 100%;
    padding: 18px 25px;
    background: transparent;
    border: none;
    color: var(--text-white);
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.accordion-header:hover {
    color: var(--yellow-primary);
    background: rgba(255, 215, 0, 0.05);
}

.accordion-item.active .accordion-header {
    color: var(--yellow-primary);
}

.accordion-icon {
    font-size: 24px;
    font-weight: 300;
    color: var(--yellow-primary);
    transition: transform 0.3s ease;
    line-height: 1;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion-body {
    padding: 0 25px 25px;
}

.about-intro {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 25px;
    text-align: justify;
}

.about-section {
    margin-bottom: 25px;
}

.about-section:last-child {
    margin-bottom: 0;
}

.about-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: var(--yellow-primary);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-section p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-gray);
    text-align: justify;
    margin-bottom: 0;
}

.about-features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.about-features li {
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-gray);
    margin-bottom: 10px;
    padding-left: 5px;
}

.about-cta {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--yellow-primary);
    text-align: center;
    padding: 15px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 6px;
    border-left: 3px solid var(--yellow-primary);
}

.about-cta strong {
    color: var(--yellow-primary);
}

/* Footer */
.footer {
    background: var(--dark-blue);
    color: var(--text-white);
    padding: 60px 0 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.footer-logo-img {
    height: 50px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
}

.footer-info {
    text-align: left;
    font-size: 12px;
    color: var(--text-gray);
    margin-bottom: 40px;
    line-height: 1.8;
    max-width: 1000px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--text-white);
    font-weight: 700;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-column ul li a:hover {
    color: var(--yellow-primary);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: var(--text-gray);
}

.footer-bottom .warning {
    color: var(--red-primary);
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        max-width: 100%;
        min-height: auto;
    }
    
    .hero-text {
        text-align: center;
        align-items: center;
    }
    
    .hero-main-image {
        max-height: 600px;
        width: 100%;
        margin: 0 auto;
    }
    
    .features-grid,
    .bonuses-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .feature-card:hover {
        transform: translateY(-12px) scale(1.02);
    }
    
    .feature-image {
        height: 280px;
    }
}

@media (max-width: 1024px) {
    .hero {
        min-height: 60vh;
        padding: 40px 0;
    }
    
    .hero-full-image {
        max-width: 1000px;
    }
    
    .hero-premium-image {
        max-height: 50vh;
        filter: blur(0.4px) brightness(1.03);
        opacity: 0.90;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 80px 0;
        min-height: 70vh;
    }
    
    .hero::before {
        background: 
            radial-gradient(ellipse 500px 700px at 20% 50%, rgba(255, 215, 0, 0.05) 0%, transparent 50%),
            radial-gradient(circle 400px at 25% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 60%);
    }
    
    .hero-background-image {
        opacity: 0.95;
        background-position: center center;
        background-size: auto 150%;
        filter: blur(0px) brightness(1.3);
    }
    
    .hero-overlay {
        background: 
            linear-gradient(to right, rgba(15, 27, 61, 0.1) 0%, rgba(15, 27, 61, 0.2) 25%, rgba(15, 27, 61, 0.35) 50%, rgba(15, 27, 61, 0.5) 100%);
    }
    
    .hero-content-wrapper {
        max-width: 100%;
        gap: 30px;
        margin-left: 0;
        margin-right: 0;
        transform: translateX(0);
    }
    
    .hero-title {
        font-size: 44px;
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -0.3px;
        text-shadow: 
            0 4px 18px rgba(0, 0, 0, 0.8),
            0 2px 8px rgba(0, 0, 0, 0.6),
            0 0 25px rgba(255, 215, 0, 0.2);
    }
    
    .hero-description {
        font-size: 18px;
        font-weight: 400;
        max-width: 100%;
        color: rgba(255, 255, 255, 0.95);
        line-height: 1.7;
        letter-spacing: 0.15px;
        text-shadow: 
            0 2px 10px rgba(0, 0, 0, 0.7),
            0 1px 4px rgba(0, 0, 0, 0.5);
    }
    
    .hero-cta {
        align-self: flex-start;
        margin-top: 15px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .header-top {
        flex-direction: column;
        gap: 15px;
    }
    
    .features-grid,
    .bonuses-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-card:hover {
        transform: translateY(-10px);
    }
    
    .features-grid {
        perspective: 800px;
    }
    
    .feature-image {
        height: 250px;
        margin: -5px -5px 0 -5px;
    }
    
    .sponsors {
        padding: 30px 0;
    }
    
    .sponsors-title {
        font-size: 16px;
        margin-bottom: 18px;
    }
    
    .sponsor-logos {
        gap: 20px;
        padding: 12px 0;
    }
    
    .sponsor-logos img {
        height: 45px;
    }
    
    .sponsor-main-image {
        max-height: 60px;
    }
    
    .awards-section {
        padding: 80px 0;
    }
    
    .awards-title {
        font-size: 32px;
        margin-bottom: 45px;
    }
    
    .awards-logos {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
        padding: 40px 25px;
    }
    
    .award-image {
        max-height: 130px;
        max-width: 200px;
        padding: 20px;
    }
    
    @media (max-width: 480px) {
        .hero {
            padding: 60px 0;
            min-height: 65vh;
        }
        
        .hero::before {
            background: 
                radial-gradient(ellipse 500px 700px at 20% 50%, rgba(255, 215, 0, 0.05) 0%, transparent 50%),
                radial-gradient(circle 400px at 25% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 60%);
        }
        
        .hero-background-image {
            opacity: 0.95;
            background-position: center center;
            background-size: auto 150%;
            filter: blur(0px) brightness(1.3);
        }
        
        .hero-overlay {
            background: 
                linear-gradient(to right, rgba(15, 27, 61, 0.1) 0%, rgba(15, 27, 61, 0.2) 25%, rgba(15, 27, 61, 0.35) 50%, rgba(15, 27, 61, 0.5) 100%);
        }
        
        .hero-title {
            font-size: 38px;
            font-weight: 800;
            line-height: 1.15;
            letter-spacing: -0.2px;
            text-shadow: 
                0 4px 16px rgba(0, 0, 0, 0.8),
                0 2px 8px rgba(0, 0, 0, 0.6),
                0 0 20px rgba(255, 215, 0, 0.2);
        }
        
        .hero-description {
            font-size: 17px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.95);
            line-height: 1.7;
            letter-spacing: 0.1px;
            text-shadow: 
                0 2px 10px rgba(0, 0, 0, 0.7),
                0 1px 4px rgba(0, 0, 0, 0.5);
        }
        
        .hero-content-wrapper {
            gap: 25px;
        }
        
        .sponsors {
            padding: 25px 0;
        }
        
        .sponsors-title {
            font-size: 14px;
            margin-bottom: 15px;
        }
        
        .sponsor-logos img {
            height: 40px;
        }
        
        .sponsor-main-image {
            max-height: 55px;
        }
        
        .awards-section {
            padding: 60px 0;
        }
        
        .awards-title {
            font-size: 28px;
            margin-bottom: 40px;
        }
        
        .awards-logos {
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            padding: 30px 20px;
        }
        
        .award-image {
            max-height: 110px;
            max-width: 180px;
            padding: 18px;
        }
    }
    
    
    .btn-large {
        padding: 12px 30px;
        font-size: 15px;
    }
    
    .payment-section {
        padding: 30px;
    }
    
    .footer-accordions {
        margin: 30px 0;
    }
    
    .accordion-header {
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .accordion-body {
        padding: 0 20px 20px;
    }
    
    .about-intro {
        font-size: 14px;
    }
    
    .about-subtitle {
        font-size: 16px;
    }
    
    .about-section p {
        font-size: 14px;
    }
    
    .about-features li {
        font-size: 14px;
    }
    
    .about-cta {
        font-size: 14px;
        padding: 12px;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .responsible-gaming {
        padding: 30px 0;
        margin: 30px 0;
    }
    
    .responsible-gaming-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .responsible-gaming-intro {
        font-size: 14px;
        padding: 0 10px;
    }
    
    .responsible-gaming-section {
        padding: 20px 15px;
        margin-bottom: 25px;
    }
    
    .section-subtitle {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .responsible-gaming-text {
        font-size: 14px;
    }
    
    .responsible-gaming-list li {
        font-size: 14px;
        padding-left: 20px;
    }
    
    .main-features,
    .bonuses,
    .registration-info,
    .payment-info {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 24px;
    }
    
    .header-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    
    .btn {
        width: 100%;
    }
    
    .payment-section {
        padding: 20px;
    }
    
    .feature-content,
    .bonus-content {
        padding: 20px;
    }
}
