
    /* Base styles for the page */
    .page-phbet-free-28-login-philippines {
        font-family: 'Arial', sans-serif;
        color: #333;
        line-height: 1.6;
        background-color: #f8f8f8;
        padding-bottom: 40px; /* Space above footer */
    }

    .page-phbet-free-28-login-philippines__section {
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        margin-bottom: 25px;
        box-sizing: border-box;
    }

    /* Adjust padding-top for the first section to account for fixed header, plus a small visual margin */
    .page-phbet-free-28-login-philippines__hero-section {
        background-color: #004d40; /* Dark green for hero */
        color: #fff;
        text-align: center;
        padding: 60px 20px;
        padding-top: calc(var(--header-offset, 122px) + 20px); /* Base for fixed header + visual margin */
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
    }
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__hero-section {
            padding-top: calc(var(--header-offset, 122px) + 10px); /* Smaller padding for mobile hero */
            padding-bottom: 40px;
        }
    }


    .page-phbet-free-28-login-philippines__hero-title {
        font-size: 2.8em;
        margin-bottom: 15px;
        font-weight: bold;
        color: #ffeb3b; /* Yellow accent */
    }
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__hero-title {
            font-size: 2em;
        }
    }

    .page-phbet-free-28-login-philippines__hero-subtitle {
        font-size: 1.4em;
        margin-bottom: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__hero-subtitle {
            font-size: 1.1em;
        }
    }

    .page-phbet-free-28-login-philippines__promo-button {
        display: inline-block;
        background-color: #ffeb3b; /* Yellow */
        color: #004d40; /* Dark green */
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-phbet-free-28-login-philippines__promo-button:hover {
        background-color: #ffd700; /* Slightly darker yellow */
        transform: translateY(-2px);
    }

    .page-phbet-free-28-login-philippines__image-container {
        text-align: center;
        margin: 30px 0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-phbet-free-28-login-philippines__image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        object-fit: cover;
    }
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
        .page-phbet-free-28-login-philippines__image-container {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
    }


    .page-phbet-free-28-login-philippines__heading-2 {
        font-size: 2em;
        color: #004d40;
        margin-bottom: 25px;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
    }
    .page-phbet-free-28-login-philippines__heading-2::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background-color: #ffeb3b;
        border-radius: 2px;
    }
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__heading-2 {
            font-size: 1.6em;
        }
    }

    .page-phbet-free-28-login-philippines__heading-3 {
        font-size: 1.5em;
        color: #004d40;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__heading-3 {
            font-size: 1.3em;
        }
    }

    .page-phbet-free-28-login-philippines__list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__list {
            grid-template-columns: 1fr !important;
            gap: 15px !important;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }

    .page-phbet-free-28-login-philippines__list-item {
        background-color: #e8f5e9; /* Light green */
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: flex-start;
        gap: 15px;
        box-sizing: border-box; /* Crucial for responsive lists */
        word-wrap: break-word; /* Ensure text wraps */
        overflow-wrap: break-word; /* Ensure text wraps */
    }
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__list-item {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px !important;
            box-sizing: border-box !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important; /* For long keywords */
        }
    }

    .page-phbet-free-28-login-philippines__list-icon {
        font-size: 1.8em;
        color: #004d40;
        flex-shrink: 0;
        line-height: 1;
    }

    .page-phbet-free-28-login-philippines__list-content {
        flex-grow: 1;
    }

    .page-phbet-free-28-login-philippines__list-title {
        font-weight: bold;
        color: #004d40;
        margin-bottom: 5px;
        font-size: 1.1em;
    }

    .page-phbet-free-28-login-philippines__text-content {
        margin-bottom: 20px;
        color: #555;
    }

    /* FAQ Styles */
    .page-phbet-free-28-login-philippines__faq-section {
        padding: 40px 20px;
        max-width: 900px;
        margin: 0 auto 25px auto;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
    }

    .page-phbet-free-28-login-philippines__faq-item {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }
    .page-phbet-free-28-login-philippines__faq-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .page-phbet-free-28-login-philippines__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 15px 0;
        font-size: 1.2em;
        color: #004d40;
        font-weight: bold;
        user-select: none;
        transition: background-color 0.3s ease;
    }
    .page-phbet-free-28-login-philippines__faq-question:hover {
        background-color: #f0f0f0;
    }
    .page-phbet-free-28-login-philippines__faq-question h3 {
        margin: 0;
        font-size: 1em; /* Adjust h3 size to match parent */
        color: inherit;
        pointer-events: none; /* Prevent h3 from blocking click event */
        flex-grow: 1;
    }
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__faq-question {
            font-size: 1.1em;
            padding: 12px 0;
        }
    }

    .page-phbet-free-28-login-philippines__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle from blocking click event */
        color: #ffeb3b;
    }

    .page-phbet-free-28-login-philippines__faq-item.active .page-phbet-free-28-login-philippines__faq-toggle {
        transform: rotate(45deg); /* Plus to X (minus) */
    }

    .page-phbet-free-28-login-philippines__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #555;
    }

    .page-phbet-free-28-login-philippines__faq-item.active .page-phbet-free-28-login-philippines__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 15px !important;
        opacity: 1;
    }
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__faq-item.active .page-phbet-free-28-login-philippines__faq-answer {
            padding: 15px 10px !important; /* Smaller padding for mobile */
        }
    }

    /* General responsive adjustments */
    @media (max-width: 768px) {
        .page-phbet-free-28-login-philippines__section {
            padding: 30px 15px;
            margin-bottom: 20px;
        }
    }

    /* Floating Login/Register Buttons */
    .page-phbet-free-28-login-philippines__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .page-phbet-free-28-login-philippines__floating-button {
        background-color: #004d40; /* Dark green */
        color: #fff;
        padding: 12px 20px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-phbet-free-28-login-philippines__floating-button:hover {
        background-color: #00796b; /* Slightly lighter green */
        transform: translateY(-2px);
    }
    .page-phbet-free-28-login-philippines__floating-button--register {
        background-color: #ffeb3b; /* Yellow for register */
        color: #004d40;
    }
    .page-phbet-free-28-login-philippines__floating-button--register:hover {
        background-color: #ffd700;
    }
  