:root {
    --phdream-primary: #F2C14E;
    --phdream-secondary: #FFD36B;
    --phdream-background: #0A0A0A;
    --phdream-card-bg: #111111;
    --phdream-text-main: #FFF6D6;
    --phdream-border: #3A2A12;
    --phdream-glow: #FFD36B;
    --phdream-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
}

.page-blog-phdream-game-strategies {
    font-family: Arial, sans-serif;
    color: var(--phdream-text-main); /* Light text on dark background */
    background-color: var(--phdream-background);
    line-height: 1.6;
    padding-bottom: 50px; /* Added some bottom padding for overall page */
}

.page-blog-phdream-game-strategies__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-phdream-game-strategies__section {
    padding: 60px 0;
}

.page-blog-phdream-game-strategies__section-title {
    font-size: 2.5rem;
    color: var(--phdream-primary);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-blog-phdream-game-strategies__paragraph {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: var(--phdream-text-main);
}

.page-blog-phdream-game-strategies a {
    color: var(--phdream-secondary);
    text-decoration: none;
}

.page-blog-phdream-game-strategies a:hover {
    text-decoration: underline;
}

/* Hero Section */
.page-blog-phdream-game-strategies__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, body handles header offset */
    min-height: 500px; /* Ensure hero has a decent height */
}

.page-blog-phdream-game-strategies__hero-image-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

.page-blog-phdream-game-strategies__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-phdream-game-strategies__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 40px 20px;
    color: #ffffff;
}

.page-blog-phdream-game-strategies__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Using clamp for responsive h1 */
    color: var(--phdream-primary);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-phdream-game-strategies__intro-text {
    font-size: 1.25rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.page-blog-phdream-game-strategies__btn-primary,
.page-blog-phdream-game-strategies__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    box-sizing: border-box;
    max-width: 100%; /* Ensure buttons don't overflow */
}

.page-blog-phdream-game-strategies__btn-primary {
    background: var(--phdream-button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-phdream-game-strategies__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-phdream-game-strategies__btn-secondary {
    background: transparent;
    color: var(--phdream-primary);
    border: 2px solid var(--phdream-primary);
}

.page-blog-phdream-game-strategies__btn-secondary:hover {
    background: var(--phdream-primary);
    color: #ffffff;
    transform: translateY(-2px);
}

.page-blog-phdream-game-strategies__button-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    margin-top: 30px;
}

/* Card Grid */
.page-blog-phdream-game-strategies__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-phdream-game-strategies__card {
    background-color: var(--phdream-card-bg);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--phdream-border);
    color: var(--phdream-text-main);
}

.page-blog-phdream-game-strategies__card-title {
    font-size: 1.5rem;
    color: var(--phdream-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-phdream-game-strategies__card-text {
    font-size: 1rem;
    line-height: 1.7;
}

/* Game Strategy Items */
.page-blog-phdream-game-strategies__game-strategy-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    background-color: var(--phdream-card-bg);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--phdream-border);
}

.page-blog-phdream-game-strategies__game-strategy-item--reversed {
    flex-direction: row-reverse;
}

.page-blog-phdream-game-strategies__game-image {
    width: 50%;
    max-width: 600px; /* Example max-width for content images */
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 150px; /* Ensure images are not too small */
}

.page-blog-phdream-game-strategies__game-content {
    flex: 1;
}

.page-blog-phdream-game-strategies__game-title {
    font-size: 2rem;
    color: var(--phdream-primary);
    margin-bottom: 15px;
    font-weight: 700;
}

.page-blog-phdream-game-strategies__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--phdream-text-main);
}

.page-blog-phdream-game-strategies__list-item {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

/* Advanced Tips */
.page-blog-phdream-game-strategies__tip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-phdream-game-strategies__tip-card {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--phdream-card-bg);
    border: 1px solid var(--phdream-border);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--phdream-text-main);
}

