/* =========================================================
   McVaugh Custom Homes — 11606 Royal Parkside Place
   Custom stylesheet (built on top of Bootstrap 5)
   ========================================================= */

:root {
  --color-black: #111111;
  --color-gold: #FEF546;
  --color-gold-dark: #E3DB3E;
  --color-cream: #F7F6F3;
  --color-text-muted: #6b6b6b;

  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --header-height: 84px;
}

html, body {
  font-family: var(--font-body);
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

/* =========================================================
   HEADER / NAVBAR
   ========================================================= */
.site-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.site-logo {
  height: 42px;
  width: auto;
  display: block;
}

.nav-phone {
  color: var(--color-black);
  font-weight: 500;
  font-size: 0.95rem;
}

.nav-phone i {
  font-size: 0.9rem;
}

.btn-nav-cta {
  background-color: var(--color-black);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.btn-nav-cta:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

/* =========================================================
   HERO SECTION
   ========================================================= */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  padding: 4rem 0;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(10, 10, 10, 0.80) 0%,
    rgba(10, 10, 10, 0.62) 35%,
    rgba(10, 10, 10, 0.35) 65%,
    rgba(10, 10, 10, 0.25) 100%
  );
}

.hero .container-xxl {
  z-index: 1;
}

.hero-content-col {
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Badges */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-gold);
  flex-shrink: 0;
}

/* Heading */
.hero-heading {
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #ffffff;
}

/* Subtext */
.hero-subtext {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 34rem;
}

/* Stars / rating */
.hero-stars {
  color: var(--color-gold);
  font-size: 0.95rem;
  letter-spacing: 2px;
}

.hero-rating-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

/* Stats row */
.hero-stats {
  gap: 2.25rem;
}

.hero-stat {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hero-stat i {
  color: var(--color-gold);
  font-size: 1.1rem;
}

.hero-stat div {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.stat-value {
  font-weight: 700;
  font-size: 1.05rem;
  color: #ffffff;
}

.stat-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.65);
}

/* CTA buttons */
.btn-hero-primary {
  background-color: var(--color-gold);
  color: var(--color-black);
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.9rem;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-hero-primary:hover {
  background-color: var(--color-gold-dark);
  color: var(--color-black);
  transform: translateY(-1px);
}

.btn-hero-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 0.9rem 1.9rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-hero-secondary:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.85);
}

/* =========================================================
   LEAD FORM CARD
   ========================================================= */
.hero-form-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lead-card {
  background-color: var(--color-cream);
  border-radius: 20px;
  padding: 2.25rem;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.45);
}

.lead-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-black);
}

.lead-input {
  background-color: #ffffff;
  border: 1px solid #e6e4df;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  font-size: 0.92rem;
  color: var(--color-black);
}

.lead-input:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 0.2rem rgba(254, 245, 70, 0.35);
}

select.lead-input {
  color: #6b6b6b;
}

.btn-lead-submit {
  background-color: var(--color-black);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background-color 0.2s ease;
}

.btn-lead-submit:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

.lead-trust {
  font-size: 0.74rem;
  color: var(--color-text-muted);
  gap: 0.5rem;
  row-gap: 0.5rem;
}

.lead-trust i {
  color: #2f9e58;
  margin-right: 0.15rem;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1199.98px) {
  .hero {
    padding: 3rem 0;
  }
  .hero-form-col {
    margin-top: 2.5rem;
  }
  .lead-card {
    max-width: 480px;
  }
}

@media (max-width: 575.98px) {
  .hero-stats {
    gap: 1.25rem;
  }
  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    text-align: center;
  }
  .lead-card {
    padding: 1.75rem;
  }
}

/* =========================================================
   SHARED SECTION HEADING STYLES
   ========================================================= */
.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
}

.eyebrow-line {
  display: inline-block;
  width: 22px;
  height: 1px;
  background-color: #b9b9b3;
}

.section-heading {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--color-black);
}

.section-subtext {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  max-width: 38rem;
}

/* =========================================================
   SPECIFICATIONS SECTION
   ========================================================= */
.specs-section {
  background-color: #ffffff;
  padding: 5.5rem 0;
}

.specs-header-row {
  margin-bottom: 2.5rem;
}

