.rdn-page--home-paralela {
  --rdn-container: 1440px;
  background: #fff;
}

.rdn-page--home-paralela .rdn-site-main,
.rdn-home-v2 {
  --home-v2-navy: #10212d;
  --home-v2-border: rgba(15, 35, 49, 0.12);
  width: 100%;
  max-width: none;
  color: var(--rdn-ink);
  overflow: clip;
}

.rdn-home-v2 .rdn-container,
.rdn-home-selector__container {
  width: min(1440px, calc(100% - 32px));
  max-width: none;
  margin-inline: auto;
}

/* The public Home's legacy stylesheet caps direct children of #qnrhoy at
   1200px. The parallel native section must follow the theme's 1440px norm. */
.rdn-page--home-paralela #qnrhoy > .rdn-home-selector__container {
  width: min(1440px, calc(100% - 32px));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.rdn-home-selector-clone {
  width: 100%;
  padding: 60px 20px;
  background: #fff;
}

.rdn-home-selector-clone > * {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.rdn-home-selector-clone .rdn-section-heading {
  margin-bottom: 10px;
}

.rdn-home-selector-clone__question {
  display: inline-block;
  font-weight: 400;
}

.rdn-home-selector-clone .brand-ticker {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rdn-home-selector-clone > .hint {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
}

/* Native three-service selector. It keeps the original visual language while
   sharing one semantic structure across every viewport. */
.rdn-home-selector {
  padding: 80px 0 88px;
  background: #fff;
}

.rdn-home-selector__container {
  width: min(1440px, calc(100% - 32px));
}

.rdn-home-selector__heading {
  margin: 0 auto 18px;
  text-align: center;
}

.rdn-home-selector__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 5px 13px;
  border: 2px solid rgba(3, 169, 244, 0.22);
  border-radius: 999px;
  color: var(--rdn-blue-text);
  background: #eaf6fb;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rdn-home-selector__heading h2 {
  margin: 0;
  color: #10212d;
  font-family: var(--rdn-heading-font);
  font-size: clamp(28px, 3.15vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.rdn-home-selector__heading h2 span {
  font-weight: 400;
}

.rdn-home-selector__heading h2 em {
  color: var(--rdn-blue-text);
  font-style: normal;
  font-weight: 800;
}

.rdn-home-selector__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

.rdn-home-selector__meta > span {
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: var(--rdn-red);
}

.rdn-home-selector__meta p {
  margin: 0;
  color: #60727f;
  font-size: 13px;
  font-weight: 700;
}

.rdn-home-selector__ticker {
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  border-block: 1px solid rgba(3, 169, 244, 0.14);
  background: linear-gradient(90deg, #f8fcfe, #fff, #f8fcfe);
}

.rdn-home-selector__ticker-track {
  display: flex;
  width: max-content;
  padding: 10px 0;
  animation: rdn-home-selector-ticker 80s linear infinite;
}

.rdn-home-selector__ticker-copy {
  display: inline-flex;
  gap: 16px;
  padding-right: 16px;
  color: #667784;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.rdn-home-selector__ticker-copy span {
  color: var(--rdn-blue);
}

@keyframes rdn-home-selector-ticker {
  to {
    transform: translateX(-50%);
  }
}

.rdn-home-selector__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.rdn-home-selector__item {
  min-width: 0;
}

.rdn-home-selector__card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 390px;
  padding: 24px 22px 22px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border: 4px solid rgba(16, 33, 45, 0.08);
  border-top-color: var(--selector-color);
  border-radius: 20px;
  color: #10212d;
  background: #fff;
  box-shadow: 0 15px 34px rgba(16, 33, 45, 0.11);
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rdn-home-selector__card img {
  display: block;
  width: min(100%, 260px);
  height: 190px;
  margin: 0 auto 8px;
  object-fit: contain;
  filter: drop-shadow(0 14px 12px rgba(16, 33, 45, 0.16));
  transition: transform 180ms ease;
}

.rdn-home-selector__card h3 {
  margin: 0;
  color: #10212d;
  font-family: var(--rdn-heading-font);
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.rdn-home-selector__card > p {
  display: -webkit-box;
  margin: 12px 0 18px;
  overflow: hidden;
  color: #60727f;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.rdn-home-selector__reveal {
  display: inline-flex;
  min-height: 36px;
  margin-top: auto;
  padding: 7px 14px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--selector-color);
  border-radius: 999px;
  color: var(--selector-color);
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  transition: color 180ms ease, background-color 180ms ease;
}

.rdn-home-selector__reveal-label--mobile {
  display: none;
}

.rdn-home-selector__card:hover,
.rdn-home-selector__card.is-active {
  border-color: var(--selector-color);
  box-shadow: 0 20px 42px color-mix(in srgb, var(--selector-color) 20%, rgba(16, 33, 45, 0.08));
  transform: translateY(-5px);
}

.rdn-home-selector__card:hover img,
.rdn-home-selector__card.is-active img {
  transform: scale(1.035);
}

.rdn-home-selector__card:hover .rdn-home-selector__reveal,
.rdn-home-selector__card.is-active .rdn-home-selector__reveal {
  color: #fff;
  background: var(--selector-color);
}

.rdn-home-selector__panels {
  margin-top: 24px;
}

.rdn-home-selector__panel {
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: clamp(18px, 2.2vw, 34px);
  align-items: center;
  min-height: 170px;
  padding: clamp(22px, 2.5vw, 34px);
  overflow: hidden;
  border: 4px solid var(--selector-color);
  border-radius: 20px;
  background: color-mix(in srgb, var(--selector-color) 5%, #fff);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--selector-color) 13%, transparent);
}

.rdn-home-selector__panel[hidden] {
  display: none;
}

.rdn-home-selector__panel-image {
  display: grid;
  width: 110px;
  height: 96px;
  place-items: center;
  border: 2px solid color-mix(in srgb, var(--selector-color) 24%, #fff);
  border-radius: 16px;
  background: #fff;
}

.rdn-home-selector__panel-image img {
  display: block;
  width: 96px;
  height: 78px;
  object-fit: contain;
}

.rdn-home-selector__panel-label {
  margin: 0 0 5px;
  color: var(--selector-color);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rdn-home-selector__panel-copy h4 {
  display: block;
  margin: 0;
  color: #10212d;
  font-family: var(--rdn-heading-font);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.15;
}

.rdn-home-selector__panel-copy > p:last-child {
  max-width: 850px;
  margin: 10px 0 0;
  color: #526672;
  font-size: 15px;
  line-height: 1.7;
}

.rdn-home-selector__actions {
  display: grid;
  gap: 9px;
  min-width: 230px;
}

.rdn-home-selector__action {
  display: inline-flex;
  min-height: 44px;
  padding: 9px 18px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.rdn-home-selector__action--service {
  gap: 8px;
  border-color: var(--selector-color);
  color: var(--selector-color);
  background: #fff;
}

.rdn-home-selector__action--contact {
  color: #fff;
  background: var(--rdn-red);
  box-shadow: 0 10px 20px rgba(237, 91, 85, 0.2);
}

.rdn-home-selector__action:hover {
  filter: brightness(0.97);
  transform: translateY(-1px);
}

.rdn-home-v2__hero {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: center;
  padding-block: clamp(64px, 8vw, 112px);
  background:
    radial-gradient(circle at 10% 10%, rgba(3, 169, 244, 0.18), transparent 34%),
    linear-gradient(135deg, #edf9fe 0%, #fff 54%, #fff5ef 100%);
}

.rdn-home-v2__hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(15, 118, 110, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to right, #000, transparent 72%);
}

.rdn-home-v2__hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
}

.rdn-home-v2__kicker,
.rdn-home-v2__eyebrow {
  margin: 0 0 16px;
  color: var(--rdn-blue-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rdn-home-v2__kicker {
  display: flex;
  gap: 9px;
  align-items: center;
}

.rdn-home-v2__kicker span {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--rdn-red);
}

.rdn-home-v2__hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--home-v2-navy);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.rdn-home-v2 h1 em,
.rdn-home-v2 h2 em {
  color: var(--rdn-blue-text);
  font-style: normal;
}

.rdn-home-v2__hero-copy > p:not(.rdn-home-v2__kicker, .rdn-home-v2__hero-note) {
  max-width: 650px;
  margin: 26px 0 0;
  color: #425466;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
}

.rdn-home-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.rdn-home-v2__button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.rdn-home-v2__button--primary {
  color: #fff;
  background: var(--rdn-red);
  box-shadow: 0 14px 28px rgba(237, 91, 85, 0.22);
}

.rdn-home-v2__button--secondary {
  border-color: var(--home-v2-border);
  background: rgba(255, 255, 255, 0.84);
}

.rdn-home-v2__hero-note {
  margin: 18px 0 0;
  color: var(--rdn-muted);
  font-size: 12px;
}

.rdn-home-v2__hero-media {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 34px 70px rgba(15, 35, 49, 0.18);
}

.rdn-home-v2__hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 13% -8% -8% 14%;
  border-radius: 42px;
  background: #bceafd;
  transform: rotate(4deg);
}

.rdn-home-v2__hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 24px;
  object-fit: cover;
}

.rdn-home-v2__hero-media figcaption {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 33, 45, 0.88);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.rdn-home-v2__section {
  padding-block: clamp(72px, 8vw, 124px);
}

.rdn-home-v2__heading {
  max-width: 820px;
  margin-bottom: clamp(36px, 5vw, 62px);
}

.rdn-home-v2__heading--center {
  margin-inline: auto;
  text-align: center;
}

.rdn-home-v2__heading h2,
.rdn-home-v2__roadmap h2 {
  margin: 0;
  color: var(--home-v2-navy);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.rdn-home-v2__heading > p:last-child,
.rdn-home-v2__roadmap-heading > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--rdn-muted);
  font-size: 16px;
  line-height: 1.75;
}

.rdn-home-v2__heading--center > p:last-child {
  margin-inline: auto;
}

.rdn-home-v2__service-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.rdn-home-v2__service-tab {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--home-v2-border);
  border-radius: 24px;
  color: var(--home-v2-navy);
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 35, 49, 0.07);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rdn-home-v2__service-tab--primary {
  min-height: 250px;
  border-color: color-mix(in srgb, var(--service-accent) 28%, transparent);
}

.rdn-home-v2__service-tab::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--service-accent);
}

.rdn-home-v2__service-tab img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.rdn-home-v2__service-tab > span:not(.rdn-home-v2__service-arrow) {
  display: grid;
  gap: 7px;
}

.rdn-home-v2__service-tab strong {
  font-family: var(--rdn-heading-font);
  font-size: 18px;
  line-height: 1.25;
}

.rdn-home-v2__service-tab small {
  color: var(--rdn-muted);
  font-size: 12px;
  line-height: 1.55;
}

.rdn-home-v2__service-arrow {
  align-self: end;
  color: var(--service-accent);
  font-size: 22px;
}

.rdn-home-v2__service-tab:hover,
.rdn-home-v2__service-tab.is-active {
  border-color: var(--service-accent);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--service-accent) 18%, transparent);
  transform: translateY(-5px);
}

.rdn-home-v2__service-panels {
  margin-top: 22px;
}

