/* Inicio · Recovery Shop ------------------------------------------------- */

.rs-home {
  background: var(--rs-white);
}

.rs-home-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, rgba(82, 255, 47, .18), transparent 27%),
    radial-gradient(circle at 8% 100%, rgba(82, 255, 47, .075), transparent 31%),
    linear-gradient(135deg, #060906 0%, #111811 62%, #071107 100%);
}

.rs-home-hero::after {
  content: "";
  position: absolute;
  right: -190px;
  bottom: -250px;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  background: rgba(82, 255, 47, .075);
  filter: blur(10px);
  pointer-events: none;
}

.rs-home-hero .rs-hero-inner {
  padding-block: clamp(62px, 7vw, 88px);
}

.rs-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .82fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
}

.rs-home-hero-copy {
  min-width: 0;
}

.rs-home-hero h1 {
  max-width: 760px;
  font-size: clamp(3.5rem, 6.4vw, 5.35rem);
  text-wrap: balance;
}

.rs-home-hero h1 mark {
  display: block;
  color: var(--rs-green);
  background: transparent;
}

.rs-home-hero .rs-hero-lead {
  max-width: 650px;
}

.rs-home-hero-note {
  margin: 20px 0 0;
  color: #9eaaa0;
  font-size: .8125rem;
  font-weight: 650;
  line-height: 1.5;
}

.rs-home-choice {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: calc(var(--rs-radius-xl) + 6px);
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.rs-home-choice::before {
  content: "Segunda vida real";
  position: absolute;
  top: -17px;
  right: 22px;
  padding: 8px 12px;
  border-radius: var(--rs-radius-pill);
  background: var(--rs-green);
  color: var(--rs-green-ink);
  font-size: .6875rem;
  font-weight: 850;
  letter-spacing: .02em;
  box-shadow: 0 13px 34px rgba(0, 0, 0, .2);
}

.rs-home-choice-head {
  padding: 22px 22px 18px;
  border-radius: var(--rs-radius-lg) var(--rs-radius-lg) 0 0;
  background: #f7faf5;
  color: var(--rs-ink);
}

.rs-home-choice-head .rs-kicker {
  margin-bottom: 8px;
}

.rs-home-choice-head h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.rs-home-choice-head > p:last-child {
  margin: 11px 0 0;
  color: var(--rs-muted);
  font-size: .9375rem;
  line-height: 1.55;
}

.rs-home-choice-list {
  padding: 7px;
  display: grid;
  gap: 5px;
  border-radius: 0 0 var(--rs-radius-lg) var(--rs-radius-lg);
  background: #f7faf5;
}

.rs-home-choice-list a {
  min-height: 76px;
  padding: 12px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--rs-line);
  border-radius: var(--rs-radius-md);
  background: var(--rs-white);
  color: var(--rs-ink);
  text-decoration: none;
  transition: border-color .18s var(--rs-ease), transform .18s var(--rs-ease), box-shadow .18s var(--rs-ease);
}

.rs-home-choice-list a:hover,
.rs-home-choice-list a:focus-visible {
  border-color: rgba(22, 138, 43, .3);
  box-shadow: var(--rs-shadow-sm);
  transform: translateX(2px);
}

.rs-home-choice-list b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--rs-ink);
  color: var(--rs-green);
  font-size: .75rem;
}

.rs-home-choice-list strong,
.rs-home-choice-list small {
  display: block;
}

.rs-home-choice-list strong {
  font-size: .9375rem;
  line-height: 1.3;
}

.rs-home-choice-list small {
  margin-top: 3px;
  color: var(--rs-muted);
  font-size: .75rem;
  line-height: 1.35;
}

.rs-home-choice-list i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rs-green-soft);
  color: var(--rs-green-dark);
  font-style: normal;
  font-weight: 850;
}

.rs-home-proof {
  border-block: 1px solid rgba(82, 255, 47, .12);
  background: #0c110c;
  color: var(--rs-white);
}

.rs-home-proof ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.rs-home-proof li {
  min-height: 106px;
  padding: 24px clamp(18px, 3vw, 38px);
  display: grid;
  align-content: center;
  gap: 4px;
  border-left: 1px solid rgba(255, 255, 255, .09);
}

.rs-home-proof li:last-child {
  border-right: 1px solid rgba(255, 255, 255, .09);
}

.rs-home-proof strong {
  color: #f6faf6;
  font-size: .9375rem;
}

