:root {
    --primary-color: #ff9900;
    --primary-light: #ffad33;
    --primary-dark: #e68a00;
    --secondary-color: #8e44ad;
    --secondary-light: #a55bbf;
    --secondary-dark: #6d3584;
    --accent-color: #e74c3c;
    --accent-light: #ec7063;
    --accent-dark: #c0392b;
    --success-color: #27ae60;
    --info-color: #3498db;
    --warning-color: #f39c12;
    --danger-color: #e74c3c;
    --dark-bg: #121212;
    --darker-bg: #080808;
    --medium-bg: #1e1e1e;
    --card-bg: rgba(45, 45, 45, 0.95);
    --card-hover: rgba(60, 60, 60, 0.98);
    --light-text: #f5f5f5;
    --medium-text: #b0b0b0;
    --highlight: #ffcc00;
    --gradient-start: #ff9900;
    --gradient-end: #ff5e62;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--dark-bg);
    background-image: radial-gradient(circle at 80% 20%, rgba(142, 68, 173, 0.15) 0%, transparent 40%), 
                    radial-gradient(circle at 20% 80%, rgba(231, 76, 60, 0.15) 0%, transparent 40%),
                    linear-gradient(to bottom, var(--darker-bg), var(--dark-bg));
    color: var(--light-text);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header styles */
header {
    background-color: rgba(8, 8, 8, 0.95);
    border-bottom: 1px solid rgba(255, 153, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

header.scrolled {
    background-color: rgba(8, 8, 8, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

header.hidden {
    transform: translateY(-100%);
}

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

.logo {
    font-size: 28px;
    font-weight: 700;
    color: var(--light-text);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.logo span {
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255, 153, 0, 0.5);
}

.logo:hover {
    transform: scale(1.05);
}

.logo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    bottom: -5px;
    left: 0;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.logo:hover:after {
    transform: scaleX(1);
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 30px;
    position: relative;
}

nav ul li a {
    color: var(--light-text);
    font-weight: 600;
    padding: 8px 0;
    display: block;
    position: relative;
    font-size: 1.05rem;
}

nav ul li a:hover {
    color: var(--primary-color);
}

nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1100;
}


/* Hero section - IMPROVED VERSION */
.hero-section {
    position: relative;
    padding: 0;
    height: 100vh;
    min-height: 650px;
    max-height: 900px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--darker-bg);
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZDEiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwODA4MDgiIC8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTIxMjEyIiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZDEpIiAvPjxjaXJjbGUgY3g9IjgwJSIgY3k9IjIwJSIgcj0iMzAwIiBmaWxsPSJyZ2JhKDI1NSwxNTMsMCwwLjA1KSIgZmlsdGVyPSJibHVyKDYwcHgpIiAvPjxjaXJjbGUgY3g9IjE1JSIgY3k9IjgwJSIgcj0iMzAwIiBmaWxsPSJyZ2JhKDE0Miw2OCwxNzMsMC4wNSkiIGZpbHRlcj0iYmx1cig2MHB4KSIgLz48L3N2Zz4=');
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(255,153,0,0.3);
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.hero-badge i {
    margin-right: 8px;
}

.hero-title {
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.hero-title h1 {
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    background: linear-gradient(to right, white, #ffcc00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 5px 30px rgba(255,204,0,0.2);
}

.hero-title h1 span {
    display: block;
    font-weight: 800;
    font-size: 120%;
    color: transparent;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 5px 30px rgba(255,153,0,0.3);
}

.hero-subtitle {
    font-size: 1.5rem;
    max-width: 800px;
    margin: 0 auto 30px;
    color: var(--light-text);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.4s forwards;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.6s forwards;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.hero-feature:hover {
    transform: translateY(-3px);
    background: rgba(255, 153, 0, 0.15);
}

.hero-feature i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.hero-feature span {
    color: var(--light-text);
    font-weight: 500;
    font-size: 1rem;
}

.hero-cta-container {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.8s forwards;
}

.hero-cta {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 20px 48px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(255,153,0,0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-cta:hover {
    transform: translateY(-7px) scale(1.05);
    box-shadow: 0 12px 30px rgba(255,153,0,0.5);
    color: white;
}

.hero-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: translateX(-100%);
    transition: all 0.6s ease;
}

.hero-cta:hover::before {
    transform: translateX(100%);
}

.updated-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(255, 153, 0, 0.15);
    border-radius: 25px;
    color: var(--primary-color);
    font-size: 0.95rem;
    margin-top: 20px;
    animation: pulse 2s infinite;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(255, 153, 0, 0.2);
}

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 1s forwards;
}

.trust-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.trust-indicator:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.trust-indicator img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: 0.8;
}

.trust-indicator span {
    color: var(--medium-text);
    font-size: 0.9rem;
    font-weight: 500;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--medium-text);
    font-size: 1.3rem;
    z-index: 5;
    cursor: pointer;
    opacity: 0;
    animation: fadeIn 0.8s ease 1.2s forwards, bounce 2s ease-in-out 2s infinite;
}

.scroll-indicator:hover {
    color: var(--light-text);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.6);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 153, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0);
    }
}

/* Quick casino filter */
.quick-filter {
    background-color: var(--card-bg);
    border-radius: 20px;
    margin-top: -70px;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,153,0,0.1);
    padding: 35px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 1.2s forwards;
}

