body {
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(110, 207, 138, 0.08), transparent 30%),
    #11161d;
  color: #eceae5;
  font-family: 'DM Sans', system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.rd-container {
  width: min(calc(100% - 32px), 1280px);
  margin: 0 auto;
}

.rd-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: 300ms;
}

.rd-header.is-scrolled {
  background: rgba(14, 17, 22, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.rd-header-inner {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rd-wordmark {
  display: block;
  width: auto;
  height: 28px;
}

.rd-nav,
.rd-nav-links,
.rd-header-actions,
.rd-header-languages,
.rd-lang-list,
.rd-hero-actions,
.rd-socials,
.rd-footer-top {
  display: flex;
  align-items: center;
}

.rd-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 36px;
}

.rd-nav-links {
  gap: 22px;
}

.rd-header-actions {
  margin-left: 10px;
}

.rd-header-languages {
  margin-left: auto;
}

.rd-nav-item {
  position: relative;
}

.rd-nav-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}

.rd-submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(24, 28, 36, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.rd-nav-item:hover .rd-submenu,
.rd-nav-item:focus-within .rd-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.rd-submenu-link {
  color: #9399a7;
  font-size: 14px;
  transition: color 180ms ease;
}

.rd-submenu-link:hover {
  color: #eceae5;
}

.rd-header-actions,
.rd-socials {
  gap: 18px;
}

.rd-lang-list {
  gap: 12px;
}

.rd-nav-link,
.rd-lang-item {
  color: #9399a7;
  font-size: 14px;
  font-weight: 500;
}

.rd-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-wrap: nowrap;
  transition: color 180ms ease;
}

.rd-nav-link > span {
  white-space: nowrap;
}

.rd-nav-link:hover,
.rd-nav-item:hover > .rd-nav-link,
.rd-nav-item:focus-within > .rd-nav-link {
  color: #eceae5;
}

.rd-nav-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  transform: translateY(-1px);
  color: inherit;
  transition: transform 180ms ease;
}

.rd-nav-item:hover .rd-nav-caret,
.rd-nav-item:focus-within .rd-nav-caret {
  transform: translateY(0) rotate(180deg);
}

.rd-lang-item.is-active {
  color: #6ecf8a;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.rd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 16px 32px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
}

.rd-btn-primary {
  background: #6ecf8a;
  color: #0e1116;
}

.rd-btn-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  color: #eceae5;
  background: rgba(255, 255, 255, 0.02);
}

.rd-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 72px;
  overflow: hidden;
}

.rd-hero-media,
.rd-hero-overlay {
  position: absolute;
  inset: 0;
}

.rd-hero-media img,
.rd-route-card img,
.rd-visual-frame img,
.rd-cta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rd-route-card img {
  transition: transform 320ms ease;
  transform-origin: center center;
}

.rd-hero-overlay {
  background:
    linear-gradient(180deg, rgba(14, 17, 22, 0.72) 0%, rgba(14, 17, 22, 0.48) 40%, rgba(14, 17, 22, 0.92) 100%),
    linear-gradient(90deg, rgba(14, 17, 22, 0.62) 0%, rgba(14, 17, 22, 0.08) 45%, rgba(14, 17, 22, 0.55) 100%);
}

.rd-hero-content {
  position: relative;
  z-index: 1;
  max-width: min(1180px, calc(100vw - 64px));
  margin: 0 auto;
  text-align: center;
}

