.hero-slider-section {
    padding: 60px 0;
    background: linear-gradient(to bottom,
            #4D3766 0%,
            #2A1D3A 100%);
}

.hero-slider {
    position: relative;
}

.hero-slideshow-items {
    height: auto !important;
}

.hero-slideshow-items>li {
    position: relative;
}

.hero-slide-grid {
    display: grid;
    grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.hero-copy-card,
.hero-poster-card {
    overflow: hidden;
    border-radius: 20px;
}

.hero-copy-card {
    position: relative;
    padding: 18px 22px 20px;
    background: #8ac8e4;
    color: #111;
}

.hero-copy-card h1 {
    margin: 0 0 18px;
    color: #4D3766;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
}

.hero-copy-card p {
    margin: 0;
    color: #4D3766;
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-more-button {
    position: absolute;
    left: 22px;
    bottom: 19px;
    display: inline-flex;
    min-width: 78px;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    padding: 8px 32px !important;
    border-radius: 999px;
    background: #FED305;
    color: #4D3766 !important;
    font-size: 18px;
    text-decoration: none;
}

.hero-more-button:hover {
    background: #FED305;
    color: #4D3766 !important;
    text-decoration: none;
}

.hero-poster-card {
    background: #bf6a32;
}

.hero-poster-card img,
.hero-poster-fallback {
    width: 100%;
}

.hero-poster-card img {
    display: block;
    height: auto;
    object-fit: cover;
}

.hero-poster-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 220, 90, 0.7), transparent 30%),
        linear-gradient(135deg, #9d4d27, #e38a34 48%, #5f251c);
    color: #ffdf4f;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
}

.hero-slider-controls {
    display: flex;
    margin: 24px auto 0;
    align-items: center;
    justify-content: space-between;
}

.hero-slider-controls .uk-dotnav {
    margin-left: -10px;
}

.hero-slider-controls .uk-dotnav>*>* {
    width: 7px;
    height: 7px;
    border: 0;
    background: rgba(255, 255, 255, 0.34);
}

.podcast-page-main .hero-slider-controls .uk-dotnav>*>*{
    background: #676767 !important;
}

.hero-slider-controls .uk-dotnav>.uk-active>* {
    background: #fff;
}

.podcast-page-main .hero-slider-controls .uk-dotnav>.uk-active>* {
    background: #2F233D !important;
}

.hero-slider-arrows {
    display: flex;
    gap: 6px;
}

.hero-slider-arrows a {
    display: inline-flex;
    width: 72px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    box-shadow: 0 4px 12px rgba(77, 55, 102, 0.12);
}

.hero-slider-arrows a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.06);
    color: #fff;
    box-shadow: 0 6px 18px rgba(77, 55, 102, 0.25);
}

.trending-section {
    padding: 60px 0;
    background: #fff;
    color: #4d3766;
}

.trending-layout {
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 80px;
    justify-content: center;
    align-items: start;
}

.trending-heading h2 {
    margin: 14px 0 0;
    color: #4D3766;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.95;
}

.trending-list {
    display: grid;
    gap: 24px;
}

.trending-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.trending-number {
    color: #6a6898;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.trending-card {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) 28px;
    gap: 18px;
    align-items: center;
    min-height: 112px;
    padding: 12px 20px 12px 14px;
    border-radius: 22px;
    background: #fff;
    color: #4d3766;
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.trending-item.is-active .trending-card,
.trending-card:hover {
    background: #cfeaf7;
    color: #4d3766;
    text-decoration: none;
}

.trending-card:hover {
    box-shadow: 0 14px 40px rgba(77, 55, 102, 0.1);
}

.trending-thumb {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}

.trending-content h3 {
    margin: 0 0 8px;
    color: #4d3766;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
}

.trending-meta,
.trending-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    color: #766b93;
    font-size: 13px;
    line-height: 1.4;
}

.trending-stats .meta-item.listen-count,
.trending-meta .meta-item.is-active {
    padding-left: 10px;
    border-left: 1px solid #d7dce5;
}

.trending-meta {
    margin-bottom: 8px;
}

.trending-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4d3766;
}

.audio-player {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: 52px minmax(220px, 1fr) auto minmax(280px, 360px) 42px;
    gap: 26px;
    align-items: center;
    min-height: 84px;
    padding: 17px 50px;
    background: #2a1840;
    color: #fff;
}

.audio-player[hidden] {
    display: none;
}

.audio-player-art {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 4px;
    background: #d8d8d8;
}

.audio-player-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.audio-player-info h2,
.audio-player-info p {
    margin: 0;
    color: #fff;
    line-height: 1.45;
}

.audio-player-info h2 {
    font-size: 13px;
    font-weight: 700;
}

.audio-player-info p {
    font-size: 13px;
}

.audio-player-controls {
    display: flex;
    gap: 16px;
    align-items: center;
}

.audio-player button {
    border: 0;
    cursor: pointer;
}

