:root {
  --project-bg: #eff0f3;
  --project-surface: #fff;
  --project-soft: #e1f2ff;
  --project-soft-2: #e8f1f7;
  --project-dark: #004147;
  --project-dark-2: #0b223e;
  --project-teal: #1aa8b2;
  --project-gold: #ffd085;
  --project-accent: #dd9933;
  --project-text: #424242;
  --project-heading: #095c63;
  --project-border: rgba(9, 92, 99, 0.14);
  --project-shadow: 0 20px 45px rgba(11, 34, 62, 0.08);
  --project-container: 1170px;
}

html {
  scroll-behavior: smooth;
  background: var(--project-bg);
}

body.project-single-body {
  margin: 0;
  background: var(--project-bg);
  color: var(--project-text);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.project-single-body * {
  box-sizing: border-box;
}

.project-single-body a {
  color: inherit;
  text-decoration: none;
}

.project-single-body img {
  display: block;
  max-width: 100%;
}

.project-single-body .container {
  width: min(calc(100% - 32px), var(--project-container));
  margin: 0 auto;
}

.project-single-body .container--narrow {
  width: min(calc(100% - 32px), 1040px);
}

#gioithieu,
#tongquan,
#banggia,
#vitri,
#tienich,
#matbang,
#tiendo,
#phaply,
#nhantin,
#lienhe {
  scroll-margin-top: 134px;
}

.project-main {
  overflow: clip;
}

body.project-menu-open {
  overflow: hidden;
}

.project-richtext,
.project-richtext p,
.project-richtext li {
  color: inherit;
  font-size: 1rem;
}

.project-richtext p:first-child,
.project-richtext ul:first-child {
  margin-top: 0;
}

.project-richtext p:last-child,
.project-richtext ul:last-child {
  margin-bottom: 0;
}

.project-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 100%;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, backdrop-filter 0.2s ease;
}

.project-header::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 34, 62, 0.48) 0%, rgba(11, 34, 62, 0.2) 60%, rgba(11, 34, 62, 0) 100%);
  content: "";
  pointer-events: none;
}

.project-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(11, 34, 62, 0.08);
  backdrop-filter: blur(10px);
}

.project-header.is-scrolled::before {
  opacity: 0;
}

.project-header.is-scrolled .project-header__toggle {
  border-color: rgba(9, 92, 99, 0.12);
  background: rgba(9, 92, 99, 0.04);
}

.project-header.is-scrolled .project-header__toggle span {
  background: var(--project-heading);
}

.project-header__main-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 79px;
}

.project-header__logo a,
.project-header__logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  min-height: 79px;
}

.project-header__logo img {
  width: auto;
  max-width: 220px;
  max-height: 62px;
  object-fit: contain;
}

.project-header__toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.project-header__toggle span {
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}

.project-header__nav {
  display: none;
}

.project-header__nav.is-open {
  display: flex;
}

.project-header__sidebar-head,
.project-header__close {
  display: none;
}

.project-header__menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-header__menu li + li {
  border-top: 1px solid rgba(11, 34, 62, 0.08);
}

