/* style/blog-hbbet-latest-promotions-deep-dive.css */

:root {
    --hbbet-main-color: #11A84E;
    --hbbet-accent-color: #22C768;
    --hbbet-bg-color: #08160F;
    --hbbet-card-bg: #11271B;
    --hbbet-text-main: #F2FFF6;
    --hbbet-text-secondary: #A7D9B8;
    --hbbet-border-color: #2E7A4E;
    --hbbet-glow-color: #57E38D;
    --hbbet-gold-color: #F2C14E;
    --hbbet-divider-color: #1E3A2A;
    --hbbet-deep-green: #0A4B2C;
    --hbbet-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-hbbet-latest-promotions-deep-dive {
    background-color: var(--hbbet-bg-color);
    color: var(--hbbet-text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-hbbet-latest-promotions-deep-dive__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-hbbet-latest-promotions-deep-dive__section-title {
    font-size: 2.5em;
    color: var(--hbbet-gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-hbbet-latest-promotions-deep-dive__sub-section-title {
    font-size: 1.8em;
    color: var(--hbbet-text-main);
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-blog-hbbet-latest-promotions-deep-dive__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 60px;
    overflow: hidden;
}

.page-blog-hbbet-latest-promotions-deep-dive__hero-image {
    position: relative;
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    filter: brightness(0.6);
}

.page-blog-hbbet-latest-promotions-deep-dive__hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px;
    text-align: center;
    background: linear-gradient(to top, var(--hbbet-bg-color) 0%, rgba(8, 22, 15, 0.7) 70%, rgba(8, 22, 15, 0) 100%);
    max-width: 1200px;
    margin: 0 auto;
}

.page-blog-hbbet-latest-promotions-deep-dive__hero-title {
    font-size: clamp(2.5em, 5vw, 3.5em);
    color: var(--hbbet-gold-color);
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-hbbet-latest-promotions-deep-dive__hero-description {
    font-size: 1.2em;
    color: var(--hbbet-text-secondary);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-hbbet-latest-promotions-deep-dive__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: var(--hbbet-button-gradient);
    color: var(--hbbet-text-main);
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    border: none;
}

.page-blog-hbbet-latest-promotions-deep-dive__cta-button:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-hbbet-latest-promotions-deep-dive__introduction-section,
.page-blog-hbbet-latest-promotions-deep-dive__promotions-overview,
.page-blog-hbbet-latest-promotions-deep-dive__how-to-claim,
.page-blog-hbbet-latest-promotions-deep-dive__terms-conditions,
.page-blog-hbbet-latest-promotions-deep-dive__why-hbbet,
.page-blog-hbbet-latest-promotions-deep-dive__faq-section,
.page-blog-hbbet-latest-promotions-deep-dive__cta-section {
    padding: 60px 0;
    border-bottom: 1px solid var(--hbbet-divider-color);
}

.page-blog-hbbet-latest-promotions-deep-dive__introduction-section p,
.page-blog-hbbet-latest-promotions-deep-dive__terms-conditions p,
.page-blog-hbbet-latest-promotions-deep-dive__why-hbbet p,
.page-blog-hbbet-latest-promotions-deep-dive__cta-section p {
    color: var(--hbbet-text-secondary);
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-hbbet-latest-promotions-deep-dive__promo-card {
    background-color: var(--hbbet-card-bg);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    color: var(--hbbet-text-main);
    border: 1px solid var(--hbbet-border-color);
}

.page-blog-hbbet-latest-promotions-deep-dive__promo-card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid var(--hbbet-border-color);
}

.page-blog-hbbet-latest-promotions-deep-dive__promo-card-content {
    padding: 30px;
}

.page-blog-hbbet-latest-promotions-deep-dive__promo-card-title {
    font-size: 1.8em;
    color: var(--hbbet-gold-color);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-hbbet-latest-promotions-deep-dive__promo-card-content p {
    color: var(--hbbet-text-secondary);
    margin-bottom: 25px;
    text-align: justify;
}

.page-blog-hbbet-latest-promotions-deep-dive__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    background-color: transparent;
    color: var(--hbbet-main-color);
    text-decoration: none;
    border: 2px solid var(--hbbet-main-color);
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
}

.page-blog-hbbet-latest-promotions-deep-dive__btn-secondary:hover {
    background-color: var(--hbbet-main-color);
    color: var(--hbbet-text-main);
}

.page-blog-hbbet-latest-promotions-deep-dive__cta-button--small {
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 20px;
}

.page-blog-hbbet-latest-promotions-deep-dive__steps-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 40px;
}

.page-blog-hbbet-latest-promotions-deep-dive__steps-image {
    flex: 1;
    min-width: 400px;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hbbet-latest-promotions-deep-dive__steps-list {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-blog-hbbet-latest-promotions-deep-dive__steps-list li {
    background-color: var(--hbbet-card-bg);
    border: 1px solid var(--hbbet-border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    color: var(--hbbet-text-secondary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-blog-hbbet-latest-promotions-deep-dive__step-title {
    color: var(--hbbet-text-main);
    font-size: 1.2em;
    margin-bottom: 5px;
    display: block;
}

.page-blog-hbbet-latest-promotions-deep-dive__terms-list {
    list-style: disc inside;
    color: var(--hbbet-text-secondary);
    padding-left: 20px;
    margin-bottom: 30px;
}

.page-blog-hbbet-latest-promotions-deep-dive__terms-list li {
    margin-bottom: 10px;
}

.page-blog-hbbet-latest-promotions-deep-dive__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-hbbet-latest-promotions-deep-dive__feature-item {
    background-color: var(--hbbet-card-bg);
    border: 1px solid var(--hbbet-border-color);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-blog-hbbet-latest-promotions-deep-dive__feature-item:hover {
    transform: translateY(-5px);
}

.page-blog-hbbet-latest-promotions-deep-dive__feature-icon {
    width: 100%; /* Ensure image fills container */
    max-width: 250px; /* Limit max width */
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-blog-hbbet-latest-promotions-deep-dive__feature-title {
    font-size: 1.5em;
    color: var(--hbbet-gold-color);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-hbbet-latest-promotions-deep-dive__feature-item p {
    color: var(--hbbet-text-secondary);
    text-align: justify;
}

.page-blog-hbbet-latest-promotions-deep-dive__faq-list {
    margin-top: 40px;
}

.page-blog-hbbet-latest-promotions-deep-dive__faq-item {
    background-color: var(--hbbet-card-bg);
    border: 1px solid var(--hbbet-border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: var(--hbbet-text-main);
}

.page-blog-hbbet-latest-promotions-deep-dive__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--hbbet-text-main);
    cursor: pointer;
    list-style: none;
}

.page-blog-hbbet-latest-promotions-deep-dive__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-hbbet-latest-promotions-deep-dive__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-hbbet-latest-promotions-deep-dive__faq-item[open] .page-blog-hbbet-latest-promotions-deep-dive__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-hbbet-latest-promotions-deep-dive__faq-answer {
    padding: 0 20px 20px 20px;
    color: var(--hbbet-text-secondary);
    font-size: 1.1em;
    line-height: 1.6;
    text-align: justify;
}

.page-blog-hbbet-latest-promotions-deep-dive__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.page-blog-hbbet-latest-promotions-deep-dive__cta-button--primary {
    background: var(--hbbet-button-gradient);
    color: var(--hbbet-text-main);
}

.page-blog-hbbet-latest-promotions-deep-dive__cta-button--secondary {
    background-color: transparent;
    color: var(--hbbet-gold-color);
    border: 2px solid var(--hbbet-gold-color);
}

.page-blog-hbbet-latest-promotions-deep-dive__cta-button--secondary:hover {
    background-color: var(--hbbet-gold-color);
    color: var(--hbbet-bg-color);
}

/* Responsive styles */
@media (max-width: 992px) {
    .page-blog-hbbet-latest-promotions-deep-dive__hero-image {
        height: 500px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__hero-title {
        font-size: clamp(2em, 4vw, 3em);
    }
    .page-blog-hbbet-latest-promotions-deep-dive__section-title {
        font-size: 2em;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__steps-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__steps-image {
        min-width: unset;
        width: 100%;
        max-width: 600px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__feature-list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-blog-hbbet-latest-promotions-deep-dive {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__hero-image {
        height: 400px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__hero-content {
        padding: 20px 15px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__hero-title {
        font-size: clamp(1.8em, 6vw, 2.5em);
    }
    .page-blog-hbbet-latest-promotions-deep-dive__hero-description {
        font-size: 1em;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__sub-section-title {
        font-size: 1.5em;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__promo-card {
        flex-direction: column;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__promo-card-content {
        padding: 20px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__promo-card-title {
        font-size: 1.5em;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__steps-list li {
        padding: 15px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__feature-item {
        padding: 20px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__feature-title {
        font-size: 1.3em;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__faq-answer {
        font-size: 1em;
        padding: 0 15px 15px 15px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__cta-button, 
    .page-blog-hbbet-latest-promotions-deep-dive__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__container,
    .page-blog-hbbet-latest-promotions-deep-dive__hero-content,
    .page-blog-hbbet-latest-promotions-deep-dive__promo-card,
    .page-blog-hbbet-latest-promotions-deep-dive__steps-wrapper,
    .page-blog-hbbet-latest-promotions-deep-dive__feature-list,
    .page-blog-hbbet-latest-promotions-deep-dive__faq-list,
    .page-blog-hbbet-latest-promotions-deep-dive__cta-buttons {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__hero-section,
    .page-blog-hbbet-latest-promotions-deep-dive__introduction-section,
    .page-blog-hbbet-latest-promotions-deep-dive__promotions-overview,
    .page-blog-hbbet-latest-promotions-deep-dive__how-to-claim,
    .page-blog-hbbet-latest-promotions-deep-dive__terms-conditions,
    .page-blog-hbbet-latest-promotions-deep-dive__why-hbbet,
    .page-blog-hbbet-latest-promotions-deep-dive__faq-section,
    .page-blog-hbbet-latest-promotions-deep-dive__cta-section {
        padding-left: 0;
        padding-right: 0;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__hero-image,
    .page-blog-hbbet-latest-promotions-deep-dive__promo-card-image,
    .page-blog-hbbet-latest-promotions-deep-dive__steps-image,
    .page-blog-hbbet-latest-promotions-deep-dive__feature-icon {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
}

@media (max-width: 480px) {
    .page-blog-hbbet-latest-promotions-deep-dive__hero-image {
        height: 300px;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__hero-title {
        font-size: clamp(1.5em, 7vw, 2em);
    }
    .page-blog-hbbet-latest-promotions-deep-dive__section-title {
        font-size: 1.5em;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__cta-button {
        padding: 12px 20px;
        font-size: 0.9em;
    }
    .page-blog-hbbet-latest-promotions-deep-dive__btn-secondary {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}