/*
Theme Name: Navy Home Buyer
Theme URI: https://navyhomebuyer.com
Author: Real Estate Rankers
Author URI: https://realestaterankers.com
Description: Custom theme for Davis & Reed Realty - Navy Home Buyer. Military-focused real estate in Hampton Roads, Virginia.
Version: 9.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: navyhomebuyer
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ===== FEATURED COMMUNITIES ===== */
.featured-communities {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 30px;
  text-align: center;
}

.featured-communities .eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #3C4B91;
  margin-bottom: 10px;
}

.featured-communities h2 {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 700;
  color: #232E7E;
  margin-bottom: 50px;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.community-card {
  position: relative;
  height: 320px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.community-card .card-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.community-card:hover .card-image {
  transform: scale(1.08);
}

.community-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(35, 46, 126, 0.7) 0%,
    rgba(35, 46, 126, 0.1) 50%,
    rgba(35, 46, 126, 0) 100%
  );
  transition: background 0.5s ease;
  z-index: 1;
}

.community-card:hover .card-overlay {
  background: rgba(35, 46, 126, 0.65);
}

/* Animated border frame */
.community-card .card-frame {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  pointer-events: none;
}

.community-card .card-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.85);
  border-left: 1px solid rgba(255, 255, 255, 0.85);
  transition: width 0.4s ease 0.1s, height 0.4s ease 0.1s;
}

.community-card:hover .card-frame::before {
  width: 100%;
  height: 100%;
}

.community-card .card-frame::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  border-right: 1px solid rgba(255, 255, 255, 0.85);
  transition: width 0.4s ease 0.1s, height 0.4s ease 0.1s;
}

.community-card:hover .card-frame::after {
  width: 100%;
  height: 100%;
}

.community-card .card-title {
  position: absolute;
  z-index: 3;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  white-space: nowrap;
  transition: bottom 0.5s ease, text-shadow 0.5s ease;
}

.community-card:hover .card-title {
  bottom: calc(50% - 12px);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .community-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-communities h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .community-grid {
    grid-template-columns: 1fr;
  }
  .community-card {
    height: 260px;
  }
  .featured-communities h2 {
    font-size: 28px;
  }
  .community-card .card-title {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

/* ===== TESTIMONIALS PAGE ===== */
.testimonials-hero {
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.testimonials-hero .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials-hero .hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 34, 96, 0.82) 0%, rgba(35, 46, 126, 0.75) 100%);
}

.testimonials-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 0 24px;
}

.testimonials-hero .hero-content .divider-line {
  width: 48px;
  height: 2px;
  background: #C9A96E;
  margin: 0 auto 28px;
}

.testimonials-hero .hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.testimonials-hero .hero-content .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.3px;
}

/* Featured Testimonial */
.featured-section {
  padding: 100px 24px;
  background: #ffffff;
}

.featured-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.featured-inner .quote-icon {
  width: 52px;
  height: 40px;
  margin: 0 auto 36px;
  opacity: 0.85;
}

.featured-inner .quote-icon svg {
  width: 100%;
  height: 100%;
}

.featured-inner blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  line-height: 1.75;
  color: #1a1a2e;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 40px;
  letter-spacing: 0.2px;
}

.featured-attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.featured-attribution .attr-line {
  width: 32px;
  height: 1px;
  background: #C9A96E;
  margin-bottom: 4px;
}

.featured-attribution .attr-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #232E7E;
}

.featured-attribution .attr-detail {
  font-size: 13px;
  color: #8a8a9a;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.featured-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 32px;
}

.featured-stars .star {
  width: 18px;
  height: 18px;
  color: #C9A96E;
}

/* Testimonials Grid */
.grid-section {
  padding: 100px 24px;
  background: #F9F8F6;
}

.grid-header {
  text-align: center;
  margin-bottom: 64px;
}

.grid-header .section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9A96E;
  margin-bottom: 16px;
}

.grid-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 600;
  color: #1a1a2e;
  letter-spacing: -0.3px;
}

.grid-header .header-divider {
  width: 48px;
  height: 2px;
  background: #C9A96E;
  margin: 24px auto 0;
}

.testimonials-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 2px;
  padding: 48px 44px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(35, 46, 126, 0.08);
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.card-stars {
  display: flex;
  gap: 3px;
}

.card-stars .star {
  width: 15px;
  height: 15px;
  color: #C9A96E;
}

.card-quote-svg {
  width: 28px;
  height: 22px;
  color: #232E7E;
  opacity: 0.1;
}

.card-text {
  font-size: 15px;
  line-height: 1.85;
  color: #555566;
  margin-bottom: 28px;
  letter-spacing: 0.2px;
}

.card-attribution {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid #E8E6E1;
}

.card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #232E7E 0%, #3C4B91 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.card-meta .card-name {
  font-weight: 600;
  font-size: 14px;
  color: #1a1a2e;
  letter-spacing: 0.3px;
}

.card-meta .card-transaction {
  font-size: 12px;
  color: #8a8a9a;
  margin-top: 2px;
  letter-spacing: 0.2px;
}

/* Second Featured */
.second-featured {
  padding: 100px 24px;
  background: #ffffff;
}

.second-featured .featured-inner blockquote {
  font-size: 24px;
}

/* Testimonials CTA */
.testimonials-cta {
  position: relative;
  padding: 120px 24px;
  text-align: center;
  overflow: hidden;
}

.testimonials-cta .cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials-cta .cta-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 34, 96, 0.88) 0%, rgba(35, 46, 126, 0.82) 100%);
}

.testimonials-cta .cta-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-cta .cta-content .divider-line {
  width: 48px;
  height: 2px;
  background: #C9A96E;
  margin: 0 auto 32px;
}

.testimonials-cta .cta-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.testimonials-cta .cta-content p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.3px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.btn-gold {
  display: inline-block;
  padding: 16px 40px;
  background: #C9A96E;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background: #D4B87A;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 169, 110, 0.3);
}

