/* ==========================================================================
   PAGES.CSS - DEDUPLICATED & CONSOLIDATED STYLESHEET
   ========================================================================== */

/* ==========================================================================
   RIVAL LORDS - Page Sections & Distinct Section Transitions
   ========================================================================== */

/* SEAMLESS LIVING VIBRANT COLOR SECTION BACKGROUNDS */

.section-padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

/* Services Section Living Background (Bright Summer Waves & Sun) */
.section-services {
  position: relative;
  background: radial-gradient(ellipse at 50% 20%, rgba(29, 110, 148, 0.95) 0%, rgba(20, 78, 110, 0.98) 75%);
}

.section-services::before {
  content: '';
  position: absolute;
  top: -150px;
  right: 5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 183, 3, 0.35) 0%, rgba(244, 63, 94, 0.22) 45%, transparent 70%);
  filter: blur(55px);
  pointer-events: none;
  animation: orbFloat1 16s ease-in-out infinite alternate;
}

.section-services::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 245, 212, 0.3) 0%, transparent 65%);
  filter: blur(60px);
  pointer-events: none;
  animation: orbFloat2 18s ease-in-out infinite alternate;
}

/* Quiénes Somos Section Living Background (Bright Summer Waves & Sun) */
.section-about {
  position: relative;
  background: radial-gradient(ellipse at 25% 50%, rgba(35, 122, 163, 0.95) 0%, rgba(20, 78, 110, 0.98) 75%);
}

.section-about::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 2%;
  width: 750px;
  height: 750px;
  background: radial-gradient(circle, rgba(0, 245, 212, 0.35) 0%, rgba(56, 189, 248, 0.2) 45%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  animation: orbFloat2 18s ease-in-out infinite alternate;
}

.section-about::after {
  content: '';
  position: absolute;
  top: -100px;
  right: 15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 183, 3, 0.3) 0%, transparent 65%);
  filter: blur(55px);
  pointer-events: none;
  animation: orbFloat1 20s ease-in-out infinite alternate;
}

/* Reviews Section Living Background (Bright Summer Waves & Sun) */
.section-reviews {
  position: relative;
  background: radial-gradient(ellipse at 75% 40%, rgba(25, 98, 133, 0.95) 0%, rgba(20, 78, 110, 0.98) 75%);
}

.section-reviews::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 25%;
  width: 750px;
  height: 750px;
  background: radial-gradient(circle, rgba(0, 245, 212, 0.24) 0%, rgba(0, 240, 255, 0.18) 50%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  animation: orbFloat1 20s ease-in-out infinite alternate;
}

/* HERO SECTION - Responsive Multi-Device Backgrounds */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 98px;
  padding-bottom: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-image: url('../common/hero-bg-img/background.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--bg-deep);
}

/* Tablet Horizontal / Landscape */
@media (min-width: 769px) and (max-width: 1200px) and (orientation: landscape) {
  .hero-section {
    background-image: url('../common/hero-bg-img/tablet-background-horizontal.png');
    background-size: cover;
    background-position: center center;
  }
}

/* Tablet Vertical / Portrait */
@media (min-width: 601px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-section {
    background-image: url('../common/hero-bg-img/tablet-background-vertical.png');
    background-size: cover;
    background-position: center center;
  }
}

/* Mobile Devices (Smartphones) */
@media (max-width: 600px) {
  .hero-section {
    background-image: url('../common/hero-bg-img/mobile-background.png');
    background-size: cover;
    background-position: center center;
  }
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(20, 78, 110, 0.15) 0%, rgba(20, 78, 110, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(0deg, var(--bg-deep) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: calc(100vh - 98px);
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem; /* Clean vertical balance */
  max-width: 800px;
  margin: 0 auto;
  transform: none;
}

.hero-badge-wrapper {
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: clamp(2.55rem, 4.25vw, 3.9rem);
  margin-bottom: 1.25rem;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 800;
}

.hero-gradient-rivals {
  background: linear-gradient(90deg, #00f0ff 0%, #38bdf8 35%, #00f5d4 70%, #e0f2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(0, 240, 255, 0.55));
  display: inline-block;
}

.hero-description {
  font-size: 1.25rem;
  color: var(--text-secondary);
  margin-bottom: 1.75rem;
  max-width: 610px;
  line-height: 1.6;
}

/* Hero Badges Glowing Separator Line */
.hero-badges-divider {
  width: 100%;
  max-width: 520px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.6) 0%, rgba(0, 245, 212, 0.5) 50%, transparent 100%);
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.45);
  margin-top: 1.75rem;
  margin-bottom: 2rem;
  border-radius: 2px;
}