.rd-eyebrow {
  margin: 0 0 24px;
  color: #6ecf8a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.rd-display,
.rd-section-title,
.rd-card-title {
  font-family: 'DM Serif Display', Georgia, serif;
}

.rd-display {
  margin: 0;
  font-size: clamp(3.6rem, 8vw, 6rem);
  line-height: 1;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.rd-display-accent {
  color: #6ecf8a;
}

.rd-display-line {
  display: block;
}

.rd-display-line--accent {
  color: #6ecf8a;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
}

.rd-hero-copy,
.rd-section-copy,
.rd-card-copy {
  color: #9399a7;
  line-height: 1.7;
}

.rd-hero-actions {
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.rd-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 30px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  transform: translateX(-50%);
}

.rd-scroll-indicator::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 10px;
  border-radius: 999px;
  background: #6ecf8a;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}

.rd-section {
  padding: 120px 0;
}

.rd-section-surface {
  width: 100%;
  overflow: hidden;
}

.rd-services-sticky-track {
  overflow: visible;
}

.rd-surface-dark {
  background: #090c11;
}

.rd-surface-soft {
  background: #171b22;
}

.rd-section-shell {
  padding: 44px 0;
}

.rd-section-panel,
.rd-cta {
  background: var(--rd-block-bg, #171b22);
  border-radius: 32px;
  box-shadow: 0 20px 60px -24px rgba(0, 0, 0, 0.42);
}

.rd-section-panel {
  padding: 40px;
}

.rd-section-shell .rd-section-header,
.rd-section-shell .rd-services-grid,
.rd-section-shell .rd-routes-grid,
.rd-section-shell .rd-benefits-grid,
.rd-section-shell .rd-steps-grid,
.rd-section-shell .rd-testimonials-grid {
  width: 100%;
}

.rd-section-shell .rd-section-header:last-child,
.rd-section-shell .rd-services-grid:last-child,
.rd-section-shell .rd-routes-grid:last-child,
.rd-section-shell .rd-benefits-grid:last-child,
.rd-section-shell .rd-steps-grid:last-child,
.rd-section-shell .rd-testimonials-grid:last-child {
  margin-bottom: 0;
}

.rd-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.rd-section-title {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
}

.rd-services-grid,
.rd-routes-grid,
.rd-benefits-grid,
.rd-steps-grid,
.rd-testimonials-grid,
.rd-footer-grid {
  display: grid;
  gap: 24px;
}

.rd-services-grid,
.rd-routes-grid,
.rd-benefits-grid,
.rd-steps-grid,
.rd-testimonials-grid,
.rd-footer-grid {
  display: grid;
  gap: 24px;
}

.rd-services-grid {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: stretch;
}

.rd-services-sticky-track {
  min-height: calc(var(--rd-service-steps, 3) * 100vh);
  padding: 0;
}

.rd-services-track-shell {
  width: 100%;
  min-height: inherit;
}

.rd-services-sticky-viewport {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.rd-services-sticky-panel {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.rd-services-sticky-inner {
  display: grid;
  gap: 56px;
  align-content: center;
  width: min(calc(100% - 32px), 1280px);
  margin: 0 auto;
  padding: 110px 0 56px;
}

.rd-services-intro {
  margin-bottom: 0;
}

.rd-services-intro .rd-section-title {
  margin-bottom: 0;
}

.rd-services-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 640px);
  gap: 64px;
  align-items: stretch;
  width: 100%;
}

.rd-services-copy-column {
  display: grid;
  gap: 34px;
  min-width: 0;
  align-content: start;
}

.rd-service-option {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  color: inherit;
  cursor: pointer;
  opacity: 0.24;
  transition: opacity 180ms ease;
}

.rd-service-option:hover,
.rd-service-option:focus-visible {
  opacity: 0.6;
  outline: none;
}

.rd-service-option.is-active {
  opacity: 1;
}

.rd-service-option-title {
  display: block;
  margin: 0 0 18px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
  line-height: 1.2;
  color: #eceae5;
}

.rd-service-option-copy {
  display: block;
  max-width: 760px;
  color: #8d94a4;
  font-size: 0.94rem;
  line-height: 1.62;
}

.rd-services-media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  min-height: 100%;
  height: 100%;
  width: 100%;
  justify-self: end;
  align-self: stretch;
}

.rd-services-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rd-services-indicators {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.rd-services-indicator {
  width: 28px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(105, 112, 124, 0.36);
  cursor: pointer;
  transition: background 180ms ease;
}

.rd-services-indicator.is-active {
  background: #6ecf8a;
}

.rd-services-indicator:hover,
.rd-services-indicator:focus-visible {
  background: rgba(120, 235, 176, 0.78);
  outline: none;
}

.rd-visual-frame,
.rd-route-card {
  position: relative;
  overflow: hidden;
}

.rd-visual-frame {
  min-height: 620px;
  border-radius: 36px;
}

.rd-routes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rd-routes-link-row {
  margin-top: 36px;
  text-align: center;
}

.rd-routes-link {
  color: #59cf86;
  transition: color 180ms ease;
}

.rd-routes-link:hover,
.rd-routes-link:focus-visible {
  color: #7df5a9;
  outline: none;
}

.rd-route-card {
  min-height: 520px;
  border-radius: 32px;
}

.rd-route-card:hover img,
.rd-route-card:focus-within img {
  transform: scale(1.05);
}

.rd-route-card::after,
.rd-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 17, 22, 0.05), rgba(14, 17, 22, 0.75));
}

