/* Terminals listing + detail — journey / sky theme */
.rb-terminals-page {
  background:
    radial-gradient(ellipse 55% 32% at 100% 8%, rgba(61, 107, 140, 0.16), transparent 55%),
    radial-gradient(ellipse 45% 28% at 0% 42%, rgba(196, 162, 101, 0.1), transparent 50%),
    var(--rb-mist);
}

.rb-terminals-hero {
  position: relative;
  z-index: 24;
  padding: 128px 0 0;
  overflow: visible;
  min-height: 460px;
  isolation: isolate;
}
.rb-terminals-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #121820;
  z-index: 0;
}
.rb-terminals-hero__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--rb-hero-focus, center center);
  display: block;
}
.rb-terminals-hero__bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 56px;
  background: linear-gradient(180deg, transparent, var(--rb-mist));
  pointer-events: none;
}
.rb-terminals-hero__veil,
.rb-terminals-hero__glow {
  position: absolute;
  pointer-events: none;
}
.rb-terminals-hero__veil {
  inset: 0;
  z-index: 1;
  background: linear-gradient(108deg, rgba(12, 20, 28, 0.62) 0%, rgba(18, 32, 42, 0.28) 48%, rgba(12, 20, 28, 0.2) 100%);
}
.rb-terminals-hero__glow {
  inset: auto -10% -20% 35%;
  z-index: 2;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 107, 140, 0.5), transparent 70%);
  filter: blur(10px);
  animation: rb-terminals-pulse 7s ease-in-out infinite alternate;
}
@keyframes rb-terminals-pulse {
  from { opacity: .55; transform: scale(1); }
  to { opacity: 1; transform: scale(1.08); }
}
.rb-terminals-hero .container {
  position: relative;
  z-index: 3;
  overflow: visible;
}
.rb-terminals-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 28px;
  margin-bottom: 8px;
}
.rb-terminals-hero__intro {
  max-width: 680px;
  margin-bottom: 12px;
  color: #fff;
  position: relative;
}
.rb-terminals-hero__intro::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 38px;
  width: 3px;
  height: 72px;
  border-radius: 3px;
  background: linear-gradient(180deg, #8eb6d4, transparent);
}
.rb-terminals-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.rb-terminals-hero__title {
  margin: 0 0 12px;
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 900;
  line-height: 1.22;
  color: #fff;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
}
.rb-terminals-hero__title em {
  font-style: normal;
  color: #d7e8f5;
}
.rb-terminals-hero__desc {
  margin: 0 0 18px;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.84);
  max-width: 34em;
}
.rb-terminals-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb-terminals-hero__stats li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.rb-terminals-hero__stats strong { font-weight: 900; }

.rb-terminals-hero__collage {
  position: relative;
  height: 248px;
  margin-bottom: 18px;
}
.rb-terminals-hero__shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow:
    0 22px 48px rgba(8, 12, 18, 0.38),
    0 0 0 3px rgba(255, 255, 255, 0.18);
  background: #1c2a3a;
}
.rb-terminals-hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rb-terminals-hero__shot figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--rb-ink);
  font-size: 11.5px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rb-terminals-hero__shot--1 {
  width: 168px;
  height: 210px;
  right: 118px;
  top: 8px;
  transform: rotate(-9deg);
  z-index: 1;
}
.rb-terminals-hero__shot--2 {
  width: 176px;
  height: 224px;
  right: 8px;
  top: 0;
  transform: rotate(7deg);
  z-index: 2;
}
.rb-terminals-hero__shot--3 {
  width: 150px;
  height: 188px;
  right: 72px;
  top: 52px;
  transform: rotate(-2deg);
  z-index: 3;
}

