:root {
  --cp-navy: #10243f;
  --cp-navy-2: #143653;
  --cp-navy-dark: #071729;
  --cp-blue: #1f6fb2;
  --cp-blue-dark: #15578f;
  --cp-gold: #c79a3b;
  --cp-gold-dark: #b98730;
  --cp-cream: #f7f4ee;
  --cp-ink: #17202a;
  --cp-text: #1f2933;
  --cp-muted: #687789;
  --cp-line: #e6ebf1;
  --cp-border: #e6ebf1;
  --cp-white: #ffffff;
  --cp-light: #f8fafc;
  --cp-shadow: 0 18px 50px rgba(7, 23, 41, 0.14);
  --cp-shadow-strong: 0 22px 45px rgba(7, 23, 41, 0.16);
  --cp-radius: 16px;
}

html {
  font-size: 16px;
}

body.cp-site,
body {
  background: #ffffff;
  color: var(--cp-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.65;
  padding-top: 126px; /* 38px topbar + 88px navbar */
  text-rendering: optimizeLegibility;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: var(--cp-blue);
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

a:hover,
a:focus {
  color: var(--cp-blue-dark);
  outline: none;
}

.cp-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2000;
  padding: 10px 14px;
  background: #ffffff;
  color: var(--cp-navy);
  border: 2px solid var(--cp-gold);
  border-radius: 8px;
}

.cp-skip-link:focus {
  background: var(--cp-gold);
  color: #111111;
  left: 15px;
  top: 15px;
  z-index: 99999;
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 10px 20px;
  white-space: normal;
}

.btn-lg {
  padding: 13px 26px;
}

.btn-primary {
  background: var(--cp-gold);
  border-color: var(--cp-gold);
  color: #111111;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background: var(--cp-gold-dark);
  border-color: var(--cp-gold-dark);
  color: #111111;
  transform: translateY(-1px);
}

.btn-default {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.85);
  color: var(--cp-navy);
}

.btn-default:hover,
.btn-default:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--cp-navy);
  transform: translateY(-1px);
}



.cp-site-header {
  position: relative;
  z-index: 1040;
}

.cp-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  min-height: 38px;
  line-height: 38px;
  margin: 0;
  background: var(--cp-navy-dark);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  z-index: 1045;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cp-topbar a {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
  text-decoration: none;
}

.cp-topbar a:hover,
.cp-topbar a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.cp-topbar .glyphicon {
  margin-right: 6px;
  color: var(--cp-gold);
}

.cp-topbar-left span {
  display: inline-block;
  margin-right: 22px;
}

.cp-topbar-right {
  text-align: right;
}

.cp-topbar-right a {
  display: inline-block;
  margin-left: 18px;
}

.cp-topbar-right a:last-child {
  padding: 0 12px;
  background: rgba(199, 154, 59, 0.18);
  border-left: 1px solid rgba(199, 154, 59, 0.3);
  border-right: 1px solid rgba(199, 154, 59, 0.3);
  font-weight: 800;
}

.cp-navbar.navbar,
.cp-navbar.navbar-fixed-top {
  position: fixed;
  top: 38px !important;
  min-height: 88px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.98);
  border: 0;
  border-bottom: 1px solid rgba(16, 36, 63, 0.09);
  box-shadow: 0 8px 28px rgba(7, 23, 41, 0.08);
  transition: box-shadow 0.2s ease, background 0.2s ease;
  z-index: 1044;
}

.cp-scrolled .cp-navbar.navbar,
.cp-scrolled .cp-navbar.navbar-fixed-top {
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 10px 30px rgba(7, 23, 41, 0.12);
}

.cp-navbar .container {
  position: relative;
}

