@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "SVN-Gallery Modern";
  src: url("../fonts/SVN-GalleryModern.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Semi-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Extra-Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  color: #242424;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 !important;
}

h1, .h1 {
  font-family: "SVN-Gallery Modern", serif;
  font-weight: normal;
  font-size: 48px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 57px;
  }
}

h2, .h2 {
  font-family: "SVN-Gallery Modern", serif;
  font-weight: normal;
  font-size: 38px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 46px;
  }
}

h3, .h3 {
  font-family: "SVN-Gallery Modern", serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 36px;
  }
}

.sub-1 {
  display: block;
  font-family: "Neue Einstellung", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #242424;
}
@media (min-width: 992px) {
  .sub-1 {
    font-size: 28px;
  }
}

.sub-2 {
  display: block;
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #242424;
}
@media (min-width: 992px) {
  .sub-2 {
    font-size: 18px;
  }
}

.body-1 {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .body-1 {
    font-size: 16px;
  }
}

.body-2 {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.caption {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.btn-text {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

:root {
  --c-ink: #0b1220;
  --c-navy: #132a4e;
  --c-blue: #1c3d73;
  --c-blue-royal: #2a56ad;
  --c-paper: #ffffff;
  --c-muted: #7d93b3;
  --c-line: rgba(19, 42, 78, .20);
  --c-line-light: rgba(255, 255, 255, .42);
  --c-line-dark: #182E4C;
  --c-line-light-1: #E4E4E4;
  --c-line-dark-1: #6E708F;
  --f-display: "SVN-Gallery Modern", serif;
  --f-body: "Neue Einstellung", sans-serif;
  --pad-y: 72px;
  --pad-y-lg: 128px;
  --gutter: 22px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 96px;
  scroll-behavior: auto;
}
html.is-locked {
  overflow: hidden;
}

section[id],
[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background: var(--c-ink);
  color: var(--c-navy);
  font-family: var(--f-body);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
.h1 {
  font-family: var(--f-display);
  font-weight: normal;
  font-size: 36px;
  line-height: 1.3;
}
h1.style-2,
.h1.style-2 {
  font-size: 40px !important;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 64px;
  }
  h1.style-2,
  .h1.style-2 {
    font-size: 80px !important;
  }
}

h2,
.h2 {
  font-family: var(--f-display);
  font-weight: normal;
  font-size: 38px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 46px;
  }
}

h3,
.h3 {
  font-family: var(--f-display);
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}

.sub-1 {
  display: block;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: var(--c-line-dark);
}
.sub-1.style-2 {
  font-weight: 300;
}

.sub-2 {
  display: block;
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: var(--c-line-dark);
}
.sub-2.style-1 {
  font-weight: 500 !important;
}
.sub-2.style-2 {
  font-weight: 300 !important;
}

.sub-3 {
  display: block;
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--c-line-dark);
}
.sub-3.style-2 {
  font-weight: 300;
}

.body-1 {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.body-2 {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.body-2.style-2 {
  font-weight: 300;
}

.caption {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.btn-text {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.mg-24-top {
  margin-top: 24px;
}

.pd-175-top {
  padding-top: 105px;
}
@media (min-width: 992px) {
  .pd-175-top {
    padding-top: 175px;
  }
}

.mg-90-top {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mg-90-top {
    margin-top: 90px;
  }
}

.mg-68-top {
  margin-top: 68px;
}
@media (max-width: 576px) {
  .mg-68-top {
    margin-top: 0 !important;
  }
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--c-muted);
  margin: 0 0 22px;
}

.spark {
  display: inline-block;
  width: 0.62em;
  height: 0.62em;
  fill: currentColor;
  vertical-align: middle;
}

.ph {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, var(--c-blue) 0%, var(--c-ink) 60%, #081019 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ph::before {
  content: "";
  position: absolute;
  width: 32%;
  padding-bottom: 32%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform: rotate(45deg);
}
.ph__label {
  position: relative;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0 16px;
}

.frame {
  position: relative;
  overflow: hidden;
  background: var(--c-ink);
}
.frame__inner {
  position: absolute;
  inset: -14% 0;
  will-change: transform;
}

.has-js .reveal {
  opacity: 0;
  transform: translateY(26px);
}

.mark {
  display: block;
  width: 38px;
  height: 38px;
  color: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 16px 34px;
  border: 1px solid var(--c-navy);
  border-radius: 999px;
  background: var(--c-navy);
  color: #f4f7fc;
  font-family: var(--f-body);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.45s var(--ease), color 0.45s var(--ease);
}
.btn:hover {
  background: transparent;
  color: var(--c-navy);
}
.btn__arrow {
  display: inline-block;
  transition: transform 0.45s var(--ease);
}
.btn:hover .btn__arrow {
  transform: translateX(5px);
}
.btn--light {
  background: #fff;
  border-color: #fff;
  color: var(--c-navy);
}
.btn--light:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  margin-top: 36px;
  max-width: 440px;
}
.note__deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
}
.note__deco .spark {
  width: 14px;
  height: 14px;
  fill: var(--c-navy);
}
.note__deco i {
  display: block;
  width: 1px;
  flex: 1;
  min-height: 70px;
  margin-top: 12px;
  background: linear-gradient(var(--c-navy), rgba(19, 42, 78, 0));
}
.note__text {
  font-size: 14px;
  color: rgba(19, 42, 78, 0.78);
  margin: 0;
}
@media (min-width: 768px) {
  .note__text {
    font-size: 15px;
  }
}
.note--light .spark {
  fill: #fff;
}
.note--light .note__deco i {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.note--light .note__text {
  color: rgba(255, 255, 255, 0.82);
}

.round-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.05));
  color: #fff;
  font-family: var(--f-body);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background 0.45s var(--ease);
}
.round-btn .spark {
  width: 14px;
  height: 14px;
  fill: #fff;
}
.round-btn:hover {
  background: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12));
}