.btn-download-brochure {
  background-color: var(--color-black);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.btn-download-brochure:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

.specs-card {
  border: 1px solid #ececea;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
}

.specs-location {
  background-color: #f6f5f3;
  padding: 1.35rem 1.75rem;
}

.specs-location-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background-color: var(--color-gold);
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.specs-location-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--color-black);
}

.specs-location-sub {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.specs-grid {
  display: flex;
  flex-direction: column;
}

.specs-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #ececea;
}

.specs-cell {
  padding: 1.35rem 1.5rem;
  border-right: 1px solid #ececea;
}

.specs-cell:last-child {
  border-right: none;
}

.specs-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  margin-bottom: 0.5rem;
}

.specs-value {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.3;
}

.specs-cell-empty {
  background-color: transparent;
}

/* Responsive: collapse the 5-col grid on smaller screens */
@media (max-width: 991.98px) {
  .specs-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .specs-cell:nth-child(3n) {
    border-right: none;
  }
  .specs-row + .specs-row {
    border-top: 1px solid #ececea;
  }
}

@media (max-width: 575.98px) {
  .specs-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .specs-cell:nth-child(3n) {
    border-right: 1px solid #ececea;
  }
  .specs-cell:nth-child(2n) {
    border-right: none;
  }
  .specs-location {
    padding: 1.1rem 1.25rem;
  }
  .specs-cell {
    padding: 1.1rem 1.1rem;
  }
  .specs-cell-empty {
    display: none;
  }
}

/* =========================================================
   PHOTO GALLERY SECTION
   ========================================================= */
.gallery-section {
  background-color: var(--color-gold);
  padding: 5.5rem 0;
}

.section-eyebrow-dark {
  color: rgba(17, 17, 17, 0.6);
}

.eyebrow-line-dark {
  background-color: rgba(17, 17, 17, 0.4);
}

.gallery-section .section-subtext {
  color: rgba(17, 17, 17, 0.65);
}

/* Masonry via CSS multi-column layout */
.gallery-masonry {
  column-count: 3;
  column-gap: 1rem;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.35);
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallery-item--tall {
  height: 340px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.gallery-placeholder-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(17, 17, 17, 0.45);
}

@media (max-width: 991.98px) {
  .gallery-masonry {
    column-count: 2;
  }
}

@media (max-width: 575.98px) {
  .gallery-masonry {
    column-count: 1;
  }
  .gallery-item {
    height: 220px;
  }
  .gallery-item--tall {
    height: 280px;
  }
}

/* =========================================================
   GALLERY LIGHTBOX
   ========================================================= */
.gallery-lightbox .modal-content {
  background-color: transparent;
  border: none;
}

.gallery-lightbox-img {
  width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

.gallery-lightbox-close {
  position: absolute;
  top: -3rem;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  z-index: 2;
}

.gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  z-index: 2;
  transition: background-color 0.2s ease;
}

.gallery-lightbox-nav:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.gallery-lightbox-prev {
  left: 0.5rem;
}

.gallery-lightbox-next {
  right: 0.5rem;
}

.gallery-lightbox-counter {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
}

@media (max-width: 575.98px) {
  .gallery-lightbox-nav {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }
}

/* =========================================================
   LOCATION SECTION
   ========================================================= */
.location-section {
  background-color: #f7f7f7;
  padding: 5.5rem 0;
}

.section-eyebrow-gold {
  color: var(--color-text-muted);
}

.eyebrow-line-gold {
  background-color: var(--color-gold);
}

.location-map-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e7e7e5;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: 100%;
  min-height: 340px;
}

.location-map-iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  display: block;
}

.location-info-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background-color: #ffffff;
  border: 1px solid #ececea;
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
  height: 100%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.location-info-card:hover {
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.location-info-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background-color: #f7f7f5;
  border: 1px solid #ececea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--color-black);
}

.location-info-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.3;
}