/* Unique Mini Feature Badges (Matching User Screenshot Layout) */
.hero-feature-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 1.25rem 1.5rem;
  width: 100%;
  max-width: 540px;
}

.hero-mini-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(35, 112, 155, 0.85);
  border-radius: 18px;
  padding: 0.88rem 1.25rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.hero-mini-badge.badge-purple {
  border: 1.5px solid rgba(167, 139, 250, 0.7);
}

.hero-mini-badge.badge-cyan {
  border: 1.5px solid rgba(0, 245, 212, 0.7);
}

.hero-mini-badge.badge-gold {
  border: 1.5px solid rgba(255, 183, 3, 0.75);
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  max-width: 260px;
}

.hero-mini-badge:hover {
  transform: translateY(-4px);
  background: rgba(43, 130, 179, 0.95);
}

.hero-mini-badge.badge-purple:hover {
  border-color: rgba(176, 76, 245, 0.95);
  box-shadow: 0 12px 30px rgba(176, 76, 245, 0.35);
}

.hero-mini-badge.badge-cyan:hover {
  border-color: rgba(0, 245, 212, 0.95);
  box-shadow: 0 12px 30px rgba(0, 245, 212, 0.35);
}

.hero-mini-badge.badge-gold:hover {
  border-color: rgba(255, 190, 11, 0.95);
  box-shadow: 0 12px 30px rgba(255, 190, 11, 0.35);
}

.mini-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-mini-badge:hover .mini-badge-icon {
  transform: scale(1.08);
}

.mini-badge-icon.purple {
  background: rgba(30, 16, 60, 0.85);
  border: 1.5px solid rgba(176, 76, 245, 0.7);
  box-shadow: 0 0 18px rgba(176, 76, 245, 0.5), inset 0 0 10px rgba(176, 76, 245, 0.2);
}

.mini-badge-icon.cyan {
  background: rgba(10, 32, 54, 0.85);
  border: 1.5px solid rgba(0, 245, 212, 0.7);
  box-shadow: 0 0 18px rgba(0, 245, 212, 0.5), inset 0 0 10px rgba(0, 245, 212, 0.2);
}

.mini-badge-icon.gold {
  background: rgba(42, 30, 8, 0.85);
  border: 1.5px solid rgba(255, 190, 11, 0.8);
  box-shadow: 0 0 18px rgba(255, 190, 11, 0.5), inset 0 0 10px rgba(255, 190, 11, 0.2);
}

.mini-badge-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.mini-badge-icon.purple svg {
  stroke: #c084fc;
  filter: drop-shadow(0 0 6px rgba(192, 132, 252, 0.85));
}

.mini-badge-icon.cyan svg {
  stroke: #00f5d4;
  filter: drop-shadow(0 0 6px rgba(0, 245, 212, 0.85));
}

.mini-badge-icon.gold svg {
  stroke: #ffc800;
  filter: drop-shadow(0 0 6px rgba(255, 200, 0, 0.85));
}

.hero-mini-badge:hover .mini-badge-icon svg {
  transform: scale(1.12);
}

.mini-badge-text {
  display: flex;
  flex-direction: column;
}

.mini-badge-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.09rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.mini-badge-title.purple-text {
  color: #c084fc;
  text-shadow: 0 0 10px rgba(192, 132, 252, 0.5);
}

.mini-badge-title.cyan-text {
  color: #00f5d4;
  text-shadow: 0 0 10px rgba(0, 245, 212, 0.5);
}

.mini-badge-title.gold-text {
  color: #ffc800;
  text-shadow: 0 0 10px rgba(255, 200, 0, 0.5);
}

.mini-badge-sub {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 2px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
  width: 100%;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-value {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-bright);
  text-shadow: 0 0 18px var(--gold-glow);
}

.stat-label {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Hero Character Artwork (Optimal Large Size Fitting 100vh below header) */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-self: flex-end; /* Pin visual container to the bottom */
  height: calc(100vh - 98px);
  margin-bottom: 0;
}

.hero-visual::before {
  content: '';
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.38) 0%, rgba(0, 245, 212, 0.22) 42%, rgba(3, 8, 20, 0) 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.hero-character-img {
  position: relative;
  z-index: 1;
  height: auto;
  max-height: calc(95vh - 105px);
  width: auto;
  max-width: 110%;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  margin: 0 auto;
  transform: scale(1.03);
  transform-origin: bottom center;
  filter: drop-shadow(0 0 45px rgba(0, 240, 255, 0.75)) drop-shadow(0 0 25px rgba(0, 245, 212, 0.5)) drop-shadow(0 20px 40px rgba(0, 0, 0, 0.9));
  transition: filter var(--transition-normal);
}