.page {
  position: relative;
  z-index: 2;
}
.page__spacer {
  height: 100vh;
  height: 100svh;
}

@media (prefers-reduced-motion: reduce) {
  .has-js .reveal {
    opacity: 1;
    transform: none;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

.reveal {
  opacity: 1;
  transform: none;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100svh;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, #cfe0f5 0%, #e9f1fb 55%, #f4f8fe 100%);
}
.hero *,
.hero *::before,
.hero *::after {
  box-sizing: border-box;
}
.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  z-index: 1;
}
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.hero__container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.hero__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .hero__content {
    margin-bottom: 79px;
  }
}
.hero__body {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  will-change: transform, opacity;
}
.hero__mark-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  opacity: 0;
  animation: heroFadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-delay: 0.1s;
}
.hero {
  /* Gán animation load riêng cho từng thẻ con 
     tránh đè hiệu ứng GSAP ScrollTrigger ở thẻ cha .hero__body */
}
.hero__eyebrow, .hero__title, .hero__text {
  opacity: 0;
  animation: heroFadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.hero__eyebrow {
  letter-spacing: 25%;
  text-transform: uppercase;
  color: gray;
  margin: 0 0 12px !important;
  animation-delay: 0.3s;
  font-weight: 400 !important;
  line-height: 140% !important;
}
.hero__title {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--c-line-dark);
  text-transform: uppercase;
  text-align: center;
  margin: 0 !important;
  animation-delay: 0.6s;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 80px;
  }
}
.hero__text {
  margin: 8px auto 0 !important;
  max-width: 560px;
  color: var(--c-line-dark);
  animation-delay: 0.9s;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.sec-news *,
.sec-news *::before,
.sec-news *::after {
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .sec-news {
    padding: var(--pad-y-lg) 0 var(--pad-y);
  }
}
.sec-news__head {
  margin-bottom: 24px;
}
.sec-news__eyebrow {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 12px !important;
  opacity: 1 !important;
}
.sec-news__viewport {
  overflow: hidden;
  width: 100%;
}
.sec-news__track {
  display: flex;
}
@media (min-width: 576px) {
  .sec-news__track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    transform: none !important;
  }
}
@media (min-width: 992px) {
  .sec-news__track {
    gap: 50px !important;
  }
}
.sec-news__nav {
  display: flex !important;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 576px) {
  .sec-news__nav {
    display: none !important;
  }
}
.sec-news__arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--c-line) !important;
  background: transparent !important;
  color: var(--c-navy);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  transition: border-color 0.35s var(--ease);
}
.sec-news__arrow:hover {
  border-color: var(--c-navy) !important;
}
.sec-news__arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.sec-news__arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.4;
  fill: none;
}

