#colradio-wrapper {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    background-color: #f8fafc !important;
    color: #1e293b !important;
    line-height: 1.7;
}

/* ── Hero Banner (LIBRARY Style Layout with OLDC Brand Color) ── */
#colradio-wrapper .col-hero {
    background: linear-gradient(135deg, #190028 0%, #4f0071 60%, #0d233a 100%) !important;
    color: #ffffff !important;
    padding: 38px 20px 32px !important;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #ffc107 !important;
}

#colradio-wrapper .col-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffc107;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#colradio-wrapper .col-hero-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 2.75rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    margin-bottom: 6px !important;
}

#colradio-wrapper .col-hero-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffc107;
    margin-bottom: 8px;
}

#colradio-wrapper .col-hero-inst {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 500;
    margin-bottom: 12px;
}

#colradio-wrapper .col-pillar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#colradio-wrapper .col-pillar-tag {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

#colradio-wrapper .col-hero-quote-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 22px 24px;
    backdrop-filter: blur(8px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#colradio-wrapper .col-hero-quote {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.05rem;
    font-style: italic;
    color: #ffffff;
    line-height: 1.55;
}

#colradio-wrapper .live-dot-pulse {
    width: 9px;
    height: 9px;
    background: #ef4444;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

/* Hero Action Buttons */
#colradio-wrapper .hero-btn-listen {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #4f0071;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#colradio-wrapper .hero-btn-listen:hover {
    background: #ffc107;
    color: #190028;
    transform: translateY(-2px);
}

#colradio-wrapper .hero-btn-youtube {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
    transition: all 0.25s ease;
    backdrop-filter: blur(6px);
}

#colradio-wrapper .hero-btn-youtube:hover {
    background: #ffffff;
    color: #dc2626;
    transform: translateY(-2px);
}
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#colradio-wrapper .hero-btn-listen:hover {
    background: #581c87;
    color: #ffc107;
    transform: translateY(-2px);
}

#colradio-wrapper .hero-btn-youtube {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: all 0.25s ease;
    backdrop-filter: blur(6px);
}

#colradio-wrapper .hero-btn-youtube:hover {
    background: #ef4444;
    color: #ffffff;
    border-color: #ef4444;
    transform: translateY(-2px);
}

/* 4 Circular Feature Badges in Hero */
#colradio-wrapper .hero-feature-badge {
    display: flex;
    align-items: center;
    gap: 10px;
}

#colradio-wrapper .hero-feature-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#colradio-wrapper .hero-feature-text {
    font-size: 0.82rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
}

/* Hero Right Studio Card */
#colradio-wrapper .studio-neon-card {
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 22px 24px;
    backdrop-filter: blur(10px);
    text-align: center;
}

#colradio-wrapper .on-air-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #dc2626;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.76rem;
    letter-spacing: 1.5px;
    padding: 4px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    animation: pulse 2s infinite;
}

/* ── Content Exploration 10-Grid Cards ── */
#colradio-wrapper .section-wave-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

#colradio-wrapper .wave-bar {
    height: 3px;
    width: 40px;
    background: linear-gradient(90deg, #ffc107, #4f0071);
    border-radius: 4px;
}

#colradio-wrapper .explore-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px 16px;
    text-align: center;
    height: 100%;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#colradio-wrapper .explore-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(79, 0, 113, 0.08);
    border-color: #e9d5ff;
}

#colradio-wrapper .explore-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 12px;
    flex-shrink: 0;
}

#colradio-wrapper .explore-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#colradio-wrapper .explore-card-desc {
    font-size: 0.8rem;
    line-height: 1.55;
    color: #64748b;
    margin-bottom: 0;
}

/* ── 5 Story Narrative Cards (from col radio.png) ── */
#colradio-wrapper .story-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    transition: all 0.25s ease;
}

#colradio-wrapper .story-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    border-color: #cbd5e1;
}

#colradio-wrapper .story-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

#colradio-wrapper .story-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
}

#colradio-wrapper .story-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 0;
}

/* ── Bottom Focus & Neon Banner ── */
#colradio-wrapper .focus-circle-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

#colradio-wrapper .focus-circle-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

#colradio-wrapper .neon-banner-card {
    background: linear-gradient(135deg, #190028 0%, #3b0764 60%, #1e1b4b 100%);
    color: #ffffff;
    border-radius: 20px;
    padding: 28px 30px;
    border-left: 6px solid #ffc107;
    box-shadow: 0 10px 30px rgba(79, 0, 113, 0.25);
}
