﻿:root {
  --color-text: #1f2937;
  --color-heading: #0f172a;
  --color-primary: #0e7490;
  --color-primary-strong: #0b5b72;
  --color-surface: #ffffff;
  --color-border: #dbe3ef;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --shadow-soft: 0 8px 26px rgba(15, 23, 42, 0.08);
  --transition-fast: 0.2s ease;
}

/* Prevent sticky header from covering section titles on anchor scroll */

#overview,
#highlights,
#floor-plans,
#amenities,
#faqs,
#developer,
#location,
#site-plan {
  scroll-margin-top: 96px;
}

[data-aos="soft-rise"] {
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-aos="soft-rise"].aos-animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-section {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.7s ease,
    visibility 0.7s ease;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(5, 15, 30, 0.52) 0%,
    rgba(5, 15, 30, 0.22) 55%,
    rgba(5, 15, 30, 0.52) 100%
  );
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  animation: heroBgZoomInOut 14s ease-in-out infinite;
}

.hero-content-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 650px;
  color: #ffffff;
  padding: 0.35rem 0 1.25rem;
}

.hero-copy > * {
  opacity: 1;
  transform: none;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.82);
}

.hero-copy h1,
.hero-copy h2 {
  color: #ffffff;
  font-size: clamp(1.65rem, 2.5vw, 1.9rem);
  line-height: 1.2;
  margin-bottom: 0.7rem;
}

.hero-subtext {
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.92);
  max-width: 470px;
  margin-bottom: 0.65rem;
}

.hero-highlights {
  list-style: none;
  margin: 0.75rem 0 1rem;
  padding: 0;
}

.hero-highlights li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.75rem;
  color: #f8fafc;
  font-size: 1rem;
  line-height: 1.65;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.hero-highlights li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: #0f7f4f;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-chat-btn {
  border-radius: var(--radius-sm);
  padding: 0.7rem 1.3rem;
  font-weight: 600;
}

.hero-chat-btn {
  border: 0;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.hero-chat-btn:hover,
.hero-chat-btn:focus,
.hero-chat-btn:focus-visible,
.hero-chat-btn:active {
  border: 0 !important;
  outline: none !important;
  box-shadow: none;
}

.hero-control {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(14, 116, 144, 0.92);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  line-height: 1;
  transition:
    transform var(--transition-fast),
    background-color var(--transition-fast);
}

.hero-control:hover,
.hero-control:focus {
  transform: translateY(-50%) scale(1.05);
  background: rgba(11, 91, 114, 0.95);
}

.hero-control-prev {
  left: 0.6rem;
}

.hero-control-next {
  right: 0.6rem;
}

.hero-form-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.hero-form-col {
  max-width: 360px;
}

.hero-form-layer .row,
.hero-form-layer .col-lg-4,
.hero-form-layer .col-md-6 {
  pointer-events: none;
}

.lead-widget {
  pointer-events: auto;
}

.lead-widget-card {
  border: 1px solid var(--color-border);
  /* border-radius: var(--radius-lg); */
  box-shadow: 0 20px 45px rgba(2, 8, 20, 0.2);
}

.lead-widget-card .card-body {
  padding: 1.05rem !important;
}

.lead-widget-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem !important;
  line-height: 1.25;
}

.lead-widget-card p {
  font-size: 0.8rem;
  margin-bottom: 0.55rem !important;
}

#lead-form .card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
}

#lead-form .form-control,
#lead-form .form-select {
  border-radius: var(--radius-sm);
  border-color: #cbd5e1;
  padding: 0.5rem 0.65rem;
  font-size: 0.85rem;
}

#lead-form .mb-3 {
  margin-bottom: 0.5rem !important;
}

#lead-form textarea.form-control {
  min-height: 120px;
}

#lead-form button[type="submit"] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.88rem;
}

#lead-form .js-form-feedback {
  font-size: 0.75rem;
  margin-top: 0.45rem !important;
}

#lead-form .form-control:focus,
#lead-form .form-select:focus {
  border-color: #cbd5e1;
  box-shadow: none;
  outline: none;
}

.hero-dots,
.hero-dot {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .overview-image-card {
    animation: overviewImageReveal 0.01s linear forwards;
  }
}

