.rdn-about-page {
  --about-ink: #172033;
  --about-muted: #607089;
  --about-line: rgba(23, 32, 51, 0.15);
  --about-blue: #03a9f4;
  --about-red: #ed5b55;
  --about-green: #31b76a;
  overflow: clip;
  color: var(--about-ink);
  background: #fff;
}

.rdn-about-page a,
.rdn-about-page button {
  font-family: inherit;
}

.rdn-about-breadcrumb {
  padding-block: 18px;
}

.rdn-about-breadcrumb ol {
  display: flex;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: #8190a6;
  font-size: 11px;
  list-style: none;
}

.rdn-about-breadcrumb li + li::before {
  margin-right: 9px;
  color: #b1bdcc;
  content: "/";
}

.rdn-about-breadcrumb a {
  color: #51627a;
  font-weight: 700;
  text-decoration: none;
}

.rdn-about-hero {
  position: relative;
  isolation: isolate;
  height: var(--rdn-secondary-hero-height);
  padding: var(--rdn-secondary-hero-padding-start) 0 var(--rdn-secondary-hero-padding-end);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 152, 0, 0.12), transparent 24%),
    radial-gradient(circle at 8% 88%, rgba(3, 169, 244, 0.14), transparent 27%),
    linear-gradient(135deg, #f4fbfe, #f8fbfd 58%, #fff8f5);
}

.rdn-about-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(23, 32, 51, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 51, 0.026) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.rdn-about-hero__ambient {
  position: absolute;
  top: -310px;
  right: -180px;
  z-index: -1;
  width: 780px;
  height: 780px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, rgba(3, 169, 244, 0.29), rgba(255, 152, 0, 0.2), rgba(237, 91, 85, 0.18), rgba(49, 183, 106, 0.18), rgba(3, 169, 244, 0.29));
  filter: blur(60px);
  opacity: 0.56;
}

.rdn-about-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.68fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
}

.rdn-about-hero__copy {
  max-width: 790px;
}

.rdn-about-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 6px 13px;
  border: 2px solid rgba(3, 169, 244, 0.2);
  border-radius: 999px;
  color: #087bb8;
  background: rgba(234, 246, 251, 0.82);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rdn-about-kicker > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--about-blue);
  box-shadow: 0 0 0 5px rgba(3, 169, 244, 0.12);
}

.rdn-about-hero h1 {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--about-ink);
  font-size: var(--rdn-secondary-hero-title-size);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.rdn-about-hero h1 em,
.rdn-about-heading h2 em,
.rdn-about-lab__copy h2 em {
  color: #087fc4;
  font-style: normal;
}

.rdn-about-hero h1 em {
  display: block;
}

.rdn-about-hero__lead {
  max-width: 720px;
  margin: 16px 0 0;
  color: #53637a;
  font-size: 17px;
  line-height: 1.58;
}

.rdn-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 22px;
}

.rdn-about-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.rdn-about-button:hover,
.rdn-about-button:focus-visible {
  transform: translateY(-2px);
}

.rdn-about-button:focus-visible,
.rdn-about-inline-link:focus-visible {
  outline: 3px solid rgba(3, 169, 244, 0.42);
  outline-offset: 3px;
}

.rdn-about-button--primary {
  min-width: 224px;
  color: #fff;
  background: var(--about-red);
  box-shadow: 0 12px 26px rgba(237, 91, 85, 0.3);
}

.rdn-about-button--secondary {
  min-width: 174px;
  border-color: rgba(3, 127, 193, 0.3);
  color: #076ca6;
  background: rgba(255, 255, 255, 0.74);
}

.rdn-about-button > span {
  font-size: 18px;
  font-weight: 900;
}

.rdn-about-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 16px 0 0;
  padding: 0;
  color: #58677d;
  font-size: 11px;
  list-style: none;
}

.rdn-about-hero__proofs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rdn-about-hero__proofs li > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--about-green);
  box-shadow: 0 0 0 4px rgba(49, 183, 106, 0.12);
}

