/* style/slot-games-video-slots.css */

.page-slot-games-video-slots {
    font-family: 'Arial', sans-serif;
    color: #f5e6ce; /* Lighter text for dark background */
    background-color: #0A1931;
    line-height: 1.6;
}

.page-slot-games-video-slots__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-slot-games-video-slots__highlight {
    color: #FFD700;
}

.page-slot-games-video-slots__highlight-text {
    color: #FFD700;
    font-weight: bold;
}

/* Hero Section */
.page-slot-games-video-slots__hero-section {
    background: linear-gradient(135deg, #0A1931 0%, #2a4365 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-slot-games-video-slots__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
}

.page-slot-games-video-slots__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(50%);
}

.page-slot-games-video-slots__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.page-slot-games-video-slots__hero-title {
    font-size: 3.5em;
    color: #f5e6ce;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-slot-games-video-slots__hero-subtitle {
    font-size: 1.5em;
    color: #c0c0c0;
    margin-bottom: 40px;
}

.page-slot-games-video-slots__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A1931;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-slot-games-video-slots__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-slot-games-video-slots__cta-button--small {
    font-size: 1em;
    padding: 10px 20px;
}

.page-slot-games-video-slots__cta-button--primary {
    background-color: #FFD700;
    color: #0A1931;
}

.page-slot-games-video-slots__cta-button--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-slot-games-video-slots__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
}

.page-slot-games-video-slots__cta-button--download {
    margin: 0 10px;
}

/* Section Titles */
.page-slot-games-video-slots__section-title {
    font-size: 2.5em;
    color: #f5e6ce;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
}

/* Introduction Section */
.page-slot-games-video-slots__introduction-section {
    padding: 60px 0;
    background-color: #1a2a47;
}

.page-slot-games-video-slots__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #d0d0d0;
    text-align: justify;
}

/* Features Section */
.page-slot-games-video-slots__features-section {
    padding: 60px 0;
    background-color: #0A1931;
}

.page-slot-games-video-slots__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-slot-games-video-slots__feature-card {
    background-color: #1a2a47;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-slot-games-video-slots__feature-card:hover {
    transform: translateY(-10px);
}

.page-slot-games-video-slots__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-slot-games-video-slots__feature-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-slot-games-video-slots__feature-description {
    color: #c0c0c0;
    font-size: 1em;
}

/* Strategy Section */
.page-slot-games-video-slots__strategy-section {
    padding: 60px 0;
    background-color: #1a2a47;
}

.page-slot-games-video-slots__strategy-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    text-align: left;
}

.page-slot-games-video-slots__strategy-list li {
    background-color: #0A1931;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid #FFD700;
    border-radius: 5px;
    font-size: 1.1em;
    color: #d0d0d0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-slot-games-video-slots__strategy-list li strong {
    color: #FFD700;
}

/* Promo Section */
.page-slot-games-video-slots__promo-section {
    padding: 80px 0;
    background-color: #0A1931;
}

.page-slot-games-video-slots__promo-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.page-slot-games-video-slots__promo-text {
    flex: 1;
    min-width: 300px;
}

.page-slot-games-video-slots__promo-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-slot-games-video-slots__promo-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Download Section */
.page-slot-games-video-slots__download-section {
    padding: 60px 0;
    background-color: #1a2a47;
    text-align: center;
}

.page-slot-games-video-slots__download-buttons {
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.page-slot-games-video-slots__app-image {
    max-width: 400px;
    height: auto;
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Final CTA Section */
.page-slot-games-video-slots__cta-final {
    padding: 80px 0;
    background-color: #0A1931;
    text-align: center;
}

.page-slot-games-video-slots__final-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-slot-games-video-slots__hero-title {
        font-size: 2.5em;
    }

    .page-slot-games-video-slots__hero-subtitle {
        font-size: 1.2em;
    }

    .page-slot-games-video-slots__section-title {
        font-size: 2em;
    }

    .page-slot-games-video-slots__features-grid {
        grid-template-columns: 1fr;
    }

    .page-slot-games-video-slots__promo-content {
        flex-direction: column;
        text-align: center;
    }

    .page-slot-games-video-slots__cta-button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-slot-games-video-slots__final-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-slot-games-video-slots__hero-title {
        font-size: 2em;
    }

    .page-slot-games-video-slots__hero-subtitle {
        font-size: 1em;
    }

    .page-slot-games-video-slots__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-slot-games-video-slots__section-title {
        font-size: 1.8em;
    }

    .page-slot-games-video-slots__download-buttons {
        flex-direction: column;
    }
    .page-slot-games-video-slots__cta-button--download {
        margin: 0;
    }
}