.project-header__menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 44px;
  padding: 12px 0;
  color: var(--project-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-header__menu a.is-active {
  color: var(--project-accent);
}


.project-hero-banner__frame img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

.project-section {
  padding: 45px 0;
}

.project-section--intro {
  background: var(--project-soft);
}

.project-section--overview,
.project-section--location,
.project-section--plans,
.project-section--progress {
  background: var(--project-dark);
  color: #fff;
}

.project-section--pricing,
.project-section--form {
  background: var(--project-soft-2);
}

.project-section-title {
  margin-bottom: 22px;
  text-align: center;
}

.project-section-title h2 {
  margin: 0;
  color: var(--project-heading);
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.project-section-title::after {
  display: block;
  width: 88px;
  height: 2px;
  margin: 14px auto 0;
  background: currentColor;
  opacity: 0.18;
  content: "";
}

.project-section-title--light h2 {
  color: var(--project-gold);
}

.project-section-title--light::after {
  background: var(--project-gold);
  opacity: 0.3;
}

.project-section-copy {
  width: min(100%, 980px);
  margin: 0 auto 28px;
  color: var(--project-heading);
}

.project-section-copy--light {
  color: #fff;
}

.project-intro-copy {
  color: var(--project-heading);
}

.project-intro-logo {
  display: flex;
  justify-content: center;
  margin: 26px 0;
}

.project-intro-logo img {
  max-height: 112px;
  width: auto;
}

.project-intro-media {
  margin: 0 0 26px;
  overflow: hidden;
}

.project-intro-media img {
  width: 100%;
  object-fit: cover;
}

.project-overview-table-wrap {
  width: min(100%, 1024px);
  margin: 0 auto;
}

.project-overview-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}

.project-overview-table th,
.project-overview-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left;
  vertical-align: top;
}

.project-overview-table th {
  width: 28%;
  color: var(--project-gold);
  font-weight: 700;
}

.project-fullwidth-media {
  width: min(100%, 1600px);
  margin: 28px auto 0;
}

.project-fullwidth-media img {
  width: 100%;
}

.project-pricing-gallery {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.project-pricing-gallery__item {
  margin: 0;
  overflow: hidden;
  background: #dce7ec;
}

.project-pricing-gallery__item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.project-inline-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.project-location-media img,
.project-location-media__embed iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.project-section-copy--amenities {
  width: min(100%, 980px);
  margin: 0 auto 24px;
}

.project-amenity-layout__visuals {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.project-amenity-layout__visuals--stacked {
  width: min(100%, 980px);
  margin: 24px auto 0;
}

.project-amenity-visual {
  margin: 0;
  overflow: hidden;
  background: #dce7ec;
  box-shadow: var(--project-shadow);
}

.project-amenity-visual img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
}

.project-plan-switcher {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.project-plan-switcher__thumbs {
  display: grid;
  gap: 12px;
  align-self: start;
}

.project-plan-switcher__thumb {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.project-plan-switcher__thumb img {
  width: 100%;
  border: 3px solid transparent;
  border-radius: 10px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.project-plan-switcher__thumb.is-active img {
  border-color: var(--project-teal);
}

.project-plan-switcher__thumb:hover img {
  transform: translateY(-2px);
}

.project-plan-switcher__pane {
  display: none;
}

.project-plan-switcher__pane.is-active {
  display: block;
}

.project-plan-switcher__pane img {
  width: 100%;
  background: #fff;
}

.project-swiper-wrap {
  position: relative;
}

.project-progress-slide {
  margin: 0;
}

.project-progress-slide img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

.project-swiper__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(11, 34, 62, 0.12);
  cursor: pointer;
}

.project-swiper__arrow::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--project-heading);
  font-size: 1.1rem;
  font-weight: 700;
  content: "›";
}

.project-progress__arrow--prev {
  left: 12px;
}

.project-progress__arrow--prev::before {
  content: "‹";
}

.project-progress__arrow--next {
  right: 12px;
}

.project-swiper__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.project-swiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.project-swiper__pagination .swiper-pagination-bullet-active {
  background: var(--project-gold);
}

.project-legal-box,
.project-investor-box,
.project-form-panel {
  padding: 28px;
  background: #fff;
  box-shadow: var(--project-shadow);
}

.project-form-panel {
  display: grid;
  gap: 24px;
}

.project-form {
  display: grid;
  gap: 12px;
}

.project-form input,
.project-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(9, 92, 99, 0.16);
  border-radius: 0;
  background: #fff;
  color: var(--project-text);
  font: inherit;
}

.project-form__submit {
  display: flex;
  justify-content: center;
}

.project-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--project-accent);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.project-footer__top {
  padding: 38px 0;
  background: #f5f1e6;
}

