.page-blog-winph-game-strategy-tips {
    font-family: 'Arial', sans-serif;
    color: #FFF6D6; /* Text Main */
    background-color: #0A0A0A; /* Background */
    line-height: 1.6;
    font-size: 17px;
}

.page-blog-winph-game-strategy-tips__hero-section {
    padding-top: var(--header-offset, 120px); /* For fixed header */
    background: linear-gradient(135deg, #F2C14E, #FFD36B);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.page-blog-winph-game-strategy-tips__hero-content {
    max-width: 900px;
    padding: 20px;
    margin-bottom: 20px;
    z-index: 10;
}

.page-blog-winph-game-strategy-tips__hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #0A0A0A; /* Dark text on light gradient */
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-blog-winph-game-strategy-tips__hero-description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #333333; /* Darker text for readability */
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-winph-game-strategy-tips__hero-image-wrapper {
    max-width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.page-blog-winph-game-strategy-tips__hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-winph-game-strategy-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.page-blog-winph-game-strategy-tips__section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #F2C14E; /* Main color */
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-winph-game-strategy-tips__introduction-section p,
.page-blog-winph-game-strategy-tips__general-principles p,
.page-blog-winph-game-strategy-tips__game-specific-strategies p,
.page-blog-winph-game-strategy-tips__responsible-gaming-section p {
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-winph-game-strategy-tips__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-winph-game-strategy-tips__card {
    background-color: #111111; /* Card BG */
    border: 1px solid #3A2A12; /* Border */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-winph-game-strategy-tips__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-winph-game-strategy-tips__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
}

.page-blog-winph-game-strategy-tips__card-title {
    font-size: 1.5rem;
    color: #FFD36B; /* Auxiliary color */
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-winph-game-strategy-tips__cta-wrapper {
    text-align: center;
    margin-top: 40px;
}

.page-blog-winph-game-strategy-tips__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.3s ease;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    font-size: 1.1rem;
}

.page-blog-winph-game-strategy-tips__cta-button--primary {
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
    color: #0A0A0A; /* Dark text for contrast */
}

.page-blog-winph-game-strategy-tips__cta-button--secondary {
    background: transparent;
    border: 2px solid #F2C14E;
    color: #F2C14E;
}

.page-blog-winph-game-strategy-tips__cta-button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.page-blog-winph-game-strategy-tips__game-section {
    background-color: #111111;
    border: 1px solid #3A2A12;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-winph-game-strategy-tips__game-title {
    font-size: 2rem;
    color: #FFD36B;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.page-blog-winph-game-strategy-tips__game-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 25px auto;
    border-radius: 8px;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
}

.page-blog-winph-game-strategy-tips ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 15px;
    color: #FFF6D6;
}

.page-blog-winph-game-strategy-tips li {
    margin-bottom: 8px;
    text-align: justify;
}

.page-blog-winph-game-strategy-tips__link {
    color: #F2C14E;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-blog-winph-game-strategy-tips__link:hover {
    color: #FFD36B;
}

.page-blog-winph-game-strategy-tips__responsible-gaming-section {
    padding-top: 20px;
    padding-bottom: 40px;
}

/* FAQ styles */
.page-blog-winph-game-strategy-tips__faq-section {
    padding-bottom: 60px;
}

.page-blog-winph-game-strategy-tips__faq-list {
    margin-top: 30px;
}

.page-blog-winph-game-strategy-tips__faq-item {
    background-color: #111111;
    border: 1px solid #3A2A12;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-winph-game-strategy-tips__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    background-color: #1A1A1A; /* Slightly lighter for question */
    transition: background-color 0.3s ease;
}

.page-blog-winph-game-strategy-tips__faq-question:hover {
    background-color: #222222;
}

.page-blog-winph-game-strategy-tips__faq-question-text {
    font-size: 1.15rem;
    color: #FFF6D6;
    margin: 0;
    font-weight: 600;
}

.page-blog-winph-game-strategy-tips__faq-toggle {
    font-size: 1.8rem;
    color: #F2C14E;
    font-weight: bold;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-winph-game-strategy-tips__faq-item.active .page-blog-winph-game-strategy-tips__faq-toggle {
    transform: rotate(45deg); /* Plus becomes an X for active */
    color: #FFD36B;
}

.page-blog-winph-game-strategy-tips__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #FFF6D6;
}

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

.page-blog-winph-game-strategy-tips__faq-answer p {
    margin-bottom: 10px;
    color: #FFF6D6;
    text-align: justify;
}

.page-blog-winph-game-strategy-tips__call-to-action-section {
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
}

.page-blog-winph-game-strategy-tips__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

/* Responsive styles */
@media (max-width: 992px) {
    .page-blog-winph-game-strategy-tips__hero-content {
        padding: 15px;
    }
    .page-blog-winph-game-strategy-tips__hero-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-winph-game-strategy-tips__hero-description {
        font-size: clamp(0.9rem, 1.8vw, 1.1rem);
    }
    .page-blog-winph-game-strategy-tips__card-grid {
        grid-template-columns: 1fr;
    }
    .page-blog-winph-game-strategy-tips__container {
        padding: 20px;
    }
    .page-blog-winph-game-strategy-tips__section-title {
        font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    }
    .page-blog-winph-game-strategy-tips__game-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 768px) {
    .page-blog-winph-game-strategy-tips {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-winph-game-strategy-tips__hero-section {
        padding-top: var(--header-offset, 120px) !important;
        padding-bottom: 30px;
    }
    .page-blog-winph-game-strategy-tips__hero-content {
        padding: 10px;
    }
    .page-blog-winph-game-strategy-tips__hero-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    .page-blog-winph-game-strategy-tips__hero-description {
        font-size: clamp(0.9rem, 2.5vw, 1rem);
    }

    /* Images responsiveness */
    .page-blog-winph-game-strategy-tips img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }
    .page-blog-winph-game-strategy-tips__hero-image-wrapper,
    .page-blog-winph-game-strategy-tips__card,
    .page-blog-winph-game-strategy-tips__game-section,
    .page-blog-winph-game-strategy-tips__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-winph-game-strategy-tips__card {
        padding: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    /* Buttons responsiveness */
    .page-blog-winph-game-strategy-tips__cta-button,
    .page-blog-winph-game-strategy-tips__btn-primary,
    .page-blog-winph-game-strategy-tips__btn-secondary,
    .page-blog-winph-game-strategy-tips a[class*="button"],
    .page-blog-winph-game-strategy-tips 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-winph-game-strategy-tips__cta-buttons,
    .page-blog-winph-game-strategy-tips__button-group,
    .page-blog-winph-game-strategy-tips__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column !important;
        gap: 15px;
    }
    .page-blog-winph-game-strategy-tips__faq-question {
        padding: 15px 20px;
    }
    .page-blog-winph-game-strategy-tips__faq-question-text {
        font-size: 1rem;
    }
    .page-blog-winph-game-strategy-tips__faq-toggle {
        font-size: 1.5rem;
    }
    .page-blog-winph-game-strategy-tips__faq-answer {
        padding: 0 20px;
    }
    .page-blog-winph-game-strategy-tips__faq-item.active .page-blog-winph-game-strategy-tips__faq-answer {
        padding: 10px 20px;
    }
}