.page-slot-games {
    background-color: #140C0C; /* Background */
    color: #FFF1E8; /* Text Main */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Hero Section */
.page-slot-games__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding */
    padding-bottom: 40px;
    text-align: center;
    overflow: hidden; /* Ensure content doesn't spill */
}

.page-slot-games__hero-visual {
    width: 100%;
    max-height: 600px; /* Adjust max height for visual balance */
    overflow: hidden;
    margin-bottom: 20px;
}

.page-slot-games__hero-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    min-height: 200px; /* Ensure minimum size */
}

.page-slot-games__hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-slot-games__main-title {
    font-size: clamp(2rem, 5vw, 3.5rem); /* H1 font size with clamp */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #F3C54D, #FFB04A); /* Gold gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.page-slot-games__description {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    margin-bottom: 30px;
    color: #FFF1E8; /* Text Main */
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-slot-games__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button color */
    color: #140C0C; /* Dark text for contrast */
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
    min-width: 200px; /* Ensure button minimum size */
    min-height: 44px; /* Touch target */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* Center button */
}

.page-slot-games__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 176, 74, 0.4);
}

/* General Section Styling */
.page-slot-games__introduction-section,
.page-slot-games__game-grid-section,
.page-slot-games__features-section,
.page-slot-games__cta-section {
    padding: 60px 15px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.page-slot-games__section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 600;
    margin-bottom: 25px;
    color: #FFF1E8; /* Text Main */
    background: linear-gradient(90deg, #F3C54D, #FFB04A); /* Gold gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.page-slot-games__section-description {
    font-size: 1.1rem;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF1E8; /* Text Main */
}

/* Game Grid */
.page-slot-games__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsive grid, min 280px */
    gap: 25px;
    margin-top: 40px;
}

.page-slot-games__game-tile {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.page-slot-games__game-tile:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-slot-games__game-tile img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4/3; /* Maintain aspect ratio */
    min-width: 200px; /* Minimum size */
    min-height: 200px; /* Minimum size */
}

/* Features Section */
.page-slot-games__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-slot-games__feature-item {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    transition: box-shadow 0.3s ease;
}

.page-slot-games__feature-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-slot-games__feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #F3C54D; /* Gold */
}

.page-slot-games__feature-description {
    font-size: 1rem;
    color: #FFF1E8; /* Text Main */
}

/* CTA Section */
.page-slot-games__cta-section {
    background-color: #2A1212; /* Card BG */
    border-top: 1px solid #6A1E1E; /* Border */
    padding: 80px 15px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.page-slot-games__cta-button--large {
    font-size: 1.25rem;
    padding: 18px 35px;
}


/* Responsive adjustments */
@media (max-width: 849px) {
    .page-slot-games__hero-visual {
        aspect-ratio: 16/9; /* Adjusted for smaller screens */
        max-height: 400px;
    }
    .page-slot-games__hero-visual img {
        min-height: 200px;
    }
    .page-slot-games__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* 3 columns on tablet, min 200px */
    }
    .page-slot-games__feature-list {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* 2 columns on tablet, min 200px */
    }
    .page-slot-games__section-title {
        font-size: clamp(1.5rem, 4.5vw, 2.5rem);
    }
    .page-slot-games__main-title {
        font-size: clamp(2rem, 6vw, 3rem);
    }
}

@media (max-width: 549px) {
    .page-slot-games__hero-section {
        padding-bottom: 30px;
    }
    .page-slot-games__hero-visual {
        aspect-ratio: 4/3; /* Mobile visual aspect ratio */
        max-height: 300px;
    }
    .page-slot-games__hero-visual img {
        min-height: 200px;
    }
    .page-slot-games__game-grid {
        grid-template-columns: 1fr 1fr; /* 2 columns on mobile */
    }
    .page-slot-games__feature-list {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
    .page-slot-games__cta-button {
        width: 100%;
        max-width: 300px; /* Max width for mobile CTA */
        min-height: 44px;
    }
    .page-slot-games__section-title {
        font-size: clamp(1.4rem, 5vw, 2.2rem);
    }
    .page-slot-games__main-title {
        font-size: clamp(1.8rem, 7vw, 2.8rem);
    }
    .page-slot-games__game-tile img {
        min-width: 200px; /* Ensure minimum size */
        min-height: 200px; /* Ensure minimum size */
    }
}

/* Ensure all images meet minimum size requirements */
.page-slot-games img {
    min-width: 200px;
    min-height: 200px;
}