/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #16251D;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    background: linear-gradient(12deg, #fff14b 8%, #fffabc 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h2 {
    font-size: 2rem;
    color: #ffee41;
}

h3 {
    font-size: 1.5rem;
    color: #95ff3b;
}

p {
    margin-bottom: 1rem;
    color: #fff;
}

a {
    color: #95ff3b;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #ffee41;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 1rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background: linear-gradient(0deg, #95ff3b 100%, #cbff9f 0);
    color: #16251D;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(149, 255, 59, 0.3);
}

.btn-secondary {
    background: linear-gradient(12deg, #fff14b 8%, #fffabc 98%);
    color: #16251D;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 241, 75, 0.3);
}

.btn-outline {
    background: transparent;
    border: 2px solid #95ff3b;
    color: #95ff3b;
}

.btn-outline:hover {
    background: #95ff3b;
    color: #16251D;
}

.btn-login {
    background: #95ff3b;
    color: #16251D;
}

.btn-register {
    background: #ffee41;
    color: #16251D;
}

/* Header */
.header {
    background: rgba(22, 37, 29, 0.95);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 15px 0;
    padding-bottom: 0;
    border-bottom: 2px solid #95ff3b;
}

.payment-strip .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.header .container {
    max-width: unset;
}

.header-content {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    justify-content: space-between;
}

.logo img {
    height: 40px;
    width: auto;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav-list a {
    color: #fff;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-list a:hover,
.nav-list a.active {
    background: #95ff3b;
    color: #16251D;
}

.nav-list i {
    font-size: 14px;
}

.header-buttons {
    display: flex;
    gap: 10px;
}

.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background: #95ff3b;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 37, 29, 0.7);
    z-index: -1;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

.hero-text h1 {
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

/* Sections */
section {
    padding: 80px 0;
}

section:nth-child(even) {
    background: rgba(149, 255, 59, 0.05);
}

/* Live Casino Features List */
.live-casino-features {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
}

.live-casino-features li {
    padding: 10px 0;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.live-casino-features li:before {
    content: "🎰";
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

/* Live Casino Tips */
.live-casino-tips {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(149, 255, 59, 0.2);
    margin: 30px 0;
}

.live-casino-tips h3 {
    color: #95ff3b;
    margin-bottom: 15px;
    margin-top: 25px;
}

.live-casino-tips h3:first-child {
    margin-top: 0;
}

.live-casino-tips p {
    color: #ccc;
    margin-bottom: 20px;
}

/* Aviator Features List */
.aviator-features {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
}

.aviator-features li {
    padding: 10px 0;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.aviator-features li:before {
    content: "✈️";
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

/* Aviator Comparison List */
.aviator-comparison {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
}

.aviator-comparison li {
    padding: 10px 0;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.aviator-comparison li:before {
    content: "🚀";
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

/* Betting Features List */
.betting-features {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
}

.betting-features li {
    padding: 10px 0;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.betting-features li:before {
    content: "⚽";
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

/* Bonus Features List */
.bonus-features {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
}

.bonus-features li {
    padding: 10px 0;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.bonus-features li:before {
    content: "🎁";
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

/* Slots Features List */
.slots-features {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
}

.slots-features li {
    padding: 10px 0;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.slots-features li:before {
    content: "🎰";
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

/* Strategy Grid */
.strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.strategy-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(149, 255, 59, 0.2);
    transition: all 0.3s ease;
}

.strategy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(149, 255, 59, 0.2);
}

.strategy-item h3 {
    color: #95ff3b;
    margin-bottom: 15px;
}

.strategy-item p {
    color: #ccc;
    margin-bottom: 0;
}

/* Games Categories List */
.games-categories {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
}

.games-categories li {
    padding: 10px 0;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.games-categories li:before {
    content: "🎮";
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

/* Games Categories Grid */
.games-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.game-category {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(149, 255, 59, 0.2);
    transition: all 0.3s ease;
}

.game-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(149, 255, 59, 0.2);
}

.game-category h3 {
    color: #95ff3b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.game-category h3 i {
    font-size: 1.2em;
}

.game-category p {
    color: #ccc;
    margin-bottom: 0;
}

/* Providers Grid */
.providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.provider-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(149, 255, 59, 0.2);
    transition: all 0.3s ease;
}

.provider-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(149, 255, 59, 0.2);
}

.provider-card h3 {
    color: #95ff3b;
    margin-bottom: 15px;
}

.provider-specialty {
    color: #ffee41;
    font-weight: 600;
    margin-bottom: 10px;
}

.provider-review {
    color: #ccc;
    margin-bottom: 20px;
}

.provider-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.provider-rating i {
    color: #ffee41;
    font-size: 1.2rem;
}

/* Steps Grid */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.step-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(149, 255, 59, 0.2);
    position: relative;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(149, 255, 59, 0.2);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(0deg, #95ff3b 100%, #cbff9f 0);
    color: #16251D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 20px;
}

.step-card h3 {
    margin-bottom: 15px;
    color: #95ff3b;
}

.step-card p {
    color: #ccc;
    margin-bottom: 0;
}

/* Download Grid */
.download-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px 0;
}

.download-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(149, 255, 59, 0.2);
    transition: all 0.3s ease;
}

.download-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(149, 255, 59, 0.2);
}

.download-card h3 {
    color: #95ff3b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.download-card h3 i {
    font-size: 1.2em;
}

.download-card ol {
    color: #fff;
    padding-left: 20px;
}

.download-card ol li {
    margin-bottom: 10px;
    color: #ccc;
}

.download-card p {
    color: #ccc;
    margin-bottom: 0;
}

.login-process {
    background: rgba(149, 255, 59, 0.1);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(149, 255, 59, 0.3);
    margin-top: 30px;
}

.login-process h3 {
    color: #95ff3b;
    margin-bottom: 15px;
}

/* App Features List */
.app-features-list {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
}

.app-features-list li {
    padding: 10px 0;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.app-features-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #95ff3b;
    font-weight: bold;
    font-size: 1.2em;
}

/* Features Table */
.features-table {
    overflow-x: auto;
    margin-top: 30px;
}

.app-section {
    text-align: center;
}

.features-table table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

table tbody tr td {
    color: #fff;
} 

.features-table th,
.features-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(149, 255, 59, 0.2);
}

.features-table th {
    background: #95ff3b;
    color: #16251D;
    font-weight: 600;
}

.features-table tr:hover {
    background: rgba(149, 255, 59, 0.1);
}

/* Games Grid */
.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.game-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(149, 255, 59, 0.2);
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(149, 255, 59, 0.2);
}

.game-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.game-card h3 {
    margin-bottom: 10px;
}

.game-card p {
    margin-bottom: 20px;
    color: #ccc;
}

/* Pros Cons Grid */
.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
}

.pros, .cons {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(149, 255, 59, 0.2);
}

.pros h3 {
    color: #95ff3b;
}

.cons h3 {
    color: #ff6b6b;
}

.pros ul, .cons ul {
    list-style: none;
    margin-top: 20px;
}

.pros li, .cons li {
    padding: 8px 0;
    color: #fff;
    position: relative;
    padding-left: 25px;
}

.pros li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #95ff3b;
    font-weight: bold;
}

.cons li:before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #ff6b6b;
    font-weight: bold;
}

section p {
    text-align: center;
}

section ul, section ol {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* FAQ Section */

.btn:hover {
    color: #16251D;
}

section {
    text-align: center;
}

section h2 {
    text-align: center;
}

.faq-section, .review-section {
    text-align: center;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(149, 255, 59, 0.2);
}

.faq-item h3 {
    color: #95ff3b;
    margin-bottom: 10px;
}

/* Rating Section */
.rating {
    text-align: center;
    margin: 30px 0;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}

.stars i {
    color: #ffee41;
    font-size: 2rem;
}

.rating-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #95ff3b;
}

/* CTA Section */
.cta-section {
    text-align: center;
    margin-top: 40px;
    padding: 40px;
    background: rgba(149, 255, 59, 0.1);
    border-radius: 15px;
    border: 2px solid #95ff3b;
}

/* Footer */
.footer {
    background: rgba(22, 37, 29, 0.95);
    padding: 40px 0 20px;
    border-top: 2px solid #95ff3b;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    align-items: start;
}

.footer-logo img {
    height: 33px;
    width: auto;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-links a {
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    background: #95ff3b;
    color: #16251D;
}

.footer-payment h4 {
    color: #95ff3b;
    margin-bottom: 15px;
}

.payment-icons {
    display: flex;
    gap: 15px;
}

.payment-icons i {
    font-size: 2rem;
    color: #95ff3b;
}

.footer-copyright {
    color: #ccc;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .pros-cons-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .download-grid {
        grid-template-columns: 1fr;
    }
    
    .games-categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .strategy-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.pros-cons img, .features img{
    width: 100%;
}

@media (max-width: 1440px) {
    .nav {
        display: none;
    }
    
    .burger-menu {
        display: flex;
    }

    .burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .nav-list a {
        justify-content: center;
    }

    .hero {
        min-height: 80vh;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 440px) {
    .header-buttons {
        width: 100%;
        justify-content: center;
        margin-top: 1rem;
        order: 3;
    }

    .nav.active .nav-list{
        gap: 10px;
    }

    .header .header-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .games-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
    
    .download-grid {
        grid-template-columns: 1fr;
    }
    
    .games-categories-grid {
        grid-template-columns: 1fr;
    }
    
    .providers-grid {
        grid-template-columns: 1fr;
    }
    
    .strategy-grid {
        grid-template-columns: 1fr;
    }
    
    .features-table {
        font-size: 0.9rem;
    }
    
    .features-table th,
    .features-table td {
        padding: 10px;
    }
    
    section {
        padding: 60px 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
    
    .payment-icons {
        justify-content: center;
    }
}

/* Mobile Menu */
.nav.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(22, 37, 29, 0.98);
    backdrop-filter: blur(10px);
    border-top: 1px solid #95ff3b;
}

.nav.active .nav-list {
    flex-direction: column;
    padding: 20px;
}

.nav.active .nav-list a {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 5px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
.btn:focus,
.nav-list a:focus {
    outline: 2px solid #95ff3b;
    outline-offset: 2px;
}

/* Feature Grids */
.live-casino-features-grid,
.betting-features-grid,
.aviator-features-grid,
.bonus-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.feature-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(149, 255, 59, 0.2);
    transition: all 0.3s ease;
    text-align: center;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(149, 255, 59, 0.2);
}

.feature-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.feature-item h3 {
    color: #95ff3b;
    margin-bottom: 15px;
}

.feature-item p {
    color: #ccc;
    margin-bottom: 0;
}

/* Download Card Images */
.download-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Step Card Images */
.step-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Responsive adjustments for feature grids */
@media (max-width: 1024px) {
    .live-casino-features-grid,
    .betting-features-grid,
    .aviator-features-grid,
    .bonus-features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .live-casino-features-grid,
    .betting-features-grid,
    .aviator-features-grid,
    .bonus-features-grid {
        grid-template-columns: 1fr;
    }
}

/* Table Images */
.features-table img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

.features-table td:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Game Category Images */
.game-category img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Strategy Item Images */
.strategy-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Loading animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(149, 255, 59, 0.3);
    border-radius: 50%;
    border-top-color: #95ff3b;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
} 

