/* Prestige Realty - Additional component styles */

.pr-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.pr-header__brand a {
  font-family: var(--pr-font-primary);
  font-weight: 700;
  font-size: var(--pr-fs-xl);
  color: var(--pr-primary);
}

.pr-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pr-nav__list a {
  font-weight: 600;
  color: var(--pr-text);
}

.pr-nav__list a:hover {
  color: var(--pr-primary);
}

.pr-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}

.pr-nav-toggle__bar {
  width: 24px;
  height: 2px;
  background: var(--pr-text);
}

@media (max-width: 767px) {
  .pr-nav-toggle { display: flex; }
  .pr-nav { display: none; }
  .pr-nav.is-open { display: block; }
}

.pr-content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pr-gap);
}

@media (min-width: 992px) {
  .pr-content-wrap { grid-template-columns: 1fr 300px; }
  .pr-content-area--single { max-width: 100%; }
}

/* Footer – blue 4-column + copyright/social */
.pr-footer--dark {
  background: var(--pr-footer-bg, #1a365d);
  color: #fff;
}

.pr-footer--dark a {
  color: #fff;
  text-decoration: none;
}

.pr-footer--dark a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.9);
}

.pr-footer__widgets {
  min-height: 100px;
  padding: 2.5rem 0;
}

.pr-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  padding: 0;
}

.pr-footer__col {
  min-width: 0;
}

.pr-footer__default-list,
.pr-footer--dark .pr-footer__col .pr-footer__default-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pr-footer__default-list li {
  margin-bottom: 0.5rem;
}

.pr-footer__default-list a {
  color: #fff;
  text-decoration: none;
}

.pr-footer__default-list a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.9);
}

.pr-footer__default-text {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.pr-footer--dark .pr-footer__col .widget-title,
.pr-footer--dark .pr-footer__col h4 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #fff;
  border: none;
  padding: 0;
}

.pr-footer--dark .pr-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pr-footer--dark .pr-footer__col li {
  margin-bottom: 0.5rem;
}

.pr-footer__bottom {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pr-footer__bottom-inner,
.pr-footer__bottom .pr-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.pr-footer__bottom-left {
  flex: 1;
  min-width: 0;
}

.pr-footer__copy { margin: 0.5rem 0 0; font-size: 0.8125rem; color: rgba(255, 255, 255, 0.7); }

.pr-footer--dark .pr-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 0.875rem;
}

.pr-footer__disclaimer {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
}

.pr-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-shrink: 0;
}

.pr-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: background 0.2s, color 0.2s;
}

.pr-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  color: #fff;
}

.pr-footer__social-icon {
  width: 18px;
  height: 18px;
  background: transparent;
}

.pr-footer__social-icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.pr-footer__social-icon--twitter::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E"); }
.pr-footer__social-icon--facebook::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E"); }
.pr-footer__social-icon--youtube::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12 9.545 15.568z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12 9.545 15.568z'/%3E%3C/svg%3E"); }
.pr-footer__social-icon--instagram::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z'/%3E%3C/svg%3E"); }
.pr-footer__social-icon--pinterest::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.949 1.406-5.951 1.406-5.951s-.359-.719-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.692 0 1.029-.653 2.567-1.004 3.976-.271 1.196.571 2.169 1.775 2.169 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.893 2.741.099.12.112.225.085.345l-.333 1.36c-.053.217-.174.265-.402.161-1.342-.626-2.178-2.551-2.178-4.115 0-3.344 2.438-6.423 6.861-6.423 3.603 0 6.383 2.571 6.383 6 0 3.575-2.257 6.458-5.537 6.458-1.077 0-2.096-.558-2.447-1.221l-.658 2.514c-.239.917-.897 2.354-1.331 3.174 1 .302 2.061.457 3.161.457 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.029 11.985.029L12.017 0z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.949 1.406-5.951 1.406-5.951s-.359-.719-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.692 0 1.029-.653 2.567-1.004 3.976-.271 1.196.571 2.169 1.775 2.169 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.893 2.741.099.12.112.225.085.345l-.333 1.36c-.053.217-.174.265-.402.161-1.342-.626-2.178-2.551-2.178-4.115 0-3.344 2.438-6.423 6.861-6.423 3.603 0 6.383 2.571 6.383 6 0 3.575-2.257 6.458-5.537 6.458-1.077 0-2.096-.558-2.447-1.221l-.658 2.514c-.239.917-.897 2.354-1.331 3.174 1 .302 2.061.457 3.161.457 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.029 11.985.029L12.017 0z'/%3E%3C/svg%3E"); }

