.page-resources-ty-phu-88-login-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #FFFFFF; /* Default body background */
}

.page-resources-ty-phu-88-login-guide__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #26A9E0, #1a7bbd);
    color: #ffffff;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
    overflow: hidden;
}

.page-resources-ty-phu-88-login-guide__hero-content {
    max-width: 900px;
    z-index: 1;
    margin-bottom: 40px;
}

.page-resources-ty-phu-88-login-guide__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-resources-ty-phu-88-login-guide__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-ty-phu-88-login-guide__hero-image-wrapper {
    width: 100%;
    max-width: 1000px;
    margin-top: 30px;
    z-index: 0;
    display: flex;
    justify-content: center;
}

.page-resources-ty-phu-88-login-guide__hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.page-resources-ty-phu-88-login-guide__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-ty-phu-88-login-guide__btn-primary,
.page-resources-ty-phu-88-login-guide__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-resources-ty-phu-88-login-guide__btn-primary {
    background-color: #EA7C07; /* Login button color */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-resources-ty-phu-88-login-guide__btn-primary:hover {
    background-color: #d16e06;
    border-color: #d16e06;
}

.page-resources-ty-phu-88-login-guide__btn-secondary {
    background-color: #ffffff;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-resources-ty-phu-88-login-guide__btn-secondary:hover {
    background-color: #e0f2f7;
    color: #1a7bbd;
    border-color: #1a7bbd;
}

.page-resources-ty-phu-88-login-guide__content-section {
    padding: 60px 0;
}

.page-resources-ty-phu-88-login-guide__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-ty-phu-88-login-guide__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-resources-ty-phu-88-login-guide__sub-section-title {
    font-size: 1.8em;
    color: #26A9E0;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-ty-phu-88-login-guide__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #333333;
}

.page-resources-ty-phu-88-login-guide__paragraph a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-resources-ty-phu-88-login-guide__list,
.page-resources-ty-phu-88-login-guide__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-ty-phu-88-login-guide__ordered-list {
    list-style-type: decimal;
}

.page-resources-ty-phu-88-login-guide__list-item {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333333;
}

.page-resources-ty-phu-88-login-guide__list-item a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-resources-ty-phu-88-login-guide__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-ty-phu-88-login-guide__step-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #333333;
}

.page-resources-ty-phu-88-login-guide__step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-ty-phu-88-login-guide__step-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-ty-phu-88-login-guide__step-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-ty-phu-88-login-guide__step-description {
    font-size: 1em;
    color: #555555;
}

.page-resources-ty-phu-88-login-guide__step-description a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-resources-ty-phu-88-login-guide__image-container {
    text-align: center;
    margin: 40px 0;
}

.page-resources-ty-phu-88-login-guide__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-ty-phu-88-login-guide__security-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-ty-phu-88-login-guide__security-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #333333;
}

.page-resources-ty-phu-88-login-guide__security-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-ty-phu-88-login-guide__security-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-ty-phu-88-login-guide__card-title {
    font-size: 1.4em;
    color: #26A9E0;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-resources-ty-phu-88-login-guide__card-description {
    font-size: 1em;
    color: #555555;
}

.page-resources-ty-phu-88-login-guide__card-description a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-resources-ty-phu-88-login-guide__contact-btn {
    margin-top: 30px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-ty-phu-88-login-guide__faq-section {
    padding-bottom: 80px;
}

.page-resources-ty-phu-88-login-guide__faq-list {
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-ty-phu-88-login-guide__faq-item {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.page-resources-ty-phu-88-login-guide__faq-item:last-child {
    border-bottom: none;
}

.page-resources-ty-phu-88-login-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #26A9E0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-resources-ty-phu-88-login-guide__faq-question:hover {
    background-color: #f5f5f5;
}

.page-resources-ty-phu-88-login-guide__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-resources-ty-phu-88-login-guide__faq-item.active .page-resources-ty-phu-88-login-guide__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-ty-phu-88-login-guide__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #555555;
}

.page-resources-ty-phu-88-login-guide__faq-item.active .page-resources-ty-phu-88-login-guide__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 25px 20px;
}

.page-resources-ty-phu-88-login-guide__faq-answer p {
    margin-bottom: 10px;
    color: #555555;
}

.page-resources-ty-phu-88-login-guide__faq-answer a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-resources-ty-phu-88-login-guide__cta-section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f9f9f9;
}

.page-resources-ty-phu-88-login-guide__cta-section .page-resources-ty-phu-88-login-guide__section-title {
    color: #26A9E0;
}