.location-info-sub {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

@media (max-width: 1199.98px) {
  .location-map-card {
    min-height: 300px;
  }
  .location-map-iframe {
    min-height: 300px;
  }
}

/* =========================================================
   PREMIER ADDRESS SECTION
   ========================================================= */
.premier-section {
  background-color: #000000;
  padding: 5.5rem 0;
}

.premier-header {
  margin-bottom: 3rem;
}

.section-eyebrow-on-dark {
  color: rgba(255, 255, 255, 0.55);
}

.premier-heading {
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.premier-card {
  background-color: var(--color-gold);
  border-radius: 28px;
  padding: 2.5rem;
}

.premier-card-top {
  margin-bottom: 2.25rem;
}

.premier-address-heading {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.28;
  color: var(--color-black);
  margin-bottom: 1rem;
}

.premier-specs-line {
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(17, 17, 17, 0.75);
  margin-bottom: 1.25rem;
}

.premier-badge {
  display: inline-block;
  background-color: #ffffff;
  color: var(--color-black);
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
  font-weight: 600;
  font-size: 0.85rem;
}

.premier-card-image {
  display: flex;
}

.premier-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.premier-description {
  color: rgba(17, 17, 17, 0.75);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1.75rem;
  max-width: 62rem;
}

.btn-premier-readmore {
  background-color: var(--color-black);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 0.8rem 2.1rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.btn-premier-readmore:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .premier-card {
    padding: 1.75rem;
  }
  .premier-img {
    height: 220px;
  }
}

@media (max-width: 575.98px) {
  .premier-card {
    padding: 1.5rem;
    border-radius: 20px;
  }
}

/* =========================================================
   LIFESTYLE / FEATURES SECTION
   ========================================================= */
.lifestyle-section {
  background-color: #ffffff;
  padding: 5.5rem 0 0;
  position: relative;
}

.lifestyle-photo-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -25px rgba(0, 0, 0, 0.35);
}

.lifestyle-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background-color: #ffffff;
  border: 1px solid #ececea;
  box-shadow: 0 10px 24px -18px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 0.85rem 1.1rem;
  height: 100%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.feature-pill:hover {
  box-shadow: 0 14px 28px -16px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.feature-pill-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: var(--color-gold);
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.feature-pill-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-black);
}

.lifestyle-divider {
  height: 6px;
  width: 100%;
  background-color: var(--color-gold);
  margin-top: 4rem;
}

@media (max-width: 991.98px) {
  .lifestyle-section {
    padding-top: 4rem;
  }
  .lifestyle-divider {
    margin-top: 3rem;
  }
}

/* =========================================================
   SPECIAL OFFER SECTION
   ========================================================= */
.offer-section {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--color-gold);
}

.offer-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.offer-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

.offer-content {
  position: relative;
  z-index: 1;
  max-width: 32rem;
  padding: 3.5rem 0;
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-black);
  color: #ffffff;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
}

.offer-heading {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-black);
  margin-bottom: 1.5rem;
}

.offer-checklist {
  margin-bottom: 1.75rem;
}

.offer-check-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-black);
}

.offer-check-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background-color: var(--color-black);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.btn-offer-cta {
  background-color: var(--color-black);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.9rem;
  font-weight: 600;
  font-size: 0.92rem;
  transition: background-color 0.2s ease;
}

.btn-offer-cta:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .offer-section {
    min-height: 0;
  }
  .offer-media-img {
    object-position: 78% center;
  }
  .offer-content {
    max-width: 100%;
    padding: 3rem 0;
  }
}

@media (max-width: 575.98px) {
  .offer-media-img {
    opacity: 0.35;
  }
}

/* =========================================================
   LEGACY / TRUST SECTION
   ========================================================= */
.legacy-section {
  background-color: #ffffff;
  padding: 5.5rem 0 0;
}

.legacy-photo-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -25px rgba(0, 0, 0, 0.35);
}

.legacy-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.legacy-stats-card {
  border: 1px solid #ececea;
  border-top: 3px solid var(--color-gold);
  border-radius: 16px;
  overflow: hidden;
}

.legacy-stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.legacy-stats-row + .legacy-stats-row {
  border-top: 1px solid #ececea;
}

.legacy-stat-cell {
  padding: 1.25rem 1.5rem;
}

.legacy-stat-cell:first-child {
  border-right: 1px solid #ececea;
}

.legacy-stat-value {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-black);
  line-height: 1.2;
}

.legacy-stat-label {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-top: 0.15rem;
}

