
    :root {
        --phbet-primary: #FFD700; /* Gold */
        --phbet-secondary: #000000; /* Black */
        --phbet-accent: #FF4500; /* OrangeRed */
        --phbet-text-dark: #333333;
        --phbet-text-light: #FFFFFF;
        --phbet-bg-light: #F8F8F8;
        --phbet-bg-dark: #1A1A1A;
        --phbet-border-color: #E0E0E0;
    }

    .page-phbet-download-2 {
        font-family: 'Arial', sans-serif;
        color: var(--phbet-text-dark);
        line-height: 1.6;
        background-color: var(--phbet-bg-light);
    }

    .page-phbet-download-2__hero-section {
        position: relative;
        padding-top: 10px; /* Small top padding as body handles main offset */
        padding-bottom: 60px;
        color: var(--phbet-text-light);
        text-align: center;
        overflow: hidden;
        background: linear-gradient(135deg, var(--phbet-bg-dark) 0%, #333333 100%);
    }

    .page-phbet-download-2__hero-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.4;
        z-index: 0;
    }

    .page-phbet-download-2__hero-content {
        position: relative;
        z-index: 1;
        max-width: 900px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .page-phbet-download-2__hero-title {
        font-size: 3.2em;
        margin-bottom: 20px;
        color: var(--phbet-primary);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-phbet-download-2__hero-description {
        font-size: 1.3em;
        margin-bottom: 30px;
        color: var(--phbet-text-light);
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-phbet-download-2__download-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .page-phbet-download-2__download-button {
        background-color: var(--phbet-accent);
        color: var(--phbet-text-light);
        padding: 15px 30px;
        border-radius: 8px;
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        display: inline-flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        border: none;
    }

    .page-phbet-download-2__download-button:hover {
        background-color: #FF6347; /* Slightly lighter orange */
        transform: translateY(-3px);
    }

    .page-phbet-download-2__download-button-icon {
        width: 30px; /* Visual size of the icon */
        height: 30px; /* Visual size of the icon */
        max-width: 100%;
        height: auto;
        object-fit: contain; /* Ensure the image fits within the bounds */
    }

    .page-phbet-download-2__section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .page-phbet-download-2__section--dark {
        background-color: var(--phbet-bg-dark);
        color: var(--phbet-text-light);
    }

    .page-phbet-download-2__section-title {
        font-size: 2.5em;
        margin-bottom: 40px;
        color: var(--phbet-primary);
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-phbet-download-2__section-title--light {
        color: var(--phbet-primary);
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
    }

    .page-phbet-download-2__features-grid,
    .page-phbet-download-2__steps-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-phbet-download-2__feature-item,
    .page-phbet-download-2__step-item {
        background-color: var(--phbet-bg-light);
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
    }
    .page-phbet-download-2__section--dark .page-phbet-download-2__feature-item,
    .page-phbet-download-2__section--dark .page-phbet-download-2__step-item {
        background-color: #2A2A2A;
        color: var(--phbet-text-light);
    }

    .page-phbet-download-2__feature-item:hover,
    .page-phbet-download-2__step-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .page-phbet-download-2__feature-icon,
    .page-phbet-download-2__step-image {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        object-fit: cover;
        box-sizing: border-box;
    }
    .page-phbet-download-2__step-image {
        max-width: 400px; /* Slightly larger for step images */
    }

    .page-phbet-download-2__feature-title,
    .page-phbet-download-2__step-title {
        font-size: 1.6em;
        margin-bottom: 15px;
        color: var(--phbet-accent);
    }

    .page-phbet-download-2__feature-description,
    .page-phbet-download-2__step-description {
        font-size: 1em;
        color: var(--phbet-text-dark);
    }
    .page-phbet-download-2__section--dark .page-phbet-download-2__feature-description,
    .page-phbet-download-2__section--dark .page-phbet-download-2__step-description {
        color: #CCCCCC;
    }

    .page-phbet-download-2__text-content {
        font-size: 1.1em;
        margin-bottom: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .page-phbet-download-2__faq-section {
        background-color: var(--phbet-bg-light);
        padding: 60px 20px;
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    .page-phbet-download-2__faq-title {
        font-size: 2.5em;
        margin-bottom: 40px;
        color: var(--phbet-primary);
    }

    .page-phbet-download-2__faq-list {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .page-phbet-download-2__faq-item {
        background-color: #FFFFFF;
        border: 1px solid var(--phbet-border-color);
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-phbet-download-2__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 25px;
        background-color: #F0F0F0;
        cursor: pointer;
        user-select: none;
        font-size: 1.2em;
        font-weight: bold;
        color: var(--phbet-text-dark);
        transition: background-color 0.3s ease;
    }

    .page-phbet-download-2__faq-question:hover {
        background-color: #E5E5E5;
    }

    .page-phbet-download-2__faq-question h3 {
        margin: 0;
        flex-grow: 1;
        pointer-events: none; /* Prevent h3 from blocking click on parent */
        color: var(--phbet-text-dark); /* Ensure good contrast */
    }

    .page-phbet-download-2__faq-toggle {
        font-size: 1.8em;
        line-height: 1;
        margin-left: 15px;
        color: var(--phbet-accent);
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon from blocking click on parent */
        font-weight: normal;
    }

    .page-phbet-download-2__faq-item.active .page-phbet-download-2__faq-toggle {
        transform: rotate(45deg); /* Change '+' to 'X' or similar */
    }

    .page-phbet-download-2__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        font-size: 1.1em;
        color: var(--phbet-text-dark);
        background-color: #FFFFFF;
    }

    .page-phbet-download-2__faq-item.active .page-phbet-download-2__faq-answer {
        max-height: 2000px !important; /* Sufficiently large to contain content */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-phbet-download-2__cta-section {
        background-color: var(--phbet-accent);
        color: var(--phbet-text-light);
        padding: 80px 20px;
        text-align: center;
        background-image: url('[GALLERY:cta:1920x400:phbet,download,cta_banner]');
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    .page-phbet-download-2__cta-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 0;
    }

    .page-phbet-download-2__cta-content {
        position: relative;
        z-index: 1;
        max-width: 800px;
        margin: 0 auto;
    }

    .page-phbet-download-2__cta-title {
        font-size: 2.8em;
        margin-bottom: 25px;
        color: var(--phbet-primary);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-phbet-download-2__cta-description {
        font-size: 1.4em;
        margin-bottom: 40px;
        color: var(--phbet-text-light);
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
        .page-phbet-download-2__hero-title {
            font-size: 2.8em;
        }
        .page-phbet-download-2__hero-description {
            font-size: 1.2em;
        }
        .page-phbet-download-2__section-title,
        .page-phbet-download-2__faq-title,
        .page-phbet-download-2__cta-title {
            font-size: 2.2em;
        }
    }

    @media (max-width: 768px) {
        .page-phbet-download-2__hero-section {
            padding-bottom: 40px;
        }
        .page-phbet-download-2__hero-title {
            font-size: 2.5em;
        }
        .page-phbet-download-2__hero-description {
            font-size: 1.1em;
        }
        .page-phbet-download-2__download-buttons {
            flex-direction: column;
            gap: 15px;
        }
        .page-phbet-download-2__download-button {
            width: 80%;
            max-width: 300px;
            margin: 0 auto;
            padding: 12px 25px;
            font-size: 1em;
        }
        .page-phbet-download-2__section {
            padding: 40px 15px;
        }
        .page-phbet-download-2__section-title,
        .page-phbet-download-2__faq-title,
        .page-phbet-download-2__cta-title {
            font-size: 2em;
            margin-bottom: 30px;
        }
        .page-phbet-download-2__features-grid,
        .page-phbet-download-2__steps-grid {
            grid-template-columns: 1fr; /* Single column for mobile */
            gap: 25px;
        }
        .page-phbet-download-2__feature-item,
        .page-phbet-download-2__step-item {
            padding: 25px;
            width: 100% !important; /* For list items */
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .page-phbet-download-2__feature-icon,
        .page-phbet-download-2__step-image {
            max-width: 250px;
            margin-left: auto;
            margin-right: auto;
            width: 100% !important; /* For images */
            height: auto !important; /* Ensure aspect ratio is maintained */
            box-sizing: border-box !important;
        }
        .page-phbet-download-2__feature-title,
        .page-phbet-download-2__step-title {
            font-size: 1.4em;
        }
        .page-phbet-download-2__feature-description,
        .page-phbet-download-2__step-description {
            font-size: 0.95em;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }
        .page-phbet-download-2__text-content {
            font-size: 1em;
            text-align: center;
        }
        .page-phbet-download-2__faq-section {
            padding: 40px 15px;
        }
        .page-phbet-download-2__faq-question {
            padding: 15px 20px;
            font-size: 1.1em;
        }
        .page-phbet-download-2__faq-question h3 {
            font-size: 1.1em;
        }
        .page-phbet-download-2__faq-toggle {
            font-size: 1.6em;
        }
        .page-phbet-download-2__faq-answer {
            padding: 0 20px;
            font-size: 1em;
        }
        .page-phbet-download-2__faq-item.active .page-phbet-download-2__faq-answer {
            padding: 15px 20px !important;
        }
        .page-phbet-download-2__cta-section {
            padding: 60px 15px;
        }
        .page-phbet-download-2__cta-title {
            font-size: 2.2em;
        }
        .page-phbet-download-2__cta-description {
            font-size: 1.2em;
        }
    }

    @media (max-width: 480px) {
        .page-phbet-download-2__hero-title {
            font-size: 2em;
        }
        .page-phbet-download-2__hero-description {
            font-size: 1em;
        }
        .page-phbet-download-2__section-title,
        .page-phbet-download-2__faq-title,
        .page-phbet-download-2__cta-title {
            font-size: 1.8em;
        }
        .page-phbet-download-2__download-button {
            width: 90%;
        }
        .page-phbet-download-2__faq-question h3 {
            font-size: 1em;
        }
        .page-phbet-download-2__faq-toggle {
            font-size: 1.4em;
        }
    }
  