.rd-route-card-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 214px;
  padding: 28px;
}

.rd-route-card-content .rd-card-title {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 74px;
  margin: 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
  line-height: 1.2;
  color: #eceae5;
}

.rd-route-card-content .rd-card-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 138px;
  margin: 0;
  color: #8d94a4;
  font-size: 0.94rem;
  line-height: 1.62;
}

.rd-route-meta,
.rd-footer-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rd-route-meta {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 28px;
  margin: 0;
  color: #6ecf8a;
}

.rd-benefits-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


.rd-benefit-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  padding: 44px 34px 26px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(44, 103, 67, 0.07), transparent 42%),
    linear-gradient(180deg, #11161d 0%, #10151b 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.rd-benefit-card:hover,
.rd-benefit-card:focus-within {
  border-color: rgba(88, 207, 135, 0.45);
  background:
    radial-gradient(circle at top left, rgba(55, 132, 84, 0.14), transparent 44%),
    linear-gradient(180deg, #12181f 0%, #10161d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(88, 207, 135, 0.12),
    0 20px 56px -28px rgba(17, 64, 35, 0.6);
  transform: translateY(-2px);
}

.rd-benefit-icon {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: rgba(32, 69, 48, 0.72);
  color: rgba(94, 209, 139, 0.82);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.rd-benefit-card:hover .rd-benefit-icon,
.rd-benefit-card:focus-within .rd-benefit-icon {
  background: rgba(39, 88, 59, 0.9);
  color: #78ebb0;
  box-shadow: 0 10px 30px -18px rgba(88, 207, 135, 0.6);
}

.rd-benefit-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.rd-benefit-title {
  margin: 18px 0 0;
  min-height: 92px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
  line-height: 1.2;
}

.rd-benefit-copy {
  margin: 0;
  color: #8d94a4;
  font-size: 0.94rem;
  line-height: 1.62;
}

.rd-steps-grid,
.rd-testimonials-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


.rd-process-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  padding: 40px 38px 30px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(44, 103, 67, 0.07), transparent 42%),
    linear-gradient(180deg, #11161d 0%, #10151b 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.rd-process-card:hover,
.rd-process-card:focus-within {
  border-color: rgba(88, 207, 135, 0.45);
  background:
    radial-gradient(circle at top left, rgba(55, 132, 84, 0.14), transparent 44%),
    linear-gradient(180deg, #12181f 0%, #10161d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(88, 207, 135, 0.12),
    0 20px 56px -28px rgba(17, 64, 35, 0.6);
  transform: translateY(-2px);
}

.rd-process-card:hover .rd-step,
.rd-process-card:focus-within .rd-step {
  color: rgba(120, 235, 176, 0.62);
}

.rd-process-title {
  margin: 8px 0 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
  line-height: 1.2;
}

.rd-process-copy {
  margin: 0;
  color: #8d94a4;
  font-size: 0.94rem;
  line-height: 1.62;
}

.rd-step {
  margin: 0;
  color: rgba(110, 207, 138, 0.28);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(3.2rem, 4vw, 4rem);
  line-height: 0.9;
  transition: color 180ms ease;
}

.rd-testimonial-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  padding: 40px 38px 28px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(44, 103, 67, 0.07), transparent 42%),
    linear-gradient(180deg, #11161d 0%, #10151b 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.rd-testimonial-card:hover,
.rd-testimonial-card:focus-within {
  border-color: rgba(88, 207, 135, 0.45);
  background:
    radial-gradient(circle at top left, rgba(55, 132, 84, 0.14), transparent 44%),
    linear-gradient(180deg, #12181f 0%, #10161d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(88, 207, 135, 0.12),
    0 20px 56px -28px rgba(17, 64, 35, 0.6);
  transform: translateY(-2px);
}

.rd-testimonial-card:hover .rd-stars,
.rd-testimonial-card:focus-within .rd-stars {
  color: #78ebb0;
}

.rd-stars {
  margin: 0;
  color: #6ecf8a;
  letter-spacing: 0.18em;
  transition: color 180ms ease;
}

.rd-testimonial-quote {
  margin: 12px 0 0;
  color: #8d94a4;
  font-size: 0.94rem;
  line-height: 1.62;
}

.rd-testimonial-meta {
  margin-top: auto;
  padding-top: 18px;
}

.rd-author {
  margin: 0;
  font-weight: 700;
}

.rd-testimonial-role {
  margin: 6px 0 0;
  color: #8d94a4;
  font-size: 0.94rem;
  line-height: 1.5;
}

.rd-cta-section {
  padding: 0;
}

.rd-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 32px;
}

.rd-cta-band {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}

.rd-cta img {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  filter: blur(10px);
  transform: scale(1.06);
}

.rd-cta-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.rd-footer-band {
  width: 100%;
  margin-top: 0;
  background: #090c11;
}

.rd-footer {
  padding: 48px 0 36px;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.rd-footer-top {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  margin-bottom: 28px;
}

.rd-footer-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 36px;
}

.rd-footer-title {
  margin: 0 0 18px;
  color: #eceae5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.rd-footer-title-link {
  display: inline-block;
  text-decoration: none;
}

.rd-footer-links {
  display: grid;
  gap: 18px;
}

.rd-footer-link,
.rd-socials a {
  color: #59cf86;
  transition: color 180ms ease;
}

.rd-footer-link:hover,
.rd-socials a:hover {
  color: #7df5a9;
}

.rd-footer-tagline {
  margin: 0;
  justify-self: end;
  text-align: right;
}

.rd-footer .rd-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.rd-social-link-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.rd-social-link-card img {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
}

.rd-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #9399a7;
}

@keyframes bounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 8px);
  }
}