.hero-character-img:hover {
  filter: drop-shadow(0 0 65px rgba(0, 240, 255, 0.95)) drop-shadow(0 0 35px rgba(0, 245, 212, 0.7)) drop-shadow(0 25px 50px rgba(0, 0, 0, 0.95));
}

.hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.85rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-subtle);
}

.hero-character-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-primary), var(--gold-primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #05030a;
  font-size: 1.1rem;
  box-shadow: 0 0 20px var(--purple-glow);
}

.hero-card-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.feature-check-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--text-main);
  transition: transform var(--transition-fast);
}

.feature-check-item:hover {
  transform: translateX(5px);
}

.check-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.18);
  border: 1px solid var(--gold-primary);
  color: var(--gold-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  box-shadow: 0 0 12px var(--gold-glow);
}

/* SERVICES GRID & CARDS */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

#servicios-destacados .services-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

a.service-card {
  text-decoration: none;
  color: inherit;
}

.service-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all var(--transition-normal);
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--purple-primary), var(--gold-primary), var(--cyan-accent));
  background-size: 200% auto;
  opacity: 0.3;
  transition: all var(--transition-fast);
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-glow);
  box-shadow: var(--shadow-purple-glow), 0 20px 40px rgba(0, 0, 0, 0.7);
  background: var(--bg-card-hover);
}

.service-card:hover::before {
  opacity: 1;
  animation: shimmerGradient 3s ease infinite;
}

.services-section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.services-section-title {
  font-size: 3.1rem;
  letter-spacing: 0.04em;
}

.services-section-subtitle {
  font-size: 1.3rem;
  color: var(--text-muted);
  max-width: 760px;
  margin: 0.85rem auto 0 auto;
  line-height: 1.6;
}

/* POSTER STYLE SERVICE CARDS (Full Background Image) */
.service-card-poster {
  position: relative;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem 1.25rem;
  text-decoration: none;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.poster-lord-farming {
  background-image: url('../common/services-index-img/lord-farming-card-icon.png'), linear-gradient(135deg, #2b1807 0%, #14081c 100%);
  border: 1.5px solid rgba(255, 183, 3, 0.45);
}

.poster-lord-farming:hover {
  border-color: #ffb703;
  box-shadow: 0 16px 36px rgba(255, 183, 3, 0.45), 0 0 25px rgba(255, 208, 0, 0.35);
}

.poster-rank-boost {
  background-image: url('../common/services-index-img/raank-boost-card-icon.png'), linear-gradient(135deg, #381228 0%, #14081c 100%);
  border: 1.5px solid rgba(0, 240, 255, 0.45);
}

.poster-rank-boost:hover {
  border-color: #00f0ff;
  box-shadow: 0 16px 36px rgba(0, 240, 255, 0.45), 0 0 25px rgba(0, 245, 212, 0.35);
}

.poster-rival-pass {
  background-image: url('../common/services-index-img/rival-pass-card-icon.png'), linear-gradient(135deg, #3d0c28 0%, #14081c 100%);
  border: 1.5px solid rgba(255, 71, 126, 0.45);
}

.poster-rival-pass:hover {
  border-color: #ff477e;
  box-shadow: 0 16px 36px rgba(255, 71, 126, 0.45), 0 0 25px rgba(255, 107, 149, 0.35);
}

.poster-lattices-skins {
  background-image: url('../common/services-index-img/lattices-card-icon.png'), linear-gradient(135deg, #281038 0%, #14081c 100%);
  border: 1.5px solid rgba(0, 245, 212, 0.45);
}

.poster-lattices-skins:hover {
  border-color: #00f5d4;
  box-shadow: 0 16px 36px rgba(0, 245, 212, 0.45), 0 0 25px rgba(0, 240, 255, 0.35);
}

.service-card-poster::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6, 16, 36, 0.7) 100%);
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.service-card-poster:hover {
  transform: translateY(-8px) scale(1.02);
}

.service-card-poster:hover::before {
  background: linear-gradient(180deg, transparent 25%, rgba(6, 16, 36, 0.55) 100%);
}

.poster-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  width: 100%;
  pointer-events: none;
}

.poster-title {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
  margin: 0 0 0.25rem 0;
  line-height: 1.15;
}

.poster-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}

.poster-pill {
  display: inline-block;
  padding: 0.42rem 1.15rem;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.poster-pill.pill-purple {
  background: rgba(126, 34, 206, 0.85);
  border: 1.5px solid rgba(192, 132, 252, 0.85);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(126, 34, 206, 0.55), 0 0 12px rgba(192, 132, 252, 0.35);
  text-shadow: 0 0 8px rgba(192, 132, 252, 0.7);
}

.poster-pill.pill-gold {
  background: rgba(180, 83, 9, 0.85);
  border: 1.5px solid rgba(251, 191, 36, 0.85);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.55), 0 0 12px rgba(251, 191, 36, 0.35);
  text-shadow: 0 0 8px rgba(251, 191, 36, 0.7);
}

.service-card-poster:hover .poster-pill {
  transform: translateX(4px);
}

/* Service Cover Image */
.service-cover-box {
  width: 100%;
  height: 180px;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  margin-bottom: 1.1rem;
  background: rgba(14, 10, 30, 0.7);
  border: 1px solid var(--border-subtle);
}

.service-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.service-card:hover .service-cover-img {
  transform: scale(1.08);
}

.service-icon-box {
  width: 68px;
  height: 68px;
  border-radius: var(--radius-md);
  background: rgba(168, 85, 247, 0.14);
  border: 1px solid var(--border-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--purple-bright);
  transition: all var(--transition-bounce);
}

.service-card:hover .service-icon-box {
  background: linear-gradient(135deg, var(--purple-primary), var(--purple-dark));
  color: #ffffff;
  transform: scale(1.12) rotate(-6deg);
  box-shadow: 0 0 28px var(--purple-glow);
}

.service-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-title {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
  color: var(--text-main);
  transition: color 0.3s ease;
}

.service-card:hover .service-title {
  color: var(--purple-bright);
}

.service-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.55;
}

