body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font: 16px/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
	min-width: 320px;
}

a {
	text-decoration: none;
}

a:focus,
a:active,
.btn:focus,
.btn:active {
	box-shadow: none !important;
	outline: 0px !important;
}

.btn:hover {
	color: #fff;
}

.container {
	max-width: 1140px;
}

.form-control:focus {
	box-shadow: none;
}

.logo {
	height: 29px;
}

.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.genre-list {
	font-size: 14px;
}

.genre-list a {
	color: #fff;
	display: block;
	margin-bottom: 3px;
}

.m3-play, .m3-pause {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.player {
	background-color: #584359;
	background-color: #fff;
}

.player .station-name h1 {
	font-size: 20px;
	font-weight: 900;
	color: #111;
	margin: 0;
}

.radio-channels img {
	border: 1px solid #250a26;
	background-color: #fff;
}

.radio-channels img:hover {
	box-shadow: 0 0 20px 0 #00000080;
}

.filter-title {
	font-weight: bold;
	color: #fff;
}

.section-title {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.letter {
	font-weight: 900;
	font-size: 20px;
	color: #fff;
}

.footer-container {
	color: #fff;
}

.section-head {
	font-size: 16px;
	font-weight: 600;
}

.footer-copyright {
	margin-top: 25px;
}

.page-footer {
	font-size: 14px;
	padding-top: 40px;
}

.page-footer a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.page-footer br {
	display: block;
	margin: 3px 0;
}

.page-footer i {
	font-size: 16px;
	margin-right: 11px;
}

.page-footer li {
	line-height: 24px;
}

.footer-logo {
	height: 29px;
}

.footer-text-logo {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	display: block;
}

.jp-play,
.jp-pause,
.report {
	border: 0;
	padding: 0;
	background-color: transparent;
}

.jp-controls svg {
	width: 45px;
	height: 45px;
	padding: 17px;
	fill: #fff;
	background-color: #92c66c;
	border-radius: 50%;
	text-align: center;
}

.pagination-next {
	display: none;
}

.pagination {
	margin-bottom: 15px !important;
}

.pagination .page-link {
	color: #000;
	font-size: 12px;
	border: 0 !important;
}

.page-item.active .page-link {
	color: #fff;
}

.search-form {
	width: 100%;
	font-size: 0.875rem;
	font-weight: 500;
	border: 0;
}

.search-btn {
	background-color: #92c66c;
	border: 0;
	font-size: 13px;
}

.search-btn svg {
	fill: #fff;
	width: 12px;
}

.menu-icon,
#menu-opener {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	width: 25px;
	height: 22px;
	fill: #ffffff5e;
	margin-left: 5px;
}

.menu-icon:hover {
	fill: #fff;
}

.top-menu {
	padding-top: 0.65rem !important;
	padding-bottom: 0.65rem !important;
}

.top-menu button {
	border: 0;
	padding: 0;
	background-color: transparent;
}

.ui-widget.ui-widget-content {
	border: 1px solid #f0f0f0;
	padding: 7px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.ui-autocomplete img {
	width: 70px;
	height: 70px;
	margin-right: 8px;
	float: left;
	border: 1px solid #eee;
}

.ui-menu .ui-menu-item:first-child {
	padding-top: 0;
}

.ui-menu .ui-menu-item:last-child {
	padding-bottom: 0;
	border-bottom: 0 !important;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	display: table;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	height: 70px;
	line-height: 20px;
	padding: 7px 0;
}

.ui-menu .ui-menu-item strong {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ui-menu .ui-menu-item:last-child {
	border-bottom: 0;
}

.ui-menu .ui-menu-item-wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

.ui-widget-content .ui-state-active {
	background-color: #fff;
	color: #000;
	border-color: #fff;
	border: 0;
}

.site-bg-1 {
	background-color: ##e7e7e7;
}

.site-color-1 {
	background-color: #250a26;
}

.site-copyright-1 {
	background-color: #1d071e;
}

.site-pagination-1 .page-item.active .page-link {
	background-color: #250a26;
}

.site-bg-2 {
	background-color: #e7e7e7;
}

.site-color-2 {
	background-color: #101820FF;
}

.site-copyright-2 {
	background-color: #0d141c;
}

.site-pagination-2 .page-item.active .page-link {
	background-color: #101820FF;
}

.site-bg-3 {
	background-color: #231431;
}

.site-color-3 {
	background-color: #301d42;
}

.site-copyright-3 {
	background-color: #1c0e28;
}

.site-pagination-3 .page-item.active .page-link {
	background-color: #301d42;
}

.site-bg-4 {
	background-color: #CC313D;
}

.site-color-4 {
	background-color: #B72530;
}

.site-copyright-4 {
	background-color: #ae212c;
}

.site-pagination-4 .page-item.active .page-link {
	background-color: #B72530;
}

.site-bg-5 {
	background-color: #5e3b3c;
}

.site-color-5 {
	background-color: #513233;
}

.site-copyright-5 {
	background-color: #422627;
}

.site-pagination-5 .page-item.active .page-link {
	background-color: #513233;
}

.site-bg-6 {
	background-color: #92C66C;
}

.site-color-6 {
	background-color: #201E20;
}

.site-copyright-6 {
	background-color: #1c191c;
}

.site-pagination-6 .page-item.active .page-link {
	background-color: #201E20;
}

.site-bg-7 {
	background-color: #252539;
}

.site-color-7 {
	background-color: #12121F;
}

.site-copyright-7 {
	background-color: #0e0e1a;
}

.site-bg-8 {
	background-color: #171717;
}

.site-color-8 {
	background-color: #111;
}

.site-copyright-8 {
	background-color: #0f0e0e;
}

.site-pagination-8 .page-item.active .page-link {
	background-color: #111;
}

.alert-no-record {
	color: #fff;
	background-color: #250a26;
	border-color: #250a26;
	font-size: 14px;
}

@keyframes progress-shrink {
	0% {
		width: 100%;
	}

	100% {
		width: 0%;
	}
}

@keyframes notify-in {
	0% {
		left: -50px;
		opacity: 0;
	}

	100% {
		left: 0px;
		opacity: 1;
	}
}

@keyframes notify-in-out {
	0% {
		left: -50px;
		opacity: 0;
	}

	5% {
		left: 0px;
		opacity: 1;
	}

	95% {
		left: 0px;
		opacity: 1;
	}

	100% {
		left: -50px;
		opacity: 0;
	}
}

#notificationsContainer {
	position: fixed;
	max-width: 310px;
	z-index: 10;
	margin: 5px;
}

.bottomleft {
	left: 0;
	bottom: 0;
}

.bottomright {
	right: 0;
	bottom: 0;
}

.topright {
	right: 0;
	top: 0;
}

.topleft {
	left: 0;
	top: 0;
}

#notificationsContainer .notification {
	float: left;
	position: relative;
	/* top: 0; */
	/* right: 0; */
	margin: 3px;
	background-color: #b5d3ed;
	width: 300px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
	-moz-box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
	box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
}

.n-animate-in {
	-webkit-animation-name: notify-in;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 0.5s;
	/* Safari 4.0 - 8.0 */
	animation-name: notify-in;
	animation-duration: 0.5s;
	animation-timing-function: linear;
}

.n-animate {
	-webkit-animation-name: notify-in-out;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 6s;
	/* Safari 4.0 - 8.0 */
	animation-name: notify-in-out;
	animation-duration: 6s;
	animation-timing-function: linear;
}

.notification .pad {
	padding: 10px;
	margin-bottom: 10px;
}

.notification .pad .message {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	float: left;
	width: calc(100% - 15px);
}

.notification .pad .close {
	display: inline-block;
	float: right;
	width: 15px;
}

.close-btn {
	height: 10px;
	width: 10px;
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 41.756 41.756' style='enable-background:new 0 0 41.756 41.756;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M27.948,20.878L40.291,8.536c1.953-1.953,1.953-5.119,0-7.071c-1.951-1.952-5.119-1.952-7.07,0L20.878,13.809L8.535,1.465 c-1.951-1.952-5.119-1.952-7.07,0c-1.953,1.953-1.953,5.119,0,7.071l12.342,12.342L1.465,33.22c-1.953,1.953-1.953,5.119,0,7.071 C2.44,41.268,3.721,41.755,5,41.755c1.278,0,2.56-0.487,3.535-1.464l12.343-12.342l12.343,12.343 c0.976,0.977,2.256,1.464,3.535,1.464s2.56-0.487,3.535-1.464c1.953-1.953,1.953-5.119,0-7.071L27.948,20.878z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

.btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.65em auto no-repeat;
}

.notification .progressContainer {
	clear: both;
	float: left;
	padding-top: 10px;
	width: 100%;
	text-align: left;
}

.notification .progressContainer .progress {
	background-color: #98bfe0;
	min-height: 4px;
	width: 100%;
	border-radius: 10px;
	bottom: 0px;
}

.progress-animate {
	height: 5px;
	-webkit-animation-name: progress-shrink;
	-webkit-animation-duration: 6s;
	animation-name: progress-shrink;
	animation-duration: 6s;

	animation-timing-function: linear;
}

.station-data {
	color: #111;
	font-size: 14px;
}

.station-data a {
	text-decoration: underline;
	color: #111;
}

.station-data .sep {
	margin: 0 2px;
}

.description {
	display: block;
	margin: 2px 0;
	font-size: 14px;
	line-height: 18px;
}

.jp-volume-bar {
	overflow: hidden;
	background-color: #ccc;
	width: 100%;
	height: 6px;
	margin: 4px 0;
	cursor: pointer;
	border-radius: 5px;
}

.jp-volume-bar-value {
	background: rgb(146, 198, 108);
	width: 0;
	height: 6px;
}

.jp-current-time {
	color: #111;
	font-size: 13px;
}

.genre-image {
	position: absolute;
	bottom: 0px;
	line-height: 35px;
	padding-left: 10px;
	text-shadow: 1px 1px #000;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 0,
			rgba(0, 0, 0, 0.8) 100%,
			rgba(0, 0, 0, 1) 100%);
	width: 100%;
	color: #fff;
	font-weight: bold;
}

