.dz-emisoras-standalone {
	margin: 0;
	background: #0b1220;
}

body.dz-emisoras-standalone .elementor-location-header,
body.dz-emisoras-standalone .elementor-3618 {
	position: sticky;
	top: 0;
	z-index: 9998;
	width: 100%;
	background: #0b1220;
}

body.admin-bar.dz-emisoras-standalone .elementor-location-header,
body.admin-bar.dz-emisoras-standalone .elementor-3618 {
	top: 32px;
}

body.dz-emisoras-standalone .elementor-3618 .e-con-inner {
	width: min(100%, 1240px) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.dz-emisoras-standalone .elementor-3618 .elementor-nav-menu {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

body.dz-emisoras-standalone .elementor-3618 .elementor-nav-menu a {
	white-space: nowrap;
}

.dz-emisoras-page {
	--bg: #0b1220;
	--bg-soft: #121b2e;
	--card: #131d33;
	--ink: #eef3fb;
	--muted: #9fb0c9;
	--accent: #19d4cd;
	--accent-dark: #13b6b0;
	--wa: #25d366;
	--line: #1f2c44;
	background: var(--bg);
	color: var(--ink);
	font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	padding-bottom: 88px;
}

.dz-emisoras-page * {
	box-sizing: border-box;
}

.dz-emisoras-wrap {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.dz-emisoras-hero {
	background: radial-gradient(900px 400px at 50% -10%, #16314f 0%, var(--bg) 60%);
	padding: 76px 0 60px;
	text-align: center;
}

.dz-emisoras-kicker {
	display: inline-flex;
	color: var(--accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	background: rgba(25, 212, 205, 0.1);
	border-radius: 999px;
	padding: 7px 14px;
	margin-bottom: 18px;
}

.dz-emisoras-hero h1 {
	max-width: 800px;
	margin: 0 auto;
	font-size: clamp(34px, 6vw, 56px);
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: 0;
	color: #fff;
}

.dz-emisoras-hero h1 span {
	color: var(--accent);
}

.dz-emisoras-hero p,
.dz-emisoras-head p {
	max-width: 680px;
	margin: 20px auto 0;
	color: var(--muted);
	font-size: 20px;
}

.dz-emisoras-actions,
.dz-emisoras-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.dz-emisoras-actions {
	margin-top: 32px;
}

.dz-emisoras-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 999px;
	padding: 13px 24px;
	background: var(--accent);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(19, 182, 176, 0.28);
}

.dz-emisoras-btn.dz-emisoras-wa {
	background: var(--wa);
	box-shadow: 0 10px 24px rgba(37, 211, 102, 0.3);
}

.dz-emisoras-stats {
	gap: 42px;
	margin-top: 52px;
}

.dz-emisoras-stats b {
	display: block;
	font-size: 32px;
	line-height: 1;
}

.dz-emisoras-stats span {
	color: var(--muted);
	font-size: 14px;
}

.dz-emisoras-section {
	padding: 68px 0;
}

.dz-emisoras-head {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 42px;
}

.dz-emisoras-head h2,
.dz-emisoras-about h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

.dz-emisoras-grid,
.dz-emisoras-service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.dz-emisoras-service-grid > div {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 24px;
}

button.dz-emisoras-station,
.dz-emisoras-station {
	background: linear-gradient(180deg, #131e36 0%, #0d1527 100%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 20px !important;
	padding: 24px !important;
	cursor: pointer;
	text-align: left;
	color: #fff !important;
	position: relative;
	overflow: hidden;
	transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, background 0.35s ease !important;
	outline: none !important;
}

button.dz-emisoras-station::before,
.dz-emisoras-station::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(25, 212, 205, 0.5), transparent);
	opacity: 0;
	transition: opacity 0.35s ease;
}

button.dz-emisoras-station:hover,
button.dz-emisoras-station:focus,
.dz-emisoras-station:hover,
.dz-emisoras-station.is-active {
	background: linear-gradient(180deg, #182848 0%, #101b33 100%) !important;
	border-color: rgba(25, 212, 205, 0.6) !important;
	transform: translateY(-5px) !important;
	box-shadow: 0 16px 36px rgba(0, 10, 30, 0.45), 0 0 24px rgba(25, 212, 205, 0.2) !important;
	color: #fff !important;
}

button.dz-emisoras-station:hover::before,
.dz-emisoras-station.is-active::before {
	opacity: 1;
}

.dz-emisoras-station img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 16px;
	margin-bottom: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), filter 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

button.dz-emisoras-station:hover img,
.dz-emisoras-station.is-active img {
	transform: scale(1.06);
	filter: drop-shadow(0 4px 12px rgba(25, 212, 205, 0.35));
}

.dz-emisoras-station h3 {
	margin: 0 0 6px;
	color: #fff !important;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	transition: color 0.3s ease;
}

button.dz-emisoras-station:hover h3,
.dz-emisoras-station.is-active h3 {
	color: #ffffff !important;
}

.dz-emisoras-station p,
.dz-emisoras-service-grid span,
.dz-emisoras-about p,
.dz-emisoras-about li {
	color: var(--muted) !important;
	font-size: 15px;
}

.dz-emisoras-station span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
	color: var(--accent) !important;
	font-weight: 800;
	font-size: 14px;
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

button.dz-emisoras-station:hover span,
.dz-emisoras-station.is-active span {
	color: #26f2ea !important;
	transform: translateX(4px);
}

.dz-emisoras-services,
.dz-emisoras-about {
	background: var(--bg-soft);
}

.dz-emisoras-service-grid strong {
	display: block;
	color: #fff;
	font-size: 20px;
	margin-bottom: 8px;
}

.dz-emisoras-about .dz-emisoras-wrap {
	display: grid;
	grid-template-columns: minmax(190px, 320px) 1fr;
	align-items: center;
	gap: 48px;
}

.dz-emisoras-about img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(20, 159, 153, 0.24);
}

.dz-emisoras-about ul {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.dz-emisoras-about li {
	margin: 9px 0;
}

.dz-emisoras-about li::before {
	content: "✓";
	color: var(--accent);
	font-weight: 900;
	margin-right: 9px;
}

.dz-emisoras-player {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(13, 21, 39, 0.96);
	backdrop-filter: blur(14px);
	border-top: 1px solid var(--line);
	padding: 13px 16px;
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35);
}

.dz-emisoras-player-inner {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 14px;
}

.dz-emisoras-player img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 12px;
}

.dz-emisoras-player strong,
.dz-emisoras-player span {
	display: block;
}

.dz-emisoras-player span {
	color: var(--muted);
	font-size: 13px;
}

.dz-emisoras-player button {
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.dz-emisoras-player label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--muted);
	margin-left: auto;
	font-size: 13px;
}

.dz-emisoras-player input {
	accent-color: var(--accent);
}

@media (max-width: 760px) {
	.dz-emisoras-page {
		font-size: 17px;
	}

	.dz-emisoras-hero,
	.dz-emisoras-section {
		padding: 52px 0;
	}

	.dz-emisoras-hero p,
	.dz-emisoras-head p {
		font-size: 18px;
	}

	.dz-emisoras-about .dz-emisoras-wrap {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.dz-emisoras-about img {
		max-width: 240px;
		margin: 0 auto;
	}

	.dz-emisoras-player label {
		display: none;
	}

}