@media (max-width: 1100px) {
  .rd-services-grid,
  .rd-footer-top {
    grid-template-columns: 1fr;
    display: grid;
  }

  .rd-footer-tagline {
    justify-self: start;
    text-align: left;
  }

  .rd-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .rd-footer .rd-socials {
    justify-content: flex-start;
  }

  .rd-services-showcase-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rd-services-media-frame {
    min-height: 460px;
  }

  .rd-routes-grid,
  .rd-benefits-grid,
  .rd-steps-grid,
  .rd-testimonials-grid,
  .rd-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-benefit-card,
  .rd-process-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .rd-container {
    width: min(calc(100% - 24px), 1280px);
  }

  .rd-header-inner {
    height: 64px;
  }

  .rd-nav-links,
  .rd-lang-list {
    display: none;
  }

  .rd-btn {
    width: 100%;
  }

  .rd-hero {
    align-items: flex-end;
    padding: 120px 0 72px;
  }

  .rd-hero-content {
    text-align: left;
  }

  .rd-section {
    padding: 88px 0;
  }

  .rd-cta-section {
    padding: 0;
  }

  .rd-services-grid,
  .rd-routes-grid,
  .rd-benefits-grid,
  .rd-steps-grid,
  .rd-testimonials-grid,
  .rd-footer-grid {
    grid-template-columns: 1fr;
  }

  .rd-services-sticky-track {
    min-height: auto;
    padding: 88px 0;
  }

  .rd-services-sticky-viewport {
    position: static;
    height: auto;
    overflow: visible;
  }

  .rd-services-sticky-panel {
    min-height: auto;
    display: block;
  }

  .rd-services-sticky-inner {
    padding: 0;
    gap: 32px;
  }

  .rd-services-showcase-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rd-service-option-title {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }

  .rd-service-option-copy {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .rd-services-media-frame {
    min-height: 320px;
  }

  .rd-benefit-card,
  .rd-process-card,
  .rd-testimonial-card {
    min-height: 0;
    padding: 32px 24px 24px;
  }

  .rd-benefit-icon {
    width: 68px;
    height: 68px;
  }

  .rd-benefit-icon svg {
    width: 24px;
    height: 24px;
  }

  .rd-process-title {
    font-size: 1.5rem;
  }

  .rd-visual-frame,
  .rd-route-card {
    min-height: 420px;
  }

  .rd-footer-top {
    display: grid;
  }
}


.rd-page-hero {
  padding: 11.5rem 0 48px;
}

.rd-page-hero-inner,
.rd-page-stack {
  display: grid;
  gap: 22px;
}

.rd-page-hero-inner {
  justify-items: center;
  text-align: center;
}

.rd-page-title {
  margin: 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(3rem, 6vw, 4.75rem);
  line-height: 1.05;
}

.rd-page-subtitle {
  margin: 0;
  max-width: 760px;
  color: #9399a7;
  font-size: 1.15rem;
  line-height: 1.7;
}

.rd-service-showcase,
.rd-team-layout,
.rd-contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.rd-service-showcase + .rd-service-showcase {
  margin-top: 28px;
}

.rd-media-card {
  overflow: hidden;
  border-radius: 32px;
  min-height: 420px;
  background: rgba(22, 26, 34, 0.72);
  border: 1px solid rgba(255,255,255,0.08);
}

.rd-service-copy-card,
.rd-team-copy,
.rd-channel-card,
.rd-form-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.rd-team-media {
  min-height: 520px;
}

.rd-channel-list,
.rd-form-grid {
  display: grid;
  gap: 16px;
}

.rd-channel-item {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.rd-channel-label,
.rd-form-grid span {
  color: #9399a7;
  font-size: 14px;
}

.rd-form-grid input,
.rd-form-grid textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  color: #eceae5;
  padding: 14px 16px;
  font: inherit;
}

.rd-form-grid input::placeholder,
.rd-form-grid textarea::placeholder {
  color: #6f7785;
}

.rd-form-full {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .rd-service-showcase,
  .rd-team-layout,
  .rd-contact-layout {
    grid-template-columns: 1fr;
  }
}


.rd-detail-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.rd-detail-media {
  min-height: 560px;
}

.rd-detail-copy-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.rd-feature-list {
  display: grid;
  gap: 12px;
}

.rd-feature-item {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: #eceae5;
}

.rd-detail-actions {
  justify-content: flex-start;
}

.rd-onroute-shell {
  display: grid;
  gap: 56px;
}

.rd-onroute-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 56px;
  align-items: center;
}