.cp-brand,
.cp-brand.navbar-brand {
  display: flex;
  align-items: center;
  height: 88px;
  padding: 10px 15px;
  color: var(--cp-navy);
  font-weight: 900;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.cp-brand img,
.cp-brand.navbar-brand img {
  display: block;
  max-height: 68px;
  max-width: 300px;
  width: auto;
}

.cp-brand-text {
  display: none;
  color: var(--cp-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.cp-brand:hover,
.cp-brand:focus {
  color: var(--cp-blue);
  text-decoration: none;
}

.cp-navbar .navbar-toggle {
  margin-top: 19px;
  margin-right: 15px;
  margin-bottom: 19px;
  border: 1px solid rgba(16, 36, 63, 0.18);
  border-radius: 10px;
  background: #ffffff;
}

.cp-navbar .navbar-toggle:hover,
.cp-navbar .navbar-toggle:focus {
  background: #f4f7fa;
}

.cp-navbar .navbar-toggle .icon-bar {
  background: var(--cp-navy);
}

.cp-main-menu > li > a {
  position: relative;
  min-height: 88px;
  padding: 34px 12px 30px;
  color: var(--cp-navy) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
  background: transparent !important;
  transition: color 0.18s ease, background 0.18s ease;
}

.cp-main-menu > li > a:hover,
.cp-main-menu > li > a:focus,
.cp-main-menu > li.open > a,
.cp-main-menu > li.open > a:hover,
.cp-main-menu > li.open > a:focus,
.cp-main-menu > li.active > a,
.cp-main-menu > li.active > a:hover,
.cp-main-menu > li.active > a:focus {
  color: var(--cp-blue) !important;
  background: transparent !important;
}

.cp-main-menu > li > a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 20px;
  height: 3px;
  background: var(--cp-gold);
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.cp-main-menu > li.active > a::after,
.cp-main-menu > li.open > a::after,
.cp-main-menu > li > a:hover::after,
.cp-main-menu > li > a:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.cp-main-menu .caret {
  margin-left: 5px;
  border-top-color: currentColor;
}


.cp-main-menu > li.cp-nav-cta > a,
.cp-main-menu > li.cp-nav-cta > a:visited,
.cp-main-menu > li.cp-nav-cta > a:hover,
.cp-main-menu > li.cp-nav-cta > a:focus,
.cp-main-menu > li.cp-nav-cta.active > a,
.cp-main-menu > li.cp-nav-cta.active > a:hover,
.cp-main-menu > li.cp-nav-cta.active > a:focus,
.cp-nav-cta > a,
.cp-nav-cta > a:visited,
.cp-nav-cta > a:hover,
.cp-nav-cta > a:focus,
.cp-nav-cta.active > a {
  min-height: auto;
  margin-top: 24px;
  margin-left: 8px;
  padding: 10px 18px !important;
  color: #ffffff !important;
  background: var(--cp-blue) !important;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(31, 111, 178, 0.22);
  text-decoration: none !important;
}

.cp-main-menu > li.cp-nav-cta > a:hover,
.cp-main-menu > li.cp-nav-cta > a:focus,
.cp-main-menu > li.cp-nav-cta.active > a {
  color: #ffffff !important;
  background: var(--cp-blue-dark) !important;
  box-shadow: 0 10px 24px rgba(31, 111, 178, 0.3);
}

.cp-main-menu > li.cp-nav-cta > a::after,
.cp-nav-cta > a::after {
  display: none !important;
}



.cp-mega {
  position: static !important;
}

.cp-mega-menu,
.cp-mega-menu.dropdown-menu,
.cp-mega-menu-small,
.cp-mega-menu-small.dropdown-menu {
  border: 0;
  background: #ffffff;
  box-shadow: var(--cp-shadow-strong);
}

.cp-mega-menu h4 {
  margin: 0 0 12px;
  color: var(--cp-navy);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cp-mega-menu p {
  margin: 0 0 16px;
  color: var(--cp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.cp-mega-menu ul {
  margin: 0;
  padding: 0;
}

.cp-mega-menu li {
  margin: 0;
  padding: 0;
}

.cp-mega-menu li + li {
  border-top: 1px solid var(--cp-line);
}

.cp-mega-menu li a {
  position: relative;
  display: block;
  padding: 10px 0 10px 18px;
  color: var(--cp-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cp-mega-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cp-gold);
  opacity: 0.75;
}

.cp-mega-menu li a:hover,
.cp-mega-menu li a:focus {
  color: var(--cp-blue);
  text-decoration: none;
}

.cp-mega-feature {
  background: var(--cp-cream);
  border-radius: 14px;
  padding: 14px;
}

.cp-mega-feature img {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 14px;
  box-shadow: 0 10px 24px rgba(7, 23, 41, 0.12);
}

.cp-mega-feature .btn {
  border-radius: 999px;
  padding: 8px 15px;
  font-weight: 800;
}

@media (min-width: 768px) {
  .cp-main-menu > li.dropdown:hover > .dropdown-menu,
  .cp-main-menu > li.dropdown:focus-within > .dropdown-menu,
  .cp-mega:hover > .cp-mega-menu,
  .cp-mega:focus-within > .cp-mega-menu {
    display: block;
  }

  .cp-main-menu > li.dropdown:hover > a,
  .cp-main-menu > li.dropdown:focus-within > a {
    color: var(--cp-blue) !important;
  }

  .cp-mega-menu,
  .cp-mega-menu.dropdown-menu,
  .cp-mega-menu-small,
  .cp-mega-menu-small.dropdown-menu {
    position: fixed !important;
    top: 126px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin: 0 !important;
    padding: 30px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: var(--cp-shadow-strong) !important;
  }

  .cp-mega-menu > .row,
  .cp-mega-menu.dropdown-menu > .row {
    width: 1170px;
    max-width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .cp-mega-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    height: 1px;
    background: var(--cp-border);
  }
}



.cp-home-hero {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 720px;
  margin-top: -126px;
  overflow: hidden;
  background: #111111 url('/img/apartments.jpg') center center / cover no-repeat;
  color: #ffffff;
}

.cp-hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(16, 36, 63, 0.9) 0%, rgba(16, 36, 63, 0.72) 38%, rgba(16, 36, 63, 0.18) 78%);
}

.cp-hero-container {
  position: relative;
  z-index: 2;
  padding-top: 126px;
}

.cp-eyebrow {
  margin-bottom: 14px;
  color: var(--cp-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cp-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 58px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.cp-hero-lede {
  max-width: 700px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.7;
}

.cp-hero-actions .btn + .btn {
  margin-left: 12px;
}



.cp-quick-panel {
  position: relative;
  z-index: 5;
  margin-top: -62px;
}

.cp-quick-row {
  overflow: hidden;
  background: #ffffff;
  border-radius: var(--cp-radius);
  box-shadow: var(--cp-shadow);
}

.cp-quick-item {
  min-height: 158px;
  padding: 30px 28px;
  border-right: 1px solid var(--cp-line);
}

.cp-quick-item:last-child {
  border-right: 0;
}

.cp-quick-item .glyphicon {
  margin-bottom: 12px;
  color: var(--cp-gold);
  font-size: 28px;
}

.cp-quick-item h2 {
  margin: 0 0 8px;
  color: var(--cp-navy);
  font-size: 20px;
  font-weight: 900;
}

.cp-quick-item p {
  margin: 0;
  color: var(--cp-muted);
}

.cp-section {
  padding: 86px 0;
}

.cp-section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.cp-section-heading h2,
.cp-section-split-heading h2,
.cp-process h2 {
  margin: 0 0 14px;
  color: var(--cp-navy);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.13;
}

.cp-section-heading p,
.cp-section-split-heading p,
.cp-process p {
  color: var(--cp-muted);
  font-size: 17px;
}

.cp-listings-section,
.cp-communities {
  background: var(--cp-light);
}

.cp-section-split-heading {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.cp-section-action {
  text-align: right;
}

.cp-empty-state {
  padding: 38px;
  background: #ffffff;
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
  text-align: center;
}

.cp-empty-state h3 {
  margin-top: 0;
  color: var(--cp-navy);
  font-weight: 900;
}



.cp-card-grid,
.cp-property-grid,
.cp-community-grid {
  display: flex;
  flex-wrap: wrap;
}

.cp-card-grid > div,
.cp-property-grid > div,
.cp-community-grid > div {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.cp-service-card,
.cp-listing-card,
.cp-community-tile,
.cp-property-card,
.cp-contact-panel,
.cp-content-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
  overflow: hidden;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.cp-content-wrap,
.cp-contact-panel,
.cp-property-card {
  padding: 28px;
}

.cp-service-card:hover,
.cp-service-card:focus-within,
.cp-community-tile:hover,
.cp-community-tile:focus-within {
  box-shadow: var(--cp-shadow);
  transform: translateY(-3px);
}

.cp-listing-card:hover,
.cp-listing-card:focus-within {
  box-shadow: var(--cp-shadow);
  transform: none;
}

.cp-service-card img,
.cp-listing-image img,
.cp-community-tile img,
.cp-property-card img,
.cp-community-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.cp-service-card img,
.cp-listing-image img,
.cp-community-tile img {
  aspect-ratio: 16 / 10;
}

.cp-property-card img,
.cp-community-card img {
  border-radius: 12px;
}

.cp-service-card-body,
.cp-listing-body,
.cp-community-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
}

.cp-service-card-body > a:last-child,
.cp-service-card-body > .btn:last-child,
.cp-listing-body > a:last-child,
.cp-listing-body > .btn:last-child,
.cp-community-content > a:last-child,
.cp-community-content > .btn:last-child {
  margin-top: auto;
}

.cp-service-card h3,
.cp-listing-card h3,
.cp-community-tile h3 {
  margin: 0 0 12px;
  color: var(--cp-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.cp-service-card p,
.cp-listing-card p,
.cp-community-tile p {
  color: var(--cp-muted);
}

.cp-service-card a:not(.btn) {
  font-weight: 900;
  text-decoration: none;
}

.cp-listing-image {
  display: block;
  background: var(--cp-navy);
}

.cp-listing-kicker {
  margin-bottom: 8px;
  color: var(--cp-gold) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-listing-card h3 a {
  color: var(--cp-navy);
  text-decoration: none;
}

.cp-listing-card h3 a:hover,
.cp-listing-card h3 a:focus {
  color: var(--cp-blue);
}

.cp-listing-specs {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
  padding-top: 18px;
  border-top: 1px solid var(--cp-line);
}

.cp-listing-specs div {
  min-width: 66px;
}

.cp-listing-specs dt {
  color: var(--cp-muted);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cp-listing-specs dd {
  margin: 0;
  color: var(--cp-navy);
  font-size: 16px;
  font-weight: 900;
}

.cp-community-tile {
  position: relative;
}

.cp-community-content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), #ffffff);
}

.cp-section-title {
  margin-top: 0;
  color: var(--cp-navy);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.cp-required {
  color: #b42318;
}



.cp-process {
  padding: 86px 0;
  background: linear-gradient(135deg, var(--cp-navy) 0%, var(--cp-navy-2) 100%);
  color: #ffffff;
}

.cp-process .cp-eyebrow,
.cp-process h2,
.cp-process h3 {
  color: #ffffff;
}

.cp-process p {
  color: rgba(255, 255, 255, 0.78);
}

.cp-process-list {
  padding: 16px 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--cp-radius);
}

.cp-process-step {
  display: flex;
  gap: 22px;
  padding: 24px 0;
}

.cp-process-step + .cp-process-step {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.cp-process-step span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background: var(--cp-gold);
  border-radius: 999px;
  color: #111111;
  font-weight: 900;
}

.cp-process-step h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 900;
}

.cp-process-step p {
  margin: 0;
}



.cp-footer {
  margin-top: 0;
  background: var(--cp-navy);
  color: rgba(255, 255, 255, 0.74);
}

.cp-footer-cta {
  padding: 46px 0;
  background: #ffffff;
  color: var(--cp-ink);
}

.cp-footer-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cp-footer-cta h2 {
  margin: 0 0 8px;
  color: var(--cp-navy);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.cp-footer-cta p {
  margin: 0;
  color: var(--cp-muted);
  font-size: 17px;
}

.text-md-right {
  text-align: right;
}

.cp-footer-main {
  padding: 56px 0 42px;
}

.cp-footer h3,
.cp-footer h4 {
  margin-top: 0;
  color: #ffffff;
  font-weight: 900;
}

.cp-footer h4 {
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cp-footer-brand img,
.cp-footer-main img.cp-logo-stroke,
.cp-footer-main .cp-footer-logo {
  display: block;
  width: auto;
  max-height: 64px;
  margin-bottom: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  outline: 0;
}

.cp-footer-license {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.cp-footer a {
  color: rgba(255, 255, 255, 0.86);
}

.cp-footer a:hover,
.cp-footer a:focus {
  color: #ffffff;
}

.cp-footer-links li {
  margin-bottom: 9px;
}

.cp-footer-contact address {
  margin-bottom: 14px;
  line-height: 1.7;
}

.cp-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cp-footer-bottom p {
  margin: 0;
}

.cp-footer-legal {
  text-align: right;
}

.cp-footer-legal a {
  display: inline-block;
  margin-left: 16px;
}



@media (max-width: 1199px) {
  .cp-main-menu > li > a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 13px;
  }

  .cp-main-menu > li.cp-nav-cta > a,
  .cp-nav-cta > a {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .cp-brand img {
    max-width: 210px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cp-main-menu > li > a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
  }

  .cp-main-menu > li.cp-nav-cta > a,
  .cp-nav-cta > a {
    margin-left: 4px;
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .cp-brand img {
    max-width: 175px;
  }
}

@media (max-width: 991px) {
  .cp-hero h1 {
    font-size: 48px;
  }

  .cp-section-heading h2,
  .cp-section-split-heading h2,
  .cp-process h2 {
    font-size: 34px;
  }

  .text-md-right,
  .cp-section-action {
    margin-top: 18px;
    text-align: left;
  }

  .cp-footer-cta-row {
    display: block;
  }
}

@media (max-width: 767px) {
  body.cp-site,
  body {
    padding-top: 82px;
  }

  .cp-navbar.navbar,
  .cp-navbar.navbar-fixed-top {
    top: 0 !important;
    min-height: 82px;
    margin: 0 !important;
  }

  .cp-brand,
  .cp-brand.navbar-brand {
    height: 82px;
    padding: 9px 15px;
  }

  .cp-brand img {
    max-height: 62px;
    max-width: 260px;
  }

  .cp-navbar .navbar-toggle {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .cp-navbar .navbar-collapse {
    max-height: calc(100vh - 82px);
    background: #ffffff;
    border-top: 1px solid var(--cp-border);
    box-shadow: 0 16px 30px rgba(7, 23, 41, 0.12);
    overflow-y: auto;
  }

  .cp-main-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 0 16px;
  }

  .cp-main-menu > li > a {
    min-height: 0;
    padding: 13px 18px !important;
    color: var(--cp-navy) !important;
    font-size: 15px;
    border-bottom: 1px solid #eef2f6;
  }

  .cp-main-menu > li > a::after {
    display: none;
  }

  .cp-main-menu > li.active > a {
    background: #f7f9fc !important;
    box-shadow: inset 4px 0 0 var(--cp-gold);
  }

  .cp-mobile-contact a {
    color: var(--cp-blue) !important;
    font-weight: 800 !important;
  }

  .cp-main-menu > li.cp-nav-cta > a,
  .cp-nav-cta > a {
    display: block;
    margin: 14px 18px 4px !important;
    padding: 12px 18px !important;
    color: #ffffff !important;
    background: var(--cp-blue) !important;
    border-radius: 12px !important;
    text-align: center;
  }

  .cp-mega {
    position: relative !important;
  }

  .cp-mega-menu,
  .cp-mega-menu.dropdown-menu,
  .cp-mega-menu-small,
  .cp-mega-menu-small.dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 18px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: var(--cp-light) !important;
  }

  .cp-mega-menu > .row,
  .cp-mega-menu.dropdown-menu > .row {
    width: auto;
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
  }

  .cp-mega-menu::before {
    display: none !important;
  }

  .cp-mega-feature {
    margin-bottom: 18px;
    padding-right: 14px;
  }

  .cp-mega-feature img {
    height: 135px;
    margin-bottom: 12px;
  }

  .cp-mega-menu h4 {
    margin-top: 10px;
  }

  .cp-mega-menu li a {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .cp-home-hero {
    min-height: 620px;
    margin-top: -82px;
  }

  .cp-hero-overlay {
    background: linear-gradient(90deg, rgba(16, 36, 63, 0.92), rgba(16, 36, 63, 0.68));
  }

  .cp-hero-container {
    padding-top: 95px;
  }

  .cp-hero h1 {
    font-size: 38px;
  }

  .cp-hero-lede {
    font-size: 17px;
  }

  .cp-hero-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }

  .cp-hero-actions .btn + .btn {
    margin-left: 0;
  }

  .cp-quick-panel {
    margin-top: 0;
  }

  .cp-quick-row {
    border-radius: 0;
  }

  .cp-quick-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--cp-line);
  }

  .cp-section,
  .cp-process {
    padding: 58px 0;
  }

  .cp-section-heading h2,
  .cp-section-split-heading h2,
  .cp-process h2,
  .cp-footer-cta h2 {
    font-size: 30px;
  }

  .cp-section-split-heading {
    display: block;
  }

  .cp-card-grid,
  .cp-property-grid,
  .cp-community-grid {
    display: block;
  }

  .cp-card-grid > div,
  .cp-property-grid > div,
  .cp-community-grid > div {
    display: block;
    float: none;
  }

  .cp-service-card,
  .cp-listing-card,
  .cp-community-tile,
  .cp-property-card,
  .cp-contact-panel,
  .cp-content-wrap {
    display: block;
  }

  .cp-process-step {
    gap: 14px;
  }

  .cp-process-step span {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .cp-footer-main [class*="col-"] {
    margin-bottom: 25px;
  }

  .cp-footer-legal,
  .cp-footer-bottom,
  .cp-footer-bottom p {
    text-align: left;
  }

  .cp-footer-legal a {
    margin: 10px 16px 0 0;
  }
}
.cp-logo-stroke {
  filter:
    drop-shadow(1px 0 0 #ffffff)
    drop-shadow(-1px 0 0 #ffffff)
    drop-shadow(0 1px 0 #ffffff)
    drop-shadow(0 -1px 0 #ffffff)
    drop-shadow(0 3px 8px rgba(0, 0, 0, 0.22));
}


body.cp-contact-page {
  background: #f8fafc;
}

.cp-contact-hero {
  background: #0f2742 url('/img/marketing1.jpg') center center / cover no-repeat;
  color: #ffffff;
  margin-top: 0;
  min-height: 470px;
  overflow: hidden;
  padding: 86px 0 76px;
  position: relative;
}

.cp-contact-hero-overlay {
  background: linear-gradient(105deg, rgba(15, 39, 66, 0.94) 0%, rgba(15, 39, 66, 0.78) 46%, rgba(15, 39, 66, 0.26) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cp-contact-hero-container {
  position: relative;
  z-index: 2;
}

.cp-contact-hero h1 {
  color: #ffffff;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0 0 22px;
  max-width: 740px;
}

.cp-contact-hero-lede {
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 690px;
}

.cp-contact-hero-actions .btn + .btn {
  margin-left: 12px;
}

.cp-contact-hero-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  color: var(--cp-ink, #17202a);
  margin-top: 16px;
  padding: 30px;
}

.cp-contact-card-kicker,
.cp-form-kicker {
  color: var(--cp-gold, #c99a45);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cp-contact-hero-card h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}

.cp-contact-hero-card p {
  color: var(--cp-muted, #667085);
  margin-bottom: 18px;
}

.cp-contact-hero-card li {
  border-top: 1px solid var(--cp-line, #e6e9ee);
  color: var(--cp-ink, #17202a);
  padding: 12px 0 12px 30px;
  position: relative;
}

.cp-contact-hero-card .glyphicon {
  color: var(--cp-gold, #c99a45);
  left: 0;
  position: absolute;
  top: 15px;
}

.cp-contact-main {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding: 70px 0 90px;
}

.cp-contact-layout {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.cp-contact-layout > [class*="col-"] {
  display: flex;
  float: none;
}

.cp-contact-form-shell,
.cp-contact-sidebar,
.cp-contact-panel {
  width: 100%;
}

.cp-contact-form-shell {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(15, 39, 66, 0.1);
  overflow: hidden;
  padding: 34px;
}

.cp-form-heading-row {
  align-items: flex-start;
  border-bottom: 1px solid var(--cp-line, #e6e9ee);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 24px;
}

.cp-form-heading-row h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0 0 10px;
}

.cp-form-heading-row p {
  color: var(--cp-muted, #667085);
  font-size: 16px;
  margin: 0;
  max-width: 620px;
}

.cp-form-required-note {
  background: #f8fafc;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 999px;
  color: var(--cp-muted, #667085);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 13px;
}

.cp-form-required-note span,
.cp-required {
  color: #b42318;
}

.cp-form-alert {
  border-radius: 14px;
  margin-bottom: 24px;
}

.cp-form-alert ul {
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 20px;
}

.cp-property-context {
  border-radius: 14px;
}

.cp-contact-form .form-group {
  margin-bottom: 22px;
}

.cp-contact-form label {
  color: var(--cp-navy, #0f2742);
  display: block;
  font-weight: 900;
  margin-bottom: 8px;
}

.cp-contact-form .form-control {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 14px;
  box-shadow: none;
  color: var(--cp-ink, #17202a);
  font-size: 15px;
  min-height: 48px;
  padding: 10px 14px;
}

.cp-contact-form select.form-control {
  height: 48px;
}

.cp-contact-form textarea.form-control {
  line-height: 1.6;
  min-height: 170px;
  resize: vertical;
}

.cp-contact-form .form-control:focus {
  border-color: var(--cp-blue, #1f6f9f);
  box-shadow: 0 0 0 4px rgba(31, 111, 159, 0.12);
  outline: 0;
}

.cp-contact-form .help-block {
  color: var(--cp-muted, #667085);
  font-size: 13px;
  margin-bottom: 0;
}

.cp-captcha-card,
.cp-terms-check {
  background: #f8fafc;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 18px;
  margin-bottom: 22px;
  padding: 20px;
}

.cp-captcha-copy p {
  color: var(--cp-muted, #667085);
  margin-bottom: 14px;
}

.cp-captcha-control-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.cp-captcha-image {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 12px;
  display: block;
  height: 62px;
  width: 190px;
}

.cp-captcha-refresh {
  border-radius: 999px;
  padding: 9px 16px;
}

.cp-captcha-input {
  letter-spacing: 0.08em;
  max-width: 260px;
  text-transform: uppercase;
}

.cp-terms-check {
  background: #fff;
  padding: 14px 18px;
}

.cp-terms-check label {
  color: var(--cp-ink, #17202a);
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 0;
}

.cp-submit-button {
  border-radius: 14px;
  padding: 14px 22px;
}

.cp-contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cp-contact-panel {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 39, 66, 0.09);
  padding: 28px;
}

.cp-contact-panel h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
}

.cp-office-address {
  color: var(--cp-ink, #17202a);
  margin-bottom: 18px;
}

.cp-office-list {
  margin: 0 0 22px;
}

.cp-office-list li {
  border-top: 1px solid var(--cp-line, #e6e9ee);
  color: var(--cp-ink, #17202a);
  padding: 12px 0 12px 30px;
  position: relative;
}

.cp-office-list .glyphicon {
  color: var(--cp-gold, #c99a45);
  left: 0;
  position: absolute;
  top: 15px;
}

.cp-help-card ul {
  margin-bottom: 0;
  padding-left: 19px;
}

.cp-help-card li {
  margin-bottom: 10px;
}

.cp-trust-card {
  background: linear-gradient(135deg, var(--cp-navy, #0f2742), var(--cp-navy-2, #143653));
  color: rgba(255, 255, 255, 0.82);
}

.cp-trust-card h2 {
  color: #ffffff;
}

.cp-trust-card p {
  color: rgba(255, 255, 255, 0.82);
}

.cp-trust-card a {
  color: #ffffff;
  font-weight: 800;
}

@media (min-width: 1200px) {
  .cp-contact-sidebar {
    position: sticky;
    top: 140px;
  }
}

@media (max-width: 991px) {
  .cp-contact-hero {
    padding: 68px 0 60px;
  }

  .cp-contact-hero h1 {
    font-size: 44px;
  }

  .cp-contact-hero-card {
    margin-top: 34px;
  }

  .cp-contact-layout,
  .cp-contact-layout > [class*="col-"] {
    display: block;
    float: left;
  }

  .cp-contact-sidebar {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .cp-contact-hero {
    min-height: 0;
    padding: 52px 0 46px;
  }

  .cp-contact-hero h1 {
    font-size: 36px;
  }

  .cp-contact-hero-lede {
    font-size: 17px;
  }

  .cp-contact-hero-actions .btn {
    display: block;
    margin-bottom: 12px;
    width: 100%;
  }

  .cp-contact-hero-actions .btn + .btn {
    margin-left: 0;
  }

  .cp-contact-main {
    padding: 42px 0 60px;
  }

  .cp-contact-form-shell,
  .cp-contact-panel,
  .cp-contact-hero-card {
    border-radius: 16px;
    padding: 22px;
  }

  .cp-form-heading-row {
    display: block;
  }

  .cp-form-heading-row h2 {
    font-size: 28px;
  }

  .cp-form-required-note {
    display: inline-block;
    margin-top: 16px;
  }

  .cp-captcha-input {
    max-width: none;
  }
}


.cp-floating-tools {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 10px !important;
  z-index: 2147483000 !important;
  pointer-events: none;
}

.cp-floating-tools .cp-floating-btn {
  pointer-events: auto;
}


.cp-floating-accessibility {
  order: 2;
}

.cp-floating-privacy {
  order: 1;
}

.cp-floating-btn {
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100vw - 36px);
  white-space: nowrap;
}


@media (max-width: 767px) {
  .cp-floating-tools {
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: calc(100vw - 24px);
    flex-direction: column !important;
    align-items: flex-end !important;
  }

  .cp-floating-btn {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: calc(100vw - 24px);
    padding: 10px 13px !important;
    font-size: 12px;
  }
}


html.cp-text-large body.cp-site {
  font-size: 18px;
}

html.cp-text-xlarge body.cp-site {
  font-size: 20px;
}


html.cp-text-large .cp-site-modal .modal-dialog,
html.cp-text-xlarge .cp-site-modal .modal-dialog {
  width: min(720px, calc(100vw - 24px));
}

html.cp-text-large .cp-a11y-btn-group .btn,
html.cp-text-xlarge .cp-a11y-btn-group .btn,
html.cp-text-large .cp-privacy-actions .btn,
html.cp-text-xlarge .cp-privacy-actions .btn {
  white-space: normal;
}


html.cp-high-contrast .cp-accessibility-modal,
html.cp-high-contrast .cp-accessibility-modal .modal-body,
html.cp-high-contrast .cp-accessibility-modal .modal-footer,
html.cp-high-contrast .cp-a11y-control-group,
html.cp-high-contrast .cp-privacy-modal,
html.cp-high-contrast .cp-privacy-modal .modal-body {
  background: #000000 !important;
  color: #ffffff !important;
}

html.cp-high-contrast .cp-accessibility-modal .btn-primary,
html.cp-high-contrast .cp-accessibility-modal .btn-default,
html.cp-high-contrast .cp-privacy-modal .btn-primary,
html.cp-high-contrast .cp-privacy-modal .btn-default {
  border-color: #ffffff !important;
}

html.cp-high-contrast,
html.cp-high-contrast body,
body.cp-high-contrast {
  background: #000000 !important;
  color: #ffffff !important;
}

html.cp-high-contrast body,
html.cp-high-contrast #main-content,
html.cp-high-contrast #voice-reader,
html.cp-high-contrast .cp-site-header,
html.cp-high-contrast .cp-topbar,
html.cp-high-contrast .cp-navbar,
html.cp-high-contrast .navbar,
html.cp-high-contrast .navbar-collapse,
html.cp-high-contrast .dropdown-menu,
html.cp-high-contrast .cp-mega-menu,
html.cp-high-contrast .cp-page-header,
html.cp-high-contrast .cp-home-hero,
html.cp-high-contrast .cp-hero-overlay,
html.cp-high-contrast .cp-section,
html.cp-high-contrast .cp-contact-section,
html.cp-high-contrast .cp-legal-section,
html.cp-high-contrast .cp-listings-section,
html.cp-high-contrast .cp-communities,
html.cp-high-contrast .cp-process,
html.cp-high-contrast .cp-footer,
html.cp-high-contrast .cp-footer-cta,
html.cp-high-contrast .cp-footer-main,
html.cp-high-contrast .cp-footer-bottom,
html.cp-high-contrast .cp-content-wrap,
html.cp-high-contrast .cp-contact-panel,
html.cp-high-contrast .cp-office-card,
html.cp-high-contrast .cp-help-card,
html.cp-high-contrast .cp-property-card,
html.cp-high-contrast .cp-sidebar-card,
html.cp-high-contrast .cp-service-card,
html.cp-high-contrast .cp-listing-card,
html.cp-high-contrast .cp-community-tile,
html.cp-high-contrast .cp-card-body,
html.cp-high-contrast .cp-service-card-body,
html.cp-high-contrast .cp-listing-body,
html.cp-high-contrast .cp-community-content,
html.cp-high-contrast .cp-quick-row,
html.cp-high-contrast .cp-quick-item,
html.cp-high-contrast .cp-empty-state,
html.cp-high-contrast .cp-captcha-wrap,
html.cp-high-contrast .cp-terms-check,
html.cp-high-contrast .cp-privacy-choice-label,
html.cp-high-contrast .modal-content,
html.cp-high-contrast .modal-header,
html.cp-high-contrast .modal-body,
html.cp-high-contrast .modal-footer,
html.cp-high-contrast .cp-a11y-control-group {
  background-color: #000000 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html.cp-high-contrast body *:not(img):not(svg):not(path):not(.glyphicon):not(.icon-bar):not(.caret) {
  text-shadow: none !important;
}

html.cp-high-contrast h1,
html.cp-high-contrast h2,
html.cp-high-contrast h3,
html.cp-high-contrast h4,
html.cp-high-contrast h5,
html.cp-high-contrast h6,
html.cp-high-contrast p,
html.cp-high-contrast span,
html.cp-high-contrast small,
html.cp-high-contrast strong,
html.cp-high-contrast em,
html.cp-high-contrast li,
html.cp-high-contrast dt,
html.cp-high-contrast dd,
html.cp-high-contrast label,
html.cp-high-contrast legend,
html.cp-high-contrast th,
html.cp-high-contrast td,
html.cp-high-contrast address,
html.cp-high-contrast .help-block,
html.cp-high-contrast .cp-eyebrow,
html.cp-high-contrast .cp-muted,
html.cp-high-contrast .cp-property-meta,
html.cp-high-contrast .cp-listing-kicker,
html.cp-high-contrast .cp-footer-license,
html.cp-high-contrast .modal-title,
html.cp-high-contrast .sr-only-focusable:focus {
  color: #ffffff !important;
}

html.cp-high-contrast a,
html.cp-high-contrast a:visited,
html.cp-high-contrast .cp-main-menu > li > a,
html.cp-high-contrast .dropdown-menu a,
html.cp-high-contrast .cp-footer a {
  color: #ffff00 !important;
  text-decoration: underline !important;
}

html.cp-high-contrast a:hover,
html.cp-high-contrast a:focus {
  color: #ffffff !important;
  background-color: #003bff !important;
  outline: 3px solid #ffff00 !important;
  outline-offset: 2px !important;
}

html.cp-high-contrast .btn,
html.cp-high-contrast .btn-primary,
html.cp-high-contrast .btn-default,
html.cp-high-contrast .cp-nav-cta > a,
html.cp-high-contrast .cp-floating-btn,
html.cp-high-contrast button,
html.cp-high-contrast input[type="submit"],
html.cp-high-contrast input[type="button"] {
  background: #ffffff !important;
  background-image: none !important;
  border: 2px solid #ffffff !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html.cp-high-contrast .btn:hover,
html.cp-high-contrast .btn:focus,
html.cp-high-contrast .cp-nav-cta > a:hover,
html.cp-high-contrast .cp-nav-cta > a:focus,
html.cp-high-contrast .cp-floating-btn:hover,
html.cp-high-contrast .cp-floating-btn:focus,
html.cp-high-contrast button:hover,
html.cp-high-contrast button:focus {
  background: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
  outline: 3px solid #ffffff !important;
  outline-offset: 2px !important;
}

html.cp-high-contrast input,
html.cp-high-contrast select,
html.cp-high-contrast textarea,
html.cp-high-contrast .form-control {
  background: #000000 !important;
  background-image: none !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html.cp-high-contrast input::placeholder,
html.cp-high-contrast textarea::placeholder {
  color: #d9d9d9 !important;
  opacity: 1 !important;
}

html.cp-high-contrast input:focus,
html.cp-high-contrast select:focus,
html.cp-high-contrast textarea:focus,
html.cp-high-contrast .form-control:focus {
  border-color: #ffff00 !important;
  outline: 3px solid #ffff00 !important;
  outline-offset: 2px !important;
}

html.cp-high-contrast .alert,
html.cp-high-contrast .alert-danger,
html.cp-high-contrast .alert-success,
html.cp-high-contrast .alert-warning,
html.cp-high-contrast .alert-info {
  background: #000000 !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}

html.cp-high-contrast .cp-required,
html.cp-high-contrast .glyphicon,
html.cp-high-contrast .caret {
  color: #ffff00 !important;
}

html.cp-high-contrast .icon-bar {
  background: #ffffff !important;
}

html.cp-high-contrast img,
html.cp-high-contrast .cp-captcha-image {
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
  box-shadow: none !important;
}

html.cp-high-contrast .cp-brand img,
html.cp-high-contrast .cp-site-header .cp-logo-stroke {
  background: #ffffff !important;
  border-radius: 8px !important;
  padding: 4px !important;
}

html.cp-high-contrast .cp-footer-main img.cp-logo-stroke,
html.cp-high-contrast .cp-footer-main .cp-footer-logo {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  outline: 0 !important;
  padding: 0 !important;
}

html.cp-high-contrast .cp-mega-menu li + li,
html.cp-high-contrast .cp-footer-bottom,
html.cp-high-contrast .cp-section-intro,
html.cp-high-contrast .cp-listing-specs,
html.cp-high-contrast .cp-office-list li {
  border-color: #ffffff !important;
}

html.cp-high-contrast .modal-backdrop {
  background: #000000 !important;
  opacity: 0.92 !important;
}

html.cp-high-contrast ::selection {
  background: #ffff00 !important;
  color: #000000 !important;
}


.cp-green-page .cp-green-hero {
  background: #0f2742 url('/img/gogreenlady.jpg') center center / cover no-repeat;
  color: #ffffff;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cp-green-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 39, 66, 0.92) 0%, rgba(15, 39, 66, 0.72) 44%, rgba(15, 39, 66, 0.2) 100%);
}

.cp-green-hero-container {
  position: relative;
  z-index: 2;
}

.cp-green-hero-card {
  max-width: 760px;
  padding: 62px 0;
}

.cp-green-hero-card h1 {
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 5.25rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0 0 22px;
}

.cp-green-hero-lede {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
  line-height: 1.7;
  margin: 0 0 30px;
  max-width: 680px;
}

.cp-green-actions .btn + .btn {
  margin-left: 12px;
}

.cp-green-summary {
  background: #ffffff;
  margin-top: -58px;
  position: relative;
  z-index: 4;
}

.cp-green-summary-row {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: var(--cp-radius, 16px);
  box-shadow: var(--cp-shadow, 0 18px 50px rgba(15, 39, 66, 0.14));
  overflow: hidden;
}

.cp-green-summary-row > [class*="col-"] {
  border-right: 1px solid var(--cp-line, #e6e9ee);
}

.cp-green-summary-row > [class*="col-"]:last-child {
  border-right: 0;
}

.cp-green-summary-item {
  min-height: 190px;
  padding: 32px 28px;
}

.cp-green-summary-item .glyphicon {
  color: #2e7d32;
  font-size: 2rem;
  margin-bottom: 14px;
}

.cp-green-summary-item h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 10px;
}

.cp-green-summary-item p {
  color: var(--cp-muted, #667085);
  margin: 0;
}

.cp-green-section {
  background: #ffffff;
  padding: 86px 0;
}

.cp-green-section-alt {
  background: #f8fafc;
}

.cp-green-intro-row,
.cp-green-story-row,
.cp-green-cta-row,
.cp-green-initiative-grid {
  display: flex;
  flex-wrap: wrap;
}

.cp-green-intro-row > [class*="col-"],
.cp-green-story-row > [class*="col-"],
.cp-green-cta-row > [class*="col-"],
.cp-green-initiative-grid > [class*="col-"] {
  display: flex;
  float: none;
}

.cp-green-content-card,
.cp-green-photo-card,
.cp-green-wide-photo,
.cp-green-story-stack,
.cp-green-initiative-card {
  width: 100%;
}

.cp-green-content-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: var(--cp-radius, 16px);
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
  padding: 38px;
}

.cp-green-content-card h2,
.cp-green-section .cp-section-heading h2,
.cp-green-story-card h2,
.cp-green-cta h2 {
  color: var(--cp-navy, #0f2742);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.cp-green-content-card h2 {
  font-size: 2.5rem;
  margin: 0 0 18px;
}

.cp-green-content-card p {
  color: var(--cp-muted, #667085);
  font-size: 1.04rem;
  line-height: 1.78;
}

.cp-green-photo-card,
.cp-green-wide-photo {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: var(--cp-radius, 16px);
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
  margin: 0;
  overflow: hidden;
}

.cp-green-photo-card img,
.cp-green-wide-photo img {
  display: block;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

.cp-green-photo-card figcaption {
  background: #ffffff;
  color: var(--cp-muted, #667085);
  font-size: 0.95rem;
  padding: 16px 18px;
}

.cp-green-initiative-grid > [class*="col-"] {
  margin-bottom: 30px;
}

.cp-green-initiative-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: var(--cp-radius, 16px);
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 30px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cp-green-initiative-card:hover,
.cp-green-initiative-card:focus-within {
  box-shadow: var(--cp-shadow, 0 18px 50px rgba(15, 39, 66, 0.14));
  transform: translateY(-3px);
}

.cp-green-card-icon {
  align-items: center;
  background: rgba(46, 125, 50, 0.1);
  border-radius: 999px;
  color: #2e7d32;
  display: inline-flex;
  font-size: 1.6rem;
  height: 56px;
  justify-content: center;
  margin-bottom: 20px;
  width: 56px;
}

.cp-green-initiative-card h3 {
  color: var(--cp-navy, #0f2742);
  font-size: 1.3rem;
  font-weight: 900;
  margin: 0 0 12px;
}

.cp-green-initiative-card p {
  color: var(--cp-muted, #667085);
  line-height: 1.7;
  margin: 0;
}

.cp-green-story-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cp-green-story-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: var(--cp-radius, 16px);
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
  padding: 28px;
}

.cp-green-story-card h2 {
  font-size: 1.65rem;
  margin: 0 0 12px;
}

.cp-green-story-card p {
  color: var(--cp-muted, #667085);
  line-height: 1.75;
  margin: 0;
}

.cp-green-cta {
  background: linear-gradient(135deg, var(--cp-navy, #0f2742) 0%, var(--cp-navy-2, #143653) 100%);
  color: #ffffff;
  padding: 72px 0;
}

.cp-green-cta h2 {
  color: #ffffff;
  font-size: 2.5rem;
  margin: 0 0 14px;
}

.cp-green-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.cp-green-cta-actions {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.cp-green-cta-actions .btn + .btn {
  margin-top: 12px;
}

html.cp-high-contrast .cp-green-hero,
body.cp-high-contrast .cp-green-hero,
html.cp-high-contrast .cp-green-summary,
body.cp-high-contrast .cp-green-summary,
html.cp-high-contrast .cp-green-section,
body.cp-high-contrast .cp-green-section,
html.cp-high-contrast .cp-green-section-alt,
body.cp-high-contrast .cp-green-section-alt,
html.cp-high-contrast .cp-green-cta,
body.cp-high-contrast .cp-green-cta,
html.cp-high-contrast .cp-green-content-card,
body.cp-high-contrast .cp-green-content-card,
html.cp-high-contrast .cp-green-summary-row,
body.cp-high-contrast .cp-green-summary-row,
html.cp-high-contrast .cp-green-summary-item,
body.cp-high-contrast .cp-green-summary-item,
html.cp-high-contrast .cp-green-initiative-card,
body.cp-high-contrast .cp-green-initiative-card,
html.cp-high-contrast .cp-green-story-card,
body.cp-high-contrast .cp-green-story-card,
html.cp-high-contrast .cp-green-photo-card,
body.cp-high-contrast .cp-green-photo-card,
html.cp-high-contrast .cp-green-wide-photo,
body.cp-high-contrast .cp-green-wide-photo,
html.cp-high-contrast .cp-green-photo-card figcaption,
body.cp-high-contrast .cp-green-photo-card figcaption {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}

html.cp-high-contrast .cp-green-hero-overlay,
body.cp-high-contrast .cp-green-hero-overlay {
  background: rgba(0, 0, 0, 0.82) !important;
}

html.cp-high-contrast .cp-green-page h1,
body.cp-high-contrast .cp-green-page h1,
html.cp-high-contrast .cp-green-page h2,
body.cp-high-contrast .cp-green-page h2,
html.cp-high-contrast .cp-green-page h3,
body.cp-high-contrast .cp-green-page h3,
html.cp-high-contrast .cp-green-page p,
body.cp-high-contrast .cp-green-page p,
html.cp-high-contrast .cp-green-page figcaption,
body.cp-high-contrast .cp-green-page figcaption {
  color: #ffffff !important;
}

html.cp-high-contrast .cp-green-card-icon,
body.cp-high-contrast .cp-green-card-icon,
html.cp-high-contrast .cp-green-summary-item .glyphicon,
body.cp-high-contrast .cp-green-summary-item .glyphicon {
  background: #000000 !important;
  color: #ffff00 !important;
  border: 2px solid #ffff00 !important;
}

@media (max-width: 991px) {
  .cp-green-summary {
    margin-top: 0;
  }

  .cp-green-intro-row,
  .cp-green-story-row,
  .cp-green-cta-row {
    display: block;
  }

  .cp-green-intro-row > [class*="col-"],
  .cp-green-story-row > [class*="col-"],
  .cp-green-cta-row > [class*="col-"] {
    display: block;
    float: left;
  }

  .cp-green-photo-card,
  .cp-green-wide-photo,
  .cp-green-story-stack {
    margin-top: 28px;
  }

  .cp-green-cta-actions {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .cp-green-page .cp-green-hero {
    min-height: 560px;
  }

  .cp-green-hero-card {
    padding: 44px 0;
  }

  .cp-green-hero-card h1 {
    font-size: 2.7rem;
  }

  .cp-green-actions .btn {
    display: block;
    width: 100%;
  }

  .cp-green-actions .btn + .btn {
    margin-left: 0;
    margin-top: 12px;
  }

  .cp-green-summary-row {
    border-radius: 0;
  }

  .cp-green-summary-row > [class*="col-"] {
    border-right: 0;
    border-bottom: 1px solid var(--cp-line, #e6e9ee);
  }

  .cp-green-section {
    padding: 56px 0;
  }

  .cp-green-content-card,
  .cp-green-initiative-card,
  .cp-green-story-card {
    padding: 24px;
  }

  .cp-green-content-card h2,
  .cp-green-cta h2 {
    font-size: 2rem;
  }

  .cp-green-photo-card img,
  .cp-green-wide-photo img {
    min-height: 260px;
  }

  .cp-green-initiative-grid {
    display: block;
  }

  .cp-green-initiative-grid > [class*="col-"] {
    display: block;
    float: left;
  }
}


.cp-professionals-header {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(15, 39, 66, 0.92), rgba(15, 39, 66, 0.64), rgba(15, 39, 66, 0.18)),
    url('/img/team.jpg') center center / cover no-repeat;
  color: #ffffff;
  display: flex;
  min-height: 620px;
  overflow: hidden;
  padding: 126px 0 90px;
  position: relative;
}

.cp-professionals-header .container {
  position: relative;
  z-index: 2;
}

.cp-professionals-header .cp-page-header-content {
  max-width: 820px;
}

.cp-professionals-header h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0 0 20px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.24);
}

.cp-professionals-header p:not(.cp-eyebrow) {
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 760px;
}

.cp-header-actions .btn + .btn {
  margin-left: 12px;
}

.cp-professionals-section {
  background: #f8fafc;
  padding: 78px 0 86px;
}

.cp-professionals-layout {
  display: flex;
  flex-wrap: wrap;
}

.cp-professionals-layout > [class*="col-"] {
  display: flex;
  float: none;
  flex-direction: column;
}

.cp-professionals-heading {
  margin: 0 0 28px;
  max-width: 760px;
}

.cp-professionals-heading h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 12px;
}

.cp-professionals-heading p:not(.cp-eyebrow) {
  color: var(--cp-muted, #667085);
  font-size: 17px;
  margin-bottom: 0;
}

.cp-professional-list {
  display: block;
}

.cp-professional-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(15, 39, 66, 0.08);
  display: flex;
  margin-bottom: 28px;
  overflow: hidden;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.cp-professional-card:hover,
.cp-professional-card:focus-within {
  box-shadow: 0 20px 48px rgba(15, 39, 66, 0.14);
  transform: translateY(-2px);
}

.cp-professional-media {
  background: var(--cp-navy, #0f2742);
  flex: 0 0 245px;
  min-height: 320px;
  overflow: hidden;
}

.cp-professional-media img {
  display: block;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.cp-professional-content {
  flex: 1 1 auto;
  padding: 30px 32px;
}

.cp-professional-role {
  color: var(--cp-gold, #c99a45);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.cp-professional-content h3 {
  color: var(--cp-navy, #0f2742);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}

.cp-professional-summary {
  color: var(--cp-blue, #1f6f9f);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  margin-bottom: 18px;
}

.cp-professional-content p {
  color: var(--cp-ink, #17202a);
  font-size: 15px;
  line-height: 1.75;
}

.cp-professional-content p:last-child {
  margin-bottom: 0;
}

.cp-professionals-sidebar-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(15, 39, 66, 0.08);
  margin-bottom: 24px;
  overflow: hidden;
}

.cp-team-cta-image {
  display: block;
  width: 100%;
}

.cp-team-cta-body,
.cp-team-values-card,
.cp-team-office-card {
  padding: 26px;
}

.cp-professionals-sidebar-card h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
}

.cp-professionals-sidebar-card p,
.cp-professionals-sidebar-card li,
.cp-professionals-sidebar-card address {
  color: var(--cp-muted, #667085);
  font-size: 15px;
  line-height: 1.7;
}

.cp-check-list li {
  border-top: 1px solid var(--cp-line, #e6e9ee);
  padding: 13px 0 13px 30px;
  position: relative;
}

.cp-check-list li:first-child {
  border-top: 0;
}

.cp-check-list li::before {
  background: var(--cp-gold, #c99a45);
  border-radius: 999px;
  color: #111111;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 20px;
}

.cp-team-office-card .glyphicon {
  color: var(--cp-gold, #c99a45);
  margin-right: 8px;
}

.cp-team-process {
  background: linear-gradient(135deg, var(--cp-navy, #0f2742) 0%, var(--cp-navy-2, #143653) 100%);
  color: #ffffff;
  padding: 74px 0;
}

.cp-team-process h2,
.cp-team-process h3 {
  color: #ffffff;
}

.cp-team-process h2 {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.14;
  margin: 0;
}

.cp-team-process .cp-eyebrow {
  color: var(--cp-gold, #c99a45);
}

.cp-team-process-grid {
  display: flex;
  flex-wrap: wrap;
}

.cp-team-process-grid > [class*="col-"] {
  display: flex;
  float: none;
}

.cp-team-process-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  height: 100%;
  padding: 24px;
}

.cp-team-process-item span {
  align-items: center;
  background: var(--cp-gold, #c99a45);
  border-radius: 999px;
  color: #111111;
  display: flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 16px;
  width: 42px;
}

.cp-team-process-item h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 8px;
}

.cp-team-process-item p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}


html.cp-high-contrast .cp-professionals-header,
body.cp-high-contrast .cp-professionals-header,
html.cp-high-contrast .cp-professionals-section,
body.cp-high-contrast .cp-professionals-section,
html.cp-high-contrast .cp-professional-card,
body.cp-high-contrast .cp-professional-card,
html.cp-high-contrast .cp-professionals-sidebar-card,
body.cp-high-contrast .cp-professionals-sidebar-card,
html.cp-high-contrast .cp-team-process,
body.cp-high-contrast .cp-team-process,
html.cp-high-contrast .cp-team-process-item,
body.cp-high-contrast .cp-team-process-item {
  background: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html.cp-high-contrast .cp-professional-content h3,
body.cp-high-contrast .cp-professional-content h3,
html.cp-high-contrast .cp-professional-content p,
body.cp-high-contrast .cp-professional-content p,
html.cp-high-contrast .cp-professionals-heading h2,
body.cp-high-contrast .cp-professionals-heading h2,
html.cp-high-contrast .cp-professionals-heading p,
body.cp-high-contrast .cp-professionals-heading p,
html.cp-high-contrast .cp-professionals-sidebar-card h2,
body.cp-high-contrast .cp-professionals-sidebar-card h2,
html.cp-high-contrast .cp-professionals-sidebar-card p,
body.cp-high-contrast .cp-professionals-sidebar-card p,
html.cp-high-contrast .cp-professionals-sidebar-card li,
body.cp-high-contrast .cp-professionals-sidebar-card li,
html.cp-high-contrast .cp-professionals-sidebar-card address,
body.cp-high-contrast .cp-professionals-sidebar-card address,
html.cp-high-contrast .cp-team-process h2,
body.cp-high-contrast .cp-team-process h2,
html.cp-high-contrast .cp-team-process h3,
body.cp-high-contrast .cp-team-process h3,
html.cp-high-contrast .cp-team-process p,
body.cp-high-contrast .cp-team-process p {
  color: #ffffff !important;
}

html.cp-high-contrast .cp-professional-role,
body.cp-high-contrast .cp-professional-role,
html.cp-high-contrast .cp-professional-summary,
body.cp-high-contrast .cp-professional-summary {
  color: #ffff00 !important;
}

@media (max-width: 991px) {
  .cp-professionals-header {
    min-height: 560px;
    padding: 108px 0 68px;
  }

  .cp-professionals-header h1 {
    font-size: 46px;
  }

  .cp-professionals-header p:not(.cp-eyebrow) {
    font-size: 18px;
  }

  .cp-professional-card {
    display: block;
  }

  .cp-professional-media {
    min-height: 0;
  }

  .cp-professional-media img {
    height: auto;
    min-height: 0;
  }

  .cp-professionals-layout,
  .cp-professionals-layout > [class*="col-"],
  .cp-team-process-grid,
  .cp-team-process-grid > [class*="col-"] {
    display: block;
  }

  .cp-team-process-grid > [class*="col-"] {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .cp-professionals-header {
    min-height: 0;
    padding: 84px 0 52px;
  }

  .cp-professionals-header h1 {
    font-size: 36px;
  }

  .cp-professionals-header p:not(.cp-eyebrow) {
    font-size: 16px;
  }

  .cp-header-actions .btn {
    display: block;
    margin-bottom: 12px;
    width: 100%;
  }

  .cp-header-actions .btn + .btn {
    margin-left: 0;
  }

  .cp-professionals-section {
    padding: 46px 0 54px;
  }

  .cp-professionals-heading h2,
  .cp-team-process h2 {
    font-size: 30px;
  }

  .cp-professional-content {
    padding: 24px;
  }

  .cp-professional-content h3 {
    font-size: 25px;
  }
}



.cp-professionals-header,
.cp-about-header,
.cp-commitment-header {
  align-items: center;
  color: #ffffff;
  display: flex;
  min-height: 620px;
  overflow: hidden;
  padding: 126px 0 90px;
  position: relative;
}

.cp-professionals-header {
  background:
    linear-gradient(90deg, rgba(15, 39, 66, 0.92), rgba(15, 39, 66, 0.64), rgba(15, 39, 66, 0.18)),
    url('/img/team.jpg') center center / cover no-repeat;
}

.cp-about-header {
  background:
    linear-gradient(90deg, rgba(15, 39, 66, 0.92), rgba(15, 39, 66, 0.68), rgba(15, 39, 66, 0.22)),
    url('/img/buyers-agent.jpg') center bottom / cover no-repeat;
}

.cp-commitment-header {
  background:
    linear-gradient(90deg, rgba(15, 39, 66, 0.92), rgba(15, 39, 66, 0.68), rgba(15, 39, 66, 0.2)),
    url('/img/listing-agent.jpg') center top / cover no-repeat;
}

.cp-professionals-header .container,
.cp-about-header .container,
.cp-commitment-header .container {
  position: relative;
  z-index: 2;
}

.cp-page-header-content {
  max-width: 850px;
}

.cp-professionals-header h1,
.cp-about-header h1,
.cp-commitment-header h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0 0 20px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.24);
}

.cp-professionals-header p:not(.cp-eyebrow),
.cp-about-header p:not(.cp-eyebrow),
.cp-commitment-header p:not(.cp-eyebrow) {
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 22px;
  max-width: 790px;
}

.cp-hero-attribution {
  color: var(--cp-gold, #c99a45) !important;
  font-size: 15px !important;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.cp-header-actions .btn + .btn,
.cp-team-support-actions .btn + .btn,
.cp-commitment-cta-actions .btn + .btn {
  margin-left: 12px;
}


.cp-team-modern-section {
  background: #f8fafc;
  padding: 76px 0 86px;
}

.cp-team-modern-intro {
  margin: 0 auto 34px;
  max-width: 820px;
  text-align: center;
}

.cp-team-modern-intro h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 14px;
}

.cp-team-modern-intro p:not(.cp-eyebrow) {
  color: var(--cp-muted, #667085);
  font-size: 17px;
  margin: 0;
}

.cp-modern-team-grid {
  display: flex;
  flex-wrap: wrap;
}

.cp-modern-team-grid > [class*="col-"] {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.cp-modern-team-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 39, 66, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.cp-modern-team-card:hover,
.cp-modern-team-card:focus-within {
  box-shadow: 0 20px 48px rgba(15, 39, 66, 0.14);
  transform: translateY(-2px);
}

.cp-modern-team-top {
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 62%, #f8fafc 100%);
  border-bottom: 1px solid var(--cp-line, #e6e9ee);
  padding: 28px 24px 22px;
  text-align: center;
}

.cp-modern-team-photo-wrap {
  border: 5px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.16);
  height: 148px;
  margin: 0 auto 18px;
  overflow: hidden;
  width: 148px;
}

.cp-modern-team-photo {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.cp-professional-role {
  color: var(--cp-gold, #c99a45);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.cp-modern-team-top h3 {
  color: var(--cp-navy, #0f2742);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}

.cp-modern-team-summary {
  color: var(--cp-blue, #1f6f9f);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
  margin: 0;
}

.cp-modern-team-highlights {
  padding: 22px 24px 0;
}

.cp-modern-team-highlights h4 {
  color: var(--cp-navy, #0f2742);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.cp-modern-team-bio {
  flex: 1 1 auto;
  padding: 14px 24px 26px;
}

.cp-modern-team-bio p {
  color: var(--cp-ink, #17202a);
  font-size: 15px;
  line-height: 1.72;
}

.cp-modern-team-bio p:last-child {
  margin-bottom: 0;
}

.cp-check-list li {
  border-top: 1px solid var(--cp-line, #e6e9ee);
  color: var(--cp-muted, #667085);
  font-size: 15px;
  line-height: 1.6;
  padding: 13px 0 13px 30px;
  position: relative;
}

.cp-check-list li:first-child {
  border-top: 0;
}

.cp-check-list li::before {
  background: var(--cp-gold, #c99a45);
  border-radius: 999px;
  color: #111111;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 20px;
}

.cp-team-support-strip {
  background: #ffffff;
  padding: 76px 0;
}

.cp-team-support-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.cp-team-support-row > [class*="col-"] {
  float: none;
}

.cp-team-support-media img {
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(15, 39, 66, 0.14);
  display: block;
  width: 100%;
}

.cp-team-support-content {
  padding-left: 28px;
}

.cp-team-support-content h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 14px;
}

.cp-team-support-content p:not(.cp-eyebrow) {
  color: var(--cp-muted, #667085);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.cp-team-process {
  background: linear-gradient(135deg, var(--cp-navy, #0f2742) 0%, var(--cp-navy-2, #143653) 100%);
  color: #ffffff;
  padding: 74px 0;
}

.cp-team-process h2,
.cp-team-process h3 {
  color: #ffffff;
}

.cp-team-process h2 {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.14;
  margin: 0;
}

.cp-team-process .cp-eyebrow {
  color: var(--cp-gold, #c99a45);
}

.cp-team-process-grid {
  display: flex;
  flex-wrap: wrap;
}

.cp-team-process-grid > [class*="col-"] {
  display: flex;
  float: none;
}

.cp-team-process-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  height: 100%;
  padding: 24px;
}

.cp-team-process-item span {
  align-items: center;
  background: var(--cp-gold, #c99a45);
  border-radius: 999px;
  color: #111111;
  display: flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 16px;
  width: 42px;
}

.cp-team-process-item h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 8px;
}

.cp-team-process-item p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}


.cp-about-section {
  background: #f8fafc;
  padding: 76px 0;
}

.cp-about-layout {
  display: flex;
  flex-wrap: wrap;
}

.cp-about-layout > [class*="col-"] {
  display: flex;
  float: none;
  flex-direction: column;
}

.cp-about-main-card,
.cp-about-side-card,
.cp-about-community-card,
.cp-commitment-main-card,
.cp-commitment-side-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 39, 66, 0.08);
}

.cp-about-main-card {
  padding: 34px;
  width: 100%;
}

.cp-about-main-card h2,
.cp-about-communities h2,
.cp-commitment-main-card h2,
.cp-commitment-pledge h2,
.cp-commitment-cta-card h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 16px;
}

.cp-about-main-card p,
.cp-about-side-card p,
.cp-about-side-card address,
.cp-about-community-card p,
.cp-commitment-main-card p,
.cp-commitment-pledge p,
.cp-commitment-cta-card p {
  color: var(--cp-muted, #667085);
  font-size: 16px;
  line-height: 1.72;
}

.cp-about-pillars {
  display: flex;
  flex-wrap: wrap;
  margin: 26px -10px 0;
}

.cp-about-pillar {
  background: #f8fafc;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 16px;
  flex: 1 1 240px;
  margin: 10px;
  padding: 24px;
}

.cp-about-pillar .glyphicon {
  color: var(--cp-gold, #c99a45);
  font-size: 30px;
  margin-bottom: 14px;
}

.cp-about-pillar h3,
.cp-about-side-card h2,
.cp-about-community-card h3,
.cp-commitment-main-card h3,
.cp-commitment-side-card h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.cp-about-pillar p {
  margin-bottom: 0;
}

.cp-about-side-card {
  margin-bottom: 24px;
  padding: 26px;
  width: 100%;
}

.cp-about-side-card .glyphicon {
  color: var(--cp-gold, #c99a45);
  margin-right: 8px;
}

.cp-about-communities {
  background: #ffffff;
  padding: 76px 0 86px;
}

.cp-about-community-grid {
  display: flex;
  flex-wrap: wrap;
}

.cp-about-community-grid > [class*="col-"] {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.cp-about-community-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.cp-about-community-card img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.cp-about-community-body {
  flex: 1 1 auto;
  padding: 24px;
}


.cp-commitment-section {
  background: #f8fafc;
  padding: 76px 0;
}

.cp-commitment-layout {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.cp-commitment-layout > [class*="col-"] {
  display: flex;
  float: none;
}

.cp-commitment-main-card,
.cp-commitment-side-card {
  padding: 34px;
  width: 100%;
}

.cp-commitment-main-card hr {
  border-top-color: var(--cp-line, #e6e9ee);
  margin: 28px 0;
}

.cp-commitment-pledge {
  background: #ffffff;
  padding: 76px 0;
}

.cp-pledge-grid {
  display: flex;
  flex-wrap: wrap;
}

.cp-pledge-grid > [class*="col-"] {
  display: flex;
  float: none;
  margin-bottom: 20px;
}

.cp-pledge-item {
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 16px;
  display: flex;
  gap: 16px;
  height: 100%;
  padding: 20px;
  width: 100%;
}

.cp-pledge-item span {
  color: var(--cp-gold, #c99a45);
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.cp-pledge-item p {
  margin: 0;
}

.cp-commitment-cta {
  background: linear-gradient(135deg, var(--cp-navy, #0f2742), var(--cp-navy-2, #143653));
  padding: 62px 0;
}

.cp-commitment-cta-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 34px;
}

.cp-commitment-cta-card h2,
.cp-commitment-cta-card p {
  color: #ffffff;
}

.cp-commitment-cta-card p:last-child {
  margin-bottom: 0;
}

.cp-commitment-cta-actions {
  flex: 0 0 auto;
  white-space: nowrap;
}


html.cp-high-contrast .cp-professionals-header,
body.cp-high-contrast .cp-professionals-header,
html.cp-high-contrast .cp-about-header,
body.cp-high-contrast .cp-about-header,
html.cp-high-contrast .cp-commitment-header,
body.cp-high-contrast .cp-commitment-header,
html.cp-high-contrast .cp-team-modern-section,
body.cp-high-contrast .cp-team-modern-section,
html.cp-high-contrast .cp-modern-team-card,
body.cp-high-contrast .cp-modern-team-card,
html.cp-high-contrast .cp-team-support-strip,
body.cp-high-contrast .cp-team-support-strip,
html.cp-high-contrast .cp-team-process,
body.cp-high-contrast .cp-team-process,
html.cp-high-contrast .cp-team-process-item,
body.cp-high-contrast .cp-team-process-item,
html.cp-high-contrast .cp-about-section,
body.cp-high-contrast .cp-about-section,
html.cp-high-contrast .cp-about-main-card,
body.cp-high-contrast .cp-about-main-card,
html.cp-high-contrast .cp-about-side-card,
body.cp-high-contrast .cp-about-side-card,
html.cp-high-contrast .cp-about-pillar,
body.cp-high-contrast .cp-about-pillar,
html.cp-high-contrast .cp-about-communities,
body.cp-high-contrast .cp-about-communities,
html.cp-high-contrast .cp-about-community-card,
body.cp-high-contrast .cp-about-community-card,
html.cp-high-contrast .cp-commitment-section,
body.cp-high-contrast .cp-commitment-section,
html.cp-high-contrast .cp-commitment-main-card,
body.cp-high-contrast .cp-commitment-main-card,
html.cp-high-contrast .cp-commitment-side-card,
body.cp-high-contrast .cp-commitment-side-card,
html.cp-high-contrast .cp-commitment-pledge,
body.cp-high-contrast .cp-commitment-pledge,
html.cp-high-contrast .cp-pledge-item,
body.cp-high-contrast .cp-pledge-item,
html.cp-high-contrast .cp-commitment-cta,
body.cp-high-contrast .cp-commitment-cta,
html.cp-high-contrast .cp-commitment-cta-card,
body.cp-high-contrast .cp-commitment-cta-card {
  background: #000000 !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

html.cp-high-contrast .cp-team-modern-intro h2,
body.cp-high-contrast .cp-team-modern-intro h2,
html.cp-high-contrast .cp-team-modern-intro p,
body.cp-high-contrast .cp-team-modern-intro p,
html.cp-high-contrast .cp-modern-team-top h3,
body.cp-high-contrast .cp-modern-team-top h3,
html.cp-high-contrast .cp-modern-team-bio p,
body.cp-high-contrast .cp-modern-team-bio p,
html.cp-high-contrast .cp-check-list li,
body.cp-high-contrast .cp-check-list li,
html.cp-high-contrast .cp-team-support-content h2,
body.cp-high-contrast .cp-team-support-content h2,
html.cp-high-contrast .cp-team-support-content p,
body.cp-high-contrast .cp-team-support-content p,
html.cp-high-contrast .cp-team-process h2,
body.cp-high-contrast .cp-team-process h2,
html.cp-high-contrast .cp-team-process h3,
body.cp-high-contrast .cp-team-process h3,
html.cp-high-contrast .cp-team-process p,
body.cp-high-contrast .cp-team-process p,
html.cp-high-contrast .cp-about-main-card h2,
body.cp-high-contrast .cp-about-main-card h2,
html.cp-high-contrast .cp-about-main-card h3,
body.cp-high-contrast .cp-about-main-card h3,
html.cp-high-contrast .cp-about-main-card p,
body.cp-high-contrast .cp-about-main-card p,
html.cp-high-contrast .cp-about-side-card h2,
body.cp-high-contrast .cp-about-side-card h2,
html.cp-high-contrast .cp-about-side-card p,
body.cp-high-contrast .cp-about-side-card p,
html.cp-high-contrast .cp-about-side-card address,
body.cp-high-contrast .cp-about-side-card address,
html.cp-high-contrast .cp-about-community-card h3,
body.cp-high-contrast .cp-about-community-card h3,
html.cp-high-contrast .cp-about-community-card p,
body.cp-high-contrast .cp-about-community-card p,
html.cp-high-contrast .cp-commitment-main-card h2,
body.cp-high-contrast .cp-commitment-main-card h2,
html.cp-high-contrast .cp-commitment-main-card h3,
body.cp-high-contrast .cp-commitment-main-card h3,
html.cp-high-contrast .cp-commitment-main-card p,
body.cp-high-contrast .cp-commitment-main-card p,
html.cp-high-contrast .cp-commitment-side-card h2,
body.cp-high-contrast .cp-commitment-side-card h2,
html.cp-high-contrast .cp-commitment-pledge h2,
body.cp-high-contrast .cp-commitment-pledge h2,
html.cp-high-contrast .cp-commitment-pledge p,
body.cp-high-contrast .cp-commitment-pledge p,
html.cp-high-contrast .cp-pledge-item p,
body.cp-high-contrast .cp-pledge-item p {
  color: #ffffff !important;
}

html.cp-high-contrast .cp-professional-role,
body.cp-high-contrast .cp-professional-role,
html.cp-high-contrast .cp-modern-team-summary,
body.cp-high-contrast .cp-modern-team-summary,
html.cp-high-contrast .cp-hero-attribution,
body.cp-high-contrast .cp-hero-attribution,
html.cp-high-contrast .cp-pledge-item span,
body.cp-high-contrast .cp-pledge-item span {
  color: #ffff00 !important;
}

@media (max-width: 991px) {
  .cp-professionals-header,
  .cp-about-header,
  .cp-commitment-header {
    min-height: 560px;
    padding: 108px 0 68px;
  }

  .cp-professionals-header h1,
  .cp-about-header h1,
  .cp-commitment-header h1 {
    font-size: 46px;
  }

  .cp-professionals-header p:not(.cp-eyebrow),
  .cp-about-header p:not(.cp-eyebrow),
  .cp-commitment-header p:not(.cp-eyebrow) {
    font-size: 18px;
  }

  .cp-team-support-row,
  .cp-team-process-grid,
  .cp-about-layout,
  .cp-commitment-layout,
  .cp-pledge-grid {
    display: block;
  }

  .cp-team-support-content {
    padding: 28px 0 0;
  }

  .cp-team-process-grid > [class*="col-"] {
    margin-bottom: 18px;
  }

  .cp-commitment-cta-card {
    display: block;
  }

  .cp-commitment-cta-actions {
    margin-top: 24px;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .cp-professionals-header,
  .cp-about-header,
  .cp-commitment-header {
    min-height: 0;
    padding: 84px 0 52px;
  }

  .cp-professionals-header h1,
  .cp-about-header h1,
  .cp-commitment-header h1 {
    font-size: 36px;
  }

  .cp-professionals-header p:not(.cp-eyebrow),
  .cp-about-header p:not(.cp-eyebrow),
  .cp-commitment-header p:not(.cp-eyebrow) {
    font-size: 16px;
  }

  .cp-header-actions .btn,
  .cp-team-support-actions .btn,
  .cp-commitment-cta-actions .btn {
    display: block;
    margin-bottom: 12px;
    width: 100%;
  }

  .cp-header-actions .btn + .btn,
  .cp-team-support-actions .btn + .btn,
  .cp-commitment-cta-actions .btn + .btn {
    margin-left: 0;
  }

  .cp-team-modern-section,
  .cp-about-section,
  .cp-about-communities,
  .cp-commitment-section,
  .cp-commitment-pledge {
    padding: 46px 0 54px;
  }

  .cp-team-modern-intro h2,
  .cp-team-support-content h2,
  .cp-team-process h2,
  .cp-about-main-card h2,
  .cp-about-communities h2,
  .cp-commitment-main-card h2,
  .cp-commitment-pledge h2,
  .cp-commitment-cta-card h2 {
    font-size: 30px;
  }

  .cp-modern-team-grid,
  .cp-about-community-grid {
    display: block;
  }

  .cp-modern-team-grid > [class*="col-"],
  .cp-about-community-grid > [class*="col-"] {
    display: block;
    float: left;
  }

  .cp-modern-team-top,
  .cp-modern-team-highlights,
  .cp-modern-team-bio,
  .cp-about-main-card,
  .cp-about-side-card,
  .cp-commitment-main-card,
  .cp-commitment-side-card,
  .cp-commitment-cta-card {
    padding: 24px;
  }

  .cp-modern-team-photo-wrap {
    height: 130px;
    width: 130px;
  }

  .cp-modern-team-top h3 {
    font-size: 25px;
  }
}


.cp-listing-agent-header {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(15, 39, 66, 0.92), rgba(15, 39, 66, 0.66), rgba(15, 39, 66, 0.18)),
    url('/img/listing-agent.jpg') center top / cover no-repeat;
  color: #ffffff;
  display: flex;
  min-height: 640px;
  overflow: hidden;
  padding: 126px 0 92px;
  position: relative;
}

.cp-listing-agent-header .container {
  position: relative;
  z-index: 2;
}

.cp-listing-agent-header .cp-page-header-content {
  max-width: 870px;
}

.cp-listing-agent-header h1 {
  color: #ffffff;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0 0 20px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.cp-listing-agent-header p:not(.cp-eyebrow) {
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 820px;
}

.cp-listing-agent-intro,
.cp-listing-agent-advantage,
.cp-listing-process {
  background: #f8fafc;
  padding: 76px 0;
}

.cp-listing-agent-intro-row,
.cp-listing-promises-row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.cp-listing-agent-intro-row > [class*="col-"],
.cp-listing-promises-row > [class*="col-"] {
  display: flex;
  float: none;
}

.cp-listing-agent-main-card,
.cp-listing-agent-photo-card,
.cp-listing-promises-card,
.cp-listing-process-card,
.cp-listing-pledge-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 39, 66, 0.08);
  width: 100%;
}

.cp-listing-agent-main-card {
  padding: 38px;
}

.cp-listing-agent-main-card h2,
.cp-listing-promises-copy h2,
.cp-listing-process h2,
.cp-listing-pledge-copy h2,
.cp-listing-agent-cta-card h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.14;
  margin: 0 0 18px;
}

.cp-listing-agent-main-card p,
.cp-listing-promises-copy p,
.cp-listing-process p,
.cp-listing-pledge-copy p,
.cp-listing-agent-cta-card p {
  color: var(--cp-muted, #667085);
  font-size: 16px;
  line-height: 1.75;
}

.cp-listing-agent-photo-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cp-listing-agent-photo-card img {
  display: block;
  height: 310px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.cp-listing-agent-photo-content {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  padding: 28px;
}

.cp-listing-agent-photo-content h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin: 0 0 12px;
}

.cp-listing-agent-photo-content p {
  color: var(--cp-muted, #667085);
  margin-bottom: 18px;
}

.cp-listing-agent-advantage {
  background: #ffffff;
}

.cp-listing-advantage-grid {
  display: flex;
  flex-wrap: wrap;
}

.cp-listing-advantage-grid > [class*="col-"] {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.cp-listing-advantage-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 39, 66, 0.08);
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.cp-listing-advantage-card:hover,
.cp-listing-advantage-card:focus-within {
  box-shadow: 0 20px 48px rgba(15, 39, 66, 0.14);
  transform: translateY(-2px);
}

.cp-listing-advantage-card .glyphicon {
  align-items: center;
  background: rgba(201, 154, 69, 0.14);
  border-radius: 16px;
  color: var(--cp-gold, #c99a45);
  display: flex;
  font-size: 28px;
  height: 58px;
  justify-content: center;
  margin-bottom: 18px;
  width: 58px;
}

.cp-listing-advantage-card h3 {
  color: var(--cp-navy, #0f2742);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.cp-listing-advantage-card p {
  color: var(--cp-muted, #667085);
  line-height: 1.7;
  margin: 0;
}

.cp-listing-agent-promises {
  background:
    linear-gradient(135deg, rgba(15, 39, 66, 0.96), rgba(20, 54, 83, 0.94)),
    url('/img/marketing4.jpg') center center / cover no-repeat;
  color: #ffffff;
  padding: 82px 0;
}

.cp-listing-promises-copy {
  padding: 16px 32px 16px 0;
}

.cp-listing-promises-copy h2,
.cp-listing-promises-copy p,
.cp-listing-promises-copy .cp-eyebrow {
  color: #ffffff;
}

.cp-listing-promises-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.cp-listing-promises-card {
  background: rgba(255, 255, 255, 0.96);
  padding: 30px;
}

.cp-listing-check-list {
  column-count: 2;
  column-gap: 28px;
  margin-bottom: 0;
}

.cp-listing-check-list li {
  break-inside: avoid;
}

.cp-listing-process h2 {
  margin-bottom: 14px;
}

.cp-listing-process-card {
  padding: 12px 30px;
}

.cp-listing-process-step {
  display: flex;
  gap: 22px;
  padding: 24px 0;
}

.cp-listing-process-step + .cp-listing-process-step {
  border-top: 1px solid var(--cp-line, #e6e9ee);
}

.cp-listing-process-step > span {
  align-items: center;
  background: var(--cp-gold, #c99a45);
  border-radius: 999px;
  color: #111;
  display: flex;
  flex: 0 0 48px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
}

.cp-listing-process-step h3 {
  color: var(--cp-navy, #0f2742);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}

.cp-listing-process-step p {
  margin: 0;
}

.cp-listing-pledge {
  background: #ffffff;
  padding: 76px 0;
}

.cp-listing-pledge-card {
  padding: 38px;
}

.cp-listing-pledge-copy {
  margin: 0 auto 28px;
  max-width: 860px;
  text-align: center;
}

.cp-listing-pledge-grid {
  display: flex;
  flex-wrap: wrap;
}

.cp-listing-pledge-grid > [class*="col-"] {
  display: flex;
  float: none;
  margin-bottom: 24px;
}

.cp-listing-pledge-item {
  background: #f8fafc;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 16px;
  display: flex;
  gap: 14px;
  padding: 20px;
  width: 100%;
}

.cp-listing-pledge-item span {
  color: var(--cp-gold, #c99a45);
  flex: 0 0 34px;
  font-size: 18px;
  font-weight: 900;
}

.cp-listing-pledge-item p {
  color: var(--cp-ink, #17202a);
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
}

.cp-listing-agent-cta {
  background: #f8fafc;
  padding: 0 0 82px;
}

.cp-listing-agent-cta-card {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(15, 39, 66, 0.96), rgba(15, 39, 66, 0.82)),
    url('/img/marketing3.jpg') center center / cover no-repeat;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(15, 39, 66, 0.16);
  color: #ffffff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 42px;
}

.cp-listing-agent-cta-card h2,
.cp-listing-agent-cta-card p,
.cp-listing-agent-cta-card .cp-eyebrow {
  color: #ffffff;
}

.cp-listing-agent-cta-card p:not(.cp-eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}

.cp-listing-agent-cta-actions {
  flex: 0 0 auto;
  text-align: right;
}

.cp-listing-agent-cta-actions .btn + .btn {
  margin-left: 12px;
}


html.cp-high-contrast .cp-listing-agent-header,
html.cp-high-contrast .cp-listing-agent-intro,
html.cp-high-contrast .cp-listing-agent-advantage,
html.cp-high-contrast .cp-listing-agent-promises,
html.cp-high-contrast .cp-listing-process,
html.cp-high-contrast .cp-listing-pledge,
html.cp-high-contrast .cp-listing-agent-cta,
html.cp-high-contrast .cp-listing-agent-main-card,
html.cp-high-contrast .cp-listing-agent-photo-card,
html.cp-high-contrast .cp-listing-promises-card,
html.cp-high-contrast .cp-listing-process-card,
html.cp-high-contrast .cp-listing-pledge-card,
html.cp-high-contrast .cp-listing-advantage-card,
html.cp-high-contrast .cp-listing-pledge-item,
html.cp-high-contrast .cp-listing-agent-cta-card,
body.cp-high-contrast .cp-listing-agent-header,
body.cp-high-contrast .cp-listing-agent-intro,
body.cp-high-contrast .cp-listing-agent-advantage,
body.cp-high-contrast .cp-listing-agent-promises,
body.cp-high-contrast .cp-listing-process,
body.cp-high-contrast .cp-listing-pledge,
body.cp-high-contrast .cp-listing-agent-cta,
body.cp-high-contrast .cp-listing-agent-main-card,
body.cp-high-contrast .cp-listing-agent-photo-card,
body.cp-high-contrast .cp-listing-promises-card,
body.cp-high-contrast .cp-listing-process-card,
body.cp-high-contrast .cp-listing-pledge-card,
body.cp-high-contrast .cp-listing-advantage-card,
body.cp-high-contrast .cp-listing-pledge-item,
body.cp-high-contrast .cp-listing-agent-cta-card {
  background: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html.cp-high-contrast .cp-listing-agent-header *,
html.cp-high-contrast .cp-listing-agent-main-card *,
html.cp-high-contrast .cp-listing-agent-photo-card *,
html.cp-high-contrast .cp-listing-promises-copy *,
html.cp-high-contrast .cp-listing-promises-card *,
html.cp-high-contrast .cp-listing-process *,
html.cp-high-contrast .cp-listing-pledge *,
html.cp-high-contrast .cp-listing-agent-cta-card *,
body.cp-high-contrast .cp-listing-agent-header *,
body.cp-high-contrast .cp-listing-agent-main-card *,
body.cp-high-contrast .cp-listing-agent-photo-card *,
body.cp-high-contrast .cp-listing-promises-copy *,
body.cp-high-contrast .cp-listing-promises-card *,
body.cp-high-contrast .cp-listing-process *,
body.cp-high-contrast .cp-listing-pledge *,
body.cp-high-contrast .cp-listing-agent-cta-card * {
  color: #ffffff !important;
}

html.cp-high-contrast .cp-listing-agent-header a,
html.cp-high-contrast .cp-listing-agent-cta-card a,
body.cp-high-contrast .cp-listing-agent-header a,
body.cp-high-contrast .cp-listing-agent-cta-card a {
  color: #ffff00 !important;
}

@media (max-width: 991px) {
  .cp-listing-agent-header h1 {
    font-size: 50px;
  }

  .cp-listing-agent-intro-row,
  .cp-listing-promises-row,
  .cp-listing-agent-cta-card {
    display: block;
  }

  .cp-listing-agent-intro-row > [class*="col-"],
  .cp-listing-promises-row > [class*="col-"] {
    display: block;
    float: left;
  }

  .cp-listing-agent-main-card,
  .cp-listing-promises-copy {
    margin-bottom: 30px;
  }

  .cp-listing-promises-copy {
    padding-right: 0;
  }

  .cp-listing-agent-cta-actions {
    margin-top: 24px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .cp-listing-agent-header {
    min-height: 560px;
    padding: 104px 0 62px;
  }

  .cp-listing-agent-header h1 {
    font-size: 40px;
  }

  .cp-listing-agent-header p:not(.cp-eyebrow) {
    font-size: 17px;
  }

  .cp-listing-agent-intro,
  .cp-listing-agent-advantage,
  .cp-listing-agent-promises,
  .cp-listing-process,
  .cp-listing-pledge {
    padding: 54px 0;
  }

  .cp-listing-agent-main-card,
  .cp-listing-promises-card,
  .cp-listing-process-card,
  .cp-listing-pledge-card,
  .cp-listing-agent-cta-card {
    border-radius: 16px;
    padding: 24px;
  }

  .cp-listing-agent-main-card h2,
  .cp-listing-promises-copy h2,
  .cp-listing-process h2,
  .cp-listing-pledge-copy h2,
  .cp-listing-agent-cta-card h2 {
    font-size: 30px;
  }

  .cp-listing-agent-photo-card img {
    height: 240px;
  }

  .cp-listing-check-list {
    column-count: 1;
  }

  .cp-listing-process-step {
    gap: 14px;
  }

  .cp-listing-process-step > span {
    flex-basis: 42px;
    height: 42px;
  }

  .cp-listing-agent-cta {
    padding-bottom: 54px;
  }

  .cp-listing-agent-cta-actions .btn {
    display: block;
    margin-bottom: 12px;
    width: 100%;
  }

  .cp-listing-agent-cta-actions .btn + .btn {
    margin-left: 0;
  }
}

.cp-sale-hero,
.cp-sale-detail-hero {
  background: var(--cp-navy, #0f2742);
  color: #ffffff;
  min-height: 440px;
  overflow: hidden;
  position: relative;
}

.cp-sale-hero-bg,
.cp-sale-detail-bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.cp-sale-hero-bg::after,
.cp-sale-detail-bg::after {
  background: linear-gradient(90deg, rgba(15, 39, 66, 0.94) 0%, rgba(15, 39, 66, 0.78) 42%, rgba(15, 39, 66, 0.36) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cp-sale-hero-bg img,
.cp-sale-detail-bg img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cp-sale-hero-content,
.cp-sale-detail-content {
  padding-bottom: 76px;
  padding-top: 92px;
  position: relative;
  z-index: 2;
}

.cp-sale-hero h1,
.cp-sale-detail-hero h1 {
  color: #ffffff;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0 0 18px;
  max-width: 850px;
}

.cp-sale-hero p,
.cp-sale-detail-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.75;
  max-width: 760px;
}

.cp-sale-hero .cp-eyebrow,
.cp-sale-detail-hero .cp-eyebrow {
  color: var(--cp-gold, #c99a45);
  font-size: 13px;
  letter-spacing: 0.16em;
  margin-bottom: 13px;
}

.cp-sale-hero-actions {
  margin-top: 28px;
}

.cp-sale-hero-actions .btn + .btn {
  margin-left: 12px;
}

.cp-sale-detail-location {
  margin-bottom: 18px;
}

.cp-sale-detail-location .glyphicon {
  color: var(--cp-gold, #c99a45);
  margin-right: 7px;
}

.cp-sale-detail-tags {
  margin: 22px 0 0;
}

.cp-sale-detail-tags li {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 8px;
  padding: 8px 14px;
}

.cp-sale-intro {
  background: #ffffff;
  padding: 0 0 64px;
}

.cp-sale-intro-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -52px;
  position: relative;
  z-index: 5;
}

.cp-sale-intro-row > [class*="col-"] {
  display: flex;
  float: none;
  margin-bottom: 24px;
}

.cp-sale-intro-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: var(--cp-radius, 16px);
  box-shadow: var(--cp-shadow, 0 18px 50px rgba(15, 39, 66, 0.14));
  padding: 28px;
  width: 100%;
}

.cp-sale-intro-card .glyphicon {
  color: var(--cp-gold, #c99a45);
  font-size: 30px;
  margin-bottom: 14px;
}

.cp-sale-intro-card h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.cp-sale-intro-card p {
  color: var(--cp-muted, #667085);
  margin: 0;
}

.cp-sale-listings-section,
.cp-sale-detail-main {
  background: #f8fafc;
  padding: 70px 0 88px;
}

.cp-sale-listings-heading {
  margin-bottom: 34px;
}

.cp-sale-listings-heading .row {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.cp-sale-listings-heading h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 0 0 12px;
}

.cp-sale-listings-heading p {
  color: var(--cp-muted, #667085);
  font-size: 17px;
  margin-bottom: 0;
}

.cp-sale-grid {
  display: flex;
  flex-wrap: wrap;
}

.cp-sale-grid > [class*="col-"] {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.cp-sale-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: var(--cp-radius, 16px);
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.cp-sale-card:hover,
.cp-sale-card:focus-within {
  box-shadow: var(--cp-shadow, 0 18px 50px rgba(15, 39, 66, 0.14));
  transform: translateY(-3px);
}

.cp-sale-card-image {
  background: var(--cp-navy, #0f2742);
  display: block;
  min-height: 235px;
  overflow: hidden;
  position: relative;
}

.cp-sale-card-image img {
  aspect-ratio: 16 / 10;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
  width: 100%;
}

.cp-sale-card:hover .cp-sale-card-image img,
.cp-sale-card:focus-within .cp-sale-card-image img {
  transform: scale(1.035);
}

.cp-sale-price-badge {
  background: var(--cp-gold, #c99a45);
  border-radius: 999px;
  bottom: 16px;
  color: #111;
  font-weight: 900;
  left: 16px;
  padding: 8px 14px;
  position: absolute;
}

.cp-sale-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
}

.cp-sale-card-location {
  color: var(--cp-muted, #667085);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.cp-sale-card-location .glyphicon {
  color: var(--cp-gold, #c99a45);
  margin-right: 4px;
}

.cp-sale-card h3 {
  color: var(--cp-navy, #0f2742);
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.23;
  margin: 0 0 12px;
}

.cp-sale-card h3 a {
  color: var(--cp-navy, #0f2742);
  text-decoration: none;
}

.cp-sale-card h3 a:hover,
.cp-sale-card h3 a:focus {
  color: var(--cp-blue, #1f6f9f);
}

.cp-sale-card-body > p {
  color: var(--cp-muted, #667085);
}

.cp-sale-card-stats {
  border-top: 1px solid var(--cp-line, #e6e9ee);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 20px;
  padding-top: 16px;
}

.cp-sale-card-stats span {
  background: #f8fafc;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 999px;
  color: var(--cp-muted, #667085);
  font-size: 12px;
  font-weight: 800;
  padding: 7px 10px;
}

.cp-sale-card-stats strong {
  color: var(--cp-navy, #0f2742);
  font-size: 14px;
}

.cp-sale-card-body .btn {
  margin-top: auto;
}

.cp-sale-empty-state {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: var(--cp-radius, 16px);
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
  margin: 0 auto;
  max-width: 760px;
  padding: 46px;
  text-align: center;
}

.cp-sale-empty-state h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 12px;
}

.cp-sale-empty-state p {
  color: var(--cp-muted, #667085);
  font-size: 17px;
}

.cp-sale-detail-main {
  padding-top: 64px;
}

.cp-sale-detail-card,
.cp-sale-sidebar-card {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: var(--cp-radius, 16px);
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
}

.cp-sale-detail-photo {
  background: var(--cp-navy, #0f2742);
}

.cp-sale-detail-photo img {
  display: block;
  max-height: 620px;
  object-fit: cover;
  width: 100%;
}

.cp-sale-gallery {
  border-bottom: 1px solid var(--cp-line, #e6e9ee);
  padding: 18px 18px 0;
}

.cp-sale-gallery [class*="col-"] {
  margin-bottom: 18px;
}

.cp-sale-gallery a {
  background: var(--cp-navy, #0f2742);
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.cp-sale-gallery img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform 0.18s ease;
  width: 100%;
}

.cp-sale-gallery a:hover img,
.cp-sale-gallery a:focus img {
  transform: scale(1.04);
}

.cp-sale-stat-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--cp-line, #e6e9ee);
  display: flex;
  flex-wrap: wrap;
}

.cp-sale-stat-strip div {
  border-right: 1px solid var(--cp-line, #e6e9ee);
  flex: 1 1 130px;
  padding: 22px 24px;
}

.cp-sale-stat-strip div:last-child {
  border-right: 0;
}

.cp-sale-stat-strip strong {
  color: var(--cp-navy, #0f2742);
  display: block;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
}

.cp-sale-stat-strip span {
  color: var(--cp-muted, #667085);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  margin-top: 5px;
  text-transform: uppercase;
}

.cp-sale-description {
  padding: 34px;
}

.cp-sale-description h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.035em;
  margin: 0 0 16px;
}

.cp-sale-description p:not(.cp-eyebrow) {
  color: var(--cp-ink, #17202a);
  font-size: 17px;
  line-height: 1.82;
}

.cp-sale-sidebar-card {
  padding: 28px;
}

.cp-sale-sidebar-sticky {
  position: sticky;
  top: 132px;
}

.cp-sale-sidebar-card h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
}

.cp-sale-detail-list {
  margin: 0 0 24px;
}

.cp-sale-detail-list dt,
.cp-sale-detail-list dd {
  border-top: 1px solid var(--cp-line, #e6e9ee);
  margin: 0;
  padding: 12px 0;
}

.cp-sale-detail-list dt {
  clear: left;
  color: var(--cp-muted, #667085);
  float: left;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 38%;
}

.cp-sale-detail-list dd {
  color: var(--cp-navy, #0f2742);
  font-weight: 800;
  margin-left: 42%;
  text-align: right;
}

.cp-sale-detail-list::after {
  clear: both;
  content: "";
  display: table;
}

.cp-sale-back-link {
  display: block;
  font-weight: 900;
  margin-top: 18px;
  text-align: center;
  text-decoration: none;
}

.cp-sale-agent-card p {
  color: var(--cp-muted, #667085);
  line-height: 1.65;
}

@media (max-width: 991px) {
  .cp-sale-hero h1,
  .cp-sale-detail-hero h1 {
    font-size: 44px;
  }

  .cp-sale-listings-heading .row,
  .cp-sale-intro-row,
  .cp-sale-grid {
    display: block;
  }

  .cp-sale-listings-heading .cp-section-action {
    margin-top: 18px;
    text-align: left;
  }

  .cp-sale-intro-row > [class*="col-"],
  .cp-sale-grid > [class*="col-"] {
    display: block;
    float: left;
  }

  .cp-sale-sidebar-sticky {
    position: static;
  }
}

@media (max-width: 767px) {
  .cp-sale-hero,
  .cp-sale-detail-hero {
    min-height: 390px;
  }

  .cp-sale-hero-content,
  .cp-sale-detail-content {
    padding-bottom: 52px;
    padding-top: 58px;
  }

  .cp-sale-hero h1,
  .cp-sale-detail-hero h1 {
    font-size: 36px;
  }

  .cp-sale-hero p,
  .cp-sale-detail-hero p {
    font-size: 16px;
  }

  .cp-sale-hero-actions .btn {
    display: block;
    margin-bottom: 12px;
    width: 100%;
  }

  .cp-sale-hero-actions .btn + .btn {
    margin-left: 0;
  }

  .cp-sale-intro {
    padding-bottom: 36px;
  }

  .cp-sale-intro-row {
    margin-top: -28px;
  }

  .cp-sale-listings-section,
  .cp-sale-detail-main {
    padding: 44px 0 58px;
  }

  .cp-sale-listings-heading h2,
  .cp-sale-description h2 {
    font-size: 30px;
  }

  .cp-sale-empty-state,
  .cp-sale-description,
  .cp-sale-sidebar-card {
    padding: 24px;
  }

  .cp-sale-stat-strip {
    display: block;
  }

  .cp-sale-stat-strip div {
    border-right: 0;
  }

  .cp-sale-detail-list dt {
    float: none;
    width: auto;
    padding-bottom: 2px;
  }

  .cp-sale-detail-list dd {
    margin-left: 0;
    padding-top: 2px;
    text-align: left;
  }
}


html.cp-high-contrast .cp-sale-hero,
html.cp-high-contrast .cp-sale-detail-hero,
body.cp-high-contrast .cp-sale-hero,
body.cp-high-contrast .cp-sale-detail-hero,
html.cp-high-contrast .cp-sale-intro,
body.cp-high-contrast .cp-sale-intro,
html.cp-high-contrast .cp-sale-listings-section,
body.cp-high-contrast .cp-sale-listings-section,
html.cp-high-contrast .cp-sale-detail-main,
body.cp-high-contrast .cp-sale-detail-main {
  background: #000000 !important;
  color: #ffffff !important;
}

html.cp-high-contrast .cp-sale-hero-bg,
html.cp-high-contrast .cp-sale-detail-bg,
body.cp-high-contrast .cp-sale-hero-bg,
body.cp-high-contrast .cp-sale-detail-bg {
  display: none !important;
}

html.cp-high-contrast .cp-sale-intro-card,
html.cp-high-contrast .cp-sale-card,
html.cp-high-contrast .cp-sale-empty-state,
html.cp-high-contrast .cp-sale-detail-card,
html.cp-high-contrast .cp-sale-sidebar-card,
body.cp-high-contrast .cp-sale-intro-card,
body.cp-high-contrast .cp-sale-card,
body.cp-high-contrast .cp-sale-empty-state,
body.cp-high-contrast .cp-sale-detail-card,
body.cp-high-contrast .cp-sale-sidebar-card {
  background: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html.cp-high-contrast .cp-sale-card h3,
html.cp-high-contrast .cp-sale-card h3 a,
html.cp-high-contrast .cp-sale-listings-heading h2,
html.cp-high-contrast .cp-sale-description h2,
html.cp-high-contrast .cp-sale-sidebar-card h2,
html.cp-high-contrast .cp-sale-detail-list dd,
html.cp-high-contrast .cp-sale-stat-strip strong,
html.cp-high-contrast .cp-sale-intro-card h2,
body.cp-high-contrast .cp-sale-card h3,
body.cp-high-contrast .cp-sale-card h3 a,
body.cp-high-contrast .cp-sale-listings-heading h2,
body.cp-high-contrast .cp-sale-description h2,
body.cp-high-contrast .cp-sale-sidebar-card h2,
body.cp-high-contrast .cp-sale-detail-list dd,
body.cp-high-contrast .cp-sale-stat-strip strong,
body.cp-high-contrast .cp-sale-intro-card h2 {
  color: #ffffff !important;
}

html.cp-high-contrast .cp-sale-card p,
html.cp-high-contrast .cp-sale-listings-heading p,
html.cp-high-contrast .cp-sale-description p,
html.cp-high-contrast .cp-sale-sidebar-card p,
html.cp-high-contrast .cp-sale-detail-list dt,
html.cp-high-contrast .cp-sale-stat-strip span,
html.cp-high-contrast .cp-sale-intro-card p,
body.cp-high-contrast .cp-sale-card p,
body.cp-high-contrast .cp-sale-listings-heading p,
body.cp-high-contrast .cp-sale-description p,
body.cp-high-contrast .cp-sale-sidebar-card p,
body.cp-high-contrast .cp-sale-detail-list dt,
body.cp-high-contrast .cp-sale-stat-strip span,
body.cp-high-contrast .cp-sale-intro-card p {
  color: #ffffff !important;
}

@media print {
  .cp-sale-hero,
  .cp-sale-detail-hero,
  .cp-sale-intro,
  .cp-sale-agent-card,
  .cp-footer,
  .cp-floating-actions,
  .cp-accessibility-trigger,
  .cp-privacy-trigger {
    display: none !important;
  }

  .cp-sale-detail-main {
    background: #ffffff !important;
    padding: 0 !important;
  }

  .cp-sale-sidebar-sticky {
    position: static !important;
  }
}



.cp-idx-header {
  background:
    linear-gradient(90deg, rgba(15, 39, 66, 0.92), rgba(15, 39, 66, 0.58)),
    url('/img/La_Habra.jpg') center center / cover no-repeat;
}

.cp-idx-section {
  background: #f8fafc;
  padding: 70px 0 90px;
}

.cp-idx-shell {
  background: #ffffff;
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(15, 39, 66, 0.12);
  overflow: hidden;
}

.cp-idx-heading-row {
  align-items: center;
  border-bottom: 1px solid var(--cp-line, #e6e9ee);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
}

.cp-idx-heading-row h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.035em;
  margin: 0 0 8px;
}

.cp-idx-heading-row p {
  color: var(--cp-muted, #667085);
  margin: 0;
}

.cp-idx-status {
  background: #eefaf1;
  border: 1px solid #bfe8c7;
  border-radius: 999px;
  color: #146c2e;
  font-weight: 900;
  padding: 10px 16px;
  white-space: nowrap;
}

.cp-idx-status .glyphicon {
  margin-right: 6px;
}

.cp-idx-frame-wrap {
  min-height: 720px;
  position: relative;
}

.cp-idx-unlocked iframe {
  background: #ffffff;
  display: block;
  min-height: 930px;
  width: 100%;
}

.cp-idx-locked {
  background: #071729;
  overflow: hidden;
}

.cp-idx-preview {
  bottom: 0;
  filter: blur(2px);
  left: 0;
  opacity: 0.42;
  padding: 34px;
  position: absolute;
  right: 0;
  top: 0;
}

.cp-idx-preview-bar {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  height: 72px;
  margin-bottom: 28px;
}

.cp-idx-preview-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.cp-idx-preview-grid span {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  display: block;
  min-height: 150px;
}

.cp-idx-gate {
  align-items: center;
  background: rgba(7, 23, 41, 0.78);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 34px 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.cp-idx-gate-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  max-width: 500px;
  padding: 34px;
  width: 100%;
}

.cp-idx-gate-card h2 {
  color: var(--cp-navy, #0f2742);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.035em;
  margin: 0 0 10px;
}

.cp-idx-gate-card p {
  color: var(--cp-muted, #667085);
}

.cp-idx-access-form {
  margin-top: 22px;
}

.cp-idx-access-form label {
  color: var(--cp-navy, #0f2742);
  font-weight: 900;
}

.cp-idx-access-form .form-control {
  border: 1px solid var(--cp-line, #e6e9ee);
  border-radius: 12px;
  box-shadow: none;
  min-height: 46px;
}

.cp-idx-access-form .form-control:focus {
  border-color: var(--cp-blue, #1f6f9f);
  box-shadow: 0 0 0 3px rgba(31, 111, 159, 0.14);
}

.cp-idx-privacy-note {
  font-size: 13px;
  line-height: 1.6;
  margin: 16px 0 0;
  text-align: center;
}

html.cp-high-contrast .cp-idx-section,
body.cp-high-contrast .cp-idx-section,
html.cp-high-contrast .cp-idx-shell,
body.cp-high-contrast .cp-idx-shell,
html.cp-high-contrast .cp-idx-gate-card,
body.cp-high-contrast .cp-idx-gate-card {
  background: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

html.cp-high-contrast .cp-idx-heading-row h2,
body.cp-high-contrast .cp-idx-heading-row h2,
html.cp-high-contrast .cp-idx-gate-card h2,
body.cp-high-contrast .cp-idx-gate-card h2,
html.cp-high-contrast .cp-idx-access-form label,
body.cp-high-contrast .cp-idx-access-form label {
  color: #ffffff !important;
}

html.cp-high-contrast .cp-idx-heading-row p,
body.cp-high-contrast .cp-idx-heading-row p,
html.cp-high-contrast .cp-idx-gate-card p,
body.cp-high-contrast .cp-idx-gate-card p {
  color: #ffffff !important;
}

html.cp-high-contrast .cp-idx-access-form .form-control,
body.cp-high-contrast .cp-idx-access-form .form-control {
  background: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .cp-idx-section {
    padding: 42px 0 62px;
  }

  .cp-idx-heading-row {
    display: block;
    padding: 24px 20px;
  }

  .cp-idx-status {
    display: inline-block;
    margin-top: 18px;
  }

  .cp-idx-heading-row h2,
  .cp-idx-gate-card h2 {
    font-size: 28px;
  }

  .cp-idx-frame-wrap {
    min-height: 760px;
  }

  .cp-idx-preview-grid {
    grid-template-columns: 1fr;
  }

  .cp-idx-gate-card {
    padding: 26px 20px;
  }
}


.cp-sale-hero,
.cp-sale-detail-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.cp-sale-hero-bg,
.cp-sale-detail-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cp-sale-hero-bg img,
.cp-sale-detail-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cp-sale-hero-bg::after,
.cp-sale-detail-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(7,23,41,.90) 0%,
        rgba(7,23,41,.72) 45%,
        rgba(7,23,41,.28) 100%
    );
}

.cp-sale-hero-content,
.cp-sale-detail-content {
    position: relative;
    z-index: 5;
}



.cp-sale-hero h1,
.cp-sale-detail-hero h1,
.cp-sale-hero p,
.cp-sale-detail-hero p,
.cp-sale-hero .cp-eyebrow,
.cp-sale-detail-hero .cp-eyebrow,
.cp-sale-detail-location,
.cp-sale-detail-tags li {
    color: #ffffff !important;
}

.cp-sale-detail-location .glyphicon,
.cp-sale-hero .glyphicon {
    color: #d9b24a !important;
}



.cp-sale-hero *,
.cp-sale-detail-hero * {
    text-shadow: 0 2px 12px rgba(0,0,0,.45);
}



.cp-sale-hero .btn-default,
.cp-sale-detail-hero .btn-default {
    background: rgba(255,255,255,.95);
    color: #0f2742 !important;
}

.cp-sale-hero .btn-primary,
.cp-sale-detail-hero .btn-primary {
    color: #111 !important;
}


.cp-green-image-hero {
  background: #0f2742 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}


.cp-green-image-hero .cp-green-hero-img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
}


.cp-green-hero-content {
  background: linear-gradient(90deg, rgba(15, 39, 66, 0.94), rgba(15, 39, 66, 0.72));
  color: #ffffff;
  padding: 44px 0;
}

.cp-green-hero-content .cp-eyebrow {
  color: var(--cp-gold, #c99a45) !important;
}

.cp-green-hero-content h1 {
  color: #ffffff !important;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 16px;
}

.cp-green-hero-content p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 19px;
  line-height: 1.7;
  max-width: 760px;
}

@media (max-width: 991px) {
  .cp-green-image-hero .cp-green-hero-img {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .cp-green-image-hero .cp-green-hero-img {
    height: 260px;
  }

  .cp-green-hero-content {
    padding: 34px 0;
  }

  .cp-green-hero-content h1 {
    font-size: 36px;
  }

  .cp-green-hero-content p {
    font-size: 16px;
  }
}



.cp-sale-detail-photo-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.cp-sale-detail-photo-link img {
    display: block;
    width: 100%;
}

.cp-lightbox-hint {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: #ffffff;
    background: rgba(15, 39, 66, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cp-sale-gallery a.cp-property-lightbox-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.cp-sale-gallery a.cp-property-lightbox-link:focus {
    outline: 3px solid #c99a45;
    outline-offset: 3px;
}

.cp-property-lightbox-modal .modal-dialog {
    width: 95%;
    max-width: 1100px;
}

.cp-property-lightbox-modal .modal-content {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
}

.cp-property-lightbox-modal .modal-header {
    background: #0f2742;
    color: #ffffff;
    border-bottom: 0;
}

.cp-property-lightbox-modal .modal-header .close {
    color: #ffffff;
    opacity: 0.9;
    text-shadow: none;
}

.cp-property-lightbox-modal .modal-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.cp-property-lightbox-modal .modal-body {
    padding: 0;
    background: #0b1220;
}

.cp-property-lightbox-frame {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b1220;
}

.cp-property-lightbox-frame img {
    display: block;
    max-width: 100%;
    max-height: 78vh;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.cp-property-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 46px;
    height: 62px;
    color: #ffffff;
    background: rgba(15, 39, 66, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 10px;
}

.cp-property-lightbox-nav:hover,
.cp-property-lightbox-nav:focus {
    background: rgba(201, 154, 69, 0.96);
    outline: 3px solid rgba(255, 255, 255, 0.75);
    outline-offset: 2px;
}

.cp-property-lightbox-prev {
    left: 16px;
}

.cp-property-lightbox-next {
    right: 16px;
}

.cp-property-lightbox-caption {
    margin: 0;
    padding: 12px 18px 16px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 14px;
    background: #0b1220;
}

@media (max-width: 767px) {
    .cp-lightbox-hint {
        right: 10px;
        bottom: 10px;
        padding: 8px 10px;
        font-size: 12px;
    }

    .cp-property-lightbox-frame {
        min-height: 240px;
    }

    .cp-property-lightbox-nav {
        width: 40px;
        height: 52px;
    }

    .cp-property-lightbox-prev {
        left: 8px;
    }

    .cp-property-lightbox-next {
        right: 8px;
    }
}




/* Normalized Property Status Filters + Tags
   Used by the home featured listings and property-for-sale listing/detail pages. */
.cp-sale-status-filter {
    margin: 8px 0 28px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 39, 66, 0.10);
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(15, 39, 66, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cp-sale-status-filter .btn {
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.cp-listing-image,
.cp-sale-card-image,
.cp-sale-detail-photo-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.cp-sale-status-badge,
.cp-sale-detail-status-badge,
.cp-sale-detail-sold-badge,
.cp-sale-detail-status-tag,
.cp-sale-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.30);
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.cp-sale-status-badge,
.cp-sale-detail-status-badge,
.cp-sale-detail-sold-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 4;
    min-width: 88px;
    padding: 9px 14px;
    font-size: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.cp-sale-detail-status-tag,
.cp-sale-status-pill {
    padding: 8px 12px;
    font-size: 11px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.cp-sale-card-status {
    margin: 0 0 10px;
}

.cp-sale-detail-tags .cp-sale-detail-status-tag {
    margin-right: 4px;
}

.cp-sale-status-for-sale,
.cp-sale-status-active,
.cp-sale-status-pill-active {
    background: #143a62;
    color: #ffffff;
}

.cp-sale-status-for-lease {
    background: #1f6f68;
    color: #ffffff;
}

.cp-sale-status-sold,
.cp-sale-status-pill-sold {
    background: #6f1d1b;
    color: #ffffff;
}

.cp-sale-status-leased {
    background: #5a3d7a;
    color: #ffffff;
}

.cp-listing-card:hover,
.cp-listing-card:focus-within {
    transform: none;
}

@media (max-width: 767px) {
    .cp-sale-status-filter {
        display: block;
    }

    .cp-sale-status-filter .btn {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }

    .cp-sale-status-filter .btn:last-child {
        margin-bottom: 0;
    }

    .cp-sale-status-badge,
    .cp-sale-detail-status-badge,
    .cp-sale-detail-sold-badge {
        left: 12px;
        top: 12px;
        min-width: 78px;
        padding: 8px 12px;
        font-size: 11px;
    }
}

html.cp-high-contrast .cp-sale-status-filter,
body.cp-high-contrast .cp-sale-status-filter {
    background: #000000 !important;
    border-color: #ffffff !important;
    box-shadow: none !important;
}

html.cp-high-contrast .cp-sale-status-badge,
html.cp-high-contrast .cp-sale-detail-status-badge,
html.cp-high-contrast .cp-sale-detail-sold-badge,
html.cp-high-contrast .cp-sale-detail-status-tag,
html.cp-high-contrast .cp-sale-status-pill,
body.cp-high-contrast .cp-sale-status-badge,
body.cp-high-contrast .cp-sale-detail-status-badge,
body.cp-high-contrast .cp-sale-detail-sold-badge,
body.cp-high-contrast .cp-sale-detail-status-tag,
body.cp-high-contrast .cp-sale-status-pill {
    background: #ffff00 !important;
    color: #000000 !important;
    border-color: #ffffff !important;
    box-shadow: none !important;
}

.cp-contact-box-section {
    padding: 16px 0;
    background: #f7f8fb;
}

.cp-contact-box {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(28, 48, 76, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(20, 35, 58, 0.14);
}

.cp-contact-box--featured {

    margin: 0 auto;
}

.cp-contact-box-photo {
    flex: 0 0 280px;
    min-height: 390px;
    background: #e8edf4;
    overflow: hidden;
}

.cp-contact-box-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
    object-position: center top;
}

.cp-contact-box--portrait .cp-contact-box-photo {
    flex-basis: 300px;
}

.cp-contact-box-body {
    flex: 1 1 auto;
    padding: 42px 46px;
}

.cp-contact-box-body h2,
.cp-contact-box-body h3 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #1c304c;
    font-weight: 700;
}

.cp-contact-box-title {
    margin-bottom: 18px;
    color: #5f6d7f;
    font-size: 16px;
    font-weight: 700;
}

.cp-contact-box-copy {
    margin-bottom: 22px;
    color: #425066;
    font-size: 16px;
    line-height: 1.7;
}

.cp-contact-box-details {
    margin: 0 0 24px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid rgba(28, 48, 76, 0.10);
    border-radius: 12px;
}

.cp-contact-box-details p {
    margin: 0 0 10px;
    color: #273a57;
    font-size: 15px;
}

.cp-contact-box-details p:last-child {
    margin-bottom: 0;
}

.cp-contact-box-details .glyphicon {
    width: 20px;
    margin-right: 6px;
    color: #c99a45;
    text-align: center;
}

.cp-contact-box-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cp-contact-box-actions .btn {
    min-width: 160px;
}

@media (max-width: 767px) {
    .cp-contact-box-section {
        padding: 28px 0;
    }

    .cp-contact-box {
        display: block;
        border-radius: 14px;
    }

    .cp-contact-box-photo,
    .cp-contact-box--portrait .cp-contact-box-photo {
        width: 100%;
        min-height: 0;
        max-height: none;
    }

    .cp-contact-box-photo img {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        object-fit: contain;
    }

    .cp-contact-box-body {
        padding: 28px 22px;
    }

    .cp-contact-box-actions {
        display: block;
    }

    .cp-contact-box-actions .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}


