/* style/index-top-s666-games.css */
.page-index-top-s666-games {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-index-top-s666-games .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-index-top-s666-games .hero-section {
    background: linear-gradient(135deg, #0047AB 0%, #0028ff 100%); /* Adjusted for better contrast with gold */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-top-s666-games .hero-section h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #FFD700; /* Gold for highlight */
}

.page-index-top-s666-games .hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

.page-index-top-s666-games .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.page-index-top-s666-games .btn-primary {
    background-color: #FFD700; /* Gold */
    color: #0047AB; /* Dark blue */
    border: none;
}

.page-index-top-s666-games .btn-primary:hover {
    background-color: #e6c200; /* Darker gold */
    transform: translateY(-2px);
}

.page-index-top-s666-games .btn-secondary {
    background-color: #0047AB; /* Dark blue */
    color: #fff;
    border: 2px solid #FFD700;
    margin-top: 20px;
}

.page-index-top-s666-games .btn-secondary:hover {
    background-color: #003a8a; /* Darker blue */
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-index-top-s666-games .btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-index-top-s666-games section {
    padding: 60px 0;
}

.page-index-top-s666-games section:nth-of-type(even) {
    background-color: #f0f2f5;
}

.page-index-top-s666-games h2 {
    font-size: 2.5em;
    color: #0047AB; /* Dark blue */
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-index-top-s666-games h3 {
    font-size: 1.8em;
    color: #0047AB; /* Dark blue */
    margin-bottom: 15px;
    font-weight: 600;
}

.page-index-top-s666-games p {
    font-size: 1.05em;
    color: #444;
    margin-bottom: 15px;
}

.page-index-top-s666-games .section-description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
    font-size: 1.1em;
}

.page-index-top-s666-games .about-s666-section .about-s666-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.page-index-top-s666-games .about-s666-content .text-content {
    flex: 1;
    min-width: 300px;
}

.page-index-top-s666-games .about-s666-content .image-content {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-index-top-s666-games .about-s666-content .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-top-s666-games .game-category {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.page-index-top-s666-games .game-category.reverse {
    flex-direction: row-reverse;
}

.page-index-top-s666-games .game-info {
    flex: 1;
    min-width: 300px;
}

.page-index-top-s666-games .game-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-index-top-s666-games .game-image .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-top-s666-games .btn-game-cta {
    background-color: #FFD700; /* Gold */
    color: #0047AB; /* Dark blue */
    border: none;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 1em;
}

.page-index-top-s666-games .btn-game-cta:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-index-top-s666-games .why-choose-s666-section {
    background-color: #e6f0ff;
}

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

.page-index-top-s666-games .feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-index-top-s666-games .feature-item:hover {
    transform: translateY(-5px);
}

.page-index-top-s666-games .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-index-top-s666-games .feature-item h3 {
    color: #0047AB; /* Dark blue */
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-index-top-s666-games .feature-item p {
    font-size: 0.95em;
    color: #555;
}

.page-index-top-s666-games .cta-section {
    text-align: center;
    background-color: #0047AB;
    color: #fff;
    padding: 80px 0;
}

.page-index-top-s666-games .cta-section h2 {
    color: #FFD700; /* Gold */
    margin-bottom: 30px;
}

.page-index-top-s666-games .cta-section p {
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 1.1em;
}

.page-index-top-s666-games .registration-steps {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.page-index-top-s666-games .registration-steps li {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 5px solid #FFD700;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 1.1em;
}

.page-index-top-s666-games .registration-steps li strong {
    color: #FFD700;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
}

.page-index-top-s666-games .app-download-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.page-index-top-s666-games .app-content {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.page-index-top-s666-games .app-text {
    flex: 1;
    min-width: 300px;
}

.page-index-top-s666-games .app-text h2 {
    text-align: left;
    color: #0047AB;
}

.page-index-top-s666-games .app-text p {
    font-size: 1.1em;
    margin-bottom: 25px;
}

.page-index-top-s666-games .app-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-index-top-s666-games .app-image .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-top-s666-games .faq-section {
    background-color: #e6f0ff;
}

.page-index-top-s666-games .faq-item {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-top-s666-games .faq-item h3 {
    color: #0047AB;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-index-top-s666-games .faq-item p {
    color: #555;
    margin-bottom: 0;
    display: block; /* Ensure content is visible */
}

.page-index-top-s666-games .final-cta-section {
    text-align: center;
    padding: 100px 0;
    background: linear-gradient(45deg, #0047AB, #0028ff);
    color: #fff;
}

.page-index-top-s666-games .final-cta-section h2 {
    color: #FFD700;
    margin-bottom: 30px;
}

.page-index-top-s666-games .final-cta-section p {
    color: #e0e0e0;
    max-width: 900px;
    margin: 0 auto 50px auto;
    font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-top-s666-games .hero-section h1 {
        font-size: 2.8em;
    }
    .page-index-top-s666-games h2 {
        font-size: 2em;
    }
    .page-index-top-s666-games .about-s666-content, 
    .page-index-top-s666-games .game-category, 
    .page-index-top-s666-games .app-content {
        flex-direction: column;
        text-align: center;
    }
    .page-index-top-s666-games .about-s666-content .text-content, 
    .page-index-top-s666-games .game-info, 
    .page-index-top-s666-games .app-text {
        order: 2;
    }
    .page-index-top-s666-games .about-s666-content .image-content, 
    .page-index-top-s666-games .game-image, 
    .page-index-top-s666-games .app-image {
        order: 1;
    }
    .page-index-top-s666-games .game-category.reverse .game-info {
        order: 2;
    }
    .page-index-top-s666-games .game-category.reverse .game-image {
        order: 1;
    }
    .page-index-top-s666-games .app-text h2 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .page-index-top-s666-games .hero-section {
        padding: 80px 0;
    }
    .page-index-top-s666-games .hero-section h1 {
        font-size: 2.2em;
    }
    .page-index-top-s666-games .hero-description {
        font-size: 1.1em;
    }
    .page-index-top-s666-games h2 {
        font-size: 1.8em;
    }
    .page-index-top-s666-games h3 {
        font-size: 1.5em;
    }
    .page-index-top-s666-games .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-index-top-s666-games .features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-index-top-s666-games .hero-section h1 {
        font-size: 1.8em;
    }
    .page-index-top-s666-games h2 {
        font-size: 1.5em;
    }
    .page-index-top-s666-games .btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}