.rd-onroute-media {
  min-height: 410px;
}

.rd-onroute-included {
  display: grid;
  gap: 30px;
  align-content: center;
}

.rd-onroute-included-title {
  margin: 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2rem, 3.1vw, 2.8rem);
  line-height: 1.08;
  color: #eceae5;
}

.rd-onroute-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 22px;
}

.rd-onroute-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  color: #eceae5;
  font-size: 1.05rem;
  line-height: 1.5;
}

.rd-onroute-check {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(53, 131, 79, 0.18);
  color: #66dc94;
}

.rd-onroute-check svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 900px) {
  .rd-detail-layout {
    grid-template-columns: 1fr;
  }

  .rd-detail-media {
    min-height: 420px;
  }

  .rd-onroute-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rd-onroute-media {
    min-height: 320px;
  }
}


.rd-legal-card {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.rd-media-placeholder {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: rgba(110, 207, 138, 0.7);
  background: radial-gradient(circle at center, rgba(110,207,138,0.14), rgba(255,255,255,0.02));
}


.rd-preview-hub {
  min-height: 100vh;
  padding: 120px 0 64px;
}

.rd-preview-hero {
  max-width: 760px;
  margin-bottom: 40px;
}

.rd-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rd-preview-card {
  display: grid;
  gap: 18px;
}

.rd-preview-links {
  display: grid;
  gap: 10px;
}

.rd-preview-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--rd-text);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.rd-preview-link:hover {
  transform: translateY(-1px);
  border-color: rgba(110, 207, 138, 0.35);
  background: rgba(110, 207, 138, 0.08);
}

@media (max-width: 960px) {
  .rd-preview-grid {
    grid-template-columns: 1fr;
  }
}

.rd-page-hero-deep {
  padding-bottom: 28px;
}

.rd-section-tight-top {
  padding-top: 28px;
}

.rd-page-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.rd-editorial-card,
.rd-notes-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.rd-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rd-metric-card {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 168px;
}

.rd-metric-card strong {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  color: #6ecf8a;
}

.rd-metric-card span,
.rd-route-detail {
  color: #b2b7c2;
  line-height: 1.7;
}

.rd-service-media-card {
  min-height: 560px;
}

.rd-service-showcase.is-reversed .rd-media-card {
  order: 2;
}

.rd-service-showcase.is-reversed .rd-service-copy-card {
  order: 1;
}

.rd-service-editorial-card {
  padding: 36px;
}

.rd-service-kicker-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rd-service-tag,
.rd-note-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(110, 207, 138, 0.1);
  border: 1px solid rgba(110, 207, 138, 0.22);
  color: #bfe8ca;
  font-size: 13px;
  font-weight: 600;
}

