/* style/blog-momo-game-no-hu-online-security-payment.css */

:root {
    --primary-color: #2F6BFF;
    --secondary-color: #6FA3FF;
    --text-main-color: #1F2D3D;
    --text-dark-color: #000000;
    --card-bg-color: #FFFFFF;
    --page-bg-color: #F4F7FB;
    --border-color: #D6E2FF;
    --glow-color: #A5C4FF;
    --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
}

.page-blog-momo-game-no-hu-online-security-payment {
    font-family: 'Arial', sans-serif;
    color: var(--text-main-color); /* Default text color for light background */
    background-color: var(--page-bg-color);
}

.page-blog-momo-game-no-hu-online-security-payment__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-blog-momo-game-no-hu-online-security-payment__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--primary-color);
}

.page-blog-momo-game-no-hu-online-security-payment__hero-image-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-momo-game-no-hu-online-security-payment__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.page-blog-momo-game-no-hu-online-security-payment__hero-content {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 30px 20px;
    max-width: 900px;
    margin-top: -100px; /* Overlap slightly for visual effect, but not text on image */
    background: rgba(47, 107, 255, 0.85); /* Semi-transparent background for readability */
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-blog-momo-game-no-hu-online-security-payment__hero-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.page-blog-momo-game-no-hu-online-security-payment__hero-description {
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-momo-game-no-hu-online-security-payment__hero-cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* General Buttons */
.page-blog-momo-game-no-hu-online-security-payment__btn-primary,
.page-blog-momo-game-no-hu-online-security-payment__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-momo-game-no-hu-online-security-payment__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-blog-momo-game-no-hu-online-security-payment__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
    opacity: 0.9;
}

.page-blog-momo-game-no-hu-online-security-payment__btn-secondary {
    background-color: var(--card-bg-color);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-momo-game-no-hu-online-security-payment__btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    background-color: var(--primary-color);
    color: #ffffff;
}

.page-blog-momo-game-no-hu-online-security-payment__cta-buttons--center {
    text-align: center;
    margin-top: 30px;
}

/* Section Titles */
.page-blog-momo-game-no-hu-online-security-payment__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: var(--text-main-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-momo-game-no-hu-online-security-payment__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

/* Text Blocks */
.page-blog-momo-game-no-hu-online-security-payment__text-block {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--text-main-color);
    text-align: justify;
}

.page-blog-momo-game-no-hu-online-security-payment__text-block.page-blog-momo-game-no-hu-online-security-payment__note {
    font-style: italic;
    text-align: center;
    margin-top: 30px;
    color: #555;
}

.page-blog-momo-game-no-hu-online-security-payment__text-block.page-blog-momo-game-no-hu-online-security-payment__important-note {
    font-weight: 600;
    color: var(--text-dark-color);
    text-align: center;
    margin-top: 30px;
}

/* Background colors for sections */
.page-blog-momo-game-no-hu-online-security-payment__light-bg {
    background-color: var(--page-bg-color);
    color: var(--text-main-color);
    padding: 60px 0;
}

.page-blog-momo-game-no-hu-online-security-payment__dark-bg {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 60px 0;
}

.page-blog-momo-game-no-hu-online-security-payment__dark-bg .page-blog-momo-game-no-hu-online-security-payment__section-title {
    color: #ffffff;
}

.page-blog-momo-game-no-hu-online-security-payment__dark-bg .page-blog-momo-game-no-hu-online-security-payment__section-title::after {
    background-color: #ffffff;
}

.page-blog-momo-game-no-hu-online-security-payment__dark-bg .page-blog-momo-game-no-hu-online-security-paragraph,
.page-blog-momo-game-no-hu-online-security-payment__dark-bg .page-blog-momo-game-no-hu-online-security-subtitle,
.page-blog-momo-game-no-hu-online-security-payment__dark-bg .page-blog-momo-game-no-hu-online-security-list li {
    color: #f0f0f0;
}

/* Security Section */
.page-blog-momo-game-no-hu-online-security-payment__security-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.page-blog-momo-game-no-hu-online-security-payment__security-text {
    flex: 1;
    min-width: 300px;
}

.page-blog-momo-game-no-hu-online-security-payment__security-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-blog-momo-game-no-hu-online-security-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
}

.page-blog-momo-game-no-hu-online-security-paragraph {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.page-blog-momo-game-no-hu-online-security-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #ffffff;
}

