@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

* {
	box-sizing: border-box;
}

body {
	/*background-image: linear-gradient(to bottom, #FFC107 60%, #000000 100%);*/
	font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	margin: 0;
	background-size: cover;
    background-attachment: fixed;
}
a{
	text-decoration: none;
	color:#198754;
}

/* Encabezados usan Inter con pesos recomendados: h1=700, h2–h6=600 */
h1 {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    font-weight: 700;
}

h2, h3, h4, h5, h6 {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    font-weight: 600;
}

.nav-item a{
	color:#198754;
}
.menu {
    background: #434343;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}
.menu:hover{
    background: #ffc107;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
	color: #000000;
}
.icon-size-25 {
    height: 25px;
    width: 25px;
    display: block;
}
#contentenedor_lunaradio {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 9999;
}

#lunaradio {
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn-auth,
.btn-close,
.btn-submit {
  background-color: #198754;
  color: #fff;
}
.btn-auth:hover,
.btn-close:hover,
.btn-submit:hover {
  background-color: #146c43;
  color: #fff;
}
.btn-close {
  width: 30px;
}

.page_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 999999;
}

.middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
  animation: loader 1.2s linear infinite;
}
.bar1 {
  animation-delay: 0.1s;
}
.bar2 {
  animation-delay: 0.2s;
}
.bar3 {
  animation-delay: 0.3s;
}
.bar4 {
  animation-delay: 0.4s;
}
.bar5 {
  animation-delay: 0.5s;
}
.bar6 {
  animation-delay: 0.6s;
}
.bar7 {
  animation-delay: 0.7s;
}
.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
  }
  50% {
    transform: scaleY(1);
    background: #198754;
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

.swal2-styled.swal2-confirm{
  background-color: #2c3e50 !important;
}

.lunaradiosmallbuttonplay ,
.lunaradiosmallbuttonpause,
.lunaradioplayicon{
  fill: #198754 !important;
}
.content_buttons a{
	font-size: 32px;
	color: white;
}

/* Header styles: green navbar and logo background */
.site-topbar {
    background-color: #146c43; /* darker green for top bar */
}

.site-navbar {
    background-color: #198754; /* Bootstrap success green */
}

.site-navbar .navbar-brand .logo-badge {
    background: linear-gradient(180deg, #157347 0%, #146c43 100%);
    padding: 6px 8px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
}

.site-navbar .site-title {
    color: #ffffff;
}

.site-navbar .nav-link {
    color: #ffffff;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
    background-color: #146c43;
    color: #ffffff;
    border-radius: 0.25rem;
}

.site-navbar .nav-link:focus-visible,
.btn-search:focus-visible {
    outline: 2px solid #e6ffee;
    outline-offset: 2px;
}
.site-navbar .nav-link.active {
    color: #e6ffee;
}

.site-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.site-navbar .navbar-toggler-icon {
    filter: invert(1);
}

.site-navbar .form-control {
    background-color: rgba(255, 255, 255, 0.95);
    color: #0f5132;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.site-navbar .form-control::placeholder {
    color: #5c7c6e;
}

.site-navbar .btn-search {
    background-color: #ffffff;
    color: #198754;
    border-color: transparent;
}

.site-navbar .btn-search:hover {
    background-color: #f1f3f5;
    color: #146c43;
}

/* ===== RADIO CARDS STYLES ===== */
.radio-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: none !important;
    transform: none !important;
}

.radio-card:hover {
    transition: none !important;
    transform: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.radio-card * {
    transition: none !important;
}

.radio-header {
    position: relative;
    background: #f8f9fa;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.radio-logo {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.play-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #198754;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(25, 135, 84, 0.3);
}

.play-btn:active {
    background: #146c43;
    transform: scale(0.95);
}

.radio-content {
    padding: 20px;
}

.radio-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin: 0 0 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.radio-meta {
    margin-bottom: 15px;
}

.radio-views {
    color: #6c757d;
    font-size: 0.9rem;
}

.radio-actions {
    display: flex;
    justify-content: center;
}

.info-btn {
    background: #e9ecef;
    color: #495057;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #dee2e6;
}

.info-btn:hover {
    background: #198754;
    color: white;
    border-color: #198754;
    text-decoration: none;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .radio-header {
        min-height: 140px;
        padding: 12px;
    }
    
    .radio-logo {
        height: 110px;
    }
    
    .play-btn {
        width: 38px;
        height: 38px;
        font-size: 13px;
        top: 10px;
        right: 10px;
    }
    
    .radio-content {
        padding: 15px;
    }
    
    .radio-title {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .radio-views {
        font-size: 0.85rem;
    }
    
    .info-btn {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
}

/* Modern Popular Radios Section - Ultra Compact */
.popular-radios-section {
    position: relative;
    padding: 0.5rem 0;
    text-align: center;
}

/* Estilo específico para el título del Home (no afecta otros) */
.home-section-title {
    display: block;
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
}

/* Eliminado: estilos personalizados de .section-title para evitar conflictos.
   Usamos utilidades Bootstrap (text-center) y el contenedor .popular-radios-section. */

.title-underline {
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #198754, #20c997);
    margin: 0.5rem auto;
    border-radius: 2px;
    position: relative;
    animation: expandWidth 1s ease-out;
}

.title-underline::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #198754;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.2);
}

.section-description {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 500px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.4;
}

/* Responsive adjustments for ultra compact section */
@media (max-width: 768px) {
    .popular-radios-section {
        padding: 0.25rem 0;
    }
    
    .section-title,
    .home-section-title {
        font-size: 1.8rem !important;
        margin-bottom: 0.5rem;
    }
    
    .section-description {
        font-size: 0.95rem;
        padding: 0 1rem;
        line-height: 1.3;
    }
    
    .title-underline {
        width: 45px;
        height: 2px;
        margin: 0.25rem auto;
    }
    
    .title-underline::after {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 576px) {
    .section-title,
    .home-section-title {
        font-size: 1.6rem !important;
    }
    
    .section-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .radio-header {
        min-height: 120px;
        padding: 10px;
    }
    
    .radio-logo {
        height: 90px;
    }
    
    .play-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
        top: 8px;
        right: 8px;
    }
    
    .radio-content {
        padding: 12px;
    }
    
    .radio-title {
        font-size: 0.95rem;
        margin-bottom: 6px;
        -webkit-line-clamp: 1;
    }
    
    .radio-meta {
        margin-bottom: 12px;
    }
    
    .radio-views {
        font-size: 0.8rem;
    }
    
    .info-btn {
        padding: 5px 10px;
        font-size: 0.8rem;
    }
}

/* ===== SIMPLE RADIO CARDS STYLES ===== */
.radio-card-simple {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.featured-badge-simple {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #198754;
    color: #212529;
    padding: 4px;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 10;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-header-simple {
    position: relative;
    background: #f8f9fa;
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
}

.radio-logo-simple {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.radio-image-simple {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.play-btn-simple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #198754;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn-simple:hover {
    background: #146c43;
}

.radio-card-simple:hover .play-btn-simple {
    opacity: 1;
}

.radio-content-simple {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.radio-title-simple {
    font-size: 1.1rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 8px;
    text-align: center;
}

.radio-meta-simple {
    margin-bottom: 4px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 5;
}

.radio-views-simple {
    font-size: 0.75rem;
    color: #6b7280;
    padding: 2px 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    border: none;
    background: transparent;
}

.radio-views-simple i {
    font-size: 0.7rem;
    color: #9ca3af;
}

.radio-actions-simple {
    text-align: center;
}

.info-btn-simple {
    background: linear-gradient(135deg, #198754, #20c997);
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    border: none;
}

.info-btn-simple:hover {
    background: linear-gradient(135deg, #146c43, #198754);
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Solución para dispositivos móviles - Botón play siempre visible */
@media (hover: none) and (pointer: coarse) {
    .play-btn-simple {
        opacity: 0.9 !important;
        background: rgba(25, 135, 84, 0.9);
        backdrop-filter: blur(2px);
        border: 2px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    
    .play-btn-simple:active {
        opacity: 1 !important;
        background: #146c43;
        transform: translate(-50%, -50%) scale(0.95);
    }
    
    /* Hacer más evidente que el logo es clickeable en móviles */
    .radio-logo-simple {
        position: relative;
    }
    
    .radio-logo-simple::after {
        content: none !important;
        display: none !important;
    }
}

/* Responsive adjustments for simple cards */
@media (max-width: 768px) {
    .radio-logo-simple {
        padding: 15px;
    }
    
    .radio-content-simple {
        padding: 15px;
    }
    
    .radio-title-simple {
        font-size: 1rem;
    }
    
    .play-btn-simple {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .featured-badge-simple {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
    
    .radio-meta-simple {
        bottom: 4px;
        right: 4px;
    }
    
    .radio-views-simple {
        font-size: 0.7rem;
        padding: 1px 0;
        gap: 3px;
    }
    
    .radio-views-simple i {
        font-size: 0.65rem;
    }
}

@media (max-width: 576px) {
    /* Asegurar que siempre se muestren 2 radios por fila en móviles */
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .radio-card-simple {
        margin-bottom: 15px;
    }
    
    .radio-logo-simple {
        padding: 8px;
    }
    
    .radio-content-simple {
        padding: 8px;
    }
    
    .radio-title-simple {
        font-size: 0.85rem;
        margin-bottom: 6px;
        line-height: 1.2;
    }
    
    .radio-meta-simple {
        bottom: 2px;
        right: 2px;
    }
    
    .radio-views-simple {
        font-size: 0.65rem;
        padding: 1px 0;
        gap: 2px;
    }
    
    .radio-views-simple i {
        font-size: 0.6rem;
    }
    
    .play-btn-simple {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }
    
    .info-btn-simple {
        padding: 4px 8px;
        font-size: 0.7rem;
    }
    
    .featured-badge-simple {
        width: 22px;
        height: 22px;
        font-size: 0.7rem;
        top: 3px;
        right: 3px;
    }
}

/* Estilos para banner publicitario - Tamaño fijo */
.banner-publicitario {
    width: 100%;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-publicitario:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.banner-publicitario a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.banner-publicitario .banner-img {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.banner-publicitario .banner-texto {
    background: linear-gradient(135deg, #198754, #20c997);
    color: white;
    padding: 30px;
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-publicitario .banner-texto h3 {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.banner-publicitario .banner-texto p {
    margin: 0;
    font-size: 1rem;
    opacity: 0.9;
}

/* Ajustes para móvil - Banner completo visible */
@media (max-width: 768px) {
    .banner-publicitario .banner-texto {
        padding: 20px;
        min-height: 100px;
    }
    
    .banner-publicitario .banner-texto h3 {
        font-size: 1.25rem;
    }
    
    /* Banner de imagen se ajusta al ancho de pantalla en móvil */
    .banner-publicitario .banner-img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }
}

/* ===== FOOTER STYLES ===== */
.footer-link {
    transition: color 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
}

.footer-link:hover {
    color: #198754 !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-social-link {
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.footer-social-link:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.1);
}

/* Footer social styles */
.footer-social-links { /* contenedor opcional */ }

/* Footer responsive styles */
@media (max-width: 768px) {
    footer {
        padding: 2rem 0 !important;
    }
    
    footer .container {
        padding: 0 1rem;
    }
    
    footer .row.mb-3 {
        margin-bottom: 1.5rem !important;
    }
    
    .footer-link {
        font-size: 0.9rem;
        padding: 6px 10px;
    }
    
    .footer-social-link {
        width: 45px;
        height: 45px;
    }
    
    .footer-social-link i {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 1.5rem 0 !important;
    }
    
    footer .fs-5 {
        font-size: 1.1rem !important;
    }
    
    footer img {
        height: 35px !important;
    }
    
    .footer-link {
        font-size: 0.85rem;
        padding: 5px 8px;
        margin: 2px;
    }
    
    .footer-social-link {
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
    
    .footer-social-link i {
        font-size: 1.1rem !important;
    }
    
    footer small {
        font-size: 0.75rem !important;
    }
    
    footer .gap-3 {
        gap: 0.5rem !important;
    }
    
    footer .gap-md-4 {
        gap: 0.75rem !important;
    }
}

/* ===== SECTION HEADER STYLES ===== */
.section-header {
    position: relative;
    padding: 2rem 0;
}

.section-header .badge {
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
    animation: fadeInUp 0.8s ease-out;
}

.section-header h2 {
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.title-decoration {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #198754, #20c997);
    border-radius: 2px;
    animation: expandWidth 1s ease-out 0.5s both;
}

.section-header p {
    animation: fadeInUp 0.8s ease-out 0.4s both;
    line-height: 1.6;
}

.popularity-indicator {
    background: rgba(25, 135, 84, 0.1);
    padding: 8px 16px;
    border-radius: 25px;
    border: 1px solid rgba(25, 135, 84, 0.2);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.popularity-indicator:hover {
    background: rgba(25, 135, 84, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.2);
}

.popularity-indicator i {
    font-size: 1.1rem;
}

.popularity-indicator span {
    font-size: 0.9rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

/* Responsive adjustments for section header */
@media (max-width: 768px) {
    .section-header {
        padding: 1.5rem 0;
    }
    
    .section-header h2 {
        font-size: 2.5rem !important;
    }
    
    .section-header p {
        font-size: 1.1rem !important;
        padding: 0 1rem;
    }
    
    .popularity-indicator {
        padding: 6px 12px;
        margin: 0.25rem;
    }
    
    .popularity-indicator span {
        font-size: 0.8rem;
    }
    
    .d-flex.gap-3 {
        flex-direction: column;
        gap: 0.5rem !important;
    }
}

@media (max-width: 576px) {
    .section-header h2 {
        font-size: 2rem !important;
    }
    
    .section-header p {
        font-size: 1rem !important;
    }
    
    .section-header .badge {
        font-size: 0.8rem !important;
        padding: 6px 12px !important;
    }
    
    .title-decoration {
        width: 60px;
    }
}

.radio-thumb {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.radio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== ESTILOS MODERNOS PARA PAGINACIÓN ===== */
.pagination {
  --bs-pagination-padding-x: 1rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #198754;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #e9ecef;
  --bs-pagination-border-radius: 0.5rem;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: #198754;
  --bs-pagination-hover-border-color: #198754;
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: #198754;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #198754;
  --bs-pagination-active-border-color: #198754;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  gap: 0.5rem;
}

.pagination .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  border-radius: var(--bs-pagination-border-radius);
  transition: all 0.3s ease;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pagination .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(25, 135, 84, 0.3);
}

.pagination .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination .page-item.active .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(25, 135, 84, 0.4);
  font-weight: 600;
}

.pagination .page-item.disabled .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
  opacity: 0.6;
}

/* Estilos específicos para paginación grande */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 1rem;
  --bs-pagination-font-size: 1.125rem;
  --bs-pagination-border-radius: 0.75rem;
}

.pagination-lg .page-link {
  min-width: 3.5rem;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Efectos adicionales para diseño moderno */
.pagination .page-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(25, 135, 84, 0.1), rgba(32, 201, 151, 0.1));
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.pagination .page-link:hover::before,
.pagination .page-item.active .page-link::before {
  opacity: 1;
}

/* Estilos para la ubicación de las radios */
.radio-location {
    display: block;
    font-size: 0.85em;
    color: #6c757d;
    margin-bottom: 5px;
}

.radio-location i {
    margin-right: 4px;
    color: #198754;
}

.radio-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.radio-views {
    font-size: 0.8em;
    color: #6c757d;
}

/* ========================================
   MODERN RADIO CARDS STYLES
   ======================================== */

.radio-card-modern {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border: none;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.radio-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #198754 0%, #20c997 100%);
    color: #333;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
    animation: pulse-gold 2s infinite;
}

@keyframes pulse-gold {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.radio-header-modern {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    overflow: hidden;
}

.radio-header-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(25, 135, 84, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.radio-logo-modern {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.radio-image-modern {
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.radio-card-modern:hover .radio-image-modern {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.play-btn-modern {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #198754 0%, #20c997 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(25, 135, 84, 0.4);
    transition: all 0.3s ease;
    z-index: 10;
}

.play-btn-modern:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #20c997 0%, #198754 100%);
    box-shadow: 0 8px 25px rgba(25, 135, 84, 0.6);
}

.play-btn-modern:active {
    transform: scale(0.95);
}

.radio-content-modern {
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.radio-title-modern {
    font-size: 1.2rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 15px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.radio-meta-modern {
    margin-bottom: 20px;
    flex-grow: 1;
}

.radio-location-modern {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.radio-stats {
    text-align: center;
}

.radio-views-modern {
    color: #198754;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(25, 135, 84, 0.1);
    padding: 5px 12px;
    border-radius: 15px;
}

.radio-actions-modern {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.info-btn-modern {
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
    color: #495057;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid transparent;
}

.info-btn-modern:hover {
    background: linear-gradient(135deg, #198754 0%, #20c997 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(25, 135, 84, 0.3);
}

/* ===== MINIMAL RADIO CARDS STYLES ===== */
.radio-card-minimal {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.radio-card-minimal:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.featured-badge-minimal {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #198754, #20c997);
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
    animation: pulse 2s infinite;
}

.radio-logo-container {
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.radio-logo-minimal {
    width: 100%;
    height: 280px;
    object-fit: contain;
    border-radius: 15px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.radio-card-minimal:hover .radio-logo-minimal {
    transform: scale(1.05);
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 15px;
    margin: 30px;
}

.radio-card-minimal:hover .play-overlay {
    opacity: 1;
}

.play-btn-minimal {
    background: linear-gradient(135deg, #198754, #20c997);
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn-minimal:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.6);
}

.radio-info-minimal {
    padding: 20px 25px;
    text-align: center;
    background: #fff;
}

.radio-name-minimal {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.radio-details-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: all 0.3s ease;
    text-align: center;
}

.radio-card-minimal:hover .radio-details-hover {
    transform: translateY(0);
}

.radio-location-hover {
    font-size: 0.9rem;
    margin-bottom: 8px;
    opacity: 0.9;
}

.radio-location-hover i {
    margin-right: 5px;
    color: #ffc107;
}

.radio-views-hover {
    font-size: 0.85rem;
    margin-bottom: 12px;
    opacity: 0.8;
}

.radio-views-hover i {
    margin-right: 5px;
    color: #17a2b8;
}

.details-link-hover {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.details-link-hover:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Responsive adjustments for minimal cards */
@media (max-width: 768px) {
    .radio-logo-container {
        min-height: 280px;
        padding: 25px;
    }
    
    .radio-logo-minimal {
        height: 240px;
    }
    
    .play-btn-minimal {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .radio-info-minimal {
        padding: 15px 20px;
    }
    
    .radio-name-minimal {
        font-size: 1rem;
    }
    
    .featured-badge-minimal {
        width: 30px;
        height: 30px;
        font-size: 12px;
        top: 12px;
        right: 12px;
    }
}

@media (max-width: 576px) {
    .radio-logo-container {
        min-height: 240px;
        padding: 20px;
    }
    
    .radio-logo-minimal {
        height: 200px;
    }
    
    .play-btn-minimal {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
    .radio-info-minimal {
        padding: 12px 15px;
    }
    
    .radio-name-minimal {
        font-size: 0.95rem;
    }
    
    .radio-details-hover {
        padding: 15px;
    }
}

/* Responsive adjustments for modern cards */
@media (max-width: 768px) {
    .radio-header-modern {
        min-height: 200px;
        padding: 20px 15px;
    }
    
    .radio-logo-modern {
        height: 160px;
    }
    
    .play-btn-modern {
        width: 50px;
        height: 50px;
        font-size: 16px;
        bottom: 15px;
        right: 15px;
    }
    
    .radio-content-modern {
        padding: 20px 15px;
    }
    
    .radio-title-modern {
        font-size: 1.1rem;
    }
    
    .featured-badge {
        font-size: 0.7rem;
        padding: 4px 8px;
        top: 10px;
        left: 10px;
    }
}

@media (max-width: 576px) {
    .radio-header-modern {
        min-height: 180px;
        padding: 15px 10px;
    }
    
    .radio-logo-modern {
        height: 140px;
    }
    
    .radio-content-modern {
        padding: 15px 12px;
    }
    
    .radio-title-modern {
        font-size: 1rem;
    }
}

/* Responsive adjustments for radio location */
@media (max-width: 576px) {
    .radio-location {
        font-size: 0.8em;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pagination-lg {
    --bs-pagination-padding-x: 1rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1rem;
  }
  
  .pagination-lg .page-link {
    min-width: 3rem;
    min-height: 3rem;
  }
  
  .pagination {
    gap: 0.25rem;
  }
}

/* ===== GALLERY RADIO CARDS STYLES ===== */
.radio-gallery-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.radio-gallery-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.featured-dot {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #198754, #20c997);
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(255, 215, 0, 0.4);
    animation: pulse 3s infinite;
}

.logo-gallery-container {
    position: relative;
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: linear-gradient(135deg, #fafafa, #f0f0f0);
}

.logo-gallery {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    border-radius: 8px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

.radio-gallery-card:hover .logo-gallery {
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 8px;
}

.radio-gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.play-gallery-btn {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #198754;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-gallery-btn:hover {
    transform: scale(1.1);
    background: #198754;
    color: white;
}

.gallery-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
    color: white;
    padding: 12px;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gallery-name {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.2;
}

.gallery-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    opacity: 0.9;
    gap: 8px;
}

.gallery-location {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0.8;
}

.gallery-views {
    font-size: 0.7rem;
    opacity: 0.7;
    white-space: nowrap;
}

.gallery-link {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.gallery-link:hover {
    color: #198754;
    text-decoration: none;
    transform: translateX(2px);
    opacity: 1;
}

/* Responsive adjustments for gallery cards */
@media (max-width: 768px) {
    .gallery-info {
        padding: 10px;
    }
    
    .gallery-name {
        font-size: 0.85rem;
    }
    
    .gallery-meta {
        font-size: 0.7rem;
    }
    
    .play-gallery-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .featured-dot {
        width: 10px;
        height: 10px;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 576px) {
    .logo-gallery-container {
        padding: 6px;
    }
    
    .gallery-info {
        padding: 8px;
    }
    
    .gallery-name {
        font-size: 0.8rem;
    }
    
    .gallery-meta {
        font-size: 0.65rem;
    }
    
    .play-gallery-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .gallery-overlay {
        margin: 6px;
    }
}

/* ===== ENHANCED RADIO CARDS STYLES ===== */
.radio-card-enhanced {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.radio-card-enhanced:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.featured-badge-enhanced {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #198754, #20c997);
    color: #333;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    animation: pulse 3s infinite;
}

.radio-header-enhanced {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.radio-logo-enhanced {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.radio-image-enhanced {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.radio-card-enhanced:hover .radio-image-enhanced {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.15));
}

.play-btn-enhanced {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #198754, #20c997);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    opacity: 0;
    z-index: 5;
}

.radio-card-enhanced:hover .play-btn-enhanced {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-btn-enhanced:hover {
    background: linear-gradient(135deg, #218838, #1e7e34);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}

.radio-content-enhanced {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.radio-title-enhanced {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.3;
    text-align: center;
}

.radio-meta-enhanced {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
}

.radio-location-enhanced {
    color: #6c757d;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.radio-location-enhanced i {
    color: #dc3545;
}

.radio-views-enhanced {
    color: #198754;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
}

.radio-actions-enhanced {
    text-align: center;
}

.info-btn-enhanced {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.info-btn-enhanced:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
    color: white;
    text-decoration: none;
}

/* Responsive adjustments for enhanced cards */
@media (max-width: 768px) {
    .radio-header-enhanced {
        min-height: 150px;
        padding: 15px;
    }
    
    .radio-logo-enhanced {
        height: 120px;
    }
    
    .radio-content-enhanced {
        padding: 15px;
    }
    
    .radio-title-enhanced {
        font-size: 1rem;
    }
    
    .play-btn-enhanced {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
    .featured-badge-enhanced {
        font-size: 0.65rem;
        padding: 3px 6px;
    }
}

@media (max-width: 576px) {
    .radio-header-enhanced {
        min-height: 130px;
        padding: 12px;
    }
    
    .radio-logo-enhanced {
        height: 100px;
    }
    
    .radio-content-enhanced {
        padding: 12px;
    }
    
    .radio-title-enhanced {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }
    
    .radio-meta-enhanced {
        gap: 6px;
        margin-bottom: 12px;
    }
    
    .radio-location-enhanced,
    .radio-views-enhanced {
        font-size: 0.8rem;
    }
    
    .play-btn-enhanced {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .info-btn-enhanced {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

/* ===== RADIO DETAIL PAGE STYLES ===== */

/* Hero Section */
.radio-hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #333;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dee2e6;
}

.radio-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.02);
    z-index: 1;
}

.radio-hero-section .container {
    position: relative;
    z-index: 2;
}

/* Radio Logo */
.radio-logo-container {
    text-align: center;
}

.radio-main-logo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 4px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.radio-main-logo:hover {
    transform: scale(1.05);
}

/* Radio Info */
.radio-main-info {
    padding-left: 20px;
}

.radio-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.radio-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.radio-badges .badge {
    padding: 8px 15px;
    font-size: 0.9rem;
    border-radius: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.badge-location {
    background: rgba(108, 117, 125, 0.1);
    color: #495057;
    border: 1px solid rgba(108, 117, 125, 0.2);
}

.badge-category {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.2);
}

.badge-views {
    background: #0dcaf0;
    color: #ffffff;
    border: 1px solid #0bbbd6;
}

/* Play Button */
.radio-play-section {
    padding-right: 20px;
}

.btn-play-main {
    background: linear-gradient(45deg, #198754, #20c997);
    border: none;
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: none;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-play-main:hover {
    transform: translateY(-2px);
    box-shadow: none;
    background: linear-gradient(45deg, #146c43, #198754);
}

.btn-play-main i {
    font-size: 1.3rem;
}

/* Main Content Sections */
.radio-section {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(25, 135, 84, 0.1);
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(25, 135, 84, 0.1);
}

.section-title i {
    color: #198754;
}

.section-content {
    color: #666;
    line-height: 1.7;
}

.radio-description {
    font-size: 1.1rem;
    margin: 0;
}

/* Similar Radios Grid */
.similar-radios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.similar-radio-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(25, 135, 84, 0.1);
}

.similar-radio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(25, 135, 84, 0.2);
    border-color: rgba(25, 135, 84, 0.3);
}

.similar-radio-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.similar-radio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.similar-radio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* no bloquea el clic del logo */
}

.similar-radio-card:hover .similar-radio-overlay {
    opacity: 1; /* mostrar ícono en hover */
}

.similar-radio-card:hover .similar-radio-image img {
    transform: scale(1.1);
}

.btn-play-similar {
    background: #198754;
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    pointer-events: auto; /* permite clic sobre el botón aún con overlay sin eventos */
}

.btn-play-similar:hover {
    background: #146c43;
    transform: scale(1.1);
}

.similar-radio-info {
    padding: 15px;
}

.similar-radio-name {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.similar-radio-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.similar-radio-name a:hover {
    color: #198754;
}

/* Sidebar Sections */
.radio-sidebar-section {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.sidebar-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.sidebar-title i {
    color: #198754;
    margin-right: 8px;
}

/* Social Links */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.4;
    transition: all 0.2s ease;
    border: 1px solid #e9ecef;
    background: #ffffff;
    color: #495057;
    min-height: 44px;
    width: 100%;
    box-sizing: border-box;
}

.social-link:hover {
    transform: translateY(-1px);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.social-link .social-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.social-link.facebook:hover {
    background-color: #1877f2;
    color: white;
    border-color: #1877f2;
}

.social-link.facebook .social-icon {
    fill: #1877f2;
}

.social-link.facebook:hover .social-icon {
    fill: white;
}

.social-link.youtube:hover {
    background-color: #ff0000;
    color: white;
    border-color: #ff0000;
}

.social-link.youtube .social-icon {
    fill: #ff0000;
}

.social-link.youtube:hover .social-icon {
    fill: white;
}

.social-link.tiktok:hover {
    background-color: #000000;
    color: white;
    border-color: #000000;
}

.social-link.tiktok .social-icon {
    fill: #000000;
}

.social-link.tiktok:hover .social-icon {
    fill: white;
}

.social-link.instagram:hover {
    background-color: #e4405f;
    color: white;
    border-color: #e4405f;
}

.social-link.instagram .social-icon {
    fill: #e4405f;
}

.social-link.instagram:hover .social-icon {
    fill: white;
}

.social-link.whatsapp:hover {
    background-color: #25d366;
    color: white;
    border-color: #25d366;
}

.social-link.whatsapp .social-icon {
    fill: #25d366;
}

.social-link.whatsapp:hover .social-icon {
    fill: white;
}

.social-link.website:hover {
    background-color: #6c757d;
    color: white;
    border-color: #6c757d;
}

.social-link.website .social-icon {
    fill: #6c757d;
}

.social-link.website:hover .social-icon {
    fill: white;
    transform: scale(1.1);
}

/* Share Buttons */
.share-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.share-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.4;
    transition: all 0.2s ease;
    border: 1px solid #e9ecef;
    background: white;
    cursor: pointer;
    min-height: 44px;
    overflow: visible;
}

.share-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.share-btn.facebook {
    color: #1877f2;
    border-color: #1877f2;
}

.share-btn.facebook:hover {
    background-color: #1877f2;
    color: white;
}

.share-btn.twitter {
    color: #1da1f2;
    border-color: #1da1f2;
}

.share-btn.twitter:hover {
    background-color: #1da1f2;
    color: white;
}

.share-btn.copy {
    color: #198754;
    border-color: #198754;
}

.share-btn.copy:hover {
    background-color: #198754;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .radio-main-title {
        font-size: 2rem;
    }
    
    .radio-main-logo {
        width: 120px;
        height: 120px;
    }
    
    .radio-main-info {
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }
    
    .radio-play-section {
        padding-right: 0;
        margin-top: 20px;
    }
    
    .btn-play-main {
        width: 100%;
        justify-content: center;
    }
    
    .radio-section {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .radio-sidebar-section {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .similar-radios-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .radio-badges {
        justify-content: center;
    }
    
    .radio-badges .badge {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .similar-radios-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== NOSOTROS (Misión y Visión) ===== */
.about-section {
  margin-top: 2rem;
}
.about-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.about-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.about-icon {
  width: 56px;
  height: 56px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #198754;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 56px; /* robust centering fallback */
  box-sizing: border-box;
  overflow: hidden;
  flex: 0 0 56px; /* evitar que flex estire o encoja */
}
.about-card h2, .about-card h3 {
  color: #0f5132;
}
.about-card p {
  line-height: 1.6;
}
