.rdn-services-hub {
  --svc-ink: #172033;
  --svc-muted: #637087;
  --svc-line: rgba(23, 32, 51, 0.16);
  --svc-stroke: #d8e1eb;
  --svc-blue: #03a9f4;
  --svc-red: #ed5b55;
  --svc-orange: #ff9800;
  --svc-green: #4caf50;
  --svc-violet: #9c27b0;
  --svc-slate: #607d8b;
  overflow: clip;
  color: var(--svc-ink);
  background: var(--rdn-bg);
}

.rdn-services-hub a,
.rdn-services-hub button,
.rdn-services-hub summary {
  font-family: inherit;
}

.svc-hub-breadcrumb {
  padding-block: 18px;
}

.svc-hub-breadcrumb ol {
  display: flex;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: #8190a6;
  font-size: 11px;
  list-style: none;
}

.svc-hub-breadcrumb li + li::before {
  margin-right: 9px;
  color: #b1bdcc;
  content: "/";
}

.svc-hub-breadcrumb a {
  color: #51627a;
  font-weight: 700;
  text-decoration: none;
}

.svc-hub-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.13), transparent 26%),
    linear-gradient(135deg, #f4fbfe, #f8fbfd 58%, #fffaf5);
}

.svc-hub-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(23, 32, 51, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 51, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.svc-hub-hero__ambient {
  position: absolute;
  top: -280px;
  right: -180px;
  z-index: -1;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, rgba(3, 169, 244, 0.28), rgba(255, 152, 0, 0.2), rgba(244, 67, 54, 0.17), rgba(76, 175, 80, 0.19), rgba(156, 39, 176, 0.17), rgba(3, 169, 244, 0.28));
  filter: blur(58px);
  opacity: 0.56;
}

.svc-hub-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.62fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
}

.svc-hub-hero__copy {
  max-width: 790px;
}

.svc-hub-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.18);
  border-radius: 999px;
  color: #087bb8;
  background: rgba(234, 246, 251, 0.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.svc-hub-kicker > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--svc-blue);
  box-shadow: 0 0 0 5px rgba(3, 169, 244, 0.12);
}

.svc-hub-hero h1 {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--svc-ink);
  font-size: var(--rdn-secondary-hero-title-size);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.svc-hub-hero h1 em {
  display: block;
  color: var(--svc-blue);
  font-style: normal;
}

.svc-hub-hero__lead {
  max-width: 690px;
  margin: 18px 0 0;
  color: #53627a;
  font-size: 17px;
  line-height: 1.6;
}

.svc-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 24px;
}

.svc-hub-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;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.svc-hub-button:hover,
.svc-hub-button:focus-visible {
  transform: translateY(-2px);
}

.svc-hub-button:focus-visible,
.svc-hub-card a:focus-visible,
.svc-hub-card summary:focus-visible {
  outline: 3px solid rgba(3, 169, 244, 0.42);
  outline-offset: 3px;
}

.svc-hub-button--primary {
  min-width: 220px;
  color: #fff;
  background: var(--svc-red);
  box-shadow: 0 12px 26px rgba(237, 91, 85, 0.3);
}

.svc-hub-button--secondary {
  min-width: 184px;
  border-color: rgba(3, 127, 193, 0.3);
  color: #076ca6;
  background: rgba(255, 255, 255, 0.72);
}

.svc-hub-button > span {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.svc-hub-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  margin: 20px 0 0;
  padding: 0;
  color: #58677d;
  font-size: 11px;
  list-style: none;
}

.svc-hub-hero__proofs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.svc-hub-hero__proofs li > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31c875;
  box-shadow: 0 0 0 4px rgba(49, 200, 117, 0.12);
}

.svc-hub-hero__directory {
  position: relative;
  padding: 16px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 32px 80px rgba(34, 52, 86, 0.16);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  backdrop-filter: blur(22px) saturate(135%);
}

.svc-hub-hero__directory::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;
}

.svc-hub-hero__directory > header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--svc-line);
}

