:root {
    --common-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.bmc-container {
    background: linear-gradient(135deg, #faf5ff 0%, #fdf2f8 50%, #fff7ed 100%);
    padding: 60px 0;
    clear: both;
}

.bmc-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}


.bmc-header h2 {
    font-family: var(--common-font);
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    background: linear-gradient(135deg, #cc0000 0%, #158eff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bmc-header p {
    font-family: var(--common-font);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
}

.or-block {text-align: center;}

.or-block span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    background-color: #fff;
    color: #313131;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
}
.newBlinkBtn {margin-bottom: 5px !important;}

/* Brochure Section */
.brochure-section {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 24px;
    margin-bottom: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.brochure-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.brochure-thumbnail {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.thumbnail-content {
    width: 70px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.music-icon {
    font-size: 24px;
    color: #2563eb;
    margin-bottom: 4px;
}

.line {
    height: 4px;
    border-radius: 2px;
    background: #60a5fa;
}

.line-1 {
    width: 32px;
    background: #3b82f6;
}

.line-2 {
    width: 24px;
    background: #93c5fd;
}

.line-3 {
    width: 40px;
    background: #3b82f6;
}

.brochure-info h2 {
    font-family: var(--common-font);
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.brochure-info p {
    color: #bfdbfe;
    font-family: var(--common-font);
    font-size: 16px;
}

.download-btn {
    background: white;
    color: #3b82f6;
    border: none;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.download-btn:hover {
    background: #f0f9ff;
    transform: scale(1.05);
}

.download-icon {
    font-size: 20px;
}

/* Songs Section */
.songs-section {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 24px;
    border: 1px solid #f3f4f6;
}

.songs-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    gap: 16px;
}

.songs-heading {
    text-align: center;
}

.songs-heading h3 {
    font-family: var(--common-font);
    font-size: 25px;
    font-weight: bold;
}

.header-icon {
    background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 27px;
    text-align: center;
}

.music-icon-header {
    color: white;
    font-size: 24px;
}

.songs-header h2 {
    font-family: var(--common-font);
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #db2777 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.songs-description {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 24px;
}

/* Group Sections */
.group-section {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.group-a {
    background: linear-gradient(135deg, #f97316 0%, #ec4899 50%, #ef4444 100%);
}

.group-b {
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 50%, #14b8a6 100%);
}

.group-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 12px;
    flex-wrap: wrap;
}

.group-icon {
    font-size: 24px;
}

.group-header h3 {
    font-family: var(--common-font);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.class-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: var(--common-font);
    font-size: 14px;
    font-weight: 500;
}

.theme-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: var(--common-font);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px;
}

.songs-grid {
    display: flex;
    align-items: center;
    gap: 16px;
}

.song-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: #374151;
    width: 100%;
}

.song-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 8px;
}

.star-icon {
    color: #f59e0b;
    font-size: 20px;
}

.song-header h4 {
    font-weight: 600;
    color: #1f2937;
}

.song-info {
    margin-bottom: 16px;
}

.song-info strong {
    font-family: var(--common-font);
    color: #1f2937;
}

.movie-name {
    color: #6b7280;
}

.song-download-btn {
    width: 100%;
    border: none;
    color: white;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.group-a-btn {
    color: #fff;
    background: linear-gradient(124deg, #808283 0%, #2263a9 100%);
}

.group-a-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #ea580c 0%, #dc2626 100%);
}

.group-b-btn {
    background: linear-gradient(135deg, #0d9488 0%, #0891b2 100%);
}

.group-b-btn:hover {
    background: linear-gradient(135deg, #0891b2 0%, #0369a1 100%);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .bmc-header {margin-bottom: 12px;}
    .bmc-header h2 {font-size: 20px;}
    .bmc-header p {
        font-size: 11px;
        text-align: center;
    }
    .bmc-header p span {display: block;}

    .bmc-container {
        padding: 16px 0;
    }
    .bmc-container .container {padding: 0 12px;}
    .thumbnail-content {width: 60px;}

    .download-btn {
        position: absolute;
        right: 22px;
        bottom: 10px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 8px;
        padding: 6px 12px;
    }
    .download-icon {font-size: 10px;}
    .class-badge {
        padding: 2px 9px;
        font-size: 13px;
    }
    .group-icon {font-size: 18px;}
    .newBlinkBtn {
        display: inline-block !important;
        font-size: 20px;
        padding: 10px 30px !important;
        margin-bottom: 2px !important;
    }

    .song-download-btn {
        width: max-content;
        gap: 5px;
        font-size: 12px;
        padding: 4px 12px;
        border-radius: 5px;
    }
    .header-icon {display: none;}
    
    .brochure-section {
        gap: 10px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        padding: 10px;
        margin-bottom: 12px;
        position: relative;
    }
    
    .brochure-content {
        align-items: start;
        text-align: left;
    }
    
    .brochure-info h2 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .brochure-info p {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 0;
    }
    
    .songs-header {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 6px;
    }
    
    .songs-header h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .songs-heading h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }
    
    .group-header {
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 6px;
    }
    
    .group-header h3 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 0;
    }
    .logo a {width: 60%;}
    .songs-grid {
        display: flex;
        flex-direction: column;
        gap: 4px;
        box-shadow: none;
        border-radius: 8px;
    }
    .or-block span {
        font-size: 10px;
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .song-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
        padding: 6px 8px;
    }
    .song-info {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 0;
    }
    
    .theme-badge {
        font-size: 13px;
        display: block;
        text-align: left;
        width: fit-content;
        margin-bottom: 3px;
        padding: 0;
        background-color: transparent;
    }
    .group-section.group-b {margin-bottom: 0;}
    
    .group-section {
        padding: 9px 6px;
        margin-bottom: 12px;
    }
    
    .songs-section {
        padding: 9px 8px;
    }
}

@media (max-width: 480px) {
    .bmc-container {
        padding: 12px 0;
    }
}