.rl-showroom-hero,
.rl-showroom-hero * {
  box-sizing: border-box;
}

.rl-showroom-hero {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  margin: 6px 0 0;
  font-family: "Open Sans", Arial, sans-serif;
  background: #f6f8f9;
}

.rl-showroom-hero__image {
  position: absolute;
  inset: 0;
  background-image: url("/gallery/showroom-hero.webp");
  background-size: cover;
  background-position: 60% center;
  z-index: 1;
}

.rl-showroom-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,0.98) 0%,
      rgba(255,255,255,0.95) 22%,
      rgba(255,255,255,0.70) 34%,
      rgba(255,255,255,0.20) 46%,
      rgba(255,255,255,0.00) 56%
    );
  pointer-events: none;
}

.rl-showroom-hero__content {
  position: relative;
  z-index: 3;
  width: 40%;
  min-width: 390px;
  padding: 38px 0 36px 42px;
}

.rl-showroom-hero h1 {
  max-width: 450px;
  margin: 0 0 14px;
  color: #1f2528;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.6px;
}

.rl-showroom-hero p {
  max-width: 460px;
  margin: 0;
  color: #2f3940;
  font-size: 15.5px;
  line-height: 1.48;
}

.rl-showroom-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.rl-showroom-hero__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
}

.rl-showroom-hero__meta-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rl-showroom-hero__meta-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.rl-showroom-hero__meta-icon svg path,
.rl-showroom-hero__meta-icon svg circle {
  stroke: #08788b;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rl-showroom-hero__meta-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.rl-showroom-hero__meta-text strong {
  color: #1f2528;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 800;
}

.rl-showroom-hero__meta-text span {
  color: #586469;
  font-size: 13px;
  line-height: 1.22;
}

.rl-showroom-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.rl-showroom-hero__btn {
  min-height: 39px;
  padding: 0 18px;
  border-radius: 7px;
  border: 1px solid rgba(8, 120, 139, 0.38);
  background: #ffffff;
  color: #08788b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.rl-showroom-hero__btn:hover {
  background: #f5fbfc;
  transform: translateY(-1px);
}

.rl-showroom-hero__btn--primary {
  background: #08788b;
  border-color: #08788b;
  color: #ffffff;
}

.rl-showroom-hero__btn--primary:hover {
  background: #066879;
  border-color: #066879;
  color: #ffffff;
}

@media (max-width: 900px) {
  .rl-showroom-hero {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    margin: 6px 0 0;
    background: #ffffff;
  }

  .rl-showroom-hero__image {
    position: relative;
    min-height: 220px;
    background-position: center center;
  }

  .rl-showroom-hero::before {
    content: none;
  }

  .rl-showroom-hero__content {
    width: 100%;
    min-width: 0;
    padding: 24px 18px 20px;
  }

  .rl-showroom-hero h1 {
    max-width: none;
    font-size: 29px;
    line-height: 1.13;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
  }

  .rl-showroom-hero p {
    max-width: none;
    font-size: 14.5px;
    line-height: 1.48;
  }

  .rl-showroom-hero__meta {
    gap: 13px;
    margin-top: 17px;
  }

  .rl-showroom-hero__meta-item {
    width: 100%;
    gap: 9px;
  }

  .rl-showroom-hero__meta-icon,
  .rl-showroom-hero__meta-icon svg {
    width: 20px;
    height: 20px;
  }

  .rl-showroom-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 19px;
  }

  .rl-showroom-hero__btn {
    width: 100%;
    min-height: 39px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .rl-showroom-hero__image {
    min-height: 195px;
  }

  .rl-showroom-hero__content {
    padding: 22px 16px 19px;
  }

  .rl-showroom-hero h1 {
    font-size: 27px;
  }
}


.rl-contact-strip,
.rl-contact-strip * {
  box-sizing: border-box;
}

.rl-contact-strip {
  width: 100%;
  margin: 10px 0 14px;
  font-family: "Open Sans", Arial, sans-serif;
}

.rl-contact-strip__wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e7edf1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 52, 60, 0.045);
}

.rl-contact-strip__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 18px 24px;
}

.rl-contact-strip__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 1px;
  background: #e8eef2;
}

.rl-contact-strip__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rl-contact-strip__icon img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}

.rl-contact-strip__text {
  min-width: 0;
}

.rl-contact-strip__title {
  margin: 0;
  color: #1f2528;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.12px;
}

.rl-contact-strip__sub {
  margin-top: 3px;
  color: #374151;
  font-size: 12.8px;
  line-height: 1.35;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .rl-contact-strip__wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rl-contact-strip__item:nth-child(2)::after {
    display: none;
  }

  .rl-contact-strip__item:nth-child(1),
  .rl-contact-strip__item:nth-child(2) {
    border-bottom: 1px solid #e8eef2;
  }
}

