/* ================================================================
   RETROGRADOS GAMING — HOME CONDENSADO / PROPUESTA
   Complementa styles-consolidated-min.css y reviews-dynamic.css.
   ================================================================ */

.home-propuesta {
  background: #080b14;
}

.home-propuesta section {
  scroll-margin-top: 110px;
}

.proposal-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
}

.proposal-hero-links .secondary-btn-text {
  margin: 0;
}

.reviews-quick-link {
  color: #ffd700 !important;
}

.reviews-quick-link::after {
  background: linear-gradient(90deg, #ffd700, #ff9d00) !important;
}

/* Trust rail ---------------------------------------------------- */
.proposal-trust-rail {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1440px;
  margin: -24px auto 0;
  padding: 0 4%;
  background: transparent !important;
}

.proposal-trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 108px;
  padding: 1.35rem 1.5rem;
  color: #f8fafc;
  text-decoration: none;
  background: rgba(19, 25, 43, 0.96);
  border-top: 1px solid rgba(0, 255, 204, 0.25);
  border-bottom: 1px solid rgba(0, 255, 204, 0.15);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.proposal-trust-item:first-child {
  border-left: 1px solid rgba(0, 255, 204, 0.2);
  border-radius: 18px 0 0 18px;
}

.proposal-trust-item:last-child {
  border-right: 1px solid rgba(0, 255, 204, 0.2);
  border-radius: 0 18px 18px 0;
}

.proposal-trust-item + .proposal-trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.proposal-trust-item:hover {
  z-index: 2;
  transform: translateY(-5px);
  background: rgba(26, 35, 58, 0.98);
  border-color: rgba(0, 255, 204, 0.65);
}

.proposal-trust-highlight {
  background: linear-gradient(135deg, rgba(0, 255, 204, 0.16), rgba(157, 78, 221, 0.14));
}

.proposal-trust-icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #00ffcc;
  font-size: 1.25rem;
  background: rgba(0, 255, 204, 0.09);
  border: 1px solid rgba(0, 255, 204, 0.25);
  border-radius: 13px;
}

.proposal-trust-highlight .proposal-trust-icon {
  color: #ffd700;
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.3);
}

.proposal-trust-item strong,
.proposal-trust-item small {
  display: block;
}

.proposal-trust-item strong {
  margin-bottom: .22rem;
  font: 700 .94rem Orbitron, sans-serif;
}

.proposal-trust-item small {
  color: #94a3b8;
  font-size: .8rem;
  line-height: 1.4;
}

/* Review spotlight --------------------------------------------- */
#reviews.review-spotlight {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 6rem;
  background:
    radial-gradient(circle at 10% 20%, rgba(157, 78, 221, .2), transparent 34%),
    radial-gradient(circle at 88% 65%, rgba(0, 255, 204, .11), transparent 34%),
    linear-gradient(145deg, #0d1120, #15192d 55%, #0b0e19) !important;
}

#reviews.review-spotlight::before {
  content: "CUSTOMER VOICES";
  position: absolute;
  top: 1rem;
  right: -1rem;
  color: rgba(255, 255, 255, .025);
  font: 900 clamp(4rem, 10vw, 10rem) Orbitron, sans-serif;
  letter-spacing: -.05em;
  white-space: nowrap;
  pointer-events: none;
}

.review-spotlight-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
  width: min(1500px, 92%);
  margin: 0 auto;
}

.review-spotlight-copy .section-tag {
  margin-bottom: 1rem;
  color: #00ffcc;
}

.review-spotlight-copy h2 {
  margin-bottom: 1.25rem;
  color: #fff;
  font: 900 clamp(2.25rem, 4vw, 4rem)/1.08 Orbitron, sans-serif;
  letter-spacing: -.035em;
}

.review-spotlight-copy > p:not(.section-tag) {
  color: #b8c1d3;
  font-size: 1.05rem;
  line-height: 1.8;
}

.review-score-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 2rem 0 1.4rem;
  padding: 1.15rem 1.25rem;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 215, 0, .24);
  border-radius: 16px;
}

.review-score-stars {
  color: #ffd700;
  font-size: 1.2rem;
  letter-spacing: .08em;
}

.review-score-card strong,
.review-score-card span {
  display: block;
}

.review-score-card strong {
  color: #fff;
  font-size: .96rem;
}

.review-score-card span {
  margin-top: .18rem;
  color: #94a3b8;
  font-size: .8rem;
}

.review-proof-list {
  display: grid;
  gap: .7rem;
  margin-bottom: 2rem;
  color: #d7deea;
  font-size: .9rem;
}

.review-proof-list i {
  width: 22px;
  color: #00ffcc;
}

.proposal-outline-button {
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  padding: .9rem 1.25rem;
  color: #00ffcc;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(0, 255, 204, .45);
  border-radius: 999px;
  transition: .25s ease;
}

.proposal-outline-button:hover {
  color: #07110f;
  background: #00ffcc;
  box-shadow: 0 10px 35px rgba(0, 255, 204, .28);
  transform: translateY(-2px);
}

