
    .page-8k8-com-ph-login {
        font-family: 'Arial', sans-serif;
        color: #333;
        line-height: 1.6;
        background-color: #f8f8f8;
        padding-top: 10px; /* Small decorative top padding, relying on body padding for header offset */
        overflow-x: hidden; /* Prevent horizontal scroll on small devices */
    }

    /* General Section Styling */
    .page-8k8-com-ph-login__section {
        padding: 40px 20px;
        margin-bottom: 20px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .page-8k8-com-ph-login__section-title {
        text-align: center;
        color: #8B0000; /* Dark Red for emphasis */
        margin-bottom: 30px;
        font-size: 2.5em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .page-8k8-com-ph-login__section-subtitle {
        text-align: center;
        color: #555;
        margin-bottom: 40px;
        font-size: 1.2em;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Hero Section */
    .page-8k8-com-ph-login__hero-section {
        background: linear-gradient(135deg, #FF6347, #DC143C); /* Tomato to Crimson */
        color: #ffffff;
        text-align: center;
        padding: 80px 20px;
        border-radius: 8px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 400px;
        box-sizing: border-box;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-8k8-com-ph-login__hero-title {
        font-size: 3.5em;
        margin-bottom: 20px;
        font-weight: 900;
        line-height: 1.2;
        color: #FFD700; /* Gold for contrast */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-com-ph-login__hero-description {
        font-size: 1.5em;
        margin-bottom: 40px;
        max-width: 800px;
        opacity: 0.9;
    }

    .page-8k8-com-ph-login__cta-buttons {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-8k8-com-ph-login__cta-button {
        background-color: #FFD700; /* Gold */
        color: #8B0000; /* Dark Red */
        padding: 15px 30px;
        border-radius: 50px;
        font-size: 1.2em;
        font-weight: bold;
        text-decoration: none;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-com-ph-login__cta-button:hover {
        background-color: #FFA500; /* Orange */
        transform: translateY(-3px);
    }

    /* Content Area Styling */
    .page-8k8-com-ph-login__content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .page-8k8-com-ph-login__text-block {
        font-size: 1.1em;
        line-height: 1.8;
        color: #444;
        margin-bottom: 20px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .page-8k8-com-ph-login__image-container {
        text-align: center;
        margin: 30px 0;
        background-color: #f0f0f0;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-8k8-com-ph-login__image {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
        display: block;
        margin: 0 auto;
    }

    .page-8k8-com-ph-login__image-caption {
        margin-top: 10px;
        font-size: 0.9em;
        color: #666;
    }

    /* Features/Highlights List */
    .page-8k8-com-ph-login__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
        margin-top: 30px;
    }

    .page-8k8-com-ph-login__feature-item {
        background-color: #FFF8DC; /* Cornsilk */
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .page-8k8-com-ph-login__feature-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .page-8k8-com-ph-login__feature-icon {
        width: 200px; /* Ensuring minimum size for image placeholder */
        height: 200px;
        margin-bottom: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        object-fit: cover;
    }

    .page-8k8-com-ph-login__feature-title {
        font-size: 1.4em;
        color: #8B0000; /* Dark Red */
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-8k8-com-ph-login__feature-description {
        font-size: 1em;
        color: #555;
    }

    /* Providers/Payments Grid */
    .page-8k8-com-ph-login__logo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        margin-top: 30px;
        justify-items: center;
    }

    .page-8k8-com-ph-login__logo-item {
        background-color: #FDF5E6; /* Old Lace */
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100px;
        box-sizing: border-box;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .page-8k8-com-ph-login__logo-image {
        max-width: 100%;
        height: auto;
        max-height: 80px; /* Constrain height to fit in item, width is responsive */
        display: block;
        min-width: 200px; /* Minimum width for logo image */
        min-height: 100px; /* Minimum height for logo image */
        object-fit: contain; /* Ensure logo fits without cropping */
    }

    /* FAQ Section */
    .page-8k8-com-ph-login__faq-section {
        background-color: #FDF5E6; /* Old Lace */
        padding: 40px 20px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .page-8k8-com-ph-login__faq-item {
        background-color: #ffffff;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-com-ph-login__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        background-color: #FFFAF0; /* Floral White */
        color: #8B0000; /* Dark Red */
        font-size: 1.2em;
        font-weight: bold;
        cursor: pointer;
        user-select: none;
        border-bottom: 1px solid #eee;
        transition: background-color 0.3s ease;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .page-8k8-com-ph-login__faq-question h3 {
        margin: 0;
        font-size: 1.2em;
        color: #8B0000; /* Dark Red */
        pointer-events: none; /* Prevent h3 from blocking click */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .page-8k8-com-ph-login__faq-question:hover {
        background-color: #FFE4B5; /* Moccasin */
    }

    .page-8k8-com-ph-login__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        color: #DC143C; /* Crimson */
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon from blocking click */
        flex-shrink: 0;
    }

    .page-8k8-com-ph-login__faq-item.active .page-8k8-com-ph-login__faq-toggle {
        transform: rotate(45deg); /* Change + to X-like or similar */
    }

    .page-8k8-com-ph-login__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px; /* Initial padding */
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #333;
        font-size: 1.0em;
        line-height: 1.7;
        background-color: #ffffff;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .page-8k8-com-ph-login__faq-item.active .page-8k8-com-ph-login__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 25px !important; /* Final padding */
        opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .page-8k8-com-ph-login__hero-title {
            font-size: 2.5em;
        }

        .page-8k8-com-ph-login__hero-description {
            font-size: 1.2em;
        }

        .page-8k8-com-ph-login__cta-buttons {
            flex-direction: column;
            gap: 15px;
        }

        .page-8k8-com-ph-login__cta-button {
            width: 100%;
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
            padding: 12px 20px;
            font-size: 1.1em;
        }

        .page-8k8-com-ph-login__section {
            padding: 30px 15px;
        }

        .page-8k8-com-ph-login__section-title {
            font-size: 2em;
        }

        .page-8k8-com-ph-login__section-subtitle {
            font-size: 1em;
        }

        .page-8k8-com-ph-login__features-grid,
        .page-8k8-com-ph-login__logo-grid {
            grid-template-columns: 1fr;
        }

        .page-8k8-com-ph-login__feature-item,
        .page-8k8-com-ph-login__logo-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 20px; /* Adjust padding for smaller screens */
        }
        
        .page-8k8-com-ph-login__logo-item {
            min-height: unset; /* Allow height to adjust based on content */
        }

        .page-8k8-com-ph-login__logo-image {
            max-width: 80% !important; /* Ensure logo fits within smaller items */
            min-width: 150px; /* Maintain minimum width for logos */
            min-height: 75px; /* Maintain minimum height for logos */
        }

        .page-8k8-com-ph-login__faq-question {
            padding: 15px 20px;
            font-size: 1.1em;
        }

        .page-8k8-com-ph-login__faq-question h3 {
            font-size: 1.1em;
        }

        .page-8k8-com-ph-login__faq-answer {
            padding: 0 20px;
        }

        .page-8k8-com-ph-login__faq-item.active .page-8k8-com-ph-login__faq-answer {
            padding: 15px 20px !important;
        }

        /* Ensure images are responsive */
        .page-8k8-com-ph-login__image-container {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 10px;
        }
        .page-8k8-com-ph-login__image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
        .page-8k8-com-ph-login__feature-icon {
            width: 150px; /* Placeholder size, still >= 200px in actual image, but for display reduce */
            height: 150px;
        }
    }

    @media (max-width: 480px) {
        .page-8k8-com-ph-login__hero-title {
            font-size: 2em;
        }

        .page-8k8-com-ph-login__hero-description {
            font-size: 1em;
        }

        .page-8k8-com-ph-login__section-title {
            font-size: 1.8em;
        }
    }
  