.page-resources-ty-phu-88-login-guide__cta-section .page-resources-ty-phu-88-login-guide__paragraph {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    color: #333333;
}

.page-resources-ty-phu-88-login-guide__cta-section .page-resources-ty-phu-88-login-guide__text-link {
    color: #EA7C07;
    font-weight: bold;
    text-decoration: underline;
}

/* Color contrast specific styles */
.page-resources-ty-phu-88-login-guide__dark-bg {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-resources-ty-phu-88-login-guide__dark-bg .page-resources-ty-phu-88-login-guide__section-title,
.page-resources-ty-phu-88-login-guide__dark-bg .page-resources-ty-phu-88-login-guide__sub-section-title,
.page-resources-ty-phu-88-login-guide__dark-bg .page-resources-ty-phu-88-login-guide__paragraph,
.page-resources-ty-phu-88-login-guide__dark-bg .page-resources-ty-phu-88-login-guide__list-item {
    color: #ffffff;
}

.page-resources-ty-phu-88-login-guide__dark-bg a {
    color: #f0f0f0;
}

.page-resources-ty-phu-88-login-guide__dark-bg .page-resources-ty-phu-88-login-guide__highlight {
    color: #FFD700; /* A contrasting color for highlights on dark background */
}

.page-resources-ty-phu-88-login-guide__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-resources-ty-phu-88-login-guide__light-bg .page-resources-ty-phu-88-login-guide__section-title,
.page-resources-ty-phu-88-login-guide__light-bg .page-resources-ty-phu-88-login-guide__sub-section-title {
    color: #26A9E0;
}

.page-resources-ty-phu-88-login-guide__light-bg .page-resources-ty-phu-88-login-guide__highlight {
    color: #EA7C07; /* A contrasting color for highlights on light background */
}

/* General image responsiveness */
.page-resources-ty-phu-88-login-guide img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-ty-phu-88-login-guide__hero-title {
        font-size: 2.8em;
    }
    .page-resources-ty-phu-88-login-guide__section-title {
        font-size: 2em;
    }
    .page-resources-ty-phu-88-login-guide__sub-section-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-resources-ty-phu-88-login-guide {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-resources-ty-phu-88-login-guide__hero-section {
        padding: 60px 15px;
        padding-top: var(--header-offset, 120px) !important; /* Mobile header offset */
    }
    
    .page-resources-ty-phu-88-login-guide__hero-title {
        font-size: 2.2em;
    }

    .page-resources-ty-phu-88-login-guide__hero-description {
        font-size: 1em;
    }

    .page-resources-ty-phu-88-login-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .page-resources-ty-phu-88-login-guide__btn-primary,
    .page-resources-ty-phu-88-login-guide__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
    }

    .page-resources-ty-phu-88-login-guide__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-resources-ty-phu-88-login-guide__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-resources-ty-phu-88-login-guide__sub-section-title {
        font-size: 1.4em;
    }

    .page-resources-ty-phu-88-login-guide__paragraph,
    .page-resources-ty-phu-88-login-guide__list-item,
    .page-resources-ty-phu-88-login-guide__step-description,
    .page-resources-ty-phu-88-login-guide__card-description {
        font-size: 1em;
    }

    .page-resources-ty-phu-88-login-guide__steps-grid,
    .page-resources-ty-phu-88-login-guide__security-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-resources-ty-phu-88-login-guide__step-card,
    .page-resources-ty-phu-88-login-guide__security-card {
        padding: 20px;
    }

    .page-resources-ty-phu-88-login-guide__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-resources-ty-phu-88-login-guide__faq-answer {
        padding: 0 20px;
    }

    .page-resources-ty-phu-88-login-guide__faq-item.active .page-resources-ty-phu-88-login-guide__faq-answer {
        padding: 15px 20px 20px;
    }

    /* Enforce image responsiveness for all images in content area */
    .page-resources-ty-phu-88-login-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-resources-ty-phu-88-login-guide__section,
    .page-resources-ty-phu-88-login-guide__card,
    .page-resources-ty-phu-88-login-guide__container,
    .page-resources-ty-phu-88-login-guide__hero-image-wrapper,
    .page-resources-ty-phu-88-login-guide__image-container,
    .page-resources-ty-phu-88-login-guide__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    .page-resources-ty-phu-88-login-guide__hero-image-wrapper,
    .page-resources-ty-phu-88-login-guide__image-container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Highlight text color for contrast */
.page-resources-ty-phu-88-login-guide__highlight {
    font-weight: bold;
}