.rd-service-actions {
  padding-top: 8px;
}

.rd-note-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rd-routes-page-intro {
  padding-top: 11.5rem;
}

.rd-section-heading {
  display: grid;
  gap: 22px;
}

.rd-section-heading-centered {
  margin-inline: auto;
  text-align: center;
  align-items: center;
  justify-items: center;
}

.rd-section-heading-centered .rd-section-copy {
  margin-inline: auto;
  text-align: center;
}

.rd-section-copy-secondary {
  max-width: 72rem;
  margin-top: 14px;
}

.rd-services-page-shell {
  padding-top: 11.5rem;
}

.rd-services-page-stack {
  display: grid;
  gap: 52px;
}

.rd-services-page-heading .rd-section-copy {
  max-width: 52rem;
}

.rd-service-detail-heading {
  max-width: 52rem;
  margin: 0 auto;
  padding-top: 0;
}

.rd-services-page-cards {
  display: grid;
  gap: 44px;
}

.rd-service-page-card {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 0;
  overflow: hidden;
  border-radius: 32px;
  background: #11151b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.rd-service-page-media {
  min-height: 386px;
  overflow: hidden;
}

.rd-service-page-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rd-service-page-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  padding: 54px 56px;
}

.rd-service-page-title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.rd-service-page-body {
  margin: 0;
  max-width: 34rem;
  color: #9399a7;
  font-size: 1.1rem;
  line-height: 1.72;
}

.rd-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: #6ecf8a;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.rd-inline-link:hover,
.rd-inline-link:focus-visible {
  color: #8ff2ab;
  outline: none;
}

.rd-inline-link span {
  transition: transform 180ms ease;
}

.rd-inline-link:hover span,
.rd-inline-link:focus-visible span {
  transform: translateX(3px);
}

.rd-about-story-shell {
  padding-top: 11.5rem;
}

.rd-about-story-stack {
  display: grid;
  gap: 58px;
}

.rd-about-story-copy {
  display: grid;
  gap: 22px;
  justify-items: center;
  text-align: center;
}

.rd-about-story-title {
  margin: 0;
  max-width: 52rem;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #eceae5;
}

.rd-about-story-body {
  margin: 0;
  max-width: 72rem;
  color: #9399a7;
  font-size: 1.15rem;
  line-height: 1.7;
  text-align: center;
}

.rd-about-story-body-secondary {
  margin-top: 14px;
}

.rd-about-story-image {
  overflow: hidden;
  border-radius: 32px;
}

.rd-about-story-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.rd-blog-story-shell {
  padding-top: 11.5rem;
}

.rd-blog-story-stack {
  display: grid;
  gap: 32px;
}

.rd-blog-story-copy {
  display: grid;
  gap: 22px;
  justify-items: center;
  text-align: center;
  max-width: 52rem;
  margin: 0 auto;
}

.rd-blog-story-status {
  margin: 0;
  margin-top: 14px;
  max-width: 40rem;
  padding: 16px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  color: #6ecf8a;
  font-size: 1.08rem;
  line-height: 1.7;
}

.rd-page-hero .rd-eyebrow,
.rd-section-heading .rd-eyebrow,
.rd-about-story-copy .rd-eyebrow,
.rd-blog-story-copy .rd-eyebrow {
  margin: 0;
}

.rd-section-heading .rd-section-title,
.rd-about-story-copy .rd-about-story-title,
.rd-blog-story-copy .rd-about-story-title {
  margin: 0;
}

.rd-section-heading .rd-section-copy,
.rd-about-story-copy .rd-about-story-body,
.rd-blog-story-copy .rd-about-story-body {
  margin: 0;
}

.rd-contact-cards-shell {
  max-width: 78rem;
  margin: 0 auto;
}

.rd-contact-cards-stack {
  display: grid;
  gap: 24px;
}