/* Payment Section */
.page-blog-momo-game-no-hu-online-security-payment__payment-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-momo-game-no-hu-online-security-payment__payment-card {
    background-color: var(--card-bg-color);
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-momo-game-no-hu-online-security-payment__payment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.page-blog-momo-game-no-hu-online-security-payment__payment-icon {
    width: 150px;
    height: auto;
    margin-bottom: 25px;
    border-radius: 10px;
    object-fit: cover;
}

.page-blog-momo-game-no-hu-online-security-payment__payment-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-blog-momo-game-no-hu-online-security-payment__payment-description {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-main-color);
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-blog-momo-game-no-hu-online-security-payment__payment-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
    width: 100%;
}

.page-blog-momo-game-no-hu-online-security-payment__payment-features li {
    font-size: 1rem;
    color: var(--text-main-color);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.page-blog-momo-game-no-hu-online-security-payment__icon-check::before {
    content: '✔';
    color: #28a745;
    margin-right: 10px;
    font-weight: bold;
}

/* Process Section */
.page-blog-momo-game-no-hu-online-security-payment__process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-momo-game-no-hu-online-security-payment__process-step {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}

.page-blog-momo-game-no-hu-online-security-payment__process-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
}

.page-blog-momo-game-no-hu-online-security-payment__process-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-blog-momo-game-no-hu-online-security-payment__process-list li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.page-blog-momo-game-no-hu-online-security-payment__process-list li strong {
    color: var(--secondary-color);
}

.page-blog-momo-game-no-hu-online-security-payment__process-list li::before {
    content: counter(list-item);
    counter-increment: list-item;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: var(--secondary-color);
    color: var(--text-dark-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
}

.page-blog-momo-game-no-hu-online-security-payment__process-note {
    font-size: 0.95rem;
    font-style: italic;
    margin-top: 20px;
    color: #f0f0f0;
    text-align: center;
}

/* Support Section */
.page-blog-momo-game-no-hu-online-security-payment__support-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.page-blog-momo-game-no-hu-online-security-payment__support-text {
    flex: 1;
    min-width: 300px;
}

.page-blog-momo-game-no-hu-online-security-payment__support-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-blog-momo-game-no-hu-online-security-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

.page-blog-momo-game-no-hu-online-security-payment__support-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-blog-momo-game-no-hu-online-security-payment__support-list li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: var(--text-main-color);
}

.page-blog-momo-game-no-hu-online-security-payment__icon-chat::before,
.page-blog-momo-game-no-hu-online-security-payment__icon-email::before,
.page-blog-momo-game-no-hu-online-security-payment__icon-phone::before {
    font-family: 'Font Awesome 5 Free'; /* Assuming Font Awesome is available */
    font-weight: 900;
    margin-right: 10px;
    color: var(--primary-color);
}

.page-blog-momo-game-no-hu-online-security-payment__icon-chat::before { content: '\f075'; } /* chat-alt */
.page-blog-momo-game-no-hu-online-security-payment__icon-email::before { content: '\f0e0'; } /* envelope */
.page-blog-momo-game-no-hu-online-security-payment__icon-phone::before { content: '\f095'; } /* phone */

/* FAQ Section */
.page-blog-momo-game-no-hu-online-security-payment__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-momo-game-no-hu-online-security-payment__faq-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-blog-momo-game-no-hu-online-security-payment__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    list-style: none;
}

.page-blog-momo-game-no-hu-online-security-payment__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-momo-game-no-hu-online-security-payment__faq-qtext {
    flex-grow: 1;
    text-align: left;
}

.page-blog-momo-game-no-hu-online-security-payment__faq-toggle {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-momo-game-no-hu-online-security-payment__faq-item[open] .page-blog-momo-game-no-hu-online-security-payment__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-momo-game-no-hu-online-security-payment__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #f0f0f0;
    text-align: justify;
}

.page-blog-momo-game-no-hu-online-security-payment__faq-answer p {
    margin-bottom: 0;
}

/* Conclusion Section */
.page-blog-momo-game-no-hu-online-security-payment__conclusion-section {
    text-align: center;
    padding: 80px 0;
}

/* Universal image and container responsiveness */
.page-blog-momo-game-no-hu-online-security-payment img {
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
}

