/**
 * Skin Inicio - Estilos
 *
 * Skin base oscuro con naranja vibrante.
 * Diseño minimalista + futurista. Ultraligero.
 *
 * @package RadioWebAsi
 * @skin skin-inicio
 * @since 2.0.0
 */

/* ==========================================================================
   TOP HEADER - Minimalista Futurista
   ========================================================================== */

.rwa-skin-skin-inicio .rwa-header-top--inicio {
	background: linear-gradient(90deg, #0d0d1a 0%, #12122a 100%);
	border-bottom: 1px solid rgba(255, 107, 53, 0.15);
	padding: 0;
	font-size: 12px;
	letter-spacing: 0.03em;
	position: relative;
	overflow: hidden;
}

/* Subtle animated accent line at the bottom */
.rwa-skin-skin-inicio .rwa-header-top--inicio::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--rwa-primary), transparent);
	opacity: 0.5;
}

.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 36px;
	gap: 16px;
}

/* ── Left side ── */
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__left {
	display: flex;
	align-items: center;
	gap: 0;
	flex-wrap: nowrap;
	overflow: hidden;
}

.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__text {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* Vertical separator */
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__separator {
	display: inline-block;
	width: 1px;
	height: 14px;
	background: rgba(255, 107, 53, 0.3);
	margin: 0 12px;
	flex-shrink: 0;
}

/* Date display */
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__date {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__date svg {
	opacity: 0.5;
	flex-shrink: 0;
}

/* Phone & Email */
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__phone,
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__email {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	white-space: nowrap;
	transition: color 0.2s ease;
	text-decoration: none;
}

.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__phone:hover,
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__email:hover {
	color: var(--rwa-primary);
}

/* ── Right side: Social Icons ── */
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__right {
	display: flex;
	align-items: center;
	gap: 0;
	flex-shrink: 0;
}

.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social--small {
	display: flex;
	align-items: center;
	gap: 2px;
}

.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	transition: color 0.2s ease, background 0.2s ease;
	text-decoration: none;
}

.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__link:hover {
	color: #ffffff;
	background: rgba(255, 107, 53, 0.15);
}

/* Individual icon hover colors */
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__facebook:hover  { color: #1877f2; background: rgba(24, 119, 242, 0.1); }
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__instagram:hover { color: #e4405f; background: rgba(228, 64, 95, 0.1); }
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__tiktok:hover    { color: #00f2ea; background: rgba(0, 242, 234, 0.1); }
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__twitter:hover   { color: #ffffff; background: rgba(255, 255, 255, 0.1); }
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__youtube:hover   { color: #ff0000; background: rgba(255, 0, 0, 0.1); }
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__whatsapp:hover  { color: #25d366; background: rgba(37, 211, 102, 0.1); }
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__telegram:hover  { color: #2aabee; background: rgba(42, 171, 238, 0.1); }
.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__spotify:hover   { color: #1db954; background: rgba(29, 185, 84, 0.1); }

/* ==========================================================================
   HEADER & CARDS - Base Skin Inicio
   ========================================================================== */

/* ==========================================================================
   HEADER MAIN - Logo + Menú
   ========================================================================== */

.rwa-skin-skin-inicio .rwa-header-main {
	border-bottom: 2px solid rgba(255, 107, 53, 0.3);
}

/* Logo más grande y redondeado con efecto pulsante */
.rwa-skin-skin-inicio .rwa-header__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.rwa-skin-skin-inicio .rwa-header__logo-img {
	max-height: 70px;
	width: auto;
	border-radius: 50%;
	border: 2px solid var(--rwa-primary);
	padding: 3px;
	background: rgba(255, 107, 53, 0.05);
	box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4);
	animation: rwa-logo-pulse 2.5s ease-in-out infinite;
}

@keyframes rwa-logo-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4); }
	50%  { box-shadow: 0 0 0 8px rgba(255, 107, 53, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0); }
}

.rwa-skin-skin-inicio .rwa-header__logo-img:hover {
	border-color: var(--rwa-accent);
	animation: none;
	box-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
}

.rwa-skin-skin-inicio .rwa-post-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rwa-skin-skin-inicio .rwa-post-card:hover {
	border-color: var(--rwa-primary);
	box-shadow: 0 8px 32px rgba(255, 107, 53, 0.15);
	transform: translateY(-4px);
}

.rwa-skin-skin-inicio .rwa-btn-primary {
	background: linear-gradient(135deg, var(--rwa-primary), var(--rwa-accent));
}

.rwa-skin-skin-inicio .rwa-footer {
	border-top: 3px solid var(--rwa-primary);
}

/* ==========================================================================
   SOCIAL LINKS - Global (footer, widgets)
   ========================================================================== */

.rwa-skin-skin-inicio .rwa-social {
	display: flex;
	align-items: center;
	gap: 6px;
}

.rwa-skin-skin-inicio .rwa-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transition: all 0.2s ease;
}

.rwa-skin-skin-inicio .rwa-social__link:hover {
	color: var(--rwa-primary);
	border-color: var(--rwa-primary);
	background: rgba(255, 107, 53, 0.08);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
	.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__inner {
		flex-direction: column;
		gap: 4px;
		padding: 6px 0;
	}

	.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__left {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0;
	}

	.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__text {
		font-size: 10px;
	}

	.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__date {
		font-size: 10px;
	}

	.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__phone,
	.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-header-top__email {
		display: none;
	}

	.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__link {
		width: 26px;
		height: 26px;
	}

	.rwa-skin-skin-inicio .rwa-header-top--inicio .rwa-social__link svg {
		width: 12px;
		height: 12px;
	}
}
