/* style/resources-understanding-fi88-bonuses.css */

:root {
    --page-primary-color: #4A2780;
    --page-secondary-color: #FFD700;
    --page-text-color-dark: #333;
    --page-text-color-light: #fff;
    --page-background-light: #f9f9f9;
    --page-background-dark: #333;
    --page-accent-color: #b5d87f; /* Complementary to primary */
    --page-highlight-color: #0028ff; /* Complementary to secondary */
}

.page-resources-understanding-fi88-bonuses {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-color-dark);
    background-color: var(--page-background-light);
}

.page-resources-understanding-fi88-bonuses__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-understanding-fi88-bonuses__hero {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, #6a3a9e 100%);
    color: var(--page-text-color-light);
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-understanding-fi88-bonuses__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,subtle]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-understanding-fi88-bonuses__hero > * {
    position: relative;
    z-index: 1;
}

.page-resources-understanding-fi88-bonuses__back-link {
    color: var(--page-secondary-color);
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.page-resources-understanding-fi88-bonuses__back-link:hover {
    color: var(--page-text-color-light);
}

.page-resources-understanding-fi88-bonuses__title {
    font-size: 2.8em;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--page-secondary-color);
}

.page-resources-understanding-fi88-bonuses__meta {
    font-size: 0.9em;
    opacity: 0.8;
    margin-bottom: 30px;
}

.page-resources-understanding-fi88-bonuses__intro {
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    line-height: 1.7;
}

.page-resources-understanding-fi88-bonuses__cta-button {
    display: inline-block;
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-understanding-fi88-bonuses__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

/* Content Section */
.page-resources-understanding-fi88-bonuses__content-section {
    padding: 50px 0;
    background-color: var(--page-background-light);
}

.page-resources-understanding-fi88-bonuses__article-content {
    max-width: 800px; /* Optimal width for long-form reading */
    margin: 0 auto;
}

.page-resources-understanding-fi88-bonuses__sub-title {
    font-size: 2em;
    color: var(--page-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--page-secondary-color);
    padding-bottom: 10px;
}

.page-resources-understanding-fi88-bonuses__heading-h3 {
    font-size: 1.5em;
    color: var(--page-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-understanding-fi88-bonuses__article-content p {
    margin-bottom: 1em;
    font-size: 1.05em;
    line-height: 1.7;
}

.page-resources-understanding-fi88-bonuses__article-content ul,
.page-resources-understanding-fi88-bonuses__article-content ol {
    margin-bottom: 1em;
    padding-left: 25px;
    font-size: 1.05em;
}

.page-resources-understanding-fi88-bonuses__article-content li {
    margin-bottom: 0.5em;
}

.page-resources-understanding-fi88-bonuses__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-understanding-fi88-bonuses__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-understanding-fi88-bonuses__image-caption {
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
}

.page-resources-understanding-fi88-bonuses__quote {
    background-color: #f0f0f0;
    border-left: 5px solid var(--page-secondary-color);
    padding: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #555;
    border-radius: 4px;
}

.page-resources-understanding-fi88-bonuses__code-block {
    background-color: #e8e8e8;
    padding: 15px;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    overflow-x: auto;
    margin: 20px 0;
}

.page-resources-understanding-fi88-bonuses__cta-inline {
    display: inline-block;
    background-color: var(--page-primary-color);
    color: var(--page-text-color-light);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 20px 0;
    transition: background-color 0.3s ease;
}

.page-resources-understanding-fi88-bonuses__cta-inline:hover {
    background-color: #6a3a9e;
}

.page-resources-understanding-fi88-bonuses__action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.page-resources-understanding-fi88-bonuses__cta-button--primary {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
}

.page-resources-understanding-fi88-bonuses__cta-button--primary:hover {
    background-color: #e6c200;
}

.page-resources-understanding-fi88-bonuses__cta-button--secondary {
    background-color: var(--page-primary-color);
    color: var(--page-text-color-light);
}

.page-resources-understanding-fi88-bonuses__cta-button--secondary:hover {
    background-color: #6a3a9e;
}

/* Related Articles Section */
.page-resources-understanding-fi88-bonuses__related-articles {
    background-color: #f0f0f0;
    padding: 60px 0;
    text-align: center;
}

.page-resources-understanding-fi88-bonuses__articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-understanding-fi88-bonuses__article-card {
    background-color: var(--page-text-color-light);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-understanding-fi88-bonuses__article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-understanding-fi88-bonuses__article-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.page-resources-understanding-fi88-bonuses__article-card-title {
    font-size: 1.25em;
    margin: 15px 15px 10px;
    color: var(--page-primary-color);
    line-height: 1.4;
}

.page-resources-understanding-fi88-bonuses__article-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-understanding-fi88-bonuses__article-card-title a:hover {
    color: var(--page-secondary-color);
}

.page-resources-understanding-fi88-bonuses__article-card-excerpt {
    font-size: 0.95em;
    color: #666;
    margin: 0 15px 15px;
    min-height: 60px;
}

.page-resources-understanding-fi88-bonuses__read-more {
    display: inline-block;
    color: var(--page-primary-color);
    text-decoration: none;
    font-weight: bold;
    margin: 0 15px 15px;
    transition: color 0.3s ease;
}

.page-resources-understanding-fi88-bonuses__read-more:hover {
    color: var(--page-secondary-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-understanding-fi88-bonuses__title {
        font-size: 2em;
    }

    .page-resources-understanding-fi88-bonuses__sub-title {
        font-size: 1.6em;
    }

    .page-resources-understanding-fi88-bonuses__heading-h3 {
        font-size: 1.3em;
    }

    .page-resources-understanding-fi88-bonuses__article-content {
        padding: 0 15px;
    }

    .page-resources-understanding-fi88-bonuses__action-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-resources-understanding-fi88-bonuses__cta-button {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .page-resources-understanding-fi88-bonuses__hero {
        padding: 40px 0;
    }

    .page-resources-understanding-fi88-bonuses__title {
        font-size: 1.8em;
    }

    .page-resources-understanding-fi88-bonuses__intro {
        font-size: 1em;
    }

    .page-resources-understanding-fi88-bonuses__cta-button {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-resources-understanding-fi88-bonuses__sub-title {
        font-size: 1.4em;
    }

    .page-resources-understanding-fi88-bonuses__article-content p,
    .page-resources-understanding-fi88-bonuses__article-content ul,
    .page-resources-understanding-fi88-bonuses__article-content ol {
        font-size: 0.95em;
    }
}