.page-blog-momo-game-no-hu-online-security-payment__section,
.page-blog-momo-game-no-hu-online-security-payment__card,
.page-blog-momo-game-no-hu-online-security-payment__container,
.page-blog-momo-game-no-hu-online-security-payment__hero-content {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Media Queries for Responsiveness */

/* Tablet/Smaller Desktop */
@media (max-width: 1024px) {
    .page-blog-momo-game-no-hu-online-security-payment__hero-content {
        margin-top: -80px;
        padding: 25px 20px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__hero-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }

    .page-blog-momo-game-no-hu-online-security-payment__hero-description {
        font-size: clamp(0.95rem, 1.8vw, 1.2rem);
    }

    .page-blog-momo-game-no-hu-online-security-payment__btn-primary,
    .page-blog-momo-game-no-hu-online-security-payment__btn-secondary {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-blog-momo-game-no-hu-online-security-payment__section-title {
        font-size: clamp(1.6rem, 3.8vw, 2.5rem);
        margin-bottom: 30px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__text-block,
    .page-blog-momo-game-no-hu-online-security-paragraph,
    .page-blog-momo-game-no-hu-online-security-payment__payment-description,
    .page-blog-momo-game-no-hu-online-security-payment__payment-features li,
    .page-blog-momo-game-no-hu-online-security-payment__process-list li,
    .page-blog-momo-game-no-hu-online-security-payment__process-note,
    .page-blog-momo-game-no-hu-online-security-payment__support-list li,
    .page-blog-momo-game-no-hu-online-security-payment__faq-answer {
        font-size: 1rem;
    }

    .page-blog-momo-game-no-hu-online-security-subtitle {
        font-size: 1.4rem;
    }

    .page-blog-momo-game-no-hu-online-security-payment__payment-title {
        font-size: 1.5rem;
    }

    .page-blog-momo-game-no-hu-online-security-payment__process-title {
        font-size: 1.6rem;
    }

    .page-blog-momo-game-no-hu-online-security-payment__faq-question {
        font-size: 1.1rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .page-blog-momo-game-no-hu-online-security-payment {
        font-size: 16px;
        line-height: 1.6;
    }

    /* HERO Section */
    .page-blog-momo-game-no-hu-online-security-payment__hero-section {
        padding-top: 10px !important; /* Retain small top padding */
        padding-bottom: 30px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__hero-image-wrapper {
        max-height: 300px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__hero-content {
        margin-top: -50px;
        padding: 20px 15px;
        border-radius: 10px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__hero-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 10px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__hero-description {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__hero-cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    /* General Images */
    .page-blog-momo-game-no-hu-online-security-payment img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    /* General Containers */
    .page-blog-momo-game-no-hu-online-security-payment__section,
    .page-blog-momo-game-no-hu-online-security-payment__card,
    .page-blog-momo-game-no-hu-online-security-payment__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow: hidden !important;
    }

    /* Buttons */
    .page-blog-momo-game-no-hu-online-security-payment__btn-primary,
    .page-blog-momo-game-no-hu-online-security-payment__btn-secondary,
    .page-blog-momo-game-no-hu-online-security-payment a[class*="button"],
    .page-blog-momo-game-no-hu-online-security-payment a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 1rem !important;
    }

    .page-blog-momo-game-no-hu-online-security-payment__cta-buttons,
    .page-blog-momo-game-no-hu-online-security-payment__button-group,
    .page-blog-momo-game-no-hu-online-security-payment__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        flex-wrap: wrap !important;
        gap: 10px;
        flex-direction: column; /* Ensure buttons stack vertically */
    }

    /* Section Titles */
    .page-blog-momo-game-no-hu-online-security-payment__section-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        margin-bottom: 25px;
    }

    /* Security Section */
    .page-blog-momo-game-no-hu-online-security-payment__security-content,
    .page-blog-momo-game-no-hu-online-security-payment__support-content {
        flex-direction: column;
        gap: 25px;
    }

    .page-blog-momo-game-no-hu-online-security-subtitle {
        font-size: 1.3rem;
        margin-top: 25px;
    }

    /* Payment Section */
    .page-blog-momo-game-no-hu-online-security-payment__payment-options-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__payment-card {
        padding: 25px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__payment-icon {
        width: 120px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__payment-title {
        font-size: 1.4rem;
    }

    /* Process Section */
    .page-blog-momo-game-no-hu-online-security-payment__process-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__process-step {
        padding: 25px;
    }

    .page-blog-momo-game-no-hu-online-security-payment__process-title {
        font-size: 1.5rem;
    }

    /* FAQ Section */
    .page-blog-momo-game-no-hu-online-security-payment__faq-question {
        padding: 15px 20px;
        font-size: 1.05rem;
    }

    .page-blog-momo-game-no-hu-online-security-payment__faq-answer {
        padding: 0 20px 15px 20px;
        font-size: 0.95rem;
    }

    .page-blog-momo-game-no-hu-online-security-payment__faq-toggle {
        font-size: 1.5rem;
    }

    /* Other Content Modules (if any) */
    .page-blog-momo-game-no-hu-online-security-payment__intro-section,
    .page-blog-momo-game-no-hu-online-security-payment__conclusion-section {
        padding: 40px 0;
    }
}