/* OVERVIEW SECTION */

.overview-section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 12% 14%,
      rgba(14, 116, 144, 0.1) 0,
      transparent 42%
    ),
    radial-gradient(
      circle at 90% 88%,
      rgba(15, 23, 42, 0.06) 0,
      transparent 38%
    ),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  padding: 2.7rem 0 2.9rem;
  min-height: auto;
}

.overview-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(14, 116, 144, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 116, 144, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
  z-index: -1;
}

.section-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.overview-section .section-head {
  margin-bottom: 1.3rem;
}

.overview-panel {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 28px;
  box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(4px);
  padding: 1.6rem 1.45rem 1.3rem;
}

.overview-panel::after {
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: radial-gradient(
    circle at center,
    rgba(14, 116, 144, 0.18) 0%,
    rgba(14, 116, 144, 0) 72%
  );
  pointer-events: none;
}

.overview-project {
  position: relative;
  font-size: clamp(1.95rem, 2.25vw, 2.8rem);
  line-height: 1.12;
  margin-bottom: 1rem;
  padding-left: 0.95rem;
}

.overview-project::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  bottom: 0.28rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0e7490 0%, #36a4bf 100%);
}

.overview-copy {
  font-size: 1.07rem;
  line-height: 1.75;
  color: #1e293b;
  margin-bottom: 1.25rem;
}

.overview-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.62rem;
  margin-bottom: 0.9rem;
}

.kpi-chip {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  color: var(--color-primary);
  /* color: #fff; */
  border: 1px solid rgba(14, 116, 144, 0.45);
  border-radius: 14px;
  padding: 0.62rem 0.52rem;
  text-align: center;
  box-shadow: 0 8px 18px rgba(14, 116, 144, 0.09);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.kpi-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 116, 144, 0.7);
  box-shadow: 0 12px 24px rgba(14, 116, 144, 0.16);
}

.kpi-chip strong {
  display: block;
  font-size: 1.05rem;
  color: var(--color-heading);
  line-height: 1.1;
  margin-bottom: 0.2rem;
}

.kpi-chip span {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: #334155;
}

.overview-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.overview-pill {
  font-size: 0.77rem;
  /* color: #0f172a; */
  color: #fff;
  border: 1px solid rgba(14, 116, 144, 0.55);
  border-radius: 999px;
  padding: 0.33rem 0.76rem;
  /* background: rgba(225, 245, 252, 0.56); */
  background: var(--color-primary);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.overview-pill:hover {
  background: rgba(207, 237, 248, 0.92);
  border-color: rgba(14, 116, 144, 0.8);
  color: var(--color-text);
}

.overview-visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem;
  min-height: 410px;
}

.overview-stack-left {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.95rem;
}

.overview-image-card {
  position: relative;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(148, 163, 184, 0.5);
  overflow: hidden;
  transform-origin: center;
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    filter 0.45s ease,
    opacity 0.7s ease;
  will-change: transform;
  box-shadow: 0 16px 34px rgba(11, 37, 61, 0.17);
  opacity: 0;
  animation: overviewImageReveal 0.9s ease forwards;
}

.overview-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.22) 0%,
    rgba(15, 23, 42, 0) 58%
  );
  pointer-events: none;
}

.overview-image-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overview-image-card.image-main {
  min-height: 195px;
  animation-delay: 0.05s;
}

.overview-image-card.image-sub {
  min-height: 195px;
  animation-delay: 0.18s;
}

.overview-image-card.image-tall {
  min-height: 100%;
  animation-delay: 0.3s;
}

.overview-image-card:hover,
.overview-image-card:active {
  transform: translateY(-5px) scale(1.05);
  filter: saturate(1.08);
  box-shadow: 0 24px 42px rgba(11, 37, 61, 0.25);
}

/* HIGHLIGHTS SECTION */

.highlights-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
}

.highlights-image-wrap {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.highlights-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}

.highlights-content {
  color: var(--color-text);
}

.highlights-intro {
  margin-bottom: 1.1rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--color-text);
}

.highlights-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.highlights-list li {
  position: relative;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--color-text);
}

.highlights-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 116, 144, 0.12);
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 700;
}