.rdn-about-hero__card {
  position: relative;
  padding: 16px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 32px 80px rgba(34, 52, 86, 0.16);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  backdrop-filter: blur(22px) saturate(135%);
}

.rdn-about-hero__card::after {
  position: absolute;
  top: -82px;
  right: -68px;
  width: 230px;
  height: 230px;
  border: 42px solid rgba(3, 169, 244, 0.06);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.rdn-about-hero__card > header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 3px 2px 10px;
  border-bottom: 1px solid var(--about-line);
}

.rdn-about-hero__card header small {
  color: #77869c;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.19em;
}

.rdn-about-hero__card h2 {
  margin: 5px 0 0;
  color: var(--about-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.rdn-about-hero__card > header > span {
  color: #d4e1ee;
  font-family: var(--rdn-heading-font);
  font-size: 47px;
  font-weight: 900;
  line-height: 1;
}

.rdn-about-hero__card figure {
  position: relative;
  z-index: 1;
  height: 154px;
  margin: 12px 0 0;
  overflow: hidden;
  border-radius: 17px;
  background: #dbe7ee;
}

.rdn-about-hero__card figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(transparent, rgba(10, 26, 39, 0.78));
  content: "";
}

.rdn-about-hero__card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 59%;
}

.rdn-about-hero__card figcaption {
  position: absolute;
  right: 15px;
  bottom: 10px;
  left: 15px;
  z-index: 1;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.rdn-about-hero__card > ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.rdn-about-hero__card > ul li {
  display: grid;
  min-height: 34px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.rdn-about-hero__card > ul li + li {
  border-top: 1px solid var(--about-line);
}

.rdn-about-hero__card > ul small {
  color: #087bb8;
  font-size: 10px;
  font-weight: 900;
}

.rdn-about-hero__card > ul strong {
  color: var(--about-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.rdn-about-mission {
  scroll-margin-top: 100px;
  padding: 92px 0 102px;
  background: #fff;
}

.rdn-about-heading {
  max-width: 850px;
}

.rdn-about-heading h2,
.rdn-about-lab__copy h2,
.rdn-about-cta h2 {
  margin: 20px 0 0;
  color: var(--about-ink);
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.rdn-about-heading h2 em,
.rdn-about-lab__copy h2 em {
  display: block;
}

.rdn-about-heading > p:last-child {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.7;
}

.rdn-about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.rdn-about-values article {
  position: relative;
  min-height: 278px;
  padding: 30px;
  overflow: hidden;
  border: 2px solid #e0e8f0;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(28, 48, 74, 0.09);
}

.rdn-about-values article::after {
  position: absolute;
  top: -42px;
  right: -42px;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(3, 169, 244, 0.045);
  border-radius: 50%;
  content: "";
}

.rdn-about-values article > span {
  display: grid;
  width: 52px;
  height: 52px;
  border: 2px solid #cce8f5;
  border-radius: 16px;
  color: #087fc4;
  background: #eff9fd;
  place-items: center;
}

.rdn-about-values article > span svg {
  width: 21px;
  height: 21px;
}

.rdn-about-values small {
  display: block;
  margin-top: 24px;
  color: #087bb8;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.rdn-about-values h3 {
  margin: 7px 0 0;
  color: var(--about-ink);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.rdn-about-values p {
  margin: 12px 0 0;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.7;
}

.rdn-about-values p strong {
  color: #33465f;
  font-weight: 850;
}

.rdn-about-lab {
  scroll-margin-top: 100px;
  padding: 105px 0 116px;
  background: #eff6fb;
}

.rdn-about-lab__layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1fr);
  gap: clamp(58px, 8vw, 118px);
  align-items: center;
}

.rdn-about-lab__media {
  position: relative;
  min-height: 620px;
}

.rdn-about-lab__media figure {
  margin: 0;
  overflow: hidden;
  border: 3px solid #fff;
  background: #dce8ef;
  box-shadow: 0 28px 64px rgba(22, 45, 71, 0.18);
}

.rdn-about-lab__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rdn-about-lab__main {
  position: absolute;
  inset: 0 20% 28px 0;
  border-radius: 30px;
  transform: rotate(-1.4deg);
}

.rdn-about-lab__main::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(transparent, rgba(11, 28, 42, 0.82));
  content: "";
}

.rdn-about-lab__main img {
  object-position: center;
}

.rdn-about-lab__main figcaption {
  position: absolute;
  right: 26px;
  bottom: 23px;
  left: 26px;
  z-index: 1;
  color: #fff;
}

.rdn-about-lab__main figcaption strong,
.rdn-about-lab__main figcaption span {
  display: block;
}

.rdn-about-lab__main figcaption strong {
  font-family: var(--rdn-heading-font);
  font-size: 22px;
  font-weight: 900;
}

.rdn-about-lab__main figcaption span {
  margin-top: 4px;
  color: #d9e4eb;
  font-size: 11px;
}

.rdn-about-lab__secondary {
  position: absolute;
  top: 70px;
  right: 0;
  width: 37%;
  height: 285px;
  border-radius: 25px;
  transform: rotate(2.5deg);
}

.rdn-about-lab__secondary img {
  object-position: 42% center;
}

.rdn-about-lab__stamp {
  position: absolute;
  right: 4%;
  bottom: 58px;
  display: grid;
  width: 112px;
  height: 112px;
  border: 8px solid #eff6fb;
  border-radius: 50%;
  color: #fff;
  background: #087fc4;
  font-family: var(--rdn-heading-font);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  place-content: center;
  transform: rotate(-7deg);
  box-shadow: 0 18px 36px rgba(8, 127, 196, 0.25);
}

.rdn-about-lab__stamp b {
  font-size: 22px;
}

.rdn-about-lab__copy {
  max-width: 680px;
}

.rdn-about-lab__lead {
  margin: 20px 0 0;
  color: #53637a;
  font-size: 16px;
  line-height: 1.72;
}

.rdn-about-lab__features {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.rdn-about-lab__features li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  align-items: flex-start;
  padding: 17px 0;
  border-top: 1px solid var(--about-line);
}

.rdn-about-lab__features li:last-child {
  border-bottom: 1px solid var(--about-line);
}

.rdn-about-lab__features li > span {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  color: #087fc4;
  background: #dff3fc;
  place-items: center;
}

.rdn-about-lab__features svg {
  width: 18px;
  height: 18px;
}

.rdn-about-lab__features strong {
  color: var(--about-ink);
  font-size: 14px;
  font-weight: 900;
}

.rdn-about-lab__features p {
  margin: 3px 0 0;
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.55;
}

.rdn-about-lab__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 22px 0 0;
}

.rdn-about-lab__stats div {
  display: grid;
  min-height: 100px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 2px solid #d7e6f0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.rdn-about-lab__stats dt {
  color: #087fc4;
  font-family: var(--rdn-heading-font);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.rdn-about-lab__stats dd {
  margin: 0;
  color: #52627a;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.45;
  text-transform: uppercase;
}

.rdn-about-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #0877b5;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.rdn-about-inline-link > span {
  transition: transform 180ms ease;
}

.rdn-about-inline-link:hover > span,
.rdn-about-inline-link:focus-visible > span {
  transform: translateX(3px);
}

.rdn-about-cta {
  padding: 96px 0;
  background: #fff;
}

.rdn-about-cta__panel {
  display: grid;
  min-height: 282px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  padding: 48px 62px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, rgba(3, 169, 244, 0.27), transparent 30%),
    linear-gradient(120deg, #172534, #1e3b52 62%, #205f7f);
  box-shadow: 0 28px 62px rgba(23, 37, 52, 0.19);
}

.rdn-about-cta .rdn-about-kicker {
  border-color: rgba(99, 205, 255, 0.24);
  color: #8bdcff;
  background: rgba(3, 169, 244, 0.08);
}

.rdn-about-cta h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(36px, 3.5vw, 48px);
}

.rdn-about-cta__panel > div:first-child > p:last-child {
  max-width: 720px;
  margin: 16px 0 0;
  color: #d6e3ec;
  font-size: 14px;
  line-height: 1.7;
}

.rdn-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.rdn-about-button--light {
  color: var(--about-ink);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.17);
}