.rs-home-proof span {
  color: #aeb9b1;
  font-size: .8125rem;
  line-height: 1.45;
}

.rs-home-services {
  background:
    radial-gradient(circle at 92% 8%, rgba(82, 255, 47, .08), transparent 24%),
    var(--rs-white);
  scroll-margin-top: var(--rs-header-h);
}

.rs-home-heading {
  margin-bottom: clamp(26px, 4vw, 40px);
}

.rs-home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--rs-space-4);
}

.rs-home-service-card {
  --service-bg: var(--rs-white);
  --service-ink: var(--rs-ink);
  --service-copy: var(--rs-muted);
  --service-line: var(--rs-line);
  position: relative;
  isolation: isolate;
  min-height: 292px;
  padding: clamp(22px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  border: 1px solid var(--service-line);
  border-radius: var(--rs-radius-lg);
  background: var(--service-bg);
  color: var(--service-ink);
  box-shadow: var(--rs-shadow-sm);
  text-decoration: none;
  transition: transform .2s var(--rs-ease), border-color .2s var(--rs-ease), box-shadow .2s var(--rs-ease);
}

.rs-home-service-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -54px;
  bottom: -64px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(82, 255, 47, .08);
  transition: transform .25s var(--rs-ease), background-color .25s var(--rs-ease);
}

.rs-home-service-card:hover,
.rs-home-service-card:focus-visible {
  border-color: rgba(22, 138, 43, .32);
  box-shadow: var(--rs-shadow-md);
  transform: translateY(-3px);
}

.rs-home-service-card:hover::after,
.rs-home-service-card:focus-visible::after {
  background: rgba(82, 255, 47, .14);
  transform: scale(1.08);
}

.rs-home-service-card--featured {
  --service-bg: linear-gradient(135deg, #101710, #182318);
  --service-ink: var(--rs-white);
  --service-copy: #bdc8bf;
  --service-line: rgba(82, 255, 47, .19);
  grid-column: span 2;
}

.rs-home-service-card--dark {
  --service-bg: #141914;
  --service-ink: var(--rs-white);
  --service-copy: #bdc7bf;
  --service-line: rgba(255, 255, 255, .1);
}

.rs-home-service-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(22, 138, 43, .22);
  border-radius: 15px;
  background: var(--rs-green-soft);
  color: var(--rs-green-dark);
  font-size: .75rem;
  font-weight: 850;
}

.rs-home-service-card--featured .rs-home-service-number,
.rs-home-service-card--dark .rs-home-service-number {
  border-color: rgba(82, 255, 47, .25);
  background: rgba(82, 255, 47, .1);
  color: var(--rs-green);
}

.rs-home-service-card .rs-kicker {
  margin-bottom: 8px;
}

.rs-home-service-card h3 {
  overflow-wrap: anywhere;
  max-width: 14ch;
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.rs-home-service-card--featured h3 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.rs-home-service-card div > p:not(.rs-kicker) {
  max-width: 47ch;
  margin: 12px 0 0;
  color: var(--service-copy);
  font-size: .9375rem;
  line-height: 1.58;
}

.rs-home-service-card div > strong {
  margin-top: 22px;
  display: block;
  color: var(--rs-green-dark);
  font-size: .875rem;
}

.rs-home-service-card--featured div > strong,
.rs-home-service-card--dark div > strong {
  color: var(--rs-green);
}

.rs-home-service-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rs-green);
  color: var(--rs-green-ink);
  font-size: 1.1rem;
  font-weight: 850;
}

.rs-home-workshop {
  background:
    radial-gradient(circle at 12% 8%, rgba(82, 255, 47, .12), transparent 30%),
    linear-gradient(135deg, #080d08, #121a12);
}

.rs-home-workshop-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
}

.rs-home-workshop-copy h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.rs-home-workshop-copy > p:not(.rs-kicker) {
  max-width: 57ch;
  margin: 18px 0 0;
  color: #c4cec6;
  font-size: 1rem;
  line-height: 1.65;
}

.rs-home-workshop-copy .rs-actions {
  margin-top: 26px;
}

.rs-home-process {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.rs-home-process li {
  min-height: 116px;
  padding: 19px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--rs-radius-lg);
  background: rgba(255, 255, 255, .055);
}

.rs-home-process li > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--rs-green);
  color: var(--rs-green-ink);
  font-size: .8125rem;
  font-weight: 850;
}