@media (max-width: 700px) {
  .rl-contact-strip {
    margin: 10px 0 14px;
  }

  .rl-contact-strip__wrap {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .rl-contact-strip__item {
    gap: 12px;
    padding: 13px 14px;
    border-bottom: none !important;
  }

  .rl-contact-strip__item:not(:last-child)::after {
    display: block;
    top: auto;
    left: 14px;
    right: 14px;
    bottom: 0;
    width: auto;
    height: 1px;
    background: #e8eef2;
  }

  .rl-contact-strip__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .rl-contact-strip__icon img {
    width: 40px;
    height: 40px;
  }

  .rl-contact-strip__title {
    font-size: 13px;
  }

  .rl-contact-strip__sub {
    font-size: 12px;
    line-height: 1.3;
  }
}


.rl-showroom-why,
.rl-showroom-why * {
  box-sizing: border-box;
}

.rl-showroom-why {
  width: 100%;
  margin: 24px 0 26px;
  font-family: "Open Sans", Arial, sans-serif;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 20px;
  align-items: stretch;
}

.rl-showroom-why__image {
  min-height: 340px;
  border-radius: 16px;
  background-image: url("/gallery/rivenline-showroomn-1200.webp");
  background-size: cover;
  background-position: center center;
  box-shadow: 0 8px 22px rgba(20, 52, 60, 0.07);
}

.rl-showroom-why__content {
  padding: 24px 26px;
  border: 1px solid #e5edf1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(20, 52, 60, 0.05);
}

.rl-showroom-why__eyebrow {
  margin-bottom: 8px;
  color: #08788b;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.rl-showroom-why h2 {
  margin: 0 0 10px;
  color: #1f2528;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.rl-showroom-why__lead {
  margin: 0 0 16px;
  color: #586469;
  font-size: 13.5px;
  line-height: 1.45;
}

.rl-showroom-why__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.rl-showroom-why__item {
  display: flex;
  gap: 10px;
  padding: 0;
  border-top: 0;
}

.rl-showroom-why__icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: rgba(8, 120, 139, 0.08);
  color: #08788b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rl-showroom-why__icon svg {
  width: 19px;
  height: 19px;
  display: block;
}

.rl-showroom-why__item h3 {
  margin: 0 0 4px;
  color: #1f2528;
  font-size: 14.5px;
  line-height: 1.22;
  font-weight: 800;
}

.rl-showroom-why__item p {
  margin: 0;
  color: #586469;
  font-size: 12.5px;
  line-height: 1.38;
}

@media (max-width: 1000px) {
  .rl-showroom-why {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rl-showroom-why__image {
    min-height: 300px;
  }
}

@media (max-width: 650px) {
  .rl-showroom-why {
    margin: 22px 0 24px;
    gap: 12px;
  }

  .rl-showroom-why__image {
    min-height: 210px;
    border-radius: 14px;
  }

  .rl-showroom-why__content {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .rl-showroom-why h2 {
    font-size: 22px;
  }

  .rl-showroom-why__lead {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .rl-showroom-why__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rl-showroom-why__icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .rl-showroom-why__item h3 {
    font-size: 14px;
  }

  .rl-showroom-why__item p {
    font-size: 12.2px;
  }
}


.rl-map-section,
.rl-map-section * {
  box-sizing: border-box;
}

.rl-map-section {
  width: 100%;
  margin: 14px 0 18px;
  font-family: "Open Sans", Arial, sans-serif;
}

.rl-map-card {
  overflow: hidden;
  border: 1px solid #e5edf1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 52, 60, 0.055);
}

.rl-map-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 1px 20px;
}

.rl-map-card__head h2 {
  margin: 0 0 4px;
  color: #1f2528;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.25px;
}

.rl-map-card__head p {
  margin: 0;
  color: #586469;
  font-size: 13.5px;
  line-height: 1.4;
}

.rl-map-card__btn {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid rgba(8, 120, 139, 0.35);
  background: rgba(8, 120, 139, 0.08);
  color: #08788b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.rl-map-card__btn:hover {
  background: #08788b;
  border-color: #08788b;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .rl-map-section {
    margin: 12px 0 16px;
  }

  .rl-map-card {
    border-radius: 14px;
  }

  .rl-map-card__head {
    display: block;
    padding: 14px 14px;
  }

  .rl-map-card__head h2 {
    font-size: 20px;
  }

  .rl-map-card__head p {
    font-size: 13px;
  }

  .rl-map-card__btn {
    width: 100%;

    min-height: 34px;
    font-size: 12.5px;
  }
}

.rl-route-video-head,
.rl-route-video-head * {
  box-sizing: border-box;
}

.rl-route-video-head {
  scroll-margin-top: 90px;
  margin: 30px 0 18px;
  font-family: "Open Sans", Arial, sans-serif;
}

.rl-route-video-head h2 {
  margin: 0 0 7px;
  color: #1f2528;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.25px;
}

.rl-route-video-head p {
  max-width: 680px;
  margin: 0;
  color: #586469;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .rl-route-video-head {
    scroll-margin-top: 70px;
    margin: 24px 0 14px;
  }

  .rl-route-video-head h2 {
    font-size: 21px;
  }

  .rl-route-video-head p {
    font-size: 13px;
  }
}


.rl-route-video-text {
  margin-top: 12px;
  font-family: "Open Sans", Arial, sans-serif;
}

.rl-route-video-text h3 {
  margin: 0 0 6px;
  color: #1f2528;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.15px;
}

.rl-route-video-text p {
  margin: 0;
  color: #586469;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 400;
}

@media (max-width: 760px) {
  .rl-route-video-text {
    margin-top: 10px;
  }

  .rl-route-video-text h3 {
    font-size: 15.5px;
  }

  .rl-route-video-text p {
    font-size: 12.5px;
    line-height: 1.42;
  }
}