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

.page-blog-756-bet-latest-promotions-registration {
    background-color: var(--background-color);
    color: var(--text-main-color);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-756-bet-latest-promotions-registration__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 10px;
}

.page-blog-756-bet-latest-promotions-registration__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 675px;
}

.page-blog-756-bet-latest-promotions-registration__hero-content {
    position: relative;
    padding: 20px;
    max-width: 900px;
    margin-top: 20px;
    z-index: 2;
}

.page-blog-756-bet-latest-promotions-registration__main-title {
    font-size: clamp(2em, 4vw, 3.5em);
    font-weight: 700;
    color: var(--text-main-color);
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-blog-756-bet-latest-promotions-registration__hero-description {
    font-size: clamp(1em, 1.5vw, 1.2em);
    color: var(--text-secondary-color);
    margin-bottom: 30px;
}

.page-blog-756-bet-latest-promotions-registration__hero-cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-756-bet-latest-promotions-registration__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-756-bet-latest-promotions-registration__section-title {
    font-size: 2.5em;
    color: var(--text-main-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.page-blog-756-bet-latest-promotions-registration__text-block {
    font-size: 1.1em;
    color: var(--text-secondary-color);
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-756-bet-latest-promotions-registration__btn-primary,
.page-blog-756-bet-latest-promotions-registration__btn-secondary,
.page-blog-756-bet-latest-promotions-registration__floating-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.page-blog-756-bet-latest-promotions-registration__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
}

.page-blog-756-bet-latest-promotions-registration__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-756-bet-latest-promotions-registration__btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-756-bet-latest-promotions-registration__btn-secondary:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-2px);
}

.page-blog-756-bet-latest-promotions-registration__features-grid,
.page-blog-756-bet-latest-promotions-registration__promotions-grid,
.page-blog-756-bet-latest-promotions-registration__registration-steps,
.page-blog-756-bet-latest-promotions-registration__payment-methods-grid,
.page-blog-756-bet-latest-promotions-registration__games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-blog-756-bet-latest-promotions-registration__card {
    background-color: var(--card-bg-color);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: var(--text-main-color);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 250px;
}

.page-blog-756-bet-latest-promotions-registration__feature-icon,
.page-blog-756-bet-latest-promotions-registration__promotion-image,
.page-blog-756-bet-latest-promotions-registration__step-image,
.page-blog-756-bet-latest-promotions-registration__payment-icon,
.page-blog-756-bet-latest-promotions-registration__game-image {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: cover;
    min-height: 200px;
}

.page-blog-756-bet-latest-promotions-registration__payment-icon {
    max-width: 150px;
    min-height: 100px;
}

.page-blog-756-bet-latest-promotions-registration__feature-title,
.page-blog-756-bet-latest-promotions-registration__promotion-title,
.page-blog-756-bet-latest-promotions-registration__step-title,
.page-blog-756-bet-latest-promotions-registration__payment-title,
.page-blog-756-bet-latest-promotions-registration__game-title,
.page-blog-756-bet-latest-promotions-registration__support-channel,
.page-blog-756-bet-latest-promotions-registration__responsible-gaming-title {
    font-size: 1.4em;
    color: var(--text-main-color);
    margin-bottom: 10px;
}

.page-blog-756-bet-latest-promotions-registration__feature-description,
.page-blog-756-bet-latest-promotions-registration__promotion-description,
.page-blog-756-bet-latest-promotions-registration__step-description,
.page-blog-756-bet-latest-promotions-registration__payment-description,
.page-blog-756-bet-latest-promotions-registration__game-description,
.page-blog-756-bet-latest-promotions-registration__support-description,
.page-blog-756-bet-latest-promotions-registration__responsible-gaming-description {
    font-size: 1em;
    color: var(--text-secondary-color);
    margin-bottom: 15px;
    flex-grow: 1;
}

.page-blog-756-bet-latest-promotions-registration__support-list,
.page-blog-756-bet-latest-promotions-registration__responsible-gaming-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    gap: 20px;
}

