.rt-areas-page {
  --rt-areas-black: #080b10;
  --rt-areas-panel: #10141b;
  --rt-areas-red: #ed1c24;
  --rt-areas-paper: #f3f0eb;
  --rt-areas-line: rgba(12, 16, 23, 0.15);
  overflow: clip;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--rt-areas-paper);
  color: #11151c;
}

.rt-areas-page *,
.rt-areas-page *::before,
.rt-areas-page *::after {
  box-sizing: border-box;
}

.rt-areas-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--rt-areas-red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rt-areas-kicker > span {
  width: 34px;
  height: 2px;
  background: currentColor;
  flex: 0 0 auto;
}

.rt-areas-kicker--dark {
  color: var(--rt-areas-red);
}

.rt-areas-kicker--black {
  color: #090b0f;
}

.rt-areas-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: var(--rt-areas-black);
  color: #fff;
  isolation: isolate;
}

.rt-areas-hero__media,
.rt-areas-hero__overlay {
  position: absolute;
  inset: 0;
}

.rt-areas-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.68) contrast(1.08) brightness(0.8);
}

.rt-areas-hero__overlay {
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.98) 0%, rgba(5, 8, 12, 0.88) 39%, rgba(5, 8, 12, 0.18) 72%, rgba(5, 8, 12, 0.38) 100%),
    linear-gradient(0deg, rgba(5, 8, 12, 0.78) 0%, transparent 42%);
  z-index: 1;
}

.rt-areas-hero::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  z-index: 2;
  pointer-events: none;
  background: var(--rt-areas-red);
}

.rt-areas-hero__container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 640px;
  padding-top: 76px;
  padding-bottom: 76px;
}

.rt-areas-hero__content {
  width: min(760px, 58vw);
}

.rt-areas-hero h1,
.rt-areas-section-head h2,
.rt-areas-directory__header h2,
.rt-areas-routes__header h2,
.rt-areas-process h2 {
  margin: 0;
  font-family: var(--rt-font-heading);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.86;
  text-transform: uppercase;
}

.rt-areas-hero h1 {
  max-width: 760px;
  font-size: clamp(4.2rem, 6.7vw, 8rem);
}

.rt-areas-hero h1 span {
  display: block;
}

.rt-areas-hero h1 span:first-child {
  color: #fff;
}

.rt-areas-hero h1 span:last-child {
  color: var(--rt-areas-red);
}

.rt-areas-hero__description {
  max-width: 690px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.75;
}

.rt-areas-hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.rt-areas-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 0 70px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 5px;
  color: #fff;
  font-family: var(--rt-font-heading, "Roboto Condensed", sans-serif);
  text-decoration: none;
  transition: border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.rt-areas-button strong {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.rt-areas-button > span {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  background: #fff;
  border-radius: 4px;
  color: #0b0e13;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13);
  transition: left 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s ease;
}

.rt-areas-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.rt-areas-button--primary {
  min-width: 305px;
  background: linear-gradient(135deg, #f1262e, #d00912);
  border-color: var(--rt-areas-red);
  box-shadow: 0 16px 34px rgba(237, 28, 36, 0.2);
}

.rt-areas-button--primary:hover,
.rt-areas-button--primary:focus-visible {
  border-color: #f4474e;
  color: #fff;
  box-shadow: 0 20px 42px rgba(237, 28, 36, 0.3);
}

.rt-areas-button--secondary {
  min-width: 268px;
  background: rgba(7, 10, 15, 0.62);
}

.rt-areas-button--secondary > span {
  background: #fff;
  color: #0b0e13;
}

.rt-areas-button:hover,
.rt-areas-button:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
  transform: translateY(-2px);
}

.rt-areas-button:hover > span,
.rt-areas-button:focus-visible > span {
  left: calc(100% - 58px);
}

.rt-areas-button:hover strong,
.rt-areas-button:focus-visible strong {
  transform: translateX(-16px);
}

.rt-areas-button strong.is-typing::after {
  display: inline-block;
  width: 1px;
  height: 0.95em;
  margin-left: 2px;
  background: currentColor;
  content: '';
  animation: rtTypingCaret 0.65s steps(1, end) infinite;
}

.rt-areas-hero__status {
  position: absolute;
  right: 0;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 11, 16, 0.82);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rt-areas-hero__status i,
.rt-areas-map__live i,
.rt-area-card__foot i {
  width: 7px;
  height: 7px;
  background: #35d07f;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(53, 208, 127, 0.1);
}

.rt-areas-coverage,
.rt-areas-routes {
  position: relative;
  padding: 104px 0 112px;
  background-color: var(--rt-areas-paper);
}

.rt-areas-section-head,
.rt-areas-routes__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 48px;
}