.rb-terminals-page .rb-terminals-search,
.rb-terminals-search {
  position: relative;
  z-index: 30;
  margin-top: 18px;
  margin-bottom: -28px;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
.rb-terminals-page .rb-search { z-index: 30; overflow: visible; }
.rb-terminals-page .rb-search__tabs { display: none !important; }
.rb-terminals-page .rb-search__shell {
  border-radius: 28px !important;
  border: 0 !important;
  box-shadow: 0 18px 40px rgba(12, 18, 24, 0.12) !important;
  overflow: visible !important;
}
.rb-terminals-page .rb-search__field,
.rb-terminals-page .rb-citybox {
  overflow: visible;
  z-index: 2;
}
.rb-terminals-page .rb-search__field:focus-within,
.rb-terminals-page .rb-citybox:focus-within {
  z-index: 40;
}
.rb-terminals-page .rb-cities { z-index: 90; }

.rb-terminals-body {
  position: relative;
  z-index: 1;
  padding-top: 64px !important;
  padding-bottom: 88px !important;
  background: transparent;
}
.rb-terminals-body::after { display: none; }

.rb-terminals-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 26px;
}
.rb-terminals-promise {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 20px 20px 20px 18px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 14px 32px rgba(26, 28, 30, 0.05);
  transition: transform .3s var(--rb-ease), box-shadow .3s ease, border-color .2s ease;
}
.rb-terminals-promise::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
}
.rb-terminals-promise:nth-child(1)::before { background: linear-gradient(180deg, var(--rb-sky), #6a93b0); }
.rb-terminals-promise:nth-child(2)::before { background: linear-gradient(180deg, var(--rb-gold), #d4b36f); }
.rb-terminals-promise:nth-child(3)::before { background: linear-gradient(180deg, var(--rb-teal), #3aa394); }
.rb-terminals-promise:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(26, 28, 30, 0.1);
}
.rb-terminals-promise__ico {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.rb-terminals-promise:nth-child(1) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(61, 107, 140, 0.14), transparent 58%), #fff;
}
.rb-terminals-promise:nth-child(1) .rb-terminals-promise__ico {
  color: var(--rb-sky);
  background: var(--rb-sky-soft);
}
.rb-terminals-promise:nth-child(2) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(196, 162, 101, 0.16), transparent 58%), #fff;
}
.rb-terminals-promise:nth-child(2) .rb-terminals-promise__ico {
  color: var(--rb-gold-dark);
  background: var(--rb-gold-soft);
}
.rb-terminals-promise:nth-child(3) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(31, 122, 110, 0.12), transparent 58%), #fff;
}
.rb-terminals-promise:nth-child(3) .rb-terminals-promise__ico {
  color: var(--rb-teal);
  background: var(--rb-teal-soft);
}
.rb-terminals-promise:nth-child(1):hover { border-color: rgba(61, 107, 140, 0.32); }
.rb-terminals-promise:nth-child(2):hover { border-color: rgba(196, 162, 101, 0.42); }
.rb-terminals-promise:nth-child(3):hover { border-color: rgba(31, 122, 110, 0.28); }
.rb-terminals-promise__copy strong {
  display: block;
  font-size: 16px;
  font-weight: 850;
  color: var(--rb-ink);
  line-height: 1.4;
}
.rb-terminals-promise__copy p {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 650;
  color: #6b6e6a;
  line-height: 1.7;
}

.rb-terminals-rail {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 12px 14px 12px 12px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f4f8fb);
  border: 1px solid rgba(61, 107, 140, 0.16);
  box-shadow: 0 12px 32px rgba(28, 42, 58, 0.06);
}
.rb-terminals-rail__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  padding: 4px 10px 4px 4px;
}
.rb-terminals-rail__copy strong {
  font-size: 13.5px;
  font-weight: 850;
  color: var(--rb-ink);
  white-space: nowrap;
}
.rb-terminals-rail__copy small {
  font-size: 11.5px;
  font-weight: 650;
  color: #8a9098;
  white-space: nowrap;
}
.rb-terminals-chips {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.rb-terminals-chips::-webkit-scrollbar { display: none; }
.rb-terminals-chips__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  height: 42px;
  padding: 0 14px 0 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.08);
  color: var(--rb-ink);
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.rb-terminals-chips__item--plain { padding: 0 16px; }
.rb-terminals-chips__item:hover,
.rb-terminals-chips__item.is-active {
  background: var(--rb-navy);
  color: #fff;
  border-color: transparent;
  transform: translateY(-1px);
}
.rb-terminals-chips__av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rb-sky-soft);
  color: var(--rb-sky);
  font-size: 12px;
  font-weight: 900;
}
.rb-terminals-chips__item.is-active .rb-terminals-chips__av,
.rb-terminals-chips__item:hover .rb-terminals-chips__av {
  background: rgba(255, 255, 255, 0.16);
  color: #d7e8f5;
}
.rb-terminals-chips__count {
  font-size: 11px;
  font-weight: 800;
  opacity: .62;
}