.pr-hero {
  background: linear-gradient(135deg, var(--pr-primary) 0%, var(--pr-secondary) 100%);
  color: #fff;
  padding: 3rem 0;
  margin-bottom: 2rem;
}

.pr-hero__title { margin: 0 0 0.5rem; font-size: var(--pr-fs-4xl); }
.pr-hero__tagline { margin: 0 0 1.5rem; opacity: 0.9; }

/* Edit section button (front page, only in Customizer preview) - above Customizer overlay */
.pr-front-section-wrap { position: relative; }
.pr-section-edit {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2147483647;
  pointer-events: auto !important;
  isolation: isolate;
}
.pr-section-edit__link {
  display: inline-block;
  position: relative;
  z-index: 2147483647;
  padding: 0.35rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pr-primary);
  background: #fff;
  border: 1px solid var(--pr-border);
  border-radius: var(--pr-radius);
  text-decoration: none;
  box-shadow: var(--pr-shadow);
  pointer-events: auto !important;
  cursor: pointer !important;
}
.pr-section-edit__link:hover,
.pr-section-edit__link:focus {
  background: var(--pr-bg-alt);
  color: var(--pr-primary-hover);
  border-color: var(--pr-primary);
  cursor: pointer !important;
}
.pr-hero .pr-section-edit__link,
.pr-stats .pr-section-edit__link,
.pr-cta .pr-section-edit__link {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.pr-hero .pr-section-edit__link:hover,
.pr-stats .pr-section-edit__link:hover,
.pr-cta .pr-section-edit__link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer !important;
}

.pr-section-title {
  font-family: var(--pr-font-primary);
  font-size: var(--pr-fs-2xl);
  margin: 0 0 1.5rem;
}

.pr-blog-header { margin-bottom: 1.5rem; }
.pr-blog-title { font-family: var(--pr-font-primary); font-size: var(--pr-fs-2xl); margin: 0; color: var(--pr-text); }

/* Testimonials section (front page) */
.pr-testimonials {
  padding: 3rem 0;
}
.pr-testimonials__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}
.pr-testimonials__title {
  font-family: var(--pr-font-primary);
  font-size: var(--pr-fs-3xl);
  font-weight: 700;
  color: var(--pr-text);
  margin: 0 0 0.5rem;
}
.pr-testimonials__subtitle {
  font-size: var(--pr-fs-base);
  color: var(--pr-text-muted);
  line-height: 1.6;
  margin: 0;
}
.pr-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}
.pr-testimonial-card {
  background: #e8f4fc;
  border-radius: var(--pr-radius-lg);
  box-shadow: var(--pr-shadow);
  padding: 1.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pr-testimonial-card__quote-mark {
  font-family: var(--pr-font-primary);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--pr-primary);
  opacity: 0.25;
  position: absolute;
  top: 1rem;
  left: 1.25rem;
}
.pr-testimonial-card__quote {
  font-size: var(--pr-fs-base);
  line-height: 1.6;
  color: var(--pr-text);
  margin: 2.5rem 0 1.25rem;
  padding: 0;
  flex: 1;
}
.pr-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}
.pr-testimonial-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--pr-primary);
  color: #fff;
  font-family: var(--pr-font-primary);
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pr-testimonial-card__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.pr-testimonial-card__name {
  font-size: var(--pr-fs-base);
  font-weight: 700;
  color: var(--pr-text);
}
.pr-testimonial-card__role {
  font-size: var(--pr-fs-sm);
  color: var(--pr-text-muted);
}
@media (max-width: 991px) {
  .pr-testimonials__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .pr-testimonials { padding: 2rem 0; }
  .pr-testimonials__header { margin-bottom: 1.5rem; }
  .pr-testimonials__title { font-size: var(--pr-fs-2xl); }
  .pr-testimonial-card { padding: 1.25rem; }
  .pr-testimonial-card__quote-mark { font-size: 3rem; top: 0.75rem; left: 1rem; }
  .pr-testimonial-card__quote { margin-top: 2rem; }
}