.project-footer__grid {
  display: grid;
  gap: 28px;
}

.project-footer__brand-logo {
  margin-bottom: 16px;
}

.project-footer__brand-logo img {
  max-height: 72px;
  width: auto;
}

.project-footer__title {
  margin: 0;
  color: var(--project-heading);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.project-footer__divider {
  width: 74px;
  height: 2px;
  margin: 14px 0 18px;
  background: rgba(9, 92, 99, 0.22);
}

.project-footer__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-footer__contact li + li {
  margin-top: 10px;
}

.project-footer__bottom {
  padding: 16px 0;
  background: var(--project-dark-2);
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.project-footer__bottom p {
  margin: 0;
  font-size: 0.9rem;
}

.project-back-top {
  position: fixed;
  right: 18px;
  bottom: 26px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--project-dark-2);
  color: #fff;
}

@media (min-width: 1025px) {
  .project-header__toggle {
    display: none !important;
  }

  .project-header__nav {
    display: block;
    flex: 1;
  }

  .project-header__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
    min-height: 79px;
  }

  .project-header__menu li + li {
    border-top: 0;
  }

  .project-header__menu a {
    justify-content: center;
    min-height: 79px;
    color: #fff;
  }

  .project-header__menu a.is-active {
    color: var(--project-gold);
  }

  .project-header.is-scrolled .project-header__menu a {
    color: var(--project-heading);
  }

  .project-header.is-scrolled .project-header__menu a.is-active {
    color: var(--project-accent);
  }

  .project-header.is-scrolled .project-header__toggle {
    border-color: rgba(9, 92, 99, 0.12);
    background: rgba(9, 92, 99, 0.04);
  }

  .project-header.is-scrolled .project-header__toggle span {
    background: var(--project-heading);
  }

  .project-footer__grid,
  .project-form-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 1024px) {
  .project-header__main-inner {
    min-height: 70px;
  }

  .project-header__logo a,
  .project-header__logo .custom-logo-link {
    min-height: 70px;
  }

  .project-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 1202;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: min(380px, calc(100vw - 28px));
    min-height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    padding: 20px 20px 28px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: -18px 0 38px rgba(11, 34, 62, 0.16);
    transform: translateX(100%);
    transition: transform 0.22s ease;
    overflow-y: auto;
  }

  .project-header__nav.is-open {
    transform: translateX(0);
  }

  .project-header__sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(11, 34, 62, 0.1);
  }

  .project-header__sidebar-brand {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .project-header__sidebar-brand a,
  .project-header__sidebar-brand .custom-logo-link {
    display: inline-flex;
    align-items: center;
  }

  .project-header__sidebar-brand img,
  .project-header__sidebar-brand .custom-logo {
    width: auto;
    max-width: 152px;
    max-height: 40px;
    object-fit: contain;
  }

  .project-header__close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(11, 34, 62, 0.14);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
  }

  .project-header__close span {
    position: absolute;
    width: 16px;
    height: 2px;
    background: var(--project-heading);
    border-radius: 999px;
  }

  .project-header__close span:first-child {
    transform: rotate(45deg);
  }

  .project-header__close span:last-child {
    transform: rotate(-45deg);
  }

  .project-header__menu {
    display: block;
  }

  .project-header__menu li + li {
    margin-top: 0;
  }

  .project-header__menu a {
    min-height: 46px;
    padding: 13px 0;
    color: var(--project-heading);
    font-size: 0.82rem;
  }
}

@media (max-width: 767px) {
  .project-pricing-gallery,
  .project-plan-switcher {
    grid-template-columns: 1fr;
  }

  .project-plan-switcher__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-overview-table th,
  .project-overview-table td {
    display: block;
    width: 100%;
  }

  .project-overview-table th {
    padding-bottom: 6px;
    border-bottom: 0;
  }

  .project-overview-table td {
    padding-top: 0;
  }
}
