:root {
    --primary-dark-blue: #0A2463;
    --secondary-gold: #FFD700;
    --text-light: #FFFFFF;
    --text-dark: #333333;
    --background-light: #F8F8F8;
    --background-dark: #071C40; /* Slightly darker than primary for contrast */
    --border-color: #E0E0E0;
    --accent-blue: #546692; /* Lighter variant of primary for contrast */
    --accent-gold-dark: #b39700; /* Darker variant of secondary for contrast */
}

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

.page-resources-bcx88-latest-promotions a {
    color: var(--primary-dark-blue);
    text-decoration: none;
}

.page-resources-bcx88-latest-promotions a:hover {
    text-decoration: underline;
    color: var(--secondary-gold);
}

.page-resources-bcx88-latest-promotions .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-bcx88-latest-promotions .hero-section {
    background: linear-gradient(135deg, var(--primary-dark-blue) 0%, var(--accent-blue) 100%);
    color: var(--text-light);
    padding: 80px 0;
    text-align: center;
}

.page-resources-bcx88-latest-promotions .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--secondary-gold);
    font-weight: bold;
}

.page-resources-bcx88-latest-promotions .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    opacity: 0.9;
}

.page-resources-bcx88-latest-promotions .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.page-resources-bcx88-latest-promotions .btn-primary {
    background-color: var(--secondary-gold);
    color: var(--primary-dark-blue);
    border: 2px solid var(--secondary-gold);
}

.page-resources-bcx88-latest-promotions .btn-primary:hover {
    background-color: var(--accent-gold-dark);
    border-color: var(--accent-gold-dark);
    color: var(--primary-dark-blue);
    text-decoration: none;
}

/* Article Content */
.page-resources-bcx88-latest-promotions .content-article {
    padding: 60px 0;
    background-color: var(--background-light);
}

.page-resources-bcx88-latest-promotions .article-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.page-resources-bcx88-latest-promotions .article-meta {
    font-size: 0.9em;
    color: #666;
}

.page-resources-bcx88-latest-promotions .back-link {
    color: var(--primary-dark-blue);
    font-weight: bold;
}

.page-resources-bcx88-latest-promotions .article-body {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 1.7;
}

.page-resources-bcx88-latest-promotions .article-body h2 {
    font-size: 2.2em;
    color: var(--primary-dark-blue);
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-bcx88-latest-promotions .article-body h3 {
    font-size: 1.6em;
    color: var(--accent-blue);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-bcx88-latest-promotions .article-body p {
    margin-bottom: 1em;
}

.page-resources-bcx88-latest-promotions .article-body ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1em;
}

.page-resources-bcx88-latest-promotions .article-body li {
    margin-bottom: 0.5em;
}

.page-resources-bcx88-latest-promotions .image-container {
    text-align: center;
    margin: 30px 0;
}

.page-resources-bcx88-latest-promotions .article-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-bcx88-latest-promotions figcaption {
    font-size: 0.9em;
    color: #777;
    margin-top: 10px;
}

.page-resources-bcx88-latest-promotions .text-link-highlight {
    color: var(--secondary-gold);
    font-weight: bold;
}

.page-resources-bcx88-latest-promotions .text-link-highlight:hover {
    color: var(--accent-gold-dark);
    text-decoration: underline;
}

/* CTA Section */
.page-resources-bcx88-latest-promotions .cta-section {
    background-color: var(--background-dark);
    color: var(--text-light);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
}

.page-resources-bcx88-latest-promotions .cta-text {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: var(--secondary-gold);
}

.page-resources-bcx88-latest-promotions .btn-secondary {
    background-color: var(--secondary-gold);
    color: var(--primary-dark-blue);
    border: 2px solid var(--secondary-gold);
    margin: 0 10px;
}

.page-resources-bcx88-latest-promotions .btn-secondary:hover {
    background-color: var(--accent-gold-dark);
    border-color: var(--accent-gold-dark);
    color: var(--primary-dark-blue);
    text-decoration: none;
}

.page-resources-bcx88-latest-promotions .btn-outline {
    background-color: transparent;
    color: var(--text-light);
    border: 2px solid var(--text-light);
    margin: 0 10px;
}

.page-resources-bcx88-latest-promotions .btn-outline:hover {
    background-color: var(--text-light);
    color: var(--primary-dark-blue);
    text-decoration: none;
}

/* Related Resources */
.page-resources-bcx88-latest-promotions .related-resources {
    background-color: var(--background-dark);
    color: var(--text-light);
    padding: 60px 0;
    text-align: center;
}

.page-resources-bcx88-latest-promotions .section-title {
    font-size: 2.5em;
    color: var(--secondary-gold);
    margin-bottom: 50px;
}

.page-resources-bcx88-latest-promotions .resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-bcx88-latest-promotions .resource-card {
    background-color: var(--primary-dark-blue);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: transform 0.3s ease;
}

.page-resources-bcx88-latest-promotions .resource-card:hover {
    transform: translateY(-10px);
}

.page-resources-bcx88-latest-promotions .card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-resources-bcx88-latest-promotions .card-title {
    font-size: 1.4em;
    color: var(--secondary-gold);
    padding: 15px 20px 10px;
}

.page-resources-bcx88-latest-promotions .card-title a {
    color: inherit;
    text-decoration: none;
}

.page-resources-bcx88-latest-promotions .card-title a:hover {
    text-decoration: underline;
}

.page-resources-bcx88-latest-promotions .card-description {
    font-size: 1em;
    color: #CCC;
    padding: 0 20px 15px;
}

.page-resources-bcx88-latest-promotions .btn-link {
    color: var(--secondary-gold);
    font-weight: bold;
    padding: 0 20px 20px;
    display: inline-block;
}

.page-resources-bcx88-latest-promotions .btn-link:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-bcx88-latest-promotions .hero-title {
        font-size: 2.5em;
    }

    .page-resources-bcx88-latest-promotions .hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-bcx88-latest-promotions .article-body {
        font-size: 1em;
        padding: 0 10px;
    }

    .page-resources-bcx88-latest-promotions .article-body h2 {
        font-size: 1.8em;
    }

    .page-resources-bcx88-latest-promotions .article-body h3 {
        font-size: 1.4em;
    }

    .page-resources-bcx88-latest-promotions .article-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-resources-bcx88-latest-promotions .back-link {
        margin-top: 10px;
    }

    .page-resources-bcx88-latest-promotions .cta-text {
        font-size: 1.2em;
    }

    .page-resources-bcx88-latest-promotions .btn {
        width: 100%;
        margin: 10px 0 !important;
    }
}

@media (max-width: 480px) {
    .page-resources-bcx88-latest-promotions .hero-title {
        font-size: 2em;
    }

    .page-resources-bcx88-latest-promotions .hero-subtitle {
        font-size: 1em;
    }

    .page-resources-bcx88-latest-promotions .section-title {
        font-size: 2em;
    }
}