/* Why Choose Us (front page) */
.pr-why { padding: 3rem 0; background: var(--pr-bg-alt); }
.pr-why__header { text-align: center; max-width: 640px; margin: 0 auto 2.5rem; }
.pr-why__title { font-family: var(--pr-font-primary); font-size: var(--pr-fs-3xl); font-weight: 700; color: var(--pr-text); margin: 0 0 0.5rem; }
.pr-why__subtitle { font-size: var(--pr-fs-base); color: var(--pr-text-muted); line-height: 1.6; margin: 0; }
.pr-why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.pr-why-card { background: var(--pr-bg); padding: 1.75rem; border-radius: var(--pr-radius-lg); box-shadow: var(--pr-shadow); text-align: center; }
.pr-why-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; background: var(--pr-primary); color: #fff; border-radius: 50%; font-size: 1.25rem; margin-bottom: 1rem; }
.pr-why-card__title { font-family: var(--pr-font-primary); font-size: var(--pr-fs-lg); font-weight: 600; margin: 0 0 0.5rem; color: var(--pr-text); }
.pr-why-card__text { font-size: var(--pr-fs-sm); color: var(--pr-text-muted); line-height: 1.5; margin: 0; }
@media (max-width: 991px) { .pr-why__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .pr-why { padding: 2rem 0; } .pr-why__grid { grid-template-columns: 1fr; } .pr-why__header { margin-bottom: 1.5rem; } .pr-why__title { font-size: var(--pr-fs-2xl); } }

/* Stats (front page) */
.pr-stats { padding: 2.5rem 0; background: linear-gradient(135deg, var(--pr-primary) 0%, var(--pr-secondary) 100%); color: #fff; }
.pr-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.pr-stats__number { display: block; font-family: var(--pr-font-primary); font-size: var(--pr-fs-3xl); font-weight: 700; line-height: 1.2; margin-bottom: 0.25rem; }
.pr-stats__label { font-size: var(--pr-fs-sm); opacity: 0.9; }
@media (max-width: 767px) { .pr-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } .pr-stats__number { font-size: var(--pr-fs-2xl); } }
@media (max-width: 480px) { .pr-stats { padding: 1.5rem 0; } .pr-stats__grid { grid-template-columns: 1fr; gap: 1.25rem; } }

/* CTA (front page) */
.pr-cta { padding: 3rem 0; background: var(--pr-bg-alt); }
.pr-cta__inner { text-align: center; max-width: 560px; margin: 0 auto; }
.pr-cta__title { font-family: var(--pr-font-primary); font-size: var(--pr-fs-2xl); font-weight: 700; margin: 0 0 0.5rem; color: var(--pr-text); }
.pr-cta__text { font-size: var(--pr-fs-base); color: var(--pr-text-muted); margin: 0 0 1.5rem; line-height: 1.5; }
.pr-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.pr-cta__actions .pr-btn { min-width: 140px; }
@media (max-width: 480px) { .pr-cta__actions { flex-direction: column; } .pr-cta__actions .pr-btn { width: 100%; } }

