/* Dedicated RPM/CCM landing styles. Kept separate to avoid stale theme caches. */
.cs_rpm_footer {
  position: relative;
  margin-top: 95px;
  background: #071f2d !important;
  color: rgba(255,255,255,.72);
}
.cs_rpm_footer::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 25%, rgba(27,155,134,.15), transparent 32%);
}
.cs_rpm_footer > .container { position: relative; }
.cs_rpm_footer_cta {
  position: relative;
  top: -70px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: -30px;
  padding: 35px 42px;
  border-radius: 18px;
  background: linear-gradient(120deg,#123d4d,#0b2c3d 58%,#15475a) !important;
  box-shadow: 0 20px 50px rgba(5,25,36,.28);
  overflow: hidden;
}
.cs_rpm_footer_cta > div { min-width: 0; }
.cs_rpm_footer_kicker {
  display: block;
  margin-bottom: 8px;
  color: #67d5c2 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cs_rpm_footer_cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(25px,2.2vw,36px) !important;
  line-height: 1.25 !important;
}
.cs_rpm_footer_cta .cs_btn_style_1 { flex: none; white-space: nowrap; }
.cs_rpm_footer_main { padding: 30px 0 55px; }
.cs_rpm_footer_logo {
  display: inline-flex !important;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
}
.cs_rpm_footer-logo,
.cs_rpm_footer_logo img {
  display: block;
  width: 185px !important;
  max-width: 100% !important;
  height: auto !important;
}
.cs_rpm_footer_main .col-lg-4 > p {
  max-width: 390px;
  margin: 22px 0;
  color: rgba(255,255,255,.7) !important;
  font-size: 15px;
  line-height: 1.75;
}
.cs_rpm_footer_badges { display: flex; flex-wrap: wrap; gap: 9px; }
.cs_rpm_footer_badges span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 6px;
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.86) !important;
  font-size: 12px;
  font-weight: 600;
}
.cs_rpm_footer_badges i { margin-right: 5px; color: #67d5c2; }
.cs_rpm_footer_heading {
  margin: 3px 0 18px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
}
.cs_rpm_contact_grid {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.cs_rpm_contact_item {
  display: flex !important;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  color: #fff !important;
  transition: transform .25s ease,background .25s ease,border-color .25s ease;
}
a.cs_rpm_contact_item:hover {
  transform: translateY(-2px);
  border-color: rgba(103,213,194,.45);
  background: rgba(103,213,194,.08);
  color: #fff;
}
.cs_rpm_contact_item > i {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(103,213,194,.12);
  color: #67d5c2;
}
.cs_rpm_contact_item span {
  min-width: 0;
  display: flex !important;
  flex-direction: column;
}
.cs_rpm_contact_item small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255,255,255,.5) !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.cs_rpm_contact_item strong {
  display: block;
  overflow-wrap: anywhere;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}
.cs_rpm_footer_bottom {
  display: flex !important;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.09);
}
.cs_rpm_footer_bottom p { margin: 0; color: rgba(255,255,255,.52) !important; font-size: 12px; }

@media (max-width:991px) {
  .cs_rpm_footer_cta { align-items: flex-start; flex-direction: column; }
  .cs_rpm_footer_main { padding-top: 15px; }
}
@media (max-width:767px) {
  .cs_rpm_footer { margin-top: 70px; }
  .cs_rpm_footer_cta { top: -45px; margin-bottom: -15px; padding: 28px 22px; border-radius: 14px; }
  .cs_rpm_footer_cta .cs_btn_style_1 { width: 100%; justify-content: center; white-space: normal; text-align: center; }
  .cs_rpm_contact_grid { grid-template-columns: 1fr; }
  .cs_rpm_footer_main { padding: 15px 0 38px; }
  .cs_rpm_footer_bottom { align-items: center; flex-direction: column; text-align: center; }
}
