.page-promotions {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions__hero-section {
    background: linear-gradient(135deg, #003366, #FFD700);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 102, 0.7);
    z-index: 1;
}

.page-promotions__hero-section > .page-promotions__container {
    position: relative;
    z-index: 2;
}

.page-promotions__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #ffffff;
}

.page-promotions__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #003366; /* Dark Blue */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid transparent;
}

.page-promotions__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-promotions__cta-button--outline {
    background-color: transparent;
    color: #FFD700;
    border-color: #FFD700;
}

.page-promotions__cta-button--outline:hover {
    background-color: #FFD700;
    color: #003366;
}

.page-promotions__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-promotions__section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    font-weight: bold;
    position: relative;
}

.page-promotions__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-promotions__overview-section, 
.page-promotions__featured-promo, 
.page-promotions__details-list, 
.page-promotions__why-choose, 
.page-promotions__responsible-gambling, 
.page-promotions__final-cta {
    padding: 60px 0;
}

.page-promotions__text-content {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #555;
}

.page-promotions__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions__grid-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #003366;
}

.page-promotions__grid-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.page-promotions__item-title {
    font-size: 1.5em;
    color: #003366;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-promotions__item-description {
    color: #666;
    font-size: 1em;
}

.page-promotions__promo-card {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    padding: 30px;
    border: 1px solid #eee;
}

.page-promotions__promo-card--reversed {
    flex-direction: row-reverse;
}

.page-promotions__promo-image {
    flex: 1;
    max-width: 50%;
    border-radius: 10px;
    height: auto;
    object-fit: cover;
}

.page-promotions__promo-content {
    flex: 1;
    max-width: 50%;
    padding: 20px;
}

.page-promotions__promo-title {
    font-size: 2em;
    color: #003366;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions__promo-description {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 30px;
}

.page-promotions__list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions__list-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 5px solid #FFD700;
}

.page-promotions__list-item .page-promotions__item-title {
    font-size: 1.4em;
    margin-bottom: 15px;
    line-height: 1.3;
}

.page-promotions__list-item .page-promotions__item-title a {
    color: #003366;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-promotions__list-item .page-promotions__item-title a:hover {
    color: #FFD700;
}

.page-promotions__list-item .page-promotions__item-description {
    font-size: 0.95em;
    color: #777;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-promotions__item-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.page-promotions__detail-button, .page-promotions__action-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.page-promotions__detail-button {
    background-color: #003366;
    color: #fff;
    border: 2px solid #003366;
}

.page-promotions__detail-button:hover {
    background-color: #002244;
    border-color: #002244;
}

.page-promotions__action-button {
    background-color: #FFD700;
    color: #003366;
    border: 2px solid #FFD700;
}

.page-promotions__action-button:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-promotions__why-choose {
    background-color: #eef4f8;
}

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

.page-promotions__reason-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-promotions__reason-item:hover {
    transform: translateY(-5px);
}

.page-promotions__reason-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.page-promotions__reason-title {
    font-size: 1.6em;
    color: #003366;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-promotions__reason-description {
    color: #666;
}

.page-promotions__responsible-gambling {
    background-color: #f0f0f0;
    padding-bottom: 80px;
}

.page-promotions__responsible-gambling .page-promotions__text-content {
    font-style: italic;
    max-width: 800px;
    margin-bottom: 30px;
}

.page-promotions__final-cta {
    background-color: #003366;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.page-promotions__final-cta .page-promotions__section-title {
    color: #FFD700;
}

.page-promotions__final-cta .page-promotions__section-title::after {
    background-color: #FFD700;
}

.page-promotions__final-cta .page-promotions__text-content {
    color: #ffffff;
    max-width: 900px;
    margin-bottom: 50px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions__hero-title {
        font-size: 2.8em;
    }
    .page-promotions__section-title {
        font-size: 2em;
    }
    .page-promotions__promo-card {
        flex-direction: column;
        text-align: center;
    }
    .page-promotions__promo-card--reversed {
        flex-direction: column;
    }
    .page-promotions__promo-image, .page-promotions__promo-content {
        max-width: 100%;
    }
    .page-promotions__promo-content {
        padding: 0;
    }
    .page-promotions__promo-title {
        font-size: 1.8em;
    }
    .page-promotions__list-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-promotions__hero-title {
        font-size: 2.2em;
    }
    .page-promotions__hero-description {
        font-size: 1em;
    }
    .page-promotions__section-title {
        font-size: 1.8em;
    }
    .page-promotions__grid {
        grid-template-columns: 1fr;
    }
    .page-promotions__promo-card {
        padding: 20px;
    }
    .page-promotions__list-item .page-promotions__item-title {
        font-size: 1.3em;
    }
    .page-promotions__item-actions {
        justify-content: center;
    }
    .page-promotions__reason-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-promotions__hero-title {
        font-size: 1.8em;
    }
    .page-promotions__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions__section-title {
        font-size: 1.5em;
        margin-bottom: 30px;
    }
    .page-promotions__overview-section, 
    .page-promotions__featured-promo, 
    .page-promotions__details-list, 
    .page-promotions__why-choose, 
    .page-promotions__responsible-gambling, 
    .page-promotions__final-cta {
        padding: 40px 0;
    }
    .page-promotions__promo-title {
        font-size: 1.5em;
    }
    .page-promotions__list-item .page-promotions__item-title {
        font-size: 1.2em;
    }
    .page-promotions__item-actions {
        flex-direction: column;
        align-items: stretch;
    }
}