/* Areas We Serve (front page) */
.pr-areas { padding: 3rem 0; }
.pr-areas__header { text-align: center; margin-bottom: 2rem; }
.pr-areas__title { font-family: var(--pr-font-primary); font-size: var(--pr-fs-2xl); font-weight: 700; margin: 0 0 0.5rem; color: var(--pr-text); }
.pr-areas__subtitle { font-size: var(--pr-fs-base); color: var(--pr-text-muted); margin: 0; }
.pr-areas__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.pr-areas__tag { display: inline-block; padding: 0.5rem 1.25rem; background: var(--pr-bg-alt); color: var(--pr-text); border-radius: var(--pr-radius); font-weight: 600; font-size: var(--pr-fs-sm); text-decoration: none; transition: background var(--pr-transition), color var(--pr-transition); }
.pr-areas__tag:hover { background: var(--pr-primary); color: #fff; }
@media (max-width: 767px) { .pr-areas { padding: 2rem 0; } .pr-areas__header { margin-bottom: 1.5rem; } }

/* Logo slider (front page) – CSS marquee */
.pr-logo-slider { padding: 2rem 0; background: var(--pr-bg-alt); }
.pr-logo-slider__wrap { overflow: hidden; }
.pr-logo-slider__track { display: flex; width: max-content; animation: pr-logo-slider-scroll 30s linear infinite; }
.pr-logo-slider__track:hover { animation-play-state: paused; }
.pr-logo-slider__set { display: flex; align-items: center; gap: 3rem; flex-shrink: 0; padding: 0 2rem; }
.pr-logo-slider__item { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 160px; height: 80px; }
.pr-logo-slider__img { max-width: 140px; max-height: 60px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: 0.7; transition: filter var(--pr-transition), opacity var(--pr-transition); }
.pr-logo-slider__item:hover .pr-logo-slider__img { filter: grayscale(0); opacity: 1; }
.pr-logo-slider__placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: var(--pr-border); color: var(--pr-text-muted); font-size: var(--pr-fs-sm); font-weight: 600; border-radius: var(--pr-radius); }
@keyframes pr-logo-slider-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .pr-logo-slider__track { animation: none; }
  .pr-logo-slider__wrap { overflow: visible; }
  .pr-logo-slider__track { width: 100%; justify-content: center; flex-wrap: wrap; gap: 2rem; }
  .pr-logo-slider__set { padding: 0; }
  .pr-logo-slider__set:last-child { display: none; }
}

.pr-404 { text-align: center; padding: 3rem 1rem; }
.pr-404__title { font-size: 4rem; margin: 0 0 0.5rem; }
.pr-404__text { margin: 0 0 1.5rem; }

.pr-single-property__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid var(--pr-border);
  border-bottom: 1px solid var(--pr-border);
}

.pr-widget-properties .pr-property-card--compact {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.pr-widget-properties .pr-property-card__image { aspect-ratio: 1; }

.pr-property-card__placeholder {
  position: absolute;
  inset: 0;
  background: var(--pr-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--pr-fs-sm);
  color: var(--pr-text-muted);
}

.pr-comments__list { list-style: none; margin: 0; padding: 0; }
.pr-comment { margin-bottom: 1.5rem; }
.pr-comment__body { padding: 1rem; background: var(--pr-bg-alt); border-radius: var(--pr-radius); }

.pr-agents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--pr-gap);
  margin-top: 2rem;
}

.pr-compare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--pr-gap);
}

.pr-property-card__actions {
  position: absolute;
  top: var(--pr-gap);
  right: var(--pr-gap);
  z-index: 2;
  display: flex;
  gap: 0.25rem;
}

.pr-property-card { position: relative; }

.pr-icon-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--pr-shadow);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: transform var(--pr-transition);
}

.pr-icon-btn:hover { transform: scale(1.1); }
.pr-quick-view-btn { font-size: 1.1rem; }
.pr-favorite-btn[aria-pressed="true"] { color: var(--pr-accent); }
.pr-compare-label { margin: 0; cursor: pointer; }
.pr-compare-checkbox { position: absolute; opacity: 0; }