.legacy-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background-color: #f6f5f3;
  border: 1px solid #ececea;
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-black);
}

.legacy-pill i {
  color: var(--color-text-muted);
  font-size: 0.85rem;
}

.legacy-divider {
  height: 4px;
  width: 100%;
  background-color: var(--color-black);
  margin-top: 4rem;
}

@media (max-width: 991.98px) {
  .legacy-section {
    padding-top: 4rem;
  }
  .legacy-divider {
    margin-top: 3rem;
  }
}

@media (max-width: 575.98px) {
  .legacy-stat-value {
    font-size: 1.35rem;
  }
  .legacy-stat-cell {
    padding: 1rem 1.1rem;
  }
}

/* =========================================================
   FLOOR PLAN SECTION
   ========================================================= */
.floorplan-section {
  position: relative;
  padding: 5.5rem 0;
  overflow: hidden;
  background-color: #111111;
}

.floorplan-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.floorplan-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.floorplan-section .container-xxl {
  z-index: 1;
}

.floorplan-heading {
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  letter-spacing: -0.01em;
}

.floorplan-subtext {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.floorplan-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.55);
}

.floorplan-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.btn-floorplan-download {
  background-color: var(--color-gold);
  color: var(--color-black);
  border: none;
  border-radius: 999px;
  padding: 0.8rem 1.6rem;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.btn-floorplan-download:hover {
  background-color: var(--color-gold-dark);
  color: var(--color-black);
}

.btn-floorplan-details {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 0.8rem 1.6rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-floorplan-details:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 575.98px) {
  .floorplan-card {
    padding: 1rem;
  }
  .btn-floorplan-download,
  .btn-floorplan-details {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   BUYING PROCESS SECTION
   ========================================================= */
.process-section {
  background-color: #f7f7f7;
  padding: 5.5rem 0;
}

.process-section .section-subtext {
  max-width: 32rem;
}

/* 5-across column on large screens (Bootstrap has no col-2.4 utility) */
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.process-step {
  text-align: center;
}

.process-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #ececea;
  box-shadow: 0 12px 24px -14px rgba(0, 0, 0, 0.25);
  font-size: 1.3rem;
  color: var(--color-black);
  margin-bottom: 1.1rem;
}

.process-step-number {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--color-gold);
  color: var(--color-black);
  font-size: 0.7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f7f7f7;
}

.process-step-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 0.4rem;
}

.process-step-desc {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .process-icon-wrap {
    width: 54px;
    height: 54px;
    font-size: 1.1rem;
  }
  .process-step-title {
    font-size: 0.88rem;
  }
  .process-step-desc {
    font-size: 0.76rem;
  }
}

/* =========================================================
   TESTIMONIALS SECTION
   ========================================================= */
.testimonials-section {
  position: relative;
  background-color: #ffffff;
  padding: 5.5rem 0 0;
  overflow: hidden;
}

.testimonials-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.testimonials-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
}

.testimonials-section .container-xxl {
  z-index: 1;
}

.testimonial-carousel {
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-card {
  background-color: #ffffff;
  border: 1px solid #ececea;
  border-radius: 20px;
  padding: 2.5rem 2.25rem;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.25);
}

.testimonial-quote-mark {
  font-size: 2.75rem;
  line-height: 1;
  color: var(--color-gold);
  font-weight: 800;
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: 0.25rem;
}

.testimonial-stars {
  color: var(--color-gold);
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 1.1rem;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-black);
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: var(--color-gold);
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.testimonial-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-black);
}

.testimonial-role {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.testimonial-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e2e2e0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  transition: background-color 0.2s ease;
}

.testimonial-arrow:hover {
  background-color: #f5f5f3;
}

.testimonial-dots {
  position: static;
  margin: 0;
}

.testimonial-dots [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e2e2e0;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.testimonial-dots [data-bs-target].active {
  background-color: var(--color-black);
}

.testimonials-divider {
  height: 6px;
  width: 100%;
  background-color: var(--color-gold);
  margin-top: 4rem;
}

@media (max-width: 575.98px) {
  .testimonial-card {
    padding: 2rem 1.5rem;
  }
}

/* =========================================================
   FAQ SECTION
   ========================================================= */
.faq-section {
  background-color: var(--color-gold);
  padding: 5.5rem 0;
}

.faq-heading {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--color-black);
  line-height: 1.2;
}

