.page-blog-me777-bonuses-and-promotions-guide {
    background-color: #0A0A0A;
    color: #FFF6D6;
    font-family: Arial, sans-serif;
}

.page-blog-me777-bonuses-and-promotions-guide__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding for visual separation */
}

.page-blog-me777-bonuses-and-promotions-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 20px;
}

.page-blog-me777-bonuses-and-promotions-guide__hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px 40px;
}

.page-blog-me777-bonuses-and-promotions-guide__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #FFD36B;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.page-blog-me777-bonuses-and-promotions-guide__hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #E5E5E5;
}

.page-blog-me777-bonuses-and-promotions-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.page-blog-me777-bonuses-and-promotions-guide__section-title {
    font-size: 2.2rem;
    color: #FFD36B;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-blog-me777-bonuses-and-promotions-guide__paragraph {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
    color: #FFF6D6;
}

.page-blog-me777-bonuses-and-promotions-guide__paragraph a,
.page-blog-me777-bonuses-and-promotions-guide__card-text a,
.page-blog-me777-bonuses-and-promotions-guide__step-text a,
.page-blog-me777-bonuses-and-promotions-guide__faq-answer a {
    color: #F2C14E;
    text-decoration: none;
    font-weight: bold;
}

.page-blog-me777-bonuses-and-promotions-guide__paragraph a:hover,
.page-blog-me777-bonuses-and-promotions-guide__card-text a:hover,
.page-blog-me777-bonuses-and-promotions-guide__step-text a:hover,
.page-blog-me777-bonuses-and-promotions-guide__faq-answer a:hover {
    text-decoration: underline;
}

.page-blog-me777-bonuses-and-promotions-guide__content-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-me777-bonuses-and-promotions-guide__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog-me777-bonuses-and-promotions-guide__card {
    background-color: #111111;
    border: 1px solid #3A2A12;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-me777-bonuses-and-promotions-guide__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-me777-bonuses-and-promotions-guide__card-title {
    font-size: 1.4rem;
    color: #FFD36B;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-me777-bonuses-and-promotions-guide__card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #E5E5E5;
}

.page-blog-me777-bonuses-and-promotions-guide__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #0A0A0A;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-blog-me777-bonuses-and-promotions-guide__cta-button:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #FFE082 0%, #E6B032 100%);
}

.page-blog-me777-bonuses-and-promotions-guide__cta-button--centered {
    display: block;
    margin: 30px auto 0;
    width: fit-content;
}

.page-blog-me777-bonuses-and-promotions-guide__cta-button--outline {
    background: transparent;
    border: 2px solid #F2C14E;
    color: #F2C14E;
    padding: 13px 28px;
}

.page-blog-me777-bonuses-and-promotions-guide__cta-button--outline:hover {
    background: rgba(242, 193, 78, 0.1);
    color: #FFD36B;
    border-color: #FFD36B;
}

.page-blog-me777-bonuses-and-promotions-guide__claim-steps {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-blog-me777-bonuses-and-promotions-guide__step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.page-blog-me777-bonuses-and-promotions-guide__step-number {
    background-color: #F2C14E;
    color: #0A0A0A;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-right: 15px;
}

.page-blog-me777-bonuses-and-promotions-guide__step-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #E5E5E5;
    margin: 0;
}

.page-blog-me777-bonuses-and-promotions-guide__vip-benefits {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.page-blog-me777-bonuses-and-promotions-guide__vip-item {
    background-color: #111111;
    border: 1px solid #3A2A12;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 1rem;
    color: #FFD36B;
    display: flex;
    align-items: center;
}

.page-blog-me777-bonuses-and-promotions-guide__vip-item::before {
    content: '⭐';
    margin-right: 10px;
    font-size: 1.2em;
}

.page-blog-me777-bonuses-and-promotions-guide__faq-item {
    background-color: #111111;
    border: 1px solid #3A2A12;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
}

.page-blog-me777-bonuses-and-promotions-guide__faq-question {
    font-size: 1.2rem;
    color: #F2C14E;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
}

.page-blog-me777-bonuses-and-promotions-guide__faq-answer {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #E5E5E5;
}

.page-blog-me777-bonuses-and-promotions-guide__action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .page-blog-me777-bonuses-and-promotions-guide__main-title {
        font-size: 2rem;
    }
    .page-blog-me777-bonuses-and-promotions-guide__section-title {
        font-size: 1.8rem;
    }
    .page-blog-me777-bonuses-and-promotions-guide__card-grid {
        grid-template-columns: 1fr;
    }
    .page-blog-me777-bonuses-and-promotions-guide__vip-benefits {
        grid-template-columns: 1fr;
    }
    .page-blog-me777-bonuses-and-promotions-guide__content-image {
        max-width: 100%;
        height: auto;
        min-width: 200px;
        min-height: 200px;
    }
    .page-blog-me777-bonuses-and-promotions-guide__action-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-blog-me777-bonuses-and-promotions-guide__cta-button {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-blog-me777-bonuses-and-promotions-guide__hero-content {
        padding: 0 15px 30px;
    }
    .page-blog-me777-bonuses-and-promotions-guide__main-title {
        font-size: 1.7rem;
    }
    .page-blog-me777-bonuses-and-promotions-guide__section-title {
        font-size: 1.5rem;
    }
    .page-blog-me777-bonuses-and-promotions-guide__paragraph,
    .page-blog-me777-bonuses-and-promotions-guide__card-text,
    .page-blog-me777-bonuses-and-promotions-guide__step-text,
    .page-blog-me777-bonuses-and-promotions-guide__faq-answer {
        font-size: 0.9rem;
    }
    .page-blog-me777-bonuses-and-promotions-guide__cta-button {
        font-size: 1rem;
        padding: 12px 25px;
    }
}