.review-spotlight-carousel {
  min-width: 0;
  padding: 2.25rem 0;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 28px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .28);
}

.review-spotlight .reviews-carousel-wrapper {
  margin: 0;
  padding: 35px 0;
}

.review-spotlight .reviews-carousel-wrapper::before,
.review-spotlight .reviews-carousel-wrapper::after {
  width: 140px;
}

.review-spotlight .reviews-carousel-wrapper::before {
  background: linear-gradient(
    to right,
    rgb(24, 28, 48) 0%,
    rgba(24, 28, 48, .9) 38%,
    rgba(24, 28, 48, 0) 100%
  );
}

.review-spotlight .reviews-carousel-wrapper::after {
  background: linear-gradient(
    to left,
    rgb(24, 28, 48) 0%,
    rgba(24, 28, 48, .9) 38%,
    rgba(24, 28, 48, 0) 100%
  );
}

.review-spotlight .review-card {
  min-height: 400px;
  border: 1px solid rgba(157, 78, 221, .14);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
}

/* Crawlable review fallback shown until the live database responds. */
.reviews-static-fallback {
  display: flex;
  gap: 2rem;
  padding: 35px 14px;
  overflow: hidden;
}

.reviews-static-fallback .review-card {
  flex: 0 0 min(360px, calc(100vw - 80px));
}

.promo-access-note {
  color: rgba(255, 255, 255, .88);
  font-size: .82rem;
  font-weight: 600;
}

.seo-fallback-nav {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding: 1rem 5%;
  background: #0f172a;
}

.seo-fallback-nav a {
  color: #e2e8f0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .reviews-static-fallback {
    gap: 1rem;
    padding-inline: 12px;
  }

  .reviews-static-fallback .review-card {
    flex-basis: calc(100vw - 72px);
  }

  .promo-access-note {
    display: none;
  }

  .seo-fallback-nav {
    flex-direction: column;
  }
}

/* Shared proposal headings ------------------------------------- */
.proposal-section-heading {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 4rem;
  text-align: center;
}

.proposal-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: #00ffcc;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.proposal-section-heading h2,
.proposal-platform-copy h2 {
  margin-bottom: 1.25rem;
  color: #fff;
  font: 900 clamp(2rem, 4vw, 3.5rem)/1.12 Orbitron, sans-serif;
  letter-spacing: -.035em;
}

.proposal-section-heading p,
.proposal-platform-copy > p {
  color: #aeb9cc;
  font-size: 1.05rem;
  line-height: 1.8;
}

/* Activity: shorter home teaser -------------------------------- */
.home-propuesta .activity-section {
  min-height: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.home-propuesta .activity-grid {
  min-height: 0;
}

.home-propuesta .activity-grid > .activity-card:nth-child(n+7) {
  display: none;
}

/* How it works -------------------------------------------------- */
#benefits.proposal-benefits {
  position: relative;
  overflow: hidden;
  padding: 7rem 5%;
  color: #fff;
  background:
    linear-gradient(rgba(0, 255, 204, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 204, .025) 1px, transparent 1px),
    #080b14;
  background-size: 55px 55px;
}

.proposal-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1240px;
  margin: 0 auto 3rem;
}

.proposal-step {
  position: relative;
  overflow: hidden;
  min-height: 285px;
  padding: 2.2rem;
  background: linear-gradient(145deg, rgba(25, 31, 53, .92), rgba(15, 19, 34, .92));
  border: 1px solid rgba(0, 255, 204, .14);
  border-radius: 22px;
}

.proposal-step::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  background: rgba(157, 78, 221, .13);
  border-radius: 50%;
  filter: blur(8px);
}

.proposal-step-number {
  position: absolute;
  top: 1rem;
  right: 1.3rem;
  color: rgba(255, 255, 255, .055);
  font: 900 3.8rem Orbitron, sans-serif;
}

.proposal-step > i {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 2rem;
  place-items: center;
  color: #080b14;
  font-size: 1.35rem;
  background: linear-gradient(135deg, #00ffcc, #6df7dc);
  border-radius: 17px;
  box-shadow: 0 12px 35px rgba(0, 255, 204, .2);
}

.proposal-step h3 {
  position: relative;
  z-index: 1;
  margin-bottom: .85rem;
  color: #fff;
  font: 700 1.18rem Orbitron, sans-serif;
}

.proposal-step p {
  position: relative;
  z-index: 1;
  color: #9faabd;
  line-height: 1.7;
}

.proposal-benefit-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 1240px;
  margin: 0 auto;
}

.proposal-benefit-grid article {
  display: flex;
  gap: 1.2rem;
  padding: 1.6rem;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 16px;
}

.proposal-benefit-grid i {
  flex: 0 0 38px;
  padding-top: .15rem;
  color: #ff00ff;
  font-size: 1.35rem;
  text-align: center;
}

.proposal-benefit-grid h3 {
  margin-bottom: .4rem;
  color: #f8fafc;
  font-size: 1rem;
}

.proposal-benefit-grid p {
  color: #94a3b8;
  font-size: .9rem;
  line-height: 1.6;
}