.service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-subtle);
}

.service-price {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold-bright);
  text-shadow: 0 0 12px var(--gold-glow);
}

/* CALCULATOR & INTERACTIVE SECTIONS */
.calculator-box {
  position: relative;
  background: linear-gradient(145deg, rgba(23, 15, 46, 0.95), rgba(14, 8, 30, 0.95));
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-lg);
  padding: 3.25rem;
  box-shadow: var(--shadow-purple-glow), 0 25px 60px rgba(0,0,0,0.8);
  backdrop-filter: blur(24px);
}

.calc-group {
  margin-bottom: 2.25rem;
}

.calc-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.95rem;
  color: var(--text-main);
}

.calc-select, .calc-input {
  width: 100%;
  padding: 1.05rem 1.45rem;
  background: rgba(8, 5, 17, 0.85);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 1.05rem;
  outline: none;
  transition: all var(--transition-fast);
}

.calc-select:focus, .calc-input:focus {
  border-color: var(--purple-primary);
  box-shadow: 0 0 22px var(--purple-glow);
  background: rgba(14, 8, 30, 0.95);
}

/* REVIEWS GRID */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.review-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: all var(--transition-normal);
  background: rgba(14, 9, 30, 0.7);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.8rem;
  backdrop-filter: blur(12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-gold-glow);
  transform: translateY(-5px);
  border-color: var(--purple-primary);
  box-shadow: 0 10px 30px rgba(168, 85, 247, 0.2);
}

.review-stars {
  color: var(--gold-primary);
  display: flex;
  gap: 0.35rem;
  font-size: 1.25rem;
  text-shadow: 0 0 10px var(--gold-glow);
  color: var(--gold-bright);
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.review-text {
  font-style: italic;
  color: var(--text-secondary);
  font-size: 1.02rem;
  flex: 1;
  line-height: 1.7;
}

.reviewer-profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-primary), var(--cyan-accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.1rem;
  box-shadow: 0 0 15px var(--cyan-glow);
}

.reviewer-info h4 {
  font-size: 1.05rem;
}

.reviewer-info p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ABOUT US STYLES */
.about-glass-box {
  background: linear-gradient(135deg, rgba(14, 8, 30, 0.95) 0%, rgba(10, 6, 22, 0.98) 100%);
  border: 1.5px solid rgba(0, 245, 212, 0.35);
  box-shadow: 0 0 35px rgba(0, 245, 212, 0.15), 0 20px 50px rgba(0, 0, 0, 0.8);
  border-radius: var(--radius-lg);
  padding: 3rem;
  backdrop-filter: blur(20px);
}

