/* style/blog-98win-latest-promotions-analysis.css */

/* Custom Colors */
:root {
    --page-bg: #08160F;
    --card-bg: #11271B;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-98win-latest-promotions-analysis {
    background-color: var(--page-bg);
    color: var(--text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 40px;
}

/* Hero Section */
.page-blog-98win-latest-promotions-analysis__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding as body handles header offset */
    background-color: var(--card-bg);
    overflow: hidden;
}

.page-blog-98win-latest-promotions-analysis__hero-image-wrapper {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
}

.page-blog-98win-latest-promotions-analysis__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-98win-latest-promotions-analysis__hero-content {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

.page-blog-98win-latest-promotions-analysis__main-title {
    color: var(--text-main);
    font-size: 2.8em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-98win-latest-promotions-analysis__subtitle {
    color: var(--text-secondary);
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Call to Action Buttons */
.page-blog-98win-latest-promotions-analysis__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-98win-latest-promotions-analysis__btn-primary,
.page-blog-98win-latest-promotions-analysis__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-98win-latest-promotions-analysis__btn-primary {
    background: var(--button-gradient);
    color: var(--text-main);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-98win-latest-promotions-analysis__btn-primary:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.page-blog-98win-latest-promotions-analysis__btn-secondary {
    background-color: transparent;
    color: var(--glow-color);
    border: 2px solid var(--glow-color);
}

.page-blog-98win-latest-promotions-analysis__btn-secondary:hover {
    background-color: var(--glow-color);
    color: var(--page-bg);
    transform: translateY(-2px);
}

/* General Section Styling */
.page-blog-98win-latest-promotions-analysis__section {
    padding: 60px 0;
    background-color: var(--page-bg);
}

.page-blog-98win-latest-promotions-analysis__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-98win-latest-promotions-analysis__heading {
    color: var(--gold-color);
    font-size: 2.2em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.page-blog-98win-latest-promotions-analysis__paragraph {
    color: var(--text-main);
    margin-bottom: 20px;
    font-size: 1.05em;
    text-align: justify;
}

.page-blog-98win-latest-promotions-analysis__paragraph a {
    color: var(--glow-color);
    text-decoration: none;
    font-weight: bold;
}

.page-blog-98win-latest-promotions-analysis__paragraph a:hover {
    text-decoration: underline;
}

.page-blog-98win-latest-promotions-analysis__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-98win-latest-promotions-analysis__main-title {
        font-size: 2.4em;
    }
    .page-blog-98win-latest-promotions-analysis__heading {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-blog-98win-latest-promotions-analysis__hero-section {
        padding-top: 10px !important;
    }
    .page-blog-98win-latest-promotions-analysis__main-title {
        font-size: 2em;
    }
    .page-blog-98win-latest-promotions-analysis__subtitle {
        font-size: 1em;
    }
    .page-blog-98win-latest-promotions-analysis__heading {
        font-size: 1.8em;
    }
    .page-blog-98win-latest-promotions-analysis__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
    .page-blog-98win-latest-promotions-analysis__btn-primary,
    .page-blog-98win-latest-promotions-analysis__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-98win-latest-promotions-analysis__section {
        padding: 40px 0;
    }
    .page-blog-98win-latest-promotions-analysis__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Mobile image responsiveness */
    .page-blog-98win-latest-promotions-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-98win-latest-promotions-analysis__hero-image-wrapper,
    .page-blog-98win-latest-promotions-analysis__image-content {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* Ensure content area does not overflow */
    .page-blog-98win-latest-promotions-analysis__content-area {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Color contrast enforcement - general text on page background */
.page-blog-98win-latest-promotions-analysis p,
.page-blog-98win-latest-promotions-analysis li,
.page-blog-98win-latest-promotions-analysis h1,
.page-blog-98win-latest-promotions-analysis h2,
.page-blog-98win-latest-promotions-analysis h3,
.page-blog-98win-latest-promotions-analysis h4,
.page-blog-98win-latest-promotions-analysis h5,
.page-blog-98win-latest-promotions-analysis h6 {
    color: var(--text-main);
}

/* Specific heading colors for visual hierarchy */
.page-blog-98win-latest-promotions-analysis__main-title {
    color: var(--text-main);
}
.page-blog-98win-latest-promotions-analysis__heading {
    color: var(--gold-color);
}
.page-blog-98win-latest-promotions-analysis__subtitle {
    color: var(--text-secondary);
}