.rd-channel-panel {
  gap: 10px;
  padding: 30px 36px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.rd-channel-panel strong {
  color: #eceae5;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.15;
  font-weight: 700;
}

.rd-channel-panel small {
  color: #b2b7c2;
  font-size: 1rem;
  line-height: 1.55;
}

.rd-channel-panel:hover {
  border-color: rgba(110, 207, 138, 0.26);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.rd-routes-showcase {
  display: grid;
  gap: 54px;
}

.rd-routes-grid-showcase {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.rd-routes-note {
  margin: 2.8rem auto 0;
  max-width: 68rem;
  text-align: center;
  color: #6ecf8a;
  font-size: 1.05rem;
  line-height: 1.8;
}

.rd-route-card-showcase {
  display: grid;
  grid-template-rows: 414px 156px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #11161d 0%, #0e1319 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.rd-route-card-showcase::after {
  display: none;
}

.rd-route-card-showcase:hover,
.rd-route-card-showcase:focus-within {
  border-color: rgba(88, 207, 135, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(88, 207, 135, 0.12),
    0 20px 56px -28px rgba(17, 64, 35, 0.6);
}

.rd-route-image-shell {
  position: relative;
  height: 414px;
  overflow: hidden;
}

.rd-route-image-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease;
}

.rd-route-card-showcase:hover .rd-route-image-shell img,
.rd-route-card-showcase:focus-within .rd-route-image-shell img {
  transform: scale(1.05);
}

.rd-route-pill {
  position: absolute;
  top: 22px;
  left: 24px;
  margin: 0;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(91, 97, 96, 0.82);
  color: #66dc94;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  z-index: 1;
}

.rd-route-card-bottom {
  display: grid;
  grid-template-rows: minmax(3.3rem, auto) auto;
  align-content: start;
  gap: 10px;
  height: 156px;
  padding: 22px 28px 20px;
  background: #10151b;
  overflow: hidden;
}

.rd-route-card-bottom .rd-card-title {
  margin: 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
  line-height: 1.2;
  color: #eceae5;
}

.rd-route-level.rd-card-copy {
  margin: 0;
  color: #8d94a4;
  font-size: 0.94rem;
  line-height: 1.62;
}

.rd-route-card-skeleton {
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.015);
}

.rd-route-card-skeleton:hover,
.rd-route-card-skeleton:focus-within {
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.015);
}

.rd-route-card-skeleton .rd-route-image-shell,
.rd-route-card-skeleton .rd-route-card-bottom {
  position: relative;
}

.rd-skeleton-block {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(221, 225, 231, 0.12) 0%, rgba(208, 214, 221, 0.08) 100%);
}

.rd-skeleton-block::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.08) 42%,
    rgba(110, 207, 138, 0.12) 52%,
    rgba(255, 255, 255, 0.08) 62%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: rd-skeleton-shimmer 2.6s ease-in-out infinite;
}

.rd-skeleton-image {
  background: linear-gradient(180deg, rgba(210, 216, 223, 0.12) 0%, rgba(190, 197, 205, 0.08) 100%);
}

.rd-route-pill-skeleton {
  position: absolute;
  top: 22px;
  left: 24px;
  width: 176px;
  height: 42px;
  border-radius: 999px;
}

.rd-route-card-bottom-skeleton {
  gap: 14px;
}

.rd-skeleton-title {
  width: min(78%, 15rem);
  height: 34px;
  border-radius: 12px;
}

.rd-skeleton-copy-group {
  display: grid;
  gap: 10px;
}

.rd-skeleton-line {
  width: 100%;
  height: 17px;
  border-radius: 999px;
}

.rd-skeleton-line-short {
  width: 72%;
}

@keyframes rd-skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 900px) {
  .rd-service-showcase.is-reversed .rd-media-card,
  .rd-service-showcase.is-reversed .rd-service-copy-card {
    order: initial;
  }

  .rd-service-media-card {
    min-height: 420px;
  }

  .rd-service-page-card {
    grid-template-columns: 1fr;
  }

  .rd-service-page-media {
    min-height: 360px;
  }

  .rd-service-page-copy {
    padding: 34px 30px 32px;
  }

  .rd-about-story-copy {
    gap: 38px;
  }

  .rd-about-story-body {
    font-size: 1.05rem;
  }

  .rd-blog-story-copy {
    gap: 18px;
  }

  .rd-blog-story-status {
    margin-top: 10px;
    padding: 14px 18px;
    font-size: 1rem;
  }
}

.rd-team-layout-editorial,
.rd-contact-layout-editorial {
  gap: 32px;
}

.rd-team-copy-editorial {
  gap: 22px;
}

.rd-metric-strip-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
}

.rd-metric-card-compact {
  min-height: 0;
  padding: 20px;
}

.rd-team-media-editorial {
  min-height: 620px;
}