.btn-outline-white {
  display: inline-block;
  padding: 16px 40px;
  background: transparent;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-outline-white:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

/* Testimonials Responsive */
@media (max-width: 900px) {
  .testimonials-grid { grid-template-columns: 1fr; max-width: 600px; }
}

@media (max-width: 768px) {
  .testimonials-hero { height: 380px; }
  .testimonials-hero .hero-content h1 { font-size: 38px; }
  .featured-inner blockquote { font-size: 21px; }
  .grid-header h2 { font-size: 32px; }
  .testimonial-card { padding: 36px 32px; }
  .testimonials-cta .cta-content h2 { font-size: 32px; }
  .cta-buttons { flex-direction: column; align-items: center; }
}


/* ======================================================
   VIRGINIA BEACH PAGE
   ====================================================== */

/* Hero */
.vb-hero { position: relative; height: 75vh; min-height: 520px; max-height: 700px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.vb-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.vb-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(35, 46, 126, 0.6) 0%, rgba(35, 46, 126, 0.78) 100%); }
.vb-hero-content { position: relative; z-index: 2; padding: 0 30px; max-width: 960px; }
.vb-hero .eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; color: #DEF3FC; margin-bottom: 18px; }
.vb-hero h1 { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: #ffffff; margin-bottom: 18px; line-height: 1.15; }
.vb-hero .subtitle { font-size: 18px; font-weight: 400; color: rgba(255, 255, 255, 0.92); max-width: 580px; margin: 0 auto 34px; line-height: 1.7; }

/* Stats Strip */
.vb-stats { background: #232E7E; padding: 0; }
.vb-stats-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.vb-stat { padding: 28px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,0.1); }
.vb-stat:last-child { border-right: none; }
.vb-stat .stat-value { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: #ffffff; margin-bottom: 4px; }
.vb-stat .stat-label { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #DEF3FC; }

/* IDX Listings */
.vb-listings { background: #ffffff; padding: 70px 30px 80px; }
.vb-listings-inner { max-width: 1200px; margin: 0 auto; }
.vb-listings-header { text-align: center; margin-bottom: 40px; }
.vb-listings-header .eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #3C4B91; margin-bottom: 12px; }
.vb-listings-header h2 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: #232E7E; margin-bottom: 6px; }
.vb-listings-header .divider { width: 50px; height: 3px; background: #3C4B91; margin: 14px auto 0; border-radius: 2px; }
.vb-idx-embed { margin-top: 20px; }
.vb-idx-embed h3 { font-size: 16px; font-weight: 600; color: #232E7E; margin-bottom: 8px; }
.vb-idx-embed p { font-size: 14px; color: #888; max-width: 450px; }

/* Intro Two-Column */
.vb-intro { max-width: 1100px; margin: 0 auto; padding: 80px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.vb-intro-image { border-radius: 6px; overflow: hidden; position: relative; }
.vb-intro-image img { width: 100%; height: 400px; object-fit: cover; display: block; }
.vb-intro-image::after { content: ''; position: absolute; bottom: 0; left: 0; width: 6px; height: 100%; background: #3C4B91; }
.vb-intro-text .eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #3C4B91; margin-bottom: 14px; }
.vb-intro-text h2 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: #232E7E; margin-bottom: 10px; line-height: 1.2; }
.vb-intro-text .divider { width: 50px; height: 3px; background: #3C4B91; margin-bottom: 22px; border-radius: 2px; }
.vb-intro-text p { font-size: 15.5px; color: #555; line-height: 1.85; margin-bottom: 14px; }

/* Neighborhoods */
.vb-neighborhoods { max-width: 1100px; margin: 0 auto; padding: 80px 30px; }
.vb-neighborhoods-header { text-align: center; margin-bottom: 45px; }
.vb-neighborhoods-header .eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #3C4B91; margin-bottom: 12px; }
.vb-neighborhoods-header h2 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: #232E7E; }
.vb-neighborhoods-header .divider { width: 50px; height: 3px; background: #3C4B91; margin: 14px auto 0; border-radius: 2px; }
.neighborhood-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.neighborhood-card { position: relative; height: 320px; overflow: hidden; border-radius: 6px; cursor: pointer; display: block; text-decoration: none; color: inherit; }
.neighborhood-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.neighborhood-card:hover img { transform: scale(1.06); }
.neighborhood-card .card-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(35, 46, 126, 0.8) 0%, rgba(35, 46, 126, 0.15) 60%, rgba(35, 46, 126, 0) 100%); transition: background 0.4s ease; }
.neighborhood-card:hover .card-overlay { background: rgba(35, 46, 126, 0.55); }
.neighborhood-card .card-content { position: absolute; bottom: 20px; left: 20px; right: 20px; z-index: 2; }
.neighborhood-card .card-content h3 { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #fff; margin-bottom: 4px; }
.neighborhood-card .card-content p { font-size: 13px; color: rgba(255,255,255,0.8); font-weight: 400; }

/* Agent Section */
.vb-agent { background: #f7f8fb; padding: 90px 30px; }
.vb-agent-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 420px 1fr; gap: 60px; align-items: center; }
.vb-agent-photo { position: relative; }
.vb-agent-photo img { width: 100%; height: 520px; object-fit: cover; object-position: top center; border-radius: 6px; display: block; box-shadow: 0 12px 40px rgba(35, 46, 126, 0.15); }
.vb-agent-photo .agent-accent { position: absolute; bottom: -12px; left: -12px; width: 120px; height: 120px; border: 4px solid #3C4B91; border-radius: 6px; z-index: -1; }
.vb-agent-text .eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #3C4B91; margin-bottom: 14px; }
.vb-agent-text h2 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: #232E7E; margin-bottom: 6px; line-height: 1.2; }
.vb-agent-text .agent-title { font-size: 15px; font-weight: 500; color: #3C4B91; margin-bottom: 10px; }
.vb-agent-text .divider { width: 50px; height: 3px; background: #3C4B91; margin: 0 auto 22px !important; border-radius: 2px; }
.vb-agent-text p { font-size: 15.5px; color: #555; line-height: 1.85; margin-bottom: 14px; }
.agent-credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0 32px; }
.agent-credential { display: flex; align-items: center; gap: 12px; }
.agent-credential .cred-icon { width: 42px; height: 42px; background: #DEF3FC; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.agent-credential .cred-text { font-size: 13.5px; font-weight: 600; color: #232E7E; line-height: 1.3; }
.agent-credential .cred-text span { display: block; font-weight: 400; font-size: 12px; color: #777; }
.agent-buttons { display: flex; gap: 14px; flex-wrap: wrap; }

/* Luxury Button */
.btn-luxury { display: inline-block; padding: 20px 52px; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; border-radius: 0; background: transparent; color: #232E7E; border: 1.5px solid #232E7E; position: relative; overflow: hidden; transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 1; }
.btn-luxury::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: #232E7E; transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: -1; }
.btn-luxury:hover { color: #ffffff; transform: translateY(-1px); box-shadow: 0 10px 35px rgba(35, 46, 126, 0.25); }
.btn-luxury:hover::before { left: 0; }

/* CTA */
.vb-cta { position: relative; padding: 90px 30px; text-align: center; overflow: hidden; }
.vb-cta-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://images.unsplash.com/photo-1600275128492-ecf0c8d94455?w=1600&h=900&fit=crop&crop=center'); background-size: cover; background-position: center; }
.vb-cta-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(35, 46, 126, 0.92) 0%, rgba(60, 75, 145, 0.88) 100%); }
.vb-cta-content { position: relative; z-index: 2; max-width: 650px; margin: 0 auto; }
.vb-cta-content h2 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: #ffffff; margin-bottom: 16px; }
.vb-cta-content p { font-size: 17px; color: rgba(255, 255, 255, 0.9); margin-bottom: 32px; line-height: 1.7; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-buttons a { display: inline-block; padding: 15px 36px; font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 3px; transition: all 0.3s ease; }
.btn-light {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  border: none;
  color: #fff;
  text-decoration: none;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  background: transparent;
}
.btn-light::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.5);
  transition: background 0.3s ease;
}
.btn-light:hover::after {
  background: #fff;
}

/* VB Responsive */
@media (max-width: 900px) {
  .vb-hero h1 { font-size: 38px; }
  .vb-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .vb-stat { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .vb-intro { grid-template-columns: 1fr; gap: 40px; }
  .vb-intro-image { order: -1; }
  .vb-intro-image img { height: 300px; }
  .neighborhood-grid { grid-template-columns: 1fr 1fr; }
  .vb-agent-inner { grid-template-columns: 1fr; gap: 40px; }
  .vb-agent-photo img { height: 400px; }
  .agent-credentials { grid-template-columns: 1fr; max-width: 260px; margin: 28px auto 32px; }
}
@media (max-width: 600px) {
  .vb-hero { min-height: 450px; }
  .vb-hero h1 { font-size: 32px; }
  .vb-hero .subtitle { font-size: 15px; }
  .vb-stats-inner { grid-template-columns: 1fr 1fr; }
  .vb-intro-text h2 { font-size: 28px; }
  .vb-listings-header h2 { font-size: 28px; }
  .neighborhood-grid { grid-template-columns: 1fr; }
  .neighborhood-card { height: 240px; }
  .vb-cta-content h2 { font-size: 28px; }
  .cta-buttons { flex-direction: column; align-items: center; }
}


/* =============================================
   NORFOLK PAGE
   ============================================= */

/* ── Hero ── */
.nk-hero { position:relative; height:85vh; min-height:550px; display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; overflow:hidden; }
.nk-hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.nk-hero-overlay { position:absolute; inset:0; background:linear-gradient(180deg,rgba(35,46,126,.75) 0%,rgba(35,46,126,.6) 100%); }
.nk-hero-content { position:relative; z-index:2; max-width:800px; padding:0 24px; }
.nk-hero-content .eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; margin-bottom:16px; opacity:.9; }
.nk-hero-content h1 { font-family:'Playfair Display',serif; font-size:56px; font-weight:700; line-height:1.15; margin-bottom:20px; }
.nk-hero-content .subtitle { font-size:18px; font-weight:400; line-height:1.6; opacity:.9; max-width:600px; margin:0 auto; }

/* ── Stats ── */
.nk-stats { background:#232E7E; color:#fff; padding:0; }
.nk-stats-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); }
.nk-stat { text-align:center; padding:40px 20px; border-right:1px solid rgba(255,255,255,.15); }
.nk-stat:last-child { border-right:none; }
.nk-stat .stat-value { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: #ffffff; margin-bottom: 4px; }
.nk-stat .stat-label { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #DEF3FC; }

/* ── IDX Listings ── */
.nk-listings { padding:80px 24px; background:#fff; }
.nk-listings-inner { max-width:1200px; margin:0 auto; text-align:center; }
.nk-listings-header .eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#232E7E; margin-bottom:12px; }
.nk-listings-header h2 { font-family:'Playfair Display',serif; font-size:40px; color:#232E7E; margin-bottom:16px; }
.nk-idx-embed { margin-top:20px; }

/* ── Intro ── */
.nk-intro { padding:100px 24px; background:#fff; }
.nk-intro-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.nk-intro-image img { width:100%; height:500px; object-fit:cover; border-radius:4px; }
.nk-intro-text .eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#232E7E; margin-bottom:12px; }
.nk-intro-text h2 { font-family:'Playfair Display',serif; font-size:40px; color:#232E7E; margin-bottom:8px; line-height:1.2; }
.nk-intro-text .divider { margin:16px 0 24px; }
.nk-intro-text p { font-size:16px; line-height:1.8; color:#666; margin-bottom:20px; }

/* ── Agent ── */
.nk-agent { background: #f7f8fb; padding: 90px 30px; }
.nk-agent-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 420px 1fr; gap: 60px; align-items: center; }
.nk-agent-photo { position: relative; }
.nk-agent-photo img { width: 100%; height: 520px; object-fit: cover; object-position: top center; border-radius: 6px; display: block; box-shadow: 0 12px 40px rgba(35, 46, 126, 0.15); }
.nk-agent-photo .agent-accent { position: absolute; bottom: -12px; left: -12px; width: 120px; height: 120px; border: 4px solid #3C4B91; border-radius: 6px; z-index: -1; }
.nk-agent-text .eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #3C4B91; margin-bottom: 14px; }
.nk-agent-text h2 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: #232E7E; margin-bottom: 6px; line-height: 1.2; }
.nk-agent-text .agent-title { font-size: 15px; font-weight: 500; color: #3C4B91; margin-bottom: 10px; }
.nk-agent-text .divider { width: 50px; height: 3px; background: #3C4B91; margin: 0 auto 22px !important; border-radius: 2px; }
.nk-agent-text p { font-size: 15.5px; color: #555; line-height: 1.85; margin-bottom: 14px; }

/* ── Surrounding Cities ── */
.nk-cities { padding:100px 24px; background:#fff; }
.nk-cities-header { text-align:center; margin-bottom:50px; }
.nk-cities-header .eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#232E7E; margin-bottom:12px; }
.nk-cities-header h2 { font-family:'Playfair Display',serif; font-size:40px; color:#232E7E; margin-bottom:16px; }
.nk-cities-header .divider { margin:0 auto; }
.city-grid { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.city-card { position:relative; height:320px; border-radius:10px; overflow:hidden; cursor:pointer; text-decoration:none; display:block; }
.city-card img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.city-card:hover img { transform:scale(1.05); }
.city-card:hover .card-overlay { background:linear-gradient(to top, rgba(35,46,126,0.97) 0%, rgba(35,46,126,0.78) 45%, rgba(35,46,126,0.4) 80%, rgba(35,46,126,0.25) 100%); }
.card-overlay { position:absolute; top:0; left:0; right:0; bottom:0; background:linear-gradient(to top, rgba(35,46,126,0.95) 0%, rgba(35,46,126,0.7) 45%, rgba(35,46,126,0.25) 80%, rgba(35,46,126,0.1) 100%); z-index:1; transition:background .4s ease; }
.card-content { position:absolute; bottom:0; left:0; right:0; padding:24px; z-index:2; color:#fff; }
.card-content h3 { font-family:'Montserrat', sans-serif; font-size:16px; font-weight:700; letter-spacing:3px; text-transform:uppercase; margin-bottom:4px; }
.card-content p { font-size:14px; opacity:0.9; margin:0; }

/* ── CTA ── */
.nk-cta { position:relative; padding:120px 24px; text-align:center; color:#fff; overflow:hidden; }
.nk-cta-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.nk-cta-overlay { position:absolute; inset:0; background:rgba(35,46,126,.8); }
.nk-cta-content { position:relative; z-index:2; max-width:700px; margin:0 auto; }
.nk-cta-content h2 { font-family:'Playfair Display',serif; font-size:48px; margin-bottom:20px; line-height:1.2; }
.nk-cta-content p { font-size:18px; line-height:1.6; opacity:.9; margin-bottom:36px; }

/* ── Norfolk Responsive ── */
@media (max-width:768px) {
  .nk-hero-content h1 { font-size:36px; }
  .nk-stats-inner { grid-template-columns:repeat(2,1fr); }
  .nk-stat { border-bottom:1px solid rgba(255,255,255,.15); }
  .nk-intro-inner { grid-template-columns:1fr; gap:40px; }
  .nk-agent-inner { grid-template-columns:1fr; }
  .nk-agent-photo img { width:100%; max-width:380px; }
  .city-grid { grid-template-columns:1fr; }
  .nk-cta-content h2 { font-size:32px; }
}


/* ── Hero ── */
.pm-hero { position:relative; height:85vh; min-height:550px; display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; overflow:hidden; }
.pm-hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.pm-hero-overlay { position:absolute; inset:0; background:linear-gradient(180deg,rgba(35,46,126,.75) 0%,rgba(35,46,126,.6) 100%); }
.pm-hero-content { position:relative; z-index:2; max-width:800px; padding:0 24px; }
.pm-hero-content .eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; margin-bottom:16px; opacity:.9; }
.pm-hero-content h1 { font-family:'Playfair Display',serif; font-size:56px; font-weight:700; line-height:1.15; margin-bottom:20px; }
.pm-hero-content .subtitle { font-size:18px; font-weight:400; line-height:1.6; opacity:.9; max-width:600px; margin:0 auto; }

/* ── Stats ── */
.pm-stats { background:#232E7E; color:#fff; padding:0; }
.pm-stats-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); }
.pm-stat { text-align:center; padding:40px 20px; border-right:1px solid rgba(255,255,255,.15); }
.pm-stat:last-child { border-right:none; }
.pm-stat .stat-value { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: #ffffff; margin-bottom: 4px; }
.pm-stat .stat-label { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #DEF3FC; }

/* ── IDX Listings ── */
.pm-listings { padding:80px 24px; background:#fff; }
.pm-listings-inner { max-width:1200px; margin:0 auto; text-align:center; }
.pm-listings-header .eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#232E7E; margin-bottom:12px; }
.pm-listings-header h2 { font-family:'Playfair Display',serif; font-size:40px; color:#232E7E; margin-bottom:16px; }
.pm-idx-embed { margin-top:20px; }

/* ── Intro ── */
.pm-intro { padding:100px 24px; background:#fff; }
.pm-intro-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.pm-intro-image img { width:100%; height:500px; object-fit:cover; border-radius:4px; }
.pm-intro-text .eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#232E7E; margin-bottom:12px; }
.pm-intro-text h2 { font-family:'Playfair Display',serif; font-size:40px; color:#232E7E; margin-bottom:8px; line-height:1.2; }
.pm-intro-text .divider { margin:16px 0 24px; }
.pm-intro-text p { font-size:16px; line-height:1.8; color:#666; margin-bottom:20px; }

/* ── Agent ── */
.pm-agent { background: #f7f8fb; padding: 90px 30px; }
.pm-agent-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 420px 1fr; gap: 60px; align-items: center; }
.pm-agent-photo { position: relative; }
.pm-agent-photo img { width: 100%; height: 520px; object-fit: cover; object-position: top center; border-radius: 6px; display: block; box-shadow: 0 12px 40px rgba(35, 46, 126, 0.15); }
.pm-agent-photo .agent-accent { position: absolute; bottom: -12px; left: -12px; width: 120px; height: 120px; border: 4px solid #3C4B91; border-radius: 6px; z-index: -1; }
.pm-agent-text .section-eyebrow { text-align: left; font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #3C4B91; margin-bottom: 14px; }
.pm-agent-text h2 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: #232E7E; margin-bottom: 6px; line-height: 1.2; }
.pm-agent-text .agent-title { font-size: 15px; font-weight: 500; color: #3C4B91; margin-bottom: 10px; }
.pm-agent-text .divider { width: 50px; height: 3px; background: #3C4B91; margin: 0 auto 22px !important; border-radius: 2px; }
.pm-agent-text p { font-size: 15.5px; color: #555; line-height: 1.85; margin-bottom: 14px; }

/* ── Surrounding Cities ── */
.pm-cities { padding:100px 24px; background:#fff; }
.pm-cities-header { text-align:center; margin-bottom:50px; }
.pm-cities-header .eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#232E7E; margin-bottom:12px; }
.pm-cities-header h2 { font-family:'Playfair Display',serif; font-size:40px; color:#232E7E; margin-bottom:16px; }
.pm-cities-header .divider { margin:0 auto; }
.city-grid { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.city-card { position:relative; height:300px; border-radius:4px; overflow:hidden; cursor:pointer; text-decoration:none; display:block; }
.city-card img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.city-card:hover img { transform:scale(1.05); }
.card-overlay { position:absolute; top:0; left:0; right:0; bottom:0; background:linear-gradient(to top, rgba(35,46,126,0.8) 0%, rgba(35,46,126,0.15) 60%, rgba(35,46,126,0) 100%); z-index:1; }
.card-content { position:absolute; bottom:0; left:0; right:0; padding:24px; z-index:2; color:#fff; }
.card-content h3 { font-family:'Montserrat', sans-serif; font-size:16px; font-weight:700; letter-spacing:3px; text-transform:uppercase; margin-bottom:4px; }
.card-content p { font-size:14px; opacity:0.9; margin:0; }

/* ── CTA ── */
.pm-cta { position:relative; padding:120px 24px; text-align:center; color:#fff; overflow:hidden; }
.pm-cta-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.pm-cta-overlay { position:absolute; inset:0; background:rgba(35,46,126,.8); }
.pm-cta-content { position:relative; z-index:2; max-width:700px; margin:0 auto; }
.pm-cta-content h2 { font-family:'Playfair Display',serif; font-size:48px; margin-bottom:20px; line-height:1.2; }
.pm-cta-content p { font-size:18px; line-height:1.6; opacity:.9; margin-bottom:36px; }

/* ── Norfolk Responsive ── */
@media (max-width:768px) {
  .pm-hero-content h1 { font-size:36px; }
  .pm-stats-inner { grid-template-columns:repeat(2,1fr); }
  .pm-stat { border-bottom:1px solid rgba(255,255,255,.15); }
  .pm-intro-inner { grid-template-columns:1fr; gap:40px; }
  .pm-agent-inner { grid-template-columns:1fr; }
  .pm-agent-photo img { width:100%; max-width:380px; }
  .city-grid { grid-template-columns:1fr; }
  .pm-cta-content h2 { font-size:32px; }
}

/* ── CHESAPEAKE ── */
.ck-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.ck-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;}
.ck-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(35,46,126,.55) 0%,rgba(35,46,126,.7) 100%);}
.ck-hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 24px;}
.ck-hero-content .eyebrow{font-size:14px;font-weight:600;letter-spacing:4px;text-transform:uppercase;margin-bottom:16px;color:rgba(255,255,255,.85);}
.ck-hero-content h1{font-family:'Playfair Display',serif;font-size:56px;font-weight:700;line-height:1.15;margin-bottom:20px;}
.ck-hero-content .subtitle{font-size:18px;line-height:1.7;color:rgba(255,255,255,.9);max-width:640px;margin:0 auto;}
.ck-stats{background:#232E7E;padding:0;}
.ck-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);}
.ck-stat .stat-value{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:#ffffff;margin-bottom:4px;}
.ck-stat .stat-label{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#DEF3FC;}
.ck-stat{padding:28px 20px;text-align:center;border-right:1px solid rgba(255,255,255,0.1);}
.ck-stat:last-child{border-right:none;}
.ck-listings{padding:80px 24px;background:#fff;}
.ck-listings-inner{max-width:1200px;margin:0 auto;text-align:center;}
.ck-listings-header h2{font-family:'Playfair Display',serif;font-size:40px;color:#232E7E;margin-bottom:16px;}
.ck-idx-embed{margin-top:20px;}
.ck-intro{padding:100px 24px;background:#fff;}
.ck-intro-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.ck-intro-image img{border-radius:16px;width:100%;height:420px;object-fit:cover;}
.ck-intro-text h2{font-family:'Playfair Display',serif;font-size:38px;color:#232E7E;margin-bottom:24px;}
.ck-intro-text p{font-size:16px;color:#555;margin-bottom:20px;line-height:1.8;}
.ck-agent{padding:100px 24px;background:#f8f9fc;}
.ck-agent-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:420px 1fr;gap:60px;align-items:center;}
.ck-agent-photo img{border-radius:6px;width:100%;height:520px;object-fit:cover;object-position:50% 0%;box-shadow:0 12px 40px rgba(35,46,126,.15);}
.ck-agent-text .section-eyebrow{text-align:left;font-size:12px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#3C4B91;margin-bottom:14px;}
.ck-agent-text h2{font-family:'Playfair Display',serif;font-size:36px;color:#232E7E;margin-bottom:6px;}
.ck-agent-text p{font-size:15.5px;color:#555;margin-bottom:14px;line-height:1.85;}
.ck-cities{padding:80px 24px;background:#fff;}
.ck-cities-header{text-align:center;margin-bottom:48px;}
.ck-cities-header h2{font-family:'Playfair Display',serif;font-size:40px;color:#232E7E;}
.ck-cta{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.ck-cta-bg{position:absolute;inset:0;background-size:cover;background-position:center;}
.ck-cta-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(35,46,126,.6) 0%,rgba(35,46,126,.75) 100%);}
.ck-cta-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:700px;padding:0 24px;}
.ck-cta-content h2{font-family:'Playfair Display',serif;font-size:44px;margin-bottom:20px;}
@media(max-width:768px){
  .ck-hero-content h1{font-size:36px;}
  .ck-stats-inner{grid-template-columns:repeat(2,1fr);}
  .ck-stat{border-bottom:1px solid rgba(255,255,255,0.1);}
  .ck-intro-inner,.ck-agent-inner{grid-template-columns:1fr;gap:32px;}
  .ck-cta-content h2{font-size:32px;}
}

/* ── Chesapeake Agent Fixes (match VB) ── */
.ck-agent-photo { position: relative; }
.ck-agent-photo img { width: 100%; height: auto; border-radius: 6px; }
.ck-agent-text .agent-title { font-size: 15px; font-weight: 500; color: #3C4B91; margin-bottom: 10px; }
.ck-agent-text .divider { width: 50px; height: 3px; background: #3C4B91; margin: 0 auto 22px !important; border-radius: 2px; }
.ck-cta-content p { font-size: 17px; color: rgba(255,255,255,0.9); margin-bottom: 32px; line-height: 1.7; }
.ck-cta .btn-light { font-size: 15px; font-weight: 600; font-style: normal; font-family: 'Montserrat',sans-serif; letter-spacing: 3px; text-transform: uppercase; padding: 16px 48px; border: 2px solid #fff; border-radius: 0; }
.ck-cta .btn-light:hover { background: #fff; color: #232E7E; }
.ck-cta .btn-light::after { display: none; }


/* ═══════════════ SUFFOLK ═══════════════ */
.sf-hero { position:relative; min-height:600px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.sf-hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; z-index:0; }
.sf-hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(35,46,126,.45) 0%,rgba(35,46,126,.7) 100%); }
.sf-hero-content { position:relative; z-index:1; text-align:center; color:#fff; padding:40px 24px; max-width:800px; }
.sf-hero-content h1 { font-family:'Playfair Display',serif; font-size:56px; font-weight:700; margin-bottom:16px; text-shadow:0 2px 12px rgba(0,0,0,.25); }
.sf-hero-content .subtitle { font-size:20px; font-weight:300; opacity:.92; line-height:1.6; }
.sf-stats { background:#232E7E; padding:0; }
.sf-stats-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); }
.sf-stat { text-align:center; padding:36px 20px; border-right:1px solid rgba(255,255,255,.15); }
.sf-stat:last-child { border-right:none; }
.sf-stat .stat-number { font-family:'Playfair Display',serif; font-size:36px; font-weight:700; color:#fff; margin-bottom:6px; }
.sf-stat .stat-label { font-size:13px; text-transform:uppercase; letter-spacing:2px; color:rgba(255,255,255,.7); }
.sf-listings { padding:80px 24px; background:#fff; }
.sf-listings-inner { max-width:1200px; margin:0 auto; text-align:center; }
.sf-listings-header { margin-bottom:40px; }
.sf-listings-header .section-eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:12px; }
.sf-listings-header h2 { font-family:'Playfair Display',serif; font-size:42px; color:#232E7E; margin-bottom:8px; }
.sf-intro { padding:100px 24px; background:#fff; }
.sf-intro-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.sf-intro-text .section-eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:14px; text-align:left; }
.sf-intro-text h2 { font-family:'Playfair Display',serif; font-size:42px; color:#232E7E; margin-bottom:20px; }
.sf-intro-text p { font-size:16px; color:#555; line-height:1.85; margin-bottom:18px; }
.sf-intro-image img { width:100%; height:500px; object-fit:cover; border-radius:8px; box-shadow:0 16px 48px rgba(35,46,126,.12); }
.sf-agent { background:#f7f8fb; padding:90px 30px; }
.sf-agent-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:420px 1fr; gap:60px; align-items:center; }
.sf-agent-photo { position:relative; }
.sf-agent-photo img { width:100%; height:520px; object-fit:cover; object-position:top center; border-radius:6px; display:block; box-shadow:0 12px 40px rgba(35,46,126,0.15); }
.sf-agent-text .section-eyebrow { text-align:left; font-size:12px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:14px; }
.sf-agent-text h2 { font-family:'Playfair Display',serif; font-size:36px; font-weight:700; color:#232E7E; margin-bottom:6px; line-height:1.2; }
.sf-agent-text .agent-title { font-size:15px; font-weight:500; color:#3C4B91; margin-bottom:10px; }
.sf-agent-text .divider { width:50px; height:3px; background:#3C4B91; margin:0 auto 22px !important; border-radius:2px; }
.sf-agent-text p { font-size:15.5px; color:#555; line-height:1.85; margin-bottom:14px; }
.sf-cities { padding:80px 24px; background:#fff; }
.sf-cities-header { text-align:center; margin-bottom:48px; }
.sf-cities-header .section-eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:12px; }
.sf-cities-header h2 { font-family:'Playfair Display',serif; font-size:40px; color:#232E7E; }
.sf-cta { position:relative; min-height:500px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.sf-cta-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.sf-cta-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(35,46,126,.65) 0%,rgba(60,75,145,.55) 100%); }
.sf-cta-content { position:relative; z-index:1; text-align:center; color:#fff; max-width:700px; padding:60px 24px; }
.sf-cta-content h2 { font-family:'Playfair Display',serif; font-size:44px; font-weight:700; margin-bottom:16px; }
.sf-cta-content p { font-size:18px; opacity:.9; line-height:1.7; margin-bottom:36px; }
@media (max-width:768px) {
  .sf-hero-content h1 { font-size:36px; }
  .sf-stats-inner { grid-template-columns:repeat(2,1fr); }
  .sf-stat { border-bottom:1px solid rgba(255,255,255,.15); }
  .sf-intro-inner { grid-template-columns:1fr; gap:40px; }
  .sf-agent-inner { grid-template-columns:1fr; }
  .sf-agent-photo img { width:100%; max-width:380px; }
  .sf-cta-content h2 { font-size:32px; }
}


/* ===== COMMUNITIES PAGE ===== */
.comm-hero { position:relative; min-height:650px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.comm-hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; z-index:0; }
.comm-hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(35,46,126,.5) 0%,rgba(35,46,126,.78) 100%); }
.comm-hero-content { position:relative; z-index:1; text-align:center; color:#fff; padding:60px 24px; max-width:900px; }
.comm-hero-content .section-eyebrow { font-size:13px; font-weight:600; letter-spacing:5px; text-transform:uppercase; color:rgba(255,255,255,.75); margin-bottom:20px; }
.comm-hero-content h1 { font-family:'Playfair Display',serif; font-size:60px; font-weight:700; margin-bottom:20px; text-shadow:0 2px 16px rgba(0,0,0,.25); line-height:1.15; }
.comm-hero-content p { font-size:19px; font-weight:300; opacity:.92; line-height:1.7; max-width:680px; margin:0 auto; }

/* Communities Intro */
.comm-intro { padding:90px 24px; background:#fff; text-align:center; }
.comm-intro-inner { max-width:800px; margin:0 auto; }
.comm-intro .section-eyebrow { font-size:13px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:16px; }
.comm-intro h2 { font-family:'Playfair Display',serif; font-size:42px; color:#232E7E; margin-bottom:20px; line-height:1.2; }
.comm-intro p { font-size:17px; color:#555; line-height:1.85; }

/* Communities Cities Grid */
.comm-cities { padding:0 24px 100px; background:#fff; }
.comm-cities-inner { max-width:1200px; margin:0 auto; }
.city-row-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-bottom:24px; }
.city-row-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.city-card { position:relative; height:380px; border-radius:6px; overflow:hidden; cursor:pointer; transition:transform .3s ease,box-shadow .3s ease; text-decoration:none; display:block; }
.city-card:hover { transform:translateY(-4px); box-shadow:0 16px 48px rgba(35,46,126,.2); }
.city-card img { width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.city-card:hover img { transform:scale(1.03); }
.city-card .card-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(35,46,126,.85) 0%,rgba(35,46,126,.18) 55%,rgba(35,46,126,0) 100%); z-index:1; }
.city-card .card-content { position:absolute; bottom:0; left:0; right:0; padding:32px; z-index:2; color:#fff; }
.city-card .card-content .city-tag { font-size:11px; font-weight:600; letter-spacing:3px; text-transform:uppercase; color:rgba(255,255,255,.85); margin-bottom:8px; }
.city-card .card-content h3 { font-family:'Playfair Display',serif; font-size:30px; font-weight:700; margin-bottom:4px; text-shadow:0 2px 8px rgba(0,0,0,0.3); }
.city-card .card-content p { font-size:15px; opacity:.95; line-height:1.55; text-shadow:0 1px 4px rgba(0,0,0,0.2); }
.city-card .card-content .card-link { display:inline-block; margin-top:6px; font-family:'Playfair Display',serif; font-style:italic; font-size:16px; color:#fff; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.5); padding-bottom:2px; transition:opacity .3s ease; }
.city-card .card-content .card-link:hover { opacity:.75; }

/* Communities Why Section */
.comm-why { padding:100px 24px; background:#f7f8fb; }
.comm-why-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.comm-why-text .section-eyebrow { font-size:13px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:16px; }
.comm-why-text h2 { font-family:'Playfair Display',serif; font-size:40px; color:#232E7E; margin-bottom:22px; line-height:1.2; }
.comm-why-text p { font-size:16px; color:#555; line-height:1.85; margin-bottom:18px; }
.comm-why-features { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:32px; }
.why-feature { display:flex; align-items:flex-start; gap:14px; }
.why-feature .feature-icon { width:48px; height:48px; background:#DEF3FC; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:20px; }
.why-feature .feature-text { font-size:14px; font-weight:600; color:#232E7E; line-height:1.4; }
.why-feature .feature-text span { display:block; font-weight:400; font-size:13px; color:#777; margin-top:4px; }
.comm-why-photo { position:relative; }
.comm-why-photo img { width:100%; height:480px; object-fit:cover; border-radius:8px; box-shadow:0 16px 48px rgba(35,46,126,.12); }

/* Communities Agent */
.comm-agent { padding:100px 24px; background:#fff; }
.comm-agent-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:380px 1fr; gap:60px; align-items:center; }
.comm-agent-photo { position:relative; }
.comm-agent-photo img { width:100%; height:480px; object-fit:cover; object-position:top center; border-radius:6px; box-shadow:0 12px 40px rgba(35,46,126,.15); }
.comm-agent-photo .agent-accent { position:absolute; bottom:-12px; left:-12px; width:120px; height:120px; border:4px solid #3C4B91; border-radius:6px; z-index:-1; }
.comm-agent-text .section-eyebrow { font-size:13px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:16px; text-align:left; }
.comm-agent-text h2 { font-family:'Playfair Display',serif; font-size:38px; color:#232E7E; margin-bottom:8px; line-height:1.2; text-align:left; }
.comm-agent-text .agent-title { font-size:15px; font-weight:500; color:#3C4B91; margin-bottom:10px; }
.comm-agent-text .divider { width:50px; height:3px; background:#3C4B91; margin:0 auto 22px !important; border-radius:2px; }
.comm-agent-text p { font-size:16px; color:#555; line-height:1.85; margin-bottom:16px; text-align:left; }
.comm-agent-text .btn-luxury { margin-top:20px; }

/* Communities CTA */
.comm-cta { position:relative; min-height:450px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.comm-cta-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.comm-cta-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(35,46,126,.88) 0%,rgba(60,75,145,.82) 100%); }
.comm-cta-content { position:relative; z-index:1; text-align:center; color:#fff; max-width:700px; padding:60px 24px; }
.comm-cta-content h2 { font-family:'Playfair Display',serif; font-size:44px; font-weight:700; margin-bottom:16px; }
.comm-cta-content p { font-size:18px; opacity:.9; line-height:1.7; margin-bottom:36px; }

/* Communities Responsive */
@media (max-width:768px) {
.comm-hero { min-height:500px; }
.comm-hero-content h1 { font-size:38px; }
.comm-hero-content p { font-size:16px; }
.comm-intro h2 { font-size:32px; }
.city-row-3 { grid-template-columns:1fr; }
.city-row-2 { grid-template-columns:1fr; }
.city-card { height:300px; }
.comm-why-inner { grid-template-columns:1fr; gap:40px; }
.comm-why-features { grid-template-columns:1fr; }
.comm-agent-inner { grid-template-columns:1fr; }
.comm-agent-photo img { max-width:380px; height:420px; }
.comm-agent-text .section-eyebrow, .comm-agent-text h2, .comm-agent-text p { text-align:center; }
.comm-agent-text .divider { margin:0 auto 22px; }
.comm-agent-photo { display:flex; justify-content:center; }
.comm-agent-text .agent-title { text-align:center; }
.comm-agent-text .btn-luxury { display:block; margin:20px auto 0; text-align:center; }
.comm-cta-content h2 { font-size:32px; }
}


/* =============================================
   HOMES FOR SALE PAGE
   ============================================= */

/* Hero */
.hfs-hero { position:relative; height:70vh; min-height:500px; display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; overflow:hidden; }
.hfs-hero-bg { position:absolute; inset:0; background-size:cover; background-position:center 40%; background-repeat:no-repeat; }
.hfs-hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(35,46,126,.55) 0%, rgba(35,46,126,.75) 100%); }
.hfs-hero-content { position:relative; z-index:2; max-width:800px; padding:0 24px; }
.hfs-hero-content .section-eyebrow { color:rgba(255,255,255,.85); }
.hfs-hero-content h1 { font-family:'Playfair Display', serif; font-size:56px; font-weight:700; line-height:1.15; margin-bottom:16px; }
.hfs-hero-content p { font-size:18px; line-height:1.7; color:rgba(255,255,255,.9); max-width:600px; margin:0 auto; }

/* Intro */
.hfs-intro { padding:80px 24px; text-align:center; background:#fff; }
.hfs-intro-inner { max-width:800px; margin:0 auto; }
.hfs-intro h2 { font-family:'Playfair Display', serif; font-size:40px; font-weight:700; color:#232E7E; margin-bottom:20px; }
.hfs-intro p { font-size:16px; color:#555; line-height:1.8; }

/* Browse by Community */
.hfs-communities { padding:0 24px 80px; background:#fff; }
.hfs-communities-inner { max-width:1200px; margin:0 auto; }
.hfs-communities-header { text-align:center; margin-bottom:48px; }
.hfs-communities-header h2 { font-family:'Playfair Display', serif; font-size:36px; font-weight:700; color:#232E7E; }
.community-row { display:grid; grid-template-columns:repeat(5, 1fr); gap:16px; }
.community-link { position:relative; height:280px; border-radius:4px; overflow:hidden; cursor:pointer; text-decoration:none; display:block; }
.community-link img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.community-link:hover img { transform:scale(1.05); }
.community-link .link-overlay { position:absolute; top:0; left:0; right:0; bottom:0; background:linear-gradient(to top, rgba(35,46,126,0.85) 0%, rgba(35,46,126,0.3) 60%, rgba(35,46,126,0.1) 100%); z-index:1; }
.community-link:hover .link-overlay { background:linear-gradient(to top, rgba(35,46,126,0.9) 0%, rgba(35,46,126,0.6) 60%, rgba(35,46,126,0.5) 100%); }
.community-link .link-content { position:absolute; bottom:0; left:0; right:0; padding:20px; z-index:2; color:#fff; text-align:center; }
.community-link .link-content h3 { font-family:'Playfair Display', serif; font-size:22px; font-weight:700; margin-bottom:4px; letter-spacing:1px; }
.community-link .link-content span { font-size:12px; font-weight:500; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,.8); }

/* Search Section */
.hfs-search { padding:80px 24px; background:#f8f9fc; }
.hfs-search-inner { max-width:1200px; margin:0 auto; }
.hfs-search-header { text-align:center; margin-bottom:48px; }
.hfs-search-header h2 { font-family:'Playfair Display', serif; font-size:36px; font-weight:700; color:#232E7E; margin-bottom:16px; }
.hfs-search-header p { font-size:16px; color:#555; max-width:600px; margin:0 auto; }

/* Agent CTA */
.hfs-agent { padding:100px 24px; background:#fff; }
.hfs-agent-inner { max-width:1100px; margin:0 auto; display:flex; gap:60px; align-items:center; }
.hfs-agent-photo { flex:0 0 420px; position:relative; }
.hfs-agent-photo img { width:100%; height:520px; object-fit:cover; border-radius:2px; position:relative; z-index:2; }
.hfs-agent-photo .agent-accent { position:absolute; bottom:-16px; right:-16px; width:200px; height:200px; background:#DEF3FC; border-radius:2px; z-index:1; }
.hfs-agent-text { flex:1; }
.hfs-agent-text h2 { font-family:'Playfair Display', serif; font-size:36px; font-weight:700; color:#232E7E; margin-bottom:6px; }
.hfs-agent-text .btn-luxury { margin-top:20px; }

/* CTA Banner */
.hfs-cta { position:relative; padding:100px 24px; text-align:center; color:#fff; overflow:hidden; }
.hfs-cta-bg { position:absolute; inset:0; background-size:cover; background-position:center 70%; background-repeat:no-repeat; }
.hfs-cta-bg::after { content:''; position:absolute; inset:0; background:rgba(35,46,126,.82); }
.hfs-cta-content { position:relative; z-index:2; max-width:700px; margin:0 auto; }
.hfs-cta-content h2 { font-family:'Playfair Display', serif; font-size:40px; font-weight:700; margin-bottom:16px; }
.hfs-cta-content p { font-size:17px; color:rgba(255,255,255,.9); margin-bottom:32px; line-height:1.7; }

/* HFS Responsive */
@media (max-width:768px) {
  .hfs-hero { min-height:400px; }
  .hfs-hero-content h1 { font-size:36px; }
  .hfs-intro h2, .hfs-communities-header h2, .hfs-search-header h2, .hfs-cta-content h2 { font-size:28px; }
  .community-row { grid-template-columns:repeat(2, 1fr); }
  .community-link:last-child { grid-column: span 2; }
  .hfs-agent-inner { flex-direction:column; }
  .hfs-agent-photo { flex:0 0 auto; width:100%; max-width:420px; margin:0 auto; }
  .hfs-agent-photo img { height:400px; }
  .hfs-agent-text { text-align:center; }
  .hfs-agent-text .btn-luxury { display:block; margin:20px auto 0; text-align:center; }
}
/* ══════════════════════════════════════
   FEATURED PROPERTIES PAGE
   ══════════════════════════════════════ */

/* ── FP HERO ── */
.fp-hero { position:relative; min-height:600px; display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; overflow:hidden; }
.fp-hero-bg { position:absolute; inset:0; background-image:url('/wp-content/uploads/2026/05/sunrise-over-beach-with-oceanfront-condos-2026-01-09-00-19-30-utc-scaled.jpeg'); background-size:cover; background-position:center 40%; background-repeat:no-repeat; z-index:0; }
.fp-hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(35,46,126,.45) 0%, rgba(35,46,126,.7) 100%); }
.fp-hero-content { position:relative; z-index:1; max-width:800px; padding:40px 24px; }
.fp-hero-content .section-eyebrow { font-family:'Montserrat', sans-serif; font-size:12px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:rgba(255,255,255,.85); margin-bottom:16px; }
.fp-hero-content h1 { font-family:'Playfair Display', serif; font-size:56px; font-weight:700; line-height:1.15; margin-bottom:16px; text-shadow:0 2px 12px rgba(0,0,0,.25); }
.fp-hero-content p { font-size:20px; font-weight:300; opacity:.92; line-height:1.6; max-width:600px; margin:0 auto; }

/* ── FP LISTINGS ── */
.fp-listings { padding:80px 24px; background:#fff; }
.fp-listings-inner { max-width:1200px; margin:0 auto; text-align:center; }
.fp-listings-header { margin-bottom:40px; }
.fp-listings-header .section-eyebrow { font-family:'Montserrat', sans-serif; font-size:12px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#232E7E; margin-bottom:12px; }
.fp-listings-header h2 { font-family:'Playfair Display', serif; font-size:42px; font-weight:700; color:#232E7E; margin-bottom:8px; }
.fp-listings-header p { font-size:17px; color:#666; max-width:600px; margin:0 auto; }

/* ── FP AGENT CTA ── */
.fp-agent { background:#f7f8fb; padding:90px 30px; }
.fp-agent-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:420px 1fr; gap:60px; align-items:center; }
.fp-agent-photo { position:relative; }
.fp-agent-photo img { width:100%; height:520px; object-fit:cover; object-position:top center; border-radius:6px; display:block; box-shadow:0 12px 40px rgba(35,46,126,.15); }
.fp-agent-photo .agent-accent { position:absolute; bottom:-12px; left:-12px; width:120px; height:120px; border:4px solid #3C4B91; border-radius:6px; z-index:-1; }
.fp-agent-text .section-eyebrow { text-align:left; font-size:12px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:14px; }
.fp-agent-text h2 { font-family:'Playfair Display', serif; font-size:36px; font-weight:700; color:#232E7E; margin-bottom:6px; line-height:1.2; }
.fp-agent-text .agent-title { font-size:15px; font-weight:500; color:#3C4B91; margin-bottom:10px; }
.fp-agent-text .divider { width:50px; height:3px; background:#3C4B91; margin-bottom:22px; border-radius:2px; }
.fp-agent-text p { font-size:15.5px; color:#555; line-height:1.85; margin-bottom:14px; }
.fp-agent .agent-credentials { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:28px 0 32px; }
.fp-agent .agent-credential { display:flex; align-items:center; gap:12px; }
.fp-agent .agent-credential .cred-icon { width:42px; height:42px; background:#DEF3FC; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.fp-agent .agent-credential .cred-text { font-size:13.5px; font-weight:600; color:#232E7E; line-height:1.3; }
.fp-agent .agent-credential .cred-text span { display:block; font-weight:400; font-size:12px; color:#777; }
.fp-agent .agent-buttons { margin-top:8px; }
.fp-agent .btn-luxury { display:inline-block; padding:20px 52px; font-family:'Montserrat', sans-serif; font-size:12px; font-weight:600; letter-spacing:3.5px; text-transform:uppercase; text-decoration:none; border-radius:0; background:transparent; color:#232E7E; border:1.5px solid #232E7E; position:relative; overflow:hidden; transition:.5s cubic-bezier(.25,.46,.45,.94); z-index:1; }
.fp-agent .btn-luxury::before { content:''; position:absolute; top:0; left:-100%; width:100%; height:100%; background:#232E7E; transition:left .5s cubic-bezier(.25,.46,.45,.94); z-index:-1; }
.fp-agent .btn-luxury:hover { color:#fff; transform:translateY(-1px); box-shadow:0 10px 35px rgba(35,46,126,.25); }
.fp-agent .btn-luxury:hover::before { left:0; }

/* FP Agent - Tablet */
@media (max-width:768px) {
  .fp-agent { padding:60px 24px; }
  .fp-agent-inner { grid-template-columns:1fr; gap:40px; text-align:center; }
  .fp-agent-photo { max-width:360px; margin:0 auto; }
  .fp-agent-photo img { height:420px; }
  .fp-agent-photo .agent-accent { display:none; }
  .fp-agent-text .section-eyebrow { text-align:center; }
  .fp-agent-text .divider { margin:0 auto 22px; }
  .fp-agent .agent-credentials { grid-template-columns:1fr 1fr; justify-items:center; }
  .fp-agent .agent-credential { justify-content:center; }
  .fp-agent .agent-buttons { text-align:center; justify-content:center; }
  .fp-agent .btn-luxury { display:inline-block; }
}

/* FP Agent - Mobile */
@media (max-width:480px) {
  .fp-agent { padding:50px 20px; }
  .fp-agent-inner { gap:30px; }
  .fp-agent-photo { max-width:300px; }
  .fp-agent-photo img { height:360px; }
  .fp-agent-text h2 { font-size:28px; }
  .fp-agent-text .agent-title { font-size:14px; }
  .fp-agent-text p { font-size:14px; }
  .fp-agent .agent-credentials { grid-template-columns:1fr; gap:16px; }
  .fp-agent .btn-luxury { padding:18px 40px; font-size:11px; }
}

/* ── FP CTA BANNER ── */
.fp-cta { position:relative; min-height:500px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.fp-cta-bg { position:absolute; inset:0; background:url('/wp-content/uploads/2026/05/virginia-beach-sunrise-2026-03-24-06-04-05-utc-scaled.jpeg') center 60%/cover no-repeat; }
.fp-cta-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg, rgba(35,46,126,.88) 0%, rgba(60,75,145,.82) 100%); }
.fp-cta-content { position:relative; z-index:1; text-align:center; color:#fff; max-width:700px; padding:60px 24px; }
.fp-cta-content h2 { font-family:'Playfair Display', serif; font-size:44px; font-weight:700; margin-bottom:16px; }
.fp-cta-content p { font-size:18px; opacity:.9; line-height:1.7; margin-bottom:36px; }
.fp-cta .btn-light { display:inline-block; background:transparent; color:#fff; border:none; padding:10px 0; font-family:'Playfair Display', serif; font-style:italic; font-size:22px; font-weight:400; letter-spacing:1px; text-decoration:none; transition:all .3s ease; }
.fp-cta .btn-light::after { content:''; display:block; width:100%; height:1px; background:rgba(255,255,255,0.5); }
.fp-cta .btn-light:hover { opacity:.8; }

/* ── FP RESPONSIVE ── */
@media (max-width:768px) {
  .fp-hero { min-height:400px; }
  .fp-hero-content h1 { font-size:36px; }
  .fp-listings-header h2 { font-size:28px; }
  .fp-agent-inner { grid-template-columns:1fr; }
  .fp-agent-photo img { width:100%; max-width:380px; }
  .fp-cta-content h2 { font-size:32px; }
}


/* ═══════════════════════════════════════════════════
   MORTGAGE CALCULATOR PAGE (mc- prefix)
   ═══════════════════════════════════════════════════ */

/* ── HERO ── */
.mc-hero { position:relative; min-height:500px; display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; overflow:hidden; }
.mc-hero-bg { position:absolute; inset:0; background-image:url('https://navyhomebuyer.com/wp-content/uploads/2026/05/a-street-of-modern-homes-houses-in-various-colors-2026-01-09-00-36-29-utc-1-scaled.jpg'); background-size:cover; background-position:center 40%; background-repeat:no-repeat; z-index:0; }
.mc-hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(35,46,126,.45) 0%, rgba(35,46,126,.72) 100%); }
.mc-hero-content { position:relative; z-index:1; max-width:800px; padding:40px 24px; }
.mc-hero-content .section-eyebrow { font-family:'Montserrat', sans-serif; font-size:12px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:rgba(255,255,255,.85); margin-bottom:16px; }
.mc-hero-content h1 { font-family:'Playfair Display', serif; font-size:56px; font-weight:700; line-height:1.15; margin-bottom:16px; text-shadow:0 2px 12px rgba(0,0,0,.25); }
.mc-hero-content p { font-size:20px; font-weight:300; opacity:.92; line-height:1.6; max-width:640px; margin:0 auto; }

/* ── CALCULATOR SECTION ── */
.mc-calculator { padding:80px 24px; background:#fff; }
.mc-calculator-inner { max-width:1100px; margin:0 auto; }
.mc-calculator-header { text-align:center; margin-bottom:48px; }
.mc-calculator-header .section-eyebrow { font-family:'Montserrat', sans-serif; font-size:12px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#232E7E; margin-bottom:12px; }
.mc-calculator-header h2 { font-family:'Playfair Display', serif; font-size:42px; font-weight:700; color:#232E7E; margin-bottom:12px; }
.mc-calculator-header p { font-size:17px; color:#666; max-width:680px; margin:0 auto; line-height:1.7; }
.mc-widget-area { background:#f7f8fb; border-radius:12px; padding:48px 40px; margin-bottom:0; box-shadow:0 2px 20px rgba(35,46,126,.06); }

/* ── INFO CARDS ── */
.mc-info { padding:0 24px 80px; background:#fff; }
.mc-info-inner { max-width:1100px; margin:0 auto; }
.mc-info-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:32px; margin-top:48px; }
.mc-info-card { background:#f7f8fb; border-radius:10px; padding:36px 28px; text-align:center; transition:transform .3s ease, box-shadow .3s ease; }
.mc-info-card:hover { transform:translateY(-4px); box-shadow:0 12px 30px rgba(35,46,126,.1); }
.mc-info-card .card-icon { width:60px; height:60px; background:#DEF3FC; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 20px; font-size:26px; }
.mc-info-card h3 { font-family:'Playfair Display', serif; font-size:22px; font-weight:700; color:#232E7E; margin-bottom:10px; }
.mc-info-card p { font-size:14.5px; color:#666; line-height:1.7; }

/* ── AGENT CTA ── */
.mc-agent { background:#f7f8fb; padding:90px 30px; }
.mc-agent-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:420px 1fr; gap:60px; align-items:center; }
.mc-agent-photo { position:relative; }
.mc-agent-photo img { width:100%; height:520px; object-fit:cover; object-position:top center; border-radius:6px; display:block; box-shadow:0 12px 40px rgba(35,46,126,.15); }
.mc-agent-photo .agent-accent { position:absolute; bottom:-12px; left:-12px; width:120px; height:120px; border:4px solid #3C4B91; border-radius:6px; z-index:-1; }
.mc-agent-text .section-eyebrow { text-align:left; font-size:12px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:14px; }
.mc-agent-text h2 { font-family:'Playfair Display', serif; font-size:36px; font-weight:700; color:#232E7E; margin-bottom:6px; line-height:1.2; }
.mc-agent-text .agent-title { font-size:15px; font-weight:500; color:#3C4B91; margin-bottom:10px; }
.mc-agent-text .divider { width:50px; height:3px; background:#3C4B91; margin:0 auto 22px !important; border-radius:2px; }
.mc-agent-text p { font-size:15.5px; color:#555; line-height:1.85; margin-bottom:14px; }
.mc-agent .agent-credentials { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:28px 0 32px; }
.mc-agent .agent-credential { display:flex; align-items:center; gap:12px; }
.mc-agent .agent-credential .cred-icon { width:42px; height:42px; background:#DEF3FC; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.mc-agent .agent-credential .cred-text { font-size:13.5px; font-weight:600; color:#232E7E; line-height:1.3; }
.mc-agent .agent-credential .cred-text span { display:block; font-weight:400; font-size:12px; color:#777; }
.mc-agent .agent-buttons { margin-top:8px; }

/* ── COMMUNITY CARDS CTA ── */
.mc-communities { padding:80px 24px 90px; background:#f7f8fb; }
.mc-communities-inner { max-width:1200px; margin:0 auto; text-align:center; }
.mc-communities-header { margin-bottom:44px; }
.mc-communities-header .section-eyebrow { font-family:'Montserrat', sans-serif; font-size:12px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#232E7E; margin-bottom:12px; }
.mc-communities-header h2 { font-family:'Playfair Display', serif; font-size:42px; font-weight:700; color:#232E7E; margin-bottom:12px; }
.mc-communities-header p { font-size:17px; color:#666; max-width:640px; margin:0 auto; line-height:1.7; }
.mc-city-grid { display:grid; grid-template-columns:repeat(5, 1fr); gap:20px; margin-bottom:48px; }
.mc-city-card { position:relative; border-radius:10px; overflow:hidden; height:320px; cursor:pointer; text-decoration:none; }
.mc-city-card img { width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.mc-city-card:hover img { transform:scale(1.08); }
.mc-city-card .card-overlay { position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(35,46,126,.85) 100%); display:flex; flex-direction:column; justify-content:flex-end; padding:24px 18px; color:#fff; transition:background .3s ease; }
.mc-city-card:hover .card-overlay { background:linear-gradient(180deg, transparent 30%, rgba(35,46,126,.92) 100%); }
.mc-city-card .card-overlay h3 { font-family:'Playfair Display', serif; font-size:22px; font-weight:700; margin-bottom:4px; }
.mc-city-card .card-overlay span { font-size:12px; font-weight:500; letter-spacing:2px; text-transform:uppercase; opacity:.85; }
.mc-browse-all { margin-top:8px; }
.mc-browse-all .btn-luxury { padding:18px 48px; }

/* ── RESPONSIVE ── */
@media (max-width:768px) {
  .mc-hero { min-height:380px; }
  .mc-hero-content h1 { font-size:36px; }
  .mc-calculator-header h2 { font-size:28px; }
  .mc-widget-area { padding:28px 20px; }
  .mc-info-grid { grid-template-columns:1fr; }
  .mc-agent-inner { grid-template-columns:1fr; gap:40px; text-align:center; }
  .mc-agent-photo { max-width:360px; margin:0 auto; }
  .mc-agent-photo img { width:100%; height:420px; max-width:380px; }
  .mc-agent-photo .agent-accent { display:none; }
  .mc-agent-text .section-eyebrow { text-align:center; }
  .mc-agent-text .divider { margin:0 auto 22px; }
  .mc-agent .agent-credentials { grid-template-columns:1fr 1fr; justify-items:center; }
  .mc-agent .agent-credential { justify-content:center; }
  .mc-agent .agent-buttons { justify-content:center; }
  .mc-city-grid { grid-template-columns:repeat(2, 1fr); }
  .mc-city-card { height:240px; }
  .mc-communities-header h2 { font-size:28px; }
}

/* MC Agent - Mobile */
@media (max-width:480px) {
  .mc-agent { padding:50px 20px; }
  .mc-agent-inner { gap:30px; }
  .mc-agent-photo { max-width:300px; }
  .mc-agent-photo img { height:360px; }
  .mc-agent-text h2 { font-size:28px; }
  .mc-agent-text .agent-title { font-size:14px; }
  .mc-agent-text p { font-size:14px; }
  .mc-agent .agent-credentials { grid-template-columns:1fr; gap:16px; }
  .mc-agent .btn-luxury { padding:18px 40px; font-size:11px; }
}


/* ============================================================
   HOME VALUATION PAGE
   ============================================================ */

/* --- Hero --- */
.hv-hero { position:relative; min-height:600px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.hv-hero-bg { position:absolute; inset:0; background-position:center; background-size:cover; background-repeat:no-repeat; z-index:0; }
.hv-hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(35,46,126,.45) 0%,rgba(35,46,126,.7) 100%); }
.hv-hero-content { position:relative; z-index:1; text-align:center; color:#fff; padding:40px 24px; max-width:800px; }
.hv-hero-content .section-eyebrow { font-size:14px; font-weight:600; letter-spacing:5px; text-transform:uppercase; margin-bottom:16px; opacity:.9; }
.hv-hero-content h1 { font-family:'Playfair Display',serif; font-size:56px; font-weight:700; margin-bottom:16px; text-shadow:0 2px 12px rgba(0,0,0,.25); line-height:1.15; }
.hv-hero-content p { font-size:20px; font-weight:300; opacity:.92; line-height:1.6; }

/* --- Valuation Form --- */
.hv-form { padding:80px 24px; background:#fff; }
.hv-form-inner { max-width:800px; margin:0 auto; text-align:center; }
.hv-form-header { margin-bottom:48px; }
.hv-form-header .section-eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:12px; }
.hv-form-header h2 { font-family:'Playfair Display',serif; font-size:42px; color:#232E7E; margin-bottom:12px; }
.hv-form-header p { font-size:17px; color:#666; max-width:600px; margin:0 auto; line-height:1.7; }
.hv-form-widget { background:#f7f8fb; border-radius:12px; padding:48px 40px; box-shadow:0 4px 24px rgba(35,46,126,.06); text-align:left; }

/* --- Info Cards --- */
.hv-cards { padding:80px 24px; background:#f7f8fb; }
.hv-cards-inner { max-width:1200px; margin:0 auto; }
.hv-cards-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.hv-card { background:#fff; border-radius:12px; padding:44px 32px; text-align:center; box-shadow:0 2px 16px rgba(35,46,126,.05); transition:transform .3s ease, box-shadow .3s ease; }
.hv-card:hover { transform:translateY(-4px); box-shadow:0 8px 32px rgba(35,46,126,.1); }
.hv-card-icon { width:64px; height:64px; background:#DEF3FC; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 20px; font-size:28px; }
.hv-card h3 { font-family:'Playfair Display',serif; font-size:22px; font-weight:700; color:#232E7E; margin-bottom:14px; }
.hv-card p { font-size:15px; color:#666; line-height:1.7; }

/* --- Agent Section --- */
.hv-agent { background:#f7f8fb; padding:90px 30px; }
.hv-agent-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:420px 1fr; gap:60px; align-items:center; }
.hv-agent-photo { position:relative; }
.hv-agent-photo img { width:100%; height:520px; object-fit:cover; object-position:top center; border-radius:6px; display:block; box-shadow:0 12px 40px rgba(35,46,126,.15); }
.hv-agent-photo .agent-accent { position:absolute; bottom:-12px; left:-12px; width:120px; height:120px; border:4px solid #3C4B91; border-radius:6px; z-index:-1; }
.hv-agent-text .section-eyebrow { text-align:left; font-size:12px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:14px; }
.hv-agent-text h2 { font-family:'Playfair Display',serif; font-size:36px; font-weight:700; color:#232E7E; margin-bottom:6px; line-height:1.2; }
.hv-agent-text .agent-title { font-size:15px; font-weight:500; color:#3C4B91; margin-bottom:10px; }
.hv-agent-text .divider { width:50px; height:3px; background:#3C4B91; margin:0 auto 22px !important; border-radius:2px; }
.hv-agent-text p { font-size:15.5px; color:#555; line-height:1.85; margin-bottom:14px; }

/* --- Contact Banner --- */
.hv-contact { position:relative; min-height:500px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.hv-contact-bg { position:absolute; inset:0; background-position:center; background-size:cover; background-repeat:no-repeat; }
.hv-contact-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(35,46,126,.88) 0%,rgba(60,75,145,.82) 100%); }
.hv-contact-inner { position:relative; z-index:1; max-width:700px; text-align:center; color:#fff; padding:60px 24px; }
.hv-contact-text { margin-bottom:36px; }
.hv-contact-text h2 { font-family:'Playfair Display',serif; font-size:44px; font-weight:700; color:#fff; margin-bottom:16px; line-height:1.2; }
.hv-contact-text p { font-size:18px; color:rgba(255,255,255,.9); line-height:1.7; }

/* --- CTA City Cards --- */
.hv-cta { padding:100px 24px; background:#fff; }
.hv-cta-inner { max-width:1200px; margin:0 auto; text-align:center; }
.hv-cta-header { margin-bottom:48px; }
.hv-cta-header .section-eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:12px; }
.hv-cta-header h2 { font-family:'Playfair Display',serif; font-size:44px; font-weight:700; color:#232E7E; margin-bottom:12px; }
.hv-cta-header p { font-size:17px; color:#666; max-width:600px; margin:0 auto; line-height:1.7; }
.hv-cta-btn { margin-top:12px; }
.hv-cta-btn .btn-luxury { font-size:11px; }

/* --- HV Responsive --- */
@media (max-width:768px) {
  .hv-hero-content h1 { font-size:36px; }
  .hv-cards-grid { grid-template-columns:1fr; }
  .hv-agent-inner { grid-template-columns:1fr; }
  .hv-agent-photo img { width:100%; max-width:380px; }
  .hv-cta-header h2 { font-size:32px; }
  .hv-form-widget { padding:32px 20px; }
  .hv-contact-text h2 { font-size:32px; }
}
/* Home Valuation - City Card Overlay Fix */
.hv-cta .city-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(35,46,126,0.3) 0%, rgba(35,46,126,0.75) 100%);
  text-decoration: none;
  transition: background 0.3s ease;
}
.hv-cta .city-card-overlay:hover {
  background: linear-gradient(180deg, rgba(35,46,126,0.4) 0%, rgba(35,46,126,0.85) 100%);
}
.hv-cta .city-card-overlay h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px 0;
}
.hv-cta .city-card-overlay span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ===== MEET THE TEAM PAGE ===== */
.team-hero {
  position: relative;
  height: 55vh;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.team-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.35);
}
.team-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 30px;
}
.team-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
.team-hero p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.92;
  font-weight: 400;
}

/* Team Intro */
.team-intro {
  padding: 80px 30px;
  text-align: center;
  background: #fff;
}
.team-intro-inner {
  max-width: 780px;
  margin: 0 auto;
}
.team-intro .section-eyebrow {
  color: #232E7E;
}
.team-intro h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 400;
  color: #1a1a2e;
  margin-bottom: 20px;
  line-height: 1.25;
}
.team-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  max-width: 650px;
  margin: 0 auto;
}

/* Team Leader Spotlight */
.team-leader {
  padding: 0 30px 90px;
  background: #fff;
}
.team-leader-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 70px;
}
.team-leader-photo {
  flex: 0 0 420px;
  position: relative;
}
.team-leader-photo img {
  width: 420px;
  height: 520px;
  object-fit: cover;
  border-radius: 4px;
}
.leader-accent {
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 130px;
  height: 130px;
  background: #232E7E;
  border-radius: 4px;
  z-index: -1;
}
.team-leader-text {
  flex: 1;
}
.team-leader-text .section-eyebrow {
  color: #232E7E;
  margin-bottom: 12px;
}
.team-leader-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.leader-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #232E7E;
  margin-bottom: 20px;
}
.leader-divider {
  width: 60px;
  height: 2px;
  background: #232E7E;
  margin-bottom: 22px;
}
.team-leader-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 14px;
}
.leader-awards {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
}
.leader-awards h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #232E7E;
  margin-bottom: 12px;
}
.awards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.award-tag {
  font-size: 12px;
  font-weight: 500;
  color: #232E7E;
  background: #DEF3FC;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}
.leader-contact {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.leader-phone {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #232E7E;
  text-decoration: none;
}
.leader-phone:hover { text-decoration: underline; }

/* Team Grid */
.team-grid-section {
  padding: 90px 30px;
  background: #f8f9fb;
}
.team-grid-section .section-eyebrow {
  text-align: center;
  color: #232E7E;
  margin-bottom: 12px;
}
.team-grid-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 400;
  color: #1a1a2e;
  text-align: center;
  margin-bottom: 55px;
  line-height: 1.25;
}
.team-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.team-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.team-card-photo {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center top;
  background: #e0e0e0;
}
.team-card-info {
  padding: 28px 28px 32px;
}
.team-card-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 400;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.team-card-role {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #232E7E;
  margin-bottom: 5px;
}
.team-card-phone {
  font-size: 13px;
  color: #888;
  margin-bottom: 16px;
}
.team-card-phone a {
  color: #888;
  text-decoration: none;
}
.team-card-phone a:hover { color: #232E7E; }
.team-card-bio {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

/* Team CTA Banner */
.team-cta {
  position: relative;
  padding: 100px 30px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.team-cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.3);
}
.team-cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
.team-cta .btn-luxury {
  color: #ffffff;
  border-color: #ffffff;
}
.team-cta .btn-luxury::before {
  background: #ffffff;
}
.team-cta .btn-luxury:hover {
  color: #232E7E;
  box-shadow: 0 10px 35px rgba(255,255,255,0.25);
}
.team-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1.2;
}
.team-cta p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
  opacity: 0.92;
}

/* Team Placeholder Images */
.placeholder-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #232E7E 0%, #3C4B91 50%, #DEF3FC 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 400;
}
.team-card .placeholder-img {
  height: 340px;
  font-size: 36px;
}
.team-leader-photo .placeholder-img {
  width: 420px;
  height: 520px;
  font-size: 48px;
  border-radius: 4px;
}

/* Meet the Team - Tablet */
@media (max-width:768px) {
  .team-hero { min-height:350px; }
  .team-hero h1 { font-size:36px; }
  .team-intro { padding:60px 24px; }
  .team-intro h2 { font-size:28px; }
  .team-leader { padding:0 24px 60px; }
  .team-leader-inner { flex-direction:column; gap:40px; text-align:center; }
  .team-leader-photo { flex:0 0 auto; width:100%; max-width:320px; margin:0 auto; }
  .team-leader-photo img { width:100%; height:400px; }
  .team-leader-photo .placeholder-img { width:100%; height:400px; }
  .leader-accent { display:none; }
  .team-leader-text h2 { font-size:32px; }
  .leader-title { margin-bottom:16px; }
  .leader-divider { margin:0 auto 20px; }
  .team-leader-text .btn-luxury { display:block; margin:20px auto 0; text-align:center; }
  .team-grid-section { padding:60px 24px; }
  .team-grid-section h2 { font-size:28px; margin-bottom:40px; }
  .team-grid { grid-template-columns:repeat(2, 1fr); gap:24px; }
  .team-cta { padding:70px 24px; }
  .team-cta h2 { font-size:30px; }
}

/* Meet the Team - Mobile */
@media (max-width:480px) {
  .team-hero { min-height:300px; }
  .team-hero h1 { font-size:28px; }
  .team-hero p { font-size:14px; }
  .team-intro { padding:50px 20px; }
  .team-intro h2 { font-size:24px; }
  .team-intro p { font-size:14px; }
  .team-leader { padding:0 20px 50px; }
  .team-leader-inner { gap:30px; }
  .team-leader-photo { max-width:280px; }
  .team-leader-photo img { height:350px; }
  .team-leader-photo .placeholder-img { height:350px; }
  .team-leader-text h2 { font-size:28px; }
  .leader-bio { font-size:14px; }
  .team-grid-section { padding:50px 20px; }
  .team-grid-section h2 { font-size:24px; margin-bottom:30px; }
  .team-grid { grid-template-columns:1fr; gap:24px; max-width:360px; margin:0 auto; }
  .team-card-photo { height:280px; }
  .team-card .placeholder-img { height:280px; }
  .team-card-info { padding:22px 22px 26px; }
  .team-cta { padding:60px 20px; }
  .team-cta h2 { font-size:26px; }
  .team-cta p { font-size:14px; }
}


/* âââââââââââââââââââââââââââââââââââââââ
   CONTACT PAGE
   âââââââââââââââââââââââââââââââââââââââ */

/* ââ HERO ââ */
.contact-hero {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.contact-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(35,46,126,0.7) 0%, rgba(35,46,126,0.5) 100%);
}
.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 0 24px;
}
.contact-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 16px;
}
.contact-hero p {
    font-size: 17px;
    line-height: 1.8;
    opacity: 0.92;
}

/* ââ FORM + INFO LAYOUT ââ */
.contact-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
}

/* ââ FORM SIDE ââ */
.contact-form-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #232E7E;
    margin-bottom: 8px;
}
.contact-form-section > p {
    color: #666;
    font-size: 15px;
    margin-bottom: 32px;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #232E7E;
    margin-bottom: 8px;
}
.form-group label .required {
    color: #c0392b;
}
.form-group input,
.form-group select,
.form-group textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 14px 16px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    background: #fafbfc;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #232E7E;
    box-shadow: 0 0 0 3px rgba(35,46,126,0.08);
    background: #fff;
}
.form-group textarea {
    resize: vertical;
    min-height: 140px;
}
.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

/* Honeypot */
.form-hp {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.btn-submit, .contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fff;
    background: #232E7E;
    border: 2px solid #232E7E;
    padding: 16px 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease, box-shadow 0.3s ease;
    align-self: flex-start;
}
.btn-submit::before, .contact-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.4s ease;
    z-index: 0;
}
.btn-submit:hover::before, .contact-submit:hover::before {
    left: 0;
}
.btn-submit:hover, .contact-submit:hover {
    color: #232E7E;
    box-shadow: 0 10px 35px rgba(35,46,126,0.25);
}
.btn-submit span, .contact-submit span {
    position: relative;
    z-index: 1;
}
.btn-submit svg, .contact-submit svg {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}
.btn-submit:hover svg, .contact-submit:hover svg {
    transform: translateX(4px);
}

/* ââ INFO SIDE ââ */
.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.info-card {
    background: #f8f9fc;
    border-radius: 10px;
    padding: 28px 30px;
    border-left: 4px solid #232E7E;
}
.info-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #232E7E;
    margin-bottom: 16px;
}
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}
.info-item:last-child {
    margin-bottom: 0;
}
.info-icon {
    width: 40px;
    height: 40px;
    background: #232E7E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.info-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.info-text {
    display: flex;
    flex-direction: column;
}
.info-text strong {
    font-size: 14px;
    font-weight: 600;
    color: #232E7E;
    margin-bottom: 2px;
}
.info-text span,
.info-text a {
    font-size: 15px;
    color: #555;
    text-decoration: none;
}
.info-text a:hover {
    color: #232E7E;
}

/* Hours */
.hours-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hours-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8eaf0;
}
.hours-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.hours-row .day {
    font-weight: 600;
    color: #333;
}
.hours-row .time {
    color: #555;
}

/* Map */
.contact-map {
    border-radius: 10px;
    overflow: hidden;
    height: 220px;
    border: 1.5px solid #e0e2ea;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ââ QUICK LINKS ââ */
.contact-links {
    background: #f4f5f9;
    padding: 80px 24px;
}
.contact-links-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.contact-links .section-eyebrow {
    color: #3C4B91;
}
.contact-links h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #232E7E;
    margin-bottom: 48px;
}
.links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.link-card {
    background: #fff;
    border-radius: 10px;
    padding: 36px 24px;
    text-align: center;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.link-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(35,46,126,0.12);
}
.link-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #232E7E 0%, #3C4B91 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-card-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.link-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    color: #232E7E;
}
.link-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ââ CITY CARDS CTA ââ */
.contact-cities {
    background: #232E7E;
    padding: 80px 24px;
    text-align: center;
    color: #fff;
}
.contact-cities-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.contact-cities .section-eyebrow {
    color: #DEF3FC;
}
.contact-cities h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    margin-bottom: 48px;
}
.city-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.city-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 280px;
    text-decoration: none;
    display: block;
}
.city-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.city-card:hover img {
    transform: scale(1.08);
}
.city-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(35,46,126,0.1) 0%, rgba(35,46,126,0.75) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 16px;
    transition: background 0.4s ease;
}
.city-card:hover .city-card-overlay {
    background: linear-gradient(180deg, rgba(35,46,126,0.2) 0%, rgba(35,46,126,0.85) 100%);
}
.city-card-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #fff;
    margin-bottom: 4px;
}
.city-card-overlay span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #DEF3FC;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.city-card:hover .city-card-overlay span {
    opacity: 1;
    transform: translateY(0);
}

/* ââ VIEW ALL BUTTON ââ */
.btn-view-all {
    display: inline-block;
    position: relative;
    margin-top: 44px;
    padding: 18px 56px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: border-color 0.4s ease, color 0.4s ease, letter-spacing 0.4s ease;
}
.btn-view-all::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.btn-view-all span {
    position: relative;
    z-index: 2;
}
.btn-view-all:hover {
    border-color: #fff;
    color: #232E7E;
    letter-spacing: 4px;
}
.btn-view-all:hover::before {
    transform: scaleX(1);
}

/* ââ SUCCESS MESSAGE ââ */
.form-success {
    background: #e8f5e9;
    border: 1.5px solid #4caf50;
    border-radius: 8px;
    padding: 24px 28px;
    text-align: center;
}
.form-success h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #2e7d32;
    margin-bottom: 8px;
}
.form-success p {
    color: #555;
    font-size: 15px;
}

/* ââ CONTACT RESPONSIVE ââ */
@media (max-width: 900px) {
    .contact-main {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 60px 24px;
    }
    .links-grid {
        grid-template-columns: 1fr 1fr;
    }
    .city-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .contact-hero h1 {
        font-size: 38px;
    }
}
@media (max-width: 600px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    .links-grid {
        grid-template-columns: 1fr;
    }
    .city-cards-grid {
        grid-template-columns: 1fr 1fr;
    }
    .contact-hero {
        height: 340px;
    }
    .contact-hero h1 {
        font-size: 32px;
    }
}

/* --- Contact City Cards CTA --- */
.contact-cities { padding:80px 24px 100px; background:#232E7E; text-align:center; color:#fff; }
.contact-cities-inner { max-width:1200px; margin:0 auto; }
.contact-cities .section-eyebrow { font-family:"Montserrat", sans-serif; font-size:13px; font-weight:600; letter-spacing:3px; text-transform:uppercase; color:rgba(255,255,255,0.8); margin-bottom:12px; }
.contact-cities h2 { font-family:"Playfair Display", serif; font-size:42px; font-weight:700; color:#fff; margin:0 0 48px; }
.contact-cities .city-cards-grid { display:grid; grid-template-columns:repeat(5, 1fr); gap:20px; margin-bottom:48px; }
.contact-city-card { position:relative; border-radius:10px; overflow:hidden; height:320px; cursor:pointer; text-decoration:none; color:#fff; display:block; transition:transform .3s ease, box-shadow .3s ease; }
.contact-city-card:hover { transform:translateY(-4px); box-shadow:0 16px 48px rgba(0,0,0,0.3); }
.contact-city-card img { width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.contact-city-card:hover img { transform:scale(1.08); }
.contact-city-overlay { position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(35,46,126,0.85) 100%); display:flex; flex-direction:column; justify-content:flex-end; padding:24px; transition:background .3s ease; }
.contact-city-card:hover .contact-city-overlay { background:linear-gradient(180deg, transparent 30%, rgba(35,46,126,0.95) 100%); }
.contact-city-overlay h3 { font-family:"Playfair Display", serif; font-size:22px; font-weight:700; margin:0 0 4px; }
.contact-city-overlay span { font-family:"Montserrat", sans-serif; font-size:13px; font-weight:500; opacity:0.9; }
.contact-cities .contact-view-all { display:inline-block; position:relative; margin-top:44px; padding:18px 56px; background:transparent; border:1px solid rgba(255,255,255,0.5); color:#fff; font-family:"Montserrat", sans-serif; font-size:12px; font-weight:600; letter-spacing:3px; text-transform:uppercase; text-decoration:none; overflow:hidden; transition:border-color 0.4s ease, color 0.4s ease, letter-spacing 0.4s ease; }
.contact-cities .contact-view-all::before { content:''; position:absolute; inset:0; background:#fff; transform:scaleX(0); transform-origin:left; transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); z-index:1; }
.contact-cities .contact-view-all span { position:relative; z-index:2; }
.contact-cities .contact-view-all:hover { border-color:#fff; color:#232E7E; letter-spacing:4px; }
.contact-cities .contact-view-all:hover::before { transform:scaleX(1); }
@media (max-width:768px) {
    .contact-cities .city-cards-grid { grid-template-columns:repeat(2, 1fr); }
    .contact-city-card { height:240px; }
    .contact-cities h2 { font-size:32px; }
}
@media(max-width:768px){
.contact-submit { margin:0 auto; }
}

/* Contact Form — Consent Checkbox */
.form-consent { margin-top: 24px; }
.consent-label { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-family: 'Montserrat', sans-serif; font-size: 13px; line-height: 1.6; color: #555; }
.consent-label input[type="checkbox"] { margin-top: 4px; min-width: 18px; min-height: 18px; accent-color: #232E7E; cursor: pointer; }
.consent-text { flex: 1; }
.consent-text a { color: #232E7E; text-decoration: underline; }
.consent-text a:hover { color: #3C4B91; }


/* ==========================================================================
   LEGAL PAGES (Privacy Policy, Terms of Service)
   ========================================================================== */
.legal-hero {
  background: #232E7E;
  padding: 60px 24px;
  text-align: center;
}
.legal-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}
.legal-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.5px;
}
.legal-content {
  background: #ffffff;
  padding: 60px 24px 80px;
}
.legal-content-inner {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
}
.legal-content-inner h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #232E7E;
  margin: 48px 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #DEF3FC;
}
.legal-content-inner h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #232E7E;
  margin: 32px 0 12px;
}
.legal-content-inner h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3C4B91;
  margin: 24px 0 8px;
}
.legal-content-inner p {
  margin: 0 0 16px;
}
.legal-content-inner ul,
.legal-content-inner ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.legal-content-inner li {
  margin-bottom: 6px;
}
.legal-content-inner a {
  color: #232E7E;
  text-decoration: underline;
}
.legal-content-inner a:hover {
  color: #3C4B91;
}
.legal-content-inner strong {
  font-weight: 600;
  color: #222222;
}
@media (max-width: 768px) {
  .legal-hero { padding: 40px 20px; }
  .legal-hero h1 { font-size: 32px; }
  .legal-content { padding: 40px 20px 60px; }
  .legal-content-inner h2 { font-size: 24px; margin-top: 36px; }
}


/* ============================================================
   SITE HEADER & NAVIGATION
   ============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 48px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.site-header.transparent {
  background: transparent;
}
.site-header.scrolled {
  background: #232E7E;
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

/* Logo */
.header-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0;
}
.header-logo__img {
  height: 55px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

/* Desktop Nav */
.header-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-nav a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  position: relative;
}
.header-nav a:hover {
  opacity: 0.75;
}
.header-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s ease;
}
.header-nav a:hover::after {
  width: 100%;
}

/* Hamburger Button */
.hamburger-btn {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: border-color 0.2s ease;
  position: relative;
  z-index: 1002;
}
.hamburger-btn:hover {
  border-color: rgba(255,255,255,0.6);
}
.hamburger-btn span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger-btn.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-btn.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* Header stays above overlay when menu is open */
.site-header.menu-open {
  z-index: 1003;
}

/* ============================================================
   FULL-SCREEN MENU OVERLAY
   ============================================================ */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f1628;
  z-index: 1001;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-left {
  flex: 1;
  padding: 140px 60px 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu-left a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: color 0.2s ease, padding-left 0.3s ease;
}
.menu-left > a:first-child {
  border-top: 1px solid rgba(255,255,255,0.08);
}
.menu-left a:hover {
  color: #DEF3FC;
  padding-left: 12px;
}

.menu-right {
  width: 380px;
  padding: 140px 80px 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu-right-eyebrow {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DEF3FC;
  margin-bottom: 24px;
}
.menu-right-phone {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  transition: color 0.2s ease;
}
.menu-right-phone:hover {
  color: #DEF3FC;
}
.menu-right-email {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  margin-bottom: 36px;
  transition: color 0.2s ease;
}
.menu-right-email:hover {
  color: #DEF3FC;
}
.menu-right-cta {
  display: inline-block;
  background: #232E7E;
  color: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 18px 40px;
  border: none;
  transition: background 0.3s ease;
}
.menu-right-cta:hover {
  background: #3C4B91;
}

/* Menu Dropdown */
.menu-dropdown {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.menu-dropdown-toggle {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  padding: 22px 0;
  transition: color 0.2s ease;
  cursor: pointer;
}
.menu-dropdown:first-child .menu-dropdown-toggle {
  border-top: 1px solid rgba(255,255,255,0.08);
}
.menu-dropdown-toggle:hover {
  color: #DEF3FC;
}
.menu-dropdown-toggle svg {
  transition: transform 0.3s ease;
}
.menu-dropdown-toggle.open svg {
  transform: rotate(180deg);
}
.menu-dropdown-content {
  display: none;
  padding: 8px 0 16px 4px;
  columns: 2;
  column-gap: 40px;
}
.menu-dropdown-content.open {
  display: block;
}
.menu-dropdown-content a {
  display: block;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  padding: 10px 0 !important;
  border-bottom: none !important;
  border-top: none !important;
  break-inside: avoid;
  transition: color 0.2s ease;
}
.menu-dropdown-content a:hover {
  color: #ffffff;
  padding-left: 0 !important;
}
.menu-dropdown-content .dropdown-highlight {
  color: #DEF3FC;
  font-weight: 600;
}

/* Header Mobile */
@media (max-width: 900px) {
  .site-header { padding: 0 20px; height: 70px; }
  .header-nav { display: none; }
  .header-logo__img { height: 40px; }
  .menu-overlay { flex-direction: column; }
  .menu-left { padding: 120px 30px 30px; }
  .menu-left a { font-size: 22px; padding: 18px 0; }
  .menu-right { width: 100%; padding: 30px 30px 40px; }
  .menu-right-phone { font-size: 26px; }
}

/* ============================================================
   BLOG POST TEMPLATE (single.php)
   ============================================================ */

/* Blog Hero */
.blog-hero {
  background: #232E7E;
  padding: 140px 48px 80px;
  text-align: center;
}
.blog-hero-inner {
  max-width: 820px;
  margin: 0 auto;
}
.blog-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 32px;
}
.blog-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.blog-meta-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-meta-author-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  overflow: hidden;
}
.blog-meta-author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-meta-author-name {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

/* Featured Image */
.blog-featured-image {
  max-width: 1200px;
  margin: -40px auto 0;
  padding: 0 48px;
  position: relative;
  z-index: 1;
}
.blog-featured-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

/* Content Layout */
.blog-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 48px 0;
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.blog-main {
  flex: 1;
  min-width: 0;
}

/* Article Body */
.blog-body {
  padding: 0 0 40px;
}
.blog-body p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 24px;
}
.blog-body h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: #232E7E;
  margin-top: 44px;
  margin-bottom: 18px;
  line-height: 1.3;
}
.blog-body h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #232E7E;
  margin-top: 32px;
  margin-bottom: 14px;
}
.blog-body ul, .blog-body ol {
  margin: 0 0 24px 24px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #444;
}
.blog-body li {
  margin-bottom: 10px;
}
.blog-body blockquote {
  border-left: 4px solid #232E7E;
  padding: 24px 28px;
  margin: 32px 0;
  background: #f8f9fc;
}
.blog-body blockquote p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  color: #232E7E;
  line-height: 1.6;
  margin-bottom: 0;
}
.blog-body a {
  color: #232E7E;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-body a:hover {
  color: #3C4B91;
}
.blog-body img {
  width: 100%;
  height: auto;
  margin: 32px 0;
  display: block;
}
.blog-body .image-caption {
  font-size: 13px;
  color: #888;
  text-align: center;
  margin-top: -24px;
  margin-bottom: 32px;
  font-style: italic;
}

/* Share / Tags Bar */
.blog-share-bar {
  padding: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e8e8e8;
  padding-top: 28px;
}
.blog-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-tags a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  padding: 5px 14px;
  border: 1px solid #ddd;
  transition: all 0.2s ease;
}
.blog-tags a:hover {
  border-color: #232E7E;
  color: #232E7E;
}
.blog-share-icons {
  display: flex;
  gap: 10px;
}
.blog-share-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #666;
  transition: all 0.2s ease;
}
.blog-share-icons a:hover {
  border-color: #232E7E;
  color: #232E7E;
}

/* Author Bio */
.blog-author-bio {
  margin-bottom: 48px;
}
.blog-author-bio-inner {
  background: #f8f9fc;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.blog-author-bio-photo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-author-bio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-author-bio-info h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #232E7E;
  margin-bottom: 4px;
}
.blog-author-bio-info .author-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #3C4B91;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-author-bio-info p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

/* Sidebar */
.blog-sidebar {
  width: 320px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}
.sidebar-section {
  margin-bottom: 36px;
}
.sidebar-section-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #232E7E;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #232E7E;
}

/* Table of Contents */
.sidebar-toc a {
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
}
.sidebar-toc a:hover {
  color: #232E7E;
  padding-left: 8px;
}
.sidebar-toc a.active {
  color: #232E7E;
  font-weight: 600;
  border-left: 3px solid #232E7E;
  padding-left: 12px;
}

/* Recent Posts */
.sidebar-recent-post {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-recent-post-image {
  width: 72px;
  height: 56px;
  flex-shrink: 0;
  overflow: hidden;
}
.sidebar-recent-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-recent-post-info a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  line-height: 1.45;
  display: block;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}
.sidebar-recent-post-info a:hover {
  color: #232E7E;
}
.sidebar-recent-post-info span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 11px;
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* City Links in Sidebar CTA */
.sidebar-city-links {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}
.sidebar-city-link {
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  transition: all 0.2s ease;
}
.sidebar-city-link:last-child { border-bottom: none; }
.sidebar-city-link:hover { color: #ffffff; padding-left: 6px; }

/* Sidebar CTA */
.sidebar-cta {
  background: #232E7E;
  padding: 32px 28px;
  text-align: center;
}
.sidebar-cta h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
}
.sidebar-cta p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-bottom: 20px;
}
.sidebar-cta-btn {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #232E7E;
  background: #ffffff;
  text-decoration: none;
  padding: 14px 32px;
  transition: all 0.3s ease;
}
.sidebar-cta-btn:hover {
  background: #DEF3FC;
}

/* Related Posts */
.blog-related {
  background: #f8f9fc;
  padding: 80px 48px;
}
.blog-related-eyebrow {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3C4B91;
  text-align: center;
  margin-bottom: 12px;
}
.blog-related h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: #232E7E;
  text-align: center;
  margin-bottom: 48px;
}
.blog-related-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blog-card {
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.blog-card-image {
  height: 200px;
  overflow: hidden;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}
.blog-card-content {
  padding: 24px;
}
.blog-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #232E7E;
  line-height: 1.35;
  margin-bottom: 10px;
}
.blog-card-title a {
  color: inherit;
  text-decoration: none;
}
.blog-card-title a:hover {
  color: #3C4B91;
}
.blog-card-excerpt {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #888;
  margin-bottom: 14px;
}
.blog-card-date {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 11px;
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* CTA Banner */
.blog-cta {
  background: linear-gradient(rgba(35,46,126,0.7), rgba(35,46,126,0.7)),
              url('https://navyhomebuyer.com/wp-content/uploads/2026/05/row-of-various-sized-beach-cottage-vacation-homes-2026-03-24-07-07-04-utc-scaled.jpg') center/cover no-repeat;
  padding: 80px 48px;
  text-align: center;
}
.blog-cta-inner {
  max-width: 700px;
  margin: 0 auto;
}
.blog-cta h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.25;
}
.blog-cta p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 32px;
  line-height: 1.7;
}
.blog-cta-btn {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #232E7E;
  background: #ffffff;
  text-decoration: none;
  padding: 18px 48px;
  transition: all 0.3s ease;
}
.blog-cta-btn:hover {
  background: #DEF3FC;
}

/* Blog Responsive */
@media (max-width: 1024px) {
  .blog-content-wrapper { flex-direction: column; padding: 36px 24px 0; gap: 36px; }
  .blog-sidebar { width: 100%; position: static; }
  .blog-hero { padding: 120px 24px 60px; }
  .blog-hero h1 { font-size: 34px; }
  .blog-featured-image { padding: 0 24px; }
  .blog-featured-image img { height: 300px; }
  .blog-related { padding: 60px 24px; }
  .blog-related-grid { grid-template-columns: 1fr; gap: 24px; }
  .blog-author-bio-inner { flex-direction: column; align-items: center; text-align: center; }
  .blog-share-bar { flex-direction: column; gap: 16px; align-items: flex-start; }
  .blog-cta { padding: 60px 24px; }
  .blog-cta h2 { font-size: 30px; }
}
@media (max-width: 600px) {
  .blog-hero h1 { font-size: 28px; }
  .blog-meta { flex-direction: column; gap: 12px; }
}
/* ========================================
   BLOG ROLL PAGE
   ======================================== */
.blogroll-hero {
  padding: 100px 0 80px;
  text-align: center;
}
.blogroll-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.blogroll-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.blogroll-hero p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}
.blogroll-grid-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px 40px;
}
.blogroll-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blogroll-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.blogroll-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.blogroll-card-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.blogroll-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blogroll-card:hover .blogroll-card-image img {
  transform: scale(1.05);
}
.blogroll-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blogroll-card-meta {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.blogroll-card-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blogroll-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.35;
  margin-bottom: 12px;
}
.blogroll-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.blogroll-card-title a:hover {
  color: #232E7E;
}
.blogroll-card-excerpt {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 1.65;
  margin-bottom: 20px;
  flex: 1;
}
.blogroll-card-readmore {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #232E7E;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blogroll-card-readmore:hover {
  color: #3C4B91;
}
.blogroll-card-readmore svg {
  transition: transform 0.2s ease;
}
.blogroll-card-readmore:hover svg {
  transform: translateX(4px);
}
/* Blog Roll Pagination */
.blogroll-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px 24px 60px;
}
.blogroll-pagination a,
.blogroll-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.blogroll-pagination a {
  color: #555;
  background: #f5f5f5;
}
.blogroll-pagination a:hover {
  background: #DEF3FC;
  color: #232E7E;
}
.blogroll-pagination .current,
.blogroll-pagination span.current {
  background: #232E7E;
  color: #fff;
}
.blogroll-pagination .prev,
.blogroll-pagination .next {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  gap: 6px;
}
.blogroll-pagination .prev:hover,
.blogroll-pagination .next:hover {
  background: #232E7E;
  color: #fff;
}
/* Blog Roll CTA */
.blogroll-cta {
  padding: 80px 24px;
  text-align: center;
}
.blogroll-cta-inner {
  max-width: 700px;
  margin: 0 auto;
}
.blogroll-cta h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.blogroll-cta p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
  margin-bottom: 32px;
}
.blogroll-cta-btn {
  display: inline-block;
  background: #fff;
  color: #232E7E;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blogroll-cta-btn:hover {
  background: #DEF3FC;
  color: #232E7E;
}
/* Blog Roll Responsive */
@media (max-width: 900px) {
  .blogroll-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .blogroll-hero h1 { font-size: 38px; }
  .blogroll-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .blogroll-card-image { height: 200px; }
  .blogroll-cta h2 { font-size: 30px; }
}

/* ===== SELL YOUR HOME PAGE ===== */
.sell-hero { position:relative; min-height:600px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.sell-hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; background-repeat:no-repeat; z-index:0; }
.sell-hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(35,46,126,.45) 0%,rgba(35,46,126,.75) 100%); }
.sell-hero-content { position:relative; z-index:1; text-align:center; color:#fff; padding:40px 24px; max-width:800px; }
.sell-hero-content h1 { font-family:'Playfair Display',Georgia,serif; font-size:56px; font-weight:700; margin-bottom:16px; text-shadow:0 2px 12px rgba(0,0,0,.25); }
.sell-hero-content p { font-size:20px; font-weight:300; opacity:.92; line-height:1.6; margin-bottom:32px; }
.sell-hero-btn { display:inline-block; background:#fff; color:#232E7E; padding:16px 48px; font-family:'Montserrat',sans-serif; font-size:14px; font-weight:600; letter-spacing:2px; text-transform:uppercase; text-decoration:none; border-radius:0; transition:all .3s; }
.sell-hero-btn:hover { background:#DEF3FC; }
.sell-value { padding:80px 24px; background:#fff; }
.sell-value-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.sell-value-text h2 { font-family:'Playfair Display',serif; font-size:36px; color:#232E7E; margin-bottom:20px; line-height:1.2; }
.sell-value-text p { font-size:16px; line-height:1.8; color:#444; margin-bottom:16px; }
.sell-value-photo { border-radius:4px; overflow:hidden; box-shadow:0 8px 32px rgba(35,46,126,.12); }
.sell-value-photo img { width:100%; height:420px; object-fit:cover; }
.sell-process { padding:80px 24px; background:#f8f9fc; }
.sell-process-header { text-align:center; max-width:700px; margin:0 auto 56px; }
.sell-process-header h2 { font-family:'Playfair Display',serif; font-size:36px; color:#232E7E; margin-bottom:12px; }
.sell-process-header p { font-size:16px; color:#555; line-height:1.6; }
.sell-process-grid { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:40px; }
.sell-step { text-align:center; padding:40px 28px; background:#fff; border-radius:4px; box-shadow:0 2px 16px rgba(0,0,0,.06); position:relative; }
.sell-step-number { font-family:'Playfair Display',serif; font-size:48px; font-weight:700; color:#DEF3FC; margin-bottom:12px; line-height:1; }
.sell-step h3 { font-family:'Playfair Display',serif; font-size:20px; color:#232E7E; margin-bottom:12px; }
.sell-step p { font-size:14px; line-height:1.7; color:#555; }
.sell-why { padding:80px 24px; background:#fff; }
.sell-why-inner { max-width:1100px; margin:0 auto; }
.sell-why-header { text-align:center; margin-bottom:56px; }
.sell-why-header h2 { font-family:'Playfair Display',serif; font-size:36px; color:#232E7E; margin-bottom:12px; }
.sell-why-header p { font-size:16px; color:#555; line-height:1.6; }
.sell-why-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:32px; }
.sell-why-card { display:flex; gap:20px; padding:28px; background:#f8f9fc; border-radius:4px; border-left:4px solid #232E7E; }
.sell-why-icon { flex-shrink:0; width:48px; height:48px; background:#DEF3FC; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.sell-why-icon svg { width:24px; height:24px; stroke:#232E7E; fill:none; stroke-width:2; }
.sell-why-card h3 { font-family:'Playfair Display',serif; font-size:18px; color:#232E7E; margin-bottom:8px; }
.sell-why-card p { font-size:14px; line-height:1.7; color:#555; }
.sell-testimonials { padding:80px 24px; background:#f8f9fc; }
.sell-testimonials-header { text-align:center; max-width:700px; margin:0 auto 56px; }
.sell-testimonials-header h2 { font-family:'Playfair Display',serif; font-size:36px; color:#232E7E; margin-bottom:12px; }
.sell-testimonials-header p { font-size:16px; color:#555; line-height:1.6; }
.sell-testimonials-grid { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.sell-testimonial { background:#fff; padding:36px 32px; border-radius:4px; box-shadow:0 2px 16px rgba(0,0,0,.06); }
.sell-testimonial-stars { color:#232E7E; font-size:16px; letter-spacing:2px; margin-bottom:16px; }
.sell-testimonial p { font-size:14px; line-height:1.8; color:#444; font-style:italic; margin-bottom:20px; }
.sell-testimonial-author { font-size:13px; font-weight:600; color:#232E7E; }
.sell-valuation { position:relative; padding:80px 24px; overflow:hidden; }
.sell-valuation-bg { position:absolute; inset:0; background-size:cover; background-position:center; background-repeat:no-repeat; z-index:0; }
.sell-valuation-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(35,46,126,.85) 0%,rgba(60,75,145,.8) 100%); }
.sell-valuation-inner { position:relative; z-index:1; max-width:800px; margin:0 auto; text-align:center; color:#fff; }
.sell-valuation-inner h2 { font-family:'Playfair Display',serif; font-size:40px; margin-bottom:16px; }
.sell-valuation-inner p { font-size:17px; line-height:1.7; margin-bottom:32px; opacity:.92; }
.sell-valuation-btn { display:inline-block; background:#fff; color:#232E7E; padding:16px 48px; font-family:'Montserrat',sans-serif; font-size:14px; font-weight:600; letter-spacing:2px; text-transform:uppercase; text-decoration:none; transition:all .3s; }
.sell-valuation-btn:hover { background:#DEF3FC; }
.sell-agent { padding:80px 24px; background:#fff; }
.sell-agent-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:auto 1fr; gap:56px; align-items:center; }
.sell-agent-photo { width:520px; }
.sell-agent-photo img { width:100%; border-radius:4px; box-shadow:0 8px 32px rgba(35,46,126,.12); }
.sell-agent-eyebrow { font-size:12px; letter-spacing:2.5px; text-transform:uppercase; color:#3C4B91; font-weight:600; margin-bottom:10px; }
.sell-agent-text h2 { font-family:'Playfair Display',serif; font-size:36px; color:#232E7E; margin-bottom:20px; line-height:1.2; }
.sell-agent-accent { width:60px; height:3px; background:#232E7E; margin-bottom:20px; }
.sell-agent-text p { font-size:15px; line-height:1.8; color:#444; margin-bottom:16px; }
.sell-agent-divider { width:100%; height:1px; background:#e0e0e0; margin:24px 0; }
.sell-agent-credentials { font-size:13px; color:#3C4B91; line-height:1.8; }
.sell-agent-btn { display:inline-block; margin-top:24px; background:#232E7E; color:#fff; padding:14px 40px; font-size:13px; font-weight:600; letter-spacing:2px; text-transform:uppercase; text-decoration:none; transition:background .3s; }
.sell-agent-btn:hover { background:#3C4B91; }
.sell-cta { position:relative; padding:80px 24px; text-align:center; overflow:hidden; }
.sell-cta-bg { position:absolute; inset:0; background-size:cover; background-position:center; background-repeat:no-repeat; z-index:0; }
.sell-cta-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(rgba(35,46,126,.7),rgba(35,46,126,.7)); }
.sell-cta-inner { position:relative; z-index:1; max-width:700px; margin:0 auto; color:#fff; }
.sell-cta-inner h2 { font-family:'Playfair Display',serif; font-size:40px; margin-bottom:16px; }
.sell-cta-inner p { font-size:17px; line-height:1.7; margin-bottom:32px; opacity:.92; }
.sell-cta-btn { display:inline-block; background:#fff; color:#232E7E; padding:16px 48px; font-family:'Montserrat',sans-serif; font-size:14px; font-weight:600; letter-spacing:2px; text-transform:uppercase; text-decoration:none; transition:all .3s; }
.sell-cta-btn:hover { background:#DEF3FC; }
@media (max-width:900px) {
  .sell-hero-content h1 { font-size:40px; }
  .sell-value-inner { grid-template-columns:1fr; }
  .sell-process-grid { grid-template-columns:1fr; max-width:480px; }
  .sell-why-grid { grid-template-columns:1fr; }
  .sell-testimonials-grid { grid-template-columns:1fr; max-width:480px; }
  .sell-agent-inner { grid-template-columns:1fr; }
  .sell-agent-photo { width:100%; max-width:520px; margin:0 auto; }
}
@media (max-width:600px) {
  .sell-hero-content h1 { font-size:32px; }
}

/* ============================================
   NEIGHBORHOOD PAGES (nb- prefix)
   Shared styles for all VB neighborhood pages
   ============================================ */

/* HERO */
.nb-hero { position:relative; min-height:600px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.nb-hero-bg { position:absolute; inset:0; background:center/cover no-repeat; z-index:0; }
.nb-hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(35,46,126,.45) 0%,rgba(35,46,126,.7) 100%); }
.nb-hero-content { position:relative; z-index:1; text-align:center; color:#fff; padding:40px 24px; max-width:800px; }
.nb-hero-content h1 { font-family:'Playfair Display',serif; font-size:56px; font-weight:700; margin-bottom:16px; text-shadow:0 2px 12px rgba(0,0,0,.25); }
.nb-hero-content p { font-size:20px; font-weight:300; opacity:.92; line-height:1.6; }

/* IDX LISTINGS */
.nb-listings { padding:80px 24px; background:#fff; }
.nb-listings-inner { max-width:1200px; margin:0 auto; text-align:center; }
.nb-listings-header { margin-bottom:40px; }
.nb-listings-header .section-eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:12px; }
.nb-listings-header h2 { font-family:'Playfair Display',serif; font-size:42px; color:#232E7E; margin-bottom:8px; }
.nb-listings-header p { font-size:17px; color:#666; }

/* AREA INTRO */
.nb-intro { padding:100px 24px; background:#fff; }
.nb-intro-inner { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.nb-intro-text .section-eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:14px; }
.nb-intro-text h2 { font-family:'Playfair Display',serif; font-size:42px; color:#232E7E; margin-bottom:20px; line-height:1.15; }
.nb-intro-text p { font-size:16px; color:#555; line-height:1.85; margin-bottom:18px; }
.nb-intro-photo img { width:100%; height:500px; object-fit:cover; border-radius:8px; box-shadow:0 16px 48px rgba(35,46,126,.12); }

/* AGENT BIO */
.nb-agent { background:#f7f8fb; padding:90px 30px; }
.nb-agent-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:420px 1fr; gap:60px; align-items:center; }
.nb-agent-photo { position:relative; }
.nb-agent-photo img { width:100%; height:520px; object-fit:cover; object-position:top center; border-radius:6px; display:block; box-shadow:0 12px 40px rgba(35,46,126,.15); }
.nb-agent-photo .agent-accent { position:absolute; bottom:-12px; left:-12px; width:120px; height:120px; border:4px solid #3C4B91; border-radius:6px; z-index:-1; }
.nb-agent-text .section-eyebrow { text-align:left; font-size:12px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:14px; }
.nb-agent-text h2 { font-family:'Playfair Display',serif; font-size:36px; font-weight:700; color:#232E7E; margin-bottom:6px; line-height:1.2; }
.nb-agent-text .agent-title { font-size:15px; font-weight:500; color:#3C4B91; margin-bottom:10px; }
.nb-agent-text .divider { width:50px; height:3px; background:#3C4B91; margin:0 auto 22px !important; border-radius:2px; }
.nb-agent-text p { font-size:15.5px; color:#555; line-height:1.85; margin-bottom:14px; }

/* NEARBY NEIGHBORHOODS */
.nb-neighborhoods { padding:80px 24px; background:#fff; max-width:1200px; margin-left:auto; margin-right:auto; }
.nb-neighborhoods-header { text-align:center; margin-bottom:48px; }
.nb-neighborhoods-header .section-eyebrow { font-size:14px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:#3C4B91; margin-bottom:12px; }
.nb-neighborhoods-header h2 { font-family:'Playfair Display',serif; font-size:40px; color:#232E7E; }

/* CTA */
/* Neighborhood Card Overlays */
.neighborhood-card-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; background: linear-gradient(to top, rgba(35, 46, 126, 0.8) 0%, rgba(35, 46, 126, 0.15) 60%, rgba(35, 46, 126, 0) 100%); transition: background 0.4s ease; z-index: 1; }
.neighborhood-card:hover .neighborhood-card-overlay { background: linear-gradient(to top, rgba(35, 46, 126, 0.7) 0%, rgba(35, 46, 126, 0.45) 50%, rgba(35, 46, 126, 0.35) 100%); }
.neighborhood-card-overlay h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; letter-spacing: 0.5px; color: #fff; margin: 0 0 6px 0; text-shadow: 0 1px 4px rgba(0,0,0,0.3); }
.neighborhood-card-overlay p { font-size: 14px; color: rgba(255,255,255,0.85); font-weight: 500; margin: 0 0 10px 0; }
.neighborhood-card-overlay .card-link { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #fff; opacity: 0.85; transition: all 0.3s ease; }
.neighborhood-card:hover .neighborhood-card-overlay .card-link { opacity: 1; }

.nb-cta { position:relative; min-height:500px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.nb-cta-bg { position:absolute; inset:0; background:center/cover no-repeat; }
.nb-cta-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(35,46,126,.65) 0%,rgba(60,75,145,.55) 100%); }
.nb-cta-content { position:relative; z-index:1; text-align:center; color:#fff; max-width:700px; padding:60px 24px; }
.nb-cta-content h2 { font-family:'Playfair Display',serif; font-size:44px; font-weight:700; margin-bottom:16px; }
.nb-cta-content p { font-size:18px; opacity:.9; line-height:1.7; margin-bottom:36px; }
.nb-cta .btn-luxury { color:#fff; border-color:#fff; }
.nb-cta .btn-luxury::before { background:#fff; }
.nb-cta .btn-luxury:hover { color:#232E7E; border-color:#fff; box-shadow:0 10px 35px rgba(0,0,0,.25); }

/* NEIGHBORHOOD RESPONSIVE */
@media (max-width:768px) {
    .nb-hero-content h1 { font-size:36px; }
    .nb-intro-inner { grid-template-columns:1fr; gap:40px; }
    .nb-agent-inner { grid-template-columns:1fr; }
    .nb-agent-photo img { width:100%; max-width:380px; }
    .nb-cta-content h2 { font-size:32px; }
}


/* =============================================
/* =============================================
   HOMEPAGE - REVIEW / TESTIMONIAL CAROUSEL
   ============================================= */
.rv-section {
  position: relative;
  padding: 100px 0 80px;
  background: #1a2460;
  overflow: hidden;
}
.rv-bg-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.22;
}
.rv-bg-gradient {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(26,36,96,0.6) 0%, rgba(26,36,96,0.3) 50%, rgba(26,36,96,0.6) 100%);
}
.rv-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.rv-icon {
  text-align: center;
  margin-bottom: 20px;
}
.rv-icon svg {
  width: 48px;
  height: 48px;
}
.rv-eyebrow {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DEF3FC;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.rv-heading {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 50px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.5);
}
.rv-heading em {
  font-style: italic;
  color: #DEF3FC;
}
.rv-carousel-wrapper {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.rv-stage {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: visible;
}
.rv-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 420px;
  margin-left: -210px;
  padding: 44px 32px 48px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0.7);
  pointer-events: none;
  z-index: 0;
}
.rv-card.is-hidden {
  opacity: 0;
  transform: scale(0.7);
  z-index: 0;
}
.rv-card.is-prev {
  opacity: 0.45;
  transform: translateX(-396px) scale(0.82);
  z-index: 2;
}
.rv-card.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
  z-index: 3;
  background: rgba(35,46,126,0.55);
  border: 1px solid rgba(222,243,252,0.18);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 40px rgba(0,0,0,0.3);
}
.rv-card.is-next {
  opacity: 0.45;
  transform: translateX(396px) scale(0.82);
  z-index: 2;
}
.rv-corner {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.rv-card.is-active .rv-corner {
  opacity: 1;
}
.rv-corner--tl {
  top: -1px;
  left: -1px;
  border-top: 1px solid rgba(222,243,252,0.3);
  border-left: 1px solid rgba(222,243,252,0.3);
}
.rv-corner--tr {
  top: -1px;
  right: -1px;
  border-top: 1px solid rgba(222,243,252,0.3);
  border-right: 1px solid rgba(222,243,252,0.3);
}
.rv-corner--bl {
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid rgba(222,243,252,0.3);
  border-left: 1px solid rgba(222,243,252,0.3);
}
.rv-corner--br {
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid rgba(222,243,252,0.3);
  border-right: 1px solid rgba(222,243,252,0.3);
}
.rv-card-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 28px;
}
.rv-card-stars .rv-star {
  color: #DEF3FC;
  font-size: 22px;
}
.rv-card-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  margin-bottom: 28px;
}
.rv-card-name {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}
.rv-card-source {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(222,243,252,0.45);
  letter-spacing: 0.5px;
}
.rv-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -90px;
  right: -90px;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.rv-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.rv-arrow:hover {
  background: rgba(222,243,252,0.1);
  border-color: rgba(222,243,252,0.5);
}
.rv-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.rv-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.rv-dot.active {
  background: #DEF3FC;
  transform: scale(1.35);
}
.rv-dot:hover {
  background: rgba(222,243,252,0.5);
}
@media (max-width:1200px) {
  .rv-nav { left: -20px; right: -20px; }
}
@media (max-width:1024px) {
  .rv-card { width: 380px; margin-left: -190px; }
  .rv-card.is-prev { transform: translateX(-340px) scale(0.80); }
  .rv-card.is-next { transform: translateX(340px) scale(0.80); }
  .rv-heading { font-size: 38px; }
  .rv-nav { left: 0; right: 0; }
}
@media (max-width:768px) {
  .rv-section { padding: 70px 0 60px; }
  .rv-stage { height: auto; overflow: hidden; }
  .rv-card {
    position: relative;
    left: auto;
    margin-left: auto;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: none;
  }
  .rv-card.is-active {
    display: block;
    transform: none;
  }
  .rv-card.is-prev,
  .rv-card.is-next {
    display: none;
  }
  .rv-heading { font-size: 32px; }
  .rv-nav { display: none; }
}

/* ===== Hero Section ===== */
.hero { position: relative; width: 100%; height: 100vh; min-height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hero__video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.hero__video-bg video { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: linear-gradient(rgba(11,20,42,0.55) 0%, rgba(11,20,42,0.45) 50%, rgba(11,20,42,0.6) 100%); }
.hero__content { position: relative; z-index: 2; text-align: center; max-width: 900px; padding: 0 24px; }
.hero__eyebrow { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #DEF3FC; margin-bottom: 20px; }
.hero__heading { font-family: 'Playfair Display', serif; font-size: 64px; font-weight: 700; line-height: 1.1; color: #fff; margin-bottom: 20px; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.hero__heading em { font-style: italic; font-weight: 400; }
.hero__tagline { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.85); margin-bottom: 40px; letter-spacing: 0.5px; text-shadow: 0 1px 10px rgba(0,0,0,0.3); }
.hero__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero__btn { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; padding: 16px 40px; border-radius: 0; transition: all 0.3s ease; display: inline-block; }
.hero__btn--primary { background: #fff; color: #232E7E; }
.hero__btn--primary:hover { background: #DEF3FC; color: #232E7E; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.3); }
.hero__btn--secondary { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.6); }
.hero__btn--secondary:hover { background: rgba(255,255,255,0.1); border-color: #fff; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.2); }
.hero__scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 2; text-align: center; color: rgba(255,255,255,0.6); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; transition: color 0.3s ease; }
.hero__scroll:hover { color: rgba(255,255,255,0.9); }
.hero__scroll-line { display: block; width: 1px; height: 40px; background: rgba(255,255,255,0.4); margin: 10px auto 0; position: relative; overflow: hidden; }
.hero__scroll-line::after { content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.9); animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { 0% { top: -100%; } 50% { top: 100%; } 100% { top: 100%; } }
/* Hero Responsive */
@media (max-width: 1024px) { .hero__heading { font-size: 52px; } .hero__tagline { font-size: 16px; } }
@media (max-width: 768px) { .hero { min-height: 500px; } .hero__eyebrow { font-size: 12px; letter-spacing: 3px; } .hero__heading { font-size: 38px; } .hero__tagline { font-size: 15px; margin-bottom: 32px; } .hero__btn { padding: 14px 32px; font-size: 12px; } .hero__actions { gap: 12px; } .hero__scroll { bottom: 20px; } }
@media (max-width: 480px) { .hero__heading { font-size: 32px; } .hero__actions { flex-direction: column; align-items: center; } .hero__btn { width: 100%; max-width: 280px; text-align: center; } }

/* ===== Homepage Featured Properties ===== */
.fp-home { background: #0B142A; padding: 100px 0 80px; position: relative; }
.fp-home__inner { max-width: 1600px; margin: 0 auto; padding: 0 40px; }
.fp-home__header { margin-bottom: 60px; }
.fp-home__eyebrow { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #DEF3FC; display: flex; align-items: center; gap: 20px; margin-bottom: 8px; }
.fp-home__eyebrow::after { content: ''; display: block; width: 60px; height: 2px; background: #DEF3FC; }
.fp-home__heading { font-family: 'Playfair Display', serif; font-size: 72px; font-weight: 700; color: #fff; line-height: 1.05; text-transform: uppercase; letter-spacing: 2px; }
.fp-home__listings { margin-bottom: 0; }
.fp-home__nav { display: flex; justify-content: flex-end; gap: 20px; align-items: center; margin: 40px 0; }
.fp-home__nav-btn { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.5); background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: color 0.3s ease; padding: 8px 4px; }
.fp-home__nav-btn:hover { color: #fff; }
.fp-home__nav-btn.disabled { opacity: 0.25; cursor: default; pointer-events: none; }
.fp-home__nav-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.2); }
.fp-home__cta { text-align: center; }
.fp-home__cta-btn { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; padding: 18px 50px; border: 1.5px solid rgba(255,255,255,0.4); color: #fff; background: transparent; display: inline-block; transition: all 0.3s ease; }
.fp-home__cta-btn:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.7); transform: translateY(-2px); }
/* Homepage Featured Properties Responsive */
@media (max-width: 1024px) { .fp-home { padding: 80px 0 60px; } .fp-home__heading { font-size: 56px; } }
@media (max-width: 768px) { .fp-home { padding: 60px 0 50px; } .fp-home__inner { padding: 0 24px; } .fp-home__heading { font-size: 44px; } .fp-home__header { margin-bottom: 40px; } }
@media (max-width: 480px) { .fp-home__heading { font-size: 36px; } .fp-home__eyebrow { font-size: 12px; letter-spacing: 3px; } }


/* ===== Homepage Blog Section ===== */
.hp-blog {
  padding: 100px 0;
  background: #ffffff;
}
.hp-blog__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.hp-blog__header {
  margin-bottom: 56px;
}
.hp-blog__heading-group {
  text-align: left;
}
.hp-blog__title {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 400;
  color: #232E7E;
  line-height: 1.15;
  margin-bottom: 12px;
}
.hp-blog__title em {
  font-style: italic;
  font-weight: 700;
}
.hp-blog__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3C4B91;
}
.hp-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.hp-blog__card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.hp-blog__card:hover {
  transform: translateY(-4px);
}
.hp-blog__card-img {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  margin-bottom: 24px;
}
.hp-blog__card-img img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hp-blog__card:hover .hp-blog__card-img img {
  transform: scale(1.05);
}
.hp-blog__card-body {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 2px solid #232E7E;
  padding-left: 20px;
}
.hp-blog__card-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #232E7E;
  line-height: 1.35;
  margin-bottom: 14px;
}
.hp-blog__card-excerpt {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
  color: #777;
  margin-bottom: 20px;
  flex: 1;
}
.hp-blog__card-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #3C4B91;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease, color 0.3s ease;
}
.hp-blog__card:hover .hp-blog__card-link {
  gap: 12px;
  color: #232E7E;
}
.hp-blog__card-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.hp-blog__card:hover .hp-blog__card-link svg {
  transform: translateX(3px);
}
.hp-blog__cta {
  text-align: center;
  margin-top: 52px;
}
.hp-blog__cta-btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #232E7E;
  border: 2px solid #232E7E;
  padding: 14px 36px;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.3s ease, color 0.3s ease;
}
.hp-blog__cta-btn:hover {
  background: #232E7E;
  color: #fff;
}
@media (max-width: 900px) {
  .hp-blog__grid { grid-template-columns: 1fr; gap: 40px; }
  .hp-blog__title { font-size: 44px; }
  .hp-blog { padding: 64px 0; }
}


/* ===== Site Footer ===== */
.site-footer {
  background: #1a2158;
  color: #fff;
  padding: 80px 0 0;
}
.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Footer Top: 4-column grid */
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Column 1: Brand */
.site-footer__logo {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.site-footer__tagline {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #DEF3FC;
  white-space: nowrap;
  margin-bottom: 20px;
}
.site-footer__desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin-bottom: 28px;
}
.site-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__contact-item:hover {
  color: #DEF3FC;
}
.site-footer__contact-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.6;
}
.site-footer__address {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.5);
}

/* Footer Columns */
.site-footer__col-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.site-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__col li {
  margin-bottom: 10px;
}
.site-footer__col a {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__col a:hover {
  color: #DEF3FC;
}

/* Contact button */
.site-footer .site-footer__cta-btn {
  display: inline-block;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #232E7E !important;
  background: #fff;
  border: 2px solid #fff;
  padding: 16px 36px;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.site-footer .site-footer__cta-btn:hover {
  background: #232E7E;
  color: #fff !important;
  border: 2px solid #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.35);
}

/* Disclaimer bar */
.site-footer__disclaimer {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.site-footer__disclaimer p {
  font-size: 11px;
  line-height: 1.7;
  color: rgba(255,255,255,0.35);
  text-align: center;
}

/* Footer Bottom Bar */
.site-footer__bottom {
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.site-footer__copyright {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}
.site-footer__copyright a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__copyright a:hover {
  color: #DEF3FC;
}
.site-footer__bottom-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-footer__eho {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.site-footer__eho svg {
  width: 24px;
  height: 24px;
  opacity: 0.5;
}
/* Designer Credit Row */
.site-footer__designer {
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}
.site-footer__designer a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.site-footer__designer a:hover {
  opacity: 0.8;
}
.site-footer__designer img {
  height: 28px;
  width: auto;
}
.site-footer__designer-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.site-footer__designer-text span {
  color: rgba(255,255,255,0.7);
  font-weight: 600;
}

/* Footer Responsive */
@media (max-width: 900px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .site-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
  .site-footer__bottom-right {
    flex-direction: column;
    gap: 12px;
  }
}


/* ===== Homepage Agent Section ===== */
.hp-agent {
  padding: 120px 0;
  background: #fff;
}
.hp-agent__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hp-agent__photo-wrap {
  position: relative;
}
.hp-agent__photo-frame {
  position: relative;
  border: 2px solid #e8e8e8;
  padding: 12px;
  background: #fff;
}
.hp-agent__photo {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: top center;
}
.hp-agent__name-tag {
  position: absolute;
  bottom: 40px;
  left: -20px;
  background: #1a2158;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  min-width: 280px;
}
.hp-agent__name-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DEF3FC;
  margin-bottom: 6px;
}
.hp-agent__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}
.hp-agent__heading {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  color: #1a2158;
  margin-bottom: 28px;
}
.hp-agent__heading em {
  color: #3C4B91;
  font-style: italic;
}
.hp-agent__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 36px;
}
.hp-agent__text strong {
  color: #1a2158;
  font-weight: 600;
}
.hp-agent__phone-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f8f9fc;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 20px 28px;
  margin-bottom: 36px;
  transition: box-shadow 0.3s ease;
}
.hp-agent__phone-card:hover {
  box-shadow: 0 4px 20px rgba(26,33,88,0.08);
}
.hp-agent__phone-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1a2158;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hp-agent__phone-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.hp-agent__phone-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #3C4B91;
  margin-bottom: 4px;
}
.hp-agent__phone-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a2158;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.hp-agent__phone-number:hover {
  color: #3C4B91;
}
.hp-agent__creds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
  margin-bottom: 40px;
}
.hp-agent__cred {
  padding-left: 16px;
  border-left: 3px solid #3C4B91;
}
.hp-agent__cred-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a2158;
  margin-bottom: 2px;
}
.hp-agent__cred-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #777;
}
.hp-agent__ctas {
  display: flex;
  gap: 16px;
  align-items: center;
}
.hp-agent__cta-primary {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  background: #232E7E;
  padding: 18px 36px;
  text-decoration: none;
  border-bottom: 3px solid rgba(0,0,0,0.15);
  transition: background 0.3s ease, transform 0.3s ease;
}
.hp-agent__cta-primary:hover {
  background: #1a2158;
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .hp-agent { padding: 60px 0; }
  .hp-agent__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hp-agent__heading { font-size: 34px; }
  .hp-agent__photo-frame { max-width: 400px; margin: 0 auto; }
  .hp-agent__name-tag { left: 50%; transform: translateX(-50%); }
}

/* ========================================
   HOMEPAGE - SOLD PROPERTIES CAROUSEL
   ======================================== */
.hp-sold { background: #0f1740; padding: 100px 0 110px; overflow: hidden; position: relative; }
.hp-sold__header { text-align: center; max-width: 700px; margin: 0 auto 56px; padding: 0 24px; }
.hp-sold__eyebrow { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; color: #DEF3FC; letter-spacing: 2.5px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.hp-sold__eyebrow::before, .hp-sold__eyebrow::after { content: ''; width: 60px; height: 1px; background: rgba(222, 243, 252, 0.35); }
.hp-sold__heading { font-family: 'Playfair Display', Georgia, serif; font-size: 42px; font-weight: 400; color: #ffffff; margin-bottom: 16px; line-height: 1.2; }
.hp-sold__heading em { color: #DEF3FC; font-style: italic; }
.hp-sold__subtitle { font-family: 'Montserrat', sans-serif; font-size: 15px; line-height: 1.7; color: rgba(255, 255, 255, 0.55); }
.hp-sold__track-wrapper { overflow: hidden; position: relative; width: 100%; }
.hp-sold__track { display: flex; gap: 24px; width: max-content; animation: soldScroll 120s linear infinite; }
.hp-sold__track:hover { animation-play-state: paused; }
@keyframes soldScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.hp-sold__card { flex: 0 0 320px; border-radius: 4px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; display: block; cursor: pointer; color: inherit; }
.hp-sold__card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4); }
.hp-sold__card-img { height: 260px; position: relative; overflow: hidden; }
.hp-sold__card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hp-sold__card-img::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60%; background: linear-gradient(to top, rgba(15, 23, 64, 0.75) 0%, rgba(0, 0, 0, 0) 100%); pointer-events: none; }
.hp-sold__badge { position: absolute; top: 14px; left: 14px; background: #DEF3FC; color: #232E7E; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; padding: 5px 14px; border-radius: 3px; z-index: 2; text-transform: uppercase; }
.hp-sold__price { position: absolute; bottom: 14px; left: 16px; font-family: 'Playfair Display', Georgia, serif; font-size: 24px; font-weight: 600; color: #ffffff; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6); z-index: 2; }
.hp-sold__card-info { background: #1a2158; padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 3px; }
.hp-sold__address { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; color: #ffffff; line-height: 1.4; }
.hp-sold__city { font-family: 'Montserrat', sans-serif; font-size: 12.5px; font-weight: 400; color: rgba(255, 255, 255, 0.5); }
@media (max-width: 768px) { .hp-sold { padding: 70px 0 80px; } .hp-sold__heading { font-size: 32px; } .hp-sold__card { flex: 0 0 280px; } .hp-sold__card-img { height: 220px; } }


/* ========================================
   HOMEPAGE - BUY/SELL SPLIT SECTION
======================================== */
.hp-split { display: flex; width: 100%; }
.hp-split__panel { position: relative; flex: 1; min-height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; color: #fff; background-size: cover; background-position: center; }
.hp-split__panel::before { content: ''; position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 1; }
.hp-split__panel:hover::before { transform: scale(1.04); }
.hp-split__panel--sell::before { background-image: url('https://navyhomebuyer.com/wp-content/uploads/2026/05/modern-kitchen-with-marble-countertops-and-globe-l-2026-01-07-23-24-23-utc-scaled.jpg'); }
.hp-split__panel--buy::before { background-image: url('https://navyhomebuyer.com/wp-content/uploads/2026/05/bright-scandinavian-style-living-room-with-garden-2026-03-10-02-07-07-utc-scaled.jpg'); }
.hp-split__panel::after { content: ''; position: absolute; inset: 0; background: rgba(15, 23, 64, 0.45); transition: background 0.4s ease; z-index: 2; }
.hp-split__panel:hover::after { background: rgba(15, 23, 64, 0.55); }
.hp-split__panel--sell { margin-right: 3px; }
.hp-split__content { position: relative; z-index: 3; max-width: 420px; padding: 0 40px; }
.hp-split__heading { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; font-style: italic; line-height: 1.15; color: #fff; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; }
.hp-split__subtitle { font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.6; color: rgba(255, 255, 255, 0.85); margin-bottom: 32px; }
.hp-split__btn { display: inline-block; padding: 16px 40px; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #fff; background: transparent; border: 2px solid rgba(255, 255, 255, 0.7); text-decoration: none; transition: all 0.3s ease; }
.hp-split__panel:hover .hp-split__btn { background: #fff; color: #232E7E; border-color: #fff; }
.hp-split__panel[style*='background-image']::before { background-image: none; }
.hp-split__panel[style*='background-image'] { background-size: cover; background-position: center; }
@media (max-width: 768px) { .hp-split { flex-direction: column; } .hp-split__panel { min-height: 60vh; } .hp-split__panel--sell { margin-right: 0; margin-bottom: 3px; } .hp-split__heading { font-size: 32px; } }

/* ========== HOMEPAGE CTA SECTION ========== */
.hp-cta {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hp-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--hp-cta-bg, url('https://navyhomebuyer.com/wp-content/uploads/2026/05/sunrise-over-ocean-pier-with-sun-rays-2026-03-24-04-53-59-utc-scaled.jpg'));
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hp-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 64, 0.65);
  z-index: 2;
}

.hp-cta__content {
  position: relative;
  z-index: 3;
  max-width: 720px;
  padding: 80px 40px;
}

.hp-cta__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #DEF3FC;
  margin-bottom: 20px;
}

.hp-cta__heading {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 24px;
}

.hp-cta__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hp-cta__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.hp-cta__btn--filled {
  display: inline-block;
  padding: 18px 44px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #232E7E;
  background: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hp-cta__btn--filled:hover {
  background: #DEF3FC;
  border-color: #DEF3FC;
  color: #232E7E;
}

.hp-cta__btn--outline {
  display: inline-block;
  padding: 18px 44px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s ease;
}

.hp-cta__btn--outline:hover {
  background: #fff;
  color: #232E7E;
  border-color: #fff;
}

@media (max-width: 768px) {
  .hp-cta__heading { font-size: 36px; }
  .hp-cta__subtitle { font-size: 15px; }
  .hp-cta__content { padding: 60px 24px; }
  .hp-cta__buttons { flex-direction: column; align-items: center; }
}


/* ========== HOMEPAGE NEIGHBORHOOD CAROUSEL ========== */
.hp-nbhood { background: #fff; overflow: hidden; }
.hp-nbhood__inner { display: flex; align-items: flex-start; width: 100%; padding: 100px 0 100px 80px; gap: 64px; max-width: 1600px; margin: 0 auto; }
.hp-nbhood__text { flex: 0 0 380px; max-width: 380px; padding-top: 8px; }
.hp-nbhood__eyebrow { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #DEF3FC; margin-bottom: 16px; background: #232E7E; display: inline-block; padding: 6px 16px; border-radius: 4px; }
.hp-nbhood__heading { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 3.5vw, 3rem); font-weight: 400; color: #232E7E; line-height: 1.15; margin-bottom: 4px; }
.hp-nbhood__heading-italic { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 3.5vw, 3rem); font-style: italic; color: #232E7E; line-height: 1.15; margin-bottom: 28px; }
.hp-nbhood__desc { font-size: 15px; line-height: 1.8; color: #555; margin-bottom: 44px; }
.hp-nbhood__cta { display: flex; align-items: center; gap: 28px; }
.hp-nbhood__view-all { display: inline-block; padding: 16px 36px; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #fff; background: #232E7E; border: 2px solid #232E7E; text-decoration: none; transition: all 0.3s ease; }
.hp-nbhood__view-all:hover { background: #3C4B91; border-color: #3C4B91; }
.hp-nbhood__controls { display: flex; gap: 8px; }
.hp-nbhood__btn { width: 50px; height: 50px; background: #fff; border: 1.5px solid #ddd; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #232E7E; font-family: Arial, sans-serif; line-height: 1; padding: 0; transition: all 0.25s ease; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.hp-nbhood__btn:hover { background: #232E7E; border-color: #232E7E; color: #fff; transform: scale(1.05); }
.hp-nbhood__track-wrapper { flex: 1; overflow: hidden; height: 500px; position: relative; }
.hp-nbhood__track { display: flex; gap: 20px; height: 100%; transition: transform 0.5s ease; padding-right: 220px; }
.hp-nbhood-card { flex: 0 0 280px; height: 470px; border-radius: 16px; overflow: hidden; position: relative; cursor: pointer; transition: all 0.4s ease; }
.hp-nbhood-card img { width: 100%; height: 100%; object-fit: cover; transition: all 0.4s ease; }
.hp-nbhood-card:hover { flex: 0 0 380px; z-index: 3; }
.hp-nbhood-card:hover img { transform: scale(1.03); }
.hp-nbhood-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(35,46,126,0.85) 0%, rgba(35,46,126,0.15) 40%, rgba(0,0,0,0) 60%); z-index: 1; pointer-events: none; transition: all 0.4s ease; }
.hp-nbhood-card:hover::before { background: linear-gradient(to top, rgba(35,46,126,0.9) 0%, rgba(35,46,126,0.2) 45%, rgba(0,0,0,0) 65%); }
.hp-nbhood-card__label { position: absolute; bottom: 30px; left: 28px; z-index: 2; transition: all 0.3s ease; }
.hp-nbhood-card__label h3 { color: #fff; font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 400; margin: 0; text-shadow: 0 2px 12px rgba(0,0,0,0.4); line-height: 1.15; transition: all 0.3s ease; }
.hp-nbhood-card__explore { color: #DEF3FC; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: all 0.3s ease; margin-top: 8px; }
.hp-nbhood-card:hover .hp-nbhood-card__label { bottom: 36px; }
.hp-nbhood-card:hover .hp-nbhood-card__label h3 { margin-bottom: 2px; }
.hp-nbhood-card:hover .hp-nbhood-card__explore { opacity: 1; transform: translateY(0); }
@media (max-width: 1200px) { .hp-nbhood__inner { padding-left: 40px; gap: 40px; } .hp-nbhood__text { flex: 0 0 320px; max-width: 320px; } }
@media (max-width: 1024px) { .hp-nbhood__inner { flex-direction: column; padding: 60px 32px; gap: 40px; } .hp-nbhood__text { flex: none; max-width: 100%; } .hp-nbhood__track-wrapper { height: 400px; } }
@media (max-width: 768px) { .hp-nbhood__inner { padding: 48px 20px; } .hp-nbhood-card { flex: 0 0 240px; height: 360px; } .hp-nbhood-card:hover { flex: 0 0 280px; } .hp-nbhood__cta { flex-direction: column; align-items: flex-start; gap: 20px; } }


/* ── Showcase IDX Search Button Styling ── */
/* Hide built-in "See All Results" button (doesn't filter for logged-out users) */
.sidx-hotsheet-see-all-results { display: none !important; }

/* Style all city Search Button widgets to match navy brand */
[class*="-search-btn"] { margin-top: 40px; }
[class*="-search-btn"] .sidx-searchform { max-width: 480px; margin: 0 auto; }
[class*="-search-btn"] .sidx-primary {
  background: #232E7E !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding: 16px 32px !important;
  border-radius: 6px !important;
  width: 100% !important;
  max-width: 480px !important;
  cursor: pointer !important;
  transition: background 0.3s ease, transform 0.2s ease !important;
  border: none !important;
  text-transform: uppercase !important;
}
[class*="-search-btn"] .sidx-primary:hover {
  background: #3C4B91 !important;
  transform: translateY(-1px) !important;
}
/* Hide the search form fields wrapper (we only want the button) */
[class*="-search-btn"] .sidx-basic > div:not(:last-child) { display: none !important; }

/* ── Solid header + content offset on pages without hero (Showcase IDX /properties/, listing details) ── */
.page-template-default .site-header.transparent {
  background: #232E7E !important;
}
.page-template-default .site-header.transparent .site-header-inner {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* Push content below fixed header on non-hero pages */
.page-template-default {
  padding-top: 80px;
}
.page-template-default.admin-bar {
  padding-top: 112px; /* 80px header + 32px admin bar */
}

/* ── Expand Showcase IDX search grid to fill viewport ── */
.sidx-search-grid {
  height: calc(100vh - 200px) !important;
  min-height: 600px;
  max-height: 1000px;
}

/* Hide redundant 'Search' heading on Showcase IDX pages to maximize listing space */
.page-template-default .sidx-container ~ h1,
.page-template-default .entry-content > h1:first-child,
.page-template-default h1.entry-title,
.page-template-default .sidx-main-app-body > h1 {
  display: none !important;
}
/* Tighten spacing above search grid */
.page-template-default .sidx-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* — Homes for Sale Listings Section — */
.hfs-listings {
  padding: 80px 0;
  background: #f8f9fa;
}
.hfs-listings-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.hfs-listings-header {
  text-align: center;
  margin-bottom: 48px;
}
.hfs-listings-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #232E7E;
  margin: 8px 0 16px;
}
.hfs-listings-header p {
  font-size: 17px;
  color: #555;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}
.hfs-listings-grid {
  max-width: 1200px;
  margin: 0 auto;
}
.hfs-listings .sidx-hotsheet-see-all-results {
  display: none !important;
}
@media (max-width: 768px) {
  .hfs-listings { padding: 56px 0; }
  .hfs-listings-header h2 { font-size: 28px; }
  .hfs-listings-header { margin-bottom: 32px; }
}

/* ===== Featured Properties - Clarizio Carousel Style ===== */

/* Hide unwanted SIDX elements */
.fp-home .sidx-listing-logo,
.fp-home .sidx-disclaimer,
.fp-home .sidx-thumbnail-actions,
.fp-home .sidx-ribbons,
.fp-home .sidx-gallery-controls,
.fp-home .sidx-gallery-position,
.fp-home .sidx-mls-details,
.fp-home .sidx-sale-type,
.fp-home .sidx-actions,
.fp-home .sidx-reactions,
.fp-home .sidx-reaction-action,
.fp-home .sidx-hotsheet-see-all-results,
.fp-home .sidx-info-title,
.fp-home .sidx-price-type,
.fp-home .sidx-mls-info { display: none !important; }

/* Track wrapper - overflow hidden */
.fp-home .sidx-search-results {
  overflow: hidden !important;
}

/* Track - flex row, slides via translateX */
.fp-home .sidx-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
  transition: transform 0.6s ease;
}

/* Card wrapper */
.fp-home .sidx-require-auth {
  position: relative !important;
  flex-shrink: 0 !important;
  height: 520px !important;
  overflow: hidden !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Inner wrappers fill card */
.fp-home .sidx-require-auth > div,
.fp-home .sidx-search-result-grid-item,
.fp-home .sidx-content,
.fp-home .sidx-content > a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* Thumbnail fills card */
.fp-home .sidx-thumbnail {
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}
.fp-home .sidx-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.fp-home .sidx-gallery-display,
.fp-home .sidx-gallery-image {
  width: 100% !important;
  height: 100% !important;
}
.fp-home .sidx-gallery-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.6s ease;
}
.fp-home .sidx-require-auth:hover .sidx-gallery-image img {
  transform: scale(1.04);
}

/* Gradient overlay via pseudo-element */
.fp-home .sidx-content > a::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(11, 20, 32, 0.75));
  z-index: 2;
  pointer-events: none;
}

/* Details overlay */
.fp-home .sidx-details {
  position: absolute !important;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  padding: 0 !important;
  background: transparent !important;
}

/* Primary details - flex column for reordering */
.fp-home .sidx-primary-details {
  display: flex !important;
  flex-direction: column !important;
  padding: 32px 36px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Primary info (contains price) */
.fp-home .sidx-primary-info {
  order: 2;
  margin: 0 0 4px 0 !important;
}

/* Address heading */
.fp-home .sidx-listing-heading {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(1.1rem, 2vw, 1.5rem) !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 6px 0 !important;
  order: 1;
  line-height: 1.25 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Price */
.fp-home .sidx-primary-details {
  order: 2;
  margin: 0 0 4px 0 !important;
}
.fp-home .sidx-price {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  color: rgba(255,255,255,0.85) !important;
}

/* Beds/Baths/SqFt */
.fp-home .sidx-info-blocks {
  order: 3;
  margin: 0 !important;
  display: flex !important;
  gap: 4px !important;
}
.fp-home .sidx-info-value {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.04em !important;
  color: rgba(255,255,255,0.5) !important;
}

/* Nav buttons */
.fp-home__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 36px;
  padding-right: 8px;
}
.fp-home__nav-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  color: rgba(232,232,224,1);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 4px;
  transition: color 0.3s ease;
}
.fp-home__nav-btn:hover { color: #fff; }
.fp-home__nav-btn.disabled { opacity: 0.3; pointer-events: none; }
.fp-home__nav-divider {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.2);
}

/* CTA button */
.fp-home__cta {
  text-align: center;
  margin-top: 40px;
}
.fp-home__cta-btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 16px 40px;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.fp-home__cta-btn:hover {
  background: #fff;
  color: #0F1740;
  border-color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .fp-home .sidx-require-auth { height: 400px !important; }
  .fp-home .sidx-details { padding: 24px !important; }
  .fp-home__nav { justify-content: center; }
}
@media (max-width: 480px) {
  .fp-home .sidx-require-auth { height: 340px !important; }
}

/* ===== FLOATING CONTACT BUTTON ===== */
.nhb-contact-toggle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #232E7E;
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(35,46,126,0.4);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease, opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nhb-contact-toggle.visible {
  opacity: 1;
  visibility: visible;
}
.nhb-contact-toggle:hover {
  background: #3C4B91;
  transform: scale(1.1);
}
.nhb-contact-toggle svg {
  width: 26px;
  height: 26px;
  fill: #fff;
  transition: transform 0.3s ease;
}
.nhb-contact-toggle.active svg {
  transform: rotate(45deg);
}
.nhb-contact-popup {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 360px;
  max-height: 80vh;
  background: #0F1740;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}
.nhb-contact-popup.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.nhb-contact-header {
  background: linear-gradient(135deg, #232E7E 0%, #3C4B91 100%);
  padding: 24px;
  text-align: center;
}
.nhb-contact-header h3 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px 0;
}
.nhb-contact-header p {
  color: #DEF3FC;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin: 0;
  opacity: 0.9;
}
.nhb-contact-form {
  padding: 24px;
}
.nhb-contact-form input,
.nhb-contact-form select,
.nhb-contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(222,243,252,0.15);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease;
  box-sizing: border-box;
}
.nhb-contact-form input::placeholder,
.nhb-contact-form textarea::placeholder {
  color: rgba(255,255,255,0.4);
}
.nhb-contact-form input:focus,
.nhb-contact-form select:focus,
.nhb-contact-form textarea:focus {
  border-color: #3C4B91;
  background: rgba(255,255,255,0.1);
}
.nhb-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
  color: rgba(255,255,255,0.4);
}
.nhb-contact-form select.selected {
  color: #fff;
}
.nhb-contact-form select option {
  background: #0F1740;
  color: #fff;
}
.nhb-contact-form textarea {
  resize: vertical;
  min-height: 80px;
}
.nhb-contact-submit {
  width: 100%;
  padding: 14px;
  background: #fff;
  color: #232E7E;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.nhb-contact-submit:hover {
  background: #DEF3FC;
  transform: translateY(-1px);
}
.nhb-contact-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.nhb-contact-success {
  text-align: center;
  padding: 40px 24px;
  display: none;
}
.nhb-contact-success svg {
  width: 48px;
  height: 48px;
  fill: #DEF3FC;
  margin-bottom: 16px;
}
.nhb-contact-success h4 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin: 0 0 8px 0;
}
.nhb-contact-success p {
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin: 0;
}
.nhb-hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}
@media (max-width: 480px) {
  .nhb-contact-popup {
    width: calc(100vw - 40px);
    right: 20px;
    bottom: 90px;
  }
  .nhb-contact-toggle {
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
  }
}

/* Home Valuation Agent Section - Tablet */
@media(max-width:768px){
.hv-agent-inner{grid-template-columns:1fr;gap:40px;text-align:center}
.hv-agent-photo{max-width:360px;margin:0 auto}
.hv-agent-photo img{width:100%;height:420px;max-width:380px}
.hv-agent-photo .agent-accent{display:none}
.hv-agent-text .section-eyebrow{text-align:center}
.hv-agent-text .divider{margin:0 auto 22px}
.hv-agent .agent-credentials{grid-template-columns:1fr 1fr;justify-items:center}
.hv-agent .agent-credential{justify-content:center}
.hv-agent .agent-buttons{justify-content:center}
}

/* Home Valuation Agent Section - Mobile */
@media(max-width:480px){
.hv-agent{padding:50px 20px}
.hv-agent-inner{gap:30px}
.hv-agent-photo{max-width:300px}
.hv-agent-photo img{height:360px}
.hv-agent-text h2{font-size:28px}
.hv-agent-text .agent-title{font-size:14px}
.hv-agent-text p{font-size:14px}
.hv-agent .agent-credentials{grid-template-columns:1fr;gap:16px}
.hv-agent .btn-luxury{padding:18px 40px;font-size:11px}
}


/* All Page Agent Sections - Tablet Centering */
@media(max-width:768px){
.vb-agent-inner,
.ck-agent-inner,
.nk-agent-inner,
.pm-agent-inner,
.sf-agent-inner,
.nb-agent-inner,
.sell-agent-inner,
.comm-agent-inner{grid-template-columns:1fr;gap:40px;text-align:center}
.vb-agent-photo,
.ck-agent-photo,
.nk-agent-photo,
.pm-agent-photo,
.sf-agent-photo,
.nb-agent-photo,
.sell-agent-photo,
.comm-agent-photo{max-width:360px;margin:0 auto}
.vb-agent-photo img,
.ck-agent-photo img,
.nk-agent-photo img,
.pm-agent-photo img,
.sf-agent-photo img,
.nb-agent-photo img,
.sell-agent-photo img,
.comm-agent-photo img{width:100%;height:420px;max-width:380px}
.vb-agent-photo .agent-accent,
.ck-agent-photo .agent-accent,
.nk-agent-photo .agent-accent,
.pm-agent-photo .agent-accent,
.sf-agent-photo .agent-accent,
.nb-agent-photo .agent-accent,
.sell-agent-photo .agent-accent,
.comm-agent-photo .agent-accent{display:none}
.vb-agent-text .section-eyebrow,
.ck-agent-text .section-eyebrow,
.nk-agent-text .section-eyebrow,
.pm-agent-text .section-eyebrow,
.sf-agent-text .section-eyebrow,
.nb-agent-text .section-eyebrow,
.sell-agent-text .section-eyebrow,
.comm-agent-text .section-eyebrow{text-align:center}
.vb-agent-text .divider,
.ck-agent-text .divider,
.nk-agent-text .divider,
.pm-agent-text .divider,
.sf-agent-text .divider,
.nb-agent-text .divider,
.sell-agent-text .divider,
.comm-agent-text .divider{margin:0 auto 22px !important}
.vb-agent .agent-credentials,
.ck-agent .agent-credentials,
.nk-agent .agent-credentials,
.pm-agent .agent-credentials,
.sf-agent .agent-credentials,
.nb-agent .agent-credentials,
.sell-agent .agent-credentials,
.comm-agent .agent-credentials{grid-template-columns:1fr 1fr;justify-items:center}
.vb-agent .agent-credential,
.ck-agent .agent-credential,
.nk-agent .agent-credential,
.pm-agent .agent-credential,
.sf-agent .agent-credential,
.nb-agent .agent-credential,
.sell-agent .agent-credential,
.comm-agent .agent-credential{justify-content:center}
.vb-agent .agent-buttons,
.ck-agent .agent-buttons,
.nk-agent .agent-buttons,
.pm-agent .agent-buttons,
.sf-agent .agent-buttons,
.nb-agent .agent-buttons,
.sell-agent .agent-buttons,
.comm-agent .agent-buttons{justify-content:center}
}

/* All Page Agent Sections - Mobile */
@media(max-width:480px){
.vb-agent,
.ck-agent,
.nk-agent,
.pm-agent,
.sf-agent,
.nb-agent,
.sell-agent,
.comm-agent{padding:50px 20px}
.vb-agent-inner,
.ck-agent-inner,
.nk-agent-inner,
.pm-agent-inner,
.sf-agent-inner,
.nb-agent-inner,
.sell-agent-inner,
.comm-agent-inner{gap:30px}
.vb-agent-photo,
.ck-agent-photo,
.nk-agent-photo,
.pm-agent-photo,
.sf-agent-photo,
.nb-agent-photo,
.sell-agent-photo,
.comm-agent-photo{max-width:300px}
.vb-agent-photo img,
.ck-agent-photo img,
.nk-agent-photo img,
.pm-agent-photo img,
.sf-agent-photo img,
.nb-agent-photo img,
.sell-agent-photo img,
.comm-agent-photo img{height:360px}
.vb-agent-text h2,
.ck-agent-text h2,
.nk-agent-text h2,
.pm-agent-text h2,
.sf-agent-text h2,
.nb-agent-text h2,
.sell-agent-text h2,
.comm-agent-text h2{font-size:28px}
.vb-agent-text .agent-title,
.ck-agent-text .agent-title,
.nk-agent-text .agent-title,
.pm-agent-text .agent-title,
.sf-agent-text .agent-title,
.nb-agent-text .agent-title,
.sell-agent-text .agent-title,
.comm-agent-text .agent-title{font-size:14px}
.vb-agent-text p,
.ck-agent-text p,
.nk-agent-text p,
.pm-agent-text p,
.sf-agent-text p,
.nb-agent-text p,
.sell-agent-text p,
.comm-agent-text p{font-size:14px}
.vb-agent .agent-credentials,
.ck-agent .agent-credentials,
.nk-agent .agent-credentials,
.pm-agent .agent-credentials,
.sf-agent .agent-credentials,
.nb-agent .agent-credentials,
.sell-agent .agent-credentials,
.comm-agent .agent-credentials{grid-template-columns:1fr;gap:16px}
.vb-agent .btn-luxury,
.ck-agent .btn-luxury,
.nk-agent .btn-luxury,
.pm-agent .btn-luxury,
.sf-agent .btn-luxury,
.nb-agent .btn-luxury,
.sell-agent .btn-luxury,
.comm-agent .btn-luxury{padding:18px 40px;font-size:11px}
}


/* IDX listing detail page - inset content from edges (not the search/map page) */
.page-template-default article:not(:has(.sidx-search-grid)){
  padding-left: clamp(20px, 3vw, 64px) !important;
  padding-right: clamp(20px, 3vw, 64px) !important;
  box-sizing: border-box !important;
}