.quick-filter-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.quick-filter-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    border-radius: 3px;
}

.quick-filter-title h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    background: linear-gradient(to right, var(--light-text), var(--primary-light));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.quick-filter-title p {
    color: var(--medium-text);
    font-size: 1rem;
}

.filter-options {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-option {
    flex: 1;
    min-width: 140px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.filter-option::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.03), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.filter-option:hover::before {
    transform: translateX(100%);
}

.filter-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,153,0,0.2);
    background: rgba(0, 0, 0, 0.4);
}

.filter-option.active {
    background: rgba(255,153,0,0.15);
    border-color: rgba(255,153,0,0.3);
    box-shadow: 0 10px 20px rgba(255,153,0,0.2);
}

.filter-option i {
    display: block;
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.filter-option:hover i {
    transform: scale(1.2);
    color: var(--primary-light);
}

.filter-option span {
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-option:hover span {
    color: var(--primary-light);
}

/* Intro Content */
.intro-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.intro-content {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 30px;
    margin-top: 50px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
}

.intro-content p {
    margin-bottom: 15px;
    color: var(--medium-text);
    font-size: 1.05rem;
    line-height: 1.7;
}

.intro-content p:last-child {
    margin-bottom: 0;
}

/* Casino Cards Styles - Enhanced */
.top-casinos-section {
    padding: 100px 0 80px;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.section-title.in-view {
    opacity: 1;
    transform: translateY(0);
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--light-text);
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, var(--light-text), #dddddd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    transition: width 0.8s ease 0.3s;
}

.section-title.in-view h2:after {
    width: 80px;
}

.section-title p {
    max-width: 700px;
    margin: 20px auto 0;
    color: var(--medium-text);
    font-size: 1.1rem;
}

.accent-line {
    width: 0;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    margin: 0 auto 30px;
    border-radius: 2px;
    transition: width 0.8s ease 0.3s;
}

.section-title.in-view .accent-line {
    width: 80px;
}

.casino-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}

.casino-card {
    background: var(--card-bg);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(30px);
    opacity: 0;
}

.casino-card.in-view {
    transform: translateY(0);
    opacity: 1;
}

.casino-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: var(--card-hover);
    border-color: rgba(255, 153, 0, 0.2);
}

.casino-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.03), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.casino-card:hover::before {
    transform: translateX(100%);
}

.casino-rank {
    position: absolute;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 24px;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 3;
    transition: all 0.3s ease;
}