.about-title-cyan {
  font-size: 2.8rem;
  color: #00f5d4;
  text-shadow: 0 0 25px rgba(0, 245, 212, 0.45);
  margin-top: 0.6rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
}

.about-lead {
  font-size: 1.22rem;
  line-height: 1.7;
  color: var(--text-main);
  margin-bottom: 1.1rem;
}

.about-lead strong, .about-sub strong {
  color: #ffffff;
}

.about-sub {
  font-size: 1.08rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.about-highlights-grid {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  margin-top: 1.5rem;
}

.about-pill-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(0, 245, 212, 0.06);
  border: 1px solid rgba(0, 245, 212, 0.3);
  border-radius: 50px;
  padding: 0.75rem 1.4rem;
  color: #e0f2fe;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}

.about-pill-item:hover {
  background: rgba(0, 245, 212, 0.15);
  border-color: rgba(0, 245, 212, 0.7);
  transform: translateX(6px);
  box-shadow: 0 0 20px rgba(0, 245, 212, 0.25);
}

.about-pill-icon {
  font-size: 1.35rem;
}

.about-discord-card {
  border: 1.5px solid rgba(168, 85, 247, 0.4);
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.2);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-features-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.5rem;
}

.about-feature-item {
  display: flex;
  gap: 1.5rem;
  transition: transform var(--transition-fast);
}

.about-feature-item:hover {
  transform: translateX(8px);
}

.about-icon-box {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: rgba(168, 85, 247, 0.16);
  border: 1px solid var(--purple-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple-bright);
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 18px var(--purple-glow);
}

.about-icon-box svg {
  width: 26px;
  height: 26px;
  stroke: var(--purple-bright);
  filter: drop-shadow(0 0 6px rgba(192, 132, 252, 0.75));
  transition: transform 0.3s ease;
}

.about-feature-item:hover .about-icon-box svg {
  transform: scale(1.12);
}

/* RESPONSIVE STYLES */
@media (max-width: 1100px) {
  #servicios-destacados .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   ULTRA-PREMIUM LEGAL PAGES DESIGN SYSTEM
   ========================================================================== */

.legal-doc-wrapper {
  max-width: 880px;
  margin: 0 auto;
  padding: 3rem 0 5rem 0;
}

.legal-back-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn-back-home {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.35rem;
  font-size: 0.95rem;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cyan-accent);
  background: rgba(0, 245, 212, 0.05);
  border: 1px solid rgba(0, 245, 212, 0.3);
  border-radius: 50px;
  transition: all 0.3s ease;
}

/* ==========================================================================
   SUPER PROFESSIONAL LEGAL PAGES STYLING
   ========================================================================== */

.legal-doc-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

/* Top Action Navigation Bar */
.legal-top-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.9rem 1.35rem;
  background: rgba(14, 9, 30, 0.75);
  border: 1px solid rgba(168, 85, 247, 0.25);
  border-radius: 18px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(168, 85, 247, 0.1);
  margin-bottom: 2.25rem;
  flex-wrap: wrap;
}

.legal-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.25rem;
  border-radius: 12px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.btn-action-back {
  background: rgba(0, 245, 212, 0.06);
  color: var(--cyan-accent);
  border: 1px solid rgba(0, 245, 212, 0.3);
}

.btn-action-back:hover {
  background: rgba(0, 245, 212, 0.16);
  border-color: var(--cyan-accent);
  color: #ffffff;
  transform: translateX(-4px);
  box-shadow: 0 4px 20px rgba(0, 245, 212, 0.3);
}

.btn-action-discord {
  background: linear-gradient(135deg, #5865f2 0%, #404eed 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(88, 101, 242, 0.35);
}

.btn-action-discord:hover {
  background: linear-gradient(135deg, #6975f3 0%, #4c5af7 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(88, 101, 242, 0.5);
  color: #ffffff;
}

.legal-top-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.breadcrumb-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-accent);
  box-shadow: 0 0 10px var(--cyan-accent);
  animation: pulseDot 2s infinite;
}

/* Legal Document Card Main Layout */
.legal-doc-card {
  background: radial-gradient(circle at 50% 0%, rgba(14, 23, 51, 0.94) 0%, rgba(4, 9, 20, 0.98) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(0, 240, 255, 0.35);
  border-radius: var(--radius-lg);
  padding: 4rem 4.25rem;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.85), 0 0 45px rgba(0, 240, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.legal-doc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan-primary) 0%, var(--cyan-accent) 50%, var(--gold-primary) 100%);
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.5);
}

.legal-doc-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
}