.highlights-list strong {
  color: var(--color-heading);
  font-weight: 700;
}

/* FLOOR PLANS SECTION */

.floorplans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.floorplan-card {
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.floorplan-media {
  position: relative;
  padding: 0.75rem;
  background: #f6f7f9;
  border-bottom: 1px solid var(--color-border);
}

.plan-pill {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  background: var(--color-surface);
  color: var(--color-heading);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.floorplan-media img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  display: block;
  border-radius: var(--radius-md);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
}

.plan-zoom-btn {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-surface);
  color: var(--color-heading);
  font-size: 1.2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.floorplan-media:hover .plan-zoom-btn {
  opacity: 1;
  transform: translateY(0);
}

.plan-zoom-btn:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.floorplan-body {
  padding: 0.9rem;
}

.floorplan-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(14, 116, 144, 0.12);
  color: var(--color-primary-strong);
  border: 1px solid rgba(14, 116, 144, 0.24);
  border-radius: 10px;
  padding: 0.38rem 0.7rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.floorplan-actions .btn {
  margin-top: 0 !important;
  padding: 0.45rem 0.95rem;
  font-size: 0.93rem;
}

.floorplan-title {
  font-size: 1.3rem;
  color: var(--color-heading);
  margin-bottom: 0.65rem;
}

.floorplan-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  color: var(--color-text);
  font-size: 0.96rem;
}

.floorplan-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.floorplan-meta i {
  color: var(--color-primary);
  font-size: 0.95rem;
  width: 1rem;
  text-align: center;
}

/* LOCATION SECTION */

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.location-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.05rem;
}

.location-info {
  padding: 0.35rem 0.35rem 0.35rem 0.25rem;
}

.location-info h3 {
  margin: 0 0 1rem;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: clamp(0.9rem, 2vw, 2rem);
  line-height: 1.2;
}

.location-summary {
  margin: 0 0 0.95rem;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.55;
}

.location-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.location-points li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.45;
}

.location-points li::before {
  content: "\1F4CD";
  position: absolute;
  left: 0;
  top: 0.02rem;
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 1;
}

.location-map-wrap {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
}

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

/* AMENITIES SECTION */

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.amenity-card {
  position: relative;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0.75rem 0.75rem 0.8rem;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.amenity-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--color-primary) 0%,
    rgba(14, 116, 144, 0.15) 100%
  );
  pointer-events: none;
}

.amenity-card:hover {
  transform: translateY(-5px);
  border-color: rgba(14, 116, 144, 0.28);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
}

.amenity-icon {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  border: 1px solid rgba(14, 116, 144, 0.25);
  background: rgba(14, 116, 144, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 0 auto 0.6rem;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease;
}

.amenity-gif {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.amenity-card:hover .amenity-icon {
  transform: translateY(-2px);
  background: rgba(14, 116, 144, 0.16);
}

.amenity-card h3 {
  font-family: var(--font-primary);
  font-size: 1.2rem;
  color: var(--color-heading);
  margin-bottom: 0.35rem;
  line-height: 1.2;
}

.amenity-card p {
  margin: 0;
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 1.45;
}

/* FAQ SECTION */

.faqs-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: var(--color-surface);
}

.faq-accordion .accordion-button {
  box-shadow: none !important;
  background: var(--color-surface);
  color: var(--color-heading);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.95rem 1rem;
}

.faq-accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--color-primary);
  color: #fff;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
  padding: 0.9rem 1rem;
  color: var(--color-text);
  font-size: 0.95rem;
  line-height: 1.6;
  background: var(--color-surface);
}

.floorplan-zoom-modal .modal-dialog {
  max-width: 980px;
}

.floorplan-zoom-modal {
  z-index: 2100;
}

.floorplan-zoom-modal .modal-content {
  border: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.floorplan-zoom-modal .modal-header {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-primary-strong) 100%
  );
  color: #fff;
  padding: 0.85rem 1rem;
}

.floorplan-zoom-modal .modal-title {
  color: #fff;
  font-size: 1.35rem;
  margin: 0;
}

.floorplan-zoom-modal .modal-body {
  padding: 0.9rem;
  background: #f5f6f8;
}

