.page-resources-207pub-platform-advantages {
    color: #ffffff; /* Light text for dark body background */
    background-color: #000000; /* Ensure consistency with body background */
    padding-top: var(--header-offset, 120px); /* Fixed header offset for desktop */
}

.page-resources-207pub-platform-advantages__hero-section {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    padding: 0;
}

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

.page-resources-207pub-platform-advantages__hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)); /* Overlay for text readability */
}

.page-resources-207pub-platform-advantages__hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Gold for emphasis */
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    max-width: 900px;
}

.page-resources-207pub-platform-advantages__hero-description {
    font-size: 1.4em;
    color: #f0f0f0;
    margin-bottom: 30px;
    max-width: 800px;
    line-height: 1.5;
}

.page-resources-207pub-platform-advantages__hero-cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #3F0071; /* Dark purple text */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    border: none;
    cursor: pointer;
    min-width: 200px; /* Ensure sufficient size */
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-resources-207pub-platform-advantages__hero-cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-207pub-platform-advantages__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    gap: 40px;
}

.page-resources-207pub-platform-advantages__article-toc {
    flex: 0 0 250px; /* Fixed width for TOC */
    padding-right: 20px;
    position: sticky;
    top: calc(var(--header-offset, 120px) + 20px); /* Sticky below header */
    align-self: flex-start; /* Align to top */
    max-height: calc(100vh - var(--header-offset, 120px) - 40px);
    overflow-y: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-207pub-platform-advantages__toc-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-207pub-platform-advantages__toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-resources-207pub-platform-advantages__toc-list li {
    margin-bottom: 10px;
}

.page-resources-207pub-platform-advantages__toc-link {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 1.1em;
    transition: color 0.3s ease;
    display: block;
    padding: 5px 0;
}

.page-resources-207pub-platform-advantages__toc-link:hover,
.page-resources-207pub-platform-advantages__toc-link.active {
    color: #FFD700;
    text-decoration: underline;
}

.page-resources-207pub-platform-advantages__article-body {
    flex-grow: 1;
    max-width: 800px; /* Content width control */
    line-height: 1.7;
    font-size: 1.1em;
}

.page-resources-207pub-platform-advantages__intro-paragraph {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-resources-207pub-platform-advantages__section-title {
    font-size: 2.2em;
    color: #FFD700;
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: bold;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 10px;
}

.page-resources-207pub-platform-advantages__sub-section-title {
    font-size: 1.8em;
    color: #f0f0f0;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-207pub-platform-advantages__paragraph {
    margin-bottom: 20px;
    color: #cccccc;
    font-size: 1.1em;
}

.page-resources-207pub-platform-advantages__text-link {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-207pub-platform-advantages__text-link:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-resources-207pub-platform-advantages__article-image {
    display: block;
    margin: 40px auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    min-width: 200px; /* Minimum size */
    min-height: 200px; /* Minimum size */
}

.page-resources-207pub-platform-advantages__cta-button {
    display: block;
    width: fit-content;
    margin: 40px auto;
    background-color: #3F0071; /* Dark purple button */
    color: #FFD700; /* Gold text */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(63, 0, 113, 0.4);
    border: none;
    cursor: pointer;
    min-width: 200px; /* Ensure sufficient size */
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-resources-207pub-platform-advantages__cta-button:hover {
    background-color: #5a00a7; /* Lighter purple on hover */
    transform: translateY(-3px);
}

.page-resources-207pub-platform-advantages__cta-button--large {
    font-size: 1.5em;
    padding: 20px 40px;
    min-width: 250px;
    min-height: 60px;
}

.page-resources-207pub-platform-advantages__back-link {
    text-align: center;
    margin-top: 60px;
    font-size: 1.2em;
}

.page-resources-207pub-platform-advantages__back-link a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-207pub-platform-advantages__back-link a:hover {
    color: #e6c200;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-207pub-platform-advantages__hero-title {
        font-size: 2.8em;
    }
    .page-resources-207pub-platform-advantages__hero-description {
        font-size: 1.2em;
    }
    .page-resources-207pub-platform-advantages__hero-cta-button {
        padding: 12px 25px;
        font-size: 1em;
        min-width: 180px;
        min-height: 45px;
    }
    .page-resources-207pub-platform-advantages__content-area {
        flex-direction: column;
        gap: 20px;
    }
    .page-resources-207pub-platform-advantages__article-toc {
        position: static;
        flex: none;
        width: 100%;
        max-height: none;
        overflow-y: visible;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 20px;
    }
    .page-resources-207pub-platform-advantages__toc-title {
        text-align: center;
    }
    .page-resources-207pub-platform-advantages__toc-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .page-resources-207pub-platform-advantages__toc-list li {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .page-resources-207pub-platform-advantages {
        padding-top: var(--header-offset, 80px); /* Adjust for mobile header offset */
        overflow-x: hidden; /* Prevent horizontal scroll */
    }
    .page-resources-207pub-platform-advantages__hero-title {
        font-size: 2em;
    }
    .page-resources-207pub-platform-advantages__hero-description {
        font-size: 1em;
    }
    .page-resources-207pub-platform-advantages__hero-cta-button {
        padding: 12px 25px;
        font-size: 1em;
        min-width: 180px;
        min-height: 45px;
    }
    .page-resources-207pub-platform-advantages__content-area {
        padding: 20px 15px;
    }
    .page-resources-207pub-platform-advantages__section-title {
        font-size: 1.8em;
    }
    .page-resources-207pub-platform-advantages__sub-section-title {
        font-size: 1.5em;
    }
    .page-resources-207pub-platform-advantages__paragraph,
    .page-resources-207pub-platform-advantages__intro-paragraph {
        font-size: 1em;
    }
    .page-resources-207pub-platform-advantages__article-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Enforce min-size even on mobile */
        min-height: 200px;
    }
    .page-resources-207pub-platform-advantages__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
        min-width: 180px;
        min-height: 45px;
    }
    .page-resources-207pub-platform-advantages__cta-button--large {
        font-size: 1.2em;
        padding: 15px 30px;
        min-width: 200px;
        min-height: 50px;
    }
    .page-resources-207pub-platform-advantages__article-body {
        max-width: 100%; /* Allow article body to take full width */
    }
    .page-resources-207pub-platform-advantages__toc-list {
        flex-direction: column; /* Stack TOC items on very small screens */
        align-items: center;
    }
}