.rd-channel-card-editorial,
.rd-form-card-editorial {
  gap: 22px;
}

.rd-channel-item-rich small {
  color: #b2b7c2;
  line-height: 1.5;
}

.rd-form-actions-row {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1100px) {
  .rd-metric-strip-compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .rd-team-media-editorial {
    min-height: 420px;
  }
}

.rd-header-cta {
  white-space: nowrap;
}

.rd-mobile-nav {
  display: none;
  position: relative;
}

.rd-mobile-toggle {
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.rd-mobile-toggle::-webkit-details-marker {
  display: none;
}

.rd-mobile-toggle span {
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: #eceae5;
}

.rd-mobile-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(360px, calc(100vw - 24px));
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(18, 22, 30, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.6);
}

.rd-mobile-links,
.rd-mobile-sublinks {
  display: grid;
  gap: 10px;
}

.rd-mobile-group {
  display: grid;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.rd-mobile-group:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rd-mobile-link,
.rd-mobile-sublink {
  color: #eceae5;
  text-decoration: none;
}

.rd-mobile-link {
  font-size: 16px;
  font-weight: 600;
}

.rd-mobile-sublink {
  color: #b2b7c2;
  font-size: 14px;
  padding-left: 14px;
}

.rd-mobile-langs {
  display: flex;
  gap: 12px;
  padding-top: 4px;
}

.rd-legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rd-legal-card {
  max-width: none;
  margin: 0;
  display: grid;
  gap: 18px;
  min-height: 100%;
}

@media (max-width: 760px) {
  .rd-nav-links,
  .rd-header-actions,
  .rd-header-languages {
    display: none;
  }

  .rd-nav {
    position: static;
    transform: none;
    margin-left: auto;
  }

  .rd-mobile-nav {
    display: block;
  }

  .rd-header-inner {
    gap: 16px;
  }

  .rd-header {
    background: rgba(14, 17, 22, 0.78);
    backdrop-filter: blur(18px);
  }

  .rd-header .rd-wordmark {
    height: 24px;
  }
}

@media (max-width: 1100px) {
  .rd-legal-grid {
    grid-template-columns: 1fr;
  }
}


.rd-mobile-nav[open] .rd-mobile-toggle {
  background: rgba(110, 207, 138, 0.12);
  border-color: rgba(110, 207, 138, 0.28);
}

.rd-mobile-nav[open] .rd-mobile-toggle span {
  background: #6ecf8a;
}

.rd-mobile-link:hover,
.rd-mobile-sublink:hover {
  color: #6ecf8a;
}

.rd-mobile-panel .rd-lang-item {
  color: #b2b7c2;
  text-decoration: none;
}


.rd-tone-1 {
  --rd-block-bg: #171b22;
  --rd-card-bg: #1d2129;
  --rd-card-active-bg: #222730;
}

.rd-tone-2 {
  --rd-block-bg: #141920;
  --rd-card-bg: #1a1f27;
  --rd-card-active-bg: #20252e;
}

.rd-tone-3 {
  --rd-block-bg: #181c24;
  --rd-card-bg: #1f242d;
  --rd-card-active-bg: #252b35;
}

.rd-tone-4 {
  --rd-block-bg: #1b1f27;
  --rd-card-bg: #20252e;
  --rd-card-active-bg: #262c36;
}

.rd-tone-5 {
  --rd-block-bg: #161b22;
  --rd-card-bg: #1d222b;
  --rd-card-active-bg: #232933;
}

.rd-visual-frame,
.rd-media-card,
.rd-channel-item,
.rd-feature-item {
  border: 0;
}

.rd-media-card {
  background: var(--rd-card-bg, #1d2129);
}

.rd-channel-item,
.rd-feature-item {
  background: rgba(255, 255, 255, 0.035);
}

.rd-section-shell.rd-tone-1,
.rd-section-shell.rd-tone-3,
.rd-section-shell.rd-tone-5 {
  --rd-block-bg: transparent;
}

.rd-section-shell.rd-tone-2,
.rd-section-shell.rd-tone-4 {
  --rd-block-bg: transparent;
}

.rd-section-shell .rd-card,
.rd-section-shell .rd-visual-frame,
.rd-section-shell .rd-route-card {
  background: var(--rd-card-bg, #1d2129);
}

.rd-section-shell .rd-route-card {
  border-radius: 32px;
}
