/* Bonuses Page Styles - Mellive.cc Clone */

/* Page wrapper */
.bonuses-page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Main container */
.variant-1_root {
    width: 100%;
}

/* Page Heading */
.page-heading_root-ZScJB {
    margin-bottom: 48px;
}

.page-heading_title-ZScJB {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

/* Available Bonuses Section */
.available-bonuses_root-c1P9w {
    margin-bottom: 64px;
}

.available-bonuses_heading-c1P9w {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 32px;
}

.available-bonuses_list-c1P9w {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

/* Bonus Container */
.bonus-container_root-ISmR7 {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 24px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonus-container_root-ISmR7:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.bonus-container_root-ISmR7.disabled {
    opacity: 0.7;
    filter: grayscale(0.3);
}

/* Gradient backgrounds for different bonus types */
.bonus-container_root-ISmR7[style*="first_deposit_all"] {
    background: linear-gradient(135deg, #8B5CF6 0%, #6366F1 100%);
}

.bonus-container_root-ISmR7[style*="first_deposit_crypto"] {
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
}

.bonus-container_root-ISmR7[style*="deposit"] {
    background: linear-gradient(135deg, #D97706 0%, #92400E 100%);
}

.bonus-container_root-ISmR7[style*="freebet"] {
    background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%);
}

.bonus-container_root-ISmR7[style*="freespin"] {
    background: linear-gradient(135deg, #EC4899 0%, #BE185D 100%);
}

.bonus-container_content-ISmR7 {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}

/* Bonus Info */
.bonus-container_info-ISmR7 {
    margin-bottom: 24px;
}

.bonus-container_title-ISmR7 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
}

.bonus-container_subtitle-ISmR7 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 280px;
}

/* Countdown */
.bonus-container_countdown-ISmR7 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.bonus-container_countdownContent-ISmR7 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bonus-container_countdownText-ISmR7 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.bonus-container_countdownComponent-ISmR7 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.countdown_root-tiSGN {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(0, 0, 0, 0.25);
    padding: 8px 14px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.countdown_time-tiSGN {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    min-width: 28px;
    text-align: center;
}

.countdown_separator-tiSGN {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

/* Info Icon */
.bonus-container_icon-ISmR7 {
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.bonus-container_icon-ISmR7:hover {
    opacity: 1;
}

.icon-base_root-F1flk {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}

/* Image Block */
.bonus-container_imageBlock-ISmR7 {
    position: absolute;
    right: 20px;
    bottom: 90px;
    width: 220px;
    height: 220px;
    z-index: 1;
    pointer-events: none;
}

.bonus-container_img-ISmR7 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

/* Button */
.bonus-container_contentBlock-ISmR7 {
    margin-top: auto;
    position: relative;
    z-index: 3;
}

.bonus-container_button-ISmR7 {
    width: 100%;
    padding: 18px 32px;
    background: rgba(255, 255, 255, 0.98);
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bonus-container_button-ISmR7:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.bonus-container_button-ISmR7:active {
    transform: translateY(0);
}

.base_view-SWKBf,
.base_content-SWKBf {
    display: contents;
}

/* FAQ Section */
.faq-block_heading-HywEq {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 32px;
    margin-top: 24px;
}

.faq-block_root-HywEq {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 32px;
    margin-bottom: 60px;
}

.faq-block_group-HywEq {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Accordion */
.accordion_root-U6QTI {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.accordion_root-U6QTI:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.mat-expansion-panel {
    background: transparent;
}

.mat-expansion-panel-header {
    padding: 24px;
    cursor: pointer;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    position: relative;
}

.mat-expansion-panel-header:hover {
    background: rgba(255, 255, 255, 0.05);
}

.mat-expansion-panel-header::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 12px;
    height: 12px;
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease;
}

.mat-expansion-panel.expanded .mat-expansion-panel-header::after {
    transform: translateY(-50%) rotate(-135deg);
}

.mat-content {
    flex: 1;
}

.accordion-heading_titleWrapper-XBXo9 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    padding-right: 32px;
}

.mat-expansion-panel-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mat-expansion-panel.expanded .mat-expansion-panel-content {
    max-height: 600px;
}

.mat-expansion-panel-body {
    padding: 0 24px 24px;
}

.accordion-body_root-2Vw1D {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    font-size: 14px;
}

.custom-html_root-jGMem {
    color: rgba(255, 255, 255, 0.85);
}

/* Responsive */
@media (max-width: 1200px) {
    .available-bonuses_list-c1P9w {
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    }
    
    .faq-block_root-HywEq {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .bonuses-page-wrapper {
        padding: 24px 16px;
    }
    
    .page-heading_title-ZScJB {
        font-size: 36px;
    }
    
    .available-bonuses_heading-c1P9w,
    .faq-block_heading-HywEq {
        font-size: 24px;
    }
    
    .available-bonuses_list-c1P9w {
        grid-template-columns: 1fr;
    }
    
    .bonus-container_root-ISmR7 {
        min-height: 380px;
        padding: 24px;
    }
    
    .bonus-container_title-ISmR7 {
        font-size: 24px;
    }
    
    .bonus-container_imageBlock-ISmR7 {
        width: 180px;
        height: 180px;
        bottom: 80px;
        right: 10px;
    }
    
    .faq-block_root-HywEq {
        gap: 16px;
    }
}