.rb-terminals-block__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.rb-terminals-block__eyebrow {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  color: var(--rb-sky);
}
.rb-terminals-block__title {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 900;
  color: var(--rb-ink);
  line-height: 1.25;
}
.rb-terminals-block__side {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.rb-terminals-block__badge {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--rb-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(28, 42, 58, 0.16);
}
.rb-terminals-block__more {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(61, 107, 140, 0.28);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  color: var(--rb-sky);
  text-decoration: none !important;
}
.rb-terminals-block__more:hover {
  background: var(--rb-navy);
  color: #fff;
  border-color: transparent;
}

.rb-terminals-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rb-terminal-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 12px 30px rgba(28, 42, 58, 0.07);
  transition: transform .35s var(--rb-ease), box-shadow .35s ease, border-color .25s ease;
}
.rb-terminal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(28, 42, 58, 0.14);
  border-color: rgba(61, 107, 140, 0.22);
}
.rb-terminal-card__visual {
  position: relative;
  height: 168px;
  overflow: hidden;
  background: #1c2a3a;
  flex-shrink: 0;
}
.rb-terminal-card.is-compact .rb-terminal-card__visual { height: 132px; }
.rb-terminal-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}
.rb-terminal-card:hover .rb-terminal-card__visual img {
  transform: scale(1.08);
}
.rb-terminal-brand {
  position: absolute;
  inset: 0;
  overflow: hidden;
  color: #fff;
}
.rb-terminal-brand--0 { background: linear-gradient(145deg, #16202b 0%, #1c2a3a 48%, #3d6b8c 100%); }
.rb-terminal-brand--1 { background: linear-gradient(145deg, #12322e 0%, #165a52 50%, #1f7a6e 100%); }
.rb-terminal-brand--2 { background: linear-gradient(145deg, #1a1610 0%, #2a2418 46%, #9a7840 100%); }
.rb-terminal-brand--3 { background: linear-gradient(145deg, #14202c 0%, #3d6b8c 52%, #1c2a3a 100%); }
.rb-terminal-brand--4 { background: linear-gradient(145deg, #2a1216 0%, #6b1c28 48%, #c4a265 100%); }
.rb-terminal-brand__grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.14) 1px, transparent 0),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.05) 18px 19px);
  background-size: 18px 18px, 100% 100%;
  opacity: .55;
}
.rb-terminal-brand__glow {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -30px;
  top: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 68%);
}
.rb-terminal-brand__letter {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 118px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.rb-terminal-brand__mark {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: transform .4s var(--rb-ease);
}
.rb-terminal-brand__mark svg {
  width: 42px;
  height: 42px;
}
.rb-terminal-card.is-compact .rb-terminal-brand__mark {
  width: 58px;
  height: 58px;
  margin: -29px 0 0 -29px;
  border-radius: 18px;
}
.rb-terminal-card.is-compact .rb-terminal-brand__mark svg {
  width: 32px;
  height: 32px;
}
.rb-terminal-card:hover .rb-terminal-brand__mark {
  transform: scale(1.06);
}
.rb-td-hero__media.is-brand {
  background: #121820;
}
.rb-td-hero__media.is-brand .rb-terminal-brand {
  position: absolute;
  inset: 0;
}
.rb-td-hero__media.is-brand .rb-terminal-brand__mark {
  width: 110px;
  height: 110px;
  top: 46%;
  margin: -55px 0 0 -55px;
  border-radius: 32px;
}
.rb-td-hero__media.is-brand .rb-terminal-brand__mark svg {
  width: 64px;
  height: 64px;
}
.rb-td-hero__media.is-brand .rb-terminal-brand__letter { font-size: 220px; }
.rb-terminal-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 16, 24, 0.04) 20%, rgba(10, 16, 24, 0.38) 100%);
  pointer-events: none;
}
.rb-terminal-card__shade.is-brand {
  background: linear-gradient(180deg, transparent 42%, rgba(8, 12, 18, 0.42) 100%);
}
.rb-terminal-card__svc {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--rb-navy);
  font-size: 11.5px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
.rb-terminal-card__svc svg { color: var(--rb-sky); }
.rb-terminal-card__city {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100% - 24px);
  height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--rb-ink);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rb-terminal-card__city svg { flex-shrink: 0; color: var(--rb-sky); }
.rb-terminal-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 14px;
  flex: 1;
  min-width: 0;
}
.rb-terminal-card__title {
  margin: 0;
  min-height: calc(1.45em * 2);
  font-size: 16.5px;
  font-weight: 900;
  line-height: 1.45;
  color: var(--rb-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .2s ease;
}
.rb-terminal-card:hover .rb-terminal-card__title {
  color: var(--rb-navy);
}
.rb-terminal-card.is-compact .rb-terminal-card__title { font-size: 15px; }
.rb-terminal-card__address {
  margin: 0;
  min-height: calc(1.7em * 2);
  font-size: 12.5px;
  line-height: 1.7;
  font-weight: 650;
  color: #7a7d7a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rb-terminal-card__address:empty { visibility: hidden; }
.rb-terminal-card.is-compact .rb-terminal-card__address { display: none; }
.rb-terminal-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #eef2f5;
}
.rb-terminal-card__contact {
  min-width: 0;
}
.rb-terminal-card__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  color: var(--rb-navy);
  font-size: 13px;
  font-weight: 800;
}
.rb-terminal-card__phone svg { color: var(--rb-sky); flex-shrink: 0; }
.rb-terminal-card__phone b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}
.rb-terminal-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.08);
  color: var(--rb-red);
  font-size: 13px;
  font-weight: 850;
  transition: background .2s ease, color .2s ease, gap .2s ease;
}
.rb-terminal-card:hover .rb-terminal-card__cta {
  background: var(--rb-red);
  color: #fff;
  gap: 8px;
}

