/* style/resources-joinph-latest-promotions-analysis.css */
.page-resources-joinph-latest-promotions-analysis {
    color: #333333; /* Dark text for light body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-joinph-latest-promotions-analysis__hero-section {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
    padding: 0;
}

.page-resources-joinph-latest-promotions-analysis__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.7); /* Darken image slightly for text readability */
}

.page-resources-joinph-latest-promotions-analysis__hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    padding: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4); /* Semi-transparent dark background for text */
    border-radius: 10px;
}

.page-resources-joinph-latest-promotions-analysis__hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #FFFFFF; /* White text for hero title */
    line-height: 1.2;
}

.page-resources-joinph-latest-promotions-analysis__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #FFFFFF; /* White text for hero description */
}

.page-resources-joinph-latest-promotions-analysis__hero-cta-button,
.page-resources-joinph-latest-promotions-analysis__article-cta-button,
.page-resources-joinph-latest-promotions-analysis__promo-button,
.page-resources-joinph-latest-promotions-analysis__final-cta-button {
    display: inline-block;
    background-color: #FCBC45; /* Login button color */
    color: #000000; /* Dark text for light button */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-size: 1.1em;
    border: 2px solid #FCBC45;
}

.page-resources-joinph-latest-promotions-analysis__hero-cta-button:hover,
.page-resources-joinph-latest-promotions-analysis__article-cta-button:hover,
.page-resources-joinph-latest-promotions-analysis__promo-button:hover,
.page-resources-joinph-latest-promotions-analysis__final-cta-button:hover {
    background-color: #e0a53a;
    border-color: #e0a53a;
}

.page-resources-joinph-latest-promotions-analysis__content-area {
    max-width: 800px; /* Article content width */
    margin: 0 auto;
    padding: 40px 20px;
}

.page-resources-joinph-latest-promotions-analysis__back-link {
    margin-bottom: 30px;
    font-size: 1.1em;
}

.page-resources-joinph-latest-promotions-analysis__back-link a {
    color: #FCBC45;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-joinph-latest-promotions-analysis__back-link a:hover {
    text-decoration: underline;
}

.page-resources-joinph-latest-promotions-analysis__article-content h2 {
    font-size: 2em;
    color: #000000; /* Black for headings */
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FCBC45;
    padding-bottom: 10px;
}

.page-resources-joinph-latest-promotions-analysis__article-content h3 {
    font-size: 1.5em;
    color: #000000; /* Black for sub-headings */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-joinph-latest-promotions-analysis__article-content p {
    margin-bottom: 1em;
    font-size: 1.1em; /* 16-18px font size for body */
    line-height: 1.7; /* 1.6-1.8 line height */
}

.page-resources-joinph-latest-promotions-analysis__article-content a {
    color: #FCBC45;
    text-decoration: none;
}

.page-resources-joinph-latest-promotions-analysis__article-content a:hover {
    text-decoration: underline;
}

.page-resources-joinph-latest-promotions-analysis__article-image {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
}

.page-resources-joinph-latest-promotions-analysis__list,
.page-resources-joinph-latest-promotions-analysis__ordered-list {
    margin-bottom: 1.5em;
    padding-left: 25px;
}

.page-resources-joinph-latest-promotions-analysis__list-item {
    margin-bottom: 0.8em;
    font-size: 1.1em;
}

.page-resources-joinph-latest-promotions-analysis__quote {
    background-color: #f9f9f9;
    border-left: 5px solid #FCBC45;
    margin: 30px 0;
    padding: 20px;
    font-style: italic;
    color: #555555;
    border-radius: 5px;
}

.page-resources-joinph-latest-promotions-analysis__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-resources-joinph-latest-promotions-analysis__promo-card {
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources-joinph-latest-promotions-analysis__promo-title {
    font-size: 1.3em;
    color: #000000;
    margin-bottom: 10px;
}

.page-resources-joinph-latest-promotions-analysis__promo-description {
    font-size: 0.95em;
    color: #555555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-resources-joinph-latest-promotions-analysis__faq-section {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.page-resources-joinph-latest-promotions-analysis__faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.page-resources-joinph-latest-promotions-analysis__faq-item:last-child {
    border-bottom: none;
}

.page-resources-joinph-latest-promotions-analysis__faq-question {
    font-size: 1.2em;
    color: #000000;
    cursor: pointer;
    margin-bottom: 10px;
}

.page-resources-joinph-latest-promotions-analysis__faq-answer {
    font-size: 1em;
    color: #666666;
    padding-left: 15px;
}

.page-resources-joinph-latest-promotions-analysis__final-cta {
    position: relative;
    margin: 50px 0;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    color: #FFFFFF;
    min-width: 200px;
    min-height: 200px;
}

.page-resources-joinph-latest-promotions-analysis__final-cta-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.6);
    min-width: 200px;
    min-height: 200px;
}

.page-resources-joinph-latest-promotions-analysis__final-cta-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    z-index: 10;
    padding: 20px;
}

.page-resources-joinph-latest-promotions-analysis__final-cta-title {
    font-size: 2em;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.page-resources-joinph-latest-promotions-analysis__final-cta-description {
    font-size: 1.1em;
    margin-bottom: 25px;
    color: #FFFFFF;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-joinph-latest-promotions-analysis__hero-title {
        font-size: 2.2em;
    }
    .page-resources-joinph-latest-promotions-analysis__hero-description {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-resources-joinph-latest-promotions-analysis__hero-title {
        font-size: 1.8em;
    }
    .page-resources-joinph-latest-promotions-analysis__hero-description {
        font-size: 1em;
    }
    .page-resources-joinph-latest-promotions-analysis__hero-cta-button,
    .page-resources-joinph-latest-promotions-analysis__article-cta-button,
    .page-resources-joinph-latest-promotions-analysis__promo-button,
    .page-resources-joinph-latest-promotions-analysis__final-cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-joinph-latest-promotions-analysis__content-area {
        padding: 20px 15px;
    }
    .page-resources-joinph-latest-promotions-analysis__article-content h2 {
        font-size: 1.7em;
    }
    .page-resources-joinph-latest-promotions-analysis__article-content h3 {
        font-size: 1.3em;
    }
    .page-resources-joinph-latest-promotions-analysis__promo-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-joinph-latest-promotions-analysis__final-cta-title {
        font-size: 1.5em;
    }
    .page-resources-joinph-latest-promotions-analysis__final-cta-description {
        font-size: 0.9em;
    }
    /* Ensure images do not overflow on mobile */
    .page-resources-joinph-latest-promotions-analysis img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-resources-joinph-latest-promotions-analysis__hero-title {
        font-size: 1.5em;
    }
    .page-resources-joinph-latest-promotions-analysis__hero-description {
        font-size: 0.9em;
    }
    .page-resources-joinph-latest-promotions-analysis__hero-cta-button,
    .page-resources-joinph-latest-promotions-analysis__article-cta-button,
    .page-resources-joinph-latest-promotions-analysis__promo-button,
    .page-resources-joinph-latest-promotions-analysis__final-cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-resources-joinph-latest-promotions-analysis__article-content h2 {
        font-size: 1.5em;
    }
    .page-resources-joinph-latest-promotions-analysis__article-content h3 {
        font-size: 1.2em;
    }
    .page-resources-joinph-latest-promotions-analysis__final-cta-title {
        font-size: 1.2em;
    }
    .page-resources-joinph-latest-promotions-analysis__final-cta-description {
        font-size: 0.8em;
    }
}