.ra-home-insight-wrap {
  margin-top: var(--ra-space-7, 2.5rem);
  margin-bottom: var(--ra-space-7, 2.5rem);
}

.main.flex_order > .ra-home-insight-wrap {
  order: 4;
}

.ra-home-insight,
.ra-home-insight * ,
.ra-home-insight *::before,
.ra-home-insight *::after {
  box-sizing: border-box;
}

.ra-home-insight {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--ra-space-4, 1rem);
}

.ra-home-insight-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 32rem;
}

.ra-home-insight-card--left {
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  background:
    radial-gradient(130% 100% at 12% 8%, rgba(251, 191, 134, 0.16) 0%, rgba(18, 18, 18, 0) 44%),
    radial-gradient(112% 98% at 88% 90%, rgba(217, 223, 231, 0.12) 0%, rgba(18, 18, 18, 0) 48%),
    linear-gradient(142deg, rgba(14, 14, 16, 0.96) 0%, rgba(20, 20, 22, 0.96) 46%, rgba(16, 16, 18, 0.96) 100%);
}

.ra-home-insight-card--left::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 1;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0,
      rgba(255, 255, 255, 0.05) 0.0625rem,
      rgba(255, 255, 255, 0) 0.0625rem,
      rgba(255, 255, 255, 0) 0.5rem
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 0.0625rem,
      rgba(0, 0, 0, 0.014) 0.0625rem,
      rgba(0, 0, 0, 0.014) 0.125rem
    ),
    radial-gradient(120% 180% at 50% 120%, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.48) 100%);
  background-size: auto, auto, 100% 100%;
  mix-blend-mode: soft-light;
  filter: blur(0.2rem);
  opacity: 0.24;
  animation: ra-insight-streak-float 20s linear infinite;
}

.ra-home-insight-card--left::after {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 202, 143, 0.28) 0%, rgba(255, 202, 143, 0) 26%),
    radial-gradient(circle at 76% 74%, rgba(221, 228, 236, 0.22) 0%, rgba(221, 228, 236, 0) 30%),
    radial-gradient(circle at 62% 18%, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 24%);
  filter: blur(1.4rem);
  opacity: 0.36;
  animation: ra-insight-bg-float 15s ease-in-out infinite alternate;
}

.ra-home-insight-left-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.09;
  filter: grayscale(0.88) saturate(0.16) brightness(0.56) contrast(1.08);
  transform: scale(1.06);
  mix-blend-mode: luminosity;
}

.ra-home-insight-left-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(142deg, rgba(10, 10, 10, 0.58) 0%, rgba(16, 16, 17, 0.5) 45%, rgba(10, 10, 10, 0.72) 100%),
    radial-gradient(120% 150% at 50% 108%, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.32) 100%);
}

.ra-home-insight-card--left .ra-home-glass-card {
  --ra-tilt-x: 0deg;
  --ra-tilt-y: 0deg;
  --ra-shine-x: 50%;
  --ra-shine-y: 50%;
  --ra-card-scale: 1;
  --ra-card-fit-scale: 1;
  position: relative;
  z-index: 2;
  width: min(35.5rem, calc(100% - 0.5rem));
  min-height: 19.25rem;
  padding: 1.5rem 1.625rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 1rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(152deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 58%, rgba(255, 255, 255, 0.03) 100%),
    linear-gradient(165deg, rgba(20, 20, 20, 0.12), rgba(30, 30, 30, 0.08));
  box-shadow:
    0 0.75rem 1.5rem rgba(0, 0, 0, 0.18),
    inset 0 0.0625rem 0.125rem rgba(255, 255, 255, 0.34),
    inset 0 -0.0625rem 0.125rem rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0.75rem) saturate(132%);
  -webkit-backdrop-filter: blur(0.75rem) saturate(132%);
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  transform: perspective(62rem) rotateX(var(--ra-tilt-x)) rotateY(var(--ra-tilt-y)) scale(calc(var(--ra-card-fit-scale) * var(--ra-card-scale)));
  transition:
    transform 0.16s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
  user-select: none;
  touch-action: none;
  cursor: grab;
  font-family: inherit;
  contain: layout paint;
  isolation: isolate;
}

.ra-home-insight-card--left .ra-home-glass-card.is-active {
  --ra-card-scale: 1.01;
  cursor: grabbing;
  box-shadow:
    0 1rem 2.125rem rgba(0, 0, 0, 0.24),
    inset 0 0.0625rem 0.125rem rgba(255, 255, 255, 0.36),
    inset 0 -0.0625rem 0.125rem rgba(255, 255, 255, 0.2);
}