/* Style Card Tin Tức */
/* Style Card Tin Tức */
.news-card {
  height: auto;
  cursor: pointer;
}
.news-card__title {
  margin-bottom: 0px !important;
  display: block;
  transition: color 0.3s ease;
  opacity: 1;
}
.news-card__decos {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.news-card__lines {
  display: block;
  width: 2px;
  height: 94px;
  background: linear-gradient(360deg, #ffffff 0%, #b4d3ff 100%);
}
.news-card__date {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--c-line-dark-1);
  margin-bottom: 14px !important;
}
.news-card__figure {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--c-ink);
  margin-bottom: 16px;
  /* Cài đặt hiệu ứng lóe sáng (shine) ở trạng thái ban đầu */
}
.news-card__figure::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
  /* Tránh block các thao tác click vào ảnh */
}
.news-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cài đặt transition mượt mà cho ảnh giống dự án cũ */
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.news-card {
  /* KÍCH HOẠT HIỆU ỨNG KHI HOVER VÀO TOÀN BỘ KHỐI CARD (BAO GỒM CẢ TITLE) */
}
.news-card:hover .news-card__figure {
  /* 1. Hiệu ứng phóng to ảnh */
}
.news-card:hover .news-card__figure img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.news-card:hover .news-card__figure {
  /* 2. Hiệu ứng lóe sáng (shine) */
}
.news-card:hover .news-card__figure::after {
  height: 250%;
  transition: all 0.5s linear;
  background-color: transparent;
}
.news-card:hover {
  /* Tuỳ chọn: Hiệu ứng đổi màu cho tiêu đề khi hover vào card */
}
.contact {
  padding-bottom: 60px;
  padding-top: 200px;
  color: #eaf1fb;
  border-bottom: 2px solid rgba(180, 211, 255, 0.25);
}
@media (min-width: 992px) {
  .contact {
    padding-top: 300px;
  }
}
.contact *,
.contact *::before,
.contact *::after {
  box-sizing: border-box;
}
.contact__grid {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .contact__grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: start;
  }
}
.contact__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--c-line-light-1);
}
.contact__text {
  margin-top: 11px;
  margin-bottom: 48px;
  max-width: 400px;
  line-height: 1.5;
  color: var(--c-line-light-1);
}
.contact__info {
  display: flex !important;
  margin-top: 38px;
  gap: 48px;
}
.contact__info p {
  margin: 0;
}
.contact__info-label {
  margin-bottom: 8px !important;
}
.contact__info-value {
  font-size: 16px;
  color: #fff;
}
.contact__form {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
}
@media (min-width: 768px) {
  .contact__form {
    grid-template-columns: 1fr 1fr;
  }
}
.contact__field {
  width: 100%;
  padding: 16px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 16px !important;
  outline: none;
  color: var(--c-paper) !important;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.contact__field::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--f-body) !important;
  font-size: 14px !important;
}
.contact__field:focus {
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.contact__field--full {
  grid-column: 1/-1;
}
.contact textarea.contact__field {
  resize: vertical;
  min-height: 120px;
}
.contact__submit {
  margin-top: 10px;
  font-size: 14px;
  width: 100%;
  background: var(--c-paper);
  border-radius: 16px;
  padding: 0 13px;
  font-family: var(--f-body);
  font-weight: 500;
  color: var(--c-line-dark);
  height: 48px;
  cursor: pointer;
  transition: background 0.4s var(--ease), color 0.4s var(--ease);
  border: none !important;
  outline: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}
@media (min-width: 768px) {
  .contact__submit {
    width: 170px !important;
    grid-column: 1/-1;
    justify-self: end;
  }
}
.contact__submit:hover {
  background: radial-gradient(ellipse 65% 65% at center, #2582DF 0%, rgba(255, 255, 255, 0) 100%), #F4FAFF !important;
  color: var(--c-paper) !important;
}

/* ==================== FOOTER GRADIENT BACKGROUND ==================== */
.color_footer {
  /* Thông số chuẩn 100% từ Figma (Trải màu từ dưới lên trên) */
  margin-top: 0;
  background: linear-gradient(to top, #081E69 0%, #023CAA 40%, #5694E2 77%, #D3E1F7 89%, #F4FAFF 94%, #FFFFFF 100%);
}
@media (min-width: 992px) {
  .color_footer {
    background: linear-gradient(to top, #081E69 0%, #023CAA 28%, #5694E2 53%, #D3E1F7 75%, #F4FAFF 87%, #FFFFFF 100%);
  }
}

.site-footer {
  color: #dbe6f7;
  padding: 50px 0;
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.site-footer__brand .mark {
  width: 44px;
  height: 44px;
  color: #eaf1fb;
}
.site-footer__name {
  font-family: var(--f-display);
  font-size: 18px;
  letter-spacing: 0.06em;
}
.site-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 992px) {
  .site-footer__nav {
    flex-direction: row;
    gap: 68px;
  }
}
.site-footer__link {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #dbe6f7;
  transition: color 0.35s var(--ease);
}
.site-footer__link:hover {
  color: #fff;
}
.site-footer__link--muted {
  color: rgba(219, 230, 247, 0.5);
}

.offcanvas {
  position: fixed;
  inset: 0;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  display: flex;
  flex-direction: column;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-image: url("../images/bg-offcanvas-mobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (min-width: 576px) {
  .offcanvas {
    background-image: url("../images/bg-offcanvas.png");
  }
}

.btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  text-align: inherit;
  text-decoration: none;
}

.header-nav__logo {
  max-width: 108px;
}
@media (min-width: 576px) {
  .header-nav__logo {
    max-width: 148px !important;
  }
}
.header-nav__links {
  font-family: var(--f-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  color: var(--c-paper);
  text-decoration: none;
}
@media (min-width: 576px) {
  .header-nav__links {
    font-size: 64px;
  }
}
.header-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.header-nav__body {
  padding-top: 55px;
  padding-bottom: 55px;
}
.header-nav__footer {
  gap: 50px;
}
.header-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  background-image: none !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 1;
}
.header-nav__close.style-1 {
  margin: 0 !important;
}
.header-nav__close::before {
  content: "×";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 20px;
}
.header-nav__close:hover, .header-nav__close:focus {
  color: #fff !important;
  opacity: 1;
  background: transparent !important;
  box-shadow: none;
}
.header-nav__header {
  padding: 24px 0;
}

.heade-nav__action-text {
  color: var(--c-paper);
}

.header-nav__links {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.header-nav__links span {
  position: relative;
  display: inline-block;
}
.header-nav__links span::before, .header-nav__links span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #ffffff;
  -webkit-mask: url("../images/start-light.svg") center/contain no-repeat;
  mask: url("../images/start-light.svg") center/contain no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header-nav__links span::before {
  right: calc(100% + 60px + 15px);
  transform: translateX(10px);
}
@media (min-width: 992px) {
  .header-nav__links span::before {
    right: calc(100% + 165px + 15px);
    transform: translateX(10px);
  }
}
.header-nav__links span::after {
  left: calc(100% + 60px + 15px);
  transform: translateX(-10px);
}
@media (min-width: 992px) {
  .header-nav__links span::after {
    left: calc(100% + 165px + 15px);
    transform: translateX(-10px);
  }
}
.header-nav__links::before, .header-nav__links::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 55px;
  height: 2px;
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 992px) {
  .header-nav__links::before, .header-nav__links::after {
    width: 160px !important;
  }
}
.header-nav__links::before {
  right: 100%;
  margin-right: 10px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #b4d3ff);
  transform: translateX(10px);
}
.header-nav__links::after {
  left: 100%;
  margin-left: 10px;
  background: linear-gradient(to left, #b4d3ff, rgba(255, 255, 255, 0));
  transform: translateX(-10px);
}
.header-nav__links:hover::before, .header-nav__links:hover::after,
.header-nav__links:hover span::before,
.header-nav__links:hover span::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: all 0.3s ease;
}
.header__logo {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .header__logo {
    display: flex !important;
  }
}
.header__logo:hover .header__logo-image:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.header__logo:hover .header__logo-image:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header__logo-image {
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  filter: brightness(0) invert(1);
}
.header__logo-image:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  width: 110px;
  height: auto;
  max-width: none;
}
.header__logo-image:nth-child(2) {
  opacity: 1;
  visibility: visible;
  width: auto;
  max-width: 100%;
}
.header__logo-image:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  width: auto;
  max-width: 100%;
}
.header__menu, .header__action {
  cursor: pointer;
}
.header__menu .header__menu-text,
.header__menu .header__action-text, .header__action .header__menu-text,
.header__action .header__action-text {
  color: #ffffff !important;
  margin: 0px !important;
  transition: color 0.3s ease;
}
.header__menu .header__menu-icon,
.header__menu .header__action-icon, .header__action .header__menu-icon,
.header__action .header__action-icon {
  filter: brightness(0) invert(1) !important;
  transition: filter 0.3s ease;
}
.header--dark {
  background-color: rgba(24, 46, 76, 0.3);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 10px 0;
}
.header--dark .header__logo-image:nth-child(1), .header--dark .header__logo-image:nth-child(2) {
  opacity: 0 !important;
  visibility: hidden !important;
}
.header--dark .header__logo-image:nth-child(3) {
  opacity: 1 !important;
  visibility: visible !important;
}
.header--dark .header__menu-text,
.header--dark .header__action-text {
  color: #ffffff !important;
}
.header--dark .header__menu-icon,
.header--dark .header__action-icon {
  filter: brightness(0) invert(1) !important;
}

.header.js-header-dark {
  position: relative;
  z-index: 10;
  padding: 20px 0;
}
.header.js-header-dark .row {
  position: relative;
}
.header.js-header-dark .header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.header.js-header-dark .header__logo-image {
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  width: auto;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.hero__eyebrow {
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.hero__title {
  font-size: 36px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 64px;
  }
}
.hero__content {
  margin-bottom: 120px;
}
.hero__veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Giúp click xuyên qua lớp veil nếu cần */
  background: linear-gradient(to top, rgb(24, 46, 76) 0%, rgba(24, 46, 76, 0) 35%);
}

.introduce {
  position: relative;
  background: linear-gradient(180deg, #182e4c 0%, #1549a9 28%, #629ae0 47%, #d3e1f7 69%, #f4faff 87%, #ffffff 100%);
  color: #ffffff;
  z-index: 2;
  padding: 150px 0 80px;
}
@media (min-width: 991px) {
  .introduce {
    padding: 200px 0;
  }
}
.introduce__header {
  margin: 0 auto 64px;
}
.introduce__eyebrow {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
  letter-spacing: 0.25em;
}
.introduce__title {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .introduce__title {
    font-size: 80px;
  }
}
.introduce__desc {
  color: #ffffff;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.5;
}
.introduce__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.introduce__media img.js-video-poster,
.introduce__media .introduce__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduce__media .introduce__video {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.introduce__media {
  /* TRẠNG THÁI KHI VIDEO ĐANG CHẠY */
}
.introduce__media.is-playing .js-video-poster,
.introduce__media.is-playing .introduce__play-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.introduce__media.is-playing .introduce__video {
  opacity: 1;
  pointer-events: auto; /* Cho phép user thao tác pause/play với controls mặc định */
  z-index: 15;
}
.introduce__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 10;
}
.introduce__play-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.introduce__play-btn:hover {
  filter: brightness(1.1);
}

/* ==================== S3 · INTEGRATION FIX (FINAL) ==================== */
.integration {
  padding-top: 80px;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 991px) {
  .integration {
    padding-top: 150px;
  }
}
.integration__eyebrow {
  color: rgba(24, 46, 76, 0.5);
  margin-bottom: 8px;
  letter-spacing: 0.25em;
}
.integration__title {
  font-size: 40px;
  font-weight: 400;
  color: rgb(24, 46, 76);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .integration__title {
    font-size: 80px;
  }
}
.integration__slider {
  overflow: visible !important;
  clip-path: inset(-100vh -100vw -100vh 0);
  margin-bottom: 0px;
  width: 100%;
}
@media (min-width: 992px) {
  .integration__slider {
    min-height: 520px;
  }
}
@media (min-width: 1200px) {
  .integration__slider {
    min-height: 600px;
  }
}
@media (min-width: 1400px) {
  .integration__slider {
    min-height: 680px;
  }
}
.integration__slider .swiper-wrapper {
  align-items: flex-start;
}

.integration-card {
  /* ===== 1. MẶC ĐỊNH MOBILE: CỐ ĐỊNH BỀ RỘNG ===== */
  width: 85% !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  /* BÍ QUYẾT 1: Ép khối card thành lưới dọc để bảo vệ trật tự hiển thị */
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
}
.integration-card__image {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.integration-card__image img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.integration-card__title {
  font-size: 30px;
  font-weight: 400;
  color: rgb(24, 46, 76);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .integration-card__title {
    font-size: 36px;
  }
}
.integration-card__subtitle {
  font-size: 18px;
  font-weight: 500;
  color: rgb(186, 186, 186);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .integration-card__subtitle {
    font-size: 22px;
  }
}
.integration-card {
  /* ===== 2. DESKTOP: FIX CỨNG LAYOUT GIỐNG DESIGN ===== */
}
@media (min-width: 992px) {
  .integration-card {
    width: calc(33.3333% - 16px) !important;
  }
}

/* ÉP SWIPER CHẠY LIÊN TỤC KHÔNG HÃM PHANH */
.js-integration-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ===== KHỐI ẢNH TRÀN VIỀN PHÍA DƯỚI ===== */
.integration__full-bleed {
  width: 100%;
  margin-top: 80px;
}
.integration__full-bleed img {
  width: 100%;
  height: auto; /* Tự động tính toán chiều cao dựa theo tỷ lệ gốc của ảnh */
  display: block;
}

/* ==================== S4 · WELLNESS HUB ==================== */
.wellness {
  padding: 40px 0 80px;
  background: rgb(244, 250, 255);
}
@media (min-width: 991px) {
  .wellness {
    padding: 90px 0 150px;
  }
}
.wellness {
  /* --- Header & Typography --- */
}
.wellness__header {
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .wellness__header {
    margin-bottom: 70px;
  }
}
.wellness__eyebrow {
  color: rgba(24, 46, 76, 0.5);
  margin-bottom: 24px;
  letter-spacing: 0.25em;
}
.wellness__title {
  font-size: 36px;
  font-weight: 400;
  color: rgb(24, 46, 76);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 992px) {
  .wellness__title {
    font-size: 64px;
  }
}
.wellness__deco {
  color: rgb(67, 67, 67);
  margin: 24px 0;
}
.wellness__deco .spark {
  width: 23px;
  height: 23px;
}
.wellness__desc {
  color: rgb(67, 67, 67);
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.5;
}
.wellness__sliders-wrapper {
  margin-bottom: 60px;
  width: 100%;
  overflow: hidden;
}
.wellness {
  /* --- Khối Slider --- */
}
.wellness .swiper {
  width: 100%;
  overflow: visible !important;
  padding: 40px 0;
}
.wellness .swiper-wrapper {
  align-items: center;
  display: flex;
}
.wellness .swiper-slide {
  /* MẶC ĐỊNH TRÊN MOBILE */
  width: 75%;
  aspect-ratio: 4/3;
  /* Thu nhỏ slide 2 bên bằng scale (chạy 100% trên GPU) */
  transform: scale(0.8) translateZ(0);
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s ease;
  will-change: transform, opacity;
}
.wellness .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.wellness .swiper-slide {
  /* SLIDE ĐANG ĐƯỢC CHỌN Ở CHÍNH GIỮA (ACTIVE) */
}
.wellness .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1) translateZ(0);
  z-index: 2;
}
.wellness {
  /* ===== DESKTOP: THEO CHUẨN DESIGN FIGMA ===== */
}
@media (min-width: 992px) {
  .wellness .swiper-slide {
    /* Chiều rộng slide chuẩn trên Desktop */
    width: 36% !important;
    aspect-ratio: 18/13;
    transform: scale(0.65) translateZ(0);
  }
  .wellness .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

/* --- Khối Tabs (Cập nhật đường kẻ nối dài vô tận) --- */
.wellness__tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 10px;
}
.wellness__tabs::-webkit-scrollbar {
  display: none;
}

/* XÓA BỎ LỚP LINE CŨ GÂY LỖI */
.wellness__tabs-line {
  display: none !important;
}

.wellness__tab {
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: rgb(206, 206, 206);
  font-family: var(--f-body);
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.4s ease;
  width: 171.67px;
  min-width: 120px;
  padding: 0;
  /* BÍ QUYẾT: Vẽ đường nối dài trên từng Tab bằng ::before */
}
.wellness__tab::before {
  content: "";
  position: absolute;
  top: 7px; /* Căn ngang tâm của ngôi sao */
  left: 50%;
  width: 100%; /* Kéo dài đường kẻ sang Tab bên cạnh */
  height: 2px;
  background: #e6e7e8;
  z-index: -1; /* Đẩy đường kẻ xuống dưới ngôi sao */
}
.wellness__tab {
  /* Xóa đường nối dài của Tab cuối cùng để không bị thừa vệt đuôi */
}
.wellness__tab:last-child::before {
  display: none;
}
.wellness__tab .spark {
  width: 16px;
  height: 16px;
  transition: transform 0.4s ease;
  background-color: #f4f8fe; /* Nền trắng đè lên đường kẻ để tạo khoảng hở tinh tế */
  padding: 0 16px;
  box-sizing: content-box;
}
.wellness__tab.active, .wellness__tab:hover {
  color: var(--c-navy);
}
.wellness__tab.active .spark {
  transform: scale(1.15);
}

/* ==================== S5 · AMENITY SPACES ==================== */
.spaces {
  padding: 0;
  background: #ffffff;
}
@media (min-width: 992px) {
  .spaces {
    padding: 150px 0;
  }
}
.spaces__eyebrow {
  margin-bottom: 12px;
  color: rgba(24, 46, 76, 0.5);
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.25em;
}
@media (min-width: 992px) {
  .spaces__eyebrow {
    margin: 0;
  }
}
.spaces__title {
  font-size: 36px;
  font-weight: 400;
  color: rgb(24, 46, 76);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .spaces__title {
    font-size: 64px;
  }
}

/* Khoảng cách giữa các cụm layout */
.spaces__block {
  margin-bottom: 72px;
}

@media (min-width: 992px) {
  .spaces__block {
    margin-bottom: 235px;
  }
  .spaces__block--last {
    margin-bottom: 170px;
  }
}
/* Định dạng cụm Text */
.spaces__text {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .spaces__text {
    margin-top: 150px;
    margin-bottom: 120px;
  }
}
.spaces__text--top {
  margin-top: 0;
}

.spaces__text--bottom {
  margin-top: 32px;
  margin-bottom: 0;
}

/* --- XỬ LÝ KHUNG ẢNH (ASPECT RATIO) --- */
.spaces__img {
  width: 100%;
  background: #e4e4e4;
  overflow: hidden;
}

.spaces__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 1. Ảnh dọc (Lobby trái) */
.spaces__img--tall {
  aspect-ratio: 3/4;
}

/* 3. Ảnh ngang tiêu chuẩn (Coffee trái) */
.spaces__img--landscape {
  aspect-ratio: 4/3;
}

/* 4. Ảnh gần vuông (Coffee phải) */
.spaces__img--square {
  aspect-ratio: 1/1.1;
  width: 75%; /* Thu nhỏ lại so với cột để nhường không gian trắng */
}

/* 5. Ảnh Panorama (Community) */
.spaces__img--hero {
  aspect-ratio: 21/9; /* Tỷ lệ siêu rộng (ultrawide) */
}

/* Tinh chỉnh Responsive cho Mobile */
@media (max-width: 767px) {
  .spaces__img--wide,
  .spaces__img--square {
    width: 100%; /* Trên mobile cho ảnh full 100% cột để dễ nhìn */
  }
}
/* ==================== S6 · MẶT BẰNG TIỆN ÍCH (CLEAN NATIVE STICKY) ==================== */
.floorplan {
  padding: 100px 0 140px;
  background-color: #ffffff !important;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .floorplan {
    padding: 140px 0 180px;
  }
}
.floorplan {
  /* Đóng đinh Container bằng Sticky (Sạch 100%, không phá DOM) */
}
@media (min-width: 992px) {
  .floorplan .container {
    position: sticky;
    top: 100px; /* Căn bản đồ vào giữa tầm mắt */
    z-index: 10;
  }
}
.floorplan {
  /* --- 1. Header & Title --- */
}
.floorplan__header {
  margin-bottom: 60px;
}
.floorplan__title {
  font-size: 40px;
  font-weight: 400;
  color: rgb(24, 46, 76);
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) {
  .floorplan__title {
    font-size: 72px;
  }
}
.floorplan__deco .spark {
  width: 23px;
  height: 23px;
  margin-bottom: 20px;
}
.floorplan {
  /* --- 2. Cột trái: Danh sách (JS sẽ lo chiều cao và cuộn) --- */
}
.floorplan__sidebar-container {
  position: relative;
  width: 100%;
}
.floorplan__sidebar {
  width: 100%;
  /* BÍ QUYẾT: Ẩn phần thừa. JS sẽ tự đo chiều cao bản đồ và nhét vào đây */
  overflow: hidden !important;
  padding-right: 15px;
  position: relative;
}
.floorplan {
  /* --- 3. Danh sách thông tin (List & Items) --- */
}
.floorplan__group {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .floorplan__group {
    margin-bottom: 8px;
  }
}
.floorplan__group-title {
  font-family: var(--f-display);
  font-size: 32px;
  color: var(--c-navy);
  margin: 0 0 16px 0;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floorplan__group-title svg {
  display: none;
}
@media (max-width: 991px) {
  .floorplan__group-title {
    font-size: 28px;
    margin: 0;
    padding: 16px 0;
    cursor: pointer;
  }
  .floorplan__group-title svg {
    display: block;
    width: 24px;
    height: 24px;
    transition: transform 0.4s ease;
  }
}
@media (max-width: 991px) {
  .floorplan__group.is-open .floorplan__group-title svg {
    transform: rotate(180deg);
  }
}
.floorplan__list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* 1. TRÊN MOBILE: Ẩn mặc định (không dùng !important) để JS có quyền đóng/mở */
  display: none;
}
@media (max-width: 991px) {
  .floorplan__list {
    padding-bottom: 20px;
  }
}
.floorplan__list {
  /* 2. TRÊN DESKTOP: Ép luôn luôn hiển thị (dùng !important để vô hiệu hóa JS) */
}
@media (min-width: 992px) {
  .floorplan__list {
    display: block !important;
  }
}
.floorplan__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.25s ease;
}
.floorplan__item .floorplan__badge {
  width: 30px;
  height: 30px;
  font-size: 13px;
}
.floorplan__item:hover .floorplan__badge, .floorplan__item.is-active .floorplan__badge {
  background: var(--c-navy);
  color: #ffffff;
}
.floorplan__item:hover .floorplan__text, .floorplan__item.is-active .floorplan__text {
  font-weight: 500;
  color: rgb(24, 46, 76);
}
.floorplan__item {
  /* Ghi đè màu VÀ kích thước to riêng cho A, B, C ở danh sách trái */
}
.floorplan__item[data-point=pointA] .floorplan__badge, .floorplan__item[data-point=pointB] .floorplan__badge, .floorplan__item[data-point=pointC] .floorplan__badge {
  background: var(--c-navy);
  color: #fff;
  border-color: var(--c-navy);
  width: 30px;
  height: 30px;
  font-size: 13px;
}
.floorplan__text {
  font-family: var(--f-body);
  font-size: 15px;
  font-weight: 400;
  color: rgba(24, 46, 76, 0.5);
  transition: color 0.25s ease;
}
.floorplan__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* Thu nhỏ kích thước cho 21 điểm con */
  width: 20px;
  height: 20px;
  font-size: 11px;
  border-radius: 50%;
  border: 1px solid var(--c-navy);
  background: rgb(244, 250, 255);
  color: var(--c-navy);
  font-weight: 600;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.floorplan {
  /* --- 4. Cột phải: Bản đồ --- */
}
.floorplan__map {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.floorplan__map-img {
  width: 100%;
  height: auto;
  display: block;
}
.floorplan__point {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
}
.floorplan__point .floorplan__badge {
  width: 20px;
  height: 20px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .floorplan__point .floorplan__badge {
    width: 13px;
    height: 13px;
    font-size: 7px;
  }
}
.floorplan__point:hover, .floorplan__point.is-active {
  z-index: 50;
}
.floorplan__point:hover .floorplan__badge, .floorplan__point.is-active .floorplan__badge {
  background: var(--c-navy);
  color: #fff;
}
.floorplan__point:hover .floorplan__tooltip, .floorplan__point.is-active .floorplan__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.floorplan__point#pointA .floorplan__badge, .floorplan__point#pointB .floorplan__badge, .floorplan__point#pointC .floorplan__badge {
  background: var(--c-navy);
  color: #fff;
  border-color: var(--c-navy);
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .floorplan__point#pointA .floorplan__badge, .floorplan__point#pointB .floorplan__badge, .floorplan__point#pointC .floorplan__badge {
    width: 17px;
    height: 17px;
    font-size: 9px;
  }
}
.floorplan__point {
  /* ĐIỀU HƯỚNG TOOLTIP MẶC ĐỊNH & TÙY CHỈNH */
}
.floorplan__point.tooltip-bottom .floorplan__tooltip {
  bottom: auto;
  top: calc(100% + 12px);
  transform: translateX(-50%) translateY(-10px);
}
.floorplan__point.tooltip-bottom .floorplan__tooltip::after {
  top: auto;
  bottom: 100%;
  border-color: transparent transparent rgba(19, 42, 78, 0.95) transparent;
}
.floorplan__point.tooltip-bottom:hover .floorplan__tooltip, .floorplan__point.tooltip-bottom.is-active .floorplan__tooltip {
  transform: translateX(-50%) translateY(0);
}
.floorplan__point.tooltip-right .floorplan__tooltip {
  bottom: auto;
  top: 50%;
  left: calc(100% + 12px);
  transform: translateY(-50%) translateX(-10px);
}
.floorplan__point.tooltip-right .floorplan__tooltip::after {
  top: 50%;
  left: auto;
  right: 100%;
  margin-top: -6px;
  border-color: transparent rgba(19, 42, 78, 0.95) transparent transparent;
}
.floorplan__point.tooltip-right:hover .floorplan__tooltip, .floorplan__point.tooltip-right.is-active .floorplan__tooltip {
  transform: translateY(-50%) translateX(0);
}
.floorplan__point.tooltip-left .floorplan__tooltip {
  bottom: auto;
  top: 50%;
  right: calc(100% + 12px);
  left: auto;
  transform: translateY(-50%) translateX(10px);
}
.floorplan__point.tooltip-left .floorplan__tooltip::after {
  top: 50%;
  left: 100%;
  margin-top: -6px;
  border-color: transparent transparent transparent rgba(19, 42, 78, 0.95);
}
.floorplan__point.tooltip-left:hover .floorplan__tooltip, .floorplan__point.tooltip-left.is-active .floorplan__tooltip {
  transform: translateY(-50%) translateX(0);
}
.floorplan {
  /* --- 5. Tooltip --- */
}
.floorplan__tooltip {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(19, 42, 78, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  width: max-content;
  max-width: 220px;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 20;
}
.floorplan__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(19, 42, 78, 0.95) transparent transparent transparent;
}
.floorplan__tooltip img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 6px;
}
.floorplan__tooltip p {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  white-space: pre-wrap;
}
.floorplan__tooltip {
  /* Responsive Tooltip cho màn hình nhỏ */
}
@media (max-width: 991px) {
  .floorplan__tooltip {
    padding: 8px;
    max-width: 130px;
  }
  .floorplan__tooltip img {
    height: 50px;
    margin-bottom: 6px;
  }
  .floorplan__tooltip p {
    font-size: 11px;
    line-height: 1.2;
  }
}

/*# sourceMappingURL=style.css.map */