.svc-hub-hero__directory > header span {
  color: #66758a;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.svc-hub-hero__directory > header strong {
  color: #dce5f1;
  font-size: 52px;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.svc-hub-hero__directory > h2 {
  position: relative;
  z-index: 1;
  margin: 11px 0 12px;
  color: var(--svc-ink);
  font-family: var(--rdn-heading-font);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.svc-hub-hero__directory ol {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--svc-line);
  list-style: none;
}

.svc-hub-hero__directory li {
  border-bottom: 1px solid var(--svc-line);
}

.svc-hub-hero__directory li a {
  display: grid;
  min-height: 44px;
  grid-template-columns: 34px 28px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  color: var(--svc-ink);
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.svc-hub-hero__directory li a:hover,
.svc-hub-hero__directory li a:focus-visible {
  color: var(--svc-accent);
  transform: translateX(3px);
}

.svc-hub-hero__directory li a > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  color: var(--svc-accent);
  background: color-mix(in srgb, var(--svc-accent) 9%, white);
}

.svc-hub-directory__svg {
  width: 16px;
  height: 16px;
}

.svc-hub-hero__directory li small {
  color: var(--svc-accent);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 9px;
  font-weight: 900;
}

.svc-hub-hero__directory li strong {
  min-width: 0;
  font-size: 13px;
  font-weight: 900;
}

.svc-hub-hero__directory li i {
  color: var(--svc-accent);
  font-style: normal;
}

.svc-hub-section {
  padding: clamp(66px, 8vw, 108px) 0;
}

.svc-hub-section--primary {
  background: #fff;
}

.svc-hub-section--specialized {
  background:
    radial-gradient(circle at 90% 10%, rgba(3, 169, 244, 0.1), transparent 24%),
    var(--rdn-ice);
}

.svc-hub-heading {
  display: block;
  max-width: 900px;
  margin-bottom: 42px;
}

.svc-hub-heading > p {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 6px 13px;
  border: 2px solid rgba(3, 169, 244, 0.16);
  border-radius: 999px;
  color: #087bb8;
  background: rgba(234, 246, 251, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.svc-hub-heading > p span {
  display: grid;
  min-width: 24px;
  height: 20px;
  place-items: center;
  border-radius: 7px;
  color: #087bb8;
  background: #dff2fb;
  font-size: 10px;
}

.svc-hub-heading h2,
.svc-hub-final h2,
.svc-hub-business h2 {
  margin: 16px 0 0;
  color: var(--svc-ink);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.svc-hub-heading > div > p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--svc-muted);
  font-size: 16px;
  line-height: 1.7;
}

.svc-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.svc-hub-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  border: 2px solid var(--svc-stroke);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(31, 48, 79, 0.08);
  flex-direction: column;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.svc-hub-card:hover {
  border-color: color-mix(in srgb, var(--svc-accent) 34%, transparent);
  box-shadow: 0 26px 64px color-mix(in srgb, var(--svc-accent) 12%, rgba(31, 48, 79, 0.1));
  transform: translateY(-4px);
}

.svc-hub-card::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 4px;
  background: var(--svc-accent);
  content: "";
}

.svc-hub-card__media {
  position: relative;
  display: block;
  min-height: 236px;
  overflow: hidden;
  border-bottom: 2px solid var(--svc-stroke);
  color: var(--svc-accent);
  background:
    radial-gradient(circle at 76% 18%, color-mix(in srgb, var(--svc-accent) 18%, transparent), transparent 27%),
    linear-gradient(145deg, #edf3f9, color-mix(in srgb, var(--svc-accent) 7%, white));
}

.svc-hub-card__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(23, 32, 51, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 51, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  pointer-events: none;
}

.svc-hub-card__media img {
  position: absolute;
  inset: 18px 16px 10px;
  z-index: 1;
  width: calc(100% - 32px);
  height: calc(100% - 28px);
  object-fit: contain;
  filter: drop-shadow(0 20px 18px rgba(27, 39, 61, 0.2));
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-hub-card:hover .svc-hub-card__media img {
  transform: scale(1.035) translateY(-3px);
}

.svc-hub-card__media > small {
  position: absolute;
  right: 14px;
  bottom: 13px;
  z-index: 2;
  padding: 7px 9px;
  border-radius: 6px;
  color: #fff;
  background: rgba(23, 32, 51, 0.75);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.svc-hub-card__icon {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid color-mix(in srgb, var(--svc-accent) 24%, white);
  border-radius: 12px;
  color: var(--svc-accent);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 9px 24px rgba(31, 48, 79, 0.12);
}

.svc-hub-card__svg {
  width: 21px;
  height: 21px;
}

.svc-hub-card__body {
  display: flex;
  padding: 27px;
  flex: 1;
  flex-direction: column;
}

.svc-hub-card__code {
  margin: 0;
  color: var(--svc-accent);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.svc-hub-card h3 {
  margin: 13px 0 0;
  color: var(--svc-ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.svc-hub-card h3 a {
  text-decoration: none;
}

.svc-hub-card__description {
  margin: 12px 0 0;
  color: var(--svc-muted);
  font-family: var(--rdn-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: normal;
}

.svc-hub-card__body > ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 2px solid var(--svc-line);
  color: #46556c;
  font-size: 11px;
  list-style: none;
}

.svc-hub-card__body > ul li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.svc-hub-card__body > ul li span {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--svc-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--svc-accent) 10%, transparent);
}

.svc-hub-card__actions {
  display: grid;
  gap: 11px;
  margin-top: auto;
  padding-top: 24px;
}

.svc-hub-card__primary {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: color-mix(in srgb, var(--svc-accent) 82%, #243048 18%);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.svc-hub-card details {
  border-top: 2px solid var(--svc-line);
}

.svc-hub-card summary {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: color-mix(in srgb, var(--svc-accent) 72%, #26334a 28%);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.svc-hub-card summary::-webkit-details-marker {
  display: none;
}

.svc-hub-card summary span {
  font-size: 20px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.svc-hub-card details[open] summary span {
  transform: rotate(45deg);
}

.svc-hub-card details p {
  margin: 0 0 7px;
  padding: 13px 0 4px;
  border-top: 1px solid var(--svc-line);
  color: #59677c;
  font-size: 12px;
  line-height: 1.65;
}

.svc-hub-grid--specialized .svc-hub-card {
  min-height: 530px;
}

.svc-hub-grid--specialized .svc-hub-card__media {
  min-height: 210px;
}

.svc-hub-business {
  position: relative;
  z-index: 2;
  margin: -34px 0;
}

.svc-hub-business__panel {
  display: grid;
  min-height: 190px;
  padding: 32px;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  overflow: hidden;
  border: 2px solid rgba(3, 169, 244, 0.2);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 84% -20%, rgba(3, 169, 244, 0.38), transparent 35%),
    linear-gradient(125deg, #1d2127, #27313a 62%, #37474f);
  box-shadow: 0 30px 72px rgba(31, 48, 79, 0.25);
}

.svc-hub-business__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  color: #8de8ff;
  background: rgba(255, 255, 255, 0.08);
}

.svc-hub-business__svg {
  width: 27px;
  height: 27px;
}

.svc-hub-business__panel > div > p {
  margin: 0;
  color: #8de8ff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.svc-hub-business h2 {
  margin-top: 7px;
  color: #fff;
  font-size: clamp(25px, 2.5vw, 36px);
}

.svc-hub-business__panel > div > span {
  display: block;
  max-width: 800px;
  margin-top: 8px;
  color: #b8c6d9;
  font-size: 13px;
  line-height: 1.6;
}

.svc-hub-business .svc-hub-actions {
  margin-top: 0;
}

.svc-hub-button--light {
  color: #25314a;
  background: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.17);
}

.svc-hub-button--glass {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.svc-hub-final {
  padding: clamp(84px, 9vw, 112px) 0 clamp(76px, 8vw, 104px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 115%, rgba(3, 169, 244, 0.15), transparent 36%),
    #fff;
}

.svc-hub-final h2 {
  max-width: 920px;
  margin: 16px auto 0;
}

.svc-hub-final > div > p:not(.svc-hub-kicker) {
  max-width: 680px;
  margin: 19px auto 0;
  color: var(--svc-muted);
  font-size: 16px;
  line-height: 1.7;
}

.svc-hub-final .svc-hub-actions {
  justify-content: center;
}

@media (max-width: 1199px) {
  .svc-hub-hero {
    height: auto;
    min-height: var(--rdn-secondary-hero-height);
  }
}

@media (max-width: 1180px) {
  .svc-hub-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.7fr);
    gap: 46px;
  }

  .svc-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svc-hub-grid .svc-hub-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .svc-hub-grid .svc-hub-card:last-child:nth-child(odd) .svc-hub-card__media {
    min-height: 245px;
  }

  .svc-hub-business__panel {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .svc-hub-business .svc-hub-actions {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .svc-hub-hero__layout,
  .svc-hub-heading {
    grid-template-columns: 1fr;
  }

  .svc-hub-hero__layout {
    gap: 44px;
  }

  .svc-hub-hero__directory {
    width: min(100%, 700px);
  }

  .svc-hub-heading {
    gap: 14px;
  }

  .svc-hub-heading > p {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .svc-hub-breadcrumb {
    padding-block: 14px;
  }

  .svc-hub-hero {
    height: auto;
    min-height: 0;
    padding: 40px 0 48px;
  }

  .svc-hub-hero h1 {
    margin-top: 16px;
    font-size: clamp(34px, 10vw, 46px);
  }

  .svc-hub-hero__lead {
    margin-top: 20px;
    font-size: 15px;
  }

  .svc-hub-actions,
  .svc-hub-button {
    width: 100%;
  }

  .svc-hub-hero__proofs {
    gap: 12px 17px;
  }

  .svc-hub-hero__directory {
    padding: 20px;
    border-radius: 18px;
  }

  .svc-hub-hero__directory > header strong {
    font-size: 48px;
  }

  .svc-hub-hero__directory > h2 {
    font-size: 20px;
  }

  .svc-hub-hero__directory ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
  }

  .svc-hub-hero__directory li a {
    min-height: 62px;
    grid-template-columns: 30px minmax(0, 1fr) 14px;
    gap: 8px;
  }

  .svc-hub-hero__directory li small {
    display: none;
  }

  .svc-hub-hero__directory li strong {
    font-size: 10px;
    line-height: 1.25;
  }

  .svc-hub-section {
    padding: 58px 0;
  }

  .svc-hub-heading {
    margin-bottom: 32px;
  }

  .svc-hub-heading h2,
  .svc-hub-final h2 {
    font-size: clamp(27px, 8vw, 36px);
  }

  .svc-hub-heading > div > p {
    margin-top: 14px;
    font-size: 15px;
  }

  .svc-hub-grid {
    grid-template-columns: 1fr;
  }

  .svc-hub-grid .svc-hub-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .svc-hub-card,
  .svc-hub-grid--specialized .svc-hub-card {
    min-height: 0;
  }

  .svc-hub-card__media,
  .svc-hub-grid--specialized .svc-hub-card__media {
    min-height: 218px;
  }

  .svc-hub-card__body {
    padding: 23px 20px;
  }

  .svc-hub-card h3 {
    font-size: 23px;
  }

  .svc-hub-card__actions {
    margin-top: 24px;
  }

  .svc-hub-business {
    margin: -24px 0;
  }

  .svc-hub-business__panel {
    padding: 25px 20px;
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 17px;
  }

  .svc-hub-business__icon {
    width: 52px;
    height: 52px;
  }

  .svc-hub-business .svc-hub-actions {
    grid-column: 1;
    margin-top: 2px;
  }

  .svc-hub-final {
    padding-top: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .svc-hub-card,
  .svc-hub-card__media img,
  .svc-hub-button,
  .svc-hub-hero__directory li a {
    transition: none;
  }
}