.rdn-home-v2__service-panel {
  position: relative;
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid color-mix(in srgb, var(--service-accent) 30%, transparent);
  border-radius: 26px;
  background: color-mix(in srgb, var(--service-accent) 6%, #fff);
}

.rdn-home-v2__service-panel + .rdn-home-v2__service-panel {
  margin-top: 14px;
}

.rdn-home-v2__service-panel-mark {
  align-self: stretch;
  border-radius: 999px;
  background: var(--service-accent);
}

.rdn-home-v2__service-label {
  margin: 0 0 4px;
  color: var(--service-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rdn-home-v2__service-panel h3 {
  margin: 0;
  color: var(--home-v2-navy);
  font-size: clamp(22px, 2vw, 30px);
}

.rdn-home-v2__service-panel div > p:last-child {
  max-width: 820px;
  margin: 10px 0 0;
  color: #4c5c68;
  font-size: 14px;
  line-height: 1.7;
}

.rdn-home-v2__service-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border-radius: 999px;
  color: #fff;
  background: var(--service-accent);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

/* Native port of #manos. The original section split its content between a
   mobile carousel, desktop bubbles, flip cards and a modal. This version keeps
   every claim visible in one semantic structure on every viewport. */
.rdn-page--home-paralela #manos {
  padding: clamp(76px, 7vw, 108px) 0;
  background: #fff9f1;
}

.rdn-home-trust__container,
.rdn-page--home-paralela #manos > .rdn-home-trust__container {
  width: min(1440px, calc(100% - 32px));
  max-width: none;
  margin-inline: auto;
  padding: 0;
}

.rdn-home-trust__heading {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.rdn-home-trust__eyebrow {
  display: inline-flex;
  min-height: 30px;
  margin: 0 0 15px;
  padding: 5px 13px;
  align-items: center;
  border: 2px solid rgba(237, 91, 85, 0.24);
  border-radius: 999px;
  color: #b83f3a;
  background: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rdn-home-trust__heading h2 {
  margin: 0;
  color: #10212d;
  font-size: clamp(34px, 3.7vw, 54px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.rdn-home-trust__heading h2 em {
  color: var(--rdn-blue-text);
  font-style: normal;
}

.rdn-home-trust__meta {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
  color: #b45309;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rdn-home-trust__heading > p:last-child {
  max-width: 760px;
  margin: 16px auto 0;
  color: #526672;
  font-size: 16px;
  line-height: 1.7;
}

.rdn-home-trust__proofs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 22px);
  max-width: 1160px;
  margin: 0 auto 32px;
  padding: 0;
  list-style: none;
}

.rdn-home-trust__proofs li {
  position: relative;
  display: grid;
  min-height: 94px;
  padding: 17px 18px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  border: 2px solid rgba(3, 169, 244, 0.24);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(16, 33, 45, 0.07);
}

.rdn-home-trust__proofs li::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-right: 2px solid rgba(3, 169, 244, 0.24);
  border-bottom: 2px solid rgba(3, 169, 244, 0.24);
  background: #fff;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.rdn-home-trust__proof-icon,
.rdn-home-trust__card-icon {
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--rdn-blue-text);
  background: #eaf7fd;
}

.rdn-home-trust__proof-icon {
  width: 42px;
  height: 42px;
}

.rdn-home-trust :is(.rdn-home-trust__proof-icon, .rdn-home-trust__card-icon) svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rdn-home-trust__proofs strong,
.rdn-home-trust__proofs small {
  display: block;
}

.rdn-home-trust__proofs strong {
  color: #10212d;
  font-family: var(--rdn-heading-font);
  font-size: 15px;
  line-height: 1.25;
}

.rdn-home-trust__proofs small {
  margin-top: 4px;
  color: #60727f;
  font-size: 14px;
  line-height: 1.45;
}

.rdn-home-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 24px);
}

.rdn-home-trust__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 330px;
  padding: 26px 24px 24px;
  overflow: hidden;
  flex-direction: column;
  border: 4px solid rgba(16, 33, 45, 0.08);
  border-top-color: var(--trust-accent);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 33, 45, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rdn-home-trust__card#rdn-home-garantia {
  scroll-margin-top: 110px;
}

.rdn-home-trust__card-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 19px;
  color: var(--trust-accent);
  background: color-mix(in srgb, var(--trust-accent) 10%, #fff);
}

.rdn-home-trust__card-icon svg {
  width: 32px !important;
  height: 32px !important;
}

.rdn-home-trust__card h3 {
  margin: 0;
  color: #10212d;
  font-size: clamp(19px, 1.5vw, 22px);
  font-weight: 900;
  line-height: 1.2;
}

.rdn-home-trust__card > p {
  margin: 13px 0 22px;
  color: #526672;
  font-size: 15px;
  line-height: 1.62;
}

.rdn-home-trust__card > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: var(--trust-accent);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

.rdn-home-trust__card:hover {
  border-color: var(--trust-accent);
  box-shadow: 0 19px 40px color-mix(in srgb, var(--trust-accent) 15%, transparent);
  transform: translateY(-5px);
}

.rdn-home-trust__closing {
  display: flex;
  width: fit-content;
  max-width: 100%;
  min-height: 48px;
  margin: 30px auto 0;
  padding: 10px 18px;
  gap: 9px;
  align-items: center;
  border: 2px solid rgba(76, 175, 80, 0.24);
  border-radius: 999px;
  color: #10212d;
  background: #fff;
  box-shadow: 0 9px 22px rgba(16, 33, 45, 0.06);
  font-size: 15px;
  line-height: 1.45;
}

.rdn-home-trust__closing > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--rdn-green);
  font-weight: 900;
}

/* Instagram-inspired case studies. The visual language remains, while fake
   engagement metrics and relative dates are deliberately omitted. */
.rdn-page--home-paralela #casos-exito-stack {
  padding: clamp(76px, 7vw, 108px) 0;
  background: #f6f8fc;
}

.rdn-home-cases__container,
.rdn-page--home-paralela #casos-exito-stack > .rdn-home-cases__container {
  width: min(1440px, calc(100% - 32px));
  max-width: none;
  margin-inline: auto;
  padding: 0;
}

.rdn-home-cases__heading {
  max-width: 930px;
  margin: 0 auto 30px;
  text-align: center;
}