.rb-terminals-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 56px 24px;
  text-align: center;
  background: #fff;
  border-radius: 22px;
  border: 1px dashed #d7e0e8;
}
.rb-terminals-empty strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-terminals-empty p {
  margin: 8px 0 18px;
  font-weight: 650;
  color: #8a8c8a;
}
.rb-terminals-empty a {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--rb-navy);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.rb-terminals-pagination { margin-top: 28px; }

.rb-terminals-guide {
  margin-top: 48px;
  padding: 28px 28px 24px;
  border-radius: 28px;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(61, 107, 140, 0.1), transparent 58%),
    #fff;
  border: 1px solid rgba(61, 107, 140, 0.12);
  box-shadow: 0 16px 36px rgba(28, 42, 58, 0.05);
}
.rb-terminals-guide__head {
  max-width: 46em;
  margin-bottom: 22px;
}
.rb-terminals-guide__head h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-terminals-guide__head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
  color: #5c6168;
}
.rb-terminals-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.rb-terminals-guide__grid section {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f6f9fc);
  border: 1px solid rgba(26, 28, 30, 0.05);
}
.rb-terminals-guide__grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-terminals-guide__grid p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  font-weight: 600;
  color: #5c6168;
}

.rb-terminals-faq { margin-top: 42px; }
.rb-terminals-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rb-terminals-faq__item {
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.06);
  overflow: hidden;
}
.rb-terminals-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-terminals-faq__item summary::-webkit-details-marker { display: none; }
.rb-terminals-faq__item summary::after {
  content: "+";
  float: left;
  color: var(--rb-sky);
  font-weight: 900;
}
.rb-terminals-faq__item[open] summary::after { content: "−"; }
.rb-terminals-faq__item p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  color: #4a4d4a;
}