.faq-subtext {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.7);
  max-width: 22rem;
}

/* Accordion reset */
.faq-accordion .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 0.6rem;
}

.faq-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  color: var(--color-black);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 1.1rem 0.25rem;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-button::after {
  display: none !important;
}

.faq-chevron {
  font-size: 0.85rem;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-button:not(.collapsed) .faq-chevron {
  transform: rotate(180deg);
}

.faq-button:focus {
  box-shadow: none;
}

.faq-button:not(.collapsed) {
  background-color: var(--color-black);
  color: #ffffff;
  border-radius: 16px !important;
  border-bottom-color: transparent;
  padding: 1.25rem 1.5rem;
}

.faq-body {
  background-color: var(--color-black);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  line-height: 1.7;
  padding: 0 1.5rem 1.5rem;
  border-radius: 0 0 16px 16px;
  margin-top: -1px;
}

@media (max-width: 575.98px) {
  .faq-button {
    font-size: 0.88rem;
    padding: 1rem 0.15rem;
  }
  .faq-button:not(.collapsed) {
    padding: 1.1rem 1.1rem;
  }
  .faq-body {
    padding: 0 1.1rem 1.25rem;
    font-size: 0.84rem;
  }
}

/* =========================================================
   FINAL CONTACT / TOUR SECTION
   ========================================================= */
.final-contact-section {
  background-color: #ffffff;
  padding: 0 0 5.5rem;
  position: relative;
}

.final-contact-topbar {
  height: 6px;
  width: 100%;
  background-color: var(--color-gold);
  margin-bottom: 4rem;
}

.lead-card--standalone {
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.25);
}

.agent-photo-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-width: 460px;
}

.agent-photo {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.agent-phone-badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 0.7rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.35);
}

.agent-phone-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background-color: var(--color-gold);
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.agent-phone-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
}

.agent-phone-number {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-black);
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .final-contact-topbar {
    margin-bottom: 3rem;
  }
}

@media (max-width: 575.98px) {
  .agent-photo {
    height: 220px;
  }
  .agent-phone-badge {
    left: 0.9rem;
    bottom: 0.9rem;
    padding: 0.6rem 0.9rem;
  }
}

/* =========================================================
   CLOSING CTA SECTION
   ========================================================= */
.closing-cta-section {
  position: relative;
  padding: 5.5rem 0;
  overflow: hidden;
}

.closing-cta-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.closing-cta-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.closing-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.62);
}

.closing-cta-section .container-xxl {
  z-index: 1;
}

.closing-cta-heading {
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.25;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.closing-cta-subtext {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}

.btn-closing-phone {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 0.9rem 1.9rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-closing-phone:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 575.98px) {
  .closing-cta-section {
    padding: 4rem 0;
  }
  .btn-hero-primary,
  .btn-hero-secondary,
  .btn-closing-phone {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background-color: #0a0a0a;
  padding: 5rem 0 2rem;
}

.footer-main {
  margin-bottom: 2.5rem;
}

.footer-logo {
  height: 38px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-tagline {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  max-width: 24rem;
}

.footer-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.footer-social-icon:hover {
  background-color: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-black);
}

.footer-heading {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.footer-contact-list i {
  color: var(--color-gold);
  font-size: 0.9rem;
  margin-top: 0.2rem;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer-contact-list a:hover {
  color: var(--color-gold);
}

.footer-input {
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  color: #ffffff;
}

.footer-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.footer-input:focus {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: var(--color-gold);
  box-shadow: 0 0 0 0.2rem rgba(254, 245, 70, 0.15);
  color: #ffffff;
}

.btn-footer-submit {
  background-color: var(--color-gold);
  color: var(--color-black);
  border: none;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.btn-footer-submit:hover {
  background-color: var(--color-gold-dark);
  color: var(--color-black);
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 0 1.5rem;
}

.footer-bottom {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0.5rem;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.footer-legal-links a:hover {
  color: var(--color-gold);
}

@media (max-width: 767.98px) {
  .footer-bottom {
    text-align: center;
  }
}
