/* style/resources-mobile-betting-advantages.css */
:root {
    --primary-color: #FFD700;
    --secondary-color: #8B0000;
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-dark: #000000;
    --bg-light: #f8f8f8;
    --border-color: #e0e0e0;
}

.page-resources-mobile-betting-advantages {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-light); /* Default for dark body background */
    background-color: var(--bg-dark);
}

.page-resources-mobile-betting-advantages__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-resources-mobile-betting-advantages__hero-section {
    position: relative;
    padding: 120px 0 80px; /* Adjusted padding-top for fixed header */
    text-align: center;
    overflow: hidden;
    background-color: var(--secondary-color);
    color: var(--text-light);
    background-image: url('[GALLERY:bg:hi8823 c, cá cược di động, nền, trừu tượng, sang trọng, vi-VN]');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-resources-mobile-betting-advantages__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--text-light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-mobile-betting-advantages__highlight {
    color: var(--primary-color);
}

.page-resources-mobile-betting-advantages__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-light);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-mobile-betting-advantages__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-mobile-betting-advantages__cta-button {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: none;
    cursor: pointer;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-mobile-betting-advantages__btn-primary {
    background-color: var(--primary-color);
    color: var(--text-dark);
}

.page-resources-mobile-betting-advantages__btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-mobile-betting-advantages__btn-secondary {
    background-color: var(--secondary-color);
    color: var(--text-light);
    border: 2px solid var(--primary-color);
}

.page-resources-mobile-betting-advantages__btn-secondary:hover {
    background-color: #a30000;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-mobile-betting-advantages__cta-group--bottom {
    margin-top: 60px;
    margin-bottom: 40px;
}

/* Content Section */
.page-resources-mobile-betting-advantages__content-section {
    padding: 60px 0;
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.page-resources-mobile-betting-advantages__section-title {
    font-size: 2.2em;
    color: var(--secondary-color);
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.page-resources-mobile-betting-advantages__article-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    gap: 30px;
}

.page-resources-mobile-betting-advantages__article-block:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.page-resources-mobile-betting-advantages__article-block p {
    flex: 1;
    min-width: 300px;
    font-size: 1.05em;
    line-height: 1.7;
    color: var(--text-dark);
}

.page-resources-mobile-betting-advantages__image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.page-resources-mobile-betting-advantages__conclusion-text {
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
    max-width: 900px;
    margin: 40px auto;
    color: var(--text-dark);
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-mobile-betting-advantages__hero-title {
        font-size: 2.8em;
    }
    .page-resources-mobile-betting-advantages__section-title {
        font-size: 2em;
    }
    .page-resources-mobile-betting-advantages__article-block p {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-resources-mobile-betting-advantages__hero-section {
        padding-top: 100px !important; /* Mobile padding-top for fixed header */
        padding-bottom: 60px;
    }
    .page-resources-mobile-betting-advantages__hero-title {
        font-size: 2.2em;
    }
    .page-resources-mobile-betting-advantages__hero-description {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .page-resources-mobile-betting-advantages__cta-group {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .page-resources-mobile-betting-advantages__cta-button {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 1em;
        padding: 12px 25px;
        box-sizing: border-box;
    }
    .page-resources-mobile-betting-advantages__content-section {
        padding: 40px 0;
    }
    .page-resources-mobile-betting-advantages__section-title {
        font-size: 1.8em;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .page-resources-mobile-betting-advantages__article-block {
        flex-direction: column !important; /* Stack blocks vertically */
        gap: 20px;
        padding: 0 15px;
    }
    .page-resources-mobile-betting-advantages__article-block p,
    .page-resources-mobile-betting-advantages__image {
        min-width: unset;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-resources-mobile-betting-advantages__image {
        border-radius: 5px;
    }
    .page-resources-mobile-betting-advantages__conclusion-text {
        font-size: 1em;
        margin: 30px auto;
        padding: 0 15px;
    }
    .page-resources-mobile-betting-advantages__container {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .page-resources-mobile-betting-advantages__hero-title {
        font-size: 1.8em;
    }
    .page-resources-mobile-betting-advantages__section-title {
        font-size: 1.5em;
    }
}