.rs-home-process strong {
  display: block;
  color: var(--rs-white);
  font-size: 1.0625rem;
  line-height: 1.35;
}

.rs-home-process p {
  margin: 5px 0 0;
  color: #b7c1b9;
  font-size: .875rem;
  line-height: 1.5;
}

.rs-home-faq-section .rs-faq {
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.rs-home-faq-section .rs-faq summary {
  min-height: 78px;
}

.rs-home-contact-band {
  margin-top: clamp(34px, 6vw, 64px);
  padding: clamp(24px, 4vw, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid rgba(82, 255, 47, .2);
  border-radius: var(--rs-radius-xl);
  background:
    radial-gradient(circle at 86% 20%, rgba(82, 255, 47, .15), transparent 30%),
    #111711;
  color: var(--rs-white);
  box-shadow: var(--rs-shadow-md);
}

.rs-home-contact-band h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.rs-home-contact-band p:not(.rs-kicker) {
  margin: 10px 0 0;
  color: #bec8c0;
  line-height: 1.55;
}

.rs-home-contact-band .rs-actions {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .rs-home-hero-grid,
  .rs-home-workshop-grid {
    grid-template-columns: 1fr;
  }

  .rs-home-choice {
    max-width: 680px;
  }

  .rs-home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-home-service-card--featured {
    grid-column: span 2;
  }

  .rs-home-workshop-grid {
    gap: 32px;
  }

  .rs-home-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rs-home-process li {
    min-height: 220px;
    grid-template-columns: 1fr;
    align-content: start;
  }

  .rs-home-faq-section .rs-faq {
    grid-template-columns: 1fr;
  }

  .rs-home-faq-section .rs-faq summary {
    min-height: 56px;
  }
}

@media (max-width: 680px) {
  .rs-home-hero .rs-hero-inner {
    padding-block: 46px 50px;
  }

  .rs-home-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.65rem, 12.6vw, 3.6rem);
  }

  .rs-home-hero h1 mark {
    display: inline;
  }

  .rs-home-hero-note {
    margin-top: 16px;
    font-size: .75rem;
  }

  .rs-home-choice {
    padding: 8px;
    border-radius: var(--rs-radius-lg);
  }

  .rs-home-choice::before {
    top: -13px;
    right: 15px;
  }

  .rs-home-choice-head {
    padding: 19px 16px 14px;
  }

  .rs-home-choice-head h2 {
    font-size: 1.8rem;
  }

  .rs-home-choice-list a {
    min-height: 70px;
    grid-template-columns: 36px minmax(0, 1fr) 28px;
    gap: 10px;
  }

  .rs-home-choice-list b {
    width: 36px;
    height: 36px;
  }

  .rs-home-proof ul {
    grid-template-columns: 1fr;
  }

  .rs-home-proof li,
  .rs-home-proof li:last-child {
    min-height: 0;
    padding: 18px 4px;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .rs-home-proof li:last-child {
    border-bottom: 0;
  }

  .rs-home-service-grid {
    grid-template-columns: 1fr;
  }

  .rs-home-service-card,
  .rs-home-service-card--featured {
    min-height: 252px;
    grid-column: auto;
  }

  .rs-home-service-card--featured h3 {
    font-size: clamp(1.5rem, 6.7vw, 2.15rem);
  }

  .rs-home-process {
    grid-template-columns: 1fr;
  }

  .rs-home-process li {
    min-height: 0;
    grid-template-columns: 43px minmax(0, 1fr);
    border-radius: var(--rs-radius-md);
  }

  .rs-home-process li > span {
    width: 43px;
    height: 43px;
  }

  .rs-home-contact-band {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
    border-radius: var(--rs-radius-lg);
  }

  .rs-home-contact-band .rs-actions {
    width: 100%;
  }
}

@media (max-width: 359px) {
  .rs-home-choice-list a {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .rs-home-choice-list i {
    display: none;
  }

  .rs-home-service-card {
    min-height: 240px;
  }
}

/* Inicio: CTA estático sin animaciones decorativas. */
    .rs-home-hero .rs-hero-actions > .rs-btn-primary,
    .rs-home-hero .rs-hero-actions > .rs-btn-primary::before,
    .rs-home-hero .rs-hero-actions > .rs-btn-primary::after {
      animation: none !important;
    }

    .rs-home-hero .rs-hero-actions > .rs-btn-primary::before,
    .rs-home-hero .rs-hero-actions > .rs-btn-primary::after {
      content: none !important;
    }
