/* style/index-latest-platform-offers.css */
.page-index-latest-platform-offers {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #E0E0E0; /* Light grey for general text on dark background */
    background-color: #0A192F; /* Main background color */
}

.page-index-latest-platform-offers .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Typography */
.page-index-latest-platform-offers h1,
.page-index-latest-platform-offers h2,
.page-index-latest-platform-offers h3 {
    color: #FFD700; /* Gold for titles */
    text-align: center;
    margin-bottom: 25px;
}

.page-index-latest-platform-offers h1 {
    font-size: 3.2em;
    font-weight: bold;
    color: #FFD700; /* Gold for H1 */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-latest-platform-offers h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #FFD700; /* Gold for H2 */
    border-bottom: 3px solid #FFD700;
    padding-bottom: 15px;
    margin-top: 50px;
}

.page-index-latest-platform-offers h3 {
    font-size: 1.8em;
    font-weight: 600;
    color: #FFD700; /* Gold for H3 */
}

.page-index-latest-platform-offers p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #E0E0E0; /* Light grey for paragraphs */
}

.page-index-latest-platform-offers a {
    color: #FFD700; /* Gold for links */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-index-latest-platform-offers a:hover {
    color: #FFF;
}

/* Buttons */
.page-index-latest-platform-offers .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    margin: 10px 10px 10px 0;
    border: none;
    text-decoration: none; /* Ensure no underline */
}

.page-index-latest-platform-offers .btn-primary {
    background-color: #FFD700; /* Gold button */
    color: #0A192F; /* Dark blue text */
}

.page-index-latest-platform-offers .btn-primary:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-index-latest-platform-offers .btn-secondary {
    background-color: #0A192F; /* Dark blue button */
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700;
}

.page-index-latest-platform-offers .btn-secondary:hover {
    background-color: #1a3250; /* Slightly lighter dark blue on hover */
    transform: translateY(-2px);
}

.page-index-latest-platform-offers .btn-large {
    padding: 15px 30px;
    font-size: 1.2em;
}

/* Sections */
.page-index-latest-platform-offers section {
    padding: 60px 0;
    position: relative;
}