.legal-doc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.15rem;
  border-radius: 50px;
  background: rgba(0, 240, 255, 0.12);
  border: 1.5px solid rgba(0, 240, 255, 0.5);
  color: #00f0ff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.35rem;
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.35);
}

.legal-doc-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 900;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffffff 0%, #e0f2fe 45%, #00f0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(0, 240, 255, 0.5));
}

.legal-doc-subtitle {
  color: var(--text-secondary);
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0;
  max-width: 820px;
}

/* Sections Inside Legal Card */
.legal-card-section {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(0, 240, 255, 0.18);
  border-left: 3px solid rgba(0, 240, 255, 0.65);
  border-radius: var(--radius-md);
  padding: 2.5rem;
  margin-bottom: 2.25rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.legal-card-section:hover {
  border-color: rgba(0, 240, 255, 0.6);
  border-left-color: #00f5d4;
  background: rgba(0, 240, 255, 0.04);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 240, 255, 0.2);
}

.legal-card-section:nth-child(4n+1) {
  border-left: 3.5px solid #ffb703;
}
.legal-card-section:nth-child(4n+1) .legal-clause-tag {
  background: linear-gradient(135deg, rgba(255, 183, 3, 0.25), rgba(251, 133, 0, 0.25));
  border: 1px solid #ffb703;
  color: #ffd166;
  box-shadow: 0 0 12px rgba(255, 183, 3, 0.4);
}

.legal-card-section:nth-child(4n+2) {
  border-left: 3.5px solid #00f0ff;
}
.legal-card-section:nth-child(4n+2) .legal-clause-tag {
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.25), rgba(0, 245, 212, 0.25));
  border: 1px solid #00f0ff;
  color: #00f0ff;
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.4);
}

.legal-card-section:nth-child(4n+3) {
  border-left: 3.5px solid #ff477e;
}
.legal-card-section:nth-child(4n+3) .legal-clause-tag {
  background: linear-gradient(135deg, rgba(255, 71, 126, 0.25), rgba(255, 107, 149, 0.25));
  border: 1px solid #ff477e;
  color: #ff6b95;
  box-shadow: 0 0 12px rgba(255, 71, 126, 0.4);
}

.legal-card-section:nth-child(4n+4) {
  border-left: 3.5px solid #00f5d4;
}
.legal-card-section:nth-child(4n+4) .legal-clause-tag {
  background: linear-gradient(135deg, rgba(0, 245, 212, 0.25), rgba(0, 240, 255, 0.25));
  border: 1px solid #00f5d4;
  color: #00f5d4;
  box-shadow: 0 0 12px rgba(0, 245, 212, 0.4);
}

.legal-card-section:last-child {
  margin-bottom: 0;
}

.legal-clause-title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.legal-clause-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.4rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 245, 212, 0.2), rgba(0, 240, 255, 0.2));
  border: 1px solid rgba(0, 240, 255, 0.5);
  color: #00f0ff;
  font-size: 1rem;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.3);
}

.legal-clause-content p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.legal-clause-content p:last-child {
  margin-bottom: 0;
}

/* Callout Alert Boxes */
.legal-callout-box {
  border-radius: 16px;
  padding: 1.6rem 1.85rem;
  margin: 1.6rem 0;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  backdrop-filter: blur(12px);
}

.legal-callout-warning {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.45);
  border-left: 5px solid var(--gold-primary);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.1);
}

.legal-callout-warning .callout-icon {
  font-size: 1.6rem;
  color: var(--gold-primary);
}

.legal-callout-info {
  background: rgba(0, 245, 212, 0.07);
  border: 1px solid rgba(0, 245, 212, 0.4);
  border-left: 5px solid var(--cyan-accent);
  box-shadow: 0 8px 25px rgba(0, 245, 212, 0.1);
}

.legal-callout-info .callout-icon {
  font-size: 1.6rem;
  color: var(--cyan-accent);
}

.legal-callout-success {
  background: rgba(0, 240, 255, 0.09);
  border: 1px solid rgba(0, 240, 255, 0.45);
  border-left: 5px solid #00f0ff;
  box-shadow: 0 8px 25px rgba(0, 240, 255, 0.15);
}

.legal-callout-success .callout-icon {
  font-size: 1.6rem;
  color: #00f0ff;
}

.legal-callout-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.legal-callout-text {
  font-size: 0.98rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Styled Bullet Lists */
.legal-list {
  list-style: none;
  padding: 0;
  margin: 1.35rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.legal-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 1.02rem;
  color: var(--text-secondary);
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.025);
  padding: 0.85rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.25s ease;
}