.ra-home-insight-card--left .ra-home-glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at var(--ra-shine-x) var(--ra-shine-y), rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 42%);
  opacity: 0.28;
}

.ra-home-insight-card--left .ra-home-glass-card::after {
  content: "";
  position: absolute;
  inset: 0.125rem;
  border-radius: calc(1rem - 0.0625rem);
  pointer-events: none;
  border: 0.0625rem solid rgba(255, 255, 255, 0.18);
}

.ra-home-insight-card--left .ra-home-glass-card__depth {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 0.0625rem solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(155deg, rgba(16, 16, 16, 0.42) 0%, rgba(26, 26, 26, 0.24) 100%);
  box-shadow: 0 0.45rem 0.9rem rgba(0, 0, 0, 0.14);
  transform: translate3d(0, 0, -0.45rem);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.ra-home-insight-card--left .ra-home-glass-card__depth::before {
  content: "";
  position: absolute;
  top: 0.42rem;
  right: -0.36rem;
  width: 0.36rem;
  height: calc(100% - 0.84rem);
  border-radius: 0 0.45rem 0.45rem 0;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.58) 0%, rgba(14, 14, 14, 0.32) 100%);
  box-shadow: inset -0.03125rem 0 0 rgba(255, 255, 255, 0.12);
}

.ra-home-insight-card--left .ra-home-glass-card__depth::after {
  content: "";
  position: absolute;
  left: 0.42rem;
  bottom: -0.36rem;
  width: calc(100% - 0.84rem);
  height: 0.36rem;
  border-radius: 0 0 0.45rem 0.45rem;
  background: linear-gradient(90deg, rgba(22, 22, 22, 0.54) 0%, rgba(14, 14, 14, 0.28) 100%);
  box-shadow: inset 0 -0.03125rem 0 rgba(255, 255, 255, 0.1);
}

.ra-home-insight-card--left .ra-home-glass-card__header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.ra-home-insight-card--left .ra-home-glass-card__profile {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 3.25rem;
  color: rgba(255, 255, 255, 0.94);
  min-width: 0;
}

.ra-home-insight-card--left .ra-home-glass-card__avatar {
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 0.125rem solid rgba(255, 255, 255, 0.72);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.14);
}

.ra-home-insight-card--left .ra-home-glass-card__avatar img,
.ra-home-insight-card--left .ra-home-glass-card__avatar span {
  display: block;
  width: 100%;
  height: 100%;
}

.ra-home-insight-card--left .ra-home-glass-card__avatar img {
  object-fit: cover;
}

.ra-home-insight-card--left .ra-home-glass-card__avatar span {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.16));
}

.ra-home-insight-card--left .ra-home-glass-card__identity {
  min-width: 0;
  max-width: min(20rem, calc(100% - 5.5rem));
}

.ra-home-insight-card--left .ra-home-glass-card__name {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ra-home-insight-card--left .ra-home-glass-card__role {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.9);
}

.ra-home-insight-card--left .ra-home-glass-card__metrics {
  position: relative;
  z-index: 2;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.ra-home-insight-card--left .ra-home-glass-card__metric {
  min-width: 0;
}

.ra-home-insight-card--left .ra-home-glass-card__metric-value {
  display: block;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.ra-home-insight-card--left .ra-home-glass-card__metric-label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.84);
}

.ra-home-insight-card--left .ra-home-glass-card__actions {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-top: 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 2.875rem;
  gap: 0.75rem;
  align-items: stretch;
}

.ra-home-insight-card--left .ra-home-glass-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.625rem 1rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.34);
  background: rgba(42, 42, 42, 0.48);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  white-space: nowrap;
}

.ra-home-insight-card--left .ra-home-glass-card__action--primary {
  border-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(155deg, rgba(220, 220, 220, 0.76), rgba(190, 190, 190, 0.62));
  color: rgba(32, 32, 32, 0.9);
}

.ra-home-insight-card--left .ra-home-glass-card__action--link {
  pointer-events: auto;
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.ra-home-insight-card--left .ra-home-glass-card__action--link:hover,
.ra-home-insight-card--left .ra-home-glass-card__action--link:focus-visible {
  filter: brightness(1.03);
  transform: translateY(-0.03125rem);
}

.ra-home-insight-card--left .ra-home-glass-card__action--icon {
  width: 2.875rem;
  min-width: 2.875rem;
  padding: 0;
  position: relative;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border-radius: 0.75rem;
}

.ra-home-insight-card--left .ra-home-glass-card__action--icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid rgba(255, 255, 255, 0.9);
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -58%) rotate(45deg);
}

