:root {
    --primary-color: #007bff;
    --secondary-color: #ffc107;
    --text-color-dark: #333333;
    --text-color-light: #ffffff;
    --background-light: #f9f9f9;
    --background-dark: #007bff; /* Using primary color for dark sections */
    --border-color: #e0e0e0;
}

.page-resources-f186-platform-advantages {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color-dark);
    background-color: #ffffff; /* Default body background is white */
}

/* Fixed header offset - applied to the first section/main container */
.page-resources-f186-platform-advantages__intro-section {
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}