.casino-card:hover .casino-rank {
    transform: scale(1.1) rotate(-10deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

.casino-logo {
    width: 200px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.casino-logo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.casino-card:hover .casino-logo::after {
    opacity: 1;
}

.casino-logo img {
    max-width: 140px;
    max-height: 70px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

.casino-card:hover .casino-logo img {
    transform: scale(1.1);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.4));
}

.casino-info {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.casino-name {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--light-text);
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.casino-card:hover .casino-name {
    color: var(--primary-color);
    transform: translateX(5px);
}

.casino-bonus {
    color: var(--highlight);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.casino-bonus::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, var(--primary-color), transparent);
    transition: width 0.3s ease;
}

.casino-card:hover .casino-bonus {
    transform: translateX(5px);
}

.casino-card:hover .casino-bonus::after {
    width: 100%;
}

.casino-highlights {
    margin-top: 5px;
}

.casino-highlights p {
    margin-bottom: 12px;
    color: var(--medium-text);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 28px;
    font-size: 1rem;
}

.casino-highlights p::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--success-color);
    font-size: 0.9rem;
}

.casino-card:hover .casino-highlights p {
    color: var(--light-text);
    transform: translateX(8px);
    transition-delay: calc(0.05s * var(--index));
}

.casino-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.casino-feature {
    font-size: 0.85rem;
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    color: var(--medium-text);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.casino-feature i {
    color: var(--primary-color);
    font-size: 0.8rem;
}

.casino-card:hover .casino-feature {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    color: var(--light-text);
}

.casino-rating {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.rating-value {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-right: 12px;
    transition: all 0.3s ease;
}

.casino-card:hover .rating-value {
    text-shadow: 0 0 15px rgba(255, 153, 0, 0.5);
    transform: scale(1.1);
}

.stars {
    position: relative;
    display: inline-block;
    color: var(--medium-text);
    font-size: 1.1rem;
    letter-spacing: 3px;
}

.stars-filled {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: var(--highlight);
    white-space: nowrap;
    width: 0;
    transition: width 0.8s ease;
}

.casino-card.in-view .stars-filled {
    transition-delay: 0.3s;
}

.casino-action {
    min-width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.casino-action::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 153, 0, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.casino-card:hover .casino-action::before {
    opacity: 1;
}

.btn {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    color: white;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    background: transparent;
    color: var(--light-text);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: all 0.5s ease;
}

.btn:hover::before {
    transform: translateX(100%);
}

.btn-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 20px rgba(255, 153, 0, 0.3);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.casino-bonus-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    transform: rotate(3deg);
    z-index: 3;
    transition: all 0.3s ease;
}

.casino-card:hover .casino-bonus-badge {
    transform: rotate(-3deg) scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

/* Custom CTA Banner */
.cta-banner {
    background: linear-gradient(135deg, rgba(255,153,0,0.15), rgba(231,76,60,0.15));
    border-radius: 20px;
    padding: 60px 40px;
    margin: 70px 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,153,0,0.2);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB4PSIwIiB5PSIwIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSgzMCkiPjxjaXJjbGUgY3g9IjMwIiBjeT0iMzAiIHI9IjMiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4wNSkiLz48L3BhdHRlcm4+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
    opacity: 0.5;
}

.cta-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.cta-banner-title {
    font-size: 3rem;
    margin-bottom: 20px;
    color: white;
    font-weight: 800;
    background: linear-gradient(to right, white, var(--primary-light));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 5px 30px rgba(255,153,0,0.3);
}

.cta-banner-subtitle {
    color: var(--light-text);
    font-size: 1.3rem;
    margin-bottom: 40px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

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

.cta-banner-btn {
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.cta-banner-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    transition: all 0.5s ease;
}

.cta-banner-btn:hover::before {
    transform: translateX(100%);
}

.cta-banner-btn-primary {
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    color: white;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.cta-banner-btn-primary:hover {
    transform: translateY(-7px) scale(1.05);
    box-shadow: 0 15px 35px rgba(255,153,0,0.3);
    color: white;
}

.cta-banner-btn-secondary {
    background: rgba(255,255,255,0.1);
    color: var(--light-text);
    border: 2px solid rgba(255,255,255,0.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.cta-banner-btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-7px);
    color: white;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Responsive casino grid */
.casino-grid-section {
    padding: 80px 0;
}

.casino-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.casino-grid-item {
    background: var(--card-bg);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.casino-grid-item.in-view {
    opacity: 1;
    transform: translateY(0);
}

.casino-grid-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    border-color: rgba(255,153,0,0.2);
    background: var(--card-hover);
}

.casino-grid-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.03), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.casino-grid-item:hover::before {
    transform: translateX(100%);
}

.casino-grid-rank {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: white;
    z-index: 2;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.casino-grid-item:hover .casino-grid-rank {
    transform: scale(1.1) rotate(-10deg);
    box-shadow: 0 5px 12px rgba(0,0,0,0.3);
}

.casino-grid-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-dark));
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    z-index: 3;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.casino-grid-item:hover .casino-grid-badge {
    transform: scale(1.05);
    box-shadow: 0 5px 12px rgba(0,0,0,0.3);
}

.casino-grid-image {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
}

.casino-grid-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,153,0,0.05), rgba(231,76,60,0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.casino-grid-item:hover .casino-grid-image::before {
    opacity: 1;
}

.casino-grid-image img {
    max-width: 140px;
    max-height: 70px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.3));
    transition: all 0.3s ease;
}

.casino-grid-item:hover .casino-grid-image img {
    transform: scale(1.1);
}

.casino-grid-content {
    padding: 25px;
}

.casino-grid-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 12px;
    color: var(--light-text);
    transition: all 0.3s ease;
}