.legal-list li:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 240, 255, 0.35);
}

.legal-list-icon {
  color: var(--cyan-accent);
  font-weight: bold;
  flex-shrink: 0;
  font-size: 1.1rem;
}

/* Document Bottom Action Bar */
.legal-doc-footer {
  margin-top: 3.75rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.35rem;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .legal-top-actions {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .legal-top-breadcrumb {
    justify-content: center;
    order: -1;
    margin-bottom: 0.5rem;
  }

  .legal-action-btn {
    justify-content: center;
  }

  .legal-doc-card {
    padding: 2.5rem 1.75rem;
  }

  .legal-card-section {
    padding: 1.75rem 1.25rem;
  }

  .legal-doc-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .legal-doc-footer .btn {
    justify-content: center;
  }
}

/* ==========================================================================
   STRIKING & SIMPLE ABOUT US DESIGN
   ========================================================================== */

.about-simple-card {
  background: rgba(14, 9, 28, 0.75);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-lg);
  padding: 3.5rem 3rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 35px rgba(6, 182, 212, 0.12);
  position: relative;
  overflow: hidden;
}

.about-simple-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan-accent), var(--purple-primary), var(--gold-primary));
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 3rem;
}

.about-feature-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.about-feature-box:hover {
  background: rgba(6, 182, 212, 0.08);
  border-color: rgba(6, 182, 212, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(6, 182, 212, 0.15);
}

.about-feature-icon {
  font-size: 2.2rem;
  margin-bottom: 0.85rem;
  line-height: 1;
}

.about-feature-box h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.about-feature-box p {
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

.about-simple-action {
  text-align: center;
}

/* =========================================
   CHECKOUT & LEGAL RESPONSIVENESS
========================================= */

@media (max-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .checkout-container {
    padding: 1.5rem;
  }
  
  .legal-container {
    padding: 2rem 1.5rem;
  }
  
  .platform-btn-group {
    flex-direction: column;
  }
  
  .platform-btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

/* ==========================================================================
   CUSTOMER REVIEWS PAGE STYLES
   ========================================================================== */
.reviews-hero {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.reviews-stats-bar {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.reviews-stat-card {
  background: rgba(14, 9, 30, 0.6);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.5rem 2.5rem;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.reviews-stat-value {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--gold-bright);
  text-shadow: 0 0 15px rgba(245, 158, 11, 0.4);
}

.reviews-stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-bottom: 5rem;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--cyan-primary);
  box-shadow: 0 0 10px rgba(0, 245, 212, 0.3);
}

.review-author-info {
  flex: 1;
}

.review-author-name {
  font-family: var(--font-heading);
  font-weight: 700;
  color: #ffffff;
  font-size: 1.05rem;
}

.review-author-badge {
  font-size: 0.75rem;
  color: var(--cyan-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.review-comment {
  color: var(--text-main);
  font-size: 0.95rem;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 1.2rem;
}

.review-footer {
  font-size: 0.78rem;
  color: var(--text-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.empty-reviews-box {
  grid-column: 1 / -1;
  background: rgba(14, 9, 30, 0.6);
  border: 1px dashed var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 4rem 2rem;
  text-align: center;
  backdrop-filter: blur(10px);
}

/* ==========================================================================
   CHECKOUT PAGE STYLES
   ========================================================================== */
.checkout-container {
  max-width: 1100px;
  margin: 0 auto;
}

.checkout-header {
  text-align: center;
  margin-bottom: 3rem;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.checkout-form-col {
  background: var(--bg-card);
  border: 1.5px solid rgba(255, 183, 3, 0.45);
  border-radius: var(--radius-md);
  padding: 2rem;
  backdrop-filter: blur(10px);
  height: fit-content;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.65), 0 0 25px rgba(255, 183, 3, 0.2);
}

.checkout-form-group {
  margin-bottom: 1.5rem;
}

.checkout-form-group label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.5rem;
}

.checkout-input,
.checkout-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 240, 255, 0.3);
  border-radius: var(--radius-sm);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.8rem 1rem;
  transition: all var(--transition-fast);
  outline: none;
}

.checkout-input:focus,
.checkout-select:focus {
  border-color: #00f0ff;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 18px rgba(0, 240, 255, 0.35);
}

.platform-btn-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.platform-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 240, 255, 0.25);
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.8rem;
  cursor: pointer;
  transition: all var(--transition-fast);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.platform-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
  transition: transform 0.2s ease;
}

.platform-btn:hover img {
  transform: scale(1.15);
}

.platform-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 183, 3, 0.5);
  transform: translateY(-2px);
}