.rb-terminal-detail {
  background:
    radial-gradient(ellipse 50% 28% at 0% 12%, rgba(61, 107, 140, 0.12), transparent 55%),
    var(--rb-mist);
}
.rb-terminal-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb-terminal-phones a {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--rb-sky-soft);
  color: var(--rb-navy) !important;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
.rb-terminal-phones a:hover {
  background: var(--rb-navy);
  color: #fff !important;
}
.rb-td-section__lead {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 650;
  color: #5c6168;
}
.rb-terminal-companies {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb-terminal-company {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 10px 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
  border: 1px solid rgba(26, 28, 30, 0.06);
  text-decoration: none !important;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
a.rb-terminal-company:hover {
  transform: translateY(-2px);
  border-color: rgba(61, 107, 140, 0.28);
  box-shadow: 0 12px 24px rgba(28, 42, 58, 0.08);
}
a.rb-terminal-company:hover .rb-terminal-company__body h3 {
  color: var(--rb-navy);
}
.rb-terminal-company__mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--rb-sky-soft);
  color: var(--rb-navy);
}
.rb-terminal-company__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.rb-terminal-company__mark em {
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
}
.rb-terminal-company__body {
  min-width: 0;
  flex: 1;
}
.rb-terminal-company__body h3 {
  margin: 0;
  font-size: 14.5px;
  font-weight: 850;
  line-height: 1.45;
  color: var(--rb-ink);
}
.rb-terminal-company__body small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #8a9098;
}
.rb-terminal-company__phone {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(61, 107, 140, 0.1);
  color: var(--rb-navy) !important;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none !important;
  white-space: nowrap;
}
a.rb-terminal-company:hover .rb-terminal-company__phone {
  background: var(--rb-navy);
  color: #fff !important;
}
.rb-company-related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rb-company-detail .rb-terminal-brand__mark,
.rb-company-detail .rb-terminal-brand__glow,
.rb-company-detail .rb-td-hero__glow { display: none; }
.rb-company-detail .rb-td-hero .container a,
.rb-company-detail .rb-co-head {
  pointer-events: auto;
}
.rb-company-detail a.rb-td-tag {
  text-decoration: none !important;
  color: inherit;
}
.rb-company-detail .rb-td-hero {
  min-height: 0;
  padding-bottom: 36px;
}
.rb-company-detail .rb-td-hero::after { height: 20px; opacity: .55; }
.rb-company-detail .rb-td-hero__veil {
  background:
    linear-gradient(to left, rgba(8, 14, 20, 0.72) 0%, rgba(8, 14, 20, 0.38) 52%, rgba(8, 14, 20, 0.18) 100%),
    linear-gradient(to top, rgba(8, 14, 20, 0.42) 0%, rgba(8, 14, 20, 0.06) 46%, rgba(8, 14, 20, 0.22) 100%);
}
.rb-company-detail .rb-td-body { padding-top: 16px; }
.rb-co-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 880px;
}
.rb-co-head__brand {
  display: flex;
  align-items: center;
  gap: 22px;
}
.rb-co-head__logo {
  width: 108px;
  height: 108px;
  border-radius: 28px;
  flex-shrink: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(240, 217, 166, 0.28);
}
.rb-co-head__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.rb-co-head__logo em {
  font-style: normal;
  font-size: 36px;
  font-weight: 900;
  color: var(--rb-navy);
}
.rb-co-head__copy { min-width: 0; }
.rb-co-head__copy .rb-td-hero__tags { margin-bottom: 10px; }
.rb-co-head__title {
  margin: 0 0 8px;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}