.rdn-home-cases__eyebrow {
  display: inline-flex;
  min-height: 30px;
  margin: 0 0 15px;
  padding: 5px 13px;
  align-items: center;
  border: 2px solid rgba(221, 42, 123, 0.22);
  border-radius: 999px;
  color: #b51f63;
  background: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rdn-home-cases__heading h2 {
  margin: 0;
  color: #10212d;
  font-size: clamp(34px, 3.7vw, 54px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.rdn-home-cases__heading h2 em {
  color: #c32672;
  font-style: normal;
}

.rdn-home-cases__meta {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
  color: #60727f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rdn-home-cases__heading > p:last-child {
  max-width: 700px;
  margin: 14px auto 0;
  color: #526672;
  font-size: 16px;
  line-height: 1.65;
}

.rdn-home-cases__stories {
  display: grid;
  grid-template-columns: repeat(5, minmax(90px, 1fr));
  gap: clamp(10px, 1.5vw, 20px);
  max-width: 980px;
  margin: 0 auto;
}

.rdn-home-cases__story {
  display: grid;
  min-width: 0;
  padding: 0;
  justify-items: center;
  gap: 8px;
  border: 0;
  color: #60727f;
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.rdn-home-cases__story-ring {
  display: grid;
  width: 76px;
  height: 76px;
  padding: 4px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(from 210deg, #feda77, #f58529, #dd2a7b, #8134af, #515bd4, #feda77);
  box-shadow: 0 8px 18px rgba(16, 33, 45, 0.1);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.rdn-home-cases__story-ring img {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #f6f8fc;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.rdn-home-cases__story:is(:hover, .is-active) {
  color: #10212d;
}

.rdn-home-cases__story:is(:hover, .is-active) .rdn-home-cases__story-ring {
  box-shadow: 0 7px 15px rgba(16, 33, 45, 0.16);
  transform: translateY(-2px) scale(1.025);
}

.rdn-home-cases__hint {
  margin: 18px 0 14px;
  color: #60727f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.rdn-home-cases__viewport {
  overflow: hidden;
  border-radius: 24px;
}

.rdn-home-cases__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.rdn-home-cases__track::-webkit-scrollbar {
  display: none;
}

.rdn-home-cases__case {
  display: grid;
  min-width: 0;
  min-height: 590px;
  flex: 0 0 100%;
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  overflow: hidden;
  border: 4px solid transparent;
  border-radius: 24px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #f58529, #feda77 28%, #dd2a7b 58%, #8134af 78%, #515bd4) border-box;
  box-shadow: 0 20px 48px rgba(16, 33, 45, 0.14);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.rdn-home-cases__media {
  position: relative;
  min-width: 0;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  background: #10212d;
}

.rdn-home-cases__media > img,
.rdn-home-cases__frame {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rdn-home-cases__frames {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.rdn-home-cases__frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 280ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rdn-home-cases__frame.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.rdn-home-cases__frame-progress {
  position: absolute;
  top: 7px;
  right: 8px;
  left: 8px;
  z-index: 6;
  display: flex;
  gap: 4px;
}

.rdn-home-cases__frame-progress button {
  display: flex;
  height: 12px;
  padding: 0;
  flex: 1 1 0;
  align-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.rdn-home-cases__frame-progress span {
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

.rdn-home-cases__frame-progress button.is-active span,
.rdn-home-cases__frame-progress button.is-complete span,
.rdn-home-cases__frame-progress button[aria-pressed="true"] span {
  background: #fff;
}

.rdn-home-cases__frame-navigation {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.rdn-home-cases__frame-navigation button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  background: rgba(8, 20, 29, 0.35);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
  font: inherit;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.72;
  pointer-events: auto;
  backdrop-filter: blur(5px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.rdn-home-cases__frame-navigation button:is(:hover, :focus-visible) {
  opacity: 1;
  transform: scale(1.06);
}

.rdn-home-cases__case.is-active .rdn-home-cases__media > img {
  transform: scale(1.025);
}

.rdn-home-cases__media figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  gap: 8px 18px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  color: #fff;
  background: rgba(8, 20, 29, 0.76);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.rdn-home-cases__media figcaption span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rdn-home-cases__media figcaption strong {
  font-family: var(--rdn-heading-font);
  font-size: 14px;
  text-align: right;
}

.rdn-home-cases__body {
  display: flex;
  min-width: 0;
  padding: clamp(24px, 3vw, 42px);
  flex-direction: column;
  background: #fff;
}

.rdn-home-cases__profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(16, 33, 45, 0.1);
}

.rdn-home-cases__profile > a {
  display: flex;
  min-width: 0;
  gap: 10px;
  align-items: center;
  color: #10212d;
  text-decoration: none;
}

.rdn-home-cases__profile img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #dd2a7b;
  object-fit: cover;
}

.rdn-home-cases__profile span,
.rdn-home-cases__profile strong,
.rdn-home-cases__profile small {
  display: block;
  min-width: 0;
}

.rdn-home-cases__profile strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rdn-home-cases__profile small {
  margin-top: 2px;
  color: #60727f;
  font-size: 10px;
}

.rdn-home-cases__profile > svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #10212d;
  stroke-width: 1.7;
}

.rdn-home-cases__actions,
.rdn-home-cases__actions > div {
  display: flex;
  align-items: center;
}

.rdn-home-cases__actions {
  min-height: 34px;
  justify-content: space-between;
}

.rdn-home-cases__actions > div {
  gap: 14px;
}

.rdn-home-cases__actions :is(button, a) {
  display: inline-flex;
  min-width: 28px;
  min-height: 32px;
  padding: 0;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #10212d;
  background: transparent;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}

.rdn-home-cases__actions svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 150ms ease, stroke 150ms ease, transform 150ms ease;
}

.rdn-home-cases__actions :is(button, a):hover svg {
  transform: scale(1.08);
}

.rdn-home-cases__actions span {
  color: #60727f;
  font-size: 11px;
  font-weight: 800;
}

.rdn-home-cases__like.is-active {
  color: #ff3366;
}

.rdn-home-cases__like.is-active svg {
  fill: #ff3366;
  stroke: #ff3366;
}

.rdn-home-cases__like.is-active span {
  color: #ff3366;
}

.rdn-home-cases__save.is-active svg {
  fill: #10212d;
}

.rdn-home-cases__feedback {
  display: block;
  min-height: 15px;
  margin: 1px 0 3px;
  color: #2e7d32;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
}

.rdn-home-cases__case-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.rdn-home-cases__case-meta > span {
  flex: 0 0 auto;
  color: #7a8993;
  font-size: 10px;
  font-weight: 700;
}

.rdn-home-cases__label {
  margin: 0;
  color: var(--case-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rdn-home-cases__body h3 {
  margin: 0;
  color: #10212d;
  font-size: clamp(24px, 2.25vw, 34px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.rdn-home-cases__problem,
.rdn-home-cases__detail {
  margin: 15px 0 0;
  color: #526672;
  font-size: 15px;
  line-height: 1.58;
}

.rdn-home-cases__problem strong {
  color: #10212d;
}

.rdn-home-cases__result {
  display: grid;
  margin: 17px 0 0;
  padding: 14px 15px;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 10px;
  border: 2px solid color-mix(in srgb, var(--case-accent) 26%, transparent);
  border-radius: 15px;
  color: #405563;
  background: color-mix(in srgb, var(--case-accent) 6%, #fff);
  font-size: 15px;
  line-height: 1.52;
}

.rdn-home-cases__result > span:first-child {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--case-accent);
  font-weight: 900;
}

.rdn-home-cases__result strong {
  display: block;
  margin-bottom: 2px;
  color: #10212d;
}

.rdn-home-cases__tags {
  display: flex;
  gap: 6px 10px;
  margin: 17px 0 0;
  flex-wrap: wrap;
}

.rdn-home-cases__tags a {
  color: #0277bd;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.rdn-home-cases__cta {
  display: inline-flex;
  min-height: 46px;
  width: fit-content;
  margin-top: auto;
  padding: 10px 18px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--case-accent);
  border-radius: 999px;
  color: #fff;
  background: var(--case-accent);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

.rdn-home-cases__controls {
  display: flex;
  width: fit-content;
  margin: 20px auto 0;
  gap: 14px;
  align-items: center;
}

.rdn-home-cases__controls button {
  display: grid;
  width: 43px;
  height: 43px;
  padding: 0;
  place-items: center;
  border: 2px solid rgba(16, 33, 45, 0.12);
  border-radius: 50%;
  color: #10212d;
  background: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.rdn-home-cases__controls p {
  min-width: 58px;
  margin: 0;
  color: #60727f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.rdn-home-cases__controls strong {
  color: #c32672;
  font-size: 15px;
}

.rdn-home-cases__instagram {
  display: flex;
  width: fit-content;
  margin: 18px auto 0;
  gap: 8px;
  align-items: center;
  color: #10212d;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.rdn-home-cases__mobile-more {
  display: none;
}

.rdn-page--home-paralela #como-funciona {
  padding: clamp(76px, 7vw, 108px) 0;
  background: #f3f8fb;
}

.rdn-home-process__container,
.rdn-page--home-paralela #como-funciona > .rdn-home-process__container {
  width: min(1440px, calc(100% - 32px));
  max-width: none;
  margin-inline: auto;
  padding: 0;
}

.rdn-home-process__heading {
  max-width: 900px;
  margin: 0 auto clamp(42px, 5vw, 64px);
  text-align: center;
}

.rdn-home-process__eyebrow {
  display: inline-flex;
  min-height: 30px;
  margin: 0 0 15px;
  padding: 5px 13px;
  align-items: center;
  border: 2px solid rgba(245, 158, 11, 0.3);
  border-radius: 999px;
  color: #b45309;
  background: #fff8e8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rdn-home-process__heading h2 {
  margin: 0;
  color: #10212d;
  font-size: clamp(34px, 3.7vw, 54px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.rdn-home-process__heading h2 em {
  color: var(--rdn-blue-text);
  font-style: normal;
}

.rdn-home-process__heading > p:last-child {
  max-width: 760px;
  margin: 18px auto 0;
  color: #526672;
  font-size: 16px;
  line-height: 1.7;
}

.rdn-home-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 33, 45, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 33, 45, 0.09);
  list-style: none;
}

.rdn-home-process__steps::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 4px;
  background: linear-gradient(90deg, var(--rdn-blue) 0%, #72d1f7 48%, #f59e0b 100%);
  content: "";
}

.rdn-home-process__step {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  padding: 28px 24px 30px;
  flex-direction: column;
  text-align: left;
}

.rdn-home-process__step + .rdn-home-process__step {
  border-left: 1px solid rgba(16, 33, 45, 0.09);
}

.rdn-home-process__media {
  position: relative;
  width: 100%;
  margin: 0 0 22px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  background: #eaf5fa;
}

.rdn-home-process__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  transition: transform 220ms ease;
}

.rdn-home-process__media span {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  min-width: 42px;
  height: 34px;
  padding: 0 10px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 33, 45, 0.84);
  box-shadow: 0 7px 18px rgba(16, 33, 45, 0.18);
  backdrop-filter: blur(8px);
  font-family: var(--rdn-heading-font);
  font-size: 12px;
  font-weight: 800;
}

.rdn-home-process__copy {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.rdn-home-process__copy h3 {
  margin: 0;
  color: #10212d;
  font-size: clamp(19px, 1.45vw, 21px);
  font-weight: 800;
  line-height: 1.2;
}

.rdn-home-process__copy > p:last-child {
  margin: 12px 0 0;
  color: #526672;
  font-size: 15px;
  line-height: 1.65;
}

.rdn-home-process__step:hover .rdn-home-process__copy {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.rdn-home-process__step:hover .rdn-home-process__media img {
  transform: scale(1.025);
}

.rdn-home-v2__roadmap {
  padding-block: clamp(60px, 7vw, 96px);
  color: #fff;
  background: var(--home-v2-navy);
}

.rdn-home-v2__roadmap .rdn-container {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 7vw, 100px);
}

.rdn-home-v2__roadmap h2 {
  color: #fff;
  font-size: clamp(32px, 3.5vw, 48px);
}

.rdn-home-v2__roadmap-heading > p:last-child {
  color: rgba(255, 255, 255, 0.66);
}

.rdn-home-v2__roadmap ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rdn-home-v2__roadmap li {
  display: grid;
  grid-template-columns: 42px minmax(160px, 0.7fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.rdn-home-v2__roadmap li > span {
  color: var(--rdn-blue);
  font-family: var(--rdn-heading-font);
  font-weight: 800;
}

.rdn-home-v2__roadmap li small {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.rdn-home-v2 :where(a, button):focus-visible {
  outline: 3px solid var(--rdn-yellow);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .rdn-home-v2__hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 48px;
  }

  .rdn-home-v2__service-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rdn-home-v2__service-tab,
  .rdn-home-v2__service-tab--primary {
    min-height: 210px;
  }
}

@media (min-width: 992px) {
  .rdn-home-selector-clone {
    padding: 80px 0;
  }

  .rdn-home-selector-clone > * {
    max-width: 1200px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .rdn-home-selector-clone .rdn-heading-title .only-desktop {
    display: inline !important;
  }
}

@media (max-width: 840px) {
  .rdn-home-v2__hero-layout,
  .rdn-home-v2__roadmap .rdn-container {
    grid-template-columns: 1fr;
  }

  .rdn-home-v2__hero {
    min-height: 0;
  }

  .rdn-home-v2__hero-media {
    max-width: 680px;
  }

}

@media (max-width: 620px) {
  .rdn-home-v2__hero {
    padding-block: 52px 72px;
  }

  .rdn-home-v2__hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .rdn-home-v2__actions {
    display: grid;
  }

  .rdn-home-v2__button {
    width: 100%;
  }

  .rdn-home-v2__hero-media {
    padding: 8px;
    border-radius: 24px;
  }

  .rdn-home-v2__hero-media img {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .rdn-home-v2__hero-media figcaption {
    right: 18px;
    bottom: 18px;
  }

  .rdn-home-v2__service-tabs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .rdn-home-v2__service-tab,
  .rdn-home-v2__service-tab--primary {
    min-height: 190px;
    padding: 16px;
    border-radius: 20px;
  }

  .rdn-home-v2__service-tab img {
    width: 58px;
    height: 58px;
  }

  .rdn-home-v2__service-tab strong {
    font-size: 16px;
  }

  .rdn-home-v2__service-tab small {
    display: none;
  }

  .rdn-home-v2__service-panel {
    grid-template-columns: 5px minmax(0, 1fr);
    gap: 18px;
  }

  .rdn-home-v2__service-link {
    grid-column: 1 / -1;
    white-space: normal;
  }

  .rdn-home-v2__roadmap li {
    grid-template-columns: 38px 1fr;
  }

  .rdn-home-v2__roadmap li small {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rdn-home-v2__service-tab {
    transition: none;
  }
}

/* Native Google reviews section. */
.rdn-page--home-paralela #opiniones.rdn-home-reviews {
  overflow: hidden;
  padding: clamp(58px, 5.5vw, 78px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(2, 119, 189, 0.08), transparent 25%),
    radial-gradient(circle at 88% 88%, rgba(242, 201, 76, 0.11), transparent 24%),
    #f7f8fc;
  color: #10212d;
}

.rdn-home-reviews__container,
.rdn-page--home-paralela #opiniones > .rdn-home-reviews__container {
  width: min(calc(100% - 48px), 1440px);
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 0;
}

.rdn-home-reviews__heading {
  max-width: 780px;
  margin: 0 0 18px;
}

.rdn-home-reviews__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  margin: 0 0 13px;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(2, 119, 189, 0.08);
  color: #0277bd;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.rdn-home-reviews__eyebrow::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0277bd;
  content: "";
}

.rdn-home-reviews__heading h2 {
  margin: 0;
  color: #10212d;
  font-size: clamp(38px, 4.3vw, 66px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}

.rdn-home-reviews__heading h2 em {
  color: #0277bd;
  font-style: normal;
}

.rdn-home-reviews__meta {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 17px;
  color: #607483;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rdn-home-reviews__meta > span {
  width: 62px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0277bd, rgba(2, 119, 189, 0.08));
}

.rdn-home-reviews__meta strong {
  font-weight: 800;
}

.rdn-home-reviews__heading > p:last-child {
  margin: 15px 0 0;
  color: #506777;
  font-size: 16px;
  line-height: 1.6;
}

.rdn-home-reviews__deck {
  display: grid;
  grid-auto-columns: min(390px, 84vw);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 18px 10px 24px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.rdn-home-reviews__deck::-webkit-scrollbar,
.rdn-home-reviews__pills::-webkit-scrollbar {
  display: none;
}

.rdn-home-reviews__deck:focus-visible {
  outline: 3px solid rgba(2, 119, 189, 0.32);
  outline-offset: 4px;
}

.rdn-home-reviews__card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 26px;
  border: 1px solid rgba(16, 33, 45, 0.1);
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 28px rgba(16, 33, 45, 0.075);
  scroll-snap-align: center;
}

.rdn-home-reviews__avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #eef3f6;
  object-fit: cover;
  box-shadow: 0 0 0 2px #edf1f3;
}

.rdn-home-reviews__stars {
  margin-top: 11px;
  color: #f2c94c;
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 1;
}

.rdn-home-reviews__card blockquote {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  margin: 12px 0;
  padding: 0;
  border: 0;
}

.rdn-home-reviews__card blockquote p {
  margin: 0;
  color: #2b404e;
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
}

.rdn-home-reviews__card > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #506777;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.rdn-home-reviews__card > a:hover,
.rdn-home-reviews__card > a:focus-visible {
  color: #0277bd;
}

.rdn-home-reviews__card > a svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.rdn-home-reviews.is-enhanced .rdn-home-reviews__deck {
  position: relative;
  display: block;
  height: 344px;
  overflow: visible;
  padding: 0;
}

.rdn-home-reviews.is-enhanced .rdn-home-reviews__card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(370px, calc(100vw - 48px));
  min-height: 300px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: opacity 360ms ease, transform 460ms cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 300ms ease, border-color 300ms ease;
}

.rdn-home-reviews.is-enhanced .rdn-home-reviews__card[data-review-state="current"] {
  z-index: 5;
  border: 2px solid rgba(229, 173, 0, 0.72);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  box-shadow: 0 18px 38px rgba(16, 33, 45, 0.12);
}

.rdn-home-reviews.is-enhanced .rdn-home-reviews__card[data-review-state="previous"] {
  z-index: 3;
  opacity: 0.64;
  transform: translate(calc(-50% - 360px), -50%) scale(0.9);
}

.rdn-home-reviews.is-enhanced .rdn-home-reviews__card[data-review-state="next"] {
  z-index: 3;
  opacity: 0.64;
  transform: translate(calc(-50% + 360px), -50%) scale(0.9);
}

.rdn-home-reviews.is-enhanced .rdn-home-reviews__card[data-review-state="far-previous"] {
  z-index: 1;
  opacity: 0.2;
  transform: translate(calc(-50% - 620px), -50%) scale(0.72);
}

.rdn-home-reviews.is-enhanced .rdn-home-reviews__card[data-review-state="far-next"] {
  z-index: 1;
  opacity: 0.2;
  transform: translate(calc(-50% + 620px), -50%) scale(0.72);
}

.rdn-home-reviews__hint {
  margin: 0;
  color: #71828e;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.rdn-home-reviews__pills {
  display: none;
  gap: 9px;
  overflow-x: auto;
  padding: 8px 12px 13px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.rdn-home-reviews__pill {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 8px;
  padding: 5px 11px 5px 5px;
  border: 3px solid rgba(16, 33, 45, 0.09);
  border-radius: 999px;
  background: #fff;
  color: #10212d;
  font: inherit;
  text-align: left;
  scroll-snap-align: center;
}

.rdn-home-reviews__pill.is-active {
  border-color: #f2c94c;
  box-shadow: 0 7px 16px rgba(16, 33, 45, 0.1);
}

.rdn-home-reviews__pill img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef3f6;
  object-fit: cover;
}

.rdn-home-reviews__pill span,
.rdn-home-reviews__pill strong,
.rdn-home-reviews__pill small {
  display: block;
}

.rdn-home-reviews__pill strong {
  font-size: 11px;
  font-weight: 900;
}

.rdn-home-reviews__pill small {
  margin-top: 1px;
  color: #f2c94c;
  font-size: 8px;
  letter-spacing: 0.04em;
}

.rdn-home-reviews__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}

.rdn-home-reviews__controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid #dce5ea;
  border-radius: 50%;
  background: #fff;
  color: #10212d;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.rdn-home-reviews__controls button:hover,
.rdn-home-reviews__controls button:focus-visible {
  border-color: #f2c94c;
  color: #bd8d00;
  transform: scale(1.06);
}

.rdn-home-reviews__controls > a {
  display: inline-flex;
  min-width: 225px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 21px;
  border: 2px solid #f2c94c;
  border-radius: 999px;
  background: #fff;
  color: #10212d;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.rdn-home-reviews__controls > a:hover,
.rdn-home-reviews__controls > a:focus-visible {
  background: #fff9df;
  color: #10212d;
}

@media (max-width: 991px) {
  .rdn-page--home-paralela #opiniones.rdn-home-reviews {
    padding: 52px 0 62px;
  }

  .rdn-home-reviews__container,
  .rdn-page--home-paralela #opiniones > .rdn-home-reviews__container {
    width: min(calc(100% - 24px), 640px);
  }

  .rdn-home-reviews__heading {
    margin-bottom: 16px;
    text-align: center;
  }

  .rdn-home-reviews__heading h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .rdn-home-reviews__meta {
    justify-content: center;
    font-size: 10px;
  }

  .rdn-home-reviews__meta > span {
    width: 30px;
  }

  .rdn-home-reviews__heading > p:last-child {
    font-size: 15px;
  }

  .rdn-home-reviews.is-enhanced .rdn-home-reviews__deck {
    height: 350px;
    overflow: hidden;
  }

  .rdn-home-reviews.is-enhanced .rdn-home-reviews__card {
    top: 5px;
    width: min(340px, calc(100% - 18px));
    min-height: 310px;
    padding: 21px 19px;
    transform: translate(-50%, 0) scale(0.9);
  }

  .rdn-home-reviews.is-enhanced .rdn-home-reviews__card[data-review-state="current"] {
    transform: translate(-50%, 0) scale(1);
  }

  .rdn-home-reviews.is-enhanced .rdn-home-reviews__card[data-review-state="next"] {
    opacity: 0.45;
    transform: translate(-50%, 17px) scale(0.94);
  }

  .rdn-home-reviews.is-enhanced .rdn-home-reviews__card[data-review-state="far-next"] {
    opacity: 0.18;
    transform: translate(-50%, 32px) scale(0.88);
  }

  .rdn-home-reviews.is-enhanced .rdn-home-reviews__card[data-review-state="previous"],
  .rdn-home-reviews.is-enhanced .rdn-home-reviews__card[data-review-state="far-previous"] {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -18px) scale(0.9);
  }

  .rdn-home-reviews__card blockquote p {
    font-size: 15px;
  }

  .rdn-home-reviews__pills {
    display: flex;
    margin: 3px -12px 0;
  }

  .rdn-home-reviews__controls {
    display: none;
  }
}

@media (max-width: 390px) {
  .rdn-home-reviews.is-enhanced .rdn-home-reviews__deck {
    height: 370px;
  }

  .rdn-home-reviews.is-enhanced .rdn-home-reviews__card {
    min-height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rdn-home-reviews.is-enhanced .rdn-home-reviews__card,
  .rdn-home-reviews__controls button {
    transition: none;
  }
}

/* Compact corporate service bridge. */
.rdn-page--home-paralela #empresas.rdn-home-companies {
  padding: clamp(68px, 6.5vw, 94px) 0;
  background:
    radial-gradient(circle at 88% 20%, rgba(156, 39, 176, 0.08), transparent 28%),
    #fff;
  color: #10212d;
}

.rdn-home-companies__container,
.rdn-page--home-paralela #empresas > .rdn-home-companies__container {
  display: grid;
  width: min(calc(100% - 48px), 1440px);
  max-width: 1440px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
  margin-inline: auto;
  padding: clamp(30px, 3.5vw, 50px);
  border: 4px solid #9c27b0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(83, 30, 94, 0.14);
}

.rdn-home-companies__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 14px;
  padding: 5px 13px;
  border-radius: 999px;
  background: #f6eaf8;
  color: #8b1c9d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.rdn-home-companies__intro h2 {
  max-width: 600px;
  margin: 0;
  color: #10212d;
  font-size: clamp(36px, 3.2vw, 52px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.rdn-home-companies__intro h2 em {
  color: #9c27b0;
  font-style: normal;
}

.rdn-home-companies__meta {
  margin: 16px 0 0;
  color: #796380;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rdn-home-companies__lead {
  max-width: 580px;
  margin: 17px 0 0;
  color: #506777;
  font-size: 15px;
  line-height: 1.65;
}

.rdn-home-companies__cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 23px;
  padding: 10px 19px;
  border: 2px solid #9c27b0;
  border-radius: 999px;
  background: #9c27b0;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: filter 180ms ease, transform 180ms ease;
}

.rdn-home-companies__cta:hover,
.rdn-home-companies__cta:focus-visible {
  color: #fff;
  filter: brightness(0.92);
  transform: translateY(-2px);
}

.rdn-home-companies__cta svg,
.rdn-home-companies__arrow {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.rdn-home-companies__capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rdn-home-companies__capability {
  display: grid;
  min-height: 132px;
  grid-template-columns: 52px minmax(0, 1fr) 20px;
  gap: 13px;
  align-items: center;
  padding: 18px;
  border: 2px solid rgba(156, 39, 176, 0.12);
  border-radius: 18px;
  background: #fbf7fc;
  color: #10212d;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rdn-home-companies__capability:hover,
.rdn-home-companies__capability:focus-visible {
  border-color: #9c27b0;
  color: #10212d;
  box-shadow: 0 12px 25px rgba(83, 30, 94, 0.12);
  transform: translateY(-2px);
}

.rdn-home-companies__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  background: #f2e2f5;
  color: #9c27b0;
}

.rdn-home-companies__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.rdn-home-companies__capability > span:nth-child(2),
.rdn-home-companies__capability strong,
.rdn-home-companies__capability small {
  display: block;
}

.rdn-home-companies__capability strong {
  color: #10212d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.rdn-home-companies__capability small {
  margin-top: 6px;
  color: #607483;
  font-size: 14px;
  line-height: 1.45;
}

.rdn-home-companies__arrow {
  color: #9c27b0;
  transition: transform 180ms ease;
}

.rdn-home-companies__capability:hover .rdn-home-companies__arrow,
.rdn-home-companies__capability:focus-visible .rdn-home-companies__arrow {
  transform: translateX(3px);
}

@media (max-width: 991px) {
  .rdn-page--home-paralela #empresas.rdn-home-companies {
    padding: 60px 0 70px;
  }

  .rdn-home-companies__container,
  .rdn-page--home-paralela #empresas > .rdn-home-companies__container {
    width: min(calc(100% - 24px), 640px);
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 23px 18px 19px;
    border-width: 3px;
    border-radius: 22px;
  }

  .rdn-home-companies__intro {
    text-align: center;
  }

  .rdn-home-companies__intro h2 {
    margin-inline: auto;
    font-size: clamp(32px, 9vw, 43px);
  }

  .rdn-home-companies__meta {
    font-size: 10px;
  }

  .rdn-home-companies__lead {
    margin-inline: auto;
  }

  .rdn-home-companies__cta {
    width: 100%;
  }

  .rdn-home-companies__capabilities {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rdn-home-companies__capability {
    min-height: 0;
    grid-template-columns: 46px minmax(0, 1fr) 18px;
    padding: 14px;
  }

  .rdn-home-companies__icon {
    width: 46px;
    height: 46px;
  }

  .rdn-home-companies__icon svg {
    width: 25px;
    height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rdn-home-companies__cta,
  .rdn-home-companies__capability,
  .rdn-home-companies__arrow {
    transition: none;
  }
}

/* Native FAQ and final conversion block. */
.rdn-page--home-paralela #faq.rdn-home-faq {
  padding: clamp(72px, 7vw, 104px) 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(3, 169, 244, 0.08), transparent 24%),
    #f6fafc;
  color: #10212d;
}

.rdn-home-faq__container,
.rdn-page--home-paralela #faq > .rdn-home-faq__container {
  display: grid;
  width: min(calc(100% - 48px), 1200px);
  max-width: 1200px;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  margin-inline: auto;
  padding-inline: 0;
}

.rdn-home-faq__heading {
  position: sticky;
  top: 120px;
}

.rdn-home-faq__eyebrow {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin: 0 0 14px;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(3, 169, 244, 0.1);
  color: #0277bd;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.rdn-home-faq__heading h2 {
  margin: 0;
  color: #10212d;
  font-size: clamp(36px, 3.2vw, 50px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.rdn-home-faq__heading h2 em {
  color: #03a9f4;
  font-style: normal;
}

.rdn-home-faq__meta {
  margin: 16px 0 0;
  color: #607483;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rdn-home-faq__heading > p:last-child {
  margin: 16px 0 0;
  color: #506777;
  font-size: 15px;
  line-height: 1.65;
}

.rdn-home-faq__list {
  overflow: hidden;
  border: 3px solid #03a9f4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(3, 169, 244, 0.13);
}

.rdn-home-faq__item + .rdn-home-faq__item {
  border-top: 1px solid rgba(3, 169, 244, 0.2);
}

.rdn-home-faq__item summary {
  display: grid;
  min-height: 65px;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 15px;
  align-items: center;
  padding: 17px 20px;
  color: #10212d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.rdn-home-faq__item summary::-webkit-details-marker {
  display: none;
}

.rdn-home-faq__item summary:focus-visible {
  outline: 3px solid rgba(3, 169, 244, 0.3);
  outline-offset: -5px;
}

.rdn-home-faq__item summary svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.rdn-home-faq__item[open] summary {
  background: #03a9f4;
  color: #fff;
}

.rdn-home-faq__item[open] summary svg {
  transform: rotate(180deg);
}

.rdn-home-faq__answer {
  padding: 18px 20px 20px;
  background: #fff;
}

.rdn-home-faq__answer p {
  margin: 0;
  color: #506777;
  font-size: 15px;
  line-height: 1.65;
}

.rdn-home-faq__more {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  grid-column: 2;
  justify-self: center;
  margin-top: 18px;
  padding: 9px 18px;
  border: 2px solid #03a9f4;
  border-radius: 999px;
  background: #fff;
  color: #0277bd;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.rdn-home-faq__more:hover,
.rdn-home-faq__more:focus-visible {
  background: #03a9f4;
  color: #fff;
  transform: translateY(-2px);
}

.rdn-home-faq__more svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.rdn-page--home-paralela #cta-final.rdn-home-closing {
  padding: clamp(76px, 7vw, 108px) 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(3, 169, 244, 0.25), transparent 30%),
    radial-gradient(circle at 85% 85%, rgba(237, 91, 85, 0.22), transparent 27%),
    #10212d;
  color: #fff;
}

.rdn-home-closing__container,
.rdn-page--home-paralela #cta-final > .rdn-home-closing__container {
  width: min(calc(100% - 48px), 1100px);
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 0;
  text-align: center;
}

.rdn-home-closing__eyebrow {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  margin: 0 0 16px;
  padding: 5px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.rdn-home-closing__container h2 {
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(40px, 4.5vw, 60px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}

.rdn-home-closing__container h2 em {
  color: #43c7ff;
  font-style: normal;
}

.rdn-home-closing__meta {
  margin: 18px 0 0;
  color: #f2c94c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rdn-home-closing__lead {
  max-width: 680px;
  margin: 17px auto 0;
  color: #cfdae0;
  font-size: 16px;
  line-height: 1.65;
}

.rdn-home-closing__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.rdn-home-closing__actions a {
  display: inline-flex;
  min-width: 215px;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: filter 180ms ease, transform 180ms ease;
}

.rdn-home-closing__actions a:hover,
.rdn-home-closing__actions a:focus-visible {
  transform: translateY(-2px);
}

.rdn-home-closing__primary {
  border-color: #ed5b55 !important;
  background: #ed5b55;
  color: #fff;
}

.rdn-home-closing__primary:hover,
.rdn-home-closing__primary:focus-visible {
  color: #fff;
  filter: brightness(0.94);
}

.rdn-home-closing__secondary {
  border-color: rgba(255, 255, 255, 0.65) !important;
  background: transparent;
  color: #fff;
}

.rdn-home-closing__secondary:hover,
.rdn-home-closing__secondary:focus-visible {
  background: #fff;
  color: #10212d;
}

.rdn-home-closing__actions svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (max-width: 991px) {
  .rdn-page--home-paralela #faq.rdn-home-faq {
    padding: 62px 0 72px;
  }

  .rdn-home-faq__container,
  .rdn-page--home-paralela #faq > .rdn-home-faq__container {
    width: min(calc(100% - 24px), 640px);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rdn-home-faq__heading {
    position: static;
    text-align: center;
  }

  .rdn-home-faq__heading h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .rdn-home-faq__meta {
    font-size: 10px;
  }

  .rdn-home-faq__list {
    border-width: 3px;
    border-radius: 19px;
  }

  .rdn-home-faq__item summary {
    min-height: 60px;
    padding: 15px 16px;
    font-size: 15px;
  }

  .rdn-home-faq__answer {
    padding: 16px;
  }

  .rdn-home-faq__answer p {
    font-size: 15px;
  }

  .rdn-home-faq__more {
    width: 100%;
    grid-column: 1;
    margin-top: -5px;
  }

  .rdn-page--home-paralela #cta-final.rdn-home-closing {
    padding: 68px 0 76px;
  }

  .rdn-home-closing__container,
  .rdn-page--home-paralela #cta-final > .rdn-home-closing__container {
    width: min(calc(100% - 24px), 640px);
  }

  .rdn-home-closing__container h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .rdn-home-closing__lead {
    font-size: 15px;
  }

  .rdn-home-closing__actions {
    flex-direction: column;
  }

  .rdn-home-closing__actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rdn-home-faq__item summary,
  .rdn-home-faq__item summary svg,
  .rdn-home-faq__more,
  .rdn-home-closing__actions a {
    transition: none;
  }
}

/* Native location and delivery section. */
.rdn-page--home-paralela #envio.rdn-home-delivery {
  position: relative;
  overflow: clip;
  padding: clamp(72px, 7vw, 108px) 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(3, 169, 244, 0.08), transparent 25%),
    radial-gradient(circle at 92% 82%, rgba(37, 211, 102, 0.08), transparent 24%),
    #fff;
  color: #10212d;
}

.rdn-home-delivery__container,
.rdn-page--home-paralela #envio > .rdn-home-delivery__container {
  width: min(calc(100% - 48px), 1440px);
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 0;
}

.rdn-home-delivery__heading {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
}

.rdn-home-delivery__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  margin: 0 0 16px;
  padding: 5px 15px;
  border: 2px solid rgba(237, 91, 85, 0.28);
  border-radius: 999px;
  color: #d62f65;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.rdn-home-delivery__heading h2 {
  margin: 0;
  color: #10212d;
  font-size: clamp(38px, 4.15vw, 66px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.rdn-home-delivery__meta {
  margin: 18px 0 0;
  color: #647786;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rdn-home-delivery__lead {
  max-width: 760px;
  margin: 18px auto 0;
  color: #506777;
  font-size: 17px;
  line-height: 1.65;
}

.rdn-home-delivery__options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.rdn-home-delivery__option {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 4px solid var(--delivery-accent);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 33, 45, 0.11);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.rdn-home-delivery__option:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(16, 33, 45, 0.15);
}

.rdn-home-delivery__choice {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 25px 25px 20px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.rdn-home-delivery__choice:focus-visible {
  outline: 3px solid #10212d;
  outline-offset: -7px;
}

.rdn-home-delivery__icon {
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  place-items: center;
  border-radius: 20px;
  background: #f2f7f9;
  background: color-mix(in srgb, var(--delivery-accent) 12%, white);
  color: var(--delivery-accent);
}

.rdn-home-delivery__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.7;
}

.rdn-home-delivery__choice-copy {
  display: block;
  min-width: 0;
}

.rdn-home-delivery__choice-copy strong {
  display: block;
  color: #10212d;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.rdn-home-delivery__choice-copy > span {
  display: block;
  margin-top: 7px;
  color: #597080;
  font-size: 15px;
  line-height: 1.5;
}

.rdn-home-delivery__state {
  display: none;
}

.rdn-home-delivery__details {
  display: flex;
  min-height: 345px;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  padding: 0 25px 25px;
}

.rdn-home-delivery__paragraphs p {
  margin: 0 0 10px;
  color: #506777;
  font-size: 15px;
  line-height: 1.58;
}

.rdn-home-delivery__frame,
.rdn-home-delivery__message {
  margin-top: 8px;
  padding: 16px 18px;
  border: 1px solid #dce5ea;
  border-color: color-mix(in srgb, var(--delivery-accent) 35%, #dce5ea);
  border-radius: 16px;
  background: #f8fafb;
  background: color-mix(in srgb, var(--delivery-accent) 6%, white);
}

.rdn-home-delivery__frame > strong,
.rdn-home-delivery__frame > span {
  display: block;
}

.rdn-home-delivery__frame > strong {
  color: #10212d;
  font-size: 15px;
  font-weight: 900;
}

.rdn-home-delivery__frame > span {
  margin-top: 4px;
  color: #607483;
  font-size: 14px;
}

.rdn-home-delivery__frame ol {
  display: grid;
  gap: 8px;
  margin: 11px 0 0;
  padding: 0;
  counter-reset: delivery-step;
  list-style: none;
}

.rdn-home-delivery__frame li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #506777;
  font-size: 15px;
  line-height: 1.4;
  counter-increment: delivery-step;
}

.rdn-home-delivery__frame li::before {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  place-items: center;
  border-radius: 50%;
  background: var(--delivery-accent);
  color: #fff;
  content: counter(delivery-step);
  font-size: 10px;
  font-weight: 900;
}

.rdn-home-delivery__message {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background: #e8f8ee;
}

.rdn-home-delivery__message > span {
  color: #159447;
  font-size: 11px;
  font-weight: 900;
}

.rdn-home-delivery__message p {
  margin: 0;
  color: #345849;
  font-size: 15px;
  line-height: 1.45;
}

.rdn-home-delivery__cta,
.rdn-home-delivery__dialog-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 17px;
  border: 2px solid var(--delivery-accent);
  border-radius: 999px;
  background: var(--delivery-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: filter 180ms ease, transform 180ms ease;
}

.rdn-home-delivery__cta:hover,
.rdn-home-delivery__cta:focus-visible,
.rdn-home-delivery__dialog-cta:hover,
.rdn-home-delivery__dialog-cta:focus-visible {
  color: #fff;
  filter: brightness(0.92);
  transform: translateY(-1px);
}

.rdn-home-delivery__actions {
  display: block;
  margin-top: auto;
}

.rdn-home-delivery__actions .rdn-home-delivery__cta {
  width: 100%;
  min-height: 44px;
  margin-top: 0;
}

.rdn-home-delivery__qr-body {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 11px 16px 12px;
  border: 1px solid rgba(37, 211, 102, 0.42);
  border-radius: 17px;
  background: #f3fbf6;
  text-align: center;
}

.rdn-home-delivery__qr-body img {
  width: 154px;
  height: 154px;
  padding: 7px;
  border: 1px solid #d9e3e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 33, 45, 0.1);
}

.rdn-home-delivery__qr-body > span,
.rdn-home-delivery__qr-body strong,
.rdn-home-delivery__qr-body small {
  display: block;
}

.rdn-home-delivery__qr-body strong {
  color: #10212d;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.rdn-home-delivery__qr-body small {
  margin-top: 4px;
  color: #506f5d;
  font-size: 14px;
  line-height: 1.45;
}

.rdn-home-delivery__option--caba .rdn-home-delivery__message {
  display: none;
}

.rdn-home-delivery__dialog {
  width: min(620px, calc(100% - 32px));
  max-height: min(820px, calc(100dvh - 32px));
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 24px;
  background: #fff;
  color: #10212d;
  box-shadow: 0 30px 90px rgba(8, 25, 36, 0.34);
}

.rdn-home-delivery__dialog::backdrop {
  background: rgba(8, 25, 36, 0.68);
  backdrop-filter: blur(5px);
}

.rdn-home-delivery__dialog-panel {
  position: relative;
  padding: 30px;
}

.rdn-home-delivery__dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #dce5ea;
  border-radius: 50%;
  background: #fff;
  color: #10212d;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.rdn-home-delivery__dialog h3 {
  max-width: calc(100% - 42px);
  margin: 0 0 22px;
  color: #10212d;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.rdn-home-delivery__dialog-list {
  display: grid;
  gap: 12px;
}

