#right-section {
	width: 66%;
	display: flex;
	flex-direction: column;
	padding: 2.5rem;
	overflow-y: auto;
}

.right-s-contact {
    background: url('../Images/Background_Contact.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
}

.right-s-contact h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #5c068c;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.right-s-advertise {
    background: url('../Images/Background_Advertise.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.90);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
}

.right-s-about {
    background: url('../Images/Background_About_Grescup.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgb(255 255 255 / 66%);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
}

.right-s-about h1 {
    font-size: 3rem;
    color: #5c068c;
    display: inline-block;
    margin-top: -5px;
}

.right-s-about p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #424242;
    margin-bottom: 20px;
}

.right-s-sessions {
    width: 66%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    overflow-y: auto;
    background-color: #05010a;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    z-index: 1;
}


.right-s-sessions::before {
    content: "";
    position: absolute;
    inset: 0;
    
    background: 
        radial-gradient(circle at 50% 50%, #5c068c 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, #eba8ff 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, #be40f0 0%, transparent 40%);
    background-size: 200% 200%;
    filter: blur(80px) contrast(1.5);
    animation: liquidFlow 8s ease infinite;
    opacity: 0.6;
    z-index: -1;
}


.right-s-sessions::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    filter: brightness(1.2) contrast(1.2);
    pointer-events: none;
    z-index: 0;
}


.right-s-sessions {
  
    background-image: radial-gradient(
        circle at 50% 50%, 
        transparent 0%, 
        rgba(0, 0, 0, 0.4) 100%
    );
}


@keyframes liquidFlow {
    0% {
        background-position: 0% 50%;
        transform: scale(1);
    }
    33% {
        background-position: 100% 100%;
        transform: scale(1.2) rotate(5deg);
    }
    66% {
        background-position: 50% 0%;
        transform: scale(1.1) rotate(-5deg);
    }
    100% {
        background-position: 0% 50%;
        transform: scale(1);
    }
}

/* Asegurar que el contenido flote sobre el fondo */
.right-s-sessions > * {
    position: relative;
    z-index: 2;
}

.right-s-download {
    background: url('../Images/Background_Download.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
}

.right-s-download h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #5c068c;
    margin-bottom: 30px;
    text-align: center;
}

.right-s-gossip {
    background: url('../Images/Background_Gossip.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.80);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
}

.right-s-index .text-row {
	position: absolute;
	width: 200%;
	font-size: 4rem;
	font-weight: 800;
	color: rgba(0, 0, 0, 0.03);
	white-space: nowrap;
	animation: slide-text 30s linear infinite;
	font-family: Arial;
}

.right-s-index .text-row:nth-child(1) {
	top: 5%;
	left: 0%;
	animation-delay: 0s;
}

.right-s-index .text-row:nth-child(2) {
	top: 30%;
	left: 5%;
	animation-delay: 0s;
}

.right-s-index .text-row:nth-child(3) {
	top: 55%;
	left: 10%;
	animation-delay: 0s;
}

.right-s-index .text-row:nth-child(4) {
	top: 80%;
	left: 15%;
	animation-delay: 0s;
}

.right-s-index {
	width: 66%;
	display: flex;
	flex-direction: column;
	padding: 2.5rem;
	overflow-y: auto;
}

.right-s-index {
    justify-content: center;
    align-items: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.right-s-rules {
    background: url('../Images/Background_Rules.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.46);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
}

.right-s-top {
    justify-content: center;
    align-items: center;
    background: url('../Images/Background_Winners.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.76);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
}

.right-s-top h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #5c068c;
    text-align: center;
    position: relative;
    font-family: Open Sans, sans-serif;
    margin-bottom: 30px;
    margin-top:100px;
}

.right-s-usagepolicy {
    background: url('../Images/Background_Policies.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
}

.right-s-terms {
    background: url('../Images/Background_Policies.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
}

.right-s-privacypolicy {
    background: url('../Images/Background_Policies.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
}

.right-s-winners-sub {
    background: linear-gradient(rgba(255,255,255,40%), rgba(255,255,255,40%)), url('../Images/Background_Winners_Sub.jpg') no-repeat center center;
    background-size: cover;
    background-color: rgb(255 255 255 / 53%);
    background-blend-mode: overlay;
    box-shadow: -4px 4px 15px #00000059;
    overflow-y: auto;
}

.headline {
    font-family: 'Inter', sans-serif;
    font-size: clamp(2rem, 6vw, 2.5rem);
    font-weight: 800;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #5c068c 0%, #bb29bb 50%, #5c068c 100%);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation:
      fadeIn 0.8s ease-out forwards,
      bgShift 4s ease infinite;
}
  
    
.headline::before {
    content: '';
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: rgba(255,255,255,0.15);
    transform: skewX(-20deg);
    pointer-events: none;
    animation: shine 2s ease-in-out infinite;
}

@keyframes fadeIn {
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes bgShift {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes shine {
    0%   { left: -75%; }
    50%  { left: 125%; }
    100% { left: 125%; }
}

:root {
	--accent1: #5c068c;
	--accent2: #bb29bb;
	--text-main: #222;
	--text-sub: #555;
	--card-radius: 1rem;
	--card-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	--card-hover-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.play-overlay-epic {
    cursor: pointer;
    pointer-events: auto; /* Fuerza que el clic sea detectable */
}

.session-cover-wrapper-epic {
    cursor: pointer;
}

.sessions-portal {
    position: relative;
    margin-bottom: 40px;
}

.sessions-portal h1 {
    align-items: center;
    gap: 15px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 2.5rem;
    z-index: 2;
    position: relative;
}

.logo-sessions {
    width: 260px;
    height: auto;
    filter: drop-shadow(0 0 8px rgba(142, 5, 194, 0.8));
    display: block;
}

.vibrating-text {
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(142, 5, 194, 0.6);
    animation: epicVibrate 0.1s infinite alternate;
}

@keyframes epicVibrate {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    100% { transform: translate(-1px, -1px) rotate(1deg); }
}

.portal-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(142, 5, 194, 0.8) 0%, transparent 70%);
    filter: blur(20px);
    opacity: 0.8;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.sessions-description-epic {
    color: #aaa;
    text-align: center;
    font-size: 1rem;
    font-family: 'Courier New', monospace; /* Toque técnico */
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.sessions-list-epic {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.session-card-epic {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    width: 50%;
    min-width: 450px;
    margin: 10px auto 0;
    height: auto;
    min-height: fit-content;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: inset 0 0 15px rgba(142, 5, 194, 0.3), 0 0 20px rgba(0, 0, 0, 0.5);
}
.session-info-epic {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 200px;
}
.session-details-epic {
    overflow: hidden;
    word-wrap: break-word;
}
.music-scanner {
    height: 4px;
    z-index: 10;
}
@media (max-width: 768px) {
    .session-card-epic {
        width: 90%;
        min-width: unset;
    }
}

.session-cover-wrapper-epic {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.3s;
}

.session-card-epic:hover .session-cover-wrapper-epic {
    border-color: #fff;
    transform: rotate(-3deg);
}

.session-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-overlay-epic {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(142, 5, 194, 0.8) 0%, rgba(29, 185, 84, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    opacity: 0;
    transition: 0.3s;
}

.session-card-epic:hover .play-overlay-epic {
    opacity: 1;
}

.session-details-epic h3 {
    margin: 0;
    font-size: 1.3rem;
    color: #fff;
    text-shadow: 0 0 5px #fff;
}

.session-details-epic p {
    margin: 0;
    font-size: 0.9rem;
    color: #ccc;
    font-family: 'Courier New', monospace;
}

.session-links-epic {
    display: flex;
    gap: 12px;
}

.s-link {
    font-size: 1.8rem;
    transition: 0.3s;
    color: #444;
}

.s-link.spot:hover { color: #1DB954; filter: drop-shadow(0 0 10px #1DB954); }
.s-link.sound:hover { color: #ff5500; filter: drop-shadow(0 0 10px #ff5500); }
.s-link.yt:hover { color: #ff0000; filter: drop-shadow(0 0 10px #ff0000); }
.s-link.apple:hover { color: #ffffff; filter: drop-shadow(0 0 10px #ffffff); }


.music-scanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px #fff;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.3s;
}

.session-card-epic:hover .music-scanner {
    animation: scanFrequency 1s linear infinite;
    opacity: 1;
}

@keyframes scanFrequency {
    0% { top: -10%; }
    100% { top: 110%; }
}

/* --- VIBRACIÓN DE BAJOS AL CLICK --- */
.session-card-epic.bass-drop:active {
    animation: epicBassDrop 0.15s infinite;
}

@keyframes epicBassDrop {
    0% { transform: scale(1.05) translate(2px, 2px); }
    50% { transform: scale(1.07) translate(-2px, -3px); }
    100% { transform: scale(1.05) translate(2px, 2px); }
}

.music-footer-note-epic {
    margin-top: 50px;
    color: #8e05c2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgba(142, 5, 194, 0.8);
}

.profile-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	padding: 1rem;
}

.profile-card {
	--img: none;
	position: relative;
	aspect-ratio: 6 / 7;
	min-width: 220px;
	background: var(--img) center center no-repeat, #fff;
	background-size: auto 100%;
	border-radius: var(--card-radius);
	overflow: hidden;
	box-shadow: var(--card-shadow);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: url('../Images/Grescup-Icono.cur') 16 16, auto;
}

.profile-card:hover {
	transform: translateY(-8px) scale(1.03);
	box-shadow: var(--card-hover-shadow);
}

.profile-card .flag {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 32px;
	height: 24px;
	border-radius: 0.25rem;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	background: #fff;
	padding: 2px;
	z-index: 2;
}

.profile-card .info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	transform: translateY(100%);
	transition: transform 0.3s ease;
	text-align: center;
}

.profile-card:hover .info {
	transform: translateY(0);
}

.info .week {
	font-size: 0.75rem;
	color: var(--text-sub);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
}

.info .username {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0.25rem 0 0;
	background: linear-gradient(90deg, var(--accent1), var(--accent2));
	background-clip: text;
	color: transparent;
	text-shadow: 0 1px 2px rgb(36 1 92 / 32%);
}


.modern-pricing .pricing-header {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .modern-pricing .pricing-header h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #5c068c;
    margin-bottom: 0.5rem;
  }
  
  .modern-pricing .pricing-header p {
    font-size: 1.2rem;
    color: #666;
  }
  
  .pricing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 2rem;
  }
  
  :root {
  --accent-color: #5c068c;
  --text-color: #2c2c2c;
  --bg-color: #ffffff;
  --shadow-color: rgba(0, 0, 0, 0.1);
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 3rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.pricing-card {
  position: relative;
  width: 320px;
  padding: 2.5rem 1.5rem;
  background-color: var(--bg-color);
  color: var(--text-color);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05); 
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(88, 6, 140, 0.15) 0%, transparent 100%);
  transition: transform 0.3s ease;
}

.pricing-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #58068c, #8e05c2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(88, 6, 140, 0.2);
}

.pricing-card:hover::after {
  transform: scaleX(1);
}

.pricing-card:hover .card-top {
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}

.pricing-card .card-top h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  text-align:center;
}

.pricing-card .card-top h2::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.pricing-card .card-top h2:hover::after {
  width: 60%;
}

.pricing-card .card-top h4 {
  font-size: 0.95rem;
  font-weight: 500;
  color: #555;
  line-height: 1.4;
}

.pricing-card .features_pricing {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: grid;
  gap: 1.5rem;
}

.pricing-card .features_pricing li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #444;
  transition: color 0.3s ease, transform 0.3s ease;
}

.pricing-card .features_pricing li i {
  color: var(--accent-color);
  margin-right: 0.75rem;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: color 0.3s ease, transform 0.3s ease;
}

.pricing-card .features_pricing li .price {
  margin-left: auto;
  font-weight: 700;
  color: var(--accent-color);
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.pricing-card .features_pricing li:hover {
  color: var(--accent-color);
  transform: translateX(4px);
}

.pricing-card .features_pricing li:hover i {
  color: #222;
  transform: scale(1.1);
}

.pricing-card .features_pricing li:hover .price {
  color: #222;
  transform: scale(1.05);
}

.pricing-card .btn {
  margin-top: auto;
  background-color: var(--accent-color);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 24px rgba(92, 6, 140, 0.25);
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card .btn:hover {
  background-color: #3f0059;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 32px rgba(63, 0, 89, 0.3);
}

  
  .pricing-footer {
    text-align: center;
  }
  
  .pricing-footer p {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 1rem;
  }
  
  .pricing-footer .cta-btn {
    background: #5c068c;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
  }
  
  .pricing-footer .cta-btn:hover {
    background: #BB29BB;
  }

  
@keyframes rotateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.currency-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background: linear-gradient(270deg, #5c068c, #7928ca, #bb29bb, #7928ca, #5c068c);
  background-size: 400% 400%;
  animation: rotateBG 8s ease infinite;
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.currency-toggle-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.currency-toggle-btn:active {
  transform: scale(0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.currency-toggle-btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
}

.currency-toggle-btn i {
  font-size: 1.3rem;
  line-height: 1;
}

#currency-symbol, #currency-symbol2 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}

.app-images img {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.app-images img.hidden {
  opacity: 0;
}

#img-left.show {
  transition-delay: 0s;
}

#img-right.show {
  transition-delay: 0.5s;
}

.ad-options {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin: 3rem auto 5rem;
  max-width: 1200px;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.info-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 32px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
  box-sizing: border-box;
}

.info-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.info-card i {
  font-size: 72px;
  color: #6e1aae;
  margin-bottom: 16px;
  animation: pulse 3s ease-in-out infinite;
  transition: color 0.3s ease;
}

.info-card:hover i {
  animation: shake 0.8s ease-in-out infinite;
  color: #4a0260;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shake {
  0%,
  100% {
    transform: rotate(0deg) scale(1.08);
  }
  25% {
    transform: rotate(-8deg) scale(1.08);
  }
  75% {
    transform: rotate(8deg) scale(1.08);
  }
}

.info-card h3 {
  font-size: 1.5rem;
  color: #4a0260;
  margin-bottom: 16px;
  font-weight: 600;
}

.info-card p {
  color: #4d4d4d;
  line-height: 1.6;
  font-size: 1.125rem;
  max-width: 90%;
}

.pricing-section {
  position: relative;
  margin: 6rem auto;
  padding: 3rem 2.5rem;
  max-width: 800px;
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transform: translateZ(0);
}

.pricing-section::before,
.pricing-section::after {
  content: "";
  position: absolute;
  opacity: 0.08;
  pointer-events: none;
  border-radius: 50%;
  z-index: 0;
}

.pricing-section::before {
  top: -80px;
  left: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle at center, #5c068c, transparent 80%);
}

.pricing-section::after {
  bottom: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle at center, #5c068c, transparent 80%);
}

.pricing-section h3 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2.25rem;
  line-height: 1.1;
  color: #5c068c;
  transition: transform 0.3s ease, color 0.3s ease;
  z-index: 1;
}
.pricing-section h3:hover {
  transform: translateY(-4px) scale(1.02);
}

.pricing-section p {
  position: relative;
  font-size: 1.125rem;
  color: #444444;
  text-align:justify;
  line-height: 1.7;
  margin-bottom: 3rem;
  max-width: 70ch;
  z-index: 1;
}

.cta-button-advertise {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding: 1rem 3rem;
  background: linear-gradient(135deg, #6e1aae 0%, #4a0260 100%);
  border: none;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(78, 16, 122, 0.2);
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-position 0.5s ease;
}

.cta-button-advertise::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

.cta-button-advertise:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 32px rgba(78, 16, 122, 0.3);
  background-position: 100% 0;
}

.cta-button-advertise:hover::before {
  left: 125%;
}

.cta-button-advertise:active {
  transform: scale(0.96);
  box-shadow: 0 4px 16px rgba(78, 16, 122, 0.15);
}

.winners-hero {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: .9rem;
  backdrop-filter: saturate(120%) blur(2px);
}

.winners-hero h1 {
  margin: 0;
  line-height: 1.1;
  letter-spacing: .2px;
}

.categories-section,
.categories-random {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  margin: auto;
}

.categories-random {
  margin-top: 2.5rem;
  width: 1000px;
}

.categories-header h2,
.categories-random h2 {
  margin: 0;
  font-size: 1.08rem;
  opacity: .95;
  letter-spacing: .15px;
}

#rnd-title, #cat-title{
  font-size: 20px;
}

.category-item {
  isolation: isolate;
  border-radius: 1rem;
  overflow: hidden;
}

.ad-label-ranking {
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255,255,255,.25);
  padding: .32rem .6rem;
  border-radius: .35rem;
  font-weight: 700;
  letter-spacing: .3px;
}

.logo-ranking {
  height: 1em;
  vertical-align: middle;
}

.ranking-link {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.ranking-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: .8rem 1rem;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.55) 58%,
    rgba(0,0,0,.78) 100%
  );
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .96rem;
}

.ranking-overlay span:first-child {
  font-weight: 700;
  letter-spacing: .2px;
}

.ranking-overlay span:last-child {
  opacity: .95;
  transform: translateX(0);
  transition: transform .2s;
}

.logo-advertise{
  width: 250px;
}

.right-section-advertise-h1 img.logo-advertise {
  vertical-align: middle;
  position: relative;
  top: -13px;
}

.logo-download {
  width: 250px;
}

.right-s-download h1 img.logo-download {
  vertical-align: middle;
  position: relative;
  top: -13px;
}

/* ------------------------------------------------------------- */
/* --------------------------- MEDIA --------------------------- */
/* ------------------------------------------------------------- */


@media (min-width: 1200px) and (max-width: 1400px) {
    #right-section {
        width: 67%;
    }
    .right-s-rules, .right-s-about, .right-s-download, .right-s-gossip, .right-s-index, .right-s-top, .right-s-usagepolicy, .right-s-terms, .right-s-winners-sub {
        width: 100%;
        box-shadow: none;
        padding: 30px;
    }
    .right-s-about h1, .right-s-download h1, .right-s-gossip h1, .right-s-index h1, .right-s-top h1, .right-s-winners-sub h1 {
        font-size: 2.5rem;
    }
    .right-s-usagepolicy h1, .right-s-terms h1 {
        font-size: 2.3rem!important;
    }
    .profile-card {
      min-width: 170px;
    }
    .profile-grid {
      gap: 1rem;
    }
    .week {
      font-size: 0.6rem!important;
    }
    .username {
      font-size: 0.8rem!important;
    }
    .profile-card .info {
      padding: 0.5rem!important;
    }
    .features {
      grid-template-columns: repeat(2, minmax(300px, 1fr));
    }
    .features > *:nth-child(3) {
      grid-column: 1 / -1;
      justify-self: center;
    }
    .info-card i {
      font-size: 50px;
      color: #6e1aae;
      margin-bottom: 16px;
      animation: pulse 3s ease-in-out infinite;
      transition: color 0.3s ease;
    }
    .info-card{
      padding: 12px;
    }
    .pricing-section h3 {
      font-size: 1.8rem;
    }
    .cta-button-advertise {
      font-size: 1rem;
    }
    .pricing-section {
      margin: 3rem auto;
    }
    .adoptions {
      margin: 3rem auto 4rem;
    }
    .logo-advertise .logo-download{
      width: 200px;
    }
    .right-section-advertise-h1 img.logo-advertise {
      top: -11px;
    }
}

/* Pantallas Extra Grandes (TVs, monitores muy amplios) */

@media (max-width: 1200px) {
    #right-section {
		width: 60%;
	}
    .right-s-rules {
        width: 100%;
        box-shadow: none;
    }

    .right-s-rules {
        padding: 30px;
    }

    .right-s-rules h1 {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
    .right-s-about {
        width: 100%;
        box-shadow: none;
    }
    .right-s-about {
        padding: 40px 20px;
    }

    .right-s-about h1 {
        font-size: 2rem;
    }
    .right-s-download {
        width: 100%;
        box-shadow: none;
    }

    .right-s-download {
        padding: 40px 20px;
    }

    .right-s-download h1 {
        font-size: 2rem;
    }
    .right-s-gossip { 
        width: 100%; 
        box-shadow: none; 
    } 
    .right-s-gossip { 
        padding: 30px; 
    }
    .right-s-index {
        width: 100%;
        box-shadow: none;
    }

    .right-s-index {
        padding: 40px 20px;
    }

    .right-s-index h1 {
        font-size: 2rem;
    }
    .right-s-top {
        width: 100%;
        box-shadow: none;
    }

    .right-s-top {
        padding: 30px;
    }

    .right-s-top h1 {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
    .right-s-usagepolicy {
        width: 100%;
        padding: 20px;
    }
    .right-s-usagepolicy {
        width: 100%;
        box-shadow: none;
    }

    .right-s-usagepolicy {
        padding: 30px;
    }
    .right-s-terms { 
        width: 100%; 
        box-shadow: none; 
    } 

    .right-s-terms { 
        padding: 30px; 
    }
    .right-s-winners-sub {
        width: 100%;
        box-shadow: none;
    }
    .right-s-winners-sub h1 {
        font-size: 2.5rem;
    }
}


/* Pantallas Pequeñas (Tablets pequeñas, iPads, móviles en horizontal) */

@media (max-width: 768px) {
    #right-section {
		width: 100%;
	}
	#right-section {
		padding: 1rem;
	}
    
    .right-s-rules {
        width: 100%;
        padding: 20px;
    }

    .right-s-rules h1 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .right-s-about {
        padding: 20px;
    }

    .card h2{
        font-size: 1.4rem;
    }

    .card p{
        font-size: 1rem;
    }

    .right-s-about h1 {
        font-size: 1.5rem;
    }

    .right-s-about p {
        font-size: 1rem;
    }
    .right-s-download {
        padding: 20px;
    }

    .right-s-download h1 {
        font-size: 1.5rem;
    }

    .right-s-download p {
        font-size: 1rem;
    }
    .right-s-gossip { 
        width: 100%; 
        padding: 20px; 
    }
    .right-s-index {
        padding: 20px;
    }

    .right-s-index h1 {
        font-size: 1.5rem;
    }

    .right-s-index p {
        font-size: 1rem;
    }
    .right-s-top {
        width: 100%;
        padding: 20px;
    }

    .right-s-top h1 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .right-s-terms { 
        width: 100%; 
        padding: 20px; 
    }
    .right-s-top h1 {
        font-size: 4rem;
        font-weight: 900;
        color: #5c068c;
        text-align: center;
        position: relative;
        font-family: Open Sans, sans-serif;
        margin-bottom: 0px;
        margin-top:10px;
    }
    
    .pricing-section h3 {
		font-size: 2rem;
	}

	.pricing-section p {
		font-size: 1rem;
	}

    .cta-button-advertise {
        padding: 1rem 1rem;
        font-size: 1.05rem;
        font-weight: 600;
    }

    .pricing-card {
        width: 370px;
    }

    .profile-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
    }
    .profile-card {
        min-width: auto;
        aspect-ratio: 4/5;
        background-size: cover;
    }
    .profile-card:hover {
        transform: none;
        box-shadow: var(--card-shadow);
    }
    .profile-card .flag {
        width: 28px;
        height: 18px;
        top: 0.25rem;
        right: 0.25rem;
    }
    .profile-card .info {
        padding: 0.75rem;
    }
    .info .week {
        font-size: 0.65rem;
    }
    .info .username {
        font-size: 1rem;
        margin-top: 0.2rem;
    }
    .logo-download{
      width: 130px;
    }
    .right-s-download h1 img.logo-download {
      top: -8px;
    }
    .right-s-download h1{
      font-size: 1.4rem !important;
    }
}


/* Pantallas Extra Pequeñas (Móviles muy pequeños) */

@media (max-width: 480px) {
    .right-s-contact h1{
        font-size: 2rem;
    }
    .right-s-rules {
        padding: 15px;
    }

    .right-s-rules h1 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .right-s-about h1 {
        font-size: 1.3rem;
    }

    .right-s-about p {
        font-size: 0.8rem;
    }
    .right-s-download h1, .right-section-advertise-h1 {
        font-size: 1.6rem;
    }

    .right-s-download p {
        font-size: 0.8rem;
    }
    .right-s-gossip { 
        padding: 15px; 
    }
    .right-s-index h1 {
        font-size: 1.3rem;
    }

    .right-s-index p {
        font-size: 0.8rem;
    }
    .right-s-top {
        padding: 15px;
    }

    .right-s-top h1 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .right-s-usagepolicy {
        padding: 15px;
    }
    .right-s-terms { 
        padding: 15px; 
    } 
    .right-s-terms h1 {
        font-size: 2rem;
    }
    .right-s-privacypolicy h1 {
        font-size: 2rem;
    }
    .right-s-winners-sub h1 {
        font-size: 2rem;
    }
    .logo-advertise .logo-download{
      width: 120px;
    }
    .right-section-advertise-h1 img.logo-advertise {
      top: -6px;
    }
}