.floorplan-zoom-modal .modal-body img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  display: block;
  border-radius: var(--radius-sm);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
}

/* SITE PLAN SECTION */

.site-plan-section {
  background: var(--color-surface);
}

.site-plan-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 1.35rem;
  align-items: stretch;
}

.site-plan-copy {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  padding: 1.2rem 1.15rem;
}

.site-plan-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.35rem 0.78rem;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--color-primary);
  margin-bottom: 0.75rem;
}

.site-plan-copy h3 {
  font-size: clamp(1.45rem, 2.3vw, 2.3rem);
  line-height: 1.2;
  margin-bottom: 0.85rem;
  color: var(--color-heading);
}

.site-plan-copy p {
  margin-bottom: 1rem;
  color: var(--color-text);
  font-size: 1.02rem;
  line-height: 1.72;
}

.site-plan-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.site-plan-pills span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(14, 116, 144, 0.35);
  background: rgba(14, 116, 144, 0.08);
  color: var(--color-heading);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.52rem 0.84rem;
}

.site-plan-media {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #f3f6fa;
  box-shadow: var(--shadow-soft);
}

.site-plan-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

@keyframes overviewImageReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes overviewImageFloat {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(-6px) scale(1.01);
  }
}

@keyframes heroBgZoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 1199.98px) {
  .hero-copy h1,
  .hero-copy h2 {
    font-size: clamp(1.55rem, 2.8vw, 2.45rem);
  }
  .hero-highlights li {
    font-size: 0.94rem;
  }
  .hero-control {
    width: 32px;
    height: 32px;
    font-size: 0.95rem;
  }
}