.pr-compare-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--pr-primary);
  color: #fff;
  padding: 0.75rem 0;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.pr-compare-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pr-compare-bar .pr-btn { color: #fff; }
.pr-compare-bar .pr-btn:hover { color: #fff; opacity: 0.9; }

.pr-single-property__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pr-single-property__forms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.pr-single-property__form-notice {
  grid-column: 1 / -1;
}

.pr-notice {
  padding: 1rem 1.25rem;
  border-radius: var(--pr-radius);
  font-weight: 500;
}

.pr-notice--success {
  background: #c6f6d5;
  color: #22543d;
  border: 1px solid #9ae6b4;
}

@media (max-width: 767px) {
  .pr-single-property__forms { grid-template-columns: 1fr; }
}

.pr-save-search-box {
  margin-top: 1rem;
  padding: 1rem;
  background: var(--pr-bg-alt);
  border-radius: var(--pr-radius);
}
.pr-save-search-box label { display: block; margin-top: 0.5rem; }
.pr-save-search-box input[type="text"],
.pr-save-search-box input[type="email"] { width: 100%; margin-top: 0.25rem; }
.pr-save-search-box .pr-btn { margin-top: 0.75rem; }

.pr-archive-toolbar { margin-bottom: 1.5rem; }
.pr-view-sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.pr-orderby-select { padding: 0.5rem 0.75rem; border-radius: var(--pr-radius); border: 1px solid var(--pr-border); font-size: var(--pr-fs-base); }
.pr-share { display: inline-flex; gap: 0.25rem; flex-wrap: wrap; }
.pr-mortgage-rates-text { white-space: pre-wrap; font-size: var(--pr-fs-sm); margin: 0; }

/* Quick view modal */
.pr-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
}
.pr-modal[hidden] { display: none; }
.pr-modal__overlay {
  position: fixed;
  inset: 0;
  background: var(--pr-overlay);
  cursor: pointer;
}
.pr-modal__box {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--pr-bg);
  border-radius: var(--pr-radius-lg);
  box-shadow: var(--pr-shadow-lg);
}
.pr-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  background: var(--pr-bg);
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--pr-text);
  box-shadow: var(--pr-shadow);
}
.pr-modal__close:hover { background: var(--pr-bg-alt); }
.pr-modal__content { padding: 1.5rem; }
.pr-quick-view { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.pr-quick-view__image { border-radius: var(--pr-radius); overflow: hidden; }
.pr-quick-view__image img { width: 100%; height: auto; display: block; }
.pr-quick-view__price { font-size: var(--pr-fs-xl); font-weight: 700; color: var(--pr-primary); margin: 0 0 0.25rem; }
.pr-quick-view__title { font-size: var(--pr-fs-lg); margin: 0 0 0.5rem; }
.pr-quick-view__title a { color: inherit; }
.pr-quick-view__address { font-size: var(--pr-fs-sm); color: var(--pr-text-muted); margin: 0 0 0.5rem; }
.pr-quick-view__meta { display: flex; flex-wrap: wrap; gap: 0.75rem; font-size: var(--pr-fs-sm); color: var(--pr-text-muted); margin-bottom: 0.75rem; }
.pr-quick-view__excerpt { font-size: var(--pr-fs-sm); margin-bottom: 1rem; }
@media (max-width: 575px) {
  .pr-quick-view { grid-template-columns: 1fr; }
}

/* Contact page */
.pr-contact-page {
  padding: 2rem 0 3rem;
}
.pr-contact-page__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}
.pr-contact-page__title {
  font-family: var(--pr-font-primary);
  font-size: var(--pr-fs-3xl);
  margin: 0 0 0.75rem;
  color: var(--pr-primary);
}
.pr-contact-page__intro {
  font-size: var(--pr-fs-lg);
  color: var(--pr-text-muted);
  line-height: 1.6;
}
.pr-contact-page__intro p { margin: 0 0 0.5rem; }
.pr-contact-page__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2.5rem;
  align-items: start;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .pr-contact-page__grid { grid-template-columns: 1fr; }
}
.pr-contact-page__form-wrap {
  background: var(--pr-bg);
  padding: 2rem;
  border-radius: var(--pr-radius-lg);
  box-shadow: var(--pr-shadow-lg);
}
.pr-contact-page__form-title {
  font-family: var(--pr-font-primary);
  font-size: var(--pr-fs-xl);
  margin: 0 0 1.5rem;
}
.pr-contact-form .pr-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 575px) {
  .pr-contact-form .pr-form-row { grid-template-columns: 1fr; }
}
.pr-contact-form .pr-form-group { margin-bottom: 1.25rem; }
.pr-contact-form .pr-btn--lg {
  padding: 0.875rem 1.75rem;
  font-size: var(--pr-fs-lg);
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .pr-contact-form .pr-btn--lg { width: auto; max-width: none; }
}
.pr-contact-notice {
  padding: 1.25rem 1.5rem;
  border-radius: var(--pr-radius);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: var(--pr-fs-lg);
}
.pr-contact-notice__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  font-weight: 700;
}
.pr-contact-notice--success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.pr-contact-card {
  background: linear-gradient(135deg, var(--pr-primary) 0%, var(--pr-secondary) 100%);
  color: #fff;
  padding: 2rem;
  border-radius: var(--pr-radius-lg);
  box-shadow: var(--pr-shadow-lg);
}
.pr-contact-card__title {
  font-family: var(--pr-font-primary);
  font-size: var(--pr-fs-xl);
  margin: 0 0 1.5rem;
}
.pr-contact-card__item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.pr-contact-card__item:last-child { margin-bottom: 0; }
.pr-contact-card__icon { font-size: 1.5rem; flex-shrink: 0; }
.pr-contact-card__item strong { display: block; margin-bottom: 0.25rem; font-size: var(--pr-fs-sm); opacity: 0.9; }
.pr-contact-card__item p { margin: 0; word-break: break-word; }
.pr-contact-card__item a { color: #fff; text-decoration: underline; }
.pr-contact-card__item a:hover { opacity: 0.9; }
.pr-contact-page__map-section { margin-top: 2.5rem; }
.pr-contact-page__map-section--full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 2.5rem;
}
.pr-contact-page__map-section--full .pr-container {
  margin-bottom: 0.5rem;
}
.pr-contact-page__map-wrap {
  width: 100%;
  overflow: hidden;
}
.pr-contact-page__map-wrap iframe {
  display: block;
  width: 100%;
  height: 450px;
  min-height: 300px;
}
.pr-contact-page__map-title {
  font-family: var(--pr-font-primary);
  font-size: var(--pr-fs-xl);
  margin: 0 0 1rem;
}
.pr-map--contact { height: 350px; }

