:root {
    --page-primary-color: #0D47A1;
    --page-secondary-color: #FFD700;
    --page-text-light: #FFFFFF;
    --page-text-dark: #333333;
    --page-background-light: #F8F8F8;
    --page-background-dark: #0A3A82; /* Slightly darker primary for backgrounds */
    --page-accent-color: #f2b85e; /* Complementary to primary for emphasis */
}

.page-expert-reviews-hm888-in-depth-review {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-dark);
    background-color: var(--page-background-light);
}

.page-expert-reviews-hm888-in-depth-review .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-expert-reviews-hm888-in-depth-review .hero-section {
    background: linear-gradient(135deg, var(--page-primary-color), var(--page-background-dark));
    color: var(--page-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-expert-reviews-hm888-in-depth-review .hero-section h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--page-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-expert-reviews-hm888-in-depth-review .hero-section p {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-expert-reviews-hm888-in-depth-review .content-block {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-expert-reviews-hm888-in-depth-review .content-block:last-of-type {
    border-bottom: none;
}

.page-expert-reviews-hm888-in-depth-review h2 {
    font-size: 2.5em;
    color: var(--page-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-expert-reviews-hm888-in-depth-review h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-secondary-color);
    border-radius: 2px;
}

.page-expert-reviews-hm888-in-depth-review h3 {
    font-size: 1.8em;
    color: var(--page-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--page-secondary-color);
    padding-left: 15px;
}

.page-expert-reviews-hm888-in-depth-review p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.8;
}

.page-expert-reviews-hm888-in-depth-review ul,
.page-expert-reviews-hm888-in-depth-review ol {
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 1.1em;
}

.page-expert-reviews-hm888-in-depth-review ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}

.page-expert-reviews-hm888-in-depth-review ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
}

.page-expert-reviews-hm888-in-depth-review .cta-button {
    display: inline-block;
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    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;
    margin-top: 20px;
    text-align: center;
}

.page-expert-reviews-hm888-in-depth-review .cta-button:hover {
    background-color: var(--page-accent-color);
    transform: translateY(-3px);
    color: var(--page-primary-color);
}

.page-expert-reviews-hm888-in-depth-review .primary-cta {
    background-color: var(--page-primary-color);
    color: var(--page-secondary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-expert-reviews-hm888-in-depth-review .primary-cta:hover {
    background-color: var(--page-background-dark);
    border-color: var(--page-accent-color);
    color: var(--page-accent-color);
}

.page-expert-reviews-hm888-in-depth-review .content-flex {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-expert-reviews-hm888-in-depth-review .content-flex.reverse-flex {
    flex-direction: row-reverse;
}

.page-expert-reviews-hm888-in-depth-review .text-content {
    flex: 1;
}

.page-expert-reviews-hm888-in-depth-review .image-content {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-expert-reviews-hm888-in-depth-review .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-expert-reviews-hm888-in-depth-review .full-width-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-expert-reviews-hm888-in-depth-review .app-download-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    padding: 30px;
    background-color: #f0f4f8; /* Light grey background for this section */
    border-radius: 10px;
}

.page-expert-reviews-hm888-in-depth-review .app-qr-image {
    max-width: 250px;
    height: auto;
    border: 5px solid var(--page-primary-color);
    border-radius: 10px;
}

.page-expert-reviews-hm888-in-depth-review .app-instructions {
    flex: 1;
    min-width: 300px;
}

.page-expert-reviews-hm888-in-depth-review .promo-banner-section {
    background-color: var(--page-secondary-color);
    padding: 50px 0;
    text-align: center;
    margin-top: 40px;
}

.page-expert-reviews-hm888-in-depth-review .promo-banner-section .promo-content {
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    margin: 0 auto;
}

.page-expert-reviews-hm888-in-depth-review .promo-banner-section h3 {
    color: var(--page-secondary-color);
    font-size: 2.5em;
    margin-bottom: 20px;
    border-left: none;
    padding-left: 0;
}

.page-expert-reviews-hm888-in-depth-review .promo-banner-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2em;
    margin-bottom: 30px;
}

.page-expert-reviews-hm888-in-depth-review .promo-banner-section .cta-button {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    padding: 18px 40px;
    font-size: 1.2em;
    border-radius: 50px;
    text-transform: uppercase;
}

.page-expert-reviews-hm888-in-depth-review .promo-banner-section .cta-button:hover {
    background-color: var(--page-accent-color);
    transform: translateY(-5px) scale(1.02);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-expert-reviews-hm888-in-depth-review .hero-section h1 {
        font-size: 2.5em;
    }
    .page-expert-reviews-hm888-in-depth-review h2 {
        font-size: 2em;
    }
    .page-expert-reviews-hm888-in-depth-review h3 {
        font-size: 1.5em;
    }
    .page-expert-reviews-hm888-in-depth-review .content-flex {
        flex-direction: column;
        gap: 30px;
    }
    .page-expert-reviews-hm888-in-depth-review .content-flex.reverse-flex {
        flex-direction: column;
    }
    .page-expert-reviews-hm888-in-depth-review .app-download-content {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-expert-reviews-hm888-in-depth-review .hero-section {
        padding: 80px 0;
    }
    .page-expert-reviews-hm888-in-depth-review .hero-section h1 {
        font-size: 2em;
    }
    .page-expert-reviews-hm888-in-depth-review .hero-section p {
        font-size: 1em;
    }
    .page-expert-reviews-hm888-in-depth-review .content-block {
        padding: 40px 0;
    }
    .page-expert-reviews-hm888-in-depth-review h2 {
        font-size: 1.8em;
    }
    .page-expert-reviews-hm888-in-depth-review h3 {
        font-size: 1.3em;
    }
    .page-expert-reviews-hm888-in-depth-review .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-expert-reviews-hm888-in-depth-review .promo-banner-section h3 {
        font-size: 2em;
    }
    .page-expert-reviews-hm888-in-depth-review .promo-banner-section p {
        font-size: 1.1em;
    }
    .page-expert-reviews-hm888-in-depth-review .promo-banner-section .cta-button {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-expert-reviews-hm888-in-depth-review .hero-section h1 {
        font-size: 1.8em;
    }
    .page-expert-reviews-hm888-in-depth-review h2 {
        font-size: 1.6em;
    }
    .page-expert-reviews-hm888-in-depth-review h3 {
        font-size: 1.2em;
    }
    .page-expert-reviews-hm888-in-depth-review .content-flex,
    .page-expert-reviews-hm888-in-depth-review .app-download-content {
        gap: 20px;
    }
    .page-expert-reviews-hm888-in-depth-review .promo-banner-section h3 {
        font-size: 1.8em;
    }
    .page-expert-reviews-hm888-in-depth-review .promo-banner-section p {
        font-size: 1em;
    }
}