.rdn-home-delivery__dialog-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 9px;
  padding: 13px;
  border-radius: 14px;
  background: #f5f8fa;
}

.rdn-home-delivery__dialog-list > div > span {
  font-size: 22px;
  line-height: 1.2;
}

.rdn-home-delivery__dialog-list p {
  margin: 0;
  color: #506777;
  font-size: 15px;
  line-height: 1.5;
}

.rdn-home-delivery__dialog-list strong {
  color: #10212d;
}

.rdn-home-delivery__map {
  width: 100%;
  height: 220px;
  margin-top: 16px;
  border: 0;
  border-radius: 16px;
}

.rdn-home-delivery__address {
  margin: 16px 0 0;
  padding: 15px;
  border: 1px solid #dce5ea;
  border-radius: 14px;
  color: #506777;
  font-size: 15px;
  line-height: 1.5;
}

.rdn-home-delivery__dialog-cta {
  width: 100%;
  margin-top: 18px;
  border-color: #03a9f4;
  background: #03a9f4;
}

@media (min-width: 992px) {
  .rdn-home-delivery__choice {
    cursor: default;
  }
}

@media (max-width: 991px) {
  .rdn-page--home-paralela #envio.rdn-home-delivery {
    padding: 64px 0 74px;
  }

  .rdn-home-delivery__container,
  .rdn-page--home-paralela #envio > .rdn-home-delivery__container {
    width: min(calc(100% - 24px), 640px);
  }

  .rdn-home-delivery__heading {
    margin-bottom: 27px;
  }

  .rdn-home-delivery__eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .rdn-home-delivery__heading h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .rdn-home-delivery__meta {
    margin-top: 14px;
    font-size: 10px;
  }

  .rdn-home-delivery__lead {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.58;
  }

  .rdn-home-delivery__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .rdn-home-delivery__option {
    border-width: 3px;
    border-radius: 19px;
    box-shadow: 0 13px 28px rgba(16, 33, 45, 0.11);
    transition: transform 320ms cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 220ms ease;
  }

  .rdn-home-delivery__option:hover {
    transform: none;
  }

  .rdn-home-delivery__option.is-active {
    grid-column: 1 / -1;
    order: -1;
  }

  .rdn-home-delivery__choice {
    min-height: 190px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 18px 10px 15px;
    text-align: center;
    cursor: pointer;
  }

  .rdn-home-delivery__option.is-active .rdn-home-delivery__choice {
    display: grid;
    min-height: 152px;
    grid-template-columns: 98px minmax(0, 1fr);
    align-content: center;
    gap: 0 16px;
    padding: 19px 22px;
    text-align: left;
  }

  .rdn-home-delivery__icon {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    border-radius: 18px;
  }

  .rdn-home-delivery__option.is-active .rdn-home-delivery__icon {
    width: 98px;
    height: 98px;
    grid-row: 1 / span 2;
  }

  .rdn-home-delivery__choice-copy strong {
    font-size: 15px;
    line-height: 1.12;
    text-transform: uppercase;
  }

  .rdn-home-delivery__option.is-active .rdn-home-delivery__choice-copy strong {
    font-size: 20px;
  }

  .rdn-home-delivery__choice-copy > span {
    display: none;
  }

  .rdn-home-delivery__option.is-active .rdn-home-delivery__choice-copy > span {
    display: block;
    margin-top: 7px;
    font-size: 15px;
  }

  .rdn-home-delivery__state {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    padding: 8px 13px;
    border: 2px solid var(--delivery-accent);
    border-radius: 999px;
    color: var(--delivery-accent);
    font-size: 11px;
    font-weight: 900;
  }

  .rdn-home-delivery__option.is-active .rdn-home-delivery__state {
    justify-self: start;
    border-color: var(--delivery-accent);
    background: var(--delivery-accent);
    color: #fff;
  }

  .rdn-home-delivery__option.is-expanded .rdn-home-delivery__state::before {
    content: "Ocultar ";
  }

  .rdn-home-delivery__option.is-expanded .rdn-home-delivery__state {
    font-size: 0;
  }

  .rdn-home-delivery__option.is-expanded .rdn-home-delivery__state::before {
    font-size: 11px;
  }

  .rdn-home-delivery.is-enhanced .rdn-home-delivery__details {
    display: none;
    min-height: 0;
    padding: 0 19px 20px;
  }

  .rdn-home-delivery.is-enhanced .rdn-home-delivery__option.is-expanded .rdn-home-delivery__details {
    display: flex;
    animation: rdn-delivery-details-in 220ms ease both;
  }

  .rdn-home-delivery:not(.is-enhanced) .rdn-home-delivery__options {
    grid-template-columns: 1fr;
  }

  .rdn-home-delivery:not(.is-enhanced) .rdn-home-delivery__option {
    grid-column: 1 / -1;
  }

  .rdn-home-delivery:not(.is-enhanced) .rdn-home-delivery__choice-copy > span {
    display: block;
  }

  .rdn-home-delivery:not(.is-enhanced) .rdn-home-delivery__state {
    display: none;
  }

  .rdn-home-delivery__paragraphs p {
    font-size: 15px;
  }

  .rdn-home-delivery__cta {
    margin-top: 14px;
  }

  .rdn-home-delivery__actions {
    display: block;
  }

  .rdn-home-delivery__actions .rdn-home-delivery__cta {
    min-height: 44px;
    margin-top: 14px;
  }

  .rdn-home-delivery__option--caba .rdn-home-delivery__message {
    display: flex;
  }

  .rdn-home-delivery__qr-body {
    display: none !important;
  }
}