.platform-btn.active {
  background: linear-gradient(135deg, rgba(255, 183, 3, 0.25), rgba(255, 71, 126, 0.2));
  border-color: #ffb703;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(255, 183, 3, 0.45);
}

.pc-sub-options {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 0.8rem;
  animation: fadeIn 0.3s ease;
}

.pc-sub-options.show {
  display: grid;
}

.checkout-summary-col {
  display: flex;
  flex-direction: column;
}

.premium-receipt {
  background: var(--bg-card);
  border: 1.5px solid rgba(255, 71, 126, 0.45);
  border-radius: var(--radius-md);
  padding: 2rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.65), 0 0 30px rgba(255, 71, 126, 0.3);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 100px;
}

.checkout-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.checkout-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.checkout-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.checkout-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
}

.checkout-item-details {
  flex: 1;
}

.checkout-item-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}

.checkout-item-option {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.checkout-item-price {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--cyan-primary);
  font-size: 1.1rem;
}

.trust-badges {
  display: flex;
  justify-content: space-around;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.input-icon-wrapper {
  position: relative;
}

.input-icon-wrapper svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--purple-primary);
  pointer-events: none;
}

.input-icon-wrapper input {
  padding-left: 2.8rem;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */

@media (max-width: 992px) {
  .hero-grid, .about-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: auto;
    padding-top: 2rem;
  }
  
  .hero-content {
    align-items: center;
    text-align: center;
    transform: none;
    padding-top: 0;
  }
  
  .hero-description {
    text-align: center;
    margin: 0 auto 1.5rem auto;
  }

  .hero-visual {
    order: 2; /* Image goes BELOW text on mobile/tablet */
    display: flex;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
  }
  
  .hero-badges-divider {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 183, 3, 0.5) 50%, transparent 100%);
    margin: 1.5rem auto;
  }
  
  .hero-feature-badges {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 600px) {
  #servicios-destacados .services-grid {
    grid-template-columns: 1fr;
  }
  
  .hero-title {
    font-size: 2.1rem;
    line-height: 1.15;
  }
  
  .hero-description {
    font-size: 1.05rem;
    line-height: 1.5;
  }
  
  .hero-feature-badges {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
  }
  
  .hero-mini-badge {
    width: 100%;
    justify-content: center;
  }
  
  .hero-visual {
    display: none; /* Hide Magik on mobile to save space */
  }
  
  .about-simple-card {
    padding: 1.5rem 1rem;
  }
  
  .about-lead {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@keyframes pulseDot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 245, 212, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(0, 245, 212, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 245, 212, 0); }
}

@media (max-width: 768px) {
  .about-feature-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .about-simple-card {
    padding: 2.5rem 1.5rem;
  }
}

.checkout-page-container {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

@media (max-width: 992px) {
  .checkout-page-container {
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .premium-receipt {
    position: static;
  }
}

@media (max-width: 600px) {
  .checkout-page-container {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }

  .checkout-header {
    margin-bottom: 1.75rem;
  }

  .checkout-header .hero-title {
    font-size: 1.85rem !important;
    line-height: 1.2;
  }

  .checkout-header p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .checkout-form-col,
  .premium-receipt {
    padding: 1.25rem 1rem;
    border-radius: var(--radius-sm);
  }

  .checkout-form-col h3,
  .premium-receipt h3 {
    font-size: 1.3rem !important;
    margin-bottom: 1rem !important;
  }

  .platform-btn-group {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .platform-btn {
    padding: 0.75rem 1rem;
    justify-content: flex-start;
    font-size: 0.92rem;
  }

  .platform-btn img {
    width: 20px;
    height: 20px;
  }

  .pc-sub-options {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .checkout-input,
  .checkout-select {
    font-size: 0.95rem;
    padding: 0.75rem 0.85rem;
  }

  .checkout-item {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
  }

  .checkout-item img {
    width: 44px;
    height: 44px;
  }

  .checkout-item-title {
    font-size: 0.92rem;
  }

  .checkout-item-price {
    font-size: 1rem;
  }

  .checkout-btn-discord {
    font-size: 0.95rem !important;
    padding: 0.9rem 0.75rem !important;
    gap: 0.5rem !important;
  }

  .checkout-btn-discord svg {
    width: 20px !important;
    height: 20px !important;
  }

  .trust-badges {
    flex-direction: row;
    justify-content: space-around;
    gap: 0.5rem;
  }

  .trust-badge-item {
    font-size: 0.75rem;
  }
}