.modal-backdrop.show {
	z-index: 999999;
	opacity: 0.75;
}

.modal {
	z-index: 9999999;
}

.form-control {
	font-size: 14px;
	color: #333;
	border-color: #eee;
}

.form-select {
	font-size: 14px;
	color: #333;
	border-color: #eee;
}

.twitter-icon {
	fill: #fff;
	width: 15px;
	margin-top: -1px;
}

.facebook-icon {
	fill: #fff;
	width: 10px;
	margin-top: -2px;
}

.telegram-icon {
	fill: #fff;
	width: 14px;
	margin-top: -2px;
}

.mute-icon {
	fill: #444;
	width: 15px;
	height: 15px;
}

.unmute-icon {
	fill: #444;
	width: 15px;
	height: 15px;
}

.report-icon {
	fill: #ffcb00;
	width: 20px;
	margin-top: -1px;
}

.whatsapp-icon {
	fill: #fff;
	width: 15px;
	margin-top: -2px;
}

.random-icon {
	fill: #79b04f;
	width: 20px;
}

.share-icon {
	fill: #351837;
	width: 18px;
	margin-top: -3px;
}

.heart-icon {
	fill: rgba(223, 24, 80, 0.35);
	width: 20px;
}

.vote-icon {
	fill: #fff;
	width: 16px;
}

.favorites {
	border: 0;
	padding: 0;
	background-color: #fff;
}

.facebook-footer,
.telegram-footer {
	fill: #fff;
	height: 18px;
}

.twitter-footer {
	fill: #fff;
	height: 20px;
}

#MyModal {
	z-index: 9999999 !important;
	font-size: 14px;
	font-weight: 400;
}

.modal-body {
	background-color: #fcfcfb;
}

.modal-header {
	border-bottom: 0 !important;
}

.modal-footer {
	border-top: 0;
}

.submit-button {
	color: #fff;
	background-color: #65b89e;
	border: 1px solid #65b89e;
	font-size: 13px;
}

.modal-title {
	font-size: 15px;
}

.close {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	border: 0;
	background-color: transparent;
}

.dropdown-menu {
	min-width: 0;
	padding: .5rem;
}

.station-image {
	border: 1px solid #f4f4f4;
}


.up-button {
	background-color: #837a6f;
	color: #fff;
}

#up {
	line-height: 22px;
}

.down-button {
	background-color: #444;
	color: #fff;
}

#down {
	line-height: 22px;
	height: 10px;
	display: block;
}

.mute-box {
	width: 15px;
	height: 18px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

.facebook-box {
	background-color: #4267b2;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	padding: 0;
}

.twitter-box {
	background-color: #111;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	padding: 0;
}

.whatsapp-box {
	background-color: #71c169;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	padding: 0;
}

.telegram-box {
	background-color: #0088cc;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	padding: 0;
}

.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 99999999999;
	opacity: 0;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	font-size: 15px;
	color: #ecf0f1;
	background-color: rgba(0, 0, 0, 0.8);
}