.rb-co-head__lead {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.86);
}
.rb-co-head__lead a {
  color: #fff;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rb-co-head__meta {
  display: grid;
  grid-template-columns: minmax(132px, 0.86fr) minmax(0, 1.42fr) minmax(168px, 1.12fr);
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 8px;
  border-radius: 24px;
  background: rgba(6, 12, 18, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}
.rb-co-head__meta:not(:has(li:nth-child(3))) {
  grid-template-columns: minmax(140px, 0.9fr) minmax(0, 1.4fr);
}
.rb-co-head__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 72px;
  padding: 12px 16px;
  border-radius: 18px;
}
.rb-co-head__meta li + li::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(240, 217, 166, 0.42), transparent);
}
.rb-co-head__ico {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(240, 217, 166, 0.14);
  color: #f0d9a6;
}
.rb-co-head__meta small {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.62);
}
.rb-co-head__meta strong,
.rb-co-head__meta a {
  display: block;
  overflow: hidden;
  font-size: 14.5px;
  font-weight: 850;
  line-height: 1.45;
  color: #fff !important;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rb-co-head__meta a:hover { color: #f0d9a6 !important; }
.rb-td-book__meta a {
  color: inherit;
  text-decoration: none !important;
  font-weight: 850;
}
.rb-place-map {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(61, 107, 140, 0.14);
  background: #fff;
  box-shadow: 0 10px 28px rgba(28, 42, 58, 0.06);
}
.rb-place-map__canvas {
  position: relative;
  height: 248px;
  background:
    linear-gradient(180deg, #e7eef4 0%, #d5e0e8 100%);
}
.rb-place-map__canvas .leaflet-container {
  width: 100%;
  height: 100%;
  background: #d7e2ea;
  font-family: inherit;
}
.rb-place-map__canvas .leaflet-control-attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.78);
}
.rb-place-map__pin {
  background: none !important;
  border: 0 !important;
}
.rb-place-map__pin i {
  display: block;
  width: 22px;
  height: 22px;
  margin: 7px auto 0;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--rb-red);
  box-shadow: 0 8px 16px rgba(180, 36, 52, 0.32);
  position: relative;
}
.rb-place-map__pin i::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.rb-place-map .rb-terminal-address {
  border: 0;
  border-top: 1px solid rgba(61, 107, 140, 0.1);
  border-radius: 0;
  background: linear-gradient(180deg, #fff 0%, #f6f9fb 100%);
  box-shadow: none;
}
.rb-terminal-address {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 16px 16px 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #f4f8fb 100%);
  border: 1px solid rgba(61, 107, 140, 0.14);
}
.rb-terminal-address__mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--rb-sky-soft);
  color: var(--rb-sky);
}
.rb-terminal-address strong {
  display: block;
  font-size: 15px;
  font-weight: 850;
  color: var(--rb-ink);
  line-height: 1.6;
}
.rb-terminal-address small {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  font-weight: 700;
  color: #8a9098;
}
.rb-terminal-address__map {
  margin-right: auto;
  flex-shrink: 0;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--rb-navy);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.rb-terminal-map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  margin-top: 10px;
  border-radius: 14px;
  border: 1px solid rgba(61, 107, 140, 0.22);
  background: var(--rb-sky-soft);
  color: var(--rb-navy) !important;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