@media (max-width: 440px) {
  .rdn-home-delivery__options {
    gap: 12px;
  }

  .rdn-home-delivery__choice {
    min-height: 176px;
  }

  .rdn-home-delivery__option.is-active .rdn-home-delivery__choice {
    min-height: 142px;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 0 12px;
    padding: 16px;
  }

  .rdn-home-delivery__option.is-active .rdn-home-delivery__icon {
    width: 86px;
    height: 86px;
  }

  .rdn-home-delivery__choice-copy strong {
    font-size: 13px;
  }

  .rdn-home-delivery__option.is-active .rdn-home-delivery__choice-copy strong {
    font-size: 18px;
  }

  .rdn-home-delivery__state {
    padding-inline: 10px;
    font-size: 10px;
  }

  .rdn-home-delivery__dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
    margin: auto 0 0;
    border-radius: 24px 24px 0 0;
  }

  .rdn-home-delivery__dialog-panel {
    padding: 25px 18px calc(24px + env(safe-area-inset-bottom));
  }

  .rdn-home-delivery__dialog h3 {
    font-size: 23px;
  }
}

@keyframes rdn-delivery-details-in {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .rdn-home-delivery__option,
  .rdn-home-delivery__cta,
  .rdn-home-delivery__dialog-cta {
    transition: none;
  }

  .rdn-home-delivery.is-enhanced .rdn-home-delivery__option.is-expanded .rdn-home-delivery__details {
    animation: none;
  }

}