.page-blog-756-bet-latest-promotions-registration__support-item,
.page-blog-756-bet-latest-promotions-registration__responsible-gaming-item {
    background-color: var(--card-bg-color);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid var(--border-color);
}

.page-blog-756-bet-latest-promotions-registration__faq-list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-blog-756-bet-latest-promotions-registration__faq-item {
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--card-bg-color);
    color: var(--text-main-color);
}

.page-blog-756-bet-latest-promotions-registration__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1em;
    color: var(--text-main-color);
    background-color: var(--deep-green-color);
}

.page-blog-756-bet-latest-promotions-registration__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-756-bet-latest-promotions-registration__faq-question::marker {
    display: none;
}

.page-blog-756-bet-latest-promotions-registration__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-756-bet-latest-promotions-registration__faq-item[open] .page-blog-756-bet-latest-promotions-registration__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-756-bet-latest-promotions-registration__faq-answer {
    padding: 15px 20px 20px;
    font-size: 1em;
    color: var(--text-secondary-color);
    text-align: justify;
}

.page-blog-756-bet-latest-promotions-registration__faq-answer p {
    margin-bottom: 0;
}

.page-blog-756-bet-latest-promotions-registration__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-blog-756-bet-latest-promotions-registration__copyright {
    text-align: center;
    padding: 30px 20px;
    font-size: 0.9em;
    color: var(--text-secondary-color);
    background-color: var(--deep-green-color);
    margin-top: 40px;
}

/* Floating Buttons */
.page-blog-756-bet-latest-promotions-registration__floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.page-blog-756-bet-latest-promotions-registration__floating-btn {
    padding: 12px 25px;
    font-size: 1em;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-756-bet-latest-promotions-registration__floating-btn.page-blog-756-bet-latest-promotions-registration__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
}

.page-blog-756-bet-latest-promotions-registration__floating-btn.page-blog-756-bet-latest-promotions-registration__btn-secondary {
    background: #ffffff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-756-bet-latest-promotions-registration__section {
        padding: 40px 15px;
    }

    .page-blog-756-bet-latest-promotions-registration__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-blog-756-bet-latest-promotions-registration__hero-content {
        padding: 15px;
    }

    .page-blog-756-bet-latest-promotions-registration__main-title {
        font-size: 2em;
    }

    .page-blog-756-bet-latest-promotions-registration__hero-description {
        font-size: 1em;
    }

    .page-blog-756-bet-latest-promotions-registration__btn-primary,
    .page-blog-756-bet-latest-promotions-registration__btn-secondary {
        padding: 12px 25px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-blog-756-bet-latest-promotions-registration__hero-cta-buttons,
    .page-blog-756-bet-latest-promotions-registration__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .page-blog-756-bet-latest-promotions-registration__section,
    .page-blog-756-bet-latest-promotions-registration__card,
    .page-blog-756-bet-latest-promotions-registration__content-area {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-756-bet-latest-promotions-registration img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-756-bet-latest-promotions-registration__hero-section {
        padding-top: 10px !important;
    }

    .page-blog-756-bet-latest-promotions-registration__floating-buttons {
        flex-direction: row;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        justify-content: space-around;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-color: var(--deep-green-color);
        padding: 10px 0;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-blog-756-bet-latest-promotions-registration__floating-btn {
        flex: 1;
        margin: 0 5px;
        padding: 10px 15px;
        font-size: 0.9em;
        border-radius: 30px;
    }

    .page-blog-756-bet-latest-promotions-registration__copyright {
        margin-bottom: 80px;
    }
}

@media (max-width: 480px) {
    .page-blog-756-bet-latest-promotions-registration__section-title {
        font-size: 1.8em;
    }

    .page-blog-756-bet-latest-promotions-registration__floating-btn {
        font-size: 0.85em;
        padding: 8px 10px;
    }
}