/* ── RIVIS Promo Block ── */
.cq-rivis-promo {
  position: relative;
  background: #0b0b0b;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: stretch;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
  margin-left:-15px;
  margin-right:-15px;
  margin-top:8em;
  margin-bottom:3em;
}

/* ── Left: Content ── */
.cq-rivis-promo__content {
  padding: 60px 56px 60px 64px;
}

.cq-rivis-promo__logo-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom:30px;
}

.cq-rivis-promo__logo {
  height: 42px;
  width: auto;
  display: block;
}

.cq-rivis-promo__heading {
  margin-top: 22px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #fff;
  max-width: 520px;
}

.cq-rivis-promo__text {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #a8a8a8;
}

body .static_page.static_page_new .content .content-inner .cq-rivis-promo__text p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #a8a8a8;
}

body .static_page.static_page_new .content .content-inner .cq-rivis-promo__text strong {
  color: #fff;
  font-weight: 600;
}

/* ── Actions ── */
.cq-rivis-promo__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
  flex-wrap: wrap;
}

body .static_page.static_page_new .content .content-inner .cq-rivis-promo__btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: inherit;
  background: #1b6ef3;
  color: #fff;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}

.cq-rivis-promo__btn:hover {
  background: #1559cc;
  color: #fff;
  text-decoration: none;
}

body .static_page.static_page_new .content .content-inner .cq-rivis-promo__phone {
  color: #9fb4d0;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.cq-rivis-promo__phone:hover {
  color: #c0d0e8;
  text-decoration: none;
}

/* ── Right: Image ── */
.cq-rivis-promo__image-wrap {
  position: relative;
  background: #0b0b0b;
  overflow: hidden;
}

.cq-rivis-promo__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 40%;
  display: block;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .cq-rivis-promo {
    grid-template-columns: 1fr;
  }

  .cq-rivis-promo__content {
    padding: 40px 32px;
  }

  .cq-rivis-promo__image-wrap {
    position: relative;
    min-height: 300px;
  }
}

@media (max-width: 640px) {
body .cq-rivis-promo {
    margin-left:0px;
    margin-right:0px;
    margin-top:4em;
    margin-bottom:4em;
}
body .cq-rivis-promo__actions {
    text-align:Center;
    display:block;
}
body .cq-rivis-promo__actions a {
    display:inline-block !important;
    margin-bottom:15px;
}
  .cq-rivis-promo__content {
    padding: 32px 20px;
  }

  .cq-rivis-promo__heading {
    font-size: 22px;
  }

  .cq-rivis-promo__text {
    font-size: 16px;
  }

  .cq-rivis-promo__btn {
    padding: 12px 24px;
    font-size: 11.5px;
  }

  .cq-rivis-promo__phone {
    font-size: 13px;
  }

  .cq-rivis-promo__image-wrap {
    min-height: 240px;
  }
}