.page-blog-phdream-game-strategies__tip-title {
    font-size: 1.4rem;
    color: var(--phdream-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-phdream-game-strategies__tip-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Why Choose Section */
.page-blog-phdream-game-strategies__why-choose .page-blog-phdream-game-strategies__list {
    list-style-type: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.page-blog-phdream-game-strategies__why-choose .page-blog-phdream-game-strategies__list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.page-blog-phdream-game-strategies__why-choose .page-blog-phdream-game-strategies__list-item::before {
    content: '✓';
    color: var(--phdream-secondary);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* CTA Section */
.page-blog-phdream-game-strategies__cta-section {
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('[GALLERY:bg:1920x1080:phdream,cta background,winning,excitement,abstract]') no-repeat center center/cover; /* Added a background image for CTA */
    padding: 80px 20px;
    border-radius: 10px;
    margin: 60px auto;
    max-width: 1200px;
    border: 1px solid var(--phdream-border);
}

.page-blog-phdream-game-strategies__cta-section .page-blog-phdream-game-strategies__section-title {
    color: #ffffff;
}

.page-blog-phdream-game-strategies__cta-section .page-blog-phdream-game-strategies__paragraph {
    color: #f0f0f0;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

/* FAQ Section */
.page-blog-phdream-game-strategies__faq-list {
    margin-top: 40px;
}

.page-blog-phdream-game-strategies__faq-item {
    background-color: var(--phdream-card-bg);
    border: 1px solid var(--phdream-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--phdream-text-main);
}

.page-blog-phdream-game-strategies__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.15rem;
    color: var(--phdream-primary);
    transition: background-color 0.3s ease;
}

.page-blog-phdream-game-strategies__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-phdream-game-strategies__faq-title {
    margin: 0;
    font-size: 1.15rem;
    color: var(--phdream-primary);
}

.page-blog-phdream-game-strategies__faq-toggle {
    font-size: 1.8rem;
    line-height: 1;
    transition: transform 0.3s ease;
    color: var(--phdream-secondary);
}

.page-blog-phdream-game-strategies__faq-item.active .page-blog-phdream-game-strategies__faq-toggle {
    transform: rotate(45deg); /* Plus to Minus visual */
}

.page-blog-phdream-game-strategies__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 1rem;
    color: var(--phdream-text-main);
}

.page-blog-phdream-game-strategies__faq-item.active .page-blog-phdream-game-strategies__faq-answer {
    max-height: 1000px !important; /* Sufficiently large */
    padding: 15px 25px;
}

.page-blog-phdream-game-strategies__faq-answer .page-blog-phdream-game-strategies__paragraph {
    margin-bottom: 0; /* Remove bottom margin from last paragraph in answer */
}


/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-phdream-game-strategies__section-title {
        font-size: 2rem;
    }
    .page-blog-phdream-game-strategies__main-title {
        font-size: clamp(2rem, 6vw, 3rem);
    }
    .page-blog-phdream-game-strategies__game-strategy-item {
        flex-direction: column;
        text-align: center;
    }
    .page-blog-phdream-game-strategies__game-strategy-item--reversed {
        flex-direction: column;
    }
    .page-blog-phdream-game-strategies__game-image {
        width: 100%;
        max-width: 800px;
        margin-bottom: 20px;
    }
    .page-blog-phdream-game-strategies__game-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-blog-phdream-game-strategies__section {
        padding: 40px 0;
    }
    .page-blog-phdream-game-strategies__container {
        padding: 0 15px;
    }
    .page-blog-phdream-game-strategies__hero-content {
        padding: 20px 15px;
    }
    .page-blog-phdream-game-strategies__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        margin-bottom: 15px;
    }
    .page-blog-phdream-game-strategies__intro-text {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    .page-blog-phdream-game-strategies__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .page-blog-phdream-game-strategies__paragraph,
    .page-blog-phdream-game-strategies__list-item,
    .page-blog-phdream-game-strategies__card-text,
    .page-blog-phdream-game-strategies__tip-text,
    .page-blog-phdream-game-strategies__faq-answer {
        font-size: 1rem;
    }

    /* Mobile image adaptation */
    .page-blog-phdream-game-strategies img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .page-blog-phdream-game-strategies__section,
    .page-blog-phdream-game-strategies__card,
    .page-blog-phdream-game-strategies__container,
    .page-blog-phdream-game-strategies__cta-section,
    .page-blog-phdream-game-strategies__game-strategy-item,
    .page-blog-phdream-game-strategies__tip-card {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Mobile button adaptation */
    .page-blog-phdream-game-strategies__btn-primary,
    .page-blog-phdream-game-strategies__btn-secondary,
    .page-blog-phdream-game-strategies a[class*="button"],
    .page-blog-phdream-game-strategies a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .page-blog-phdream-game-strategies__button-group {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 15px;
    }

    /* FAQ */
    .page-blog-phdream-game-strategies__faq-question {
        font-size: 1.05rem;
        padding: 15px 20px;
    }
    .page-blog-phdream-game-strategies__faq-title {
        font-size: 1.05rem;
    }
    .page-blog-phdream-game-strategies__faq-answer {
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .page-blog-phdream-game-strategies__section-title {
        font-size: 1.6rem;
    }
    .page-blog-phdream-game-strategies__card-title,
    .page-blog-phdream-game-strategies__tip-title {
        font-size: 1.3rem;
    }
    .page-blog-phdream-game-strategies__game-title {
        font-size: 1.7rem;
    }
}