.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert a {
	text-decoration: underline;
	color: #fff;
}

.cookiealert .acceptcookies {
	margin: 0 0 0 5px;
	text-align: center;
	padding: 2px 6px;
	font-size: 14px;
	background-color: #85c154;
	color: #fff;
}

.faqs .accordion-item, .faqs .accordion-button {
    font-size: 15px;
}

.faqs .accordion-body p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.faqs button.accordion-button{
      box-shadow: inherit;
}

.faqs .accordion-button:not(.collapsed)
{
  color: #111;
  font-weight: 700;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23YOUR_HEX_CODE'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#comment-form, #contact-form, #submission-form {
    font-size: 15px;
}

.page-details p {
    margin-bottom: 10px;
}

.page-details p:last-child {
    margin-bottom: 0;
}

.radio-details p {
    margin-bottom: 10px;
}

.radio-details p:last-child {
    margin-bottom: 0;
}

.comment-button {
    background-color: #81c14b;
    padding: 6px 12px;
    font-size: 13px;
}

.user-reviews .name {
	color: #ce2525;
    font-size: 15px;
    font-weight: 900;
}

.user-reviews .date {
	color: #333;
    font-size: 14px;
}

.user-reviews .comment {
	color: #111;
    font-size: 15px;
    display: table;
}

.bootstrap-select .filter-option {
  font-size: 15px;
}

.bootstrap-select .btn:hover {
  color: #111;
}

.bootstrap-select a {
  color: #111;
  padding: 6px 9px;
  font-size: 15px;
  border-bottom: 1px solid #f9f9f9;
  display: block;
}

@media (max-width: 991px) {

	.cookiealert {
		font-size: 14px;
	}

	.cookiealert .acceptcookies {
		font-size: 12px;
		margin: 0 0 0 5px;
	}

	.menu-icon,
	#menu-opener {
		width: 26px;
		height: 23px;
		margin-left: 8px;
	}

	.report-icon {
		width: 23px;
	}

	.random-icon {
		width: 22px;
	}

	.share-icon {
		width: 21px;
	}

	.heart-icon {
		width: 22px;
	}

	.station-data {
		color: #111;
		font-size: 15px;
	}

	.description {
		display: block;
		margin: 2px 0;
		font-size: 15px;
		line-height: 20px;
	}

	.jp-controls svg {
		width: 50px;
		height: 50px;
		padding: 19px;
		margin-bottom: 3px;
	}

	.jp-current-time {
		font-size: 14px;
	}
}
/* ═══════════════════════════════════════════════════════ */
/*  REDESIGN v2 — SIDEBAR (clean)                          */
/* ═══════════════════════════════════════════════════════ */

:root {
    --rp-card: #ffffff;
    --rp-border: rgba(148, 163, 184, 0.18);
    --rp-text: #0f172a;
    --rp-text-muted: #64748b;
    --rp-accent-1: #6366f1;
    --rp-accent-2: #ec4899;
    --rp-accent-3: #f97316;
    --rp-live: #ef4444;
    --rp-radius: 14px;
    --rp-radius-sm: 10px;
    --rp-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    --rp-shadow-lg: 0 8px 28px rgba(15, 23, 42, 0.14);
}

/* Card shell */
.sidebar-card {
    background: var(--rp-card);
    border-radius: var(--rp-radius);
    padding: 16px;
    box-shadow: var(--rp-shadow);
    border: 1px solid var(--rp-border);
}

.sidebar-card-header {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 14px; padding-bottom: 10px;
    border-bottom: 1px solid var(--rp-border);
}
.sidebar-card-title {
    font-size: 12px; font-weight: 800;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--rp-text);
}
.sidebar-icon { color: var(--rp-accent-1); flex-shrink: 0; }
.sidebar-see-all {
    display: inline-block; margin-top: 10px;
    font-size: 12px; font-weight: 700;
    color: var(--rp-accent-1); text-decoration: none; letter-spacing: 0.03em;
}
.sidebar-see-all:hover { color: var(--rp-accent-2); }