.rdn-about-button--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

@media (min-width: 1200px) {
  .rdn-about-hero {
    min-height: var(--rdn-secondary-hero-height);
    max-height: var(--rdn-secondary-hero-height);
  }
}

@media (max-width: 1199px) {
  .rdn-about-hero {
    height: auto;
    min-height: var(--rdn-secondary-hero-height);
    padding-block: 54px;
  }

  .rdn-about-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.68fr);
    gap: 38px;
  }

  .rdn-about-hero h1 {
    font-size: clamp(42px, 5vw, 54px);
  }

  .rdn-about-lab__layout {
    gap: 54px;
  }

  .rdn-about-lab__media {
    min-height: 570px;
  }

  .rdn-about-cta__panel {
    grid-template-columns: 1fr;
  }

  .rdn-about-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .rdn-about-hero {
    padding-block: 46px 60px;
  }

  .rdn-about-hero__layout,
  .rdn-about-lab__layout {
    grid-template-columns: 1fr;
  }

  .rdn-about-hero__copy,
  .rdn-about-lab__copy {
    max-width: none;
  }

  .rdn-about-values {
    grid-template-columns: 1fr;
  }

  .rdn-about-values article {
    min-height: 0;
  }

  .rdn-about-lab__media {
    width: min(660px, 100%);
    min-height: 620px;
  }

  .rdn-about-cta__panel {
    padding: 42px;
  }
}