.casino-grid-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), transparent);
    transition: width 0.3s ease;
}

.casino-grid-item:hover .casino-grid-title {
    color: var(--primary-light);
}

.casino-grid-item:hover .casino-grid-title::after {
    width: 100%;
}

.casino-grid-bonus {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.casino-grid-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.casino-grid-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.casino-grid-feature i {
    color: var(--success-color);
    margin-top: 3px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.casino-grid-item:hover .casino-grid-feature i {
    transform: scale(1.1);
}

.casino-grid-feature span {
    color: var(--medium-text);
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.casino-grid-item:hover .casino-grid-feature span {
    color: var(--light-text);
    transform: translateX(3px);
}

.casino-grid-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
}

.casino-grid-tag {
    background: rgba(0,0,0,0.2);
    border-radius: 15px;
    padding: 6px 12px;
    font-size: 0.75rem;
    color: var(--medium-text);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.casino-grid-tag i {
    font-size: 0.7rem;
    color: var(--primary-color);
}

.casino-grid-item:hover .casino-grid-tag {
    background: rgba(255,153,0,0.1);
    color: var(--primary-light);
    transform: translateY(-2px);
}

.casino-grid-actions {
    display: flex;
    gap: 10px;
}

.casino-grid-btn {
    flex: 1;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.casino-grid-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    transition: all 0.5s ease;
}

.casino-grid-btn:hover::before {
    transform: translateX(100%);
}

.casino-grid-btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.casino-grid-btn-primary:hover {
    box-shadow: 0 8px 20px rgba(255,153,0,0.3);
    transform: translateY(-3px);
    color: white;
}

.casino-grid-btn-secondary {
    background: transparent;
    color: var(--medium-text);
    border: 1px solid rgba(255,255,255,0.1);
}

.casino-grid-btn-secondary:hover {
    background: rgba(255,255,255,0.05);
    color: var(--light-text);
    transform: translateY(-3px);
    border-color: rgba(255,255,255,0.2);
}

/* Testimonials Carousel */
.testimonials {
    padding: 80px 0;
    position: relative;
}

.testimonials-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.testimonial-item {
    background: var(--card-bg);
    border-radius: 20px;
    padding: 40px 30px;
    margin: 60px 0 40px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,153,0,0.1);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease;
}

.testimonial-item.in-view {
    opacity: 1;
    transform: translateY(0);
}

.testimonial-item:hover {
    border-color: rgba(255,153,0,0.2);
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.testimonial-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -90px auto 25px;
    position: relative;
    border: 6px solid var(--darker-bg);
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.testimonial-avatar i {
    font-size: 2.5rem;
    color: white;
}

.testimonial-quote {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: var(--light-text);
    position: relative;
    padding: 0 30px;
}

.testimonial-quote::before,
.testimonial-quote::after {
    content: """;
    position: absolute;
    font-size: 4rem;
    opacity: 0.3;
    font-family: Georgia, serif;
    color: var(--primary-color);
}

.testimonial-quote::before {
    top: -20px;
    left: -5px;
}

.testimonial-quote::after {
    content: """;
    bottom: -60px;
    right: -5px;
}

.testimonial-author {
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--light-text);
}

.testimonial-role {
    color: var(--primary-color);
    font-size: 1rem;
    margin-top: 5px;
    font-weight: 500;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: var(--primary-color);
    transform: scale(1.2);
}

.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: var(--light-text);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.testimonial-nav:hover {
    background: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
}

.testimonial-prev {
    left: -25px;
}

.testimonial-next {
    right: -25px;
}

/* Selection criteria section */
.criteria-section {
    padding: 120px 0;
    background-color: var(--darker-bg);
    position: relative;
    overflow: hidden;
}

.criteria-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
}

.criteria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.criterion {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(30px);
}

.criterion.in-view {
    opacity: 1;
    transform: translateY(0);
}

.criterion:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 153, 0, 0.2);
    background: rgba(50, 50, 50, 0.95);
}