/* Contact page – responsive */
@media (max-width: 767px) {
  .pr-contact-page { padding: 1.25rem 0 2rem; }
  .pr-contact-page__header { margin-bottom: 1.5rem; padding: 0 0.5rem; }
  .pr-contact-page__title { font-size: var(--pr-fs-2xl); }
  .pr-contact-page__intro { font-size: var(--pr-fs-base); }
  .pr-contact-page__grid { gap: 1.5rem; margin-bottom: 1.5rem; }
  .pr-contact-page__form-wrap { padding: 1.25rem; }
  .pr-contact-page__form-title { font-size: var(--pr-fs-lg); margin-bottom: 1rem; }
  .pr-contact-notice { padding: 1rem 1.25rem; font-size: var(--pr-fs-base); flex-wrap: wrap; }
  .pr-contact-notice__icon { width: 1.75rem; height: 1.75rem; }
  .pr-contact-card { padding: 1.25rem; }
  .pr-contact-card__title { font-size: var(--pr-fs-lg); margin-bottom: 1rem; }
  .pr-contact-card__item { gap: 0.75rem; margin-bottom: 1rem; flex-wrap: wrap; }
  .pr-contact-card__icon { font-size: 1.25rem; }
  .pr-contact-page__map-section { margin-top: 1.5rem; }
  .pr-contact-page__map-title { font-size: var(--pr-fs-lg); }
  .pr-map--contact { height: 250px; }
}
@media (max-width: 480px) {
  .pr-contact-page { padding: 1rem 0 1.5rem; }
  .pr-contact-page__title { font-size: var(--pr-fs-xl); }
  .pr-contact-page__form-wrap { padding: 1rem; border-radius: var(--pr-radius); }
  .pr-contact-card { padding: 1rem; border-radius: var(--pr-radius); }
  .pr-contact-form .pr-btn--lg { padding: 0.75rem 1.25rem; font-size: var(--pr-fs-base); }
  .pr-map--contact { height: 220px; }
}

/* ==========================================================================
   Property list page – sidebar left + filters
   ========================================================================== */
.pr-property-archive-wrap.pr-property-archive--sidebar-left {
  display: grid;
  gap: var(--pr-gap);
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .pr-property-archive-wrap.pr-property-archive--sidebar-left {
    grid-template-columns: 280px 1fr;
    align-items: start;
  }
}

.pr-property-sidebar-wrapper {
  order: 1;
}
@media (min-width: 992px) {
  .pr-property-sidebar-wrapper { position: sticky; top: 1rem; }
}

.pr-property-main {
  order: 2;
  min-width: 0;
}