.rt-areas-section-head h2 {
  max-width: 820px;
  font-size: clamp(3.2rem, 4.8vw, 5.75rem);
  line-height: 0.91;
}

.rt-areas-section-head h2 span {
  display: block;
}

.rt-areas-section-head > p,
.rt-areas-routes__header > p {
  margin: 0;
  color: #56606f;
  font-size: 1rem;
  line-height: 1.75;
}

.rt-areas-map {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, 0.68fr);
  min-height: 570px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--rt-areas-black);
  box-shadow: 0 26px 70px rgba(10, 13, 18, 0.14);
}

.rt-areas-map__frame {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #d8d4ce;
}

.rt-areas-map__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset -20px 0 46px rgba(8, 11, 16, 0.26);
}

.rt-areas-map__link {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.rt-areas-map__link img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  filter: grayscale(0.36) contrast(1.08) brightness(0.64);
  transition: filter 0.3s ease, transform 0.55s ease;
}

.rt-areas-map__link span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(11, 14, 19, 0.9);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rt-areas-map__link:hover img,
.rt-areas-map__link:focus-visible img {
  filter: grayscale(0.12) contrast(1.05) brightness(0.74);
  transform: scale(1.025);
}

.rt-areas-map__link:focus-visible {
  outline: 3px solid var(--rt-areas-red);
  outline-offset: -3px;
}

.rt-areas-map__empty {
  display: grid;
  min-height: 570px;
  padding: 40px;
  place-items: center;
  color: #5d6673;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.rt-areas-map__live {
  position: absolute;
  top: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: #0b0e13;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rt-areas-map__panel {
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-left: 4px solid var(--rt-areas-red);
  background: #0b0f15;
  color: #fff;
}

.rt-areas-map__hub {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rt-areas-map__hub svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--rt-areas-red);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.rt-areas-map__hub span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #777f8d;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rt-areas-map__hub strong {
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.07em;
}

.rt-areas-map__brief {
  margin: auto 0;
  padding: 42px 0;
}

.rt-areas-map__brief > span {
  display: block;
  margin-bottom: 14px;
  color: var(--rt-areas-red);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rt-areas-map__brief h3 {
  max-width: 330px;
  margin: 0;
  color: #fff;
  font-family: var(--rt-font-heading);
  font-size: clamp(2.15rem, 2.65vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.rt-areas-map__brief p {
  max-width: 370px;
  margin: 24px 0 0;
  color: #8f98a7;
  font-size: 0.78rem;
  line-height: 1.6;
}

.rt-areas-map__panel > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.rt-areas-map__panel > a:hover {
  background: #fff;
  color: #0b0e13;
}

.rt-areas-map__panel > a svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.rt-areas-directory {
  position: relative;
  padding: 104px 0 92px;
  overflow: hidden;
  background: #0b0f15;
  color: #fff;
}

.rt-areas-directory::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: min(32vw, 520px);
  height: 4px;
  background: var(--rt-areas-red);
}

.rt-areas-directory > .rt-container {
  position: relative;
  z-index: 1;
}

.rt-areas-directory__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.rt-areas-directory__header h2 {
  max-width: 850px;
  color: #fff;
  font-size: clamp(3.1rem, 4.8vw, 5.55rem);
  line-height: 0.92;
}

.rt-areas-directory__header > span {
  display: flex;
  flex-direction: column;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: #737c89;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rt-areas-directory__header > span strong {
  color: var(--rt-areas-red);
  font-family: var(--rt-font-heading);
  font-size: 3rem;
  line-height: 1;
}

.rt-areas-directory__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 52px;
}

.rt-area-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 205px;
  padding: 30px 0 28px 92px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  transition: border-color 0.25s ease;
}

.rt-area-card::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--rt-areas-red);
  transition: width 0.3s ease;
}

