html body.rt-home,
html:has(body.rt-home) {
  background: #f7fbf8 !important;
}

body.rt-home {
  margin: 0 !important;
  padding-top: 0 !important;
}

body.rt-home::before {
  display: none !important;
  content: none !important;
}

body.rt-home .rt-header {
  top: 0 !important;
}

.ri-contact-refresh {
  max-width: 1100px;
  margin: 0 auto 34px;
  padding: 56px 22px 12px;
  color: #07111f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ri-contact-refresh__panel {
  background: linear-gradient(135deg, #f7fbf8 0%, #ffffff 52%, #e7fbf7 100%);
  border: 1px solid rgba(19, 168, 158, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.08);
  padding: clamp(28px, 5vw, 56px);
}

.ri-contact-refresh__eyebrow {
  margin: 0 0 12px;
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ri-contact-refresh h1 {
  margin: 0;
  max-width: 760px;
  color: #07111f;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.ri-contact-refresh__intro {
  max-width: 720px;
  margin: 18px 0 0;
  color: #405166;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.62;
}

.ri-contact-refresh__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.ri-contact-refresh__card {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #07111f;
  text-decoration: none;
}

.ri-contact-refresh__card:hover,
.ri-contact-refresh__card:focus-visible {
  border-color: rgba(19, 168, 158, 0.48);
  color: #07111f;
  transform: translateY(-1px);
}

.ri-contact-refresh__card strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.02rem;
}

.ri-contact-refresh__card span {
  color: #526277;
  font-size: 0.94rem;
  line-height: 1.45;
}

.ri-contact-refresh__arrow {
  color: #0f766e;
  font-weight: 800;
}

body.page-id-1290 .entry-title,
body.page-id-1290 .et_pb_text_inner h1:first-child {
  letter-spacing: 0;
}

body.page-id-1290 .et_pb_text_inner h1:first-child {
  color: #07111f;
}

@media (max-width: 860px) {
  .ri-contact-refresh {
    padding-top: 34px;
  }

  .ri-contact-refresh__cards {
    grid-template-columns: 1fr;
  }

  .ri-contact-refresh__card {
    min-height: 0;
  }
}