/* Sidebar blocks */
.pr-property-sidebar--left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pr-sidebar-block__title {
  font-size: var(--pr-fs-base);
  font-weight: 700;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--pr-text);
}
.pr-currency-select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--pr-border);
  border-radius: var(--pr-radius);
  font-size: var(--pr-fs-base);
  background: #fff;
}
.pr-advanced-search-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pr-advanced-search__field label {
  display: block;
  font-size: var(--pr-fs-sm);
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--pr-text);
}
.pr-advanced-search__field select,
.pr-advanced-search__field input[type="text"],
.pr-advanced-search__field input[type="number"] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--pr-border);
  border-radius: var(--pr-radius);
  font-size: var(--pr-fs-base);
}
.pr-advanced-search__field.pr-advanced-search__price .pr-price-range {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.pr-advanced-search__field .pr-price-range input {
  flex: 1;
  min-width: 80px;
}
.pr-price-range__sep {
  font-size: var(--pr-fs-sm);
  color: var(--pr-text-muted, #666);
}
.pr-features-select { min-height: 80px; }
.pr-field-hint {
  display: block;
  font-size: 0.75rem;
  color: var(--pr-text-muted, #666);
  margin-top: 0.25rem;
}
.pr-advanced-search__submit { margin-top: 0.25rem; }
.pr-advanced-search__submit .pr-btn--block { width: 100%; }
.pr-user-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pr-user-links__list a {
  display: block;
  padding: 0.35rem 0;
  color: var(--pr-primary);
  font-weight: 500;
}
.pr-user-links__list a:hover { text-decoration: underline; }

/* Breadcrumb */
.pr-breadcrumb {
  font-size: var(--pr-fs-sm);
  margin-bottom: 1rem;
  color: var(--pr-text-muted, #666);
}
.pr-breadcrumb a { color: var(--pr-primary); }
.pr-breadcrumb a:hover { text-decoration: underline; }
.pr-breadcrumb__sep { margin: 0 0.35rem; }
.pr-breadcrumb__current { color: var(--pr-text); }

/* Archive header – search bar + filters */
.pr-archive-header--property .pr-archive-title {
  margin: 0 0 1rem;
}
.pr-archive-search-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.pr-search-bar-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1;
  min-width: 200px;
}
.pr-search-bar-form__input {
  flex: 1;
  min-width: 180px;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--pr-border);
  border-radius: var(--pr-radius);
  font-size: var(--pr-fs-base);
}
.pr-archive-filters-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.pr-filters-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}
.pr-filter-select {
  padding: 0.4rem 0.6rem;
  border: 1px solid var(--pr-border);
  border-radius: var(--pr-radius);
  font-size: var(--pr-fs-sm);
  background: #fff;
}
.pr-view-toggle--inline {
  display: flex;
  gap: 0;
}
.pr-view-toggle__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--pr-border);
  background: #fff;
  color: var(--pr-text);
  font-size: 1.1rem;
  text-decoration: none;
  transition: background var(--pr-transition), color var(--pr-transition), border-color var(--pr-transition);
}
.pr-view-toggle__btn:first-child { border-radius: var(--pr-radius) 0 0 var(--pr-radius); }
.pr-view-toggle__btn:last-child { border-radius: 0 var(--pr-radius) var(--pr-radius) 0; border-left: 0; }
.pr-view-toggle__btn.active,
.pr-view-toggle__btn:hover {
  background: var(--pr-primary);
  color: #fff;
  border-color: var(--pr-primary);
}

/* List view card – location, agent, date, compare overlay */
.pr-list-view .pr-property-card__image {
  position: relative;
  min-width: 260px;
}
.pr-property-card__compare-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr-compare-overlay-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #fff;
  font-size: var(--pr-fs-sm);
  font-weight: 600;
  cursor: pointer;
}
.pr-compare-overlay-label input { margin: 0; }
.pr-property-card__location {
  font-size: var(--pr-fs-sm);
  color: var(--pr-text-muted, #666);
  margin: 0.25rem 0 0.5rem;
}
.pr-property-card__agent-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--pr-border);
  font-size: var(--pr-fs-sm);
  color: var(--pr-text-muted, #666);
}
.pr-property-card__agent {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.pr-property-card__agent-avatar {
  border-radius: 50%;
  vertical-align: middle;
}
.pr-property-card__agent-name { font-weight: 500; color: var(--pr-text); }

@media (max-width: 991px) {
  .pr-property-archive-wrap.pr-property-archive--sidebar-left {
    grid-template-columns: 1fr;
  }
  .pr-list-view .pr-property-card {
    grid-template-columns: 1fr;
  }
  .pr-list-view .pr-property-card__image { min-width: 0; }
  .pr-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pr-footer__grid {
    grid-template-columns: 1fr;
  }
}
