* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Rajdhani', sans-serif;
	min-height: 100vh;
	background: #0b1a2f;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}
.video-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	background: #0a1a2e;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 40, 80, 0.45), rgba(10, 30, 70, 0.35), rgba(0, 20, 60, 0.25);
	backdrop-filter: blur(1px);
	mix-blend-mode: multiply;
}
.blue-cast {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: radial-gradient(ellipse at center, rgba(0, 80, 180, 0.15), rgba(0, 20, 60, 0.4));
	pointer-events: none;
}

/* --- MAIN CONTAINER --- */
.container {
	max-width: 960px;
	width: 100%;
	background: rgba(10, 25, 50, 0.65);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 6px;
	padding: 2rem 2.2rem;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
	border: none;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

/* --- HEADER --- */
.header {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.1rem;
	padding-bottom: 0.25rem;
	border-bottom: none;
}
.header i {
	font-size: 3.2rem;
	color: #8cd4ff;
	filter: drop-shadow(0 0 8px #00a6ff);
	animation: pulse-signal 2s infinite;
}
.header h1 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	font-size: 3.2rem;
	letter-spacing: 6px;
	text-transform: lowercase;
	background: linear-gradient(135deg, #b3e4ff, #7fcaff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 12px #0088ff, 0 0 30px #0044aa;
}

/* --- BODY TEXT --- */
.body-text {
	color: #cce0f5;
	font-size: 1.125rem;
	line-height: 1.5;
	letter-spacing: 0.3px;
	text-align: justify;
	padding: 1px 25px;
	border-top: none;
	border-bottom: none;
}
.body-text i {
	color: #6fcbff;
	margin-right: 6px;
}

/* --- PLAYER SECTION --- */
.player-section {
	background: rgba(8, 25, 50, 0.5);
	border-radius: 6px;
	padding: 1.2rem 1.5rem 1.5rem;
	border: 1px solid rgba(0, 180, 255, 0.2);
	box-shadow: inset 0 0 30px rgba(0, 50, 120, 0.2);
}
.player-controls {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
/* --- PULLDOWN --- */
.station-select {
	flex: 2;
	min-width: 180px;
	max-width: 340px;
	padding: 0.3rem 0.7rem;
	border-radius: 6px;
	background: #0f2942;
	border: 2px solid #1a4a6e;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: 1px;
	outline: none;
	cursor: pointer;
	box-shadow: inset 0 0 8px #003f77;
	color: #b3e4ff;
}
.station-select option {
	background: #0b1a2f;
	color: #b3e4ff;
}
.station-select:hover {
	border-color: #2a6a9e;
}
.station-select:focus {
	border-color: #7fcaff;
	box-shadow: 0 0 12px #0077ff44;
}

/* --- PLAY BUTTON --- */
.play-btn {
	background: #0f2942;
	border: 1px solid #0088dd;
	color: #b3e4ff;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	cursor: pointer;
	transition: 0.25s;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	flex-shrink: 0;
}
.play-btn:hover {
	background: #1a3f66;
	border-color: #7fcbff;
	transform: scale(1.05);
	box-shadow: 0 0 24px #0077ff66;
}
.play-btn.playing {
	background: #7fcaff;
	border-color: #b3e4ff;
	color: #0b1a2f;
	box-shadow: 0 0 30px #7fcaff88, 0 0 60px #7fcaff44;
}
.play-btn.playing:hover {
	background: #8cd4ff;
	box-shadow: 0 0 40px #7fcaffaa, 0 0 80px #7fcaff66;
}

/* --- NOW PLAYING --- */
.now-playing {
	flex: 3;
	min-width: 180px;
	color: #b3d9ff;
	font-size: 1.0rem;
	letter-spacing: 0.5px;
	padding: 0.4rem 0.8rem;
	background: rgba(0, 20, 50, 0.4);
	border-radius: 6px;
	border: 1px solid rgba(0, 180, 255, 0.15);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.now-playing .status-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #7fcaff;
	flex-shrink: 0;
	transition: all 0.3s ease;
}
.now-playing .status-dot.pulsing {
	animation: pulse-dot 1.5s ease-in-out infinite;
	box-shadow: 0 0 12px #7fcaff88, 0 0 24px #7fcaff44;
}
@keyframes pulse-dot {
	0% { opacity: 0.6; transform: scale(0.9); box-shadow: 0 0 8px #7fcaff66; }
	50% { opacity: 1; transform: scale(1.15); box-shadow: 0 0 20px #7fcaffcc, 0 0 40px #7fcaff66; }
	100% { opacity: 0.6; transform: scale(0.9); box-shadow: 0 0 8px #7fcaff66; }
}

/* --- DESCRIPTION: clickable link --- */
.station-description {
	margin-top: 0.8rem;
	padding: 0.3rem 0.8rem;
	background: rgba(0, 20, 50, 0.3);
	border-radius: 6px;
	border: 1px solid rgba(0, 180, 255, 0.1);
	color: #a0c4e8;
	font-size: 0.85rem;
	text-align: center;
	letter-spacing: 0.3px;
	min-height: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: 0.2s;
	cursor: pointer;
}
.station-description:hover {
	background: rgba(0, 40, 80, 0.5);
	border-color: #4db8ff;
	color: #b3e4ff;
	box-shadow: 0 0 20px #0077ff33;
}
.station-description i {
	margin-left: 8px;
	font-size: 0.7rem;
	opacity: 0.6;
}

/* --- ACTION LINKS --- */
.action-links {
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
	margin-top: 0.2rem;
}
.action-links a {
	color: #8ab9e0;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 0.95rem;
	transition: 0.2s;
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
}
.action-links a:hover {
	color: #b3e4ff;
	border-bottom-color: transparent;
	text-decoration: none;
}

/* --- FOOTER --- */
.footer {
	margin-top: 0.2rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(0, 180, 255, 0.15);
	text-align: center;
	font-size: 0.9rem;
	letter-spacing: 1.5px;
	color: #8ab9e0;
	opacity: 0.8;
}
.footer i {
	margin-right: 6px;
	color: #5fa3d4;
}

/* --- CONTACT POPUP --- */
.contact-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(8px);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	padding: 1.5rem;
}
.contact-overlay.active {
	display: flex;
}
.contact-form {
	background: rgba(10, 25, 50, 0.95);
	border-radius: 6px;
	padding: 2rem 2.2rem;
	max-width: 480px;
	width: 100%;
	border: 1px solid rgba(0, 180, 255, 0.3);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
	position: relative;
}
.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 0.8rem 1.2rem;
	margin-bottom: 1rem;
	border-radius: 6px;
	border: 1px solid #2a5f8a;
	background: rgba(8, 25, 50, 0.7);
	color: #d4ecff;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1rem;
	outline: none;
	transition: 0.2s;
}
.contact-form textarea {
	border-radius: 6px;
	min-height: 100px;
	resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #4db8ff;
	box-shadow: 0 0 20px #0077ff44;
}
.captcha-row {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 1.2rem;
	background: rgba(0, 20, 50, 0.3);
	padding: 0.5rem 1rem;
	border-radius: 6px;
	border: 1px solid #2a5f8a;
}
.captcha-row span {
	color: #b3d9ff;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-family: 'Orbitron', monospace;
}
.captcha-row input {
	flex: 1;
	margin-bottom: 0;
	border-radius: 6px;
	padding: 0.4rem 1rem;
	background: rgba(0, 10, 30, 0.5);
}
.contact-form button[type="submit"] {
	width: 100%;
	padding: 0.8rem;
	border-radius: 6px;
	border: none;
	background: linear-gradient(135deg, #1a4f7a, #0f2942);
	color: #b3e4ff;
	font-weight: 700;
	font-size: 1.1rem;
	letter-spacing: 2px;
	cursor: pointer;
	transition: 0.25s;
	border: 1px solid #0088dd;
	font-family: 'Rajdhani', sans-serif;
}
.contact-form button[type="submit"]:hover {
	background: #1d4a78;
	box-shadow: 0 0 30px #0077ff55;
	transform: scale(1.01);
}

.close-contact {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e53935;
	color: white;
	border: none;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	transition: 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(229, 57, 53, 0.4);
	padding: 0;
}
.close-contact:hover {
	background: #c62828;
	transform: scale(1.1) rotate(90deg);
	box-shadow: 0 2px 16px rgba(229, 57, 53, 0.6);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 700px) {
	.container {
		padding: 1.5rem;
	}
	.body-text {
		padding: 1px 10px;
		font-size: 1rem;
		line-height: 1.4;
	}
	.header h1 {
		font-size: 1.8rem;
		letter-spacing: 4px;
	}

	.player-controls {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 0.6rem;
		align-items: center;
	}
	.station-select {
		grid-column: 1 / 2;
		min-width: unset;
		max-width: 100%;
		width: 100%;
		font-size: 0.95rem;
		padding: 0.25rem 0.6rem;
		flex: none;
	}
	.play-btn {
		grid-column: 2 / 3;
		justify-self: end;
		width: 48px;
		height: 48px;
		font-size: 1.3rem;
	}
	.now-playing {
		grid-column: 1 / 3;
		width: 100%;
		min-width: unset;
		font-size: 0.9rem;
		padding: 0.4rem 0.8rem;
		flex: none;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.station-description {
		padding: 0.25rem 0.6rem;
		font-size: 0.8rem;
		min-height: 2rem;
	}
	.contact-form {
		padding: 1.5rem;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 1.2rem;
	}
	.body-text {
		padding: 1px 10px;
		font-size: 0.95rem;
		line-height: 1.3;
	}
	.header h1 {
		font-size: 1.5rem;
		letter-spacing: 2px;
	}
	.station-select {
		font-size: 0.9rem;
		padding: 0.2rem 0.5rem;
	}
	.now-playing {
		font-size: 0.85rem;
		padding: 0.3rem 0.6rem;
	}
	.play-btn {
		width: 44px;
		height: 44px;
		font-size: 1.2rem;
	}
	.action-links {
		gap: 1.2rem;
	}
	.close-contact {
		width: 30px;
		height: 30px;
		font-size: 1.2rem;
		top: 10px;
		right: 12px;
	}
	.station-description {
		padding: 0.2rem 0.5rem;
		font-size: 0.75rem;
		min-height: 1.8rem;
	}
}

@keyframes pulse-signal {
	0% {
		opacity: 0.7;
		text-shadow: 0 0 4px #0088ff;
	}
	50% {
		opacity: 1;
		text-shadow: 0 0 20px #00a6ff, 0 0 40px #0044aa;
	}
	100% {
		opacity: 0.7;
		text-shadow: 0 0 4px #0088ff;
	}
}