.rt-area-card:hover::before {
  width: 100%;
}

.rt-area-card__top {
  position: absolute;
  top: 32px;
  left: 0;
  display: flex;
  width: 68px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.rt-area-card__top span {
  color: var(--rt-areas-red);
  font-family: var(--rt-font-heading);
  font-size: 2rem;
  line-height: 1;
}

.rt-area-card__top small {
  color: #707987;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rt-area-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--rt-font-heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.rt-area-card > p {
  margin: 0;
  color: #9098a5;
  font-size: 0.82rem;
  line-height: 1.6;
}

.rt-area-card__foot {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 22px;
  color: #707987;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rt-area-card__foot i {
  width: 6px;
  height: 6px;
}

.rt-areas-directory__note {
  margin: 30px 0 0;
  color: #7b8491;
  font-size: 0.78rem;
  text-align: left;
}

.rt-areas-directory__note a {
  margin-left: 10px;
  color: #fff;
  font-weight: 800;
  text-decoration-color: var(--rt-areas-red);
  text-underline-offset: 4px;
}

.rt-areas-routes__header {
  align-items: end;
}

.rt-areas-routes__header h2 {
  max-width: 820px;
  font-size: clamp(3.2rem, 4.8vw, 5.75rem);
  line-height: 0.92;
}

.rt-areas-routes__grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--rt-areas-line);
}

.rt-route-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) 1fr;
  gap: 44px;
  align-items: center;
  min-height: 148px;
  padding: 26px 8px 26px 0;
  border-bottom: 1px solid var(--rt-areas-line);
  transition: padding-left 0.25s ease;
}

.rt-route-card:hover {
  padding-left: 18px;
}

.rt-route-card > strong {
  color: var(--rt-areas-red);
  font-family: var(--rt-font-heading);
  font-size: clamp(3.3rem, 4.3vw, 5.1rem);
  font-weight: 700;
  line-height: 1;
  transition: color 0.25s ease;
}

.rt-route-card:hover > strong {
  color: #11151c;
}

.rt-route-card h3 {
  margin: 0 0 9px;
  font-family: var(--rt-font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rt-route-card p {
  max-width: 720px;
  margin: 0;
  color: #646d7a;
  font-size: 0.8rem;
  line-height: 1.55;
  transition: color 0.25s ease;
}

.rt-route-card:hover h3 {
  color: var(--rt-areas-red);
}

.rt-areas-process {
  position: relative;
  overflow: hidden;
  padding: 102px 0 108px;
  background: #0b0f15;
  color: #fff;
}

.rt-areas-process::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: min(30vw, 460px);
  height: 4px;
  background: var(--rt-areas-red);
}

.rt-areas-process__grid {
  position: relative;
  z-index: 1;
  display: block;
}

.rt-areas-process header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.62fr);
  gap: 96px;
  align-items: end;
}

.rt-areas-process h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(3.4rem, 5.1vw, 6.1rem);
  line-height: 0.9;
}

.rt-areas-process__intro {
  padding: 8px 0 8px 30px;
  border-left: 2px solid var(--rt-areas-red);
}

.rt-areas-process__intro > span {
  display: flex;
  align-items: baseline;
  gap: 13px;
  color: #717b89;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rt-areas-process__intro > span strong {
  color: var(--rt-areas-red);
  font-family: var(--rt-font-heading);
  font-size: 2.3rem;
  letter-spacing: 0;
  line-height: 1;
}

.rt-areas-process__intro > p {
  max-width: 520px;
  margin: 24px 0 0;
  color: #8d96a4;
  font-size: 0.95rem;
  line-height: 1.75;
}

.rt-areas-process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 66px 0 0;
  padding: 0;
  list-style: none;
}