.rb-terminal-city-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  margin-top: 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.08);
  color: var(--rb-ink) !important;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none !important;
}
.rb-terminal-city-link:hover {
  border-color: rgba(61, 107, 140, 0.28);
  color: var(--rb-sky) !important;
}
.rb-terminals-related { padding-bottom: 80px; }
.rb-terminals-related__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1199px) {
  .rb-terminals-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-terminals-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .rb-terminals-hero__top { grid-template-columns: minmax(0, 1fr) 260px; }
  .rb-terminals-hero__shot--1 { width: 140px; height: 180px; right: 96px; }
  .rb-terminals-hero__shot--2 { width: 148px; height: 192px; }
  .rb-terminals-hero__shot--3 { width: 128px; height: 160px; right: 58px; }
}
@media (max-width: 991px) {
  .rb-terminals-page { max-width: 100%; overflow-x: clip; }
  .rb-terminals-hero { padding: 118px 0 0; max-width: 100%; }
  .rb-terminals-hero__top { grid-template-columns: 1fr; overflow: hidden; }
  .rb-terminals-hero__collage { display: none; }
  .rb-terminals-hero__intro::before { display: none; }
  .rb-terminals-hero__glow { display: none; }
  .rb-terminals-search { margin-bottom: -12px; }
  .rb-terminals-promises { grid-template-columns: 1fr; }
  .rb-terminals-rail {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
  }
  .rb-terminals-guide__grid { grid-template-columns: 1fr; }
  .rb-company-related { grid-template-columns: 1fr; }
  .rb-co-head { gap: 16px; }
  .rb-co-head__brand { gap: 14px; }
  .rb-co-head__logo { width: 76px; height: 76px; border-radius: 20px; }
  .rb-co-head__title { font-size: 24px; }
  .rb-co-head__meta,
  .rb-co-head__meta:not(:has(li:nth-child(3))) {
    grid-template-columns: 1fr;
    padding: 6px;
  }
  .rb-co-head__meta li { min-height: 58px; padding: 10px 14px; }
  .rb-co-head__meta strong,
  .rb-co-head__meta a { white-space: normal; }
  .rb-co-head__meta li + li::before {
    top: 0;
    right: 14px;
    left: 14px;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 217, 166, 0.36), transparent);
  }
  .rb-terminals-block__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .rb-terminal-companies { grid-template-columns: 1fr; }
  .rb-place-map__canvas { height: 210px; }
  .rb-terminal-address {
    flex-wrap: wrap;
  }
  .rb-terminal-address__map {
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .rb-terminals-hero { padding: 108px 0 0; min-height: 0; }
  .rb-terminals-search { margin-top: 16px; margin-bottom: 0; }
  .rb-terminals-page .rb-search__shell { border-radius: 22px !important; }
  .rb-terminals-grid,
  .rb-terminals-related__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .rb-terminals-hero__stats li { font-size: 12px; }
  .rb-terminals-promise { min-height: 0; }
  .rb-terminals-guide { padding: 20px 16px 16px; }
  .rb-terminal-card { border-radius: 18px; }
  .rb-terminal-card__visual { height: 132px; }
  .rb-terminal-card.is-compact .rb-terminal-card__visual { height: 118px; }
  .rb-terminal-card__body { padding: 12px 12px 12px; gap: 6px; }
  .rb-terminal-card__title { font-size: 14.5px; min-height: 0; }
  .rb-terminal-card__address,
  .rb-terminal-card__phone { display: none; }
  .rb-terminal-card__footer { justify-content: flex-end; padding-top: 8px; }
  .rb-terminal-card__cta { padding: 0 10px; height: 32px; }
}
@media (max-width: 480px) {
  .rb-company-detail .rb-td-hero { padding-bottom: 20px; }
  .rb-co-head__logo { width: 64px; height: 64px; border-radius: 18px; }
  .rb-co-head__title { font-size: 22px; }
  .rb-terminals-grid,
  .rb-terminals-related__grid { grid-template-columns: 1fr; }
  .rb-terminal-card__visual { height: 156px; }
  .rb-terminal-card__title { min-height: calc(1.45em * 2); }
  .rb-terminal-card__address,
  .rb-terminal-card__phone { display: -webkit-box; }
  .rb-terminal-card__phone { display: inline-flex; }
  .rb-terminal-card__footer { justify-content: space-between; padding-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .rb-terminals-hero__glow { animation: none; }
}