@media (max-width: 47.9375rem) {
  .ra-home-insight-wrap {
    margin-top: var(--ra-space-6, 2rem);
    margin-bottom: var(--ra-space-6, 2rem);
  }

  .ra-home-insight-card {
    min-height: 20rem;
    border-radius: 0.75rem;
  }

  .ra-home-insight-card--left {
    padding: 0.875rem 0;
  }

  .ra-home-insight-card--left .ra-home-glass-card {
    padding: 0.75rem;
    border-radius: 0.875rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card::after {
    border-radius: calc(0.875rem - 0.0625rem);
  }

  .ra-home-insight-card--left .ra-home-glass-card__profile {
    margin-top: 2.75rem;
    gap: 0.5rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__avatar {
    width: 2.75rem;
    height: 2.75rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__name {
    font-size: 1.125rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__role {
    margin-top: 0.25rem;
    font-size: 0.6rem;
    line-height: 1.18;
  }

  .ra-home-insight-card--left .ra-home-glass-card__identity {
    max-width: min(11.25rem, calc(100% - 3.25rem));
  }

  .ra-home-insight-card--left .ra-home-glass-card__metrics {
    margin-top: 1rem;
    gap: 0.5rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__metric-value {
    font-size: 0.7rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__metric-label {
    margin-top: 0.25rem;
    font-size: 0.6rem;
    line-height: 1.2;
  }

  .ra-home-insight-card--left .ra-home-glass-card__actions {
    margin-top: 0;
    padding-top: 0.75rem;
    gap: 0.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 2.5rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__action {
    min-height: 2.25rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__action--icon {
    width: 2.25rem;
    min-width: 2.25rem;
    font-size: 0;
  }

}

@media (max-width: 24rem) {
  .ra-home-insight-card--left .ra-home-glass-card {
    padding: 0.75rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__profile {
    margin-top: 2.5rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__name {
    font-size: 1rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__role {
    font-size: 0.6rem;
    line-height: 1.2;
  }

  .ra-home-insight-card--left .ra-home-glass-card__avatar {
    width: 2.5rem;
    height: 2.5rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__actions {
    margin-top: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 2.25rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__action,
  .ra-home-insight-card--left .ra-home-glass-card__action--icon {
    min-height: 2.125rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__action--icon {
    width: 2.25rem;
    min-width: 2.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ra-home-insight-card--left::before,
  .ra-home-insight-card--left::after {
    animation: none;
  }

  .ra-home-insight-card--left .ra-home-glass-card {
    transition: none;
    transform: translate3d(0, 0, 0);
  }

  .ra-home-insight-card--left .ra-home-glass-card__top {
    animation: none;
  }
}

/* Editorial layout overrides: keep the interactive card as the visual anchor. */
.ra-home-insight {
  --ra-insight-ink: rgba(18, 18, 20, 0.98);
  --ra-insight-copy: rgba(42, 42, 42, 0.9);
  --ra-insight-muted: rgba(42, 42, 42, 0.76);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: var(--ra-space-6, 2rem);
  padding: clamp(2.5rem, 4vw, 4rem) 0;
  border-top: 0;
  border-bottom: 0.0625rem solid rgba(42, 42, 42, 0.14);
  background: transparent;
}

.ra-home-insight::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.03) 0,
    rgba(255, 255, 255, 0.03) 0.0625rem,
    transparent 0.0625rem,
    transparent 3.5rem
  );
  opacity: 0.18;
  mix-blend-mode: soft-light;
}

.ra-home-insight-card {
  position: relative;
  z-index: 1;
  min-height: 0;
  border-radius: 0;
  overflow: visible;
}

.ra-home-insight-card--right {
  order: 1;
  display: grid;
  align-content: start;
  gap: var(--ra-space-4, 1rem);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ra-insight-copy);
}

.ra-home-insight-card--right .ra-home-insight__title {
  max-width: 16ch;
  color: var(--ra-insight-ink);
  font-size: clamp(2rem, 3.4vw, 3.375rem);
}

.ra-home-insight-card--right .ra-home-insight__title::before {
  content: attr(data-overline);
  display: block;
  margin-bottom: var(--ra-space-3, 0.75rem);
}

.ra-home-insight-card--right .ra-home-insight__title[data-overline=""]::before {
  content: none;
}

.ra-home-insight__intro {
  margin: 0;
  max-width: 64ch;
  color: var(--ra-insight-copy);
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  line-height: 1.58;
}

.ra-home-insight__list {
  margin: 0;
  padding: var(--ra-space-4, 1rem) 0 var(--ra-space-2, 0.5rem);
  list-style: none;
  display: grid;
  gap: var(--ra-space-2, 0.5rem);
}

.ra-home-insight__list li {
  margin: 0;
  justify-self: start;
  display: inline-flex;
  align-items: flex-start;
  padding: 0;
  border: 0;
  max-width: 100%;
  color: var(--ra-insight-muted);
  font-size: 0.875rem;
  line-height: 1.35;
  font-weight: 540;
}

.ra-home-insight__list li::before {
  content: "•";
  margin-inline-end: 0.375rem;
  color: rgba(42, 42, 42, 0.46);
  flex: 0 0 auto;
}

.ra-home-insight__closing {
  margin: 0;
  max-width: 60ch;
  padding-top: var(--ra-space-4, 1rem);
  border-top: 0.0625rem solid rgba(42, 42, 42, 0.12);
  color: rgba(42, 42, 42, 0.84);
  font-size: 1rem;
  line-height: 1.52;
}

.ra-home-insight__button {
  margin-top: var(--ra-space-2, 0.5rem);
  border: 0.0625rem solid rgba(18, 18, 18, 0.88);
  background: rgba(18, 18, 18, 0.94);
  color: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.ra-home-insight__button:visited,
.ra-home-insight__button:active {
  color: rgba(255, 255, 255, 0.98);
  background: rgba(18, 18, 18, 0.94);
}

.ra-home-insight__button::before {
  display: none;
}

.ra-home-insight-card--left {
  order: 2;
  --ra-editorial-visual-image: none;
  min-height: 0;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  border: 0.0625rem solid rgba(42, 42, 42, 0.14);
  background:
    var(--ra-editorial-visual-image),
    var(--ra-editorial-placeholder-surface);
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center, center;
  box-shadow: inset 0 0 0 0.0625rem rgba(255, 255, 255, 0.46);
  padding: var(--ra-space-4, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ra-home-insight-card--left::before,
.ra-home-insight-card--left::after {
  content: none;
  display: none;
}

.ra-home-insight-card--left .ra-home-editorial-placeholder-atmo {
  z-index: 1;
}

.ra-home-insight-card--left .ra-home-glass-card {
  width: min(100%, 35.5rem);
  max-height: 100%;
  border-color: rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(132% 116% at 86% -16%, rgba(64, 93, 230, 0.2) 0%, rgba(64, 93, 230, 0) 56%),
    radial-gradient(118% 106% at 10% 114%, rgba(193, 53, 132, 0.22) 0%, rgba(193, 53, 132, 0) 60%),
    linear-gradient(154deg, rgba(70, 72, 76, 0.56) 0%, rgba(58, 60, 64, 0.34) 44%, rgba(38, 40, 44, 0.22) 100%),
    linear-gradient(154deg, rgba(44, 46, 50, 0.92) 0%, rgba(36, 38, 42, 0.9) 48%, rgba(30, 32, 36, 0.94) 100%);
  box-shadow: none;
  backdrop-filter: blur(0.96rem) saturate(146%) contrast(1.02);
  -webkit-backdrop-filter: blur(0.96rem) saturate(146%) contrast(1.02);
}

.ra-home-insight-card--left .ra-home-glass-card::before {
  background: radial-gradient(circle at var(--ra-shine-x) var(--ra-shine-y), rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.08) 22%, rgba(255, 255, 255, 0) 52%);
  opacity: 0.4;
}

.ra-home-insight-card--left .ra-home-glass-card.is-active {
  box-shadow: none;
}

.ra-home-insight-card--left .ra-home-glass-card__depth {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(156deg, rgba(34, 36, 40, 0.62) 0%, rgba(28, 30, 34, 0.42) 100%);
  box-shadow: none;
  transform: translate3d(0, 0, -0.2rem);
}

.ra-home-insight-card--left .ra-home-glass-card__depth::before,
.ra-home-insight-card--left .ra-home-glass-card__depth::after {
  box-shadow: none;
}

.ra-home-insight-card--left .ra-home-glass-card__top {
  position: absolute;
  right: 0.125rem;
  top: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  gap: 0.3125rem;
  padding: 0.25rem 0.5625rem;
  min-height: 1.625rem;
  background: linear-gradient(
    120deg,
    rgba(64, 93, 230, 0.84) 0%,
    rgba(88, 81, 219, 0.84) 20%,
    rgba(131, 58, 180, 0.84) 40%,
    rgba(193, 53, 132, 0.84) 58%,
    rgba(225, 48, 108, 0.84) 76%,
    rgba(253, 29, 29, 0.8) 90%,
    rgba(245, 96, 64, 0.78) 100%
  );
  background-size: 180% 180%;
  color: rgba(255, 255, 255, 0.98);
  box-shadow: none;
  text-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  white-space: nowrap;
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  animation: ra-badge-flat-shift 14s linear infinite;
}

.ra-home-insight-card--left .ra-home-glass-card__top-value {
  display: inline;
  position: relative;
  z-index: 1;
  font-size: 0.8125rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
  font-weight: 740;
}

.ra-home-insight-card--left .ra-home-glass-card__top-label {
  display: inline;
  position: relative;
  z-index: 1;
  margin-top: 0;
  font-size: 0.6875rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.9;
}

@media (min-width: 74rem) {
  .ra-home-insight {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    align-items: stretch;
  }

  .ra-home-insight-card--right {
    justify-self: end;
    width: min(100%, 40.5rem);
    justify-items: end;
    text-align: right;
  }

  .ra-home-insight__list li {
    justify-self: end;
    text-align: right;
    flex-direction: row-reverse;
  }

  .ra-home-insight__list li::before {
    margin-inline-end: 0;
    margin-inline-start: 0.375rem;
  }

  .ra-home-insight-card--right .ra-home-insight__button {
    justify-self: end;
    margin-top: var(--ra-space-2, 0.5rem);
  }

  .ra-home-insight-card--left {
    min-height: 100%;
  }
}

@media (max-width: 73.9375rem) {
  .ra-home-insight {
    padding: clamp(2rem, 5vw, 3rem) 0;
  }

  .ra-home-insight-card {
    min-height: 0;
  }

  .ra-home-insight-card--right {
    padding: 0;
  }

  .ra-home-insight-card--left {
    height: auto;
    min-height: clamp(18rem, 56vw, 24rem);
  }

  .ra-home-insight__closing {
    margin-top: 0;
    max-width: none;
  }
}

@media (max-width: 47.9375rem) {
  .ra-home-insight {
    gap: var(--ra-space-5, 1.5rem);
    padding: var(--ra-space-6, 2rem) 0;
  }

  .ra-home-insight-card {
    min-height: 0;
    border-radius: 0;
  }

  .ra-home-insight-card--right {
    padding: 0;
  }

  .ra-home-insight__intro {
    font-size: 1rem;
    line-height: 1.55;
  }

  .ra-home-insight__list {
    padding-top: var(--ra-space-3, 0.75rem);
    gap: var(--ra-space-3, 0.75rem);
  }

  .ra-home-insight__list li {
    font-size: 0.8125rem;
    line-height: 1.35;
  }

  .ra-home-insight__closing {
    font-size: 0.9375rem;
    line-height: 1.45;
  }

  .ra-home-insight__button {
    margin-top: var(--ra-space-2, 0.5rem);
  }

  .ra-home-insight-card--left {
    border-radius: 0.875rem;
    min-height: clamp(16rem, 72vw, 21rem);
    padding: 0.75rem 0.5rem;
  }

  .ra-home-insight-card--left .ra-home-glass-card__top {
    right: 0.4375rem;
    top: 0.4375rem;
    max-width: calc(100% - 0.875rem);
    min-height: 1.5rem;
    padding: 0.1875rem 0.5rem;
    gap: 0.1875rem;
    white-space: nowrap;
  }

  .ra-home-insight-card--left .ra-home-glass-card__top-value {
    font-size: 0.68rem;
    line-height: 1.1;
    letter-spacing: 0.008em;
  }

  .ra-home-insight-card--left .ra-home-glass-card__top-label {
    font-size: 0.6rem;
    line-height: 1.12;
    letter-spacing: 0.045em;
  }

  .ra-home-insight-card--left .ra-home-glass-card {
    width: min(100%, 20.75rem);
    min-height: clamp(12.6rem, 54vw, 16.2rem);
  }
}

@keyframes ra-insight-bg-float {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
    opacity: 0.42;
  }
  100% {
    transform: translate3d(2%, 1.5%, 0) scale(1.06);
    opacity: 0.58;
  }
}

@keyframes ra-insight-streak-float {
  0% {
    transform: translate3d(-1.5%, 0, 0);
  }
  100% {
    transform: translate3d(1.5%, 0, 0);
  }
}

@keyframes ra-badge-flat-shift {
  0% {
    background-position: 0% 50%;
    border-color: rgba(255, 255, 255, 0.36);
  }
  50% {
    background-position: 100% 50%;
    border-color: rgba(255, 255, 255, 0.46);
  }
  100% {
    background-position: 0% 50%;
    border-color: rgba(255, 255, 255, 0.36);
  }
}