@media (max-width: 1100px) {
  .rdn-home-cases__case {
    min-height: 620px;
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  }

  .rdn-home-cases__media {
    min-height: 620px;
  }

  .rdn-home-cases__body {
    padding: 25px;
  }

  .rdn-home-cases__profile {
    margin-bottom: 18px;
  }

  .rdn-home-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rdn-home-trust__card {
    min-height: 300px;
  }

  .rdn-home-selector__panel {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .rdn-home-selector__panel-image {
    width: 90px;
    height: 82px;
  }

  .rdn-home-selector__panel-image img {
    width: 78px;
    height: 66px;
  }

  .rdn-home-selector__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Desktop case viewer: a compact Story canvas plus the complete repair note. */
@media (min-width: 992px) {
  .rdn-home-cases__stories {
    max-width: 760px;
    gap: 12px;
  }

  .rdn-home-cases__story {
    gap: 7px;
  }

  .rdn-home-cases__story-ring {
    width: 68px;
    height: 68px;
  }

  .rdn-home-cases__hint {
    display: none;
  }

  .rdn-home-cases__viewport {
    max-width: 1040px;
    margin: 24px auto 0;
    border-radius: 28px;
  }

  .rdn-home-cases__case {
    position: relative;
    min-height: 622px;
    grid-template-columns: 350px minmax(0, 1fr);
    border: 1px solid rgba(16, 33, 45, 0.1);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(16, 33, 45, 0.12);
  }

  .rdn-home-cases__media {
    min-height: 620px;
    isolation: isolate;
    aspect-ratio: 9 / 16;
    border-radius: 27px 0 0 27px;
  }

  .rdn-home-cases__media::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 13, 19, 0.58) 0%, transparent 25%, transparent 55%, rgba(5, 13, 19, 0.8) 100%);
    content: "";
    pointer-events: none;
  }

  .rdn-home-cases__media::after {
    position: absolute;
    top: 12px;
    right: 12px;
    left: 12px;
    z-index: 5;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.95) 0 18.4%, transparent 18.4% 20.4%,
      rgba(255, 255, 255, 0.95) 20.4% 38.8%, transparent 38.8% 40.8%,
      rgba(255, 255, 255, 0.95) 40.8% 59.2%, transparent 59.2% 61.2%,
      rgba(255, 255, 255, 0.95) 61.2% 79.6%, transparent 79.6% 81.6%,
      rgba(255, 255, 255, 0.95) 81.6% 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    content: "";
    pointer-events: none;
  }

  .rdn-home-cases__media.has-gallery::after {
    display: none;
  }

  .rdn-home-cases__frame-progress {
    top: 7px;
    right: 12px;
    left: 12px;
  }

  .rdn-home-cases__media > img {
    position: relative;
    z-index: 0;
  }

  .rdn-home-cases__case.is-active .rdn-home-cases__media > img {
    transform: none;
  }

  .rdn-home-cases__media figcaption {
    right: 18px;
    bottom: 76px;
    left: 18px;
    z-index: 3;
    display: grid;
    padding: 0;
    gap: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .rdn-home-cases__media figcaption span {
    width: fit-content;
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    background: var(--case-accent);
  }

  .rdn-home-cases__media figcaption strong {
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
  }

  .rdn-home-cases__body {
    position: static;
    min-height: 620px;
    padding: 42px 46px 38px;
  }

  .rdn-home-cases__profile {
    position: absolute;
    top: 27px;
    left: 18px;
    z-index: 4;
    width: 314px;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .rdn-home-cases__profile > a {
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
  }

  .rdn-home-cases__profile img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
  }

  .rdn-home-cases__profile small {
    color: rgba(255, 255, 255, 0.8);
  }

  .rdn-home-cases__profile > svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  }

  .rdn-home-cases__actions {
    position: absolute;
    bottom: 18px;
    left: 18px;
    z-index: 4;
    width: 314px;
    min-height: 40px;
    gap: 10px;
  }

  .rdn-home-cases__actions::before {
    display: flex;
    min-height: 40px;
    padding: 0 14px;
    flex: 1 1 auto;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: #fff;
    background: rgba(8, 20, 29, 0.18);
    content: "Enviar mensaje";
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(5px);
  }

  .rdn-home-cases__actions > div {
    gap: 9px;
  }

  .rdn-home-cases__actions :is(button, a) {
    min-width: 30px;
    color: #fff;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  }

  .rdn-home-cases__actions > div > a:first-of-type,
  .rdn-home-cases__actions > .rdn-home-cases__save,
  .rdn-home-cases__actions span {
    display: none;
  }

  .rdn-home-cases__feedback {
    position: absolute;
    bottom: 64px;
    left: 18px;
    z-index: 5;
    width: 314px;
    min-height: 0;
    margin: 0;
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  }

  .rdn-home-cases__case-meta {
    margin-bottom: 10px;
  }

  .rdn-home-cases__body h3 {
    max-width: 540px;
    font-size: clamp(29px, 2.5vw, 38px);
  }

  .rdn-home-cases__problem,
  .rdn-home-cases__detail {
    font-size: 15px;
    line-height: 1.62;
  }

  .rdn-home-cases__result {
    margin-top: 18px;
    padding: 15px 16px;
  }

  .rdn-home-cases__cta {
    min-height: 48px;
    padding-inline: 20px;
    font-size: 14px;
  }

  .rdn-home-cases__controls {
    margin-top: 16px;
  }

  .rdn-home-cases__instagram {
    margin-top: 14px;
  }

  .rdn-home-cases__case.is-entering .rdn-home-cases__media {
    animation: rdn-case-story-open 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
    transform-origin: center;
  }

  .rdn-home-cases__case.is-entering .rdn-home-cases__media::after {
    animation: rdn-case-story-progress 520ms 100ms cubic-bezier(0.22, 1, 0.36, 1) both;
    transform-origin: left;
  }

  .rdn-home-cases__case.is-entering .rdn-home-cases__body > :is(.rdn-home-cases__case-meta, h3, .rdn-home-cases__problem, .rdn-home-cases__result, .rdn-home-cases__detail, .rdn-home-cases__tags, .rdn-home-cases__cta) {
    animation: rdn-case-copy-in 390ms 110ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}

@keyframes rdn-case-story-open {
  from { opacity: 0.35; transform: translateY(12px) scale(0.965); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes rdn-case-story-progress {
  from { opacity: 0; transform: scaleX(0.2); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes rdn-case-copy-in {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 991px) {
  .rdn-home-selector {
    padding: 60px 0 68px;
  }

  .rdn-home-selector__container {
    width: min(100% - 28px, 640px);
  }

  .rdn-home-selector__heading h2 {
    font-size: clamp(28px, 7.4vw, 40px);
  }

  .rdn-home-selector__meta {
    align-items: flex-start;
  }

  .rdn-home-selector__meta > span {
    margin-top: 8px;
  }

  .rdn-home-selector__meta p {
    max-width: 430px;
    line-height: 1.5;
    text-align: left;
  }

  .rdn-home-selector__ticker {
    margin-top: 20px;
  }

  .rdn-home-selector__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .rdn-home-selector__item {
    width: auto;
    grid-column: auto;
    order: 0;
    transform-origin: top left;
  }

  .rdn-home-selector__item.is-active {
    grid-column: 1 / -1;
    order: -1;
  }

  .rdn-home-selector__card {
    min-height: 245px;
    padding: 16px 12px 14px;
    border-width: 3px;
    border-radius: 18px;
  }

  .rdn-home-selector__card img {
    width: min(100%, 155px);
    height: 120px;
    margin-bottom: 8px;
  }

  .rdn-home-selector__card h3 {
    font-size: clamp(14px, 3.6vw, 18px);
  }

  .rdn-home-selector__card > p {
    display: none;
  }

  .rdn-home-selector__reveal {
    width: 100%;
    max-width: 164px;
    min-height: 44px;
    margin-top: 12px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
  }

  .rdn-home-selector__reveal-label--desktop {
    display: none;
  }

  .rdn-home-selector__reveal-label--mobile {
    display: inline;
  }

  .rdn-home-selector__item:not(.is-active) .rdn-home-selector__card h3 {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
  }

  .rdn-home-selector__item:not(.is-active) .rdn-home-selector__reveal {
    max-width: 154px;
  }

  .rdn-home-selector__item.is-active .rdn-home-selector__card {
    display: grid;
    min-height: 178px;
    padding: 16px;
    grid-template-columns: minmax(118px, 0.78fr) minmax(0, 1.22fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    align-items: center;
  }

  .rdn-home-selector__item.is-active .rdn-home-selector__card img {
    width: 100%;
    height: 138px;
    margin: 0;
    grid-row: 1 / -1;
  }

  .rdn-home-selector__item.is-active .rdn-home-selector__card h3 {
    align-self: end;
    font-size: clamp(16px, 4.4vw, 20px);
    text-align: left;
  }

  .rdn-home-selector__item.is-active .rdn-home-selector__reveal {
    align-self: start;
    width: min(100%, 184px);
    max-width: none;
    justify-self: center;
    margin-top: 14px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .rdn-home-selector__panel {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 22px 18px;
    border-width: 3px;
    border-radius: 18px;
  }

  .rdn-home-selector__panel-image {
    display: none;
  }

  .rdn-home-selector__panel-copy h4 {
    font-size: clamp(20px, 5.6vw, 25px);
  }

  .rdn-home-selector__panel-copy > p:last-child {
    grid-column: 1 / -1;
    font-size: 15px;
  }

  .rdn-home-selector__actions {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
    margin-top: 22px;
  }

  .rdn-home-selector__action {
    width: 100%;
    min-height: 48px;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .rdn-home-selector__container {
    width: min(100% - 20px, 410px);
  }

  .rdn-home-selector__grid {
    gap: 10px;
  }

  .rdn-home-selector__card {
    min-height: 218px;
    padding-inline: 8px;
  }

  .rdn-home-selector__card img {
    height: 104px;
  }

  .rdn-home-selector__reveal {
    max-width: 154px;
  }

  .rdn-home-selector__item.is-active .rdn-home-selector__card {
    min-height: 166px;
    padding: 13px;
    grid-template-columns: minmax(108px, 0.76fr) minmax(0, 1.24fr);
    column-gap: 12px;
  }

  .rdn-home-selector__item.is-active .rdn-home-selector__card img {
    height: 126px;
  }

  .rdn-home-selector__panel {
    padding: 18px 14px;
  }
}

@media (max-width: 1100px) {
  .rdn-home-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rdn-home-process__steps::before {
    display: block;
  }

  .rdn-home-process__step:nth-child(odd) {
    border-left: 0;
  }

  .rdn-home-process__step:nth-child(n + 3) {
    border-top: 1px solid rgba(16, 33, 45, 0.09);
  }
}

@media (min-width: 701px) and (max-width: 991px) {
  .rdn-home-cases__media::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 13, 19, 0.55), transparent 28%, transparent 58%, rgba(5, 13, 19, 0.75));
    content: "";
    pointer-events: none;
  }

  .rdn-home-cases__profile,
  .rdn-home-cases__actions,
  .rdn-home-cases__feedback {
    position: absolute;
    right: 18px;
    left: 18px;
    z-index: 4;
    width: auto;
  }

  .rdn-home-cases__profile {
    top: 18px;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .rdn-home-cases__profile > a,
  .rdn-home-cases__actions :is(button, a) {
    color: #fff;
  }

  .rdn-home-cases__profile small {
    color: rgba(255, 255, 255, 0.82);
  }

  .rdn-home-cases__profile > svg {
    stroke: #fff;
  }

  .rdn-home-cases__actions {
    bottom: 18px;
  }

  .rdn-home-cases__feedback {
    bottom: 58px;
    color: #fff;
  }
}

@media (max-width: 700px) {
  .rdn-page--home-paralela #casos-exito-stack {
    padding: 64px 0 72px;
  }

  .rdn-home-cases__container,
  .rdn-page--home-paralela #casos-exito-stack > .rdn-home-cases__container {
    width: min(100% - 24px, 640px);
  }

  .rdn-home-cases__heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .rdn-home-cases__heading h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .rdn-home-cases__meta {
    gap: 5px;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
  }

  .rdn-home-cases__heading > p:last-child {
    margin-top: 13px;
    font-size: 15px;
  }

  .rdn-home-cases__stories {
    display: flex;
    max-width: none;
    margin-inline: -12px;
    padding: 2px 12px 7px;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
  }

  .rdn-home-cases__stories::-webkit-scrollbar {
    display: none;
  }

  .rdn-home-cases__story {
    flex: 0 0 72px;
    scroll-snap-align: start;
  }

  .rdn-home-cases__story-ring {
    width: 64px;
    height: 64px;
  }

  .rdn-home-cases__hint {
    margin: 13px 0 11px;
    text-align: left;
  }

  .rdn-home-cases__viewport {
    margin-inline: -2px;
    padding: 2px;
    border-radius: 20px;
  }

  .rdn-home-cases__track {
    gap: 10px;
  }

  .rdn-home-cases__case {
    min-height: 0;
    grid-template-columns: 1fr;
    border-width: 3px;
    border-radius: 20px;
  }

  .rdn-home-cases__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .rdn-home-cases__media figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 11px 12px;
    border-radius: 13px;
  }

  .rdn-home-cases__media figcaption strong {
    font-size: 12px;
  }

  .rdn-home-cases__body {
    padding: 18px 16px 19px;
  }

  .rdn-home-cases__profile {
    margin-bottom: 11px;
    padding-bottom: 14px;
  }

  .rdn-home-cases__actions > div {
    gap: 12px;
  }

  .rdn-home-cases__actions svg {
    width: 22px;
    height: 22px;
  }

  .rdn-home-cases__feedback {
    margin-bottom: 2px;
  }

  .rdn-home-cases__case-meta {
    align-items: flex-start;
  }

  .rdn-home-cases__body h3 {
    font-size: clamp(23px, 7vw, 29px);
  }

  .rdn-home-cases__problem,
  .rdn-home-cases__detail {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.55;
  }

  .rdn-home-cases__result {
    margin-top: 14px;
    padding: 12px;
    font-size: 15px;
  }

  .rdn-home-cases__tags {
    margin-top: 14px;
  }

  .rdn-home-cases__cta {
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    font-size: 13px;
    text-align: center;
  }

  .rdn-home-cases__controls {
    margin-top: 16px;
  }

  .rdn-home-cases__instagram {
    margin-top: 16px;
  }

  .rdn-home-cases__case {
    position: relative;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .rdn-home-cases__media {
    isolation: isolate;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(16, 33, 45, 0.14);
    touch-action: pan-y;
  }

  .rdn-home-cases__media::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 13, 19, 0.62) 0%, transparent 24%, transparent 56%, rgba(5, 13, 19, 0.82) 100%);
    content: "";
    pointer-events: none;
  }

  .rdn-home-cases__media:not(.has-gallery)::after {
    position: absolute;
    top: 10px;
    right: 12px;
    left: 12px;
    z-index: 6;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    content: "";
  }

  .rdn-home-cases__frame-progress {
    top: 5px;
    right: 12px;
    left: 12px;
  }

  .rdn-home-cases__frame-progress button {
    height: 14px;
  }

  .rdn-home-cases__frame-navigation {
    right: 10px;
    left: 10px;
  }

  .rdn-home-cases__frame-navigation button {
    width: 40px;
    height: 40px;
    opacity: 0.88;
  }

  .rdn-home-cases__profile {
    position: absolute;
    top: 25px;
    right: 14px;
    left: 14px;
    z-index: 5;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .rdn-home-cases__profile > a {
    color: #fff;
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.7);
  }

  .rdn-home-cases__profile img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.84);
  }

  .rdn-home-cases__profile small {
    color: rgba(255, 255, 255, 0.82);
  }

  .rdn-home-cases__profile > svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.55));
  }

  .rdn-home-cases__media figcaption {
    right: 14px;
    bottom: 72px;
    left: 14px;
    z-index: 4;
    display: grid;
    justify-items: start;
    padding: 0;
    gap: 5px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .rdn-home-cases__media figcaption span {
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    background: var(--case-accent);
  }

  .rdn-home-cases__media figcaption strong {
    color: #fff;
    font-size: 15px;
    text-align: left;
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.72);
  }

  .rdn-home-cases__actions {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 5;
    width: auto;
    min-height: 42px;
    gap: 9px;
  }

  .rdn-home-cases__actions::before {
    display: flex;
    min-height: 42px;
    padding: 0 14px;
    flex: 1 1 auto;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 999px;
    color: #fff;
    background: rgba(8, 20, 29, 0.2);
    content: "Enviar mensaje";
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(5px);
  }

  .rdn-home-cases__actions > div {
    gap: 8px;
  }

  .rdn-home-cases__actions :is(button, a) {
    min-width: 31px;
    color: #fff;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.55));
  }

  .rdn-home-cases__actions > div > a:first-of-type,
  .rdn-home-cases__actions > .rdn-home-cases__save,
  .rdn-home-cases__actions span {
    display: none;
  }

  .rdn-home-cases__feedback {
    position: absolute;
    right: 14px;
    bottom: 61px;
    left: 14px;
    z-index: 6;
    width: auto;
    min-height: 0;
    margin: 0;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  }

  .rdn-home-cases__body {
    position: relative;
    min-height: 0;
    margin-top: 11px;
    padding: 18px 16px 17px;
    border: 1px solid rgba(16, 33, 45, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 33, 45, 0.08);
  }

  .rdn-home-cases__case-meta {
    margin-bottom: 7px;
  }

  .rdn-home-cases__body h3 {
    font-size: clamp(23px, 7vw, 28px);
  }

  .rdn-home-cases__problem {
    display: none;
  }

  .rdn-home-cases__result {
    margin-top: 13px;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.48;
  }

  .rdn-home-cases__result > span:last-child {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .rdn-home-cases__detail,
  .rdn-home-cases__tags {
    display: none;
  }

  .rdn-home-cases__mobile-more {
    display: flex;
    width: 100%;
    min-height: 42px;
    margin-top: 12px;
    padding: 8px 2px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-top: 1px solid rgba(16, 33, 45, 0.1);
    color: #405563;
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
  }

  .rdn-home-cases__mobile-more i {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--case-accent);
    font-size: 17px;
    font-style: normal;
    transition: transform 180ms ease;
  }

  .rdn-home-cases__case.is-mobile-expanded .rdn-home-cases__problem {
    display: block;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(16, 33, 45, 0.1);
  }

  .rdn-home-cases__case.is-mobile-expanded :is(.rdn-home-cases__detail, .rdn-home-cases__tags) {
    display: flex;
  }

  .rdn-home-cases__case.is-mobile-expanded .rdn-home-cases__result > span:last-child {
    display: block;
    overflow: visible;
  }

  .rdn-home-cases__case.is-mobile-expanded .rdn-home-cases__detail {
    display: block;
  }

  .rdn-home-cases__case.is-mobile-expanded .rdn-home-cases__mobile-more i {
    transform: rotate(45deg);
  }

  .rdn-home-cases__cta {
    margin-top: 12px;
  }

  .rdn-page--home-paralela #manos {
    padding: 64px 0 72px;
  }

  .rdn-home-trust__container,
  .rdn-page--home-paralela #manos > .rdn-home-trust__container {
    width: min(100% - 24px, 640px);
  }

  .rdn-home-trust__heading {
    margin-bottom: 26px;
    text-align: left;
  }

  .rdn-home-trust__heading h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .rdn-home-trust__meta {
    justify-content: flex-start;
  }

  .rdn-home-trust__heading > p:last-child {
    margin-top: 14px;
    font-size: 15px;
  }

  .rdn-home-trust__proofs {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 24px;
  }

  .rdn-home-trust__proofs li {
    min-height: 78px;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .rdn-home-trust__proofs li::after {
    display: none;
  }

  .rdn-home-trust__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rdn-home-trust__card {
    display: grid;
    min-height: 0;
    padding: 19px 17px;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 14px;
    border-width: 3px;
    border-radius: 18px;
  }

  .rdn-home-trust__card-icon {
    width: 48px;
    height: 48px;
    margin: 0;
    grid-row: 1 / 4;
  }

  .rdn-home-trust__card-icon svg {
    width: 27px !important;
    height: 27px !important;
  }

  .rdn-home-trust__card h3 {
    font-size: 18px;
  }

  .rdn-home-trust__card > p {
    margin: 8px 0 12px;
    font-size: 15px;
    line-height: 1.55;
  }

  .rdn-home-trust__card > a {
    margin: 0;
    font-size: 12px;
  }

  .rdn-home-trust__card:hover {
    box-shadow: 0 14px 32px rgba(16, 33, 45, 0.08);
    transform: none;
  }

  .rdn-home-trust__closing {
    width: 100%;
    margin-top: 20px;
    border-radius: 17px;
  }

  .rdn-page--home-paralela #como-funciona {
    padding: 64px 0 76px;
  }

  .rdn-home-process__container,
  .rdn-page--home-paralela #como-funciona > .rdn-home-process__container {
    width: min(100% - 24px, 640px);
  }

  .rdn-home-process__heading {
    margin-bottom: 32px;
    text-align: left;
  }

  .rdn-home-process__heading h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .rdn-home-process__heading > p:last-child {
    margin-top: 15px;
    font-size: 15px;
  }

  .rdn-home-process__steps {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 20px;
  }

  .rdn-home-process__step {
    display: grid;
    min-height: 0;
    padding: 18px 18px 18px 22px;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    text-align: left;
  }

  .rdn-home-process__step + .rdn-home-process__step,
  .rdn-home-process__step:nth-child(n + 3) {
    border-top: 1px solid rgba(16, 33, 45, 0.09);
    border-left: 0;
  }

  .rdn-home-process__media {
    width: 96px;
    height: auto;
    margin: 0;
    aspect-ratio: 1;
    border-radius: 14px;
  }

  .rdn-home-process__media span {
    top: 7px;
    left: 7px;
    min-width: 30px;
    height: 26px;
    padding: 0 7px;
    font-size: 10px;
  }

  .rdn-home-process__copy {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .rdn-home-process__copy h3 {
    font-size: 18px;
  }

  .rdn-home-process__copy > p:last-child {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.55;
  }

  .rdn-home-process__step:hover .rdn-home-process__copy {
    border-color: transparent;
    box-shadow: none;
    transform: none;
  }

}