/* Featured packs ------------------------------------------------ */
#packs.proposal-packs {
  padding: 7rem 4%;
  background:
    radial-gradient(circle at 15% 10%, rgba(0, 255, 204, .08), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(255, 0, 255, .07), transparent 30%),
    #0e1220;
}

.proposal-packs-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1500px;
  gap: 1.4rem;
}

.proposal-packs-grid .pack-card {
  display: flex;
  flex-direction: column;
}

.proposal-packs-grid .pack-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.proposal-packs-grid .pack-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.proposal-pack-label {
  margin-bottom: .55rem;
  color: #00ffcc;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.proposal-packs-grid .pack-description {
  flex: 1;
}

.proposal-card-link {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

/* Platform explorer -------------------------------------------- */
#platforms.proposal-platforms {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(540px, 1.2fr);
  gap: 4rem;
  align-items: center;
  padding: 7rem max(5%, calc((100% - 1450px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 0 50%, rgba(157, 78, 221, .17), transparent 36%),
    linear-gradient(135deg, #080b14, #11172a);
}

.proposal-platform-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 2.3rem;
}

.proposal-platform-stats span {
  padding: .8rem 1rem;
  color: #aeb9cc;
  font-size: .82rem;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
}

.proposal-platform-stats strong {
  display: block;
  color: #00ffcc;
  font: 800 1.2rem Orbitron, sans-serif;
}

.proposal-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.proposal-platform-grid a {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  align-items: center;
  min-height: 100px;
  padding: 1.25rem;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(0, 255, 204, .12);
  border-radius: 17px;
  transition: .25s ease;
}

.proposal-platform-grid a:hover {
  background: rgba(0, 255, 204, .075);
  border-color: rgba(0, 255, 204, .5);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}

.proposal-platform-grid i {
  grid-row: 1 / 3;
  color: #ff00ff;
  font-size: 1.6rem;
  text-align: center;
}

.proposal-platform-grid strong {
  align-self: end;
  font: 700 .9rem Orbitron, sans-serif;
}

.proposal-platform-grid small {
  align-self: start;
  margin-top: .25rem;
  color: #8f9aae;
}

/* FAQ ----------------------------------------------------------- */
#faq.proposal-faq {
  padding: 7rem 5%;
  background: #f5f5f7;
}

.proposal-faq .proposal-section-heading h2 {
  color: #0a0a0f;
}

.proposal-faq .proposal-section-heading p {
  color: #5f6470;
}

.proposal-faq-list {
  display: grid;
  gap: 1rem;
  max-width: 920px;
  margin: 0 auto;
}

.proposal-faq details {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(15, 23, 42, .045);
  will-change: height;
}

.proposal-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  color: #111827;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.proposal-faq summary::-webkit-details-marker {
  display: none;
}

.proposal-faq summary i {
  color: #9d4edd;
  transition: transform .25s ease;
}

.proposal-faq details.is-expanded summary i {
  transform: rotate(45deg);
}

.proposal-faq details p {
  padding: 0 1.5rem 1.4rem;
  color: #5f6470;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity .24s ease .08s, transform .32s ease .05s;
}

.proposal-faq details.is-expanded p {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive ---------------------------------------------------- */
@media (max-width: 1180px) {
  .proposal-trust-rail {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }

  .proposal-trust-item,
  .proposal-trust-item:first-child,
  .proposal-trust-item:last-child {
    border: 1px solid rgba(0, 255, 204, .14);
    border-radius: 12px;
  }

  .proposal-packs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #platforms.proposal-platforms {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .review-spotlight-layout {
    grid-template-columns: 1fr;
  }

  .review-spotlight-copy {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
  }

  .review-score-card,
  .review-proof-list {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .proposal-steps {
    grid-template-columns: 1fr;
  }

  .proposal-step {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .proposal-hero-links {
    justify-content: center;
  }

  .proposal-trust-rail {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 1rem;
  }

  .proposal-trust-item {
    min-height: 90px;
  }

  #reviews.review-spotlight,
  #benefits.proposal-benefits,
  #packs.proposal-packs,
  #platforms.proposal-platforms,
  #faq.proposal-faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .review-spotlight-layout {
    gap: 2rem;
  }

  .review-spotlight-carousel {
    margin-inline: -2%;
    border-radius: 18px;
  }

  .review-spotlight .reviews-carousel-wrapper::before,
  .review-spotlight .reviews-carousel-wrapper::after {
    width: 55px;
  }

  .proposal-benefit-grid,
  .proposal-packs-grid,
  .proposal-platform-grid {
    grid-template-columns: 1fr;
  }

  .home-propuesta .activity-grid > .activity-card:nth-child(n+4) {
    display: none;
  }

  .proposal-platform-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .proposal-platform-stats span {
    padding: .7rem .5rem;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proposal-trust-item,
  .proposal-platform-grid a,
  .proposal-outline-button {
    transition: none;
  }

  .proposal-faq details p,
  .proposal-faq summary i {
    transition: none;
  }
}
