* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.6;
    overflow-x: hidden;
}

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

.mobile-sticky-actions {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    backdrop-filter: blur(10px);
    padding: 12px 16px;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #f1f4f8;
    gap: 12px;
}

.mobile-action-btn {
    flex: 1;
    padding: 14px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: block;
}

.mobile-action-btn.register-btn {
    background: linear-gradient(180deg, #59b3ff 0%, #008cff 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 140, 255, 0.3);
    font-family: 'Rubik', sans-serif;
}

.mobile-action-btn.register-btn:active {
    transform: scale(0.95);
    box-shadow: 0 2px 10px rgba(0, 140, 255, 0.4);
    filter: brightness(1.1);
}

.mobile-action-btn.login-btn {
    background: #f1f4f8;
    color: #008cff;
    border: 1px solid #008cff;
    font-family: 'Rubik', sans-serif;
}

.mobile-action-btn.login-btn:active {
    background: #008cff;
    color: #fff;
    transform: scale(0.95);
}

@media (max-width: 768px) {
    .mobile-sticky-actions {
        display: flex;
    }
    
    body {
        padding-bottom: 80px;
    }
}

.header {
    background: #fff;
    backdrop-filter: blur(10px);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 998;
    border-bottom: 1px solid #f1f4f8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

.logo a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.logo-text {
    font-size: 28px;
    font-weight: 800;
    color: #008cff;
    letter-spacing: -1px;
}

.logo-subtitle {
    font-size: 12px;
    color: #95979a;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.desktop-nav {
    display: flex;
    gap: 30px;
}

.nav-link {
    color: #95979a;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: #008cff;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #008cff;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

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

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

.btn-login {
    background: #f1f4f8;
    color: #008cff;
    border: 1px solid #008cff;
}

.btn-login:hover {
    background: #008cff;
    color: #fff;
    transform: translateY(-2px);
}

.btn-register {
    background: linear-gradient(180deg, #59b3ff 0%, #008cff 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 140, 255, 0.3);
    border: none;
}

.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 140, 255, 0.4);
    filter: brightness(1.1);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    backdrop-filter: blur(10px);
    padding: 20px;
    z-index: 997;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    border-bottom: 2px solid #f1f4f8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mobile-menu.active {
    transform: translateY(0);
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-menu-link {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mobile-menu-link:hover {
    background: #f1f4f8;
    color: #008cff;
}

.hero {
    padding: 60px 0;
    background: #f1f4f8;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    line-height: 54px;
    font-family: 'Rubik', sans-serif;
}

.hero-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: linear-gradient(180deg, #59b3ff 0%, #008cff 100%);
    color: #fff;
    padding: 16px 32px;
    font-size: 16px;
    box-shadow: 0 6px 20px rgba(0, 140, 255, 0.3);
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 140, 255, 0.4);
    filter: brightness(1.1);
}

.btn-hero-secondary {
    background: #f1f4f8;
    color: #008cff;
    border: 1px solid #008cff;
    padding: 16px 32px;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

.btn-hero-secondary:hover {
    background: #008cff;
    color: #fff;
    transform: translateY(-3px);
}

.hero-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.promo-banner {
    background: linear-gradient(180deg, #59b3ff 0%, #008cff 100%);
    padding: 30px 0;
    margin: 40px 0;
}

.promo-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.promo-icon {
    font-size: 48px;
}

.promo-text {
    flex: 1;
}

.promo-text h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.promo-text p {
    font-size: 16px;
    opacity: 0.9;
}

.btn-promo {
    background: #fff;
    color: #008cff;
    padding: 14px 28px;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

.btn-promo:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
    filter: brightness(0.95);
}

.games-section {
    padding: 60px 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    font-family: 'Rubik', sans-serif;
}

.section-link {
    color: #008cff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.section-link:hover {
    color: #0066cc;
    transform: translateX(5px);
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.game-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f1f4f8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.game-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 140, 255, 0.15);
    border-color: #008cff;
}

.game-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

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

.game-card:hover .game-image img {
    transform: scale(1.1);
}

.game-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-card:hover .game-overlay {
    opacity: 1;
}

.game-btn {
    padding: 10px 20px;
    background: linear-gradient(180deg, #59b3ff 0%, #008cff 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.game-btn:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.game-btn-demo {
    background: #f1f4f8;
    color: #008cff;
    border: 1px solid #008cff;
}

.game-btn-demo:hover {
    background: #008cff;
    color: #fff;
}

.game-info {
    padding: 16px;
}

.game-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.game-provider {
    font-size: 13px;
    color: #95979a;
    margin-bottom: 10px;
}

.game-stats {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.game-rtp {
    color: #19cc61;
    font-weight: 600;
}

.game-volatility {
    color: #666;
    background: #f1f4f8;
    padding: 2px 8px;
    border-radius: 4px;
}

.features-section {
    padding: 60px 0;
    background: #fff;
}

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

.feature-card {
    background: #f1f4f8;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.feature-card:hover {
    background: #fff;
    border-color: #008cff;
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 140, 255, 0.15);
}

.feature-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
    font-family: 'Rubik', sans-serif;
}

.feature-text {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.testimonials-section {
    padding: 60px 0;
    background: #f1f4f8;
}

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

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 140, 255, 0.1);
}

.testimonial-rating {
    font-size: 20px;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-author {
    font-size: 14px;
    color: #008cff;
    font-weight: 600;
}

.section-title.centered {
    text-align: center;
    margin-bottom: 20px;
}

.comparison-section {
    padding: 60px 0;
    background: #fff;
}

.comparison-table-wrapper {
    overflow-x: auto;
    margin-top: 30px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.comparison-table th,
.comparison-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #f1f4f8;
}

.comparison-table th {
    background: #f1f4f8;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Rubik', sans-serif;
}

.comparison-table td.highlight {
    color: #19cc61;
    font-weight: 600;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:hover {
    background: #f9fafb;
}

.comparison-table td {
    color: #000;
}

.faq-section {
    padding: 60px 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.faq-item {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #f1f4f8;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
    background: #f9fafb;
    border-color: #008cff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 140, 255, 0.1);
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
    font-family: 'Rubik', sans-serif;
}

.faq-answer {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.providers-section {
    padding: 60px 0;
    background: #fff;
}

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

.provider-logo {
    background: #f1f4f8;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #f1f4f8;
}

.provider-logo:hover {
    background: #fff;
    border-color: #008cff;
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 140, 255, 0.1);
}

.footer {
    background: #f1f4f8;
    padding: 40px 0;
    margin-top: 60px;
    border-top: 1px solid #e5e7eb;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.footer-title {
    font-size: 18px;
    margin-bottom: 16px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

.footer-text {
    color: #666;
    font-size: 14px;
}

.payment-methods,
.licenses {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.payment-icon,
.license-badge {
    background: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    border: 1px solid #e5e7eb;
    color: #666;
}

@media (max-width: 768px) {
    .desktop-nav,
    .header-actions {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .mobile-menu {
        display: block;
    }

    .header {
        padding: 12px 0;
    }

    .logo-text {
        font-size: 24px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        text-align: center;
    }

    .promo-content {
        flex-direction: column;
        text-align: center;
    }

    .btn-promo {
        width: 100%;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .games-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 16px;
    }

    .game-info {
        padding: 12px;
    }

    .game-title {
        font-size: 14px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .providers-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 12px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .comparison-table {
        font-size: 14px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 16px;
    }
}

@media (max-width: 480px) {
    .games-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 24px;
    }
}
</create-file>