@media (prefers-reduced-motion: reduce) {
  .rdn-home-selector__ticker-track {
    animation-play-state: paused;
  }

  .rdn-home-selector__card,
  .rdn-home-selector__card img,
  .rdn-home-selector__reveal {
    transition: none;
  }

  .rdn-home-process__copy {
    transition: none;
  }

  .rdn-home-trust__card {
    transition: none;
  }

  .rdn-home-cases__track {
    scroll-behavior: auto;
  }

  .rdn-home-cases__story-ring,
  .rdn-home-cases__media > img {
    transition: none;
  }

  .rdn-home-cases__case.is-entering .rdn-home-cases__media,
  .rdn-home-cases__case.is-entering .rdn-home-cases__media::after,
  .rdn-home-cases__case.is-entering .rdn-home-cases__body > :is(.rdn-home-cases__case-meta, h3, .rdn-home-cases__problem, .rdn-home-cases__result, .rdn-home-cases__detail, .rdn-home-cases__tags, .rdn-home-cases__cta) {
    animation: none;
  }

}

/* Canonical section-heading system inherited from the public Home. */
.rdn-page--home-paralela .rdn-home-heading {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-bottom: clamp(38px, 4vw, 56px);
}

.rdn-page--home-paralela .rdn-home-heading--left {
  margin-left: 0;
  text-align: left;
}