.page-index-latest-platform-offers .hero-section {
    background: linear-gradient(135deg, #0A192F, #301f00); /* Dark blue to dark gold gradient */
    padding: 100px 0;
    text-align: center;
}

.page-index-latest-platform-offers .hero-title {
    font-size: 4em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-index-latest-platform-offers .hero-subtitle {
    font-size: 1.4em;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #F0F0F0;
}

.page-index-latest-platform-offers .hero-actions {
    margin-top: 30px;
}

.page-index-latest-platform-offers .introduction-section,
.page-index-latest-platform-offers .platforms-section,
.page-index-latest-platform-offers .offers-section,
.page-index-latest-platform-offers .gameplay-section,
.page-index-latest-platform-offers .tips-section,
.page-index-latest-platform-offers .app-download-section,
.page-index-latest-platform-offers .responsible-gambling-section,
.page-index-latest-platform-offers .faq-section,
.page-index-latest-platform-offers .cta-section {
    background-color: #12243f; /* Slightly lighter dark blue for content sections */
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-index-latest-platform-offers .platforms-section,
.page-index-latest-platform-offers .offers-section {
    background-color: #0A192F; /* Darker background for key sections */
}

/* Images */
.page-index-latest-platform-offers img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-index-latest-platform-offers .image-full-width {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.page-index-latest-platform-offers .image-medium {
    max-width: 70%;
}

.page-index-latest-platform-offers .image-responsive {
    max-width: 80%;
}

/* Platform Cards */
.page-index-latest-platform-offers .platform-card {
    background-color: #1a3250;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-index-latest-platform-offers .platform-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 3px solid #FFD700;
}

.page-index-latest-platform-offers .platform-title {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #FFD700;
}

.page-index-latest-platform-offers .platform-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-latest-platform-offers .platform-features li {
    background-color: #0A192F;
    padding: 10px 15px;
    margin-bottom: 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #E0E0E0;
}

.page-index-latest-platform-offers .platform-features li::before {
    content: '✅';
    margin-right: 10px;
    font-size: 1.2em;
}

/* Offer Cards */
.page-index-latest-platform-offers .offers-section .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-index-latest-platform-offers .offer-card {
    background-color: #1a3250;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-index-latest-platform-offers .offer-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    object-fit: contain;
}

.page-index-latest-platform-offers .offer-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #FFD700;
}

.page-index-latest-platform-offers .disclaimer {
    margin-top: 30px;
    font-style: italic;
    font-size: 0.9em;
    text-align: center;
    color: #999;
    grid-column: 1 / -1; /* Span across all columns */
}

/* Gameplay & Tips */
.page-index-latest-platform-offers .gameplay-steps,
.page-index-latest-platform-offers .tips-list,
.page-index-latest-platform-offers .responsible-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-latest-platform-offers .gameplay-steps li,
.page-index-latest-platform-offers .tips-list li,
.page-index-latest-platform-offers .responsible-list li {
    background-color: #1a3250;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-left: 5px solid #FFD700;
    border-radius: 5px;
    color: #E0E0E0;
    font-size: 1.1em;
}

.page-index-latest-platform-offers .gameplay-steps li ul {
    list-style: disc;
    margin-left: 25px;
    margin-top: 10px;
    color: #c0c0c0;
}

.page-index-latest-platform-offers .gameplay-steps li ul li {
    background-color: transparent;
    border: none;
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 1em;
}

/* App Download */
.page-index-latest-platform-offers .download-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.page-index-latest-platform-offers .download-card {
    background-color: #1a3250;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    width: 280px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-latest-platform-offers .download-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    object-fit: contain;
}

.page-index-latest-platform-offers .download-title {
    font-size: 1.6em;
    margin-bottom: 10px;
    color: #FFD700;
}

/* FAQ Section */
.page-index-latest-platform-offers .faq-item {
    background-color: #1a3250;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-index-latest-platform-offers .faq-question {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #FFD700;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-index-latest-platform-offers .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-index-latest-platform-offers .faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-index-latest-platform-offers .faq-answer {
    display: none;
    padding-top: 10px;
    border-top: 1px solid #2e4a70;
    margin-top: 10px;
    color: #c0c0c0;
}

.page-index-latest-platform-offers .faq-answer.active {
    display: block;
}

/* Call to action */
.page-index-latest-platform-offers .cta-section {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(45deg, #0A192F, #301f00);
}

.page-index-latest-platform-offers .cta-section h2 {
    color: #FFD700;
}

.page-index-latest-platform-offers .cta-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #F0F0F0;
}

.page-index-latest-platform-offers .small-text {
    font-size: 0.9em;
    margin-top: 20px;
    color: #c0c0c0;
}

.page-index-latest-platform-offers .text-link {
    color: #FFD700;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-index-latest-platform-offers h1 {
        font-size: 2.5em;
    }

    .page-index-latest-platform-offers h2 {
        font-size: 2em;
    }

    .page-index-latest-platform-offers h3 {
        font-size: 1.5em;
    }

    .page-index-latest-platform-offers .hero-subtitle {
        font-size: 1.2em;
    }

    .page-index-latest-platform-offers .offers-section .container {
        grid-template-columns: 1fr;
    }

    .page-index-latest-platform-offers .download-options {
        flex-direction: column;
        align-items: center;
    }

    .page-index-latest-platform-offers .download-card {
        width: 100%;
        max-width: 350px;
    }

    .page-index-latest-platform-offers .image-medium,
    .page-index-latest-platform-offers .image-responsive {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .page-index-latest-platform-offers .hero-title {
        font-size: 2em;
    }

    .page-index-latest-platform-offers .hero-subtitle {
        font-size: 1em;
    }

    .page-index-latest-platform-offers .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .page-index-latest-platform-offers .hero-actions {
        display: flex;
        flex-direction: column;
    }
}