.rt-areas-process li {
  position: relative;
  display: block;
  min-height: 285px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.rt-areas-process li:hover {
  border-color: var(--rt-areas-red);
  background-color: rgba(237, 28, 36, 0.045);
  transform: translateY(-4px);
}

.rt-areas-process li > span {
  color: var(--rt-areas-red);
  font-family: var(--rt-font-heading);
  font-size: 3.5rem;
  line-height: 1;
}

.rt-areas-process h3 {
  margin: 62px 0 12px;
  color: #fff;
  font-family: var(--rt-font-heading);
  font-size: 1.72rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.rt-areas-process li p {
  max-width: 570px;
  margin: 0;
  color: #8d96a4;
  font-size: 0.84rem;
  line-height: 1.65;
}

@media (max-width: 1200px) {
  .rt-areas-hero__content {
    width: min(720px, 70vw);
  }

  .rt-areas-section-head,
  .rt-areas-routes__header,
  .rt-areas-process header {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .rt-areas-section-head > p,
  .rt-areas-routes__header > p {
    max-width: 720px;
  }

  .rt-areas-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .rt-areas-hero {
    min-height: 640px;
  }

  .rt-areas-hero__content {
    width: 84vw;
  }

  .rt-areas-hero__status {
    display: none;
  }

  .rt-areas-map {
    grid-template-columns: 1fr;
  }

  .rt-areas-map__frame,
  .rt-areas-map__link img {
    min-height: 500px;
  }

  .rt-areas-map__panel {
    min-height: 400px;
    border-top: 4px solid var(--rt-areas-red);
    border-left: 0;
  }

  .rt-areas-routes__grid {
    grid-template-columns: 1fr;
  }

  .rt-areas-directory__grid {
    grid-template-columns: 1fr;
  }

  .rt-areas-process ol {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .rt-areas-process li {
    min-height: auto;
    padding-bottom: 34px;
  }
}

@media (max-width: 782px) {
  .rt-areas-hero {
    min-height: auto;
  }

  .rt-areas-hero__media img {
    object-position: 48% center;
  }

  .rt-areas-hero__overlay {
    background: linear-gradient(90deg, rgba(5, 8, 12, 0.98), rgba(5, 8, 12, 0.78)), linear-gradient(0deg, #05080c, transparent 55%);
  }

  .rt-areas-hero__container {
    min-height: 650px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .rt-areas-hero__content {
    width: 100%;
  }

  .rt-areas-hero h1 {
    font-size: clamp(3.55rem, 16.2vw, 5.6rem);
    line-height: 0.88;
  }

  .rt-areas-hero__description {
    margin-top: 24px;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .rt-areas-hero__actions {
    display: grid;
    gap: 10px;
    margin-top: 26px;
  }

  .rt-areas-button,
  .rt-areas-button--primary,
  .rt-areas-button--secondary {
    width: 100%;
    min-width: 0;
  }

  .rt-areas-coverage,
  .rt-areas-routes {
    padding: 78px 0;
  }

  .rt-areas-section-head,
  .rt-areas-routes__header {
    gap: 24px;
    margin-bottom: 40px;
  }

  .rt-areas-section-head h2,
  .rt-areas-routes__header h2,
  .rt-areas-directory__header h2,
  .rt-areas-process h2 {
    font-size: clamp(3rem, 13.2vw, 4.8rem);
  }

  .rt-areas-section-head > p,
  .rt-areas-routes__header > p {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .rt-areas-map,
  .rt-areas-map__frame,
  .rt-areas-map__link img {
    min-height: 410px;
  }

  .rt-areas-map__panel {
    min-height: 390px;
    padding: 24px 20px;
  }

  .rt-areas-map__brief {
    padding: 40px 0;
  }

  .rt-areas-directory {
    padding: 76px 0 66px;
  }

  .rt-areas-directory__header {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: start;
  }

  .rt-areas-directory__header > span {
    width: max-content;
  }

  .rt-areas-directory__grid {
    grid-template-columns: 1fr;
  }

  .rt-area-card {
    min-height: 210px;
    padding: 26px 0 26px 78px;
  }

  .rt-area-card h3 {
    margin-top: 0;
  }

  .rt-area-card__top {
    top: 28px;
    width: 60px;
  }

  .rt-areas-directory__note {
    line-height: 1.7;
    text-align: left;
  }

  .rt-route-card {
    grid-template-columns: 92px 1fr;
    gap: 18px;
    min-height: 150px;
    padding: 24px 0;
  }

  .rt-route-card > strong {
    font-size: 2.7rem;
  }

  .rt-areas-process {
    padding: 76px 0 84px;
  }

  .rt-areas-process ol {
    margin-top: 46px;
  }

  .rt-areas-process h3 {
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rt-areas-page *,
  .rt-areas-page *::before,
  .rt-areas-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
