.page-blog-phdream-promotions-guide {
    background-color: #0A0A0A;
    color: #FFF6D6;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-phdream-promotions-guide__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    overflow: hidden;
}

.page-blog-phdream-promotions-guide__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.page-blog-phdream-promotions-guide__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4); /* Darken image for text readability, no color change */
}

.page-blog-phdream-promotions-guide__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    color: #FFF6D6;
}

.page-blog-phdream-promotions-guide__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 font size */
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD36B; /* Glow color for title */
}

.page-blog-phdream-promotions-guide__lead-text {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #FFF6D6;
}

.page-blog-phdream-promotions-guide__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-phdream-promotions-guide__cta-buttons--center {
    margin-top: 40px;
}

.page-blog-phdream-promotions-guide__btn-primary,
.page-blog-phdream-promotions-guide__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.page-blog-phdream-promotions-guide__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    border: none;
}

.page-blog-phdream-promotions-guide__btn-primary:hover {
    background: linear-gradient(180deg, #DDA11D 0%, #FFD86A 100%);
    color: #0A0A0A;
}

.page-blog-phdream-promotions-guide__btn-secondary {
    background-color: transparent;
    color: #FFD36B;
    border: 2px solid #FFD36B;
}

.page-blog-phdream-promotions-guide__btn-secondary:hover {
    background-color: #FFD36B;
    color: #0A0A0A;
}

.page-blog-phdream-promotions-guide__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #0A0A0A;
}

.page-blog-phdream-promotions-guide__article {
    background-color: #111111;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #3A2A12;
}

.page-blog-phdream-promotions-guide__section-title {
    font-size: 2.2rem;
    color: #FFD36B;
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.3;
}

.page-blog-phdream-promotions-guide__section-title:first-of-type {
    margin-top: 0;
}

.page-blog-phdream-promotions-guide__sub-section-title {
    font-size: 1.8rem;
    color: #F2C14E;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.page-blog-phdream-promotions-guide p {
    margin-bottom: 15px;
    color: #FFF6D6;
}

.page-blog-phdream-promotions-guide a {
    color: #F2C14E;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-phdream-promotions-guide a:hover {
    color: #FFD36B;
    text-decoration: underline;
}

.page-blog-phdream-promotions-guide__ordered-list,
.page-blog-phdream-promotions-guide__unordered-list {
    list-style-position: inside;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #FFF6D6;
}

.page-blog-phdream-promotions-guide__ordered-list li,
.page-blog-phdream-promotions-guide__unordered-list li {
    margin-bottom: 10px;
    color: #FFF6D6;
}

.page-blog-phdream-promotions-guide__article-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    display: block;
    object-fit: cover;
}

/* FAQ Section */
.page-blog-phdream-promotions-guide__faq-section {
    margin-top: 40px;
    border-top: 1px solid #3A2A12;
}

.page-blog-phdream-promotions-guide__faq-item {
    border-bottom: 1px solid #3A2A12;
}

.page-blog-phdream-promotions-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    color: #F2C14E;
    font-weight: 600;
    transition: color 0.3s ease;
}

.page-blog-phdream-promotions-guide__faq-question:hover {
    color: #FFD36B;
}

.page-blog-phdream-promotions-guide__faq-question h3 {
    margin: 0;
    font-size: 1.2rem;
    color: inherit;
}

.page-blog-phdream-promotions-guide__faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    color: #FFD36B;
}

.page-blog-phdream-promotions-guide__faq-item.active .page-blog-phdream-promotions-guide__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-phdream-promotions-guide__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #FFF6D6;
}

.page-blog-phdream-promotions-guide__faq-item.active .page-blog-phdream-promotions-guide__faq-answer {
    max-height: 1000px !important;
    padding: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-blog-phdream-promotions-guide {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-phdream-promotions-guide__hero-section {
        padding: 60px 15px;
    }

    .page-blog-phdream-promotions-guide__main-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    .page-blog-phdream-promotions-guide__lead-text {
        font-size: 1rem;
    }

    .page-blog-phdream-promotions-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .page-blog-phdream-promotions-guide__btn-primary,
    .page-blog-phdream-promotions-guide__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 0.9rem;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-phdream-promotions-guide__content-area {
        padding: 40px 15px;
    }

    .page-blog-phdream-promotions-guide__article {
        padding: 25px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-phdream-promotions-guide__section-title {
        font-size: 1.8rem;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-blog-phdream-promotions-guide__sub-section-title {
        font-size: 1.5rem;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .page-blog-phdream-promotions-guide__article-image {
        max-width: 100% !important;
        height: auto !important;
        margin: 20px 0;
    }

    .page-blog-phdream-promotions-guide__faq-question {
        padding: 15px 0;
    }

    .page-blog-phdream-promotions-guide__faq-question h3 {
        font-size: 1.1rem;
    }

    .page-blog-phdream-promotions-guide__faq-answer {
        padding: 10px 15px;
    }
}