.rdn-page--home-paralela .rdn-home-heading--center {
  margin-inline: auto;
  text-align: center;
}

.rdn-page--home-paralela .rdn-home-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 14px;
  border: 0;
  border-radius: 6px;
  background: #e0f2fe;
  color: #0277bd;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.rdn-page--home-paralela .rdn-home-heading__eyebrow::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #0277bd;
  content: "";
}

.rdn-page--home-paralela .rdn-home-heading__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.rdn-page--home-paralela .rdn-home-heading__title em {
  color: #03a9f4;
  font-style: normal;
}

.rdn-page--home-paralela .rdn-home-heading__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  color: #64748b;
}

.rdn-page--home-paralela .rdn-home-heading--left .rdn-home-heading__meta {
  justify-content: flex-start;
}

.rdn-page--home-paralela .rdn-home-heading--center .rdn-home-heading__meta {
  justify-content: center;
}

.rdn-page--home-paralela .rdn-home-heading__line {
  display: block;
  width: 40px;
  height: 2px;
  flex: 0 0 40px;
  border: 0;
  border-radius: 999px;
  background: #03a9f4;
  opacity: 0.3;
}

.rdn-page--home-paralela .rdn-home-heading__meta-text {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rdn-page--home-paralela .rdn-home-heading__lead {
  max-width: 640px;
  margin: 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.6;
}

.rdn-page--home-paralela .rdn-home-heading--center .rdn-home-heading__lead {
  margin-inline: auto;
}

/* Preserve the original Home's white / slate section zebra. */
.rdn-page--home-paralela :is(#qnrhoy, #casos-exito-stack, #envio, #empresas) {
  background: #fff;
}

.rdn-page--home-paralela :is(#manos, #como-funciona, #opiniones, #faq) {
  background: #f1f5f9;
}

/* The symptom strip remains readable text; motion is only presentation. */
.rdn-page--home-paralela .rdn-home-selector__ticker {
  width: 100%;
  margin: 20px 0 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.rdn-page--home-paralela .rdn-home-selector__heading {
  margin-bottom: 0;
}

.rdn-page--home-paralela .rdn-home-selector__ticker-track {
  padding-block: 0;
  animation-duration: 80s;
}

.rdn-page--home-paralela .rdn-home-selector__ticker-copy {
  gap: 0;
  padding-right: 0;
  color: #64748b;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  opacity: 0.85;
}

.rdn-page--home-paralela .rdn-home-selector__ticker-copy > span {
  margin-inline: 1.25rem;
  color: inherit;
  opacity: 0.5;
}

.rdn-page--home-paralela .rdn-home-closing__container h2 {
  font-size: clamp(38px, 4.25vw, 58px);
}

@media (max-width: 991px) {
  .rdn-page--home-paralela .rdn-home-heading {
    margin-bottom: 32px;
  }

  .rdn-page--home-paralela .rdn-home-heading--left {
    margin-left: 0;
    text-align: left;
  }

  .rdn-page--home-paralela .rdn-home-heading--center {
    margin-inline: auto;
    text-align: center;
  }

  .rdn-page--home-paralela .rdn-home-heading__eyebrow {
    padding: 6px 12px;
    font-size: 10px;
  }

  .rdn-page--home-paralela .rdn-home-heading__title {
    font-size: clamp(29px, 8.5vw, 40px);
    line-height: 1.08;
  }

  .rdn-page--home-paralela .rdn-home-heading__meta {
    flex-wrap: wrap;
  }

  .rdn-page--home-paralela .rdn-home-heading__meta-text {
    font-size: 10px;
    white-space: normal;
  }

  .rdn-page--home-paralela .rdn-home-heading__lead {
    font-size: 15px;
  }

  .rdn-page--home-paralela .rdn-home-selector__ticker-copy {
    font-size: 13.5px;
  }

  .rdn-page--home-paralela .rdn-home-selector__ticker {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%);
  }

  .rdn-page--home-paralela .rdn-home-selector__ticker-copy > span {
    margin-inline: 0.75rem;
  }

  .rdn-page--home-paralela .rdn-home-closing__container h2 {
    font-size: clamp(34px, 10vw, 44px);
  }
}

/* Main Home CTAs share the same visual weight as the hero action. */
.rdn-page--home-paralela :is(
  .rdn-home-selector__action,
  .rdn-home-cases__cta,
  .rdn-home-reviews__controls > a,
  .rdn-home-companies__cta,
  .rdn-home-faq__more,
  .rdn-home-delivery__cta,
  .rdn-home-delivery__dialog-cta,
  .rdn-home-closing__actions > a
) {
  min-height: 52px;
  padding: 0 24px;
  font-family: var(--rdn-font);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.rdn-page--home-paralela .rdn-home-selector__action {
  padding-inline: 20px;
}

.rdn-page--home-paralela :is(
  .rdn-home-faq__more,
  .rdn-home-companies__cta,
  .rdn-home-closing__actions > a
) svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.rdn-page--home-paralela :is(
  .rdn-home-selector__action,
  .rdn-home-cases__cta
) > span[aria-hidden="true"] {
  font-size: 18px;
  line-height: 1;
}

.rdn-page--home-paralela .rdn-home-delivery__action-copy {
  display: grid;
  gap: 2px;
  line-height: 1.1;
  text-align: center;
}

.rdn-page--home-paralela .rdn-home-delivery__action-copy strong {
  font-size: 15px;
  font-weight: 800;
}

.rdn-page--home-paralela .rdn-home-delivery__action-copy small {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.88;
}

@media (max-width: 640px) {
  .rdn-page--home-paralela :is(
    .rdn-home-selector__action,
    .rdn-home-cases__cta,
    .rdn-home-reviews__controls > a,
    .rdn-home-companies__cta,
    .rdn-home-faq__more,
    .rdn-home-delivery__cta,
    .rdn-home-delivery__dialog-cta,
    .rdn-home-closing__actions > a
  ) {
    font-size: 14px;
  }

  .rdn-page--home-paralela .rdn-home-delivery__action-copy strong {
    font-size: 14px;
  }
}