@media (max-width: 640px) {
  .rdn-about-breadcrumb {
    padding-block: 14px;
  }

  .rdn-about-hero {
    padding-block: 40px 52px;
  }

  .rdn-about-hero__layout {
    gap: 34px;
  }

  .rdn-about-kicker {
    min-height: 30px;
    padding-inline: 11px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .rdn-about-hero h1 {
    margin-top: 18px;
    font-size: clamp(39px, 11.5vw, 51px);
    line-height: 1.03;
  }

  .rdn-about-hero__lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .rdn-about-actions,
  .rdn-about-cta__actions {
    display: grid;
    width: 100%;
  }

  .rdn-about-button {
    width: 100%;
  }

  .rdn-about-hero__proofs {
    align-items: flex-start;
    flex-direction: column;
  }

  .rdn-about-hero__card {
    padding: 14px;
    border-radius: 24px;
  }

  .rdn-about-hero__card h2 {
    font-size: 20px;
  }

  .rdn-about-mission,
  .rdn-about-lab,
  .rdn-about-cta {
    padding-block: 70px;
  }

  .rdn-about-heading h2,
  .rdn-about-lab__copy h2,
  .rdn-about-cta h2 {
    font-size: clamp(34px, 10.3vw, 43px);
  }

  .rdn-about-values {
    gap: 15px;
    margin-top: 34px;
  }

  .rdn-about-values article {
    padding: 24px;
    border-radius: 22px;
  }

  .rdn-about-lab__layout {
    gap: 44px;
  }

  .rdn-about-lab__media {
    min-height: 505px;
  }

  .rdn-about-lab__main {
    inset: 0 13% 20px 0;
    border-radius: 25px;
  }

  .rdn-about-lab__secondary {
    top: 48px;
    width: 34%;
    height: 210px;
    border-radius: 20px;
  }

  .rdn-about-lab__stamp {
    right: 1%;
    bottom: 44px;
    width: 92px;
    height: 92px;
    border-width: 6px;
    font-size: 11px;
  }

  .rdn-about-lab__stamp b {
    font-size: 18px;
  }

  .rdn-about-lab__stats {
    grid-template-columns: 1fr;
  }

  .rdn-about-cta__panel {
    min-height: 0;
    padding: 34px 24px;
    border-radius: 26px;
  }
}

@media (max-width: 420px) {
  .rdn-about-lab__media {
    min-height: 450px;
  }

  .rdn-about-lab__secondary {
    height: 175px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rdn-about-page *,
  .rdn-about-page *::before,
  .rdn-about-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