.audio-skip-button {
    display: inline-flex;
    min-width: 62px;
    height: 32px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 8px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.audio-play-button {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    background: #fed305;
    color: #2a1840;
}

.audio-player .audio-play-icon,
.audio-player .audio-pause-icon {
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.audio-player .audio-play-icon svg,
.audio-player .audio-pause-icon svg {
    display: block;
}

.audio-player.is-playing .audio-play-icon{
    display: none;
}

.audio-player.is-playing .audio-pause-icon {
    display: inline-flex;
}

.audio-player .audio-pause-icon {
    display: none;
}

.audio-player .audio-play-icon{
    display: inline-flex;
}

.audio-player-timeline {
    width: 100%;
}

.audio-time-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.audio-player-timeline input[type="range"] {
    display: block;
    width: 100%;
    height: 4px;
    margin: 0;
    accent-color: #8ac8e4;
    cursor: pointer;
}

.audio-close-button {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.latest-contents-section {
    padding-bottom: 60px;
    background: #fff;
}

.latest-contents-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: end;
    margin: 0 auto;
    padding: 42px 46px;
    border: 1px dashed rgba(0, 0, 0, 0.62);
    border-radius: 22px;
}

.latest-contents-box h2 {
    margin: 0;
    color: #4d3766;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.05;
}

.latest-social-links {
    display: flex;
    gap: 11px;
    align-items: center;
    padding-bottom: 5px;
    justify-content: flex-end;
}

.social-link {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-link:hover {
    color: #fff;
    opacity: 0.86;
    transform: translateY(-2px);
}

.social-facebook {
    background: #3b82f6;
}

.social-youtube {
    background: #ff0000;
}

.social-instagram {
    background: linear-gradient(135deg, #feda75, #d62976 50%, #4f5bd5);
}

.social-spotify {
    background: #1db954;
    font-size: 15px;
    font-weight: 800;
}

.social-podcast {
    background: #8f2bd8;
}

.social-google {
    color: #4285f4;
    border: 1px solid #d7dce5;
    background: #fff;
}

.social-google:hover {
    color: #4285f4;
}

.top-shows-section {
    background: #fff;
    color: #4d3766;
}

.top-shows-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.top-shows-header h2 {
    margin: 0;
    color: #4d3766;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.1;
}

.top-shows-link {
    display: inline-block;
    margin-top: 4px;
    color: #4d3766;
    font-size: 11px;
    text-decoration: underline;
}

.top-shows-link:hover {
    color: #4d3766;
}

.top-shows-controls {
    display: flex;
    gap: 8px;
    padding-top: 4px;
}

.top-shows-controls a {
    display: inline-flex;
    width: 72px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #755394;
    color: #fff;
    text-decoration: none;
}

.top-shows-controls a:hover {
    background: #62447e;
    color: #fff;
}

/* .top-shows-grid {
    margin-left: -20px;
}

.top-show-card {
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 20px;
} */

@media (max-width: 767px) {
    .hero-slide-grid {
		display: grid;
        grid-template-columns: 1fr;
        max-width: 420px;
    }
	
	.hero-copy-card{
		order: 1;
		height: 280px;
	}

    .hero-copy-card,
    .hero-poster-card,
    .hero-poster-card img,
    .hero-poster-fallback {
        min-height: 240px;
    }

    .trending-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .trending-heading h2 {
        font-size: 34px;
    }

    .trending-item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
    }

    .trending-card {
        grid-template-columns: 76px minmax(0, 1fr);
        padding: 12px;
    }

    .trending-thumb {
        width: 76px;
        height: 76px;
    }

    .trending-arrow {
        display: none;
    }

    .trending-content h3 {
        font-size: 16px;
    }

    .audio-player {
        grid-template-columns: 36px minmax(0, 1fr) 38px;
        gap: 10px;
        min-height: 138px;
        padding: 12px 8px 14px;
    }

    .audio-player-art {
        width: 31px;
        height: 31px;
    }

    .audio-player-info {
        align-self: start;
    }

    .audio-player-info h2,
    .audio-player-info p {
        font-size: 11px;
    }

    .audio-player-timeline {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .audio-player-controls {
        grid-column: 1 / 3;
        grid-row: 3;
        gap: 18px;
    }

    .audio-skip-button {
        min-width: 54px;
        height: 28px;
        padding: 0 4px;
        font-size: 11px;
    }

    .audio-play-button {
        width: 38px;
        height: 38px;
    }

    .audio-close-button {
        grid-column: 3;
        grid-row: 3;
        width: 38px;
        height: 38px;
        justify-self: end;
    }

    .latest-contents-section {
        padding: 52px 0;
    }

    .latest-contents-box {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 0;
        padding: 30px 24px;
    }

    .latest-contents-box h2 {
        font-size: 30px;
    }

    .latest-social-links {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .top-shows-section {
        padding: 44px 0 56px;
    }

    .top-shows-header {
        align-items: center;
        margin-bottom: 24px;
    }

    .top-shows-header h2 {
        font-size: 28px;
    }

    .top-shows-grid {
        margin-left: 0;
    }

    .top-show-card {
        width: 100%;
        padding-left: 0;
    }

}