.criterion-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    color: white;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.criterion:hover .criterion-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 12px 25px rgba(255, 153, 0, 0.4);
}

.criterion h3 {
    font-size: 1.5rem;
    color: var(--light-text);
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 12px;
}

.criterion h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), transparent);
    transition: width 0.3s ease;
}

.criterion:hover h3::after {
    width: 100%;
}

.criterion p {
    color: var(--medium-text);
    line-height: 1.7;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.criterion:hover p {
    color: var(--light-text);
}

/* Comparison Table Styles */
.comparison-section {
    padding: 100px 0;
}

.comparison-table-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    margin-top: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-table-wrapper.in-view {
    opacity: 1;
    transform: translateY(0);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th, .comparison-table td {
    padding: 20px 25px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-table th {
    background: linear-gradient(to right, rgba(30, 30, 30, 0.95), rgba(20, 20, 20, 0.95));
    color: var(--light-text);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.comparison-table tr {
    background-color: var(--card-bg);
    transition: all 0.3s ease;
}

.comparison-table tr:hover {
    background-color: var(--card-hover);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.comparison-table td {
    color: var(--medium-text);
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.comparison-table tr:hover td {
    color: var(--light-text);
}

.comparison-table td:first-child {
    color: var(--light-text);
    font-weight: 500;
}

/* Features Section */
.features-section {
    padding: 120px 0;
    background-color: var(--darker-bg);
    position: relative;
    overflow: hidden;
}

.features-section::before, .features-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}

.features-section::before {
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(var(--primary-color), transparent 70%);
}

.features-section::after {
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(var(--accent-color), transparent 70%);
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.feature-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 35px 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(30px);
}

.feature-card.in-view {
    opacity: 1;
    transform: translateY(0);
}

.feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 153, 0, 0.2);
    background: rgba(50, 50, 50, 0.95);
}

.feature-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: white;
    font-size: 36px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 15px 30px rgba(255, 153, 0, 0.4);
}

.feature-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--light-text);
    position: relative;
    padding-bottom: 15px;
}

.feature-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    transition: width 0.3s ease;
}

.feature-card:hover .feature-title::after {
    width: 80px;
}

.feature-desc {
    color: var(--medium-text);
    transition: color 0.3s ease;
    font-size: 1rem;
    line-height: 1.7;
}

.feature-card:hover .feature-desc {
    color: var(--light-text);
}