@media (max-width: 991.98px) {
  #overview,
  #highlights,
  #floor-plans,
  #amenities,
  #faqs,
  #developer,
  #location,
  #site-plan {
    scroll-margin-top: 84px;
  }
  .section-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .display-5 {
    font-size: 2.2rem;
  }
  .navbar {
    min-height: 72px;
  }
  .navbar-collapse {
    margin-top: 0.8rem;
    padding: 0.9rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    box-shadow: var(--shadow-soft);
  }
  .nav-links .nav-link {
    padding: 0.6rem 0.75rem !important;
  }
  .btn-consult {
    margin-top: 0;
    text-align: center;
  }
  .mobile-header-actions .mobile-consult-btn {
    padding: 0.5rem 0.7rem;
    font-size: 0.74rem;
  }
  .hero-section,
  .hero-content-wrap,
  .hero-form-layer {
    min-height: auto;
  }
  .hero-section {
    height: auto;
    max-height: none;
    padding: 0;
  }
  .hero-slider {
    position: relative;
    border-radius: 0;
    min-height: 560px;
  }
  .hero-slide {
    border-radius: 0;
  }
  .hero-content-wrap {
    align-items: flex-start;
    padding-top: 1.4rem;
    padding-bottom: 0.65rem;
  }
  body.has-hero .hero-content-wrap {
    padding-top: calc(72px + 1rem);
  }
  .hero-copy {
    max-width: 100%;
    padding: 0.9rem 1rem 0.7rem;
  }
  .hero-form-layer {
    position: relative;
    inset: auto;
    margin-top: 0.75rem;
    pointer-events: auto;
    display: block;
    padding-bottom: 0.2rem;
  }
  .hero-form-layer .row,
  .hero-form-layer .col-lg-4,
  .hero-form-layer .col-md-6 {
    pointer-events: auto;
  }
  .hero-form-col {
    max-width: 100%;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }
  .hero-actions .btn {
    width: 100%;
    margin-top: 0;
    white-space: nowrap;
  }
  .hero-control {
    display: none !important;
  }
  .hero-control-prev {
    left: 0.5rem;
  }
  .hero-control-next {
    right: 0.5rem;
  }
  .overview-panel {
    padding: 1.2rem 1rem 1rem;
    border-radius: 22px;
  }
  .overview-panel::after {
    width: 68px;
    height: 68px;
    right: 0.85rem;
    top: 0.8rem;
  }
  .section-head {
    margin-bottom: 1.2rem;
  }
  .section-head h2 {
    font-size: 2.1rem;
  }
  .section-head p {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
  }
  .overview-project {
    font-size: 1.85rem;
  }
  .overview-copy {
    font-size: 0.98rem;
    line-height: 1.68;
  }
  .overview-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .overview-visual-grid {
    min-height: 490px;
    gap: 0.65rem;
  }
  .overview-stack-left {
    gap: 0.65rem;
  }
  .overview-image-card.image-main,
  .overview-image-card.image-sub {
    min-height: 220px;
  }
  .overview-image-card.image-tall {
    min-height: 490px;
  }
  .highlights-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .highlights-image {
    min-height: 380px;
  }
  .highlights-intro {
    font-size: 1rem;
    line-height: 1.6;
  }
  .highlights-list li {
    font-size: 0.95rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    max-width: 980px;
    padding: 0;
  }
  .gallery-item img {
    height: 205px;
  }
  .floorplans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .floorplan-media img {
    height: 225px;
  }
  .floorplan-title {
    font-size: 1.3rem;
  }
  .floorplan-meta {
    font-size: 0.9rem;
  }
  .plan-zoom-btn {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
  .location-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .site-plan-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .site-plan-copy {
    padding: 1rem;
  }
  .site-plan-copy h3 {
    font-size: 1.55rem;
  }
  .site-plan-copy p {
    font-size: 0.95rem;
    line-height: 1.62;
  }
  .site-plan-media img {
    min-height: 320px;
  }
  .location-panel {
    padding: 0.9rem;
  }
  .location-info {
    padding: 0.1rem;
  }
  .location-info h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .location-points li {
    font-size: 1rem;
  }
  .location-map-wrap iframe {
    min-height: 320px;
  }
  .amenities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .faqs-layout {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-form-layer .row {
    justify-content: center;
  }
  .hero-form-col {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  #overview,
  #highlights,
  #floor-plans,
  #amenities,
  #faqs,
  #developer,
  #location,
  #site-plan {
    scroll-margin-top: 72px;
  }
  .hero-slider {
    min-height: 490px;
  }
  .hero-content-wrap {
    padding-top: 0.9rem;
    padding-bottom: 0.15rem;
  }
  body.has-hero .hero-content-wrap {
    padding-top: calc(68px + 0.75rem);
  }
  .hero-copy {
    padding: 0.55rem 0.75rem 0.45rem;
  }
  .section-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-copy h1,
  .hero-copy h2 {
    font-size: 1.8rem;
    line-height: 1.13;
    margin-bottom: 0.8rem;
  }
  .hero-subtext {
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 0.9rem;
  }
  .hero-highlights li {
    font-size: 0.95rem;
    line-height: 1.35;
    margin-bottom: 0.6rem;
    padding-left: 2rem;
  }
  .hero-highlights li::before {
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.78rem;
  }
  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    margin-top: 0.35rem;
  }
  .hero-actions .btn {
    width: 100%;
    margin-top: 0;
    padding: 0.62rem 0.45rem;
    font-size: 0.95rem;
    white-space: nowrap;
  }
  .hero-control {
    width: 28px;
    height: 28px;
    font-size: 0.85rem;
  }
  .lead-widget-card .card-body {
    padding: 1rem !important;
  }
  .hero-form-layer {
    margin-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .mobile-header-actions .mobile-consult-btn {
    padding: 0.45rem 0.55rem;
    font-size: 0.68rem;
  }
  .section-head {
    margin-bottom: 1rem;
  }
  .section-head h2 {
    font-size: 1.8rem;
  }
  .section-head p {
    font-size: 0.82rem;
    letter-spacing: 0.15em;
  }
  .overview-panel {
    padding: 0.95rem 0.9rem 0.85rem;
    border-radius: 18px;
  }
  .overview-panel::after {
    display: none;
  }
  .overview-project {
    font-size: 1.45rem;
    margin-bottom: 0.55rem;
    padding-left: 0.72rem;
  }
  .overview-project::before {
    width: 3px;
    top: 0.25rem;
    bottom: 0.25rem;
  }
  .overview-copy {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.7rem;
  }
  .overview-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }
  .kpi-chip {
    border-radius: 10px;
    padding: 0.42rem 0.4rem;
  }
  .kpi-chip strong {
    font-size: 0.88rem;
  }
  .kpi-chip span {
    font-size: 0.64rem;
  }
  .overview-pill {
    font-size: 0.68rem;
    padding: 0.22rem 0.5rem;
  }
  .overview-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
    gap: 0.7rem;
  }
  .overview-stack-left {
    display: contents;
  }
  .overview-image-card {
    border-radius: 22px;
    border-color: rgba(148, 163, 184, 0.42);
    box-shadow: 0 10px 22px rgba(11, 37, 61, 0.16);
    transition:
      transform 0.38s ease,
      box-shadow 0.38s ease,
      filter 0.38s ease;
  }
  .overview-image-card.image-main {
    min-height: 165px;
  }
  .overview-image-card.image-sub {
    min-height: 165px;
  }
  .overview-image-card.image-tall {
    grid-column: 1 / -1;
    min-height: 270px;
  }
  .overview-image-card:active {
    transform: translateY(-3px) scale(1.03);
    filter: saturate(1.06);
    box-shadow: 0 16px 30px rgba(11, 37, 61, 0.2);
  }
  .highlights-image {
    min-height: 280px;
  }
  .highlights-intro {
    font-size: 0.92rem;
    margin-bottom: 0.8rem;
  }
  .highlights-list {
    gap: 0.65rem;
  }
  .highlights-list li {
    font-size: 0.88rem;
    padding-left: 1.7rem;
  }
  .highlights-list li::before {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.74rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    max-width: none;
    padding: 0;
  }
  .gallery-item img {
    height: 145px;
  }
  .floorplans-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .floorplan-media img {
    height: 205px;
  }
  .plan-pill {
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
  }
  .floorplan-body {
    padding: 0.75rem;
  }
  .status-pill {
    font-size: 0.82rem;
    padding: 0.3rem 0.55rem;
  }
  .floorplan-actions .btn {
    padding: 0.34rem 0.7rem;
    font-size: 0.82rem;
  }
  .floorplan-title {
    font-size: 1.15rem;
    margin-bottom: 0.45rem;
  }
  .floorplan-meta {
    font-size: 0.84rem;
    gap: 0.45rem 0.75rem;
  }
  .plan-zoom-btn {
    width: 30px;
    height: 30px;
    font-size: 0.95rem;
    opacity: 1;
    transform: none;
  }
  .location-info {
    padding: 0;
  }
  .site-plan-tag {
    font-size: 0.72rem;
    padding: 0.3rem 0.62rem;
  }
  .site-plan-copy {
    padding: 0.85rem 0.8rem;
  }
  .site-plan-copy h3 {
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
  }
  .site-plan-copy p {
    font-size: 0.9rem;
    line-height: 1.58;
    margin-bottom: 0.75rem;
  }
  .site-plan-pills {
    gap: 0.45rem;
  }
  .site-plan-pills span {
    font-size: 0.78rem;
    padding: 0.42rem 0.65rem;
  }
  .site-plan-media img {
    min-height: 240px;
  }
  .location-panel {
    padding: 0.75rem;
  }
  .location-info h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.7rem;
  }
  .location-points {
    gap: 0.55rem;
  }
  .location-points li {
    font-size: 0.92rem;
    line-height: 1.4;
    padding-left: 1.45rem;
  }
  .location-points li::before {
    font-size: 0.88rem;
  }
  .location-map-wrap iframe {
    min-height: 260px;
  }
  .amenities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .amenity-card {
    padding: 0.75rem;
  }
  .amenity-icon {
    width: 66px;
    height: 66px;
    font-size: 1.7rem;
  }
  .amenity-card h3 {
    font-size: 1rem;
  }
  .amenity-card p {
    font-size: 0.88rem;
  }
  .faq-accordion .accordion-button {
    font-size: 0.92rem;
    padding: 0.8rem 0.85rem;
  }
  .faq-accordion .accordion-body {
    font-size: 0.86rem;
    padding: 0.75rem 0.85rem;
  }
  .footer-disclaimer h3 {
    font-size: 1.55rem;
  }
  .footer-disclaimer p {
    font-size: 0.94rem;
  }
  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }
  .footer-links {
    gap: 1.2rem;
  }
}
