.page-resources-guide-to-phlove33-games {
    color: #333333; /* Dark text for light body background */
}

.page-resources-guide-to-phlove33-games__hero-section {
    background-color: #000000; /* Main color */
    padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
    padding-bottom: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-guide-to-phlove33-games__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.page-resources-guide-to-phlove33-games__hero-content {
    color: #FFFFFF;
    max-width: 800px;
    text-align: center;
}

.page-resources-guide-to-phlove33-games__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #FCBC45; /* Accent color for title */
}

.page-resources-guide-to-phlove33-games__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #F0F0F0;
}

.page-resources-guide-to-phlove33-games__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-resources-guide-to-phlove33-games__register-button,
.page-resources-guide-to-phlove33-games__login-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-guide-to-phlove33-games__register-button {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #FFFFFF;
}

.page-resources-guide-to-phlove33-games__register-button:hover {
    background-color: #E0E0E0;
    color: #000000;
}

.page-resources-guide-to-phlove33-games__login-button {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-resources-guide-to-phlove33-games__login-button:hover {
    background-color: #E6A83C;
    color: #000000;
}

.page-resources-guide-to-phlove33-games__hero-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.page-resources-guide-to-phlove33-games__hero-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.page-resources-guide-to-phlove33-games__content-area {
    max-width: 800px; /* Content width controlled for readability */
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.7;
    font-size: 1.1em;
}

.page-resources-guide-to-phlove33-games__article-header {
    margin-bottom: 40px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.page-resources-guide-to-phlove33-games__back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

.page-resources-guide-to-phlove33-games__back-link:hover {
    color: #FCBC45;
}

.page-resources-guide-to-phlove33-games__article-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.2;
}

.page-resources-guide-to-phlove33-games__paragraph {
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-guide-to-phlove33-games__sub-heading {
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.3;
}

.page-resources-guide-to-phlove33-games__mini-heading {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000000;
}

.page-resources-guide-to-phlove33-games__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-guide-to-phlove33-games__list-item {
    margin-bottom: 10px;
}

.page-resources-guide-to-phlove33-games__list-item strong {
    color: #000000;
}

.page-resources-guide-to-phlove33-games__paragraph a,
.page-resources-guide-to-phlove33-games__list-item a {
    color: #000000;
    text-decoration: underline;
}

.page-resources-guide-to-phlove33-games__paragraph a:hover,
.page-resources-guide-to-phlove33-games__list-item a:hover {
    color: #FCBC45;
}

.page-resources-guide-to-phlove33-games__image-figure {
    margin: 30px 0;
    text-align: center;
}

.page-resources-guide-to-phlove33-games__image-figure img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-guide-to-phlove33-games__image-caption {
    font-style: italic;
    font-size: 0.9em;
    color: #666666;
    margin-top: 10px;
}

.page-resources-guide-to-phlove33-games__call-to-action {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
    padding: 30px;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.page-resources-guide-to-phlove33-games__call-to-action .page-resources-guide-to-phlove33-games__register-button,
.page-resources-guide-to-phlove33-games__call-to-action .page-resources-guide-to-phlove33-games__login-button,
.page-resources-guide-to-phlove33-games__download-button {
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-guide-to-phlove33-games__call-to-action .page-resources-guide-to-phlove33-games__register-button {
    background-color: #000000;
    color: #FFFFFF;
    border: 2px solid #000000;
}

.page-resources-guide-to-phlove33-games__call-to-action .page-resources-guide-to-phlove33-games__register-button:hover {
    background-color: #333333;
}

.page-resources-guide-to-phlove33-games__call-to-action .page-resources-guide-to-phlove33-games__login-button {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-resources-guide-to-phlove33-games__call-to-action .page-resources-guide-to-phlove33-games__login-button:hover {
    background-color: #E6A83C;
}

.page-resources-guide-to-phlove33-games__download-button {
    background-color: #F0F0F0;
    color: #000000;
    border: 2px solid #F0F0F0;
}

.page-resources-guide-to-phlove33-games__download-button:hover {
    background-color: #E0E0E0;
}

.page-resources-guide-to-phlove33-games__related-resources {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #EEEEEE;
}

.page-resources-guide-to-phlove33-games__related-title {
    font-size: 2em;
    margin-bottom: 25px;
    color: #000000;
}

.page-resources-guide-to-phlove33-games__related-list {
    list-style-type: none;
    padding-left: 0;
}

.page-resources-guide-to-phlove33-games__related-item {
    margin-bottom: 15px;
}

.page-resources-guide-to-phlove33-games__related-item a {
    color: #000000;
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #E0E0E0;
}

.page-resources-guide-to-phlove33-games__related-item a:hover {
    color: #FCBC45;
    padding-left: 5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-guide-to-phlove33-games__hero-title {
        font-size: 2.8em;
    }
    .page-resources-guide-to-phlove33-games__hero-description {
        font-size: 1.1em;
    }
    .page-resources-guide-to-phlove33-games__article-title {
        font-size: 2em;
    }
    .page-resources-guide-to-phlove33-games__sub-heading {
        font-size: 1.8em;
    }
    .page-resources-guide-to-phlove33-games__mini-heading {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    .page-resources-guide-to-phlove33-games__hero-section {
        padding-top: var(--header-offset, 80px);
        padding-bottom: 40px;
    }
    .page-resources-guide-to-phlove33-games__hero-title {
        font-size: 2.2em;
    }
    .page-resources-guide-to-phlove33-games__hero-description {
        font-size: 1em;
    }
    .page-resources-guide-to-phlove33-games__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-guide-to-phlove33-games__register-button,
    .page-resources-guide-to-phlove33-games__login-button {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    .page-resources-guide-to-phlove33-games__content-area {
        padding: 0 15px;
        font-size: 1em;
    }
    .page-resources-guide-to-phlove33-games__article-title {
        font-size: 1.8em;
    }
    .page-resources-guide-to-phlove33-games__sub-heading {
        font-size: 1.6em;
    }
    .page-resources-guide-to-phlove33-games__mini-heading {
        font-size: 1.2em;
    }
    .page-resources-guide-to-phlove33-games__image-figure img {
        max-width: 100%;
        height: auto;
    }
    /* Ensure content images do not overflow on mobile */
    .page-resources-guide-to-phlove33-games__article-content img,
    .page-resources-guide-to-phlove33-games__hero-image img {
        max-width: 100%;
        height: auto;
    }
    .page-resources-guide-to-phlove33-games__call-to-action {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-guide-to-phlove33-games__call-to-action .page-resources-guide-to-phlove33-games__register-button,
    .page-resources-guide-to-phlove33-games__call-to-action .page-resources-guide-to-phlove33-games__login-button,
    .page-resources-guide-to-phlove33-games__download-button {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-resources-guide-to-phlove33-games__hero-title {
        font-size: 1.8em;
    }
    .page-resources-guide-to-phlove33-games__hero-description {
        font-size: 0.9em;
    }
    .page-resources-guide-to-phlove33-games__register-button,
    .page-resources-guide-to-phlove33-games__login-button {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-resources-guide-to-phlove33-games__article-title {
        font-size: 1.5em;
    }
    .page-resources-guide-to-phlove33-games__sub-heading {
        font-size: 1.4em;
    }
    .page-resources-guide-to-phlove33-games__mini-heading {
        font-size: 1.1em;
    }
    .page-resources-guide-to-phlove33-games__call-to-action .page-resources-guide-to-phlove33-games__register-button,
    .page-resources-guide-to-phlove33-games__call-to-action .page-resources-guide-to-phlove33-games__login-button,
    .page-resources-guide-to-phlove33-games__download-button {
        padding: 12px 20px;
        font-size: 1em;
    }
}