/* style/index-latest-promotions-huebet.css */
.page-index-latest-promotions-huebet {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f7f6;
}

.page-index-latest-promotions-huebet__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-index-latest-promotions-huebet__hero-section {
    background: linear-gradient(135deg, #003366 0%, #001a33 100%); /* Deep ocean blue gradient */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-latest-promotions-huebet__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,lines,blue,gold]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-index-latest-promotions-huebet__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFCC00; /* Gold accent for title */
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-latest-promotions-huebet__hero-subtitle {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 1;
    color: #e0e0e0;
}

.page-index-latest-promotions-huebet__cta-button {
    display: inline-block;
    background-color: #FFCC00; /* Gold accent for button */
    color: #003366; /* Deep blue text for contrast */
    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;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-index-latest-promotions-huebet__cta-button:hover {
    background-color: #e6b800; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-index-latest-promotions-huebet__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-index-latest-promotions-huebet__section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-index-latest-promotions-huebet__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFCC00;
    border-radius: 2px;
}

.page-index-latest-promotions-huebet__text-block {
    font-size: 1.1em;
    margin-bottom: 25px;
    color: #444;
    text-align: justify;
}

.page-index-latest-promotions-huebet__list {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 30px;
}

.page-index-latest-promotions-huebet__list li {
    margin-bottom: 10px;
    color: #555;
}

.page-index-latest-promotions-huebet__list li strong {
    color: #003366;
}

.page-index-latest-promotions-huebet__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.page-index-latest-promotions-huebet__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-index-latest-promotions-huebet__subsection-title {
    font-size: 2em;
    color: #003366;
    margin-top: 50px;
    margin-bottom: 25px;
    border-left: 5px solid #FFCC00;
    padding-left: 15px;
}

.page-index-latest-promotions-huebet__promo-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.page-index-latest-promotions-huebet__promo-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.page-index-latest-promotions-huebet__promo-image {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    object-fit: cover;
    display: block;
}

.page-index-latest-promotions-huebet__promo-content {
    flex: 1 1 60%;
    padding: 30px;
}

.page-index-latest-promotions-huebet__promo-heading {
    font-size: 1.6em;
    color: #003366;
    margin-bottom: 15px;
}

.page-index-latest-promotions-huebet__promo-description {
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.page-index-latest-promotions-huebet__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-index-latest-promotions-huebet__guide-list {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 30px;
}

.page-index-latest-promotions-huebet__guide-list li {
    margin-bottom: 15px;
    color: #555;
    font-size: 1.1em;
}

.page-index-latest-promotions-huebet__guide-list li strong {
    color: #003366;
}

.page-index-latest-promotions-huebet__guide-list li a {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

.page-index-latest-promotions-huebet__guide-list li a:hover {
    text-decoration: underline;
    color: #FFCC00;
}

.page-index-latest-promotions-huebet__faq {
    margin-top: 30px;
}

.page-index-latest-promotions-huebet__faq-item {
    background-color: #f0f5f4;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
}

.page-index-latest-promotions-huebet__faq-question {
    font-size: 1.3em;
    color: #003366;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-index-latest-promotions-huebet__faq-question::after {
    content: '+';
    font-size: 1.5em;
    font-weight: bold;
    color: #FFCC00;
    transition: transform 0.3s ease;
}

.page-index-latest-promotions-huebet__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-index-latest-promotions-huebet__faq-answer {
    color: #666;
    font-size: 1em;
    margin-top: 10px;
    display: none;
    text-align: justify;
}

.page-index-latest-promotions-huebet__faq-answer.active {
    display: block;
}

.page-index-latest-promotions-huebet__faq-answer a {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

.page-index-latest-promotions-huebet__faq-answer a:hover {
    text-decoration: underline;
    color: #FFCC00;
}

.page-index-latest-promotions-huebet__final-cta-section {
    background-color: #003366; /* Deep blue background */
    color: #ffffff;
    padding: 70px 0;
    text-align: center;
    margin-top: 50px;
}

.page-index-latest-promotions-huebet__final-cta-title {
    font-size: 2.8em;
    color: #FFCC00; /* Gold accent */
    margin-bottom: 25px;
}

.page-index-latest-promotions-huebet__final-cta-text {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-latest-promotions-huebet__hero-title {
        font-size: 2.8em;
    }

    .page-index-latest-promotions-huebet__section-title {
        font-size: 2.2em;
    }

    .page-index-latest-promotions-huebet__subsection-title {
        font-size: 1.8em;
    }

    .page-index-latest-promotions-huebet__promo-item {
        flex-direction: column;
    }

    .page-index-latest-promotions-huebet__promo-item:nth-child(odd) {
        flex-direction: column;
    }

    .page-index-latest-promotions-huebet__promo-image {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .page-index-latest-promotions-huebet__promo-content {
        flex: 1 1 100%;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .page-index-latest-promotions-huebet__hero-title {
        font-size: 2.2em;
    }

    .page-index-latest-promotions-huebet__hero-subtitle {
        font-size: 1em;
    }

    .page-index-latest-promotions-huebet__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-index-latest-promotions-huebet__section-title {
        font-size: 2em;
    }

    .page-index-latest-promotions-huebet__subsection-title {
        font-size: 1.6em;
    }

    .page-index-latest-promotions-huebet__promo-heading {
        font-size: 1.4em;
    }

    .page-index-latest-promotions-huebet__final-cta-title {
        font-size: 2.2em;
    }

    .page-index-latest-promotions-huebet__final-cta-text {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-index-latest-promotions-huebet__hero-title {
        font-size: 1.8em;
    }

    .page-index-latest-promotions-huebet__section-title {
        font-size: 1.8em;
    }

    .page-index-latest-promotions-huebet__subsection-title {
        font-size: 1.4em;
    }

    .page-index-latest-promotions-huebet__promo-heading {
        font-size: 1.2em;
    }

    .page-index-latest-promotions-huebet__final-cta-title {
        font-size: 1.8em;
    }

    .page-index-latest-promotions-huebet__final-cta-text {
        font-size: 1em;
    }

    .page-index-latest-promotions-huebet__hero-section,
    .page-index-latest-promotions-huebet__content-section,
    .page-index-latest-promotions-huebet__final-cta-section {
        padding: 40px 0;
    }
}