/* ── Trending ── */
.live-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--rp-live);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
    animation: rp-pulse 1.8s infinite; flex-shrink: 0;
}
@keyframes rp-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6); }
    70%  { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
.trending-list { margin: 0; padding: 0; }
.trending-item + .trending-item {
    margin-top: 10px; padding-top: 10px;
    border-top: 1px dashed var(--rp-border);
}
.trending-link {
    display: flex; align-items: center; gap: 10px;
    text-decoration: none; color: var(--rp-text);
    transition: transform 0.15s ease;
}
.trending-link:hover { transform: translateX(2px); color: var(--rp-text); }
.trending-rank {
    flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 900; color: #fff;
    background: #94a3b8;
}
.trending-rank.rank-1 { background: linear-gradient(135deg, #ef4444, #f97316); }
.trending-rank.rank-2 { background: linear-gradient(135deg, #f97316, #f59e0b); }
.trending-rank.rank-3 { background: linear-gradient(135deg, #f59e0b, #eab308); }
.trending-rank.rank-4 { background: linear-gradient(135deg, #8b5cf6, #6366f1); }
.trending-rank.rank-5 { background: linear-gradient(135deg, #06b6d4, #3b82f6); }
.trending-thumb {
    width: 44px; height: 44px; border-radius: 8px;
    object-fit: cover; flex-shrink: 0;
    border: 1px solid var(--rp-border); background: #f1f5f9;
}
.trending-meta { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.trending-title {
    font-size: 13px; font-weight: 700; color: var(--rp-text);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.2;
}
.trending-genre {
    font-size: 11px; color: var(--rp-text-muted); margin-top: 2px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ── Continue Listening ── */
.continue-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
}
.continue-thumb-link {
    display: block; aspect-ratio: 1 / 1;
    border-radius: var(--rp-radius-sm); overflow: hidden;
    border: 2px solid transparent;
    transition: transform 0.15s ease, border-color 0.15s ease;
}
.continue-thumb-link:hover {
    transform: translateY(-2px); border-color: var(--rp-accent-1);
}
.continue-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── Station of the Day ── */
.sotd-card {
    background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
    color: #fff; border: none;
}
.sotd-card .sidebar-card-title,
.sotd-card .sidebar-icon { color: #fff; }
.sotd-card .sidebar-card-header { border-bottom-color: rgba(255,255,255,0.2); }

.sotd-link { display: block; color: #fff; text-decoration: none; }
.sotd-link:hover { color: #fff; }

.sotd-thumb-wrap {
    position: relative; aspect-ratio: 1 / 1; border-radius: 12px;
    overflow: hidden; margin-bottom: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.sotd-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }

.sotd-play-badge {
    position: absolute; right: 10px; bottom: 10px;
    width: 42px; height: 42px; border-radius: 50%;
    background: rgba(0,0,0,0.75); backdrop-filter: blur(4px);
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.15s ease;
}
.sotd-link:hover .sotd-play-badge { transform: scale(1.08); }

.sotd-body { padding: 0 2px; }
.sotd-title {
    display: block; font-weight: 800; font-size: 15px;
    color: #fff; line-height: 1.2; margin-bottom: 4px;
}
.sotd-meta { display: block; font-size: 12px; opacity: 0.85; color: #fff; }

/* ── Freshly Added ── */
.fresh-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.fresh-thumb-link {
    position: relative; display: block; aspect-ratio: 1 / 1;
    border-radius: var(--rp-radius-sm); overflow: hidden;
    border: 1px solid var(--rp-border);
    transition: transform 0.15s ease;
}
.fresh-thumb-link:hover { transform: translateY(-2px) scale(1.02); }
.fresh-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.fresh-new-badge {
    position: absolute; top: 4px; left: 4px;
    background: var(--rp-accent-2); color: #fff;
    font-size: 9px; font-weight: 900; padding: 2px 5px;
    border-radius: 4px; letter-spacing: 0.05em;
    box-shadow: 0 2px 6px rgba(236, 72, 153, 0.4);
}

/* ── Stats card ── */
.stats-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff; border: none; text-align: center;
}
.stats-big-number {
    font-size: 38px; font-weight: 900; line-height: 1;
    background: linear-gradient(135deg, #f97316, #ec4899);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; letter-spacing: -0.02em;
}
.stats-label {
    font-size: 11px; text-transform: uppercase;
    letter-spacing: 0.1em; opacity: 0.7; margin-top: 4px; margin-bottom: 16px;
}
.stats-row {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 8px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.1);
}
.stats-col { display: flex; flex-direction: column; align-items: center; }
.stats-num { font-size: 18px; font-weight: 800; color: #fff; }
.stats-sublabel {
    font-size: 10px; text-transform: uppercase;
    letter-spacing: 0.08em; opacity: 0.6; margin-top: 2px;
}

/* ── CTAs ── */
.sidebar-ctas { display: flex; flex-direction: column; gap: 8px; }
.sidebar-cta {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 16px; border-radius: var(--rp-radius);
    font-size: 13px; font-weight: 700; text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-primary {
    background: linear-gradient(135deg, var(--rp-accent-1), var(--rp-accent-2));
    color: #fff; box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
.cta-primary:hover {
    color: #fff; transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4);
}
.cta-secondary {
    background: var(--rp-card); color: var(--rp-text);
    border: 1px solid var(--rp-border);
}
.cta-secondary:hover { color: var(--rp-accent-1); border-color: var(--rp-accent-1); }

/* ── Mobile ── */
@media (max-width: 767px) {
    .sidebar-card { padding: 14px; }
    .trending-thumb { width: 40px; height: 40px; }
    .stats-big-number { font-size: 32px; }
}
/* ═══════════════════════════════════════════════════════ */
/*  BLOG & GUIDES FRONTEND                                  */
/* ═══════════════════════════════════════════════════════ */

/* ── Blog card (listing page) ── */
.blog-card {
    background: var(--rp-card, #fff);
    border: 1px solid var(--rp-border, rgba(148,163,184,0.18));
    box-shadow: var(--rp-shadow, 0 4px 16px rgba(15,23,42,0.08));
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    height: 100%;
}
.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(15,23,42,0.14);
}
.blog-card-img {
    width: 100%; height: 180px; object-fit: cover; display: block;
}
.blog-card-img-placeholder {
    width: 100%; height: 180px; display: flex;
    align-items: center; justify-content: center;
    background: linear-gradient(135deg, #6366f1, #ec4899);
}
.blog-card-body { padding: 14px; }
.blog-card-cat {
    display: inline-block; font-size: 10px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.08em;
    background: linear-gradient(135deg, #6366f1, #ec4899);
    color: #fff; padding: 2px 8px; border-radius: 999px; margin-bottom: 8px;
}
.blog-card-title {
    display: block; font-size: 15px; font-weight: 700;
    color: #0f172a; text-decoration: none; line-height: 1.3; margin-bottom: 6px;
}
.blog-card-title:hover { color: #6366f1; }
.blog-card-excerpt {
    font-size: 13px; color: #64748b; line-height: 1.4;
    margin-bottom: 8px;
    overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.blog-card-date {
    font-size: 11px; color: #94a3b8; font-weight: 600;
}

/* ── Blog article (single post) ── */
.blog-article { border: 1px solid var(--rp-border, rgba(148,163,184,0.18)); }
.blog-article-img {
    width: 100%; max-height: 400px; object-fit: cover; display: block;
}
.blog-article-meta {
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.blog-article-cat {
    display: inline-block; font-size: 11px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.08em;
    background: linear-gradient(135deg, #6366f1, #ec4899);
    color: #fff; padding: 3px 10px; border-radius: 999px;
}
.blog-article-date {
    font-size: 12px; color: #64748b; font-weight: 600;
}
.blog-article-views {
    font-size: 12px; color: #94a3b8;
}
.blog-article-title {
    font-size: 24px; font-weight: 900; color: #0f172a;
    line-height: 1.2; margin-bottom: 16px;
}
.blog-article-content {
    font-size: 15px; line-height: 1.7; color: #1e293b;
}
.blog-article-content p { margin-bottom: 14px; }
.blog-article-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 12px 0; }
.blog-article-content h2 { font-size: 20px; font-weight: 800; margin: 20px 0 10px; color: #0f172a; }
.blog-article-content h3 { font-size: 17px; font-weight: 700; margin: 16px 0 8px; color: #0f172a; }
.blog-article-content a { color: #6366f1; text-decoration: underline; }
.blog-article-content blockquote {
    border-left: 4px solid #6366f1; padding: 12px 16px; margin: 16px 0;
    background: #f8fafc; border-radius: 0 8px 8px 0; font-style: italic; color: #334155;
}

/* ── Guide card (listing page) ── */
.guide-card {
    background: var(--rp-card, #fff);
    border: 1px solid var(--rp-border, rgba(148,163,184,0.18));
    box-shadow: var(--rp-shadow, 0 4px 16px rgba(15,23,42,0.08));
    text-decoration: none; color: #0f172a; height: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.guide-card:hover {
    transform: translateY(-2px); color: #0f172a;
    box-shadow: 0 8px 28px rgba(15,23,42,0.14);
    border-color: #6366f1;
}
.guide-card-icon {
    flex-shrink: 0; width: 52px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff; border-radius: 12px; font-size: 22px;
}
.guide-card-text { min-width: 0; flex: 1; }
.guide-card-title {
    display: block; font-size: 15px; font-weight: 700;
    color: #0f172a; line-height: 1.3; margin-bottom: 4px;
}
.guide-card-excerpt {
    display: block; font-size: 12px; color: #64748b; line-height: 1.4;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.guide-card-cat {
    display: inline-block; font-size: 10px; font-weight: 700;
    color: #6366f1; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.05em;
}

/* ── Guide article (single) ── */
.guide-article { border: 1px solid var(--rp-border, rgba(148,163,184,0.18)); }

/* ── Mobile ── */
@media (max-width: 767px) {
    .blog-card-img { height: 150px; }
    .blog-article-title { font-size: 20px; }
    .guide-card-icon { width: 44px; height: 44px; font-size: 18px; }
}
/* ═══════════════════════════════════════════════════════ */
/*  REDESIGN v2 — HEADER                                    */
/* ═══════════════════════════════════════════════════════ */

/* ── Info Bar ── */
.info-bar {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 8px 0;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    overflow: hidden;
    position: relative;
    z-index: 10001;
}
.info-bar-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}
.info-bar-icon {
    flex-shrink: 0;
    color: #f97316;
}
.info-bar-track {
    position: relative;
    height: 18px;
    flex: 1;
    overflow: hidden;
}
.info-bar-item {
    position: absolute;
    top: 0; left: 0; right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    line-height: 18px;
}
.info-bar-item.active {
    opacity: 1;
    transform: translateY(0);
}

/* ── Main Header ── */
.main-header {
    background: #fff;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(135deg, #6366f1, #ec4899, #f97316) 1;
    position: sticky;
    top: 0;
    z-index: 10000;
    box-shadow: 0 4px 20px rgba(15,23,42,0.08);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    gap: 8px;
}

/* ── Logo ── */
.header-logo { flex-shrink: 0; }
.header-logo-img {
    height: 44px;
    display: block;
}

/* ── Desktop Nav ── */
.header-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    justify-content: flex-start;
    padding-left: 12px;
}
.header-nav-link {
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}
.header-nav-link:hover {
    background: #f1f5f9;
    color: #0f172a;
}
.header-nav-highlight {
    background: linear-gradient(135deg, var(--rp-accent-1, #6366f1), var(--rp-accent-2, #ec4899));
    color: #fff !important;
}
.header-nav-highlight:hover {
    opacity: 0.9;
    background: linear-gradient(135deg, var(--rp-accent-1, #6366f1), var(--rp-accent-2, #ec4899));
    color: #fff;
}

/* ── Header Right Icons ── */
.header-right {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.header-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    text-decoration: none;
    padding: 0;
}
.header-icon-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
}

/* ── Search Dropdown (desktop) ── */
.header-search-dropdown {
    background: #fff;
    border-top: 1px solid var(--rp-border, rgba(148,163,184,0.18));
    padding: 12px 0;
    box-shadow: 0 8px 24px rgba(15,23,42,0.1);
}
.header-search-form, .mobile-search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border-radius: 12px;
    padding: 4px 4px 4px 16px;
    border: 2px solid #e2e8f0;
    transition: border-color 0.15s ease;
}
.header-search-form:focus-within, .mobile-search-form:focus-within {
    border-color: var(--rp-accent-1, #6366f1);
}
.header-search-input {
    border: none !important;
    background: transparent !important;
    font-size: 15px;
    padding: 8px 0 !important;
    box-shadow: none !important;
    flex: 1;
}
.header-search-input:focus {
    outline: none;
}
.header-search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, var(--rp-accent-1, #6366f1), var(--rp-accent-2, #ec4899));
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    transition: opacity 0.15s ease;
}
.header-search-submit:hover {
    opacity: 0.85;
}

/* ── Mobile Nav ── */
.mobile-nav {
    background: #fff;
    border-top: 1px solid var(--rp-border, rgba(148,163,184,0.18));
    padding: 16px 0;
    box-shadow: 0 16px 32px rgba(15,23,42,0.12);
}
.mobile-nav-link {
    display: block;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.12s ease;
}
.mobile-nav-link:hover {
    background: #f1f5f9;
    color: #0f172a;
}
.mobile-nav-highlight {
    background: linear-gradient(135deg, var(--rp-accent-1, #6366f1), var(--rp-accent-2, #ec4899));
    color: #fff !important;
    text-align: center;
    margin-top: 8px;
}
.mobile-nav-highlight:hover {
    opacity: 0.9;
    color: #fff;
    background: linear-gradient(135deg, var(--rp-accent-1, #6366f1), var(--rp-accent-2, #ec4899));
}

/* ── Body offset for sticky header ── */
body {
    padding-top: 0; /* header is sticky, no offset needed */
}

/* ── Hide old header styles (override) ── */
.top-menu {
    display: none !important;
}

/* ── Mobile ── */
@media (max-width: 991px) {
    .header-row { height: 58px; }
    .header-logo-img { height: 36px; }
    .header-icon-btn { width: 36px; height: 36px; }
}

@media (max-width: 767px) {
    .header-row { height: 52px; gap: 6px; }
    .header-logo-img { height: 32px; }
}
/* ═══════════════════════════════════════════════════════ */
/*  STATION EXTRA INFO (frequency, location, type, website) */
/* ═══════════════════════════════════════════════════════ */

.station-extra-info {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.station-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}

.badge-frequency {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
}

.badge-type {
    background: #0f172a;
    color: #fff;
}

.badge-location {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
}

.badge-website {
    background: linear-gradient(135deg, #f97316, #f59e0b);
    color: #fff;
    transition: opacity 0.15s ease;
}

.badge-website:hover {
    opacity: 0.85;
    color: #fff;
}
/* ═══════════════════════════════════════════════════════ */
/*  FREQUENCIES PAGE                                        */
/* ═══════════════════════════════════════════════════════ */

.freq-country-block {
    background: var(--rp-card, #fff);
    border-radius: var(--rp-radius, 14px);
    overflow: hidden;
    border: 1px solid var(--rp-border, rgba(148,163,184,0.18));
    box-shadow: var(--rp-shadow, 0 4px 16px rgba(15,23,42,0.08));
}

.freq-country-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.freq-country-count {
    margin-left: auto;
    background: rgba(255,255,255,0.15);
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.freq-table-wrap { overflow-x: auto; }

.freq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.freq-table thead th {
    padding: 10px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    border-bottom: 1px solid var(--rp-border, rgba(148,163,184,0.18));
    white-space: nowrap;
}

.freq-table tbody tr {
    border-bottom: 1px solid var(--rp-border, rgba(148,163,184,0.18));
    transition: background 0.12s ease;
}

.freq-table tbody tr:last-child { border-bottom: none; }
.freq-table tbody tr:hover { background: #f8fafc; }

.freq-table tbody td {
    padding: 10px 16px;
    vertical-align: middle;
    color: #334155;
}

.freq-station-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0f172a;
    font-weight: 600;
}

.freq-station-link:hover { color: #6366f1; }

.freq-thumb {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid var(--rp-border, rgba(148,163,184,0.18));
}

.freq-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    letter-spacing: 0.02em;
}

.freq-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    text-decoration: none;
    transition: transform 0.15s ease;
}

.freq-play-btn:hover {
    transform: scale(1.1);
    color: #fff;
}

@media (max-width: 767px) {
    .freq-table { font-size: 12px; }
    .freq-table thead th, .freq-table tbody td { padding: 8px 10px; }
    .freq-thumb { width: 30px; height: 30px; }
}
/* ═══════════════════════════════════════════════════════ */
/*  FREQUENCY INFO BLOCK                                    */
/* ═══════════════════════════════════════════════════════ */

.freq-info-block {
    background: var(--rp-card, #fff);
    border-radius: var(--rp-radius, 14px);
    overflow: hidden;
    border: 1px solid var(--rp-border, rgba(148,163,184,0.18));
    box-shadow: var(--rp-shadow, 0 4px 16px rgba(15,23,42,0.08));
}

.freq-info-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
}

.freq-info-header h2 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    color: #fff;
}

.freq-info-content {
    padding: 22px;
}

.freq-info-content > p {
    font-size: 14px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 20px;
}

.freq-info-bottom {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 16px;
    border-top: 1px solid var(--rp-border, rgba(148,163,184,0.18));
}

.freq-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.freq-info-card {
    padding: 18px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid var(--rp-border, rgba(148,163,184,0.18));
    transition: transform 0.15s ease;
}

.freq-info-card:hover {
    transform: translateY(-2px);
}

.freq-info-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.freq-info-card h3 {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.freq-info-card p {
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

@media (max-width: 767px) {
    .freq-info-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .freq-info-header { padding: 14px 16px; }
    .freq-info-header h2 { font-size: 16px; }
    .freq-info-content { padding: 16px; }
}
/* ═══════════════════════════════════════════════════════ */
/*  FOOTER v2 — Inspired by HotFM + RadioPlug               */
/* ═══════════════════════════════════════════════════════ */

/* Hide ALL old footer elements */
.footer-container { display: none !important; }
.prefooter { display: none !important; }
.new-footer { display: none !important; }

/* ── Wave Separator ── */
.rf-footer-wave {
    margin-top: 40px;
    line-height: 0;
}
.rf-footer-wave svg {
    width: 100%;
    height: 60px;
    display: block;
}

/* ── Main Footer ── */
.rf-footer-main {
    background: #0f172a;
    padding: 0 0 30px;
}

/* ── CTA Row (Newsletter-style band) ── */
.rf-footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 32px;
    margin-bottom: 40px;
    background: linear-gradient(135deg, rgba(99,102,241,0.15) 0%, rgba(236,72,153,0.1) 100%);
    border: 1px solid rgba(99,102,241,0.2);
    border-radius: 16px;
}

.rf-footer-cta-text h3 {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 4px;
}

.rf-footer-cta-text p {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin: 0;
}

.rf-footer-cta-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.rf-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.rf-btn:hover { transform: translateY(-2px); }

.rf-btn-glow {
    background: linear-gradient(135deg, #6366f1, #ec4899);
    color: #fff;
    box-shadow: 0 4px 20px rgba(99,102,241,0.4);
}
.rf-btn-glow:hover {
    color: #fff;
    box-shadow: 0 6px 28px rgba(99,102,241,0.5);
}

.rf-btn-glass {
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.12);
}
.rf-btn-glass:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

/* ── Footer Grid ── */
.rf-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 40px;
}

/* ── Brand Col ── */
.rf-footer-logo {
    height: 36px;
    display: block;
    margin-bottom: 16px;
}

.rf-footer-desc {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,0.45);
    margin-bottom: 20px;
    max-width: 260px;
}

.rf-footer-social {
    display: flex;
    gap: 8px;
}

.rf-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: all 0.2s ease;
}

.rf-footer-social a:hover {
    background: linear-gradient(135deg, #6366f1, #ec4899);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(99,102,241,0.3);
}

/* ── Footer Columns ── */
.rf-footer-col h4 {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.9);
    margin: 0 0 20px;
    padding-bottom: 12px;
    position: relative;
}

.rf-footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(135deg, #6366f1, #ec4899);
}

.rf-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rf-footer-col ul li {
    margin-bottom: 0;
}

.rf-footer-col ul a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.15s ease, gap 0.15s ease;
}

.rf-footer-col ul a:hover {
    color: #fff;
    gap: 12px;
}

.rf-link-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    flex-shrink: 0;
    transition: background 0.15s ease, transform 0.15s ease;
}

.rf-footer-col ul a:hover .rf-link-dot {
    background: #ec4899;
    transform: scale(1.5);
}

/* ── Live Stats Badge ── */
.rf-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(16,185,129,0.1);
    border: 1px solid rgba(16,185,129,0.2);
    font-size: 12px;
    font-weight: 700;
    color: #10b981;
}

.rf-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16,185,129,0.6);
    animation: rf-pulse 1.8s infinite;
    flex-shrink: 0;
}

@keyframes rf-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(16,185,129,0.6); }
    70%  { box-shadow: 0 0 0 10px rgba(16,185,129,0); }
    100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

/* ── Bottom Bar ── */
.rf-footer-bottom {
    background: #0b1120;
    padding: 16px 0;
}

.rf-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255,255,255,0.3);
}

.rf-footer-bottom a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

.rf-footer-bottom a:hover { color: #fff; }

.rf-footer-made {
    font-size: 11px;
    color: rgba(255,255,255,0.2);
}

/* ── Mobile ── */
@media (max-width: 991px) {
    .rf-footer-cta {
        flex-direction: column;
        text-align: center;
        padding: 22px;
    }
    .rf-footer-cta-actions { justify-content: center; }

    .rf-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .rf-footer-brand {
        grid-column: 1 / -1;
        text-align: center;
    }
    .rf-footer-logo { margin: 0 auto 16px; }
    .rf-footer-desc { max-width: none; margin: 0 auto 20px; }
    .rf-footer-social { justify-content: center; }
}

@media (max-width: 575px) {
    .rf-footer-wave svg { height: 30px; }
    .rf-footer-cta-actions { flex-direction: column; width: 100%; }
    .rf-btn { justify-content: center; }
    .rf-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }
    .rf-footer-col h4::after { left: 50%; transform: translateX(-50%); }
    .rf-link-dot { display: none; }
    .rf-footer-col ul a { justify-content: center; }
    .rf-live-badge { margin: 20px auto 0; }
    .rf-footer-bottom-inner {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}
/* ═══════════════════════════════════════════════════════ */
/*  HOMEPAGE REDESIGN                                        */
/* ═══════════════════════════════════════════════════════ */

/* ── Hero ── */
.home-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #6366f1 100%);
    padding: 48px 0 40px;
    text-align: center;
}

.home-hero-title {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
}

.home-hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.75);
    margin: 0 auto 24px;
    max-width: 520px;
}

.home-hero-search {
    display: flex;
    max-width: 540px;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 14px;
    padding: 5px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.home-hero-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 12px 16px;
    border-radius: 10px;
    background: transparent;
}

.home-hero-search-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #6366f1, #ec4899);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.15s ease;
}

.home-hero-search-btn:hover { opacity: 0.9; }

.home-hero-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease;
}

.hero-btn:hover { transform: translateY(-2px); }

.hero-btn-play {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}
.hero-btn-play:hover { background: rgba(255,255,255,0.25); color: #fff; }

.hero-btn-ghost {
    color: rgba(255,255,255,0.8);
    background: transparent;
}
.hero-btn-ghost:hover { color: #fff; }

/* ── Sections ── */
.home-section {
    margin-bottom: 28px;
}

.home-section-title {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 16px;
    display: block;
}

.home-see-all {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #6366f1;
    text-decoration: none;
}

.home-see-all:hover { color: #ec4899; }

/* ── Genre Cloud ── */
.home-genre-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.genre-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.genre-chip:hover {
    transform: translateY(-1px);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.genre-chip-count {
    font-size: 10px;
    font-weight: 800;
    background: rgba(255,255,255,0.25);
    padding: 1px 6px;
    border-radius: 999px;
}

.genre-chip-c1 { background: #6366f1; }
.genre-chip-c2 { background: #ec4899; }
.genre-chip-c3 { background: #f97316; }
.genre-chip-c4 { background: #10b981; }
.genre-chip-c5 { background: #3b82f6; }
.genre-chip-c6 { background: #8b5cf6; }
.genre-chip-c7 { background: #ef4444; }
.genre-chip-c8 { background: #0ea5e9; }

/* ── Station Cards (with names) ── */
/*
.home-station-card {
    display: block;
    text-decoration: none;
    text-align: center;
    transition: transform 0.15s ease;
}
.home-station-card:hover {
    transform: translateY(-4px);
}
.home-station-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.home-station-card:hover .home-station-img-wrap {
    border-color: #6366f1;
    box-shadow: 0 6px 20px rgba(99,102,241,0.2);
}
.home-station-img {
    width: 100%;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(148,163,184,0.18);
    background: #fff;
}
.home-station-name {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 8px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-station-genre {
    display: block;
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
}
*/

/* ── Browse Cards (Countries / Languages) ── */
.home-browse-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.home-browse-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--rp-border, rgba(148,163,184,0.18));
    text-decoration: none;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.home-browse-card:hover {
    transform: translateY(-2px);
    border-color: #6366f1;
    box-shadow: 0 4px 16px rgba(99,102,241,0.12);
}

.home-browse-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

.home-browse-count {
    font-size: 11px;
    color: #64748b;
    margin-top: 4px;
}

.home-browse-lang {
    border-left: 3px solid #8b5cf6;
}

/* ── How It Works ── */
.home-how-it-works {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid var(--rp-border, rgba(148,163,184,0.18));
}

.home-steps {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
}

.home-step {
    text-align: center;
    flex: 1;
    max-width: 200px;
}

.home-step-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.home-step h3 {
    font-size: 15px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 6px;
}

.home-step p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.home-step-arrow {
    font-size: 24px;
    color: #cbd5e1;
    margin-top: 20px;
    flex-shrink: 0;
}

/* ── Mobile ── */
@media (max-width: 767px) {
    .home-hero { padding: 32px 0 28px; }
    .home-hero-title { font-size: 22px; }
    .home-hero-sub { font-size: 13px; }
    .home-hero-search { flex-direction: column; border-radius: 12px; }
    .home-hero-search-btn { justify-content: center; border-radius: 8px; }
    .home-hero-btns { flex-direction: column; align-items: center; }
    .home-browse-grid { grid-template-columns: repeat(2, 1fr); }
    .home-steps { flex-direction: column; align-items: center; }
    .home-step-arrow { transform: rotate(90deg); margin: 0; }
    .home-station-name { font-size: 11px; }
}
.station-card-name {
    font-size: 11px;
    font-weight: 600;
    color: #1e293b;
    text-align: center;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* ═══════════════════════════════════════════════════════ */
/*  STATION PAGE v3                                         */
/* ═══════════════════════════════════════════════════════ */

/* ── Main Card ── */
.stn-header-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(148,163,184,0.18);
    box-shadow: 0 4px 24px rgba(15,23,42,0.08);
    overflow: hidden;
}

/* ── Top Section: Image + Info side by side ── */
.stn-top {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
}

/* ── Station Image ── */
.stn-img-wrap {
    position: relative;
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15,23,42,0.15);
}

.stn-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    background: #f1f5f9;
}

/* Live badge */
.stn-live-badge {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15,23,42,0.85);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.stn-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    animation: stn-blink 1.4s infinite;
    flex-shrink: 0;
}

@keyframes stn-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.3; }
}

/* ── Station Info ── */
.stn-info {
    flex: 1;
    min-width: 0;
    padding-top: 4px;
}

.stn-title {
    font-size: 26px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.15;
}

.stn-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 14px;
    max-width: 520px;
}

/* ── Tags ── */
.stn-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.stn-tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    background: #f1f5f9;
    color: #334155;
    border: 1px solid rgba(148,163,184,0.3);
    transition: all 0.15s ease;
}

.stn-tag:hover { background: #e2e8f0; color: #0f172a; }
.stn-tag-lang    { background: #dcfce7; color: #15803d; border-color: #bbf7d0; }
.stn-tag-country { background: #fef3c7; color: #b45309; border-color: #fde68a; }
.stn-tag-lang:hover    { background: #bbf7d0; }
.stn-tag-country:hover { background: #fde68a; }

/* ── Player Bar ── */
.stn-player-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 24px;
    background: #f8fafc;
    border-top: 1px solid rgba(148,163,184,0.15);
    border-bottom: 1px solid rgba(148,163,184,0.15);
}

.stn-play-section {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* Override jplayer styles */
.stn-play-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #6366f1) !important;
    border: none !important;
    color: #fff !important;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(99,102,241,0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.stn-play-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(99,102,241,0.45);
}

.stn-play-btn svg { fill: #fff; }

.stn-volume-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stn-vol-btn {
    color: #64748b;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.stn-vol-btn:hover { color: #0f172a; }

/* Volume bar */
.jp-volume-bar {
    width: 70px;
    height: 4px;
    background: #e2e8f0;
    border-radius: 4px;
    cursor: pointer;
}

.jp-volume-bar-value {
    height: 4px;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    border-radius: 4px;
    width: 80%;
}

.stn-timer {
    font-size: 12px;
    color: #94a3b8;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.stn-now-playing {
    margin-left: auto;
    text-align: right;
    flex-shrink: 0;
}

.stn-np-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    margin-bottom: 2px;
}

.stn-np-station {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

/* ── Action Buttons ── */
.stn-actions {
    display: flex;
    gap: 8px;
    padding: 14px 24px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(148,163,184,0.15);
}

.stn-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 1.5px solid rgba(148,163,184,0.3);
    background: #fff;
    color: #334155;
    transition: all 0.15s ease;
}

.stn-action-btn:hover { border-color: #94a3b8; background: #f8fafc; color: #0f172a; }

.stn-btn-like:hover   { border-color: #3b82f6; color: #2563eb; background: #eff6ff; }
.stn-btn-dislike:hover { border-color: #f43f5e; color: #e11d48; background: #fff1f2; }
.stn-btn-report:hover  { border-color: #f97316; color: #ea580c; background: #fff7ed; }
.stn-btn-share:hover   { border-color: #8b5cf6; color: #7c3aed; background: #f5f3ff; }
.stn-btn-fav:hover     { border-color: #ec4899; color: #db2777; background: #fdf2f8; }
.stn-btn-fav svg       { fill: #ec4899; }

/* ── Station Details Table ── */
.stn-details-table {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 24px;
    gap: 0;
}

.stn-detail-item {
    flex: 1;
    min-width: 120px;
    padding: 8px 16px 8px 0;
    border-right: 1px solid rgba(148,163,184,0.15);
}

.stn-detail-item:last-child { border-right: none; }

.stn-detail-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    margin-bottom: 4px;
}

.stn-detail-val {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

.stn-detail-link {
    color: #3b82f6;
    text-decoration: none;
}

.stn-detail-link:hover { color: #2563eb; text-decoration: underline; }

/* ── Article / Details block ── */
.stn-article {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid rgba(148,163,184,0.18);
    box-shadow: 0 4px 16px rgba(15,23,42,0.06);
    font-size: 15px;
    line-height: 1.75;
    color: #334155;
}

.stn-article h3 {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 24px 0 10px;
    padding-left: 12px;
    border-left: 3px solid #6366f1;
}

.stn-article h3:first-child { margin-top: 0; }
.stn-article p { margin-bottom: 14px; }
.stn-article p:last-child { margin-bottom: 0; }

/* ── Section Title ── */
.stn-section-title {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    margin-top: 4px;
}

/* ── Mobile ── */
@media (max-width: 767px) {
    .stn-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 16px;
        gap: 16px;
    }
    .stn-img-wrap { width: 160px; height: 160px; }
    .stn-img { width: 160px; height: 160px; }
    .stn-title { font-size: 20px; }
    .stn-desc { max-width: 100%; font-size: 13px; }
    .stn-tags { justify-content: center; }
    .stn-player-bar {
        flex-wrap: wrap;
        padding: 12px 16px;
        gap: 12px;
    }
    .stn-now-playing { margin-left: 0; text-align: left; }
    .stn-actions { padding: 12px 16px; }
    .stn-action-btn { padding: 8px 12px; font-size: 12px; }
    .stn-details-table { padding: 12px 16px; }
    .stn-detail-item { min-width: 100px; border-right: none; border-bottom: 1px solid rgba(148,163,184,0.15); padding: 8px 0; }
    .stn-detail-item:last-child { border-bottom: none; }
    .stn-article { padding: 16px; font-size: 14px; }
}
/* ── Player controls fix ── */
.stn-play-btn-wrap { position: relative; width: 52px; height: 52px; }
.stn-play-btn-wrap .stn-play-btn { position: absolute; top: 0; left: 0; }
.stn-play-section { display: flex; align-items: center; gap: 12px; }
.stn-play-section #play_1 { display: flex; align-items: center; }
.stn-play-section .jp-audio { display: flex !important; align-items: center; gap: 10px; }
.stn-play-section .jp-type-single { display: flex; align-items: center; }
.stn-play-section .jp-gui { display: flex !important; align-items: center; gap: 10px; }
.stn-play-section .jp-controls { display: flex; align-items: center; }
.stn-play-section .mute-box { display: flex !important; align-items: center; gap: 6px; margin: 0 !important; }
.stn-play-section .jp-time-holder { display: flex; align-items: center; margin: 0 !important; }
.stn-play-section .jp-current-time { font-size: 12px; color: #94a3b8; }
.stn-play-section .jp-volume-controls { margin: 0 !important; }
.stn-play-section .jp-volume-bar { width: 60px; margin: 0 !important; }