/* FAQ Section */
.faq-section {
    padding: 120px 0;
}

.faq-container {
    margin-top: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.faq-item {
    background: var(--card-bg);
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.faq-item.in-view {
    opacity: 1;
    transform: translateY(0);
}

.faq-item:hover {
    border-color: rgba(255, 153, 0, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.faq-question {
    padding: 22px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--light-text);
    transition: all 0.3s ease;
    position: relative;
    font-size: 1.1rem;
}

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

.faq-question i {
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0 25px;
    color: var(--medium-text);
}

.faq-item.active .faq-answer {
    max-height: 800px;
    padding: 0 25px 25px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer p {
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 1.05rem;
}

.faq-answer ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.faq-answer li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.05rem;
}

/* Conclusion Section */
.conclusion {
    padding: 120px 0;
    text-align: center;
    background-color: var(--darker-bg);
    position: relative;
    overflow: hidden;
}

.conclusion::before, .conclusion::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    opacity: 0.05;
    z-index: 0;
}

.conclusion::before {
    top: -200px;
    right: -200px;
    background: radial-gradient(var(--primary-color), transparent 70%);
}

.conclusion::after {
    bottom: -200px;
    left: -200px;
    background: radial-gradient(var(--accent-color), transparent 70%);
}

.conclusion-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.conclusion-content.in-view {
    opacity: 1;
    transform: translateY(0);
}

.conclusion h2 {
    font-size: 2.8rem;
    margin-bottom: 35px;
    color: var(--light-text);
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    background: linear-gradient(to right, var(--light-text), #dddddd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 5px 30px rgba(255,153,0,0.2);
}

.conclusion h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

.conclusion p {
    color: var(--medium-text);
    font-size: 1.15rem;
    margin-bottom: 25px;
    line-height: 1.8;
}

.conclusion-cta {
    margin-top: 50px;
}

.cta-btn {
    display: inline-block;
    padding: 20px 48px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: all 0.5s ease;
}

.cta-btn:hover::before {
    transform: translateX(100%);
}

.cta-btn:hover {
    transform: translateY(-7px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: white;
}

/* Toast notification */
.toast-notification {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: var(--card-bg);
    border-left: 4px solid var(--primary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    padding: 20px 25px;
    border-radius: 8px;
    z-index: 1000;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 400px;
    border: 1px solid rgba(255, 153, 0, 0.2);
}

.toast-notification.show {
    transform: translateY(0);
    opacity: 1;
}

.toast-icon {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.toast-content {
    flex: 1;
}

.toast-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--light-text);
    margin-bottom: 5px;
}

.toast-message {
    font-size: 0.95rem;
    color: var(--medium-text);
    line-height: 1.5;
}

.toast-close {
    cursor: pointer;
    color: var(--medium-text);
    transition: color 0.3s ease;
    font-size: 1.1rem;
    padding: 5px;
}

.toast-close:hover {
    color: var(--primary-color);
}

/* Scroll to top button */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 999;
    font-size: 1.3rem;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-top:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(8px);
}

.modal.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 35px;
    max-width: 600px;
    width: 90%;
    position: relative;
    transform: translateY(50px) scale(0.95);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.modal.show .modal-content {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--medium-text);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-close:hover {
    color: var(--light-text);
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.3);
    transform: rotate(90deg);
}

.modal-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: var(--light-text);
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.modal-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
}

.success-checkmark {
    margin: 0 auto 25px;
    text-align: center;
}

.success-checkmark svg {
    width: 100px;
    height: 100px;
}

.checkmark-circle {
    stroke: var(--success-color);
    stroke-width: 2;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 2s ease-in-out forwards;
}

.checkmark-check {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: dash 1s ease-in-out 0.5s forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

/* Responsive design */
@media (max-width: 1200px) {
    .criteria-grid, .features {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-title h1 {
        font-size: 4.2rem;
    }
    .trust-indicators {
        gap: 20px;
    }
    .testimonial-nav {
        display: none;
    }
}

@media (max-width: 992px) {
    .hero-section {
        height: auto;
        min-height: auto;
        max-height: none;
        padding: 120px 0 100px;
    }
    .hero-title h1 {
        font-size: 3.5rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    .hero-features {
        flex-wrap: wrap;
    }
    .hero-feature {
        flex: 1 0 calc(50% - 15px);
    }
    .hero-cta {
        width: 100%;
        font-size: 1.2rem;
        padding: 16px 32px;
    }
    .casino-card {
        flex-direction: column;
    }
    .casino-logo, .casino-action {
        width: 100%;
    }
    .casino-logo {
        padding: 35px 0;
        min-width: 100%;
    }
    .casino-action {
        padding: 25px 30px 35px;
    }
    .casino-rank {
        top: 15px;
        left: 15px;
    }
    .casino-bonus-badge {
        top: 15px;
        right: 15px;
    }
    .comparison-table-wrapper {
        overflow-x: auto;
    }
    .comparison-table {
        min-width: 900px;
    }
    .quick-filter {
        margin-top: -40px;
    }
    .intro-section {
        padding-top: 60px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 100px 0 80px;
    }
    .hero-title h1 {
        font-size: 2.8rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    .hero-features {
        gap: 12px;
        margin: 30px 0;
    }
    .hero-feature {
        padding: 10px 15px;
    }
    .hero-cta {
        font-size: 1.1rem;
        padding: 15px 30px;
    }
    .updated-date {
        font-size: 0.85rem;
    }
    .mobile-menu-toggle {
        display: block;
        color: var(--light-text);
    }
    .header-content {
        padding: 0 20px;
    }
    nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background-color: rgba(10, 10, 10, 0.98);
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
        padding: 80px 20px 30px;
        transform: translateX(100%);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        z-index: 999;
        overflow-y: auto;
    }
    nav.active {
        transform: translateX(0);
        right: 0;
    }
    nav ul {
        flex-direction: column;
        width: 100%;
    }
    nav ul li {
        margin: 0;
        padding: 15px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    nav ul li:last-child {
        border-bottom: none;
    }
    nav ul li a {
        display: block;
        width: 100%;
    }
    .criteria-grid, .features {
        grid-template-columns: 1fr;
    }
    .section-title h2, .conclusion h2, .cta-banner-title {
        font-size: 2.2rem;
    }
    .cta-banner {
        padding: 40px 25px;
    }
    .cta-banner-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .cta-banner-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    .quick-filter {
        margin-top: 0;
        padding: 25px 20px;
    }
    .filter-option {
        flex: 1 0 calc(50% - 10px);
    }
    .casino-grid {
        grid-template-columns: 1fr;
    }
    .trust-indicators {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    .scroll-indicator {
        display: none;
    }
    .top-casinos-section, .casino-grid-section, .criteria-section, .comparison-section, .features-section, .faq-section, .conclusion {
        padding: 80px 0;
    }
    .section-title {
        margin-bottom: 40px;
    }
    .testimonial-item {
        padding: 30px 20px;
        margin: 60px 0 30px;
    }
}

@media (max-width: 480px) {
    .hero-title h1 {
        font-size: 2.4rem;
    }
    .hero-feature {
        width: 100%;
        flex: 100%;
        margin-bottom: 10px;
    }
    .criterion-icon, .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
    .filter-option {
        flex: 100%;
        margin-bottom: 10px;
    }
    .casino-grid {
        gap: 25px;
    }
    .toast-notification {
        width: calc(100% - 30px);
        left: 15px;
        max-width: none;
        padding: 15px 20px;
    }
    .quick-filter {
        border-radius: 16px;
    }
    .intro-section {
        padding-top: 40px;
    }
}

/* Custom animations */
@keyframes fadeInReveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes highlight {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 10px;
    background: var(--darker-bg);
}

::-webkit-scrollbar-track {
    background: var(--darker-bg); 
}
 
::-webkit-scrollbar-thumb {
    background: var(--medium-bg);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255,153,0,0.3); 
}