.page-resources-tg777-mobile-advantages {
    color: #333333; /* Default text color for light body background */
    font-family: Arial, sans-serif;
}

.page-resources-tg777-mobile-advantages__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
    background-color: #1a0e30; /* Darker background for hero to contrast with image */
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    padding-bottom: 0; /* Image will dictate bottom spacing */
}

.page-resources-tg777-mobile-advantages__hero-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.page-resources-tg777-mobile-advantages__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-resources-tg777-mobile-advantages__hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    padding: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
    border-radius: 10px;
}

.page-resources-tg777-mobile-advantages__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #D72638; /* Accent color for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-resources-tg777-mobile-advantages__tagline {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
    line-height: 1.6;
}

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

.page-resources-tg777-mobile-advantages__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-resources-tg777-mobile-advantages__cta-button--primary {
    background-color: #D72638; /* Accent color */
    color: #ffffff;
    border: 2px solid #D72638;
}

.page-resources-tg777-mobile-advantages__cta-button--primary:hover {
    background-color: #e34c5b;
    transform: translateY(-2px);
}

.page-resources-tg777-mobile-advantages__cta-button--secondary {
    background-color: transparent;
    color: #D72638; /* Accent color for text */
    border: 2px solid #D72638;
}

.page-resources-tg777-mobile-advantages__cta-button--secondary:hover {
    background-color: rgba(215, 38, 56, 0.1);
    transform: translateY(-2px);
}

.page-resources-tg777-mobile-advantages__content-area {
    max-width: 800px; /* Content width for readability */
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    line-height: 1.7;
}

.page-resources-tg777-mobile-advantages__article-nav {
    margin-bottom: 30px;
    text-align: right;
}

.page-resources-tg777-mobile-advantages__back-link {
    color: #3A1C71; /* Main color */
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.page-resources-tg777-mobile-advantages__back-link:hover {
    color: #D72638; /* Accent color on hover */
}

.page-resources-tg777-mobile-advantages__article-heading {
    font-size: 2.5em;
    color: #3A1C71; /* Main color */
    margin-bottom: 25px;
    text-align: left;
}

.page-resources-tg777-mobile-advantages__sub-heading {
    font-size: 1.8em;
    color: #D72638; /* Accent color */
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: left;
}

.page-resources-tg777-mobile-advantages__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.7;
}

.page-resources-tg777-mobile-advantages__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.page-resources-tg777-mobile-advantages__ordered-list {
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.page-resources-tg777-mobile-advantages__list-item {
    margin-bottom: 10px;
    line-height: 1.6;
}

.page-resources-tg777-mobile-advantages__list-item strong {
    color: #3A1C71; /* Main color for strong text */
}

.page-resources-tg777-mobile-advantages__image-figure {
    margin: 30px 0;
    text-align: center;
}

.page-resources-tg777-mobile-advantages__article-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: block; /* Ensure no extra space below image */
    margin: 0 auto; /* Center image */
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-resources-tg777-mobile-advantages__image-caption {
    font-style: italic;
    font-size: 0.95em;
    color: #666666;
    margin-top: 10px;
}

.page-resources-tg777-mobile-advantages__cta-group--bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-tg777-mobile-advantages__main-title {
        font-size: 3em;
    }
    .page-resources-tg777-mobile-advantages__tagline {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .page-resources-tg777-mobile-advantages__hero-content {
        padding: 15px;
        max-width: 90%;
    }
    .page-resources-tg777-mobile-advantages__main-title {
        font-size: 2.2em;
        margin-bottom: 15px;
    }
    .page-resources-tg777-mobile-advantages__tagline {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .page-resources-tg777-mobile-advantages__cta-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-tg777-mobile-advantages__cta-button {
        width: 100%;
        padding: 12px 20px;
    }
    .page-resources-tg777-mobile-advantages__content-area {
        margin: 20px auto;
        padding: 15px;
    }
    .page-resources-tg777-mobile-advantages__article-heading {
        font-size: 2em;
    }
    .page-resources-tg777-mobile-advantages__sub-heading {
        font-size: 1.5em;
    }
    .page-resources-tg777-mobile-advantages__paragraph,
    .page-resources-tg777-mobile-advantages__list,
    .page-resources-tg777-mobile-advantages__ordered-list {
        font-size: 1em;
    }
    
    /* Mobile overflow prevention */
    .page-resources-tg777-mobile-advantages__hero-image,
    .page-resources-tg777-mobile-advantages__article-image {
        max-width: 100%;
        height: auto;
    }
    .page-resources-tg777-mobile-advantages {
        overflow-x: hidden;
    }
}

@media (max-width: 480px) {
    .page-resources-tg777-mobile-advantages__main-title {
        font-size: 1.8em;
    }
    .page-resources-tg777-mobile-advantages__article-heading {
        font-size: 1.6em;
    }
    .page-resources-tg777-mobile-advantages__sub-heading {
        font-size: 1.3em;
    }
}