@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;
}

.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;
}
.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:hover .header__menu-text,
.header__menu:hover .header__action-text, .header__action:hover .header__menu-text,
.header__action:hover .header__action-text {
  color: #ffffff !important;
}
.header__menu:hover .header__menu-icon,
.header__menu:hover .header__action-icon, .header__action:hover .header__menu-icon,
.header__action:hover .header__action-icon {
  filter: brightness(0) invert(1) !important;
}
.header__menu-text, .header__action-text {
  color: var(--c-line-dark);
  margin: 0px !important;
  transition: color 0.3s ease;
}
.header__menu-icon, .header__action-icon {
  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: var(--c-paper) !important;
}
.header--dark .header__menu-icon,
.header--dark .header__action-icon {
  filter: brightness(0) invert(1);
}

.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%;
}

@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;
}

.feature {
  position: relative;
  padding-bottom: 200px;
  color: var(--c-navy);
  background: linear-gradient(180deg, #0f2447 0%, #21458a 12%, #5f89ca 28%, #d7e4f6 50%, #5f89ca 72%, #21458a 90%, #11294f 100%);
}

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
.split + .split {
  margin-top: var(--pad-y);
}
@media (min-width: 992px) {
  .split {
    grid-template-columns: 1fr 1fr;
    gap: clamp(48px, 7vw, 120px);
  }
  .split + .split {
    margin-top: var(--pad-y-lg);
  }
}
.split__visual {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}
@media (min-width: 992px) {
  .split--reverse .split__visual {
    grid-column: 2;
    grid-row: 1;
  }
  .split--reverse .split__content {
    grid-column: 1;
    grid-row: 1;
  }
}
.split__eyebrow {
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(19, 42, 78, 0.55);
  margin: 0 0 18px;
}
.split__title {
  font-size: 38px;
  color: var(--c-navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.06;
}
@media (min-width: 768px) {
  .split__title {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .split__title {
    font-size: 66px;
  }
}
.split__note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  margin-top: 42px;
  max-width: 440px;
}
.split__note-deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
}
.split__note-deco .spark {
  width: 14px;
  height: 14px;
  color: var(--c-navy);
}
.split__note-deco i {
  display: block;
  width: 1px;
  flex: 1;
  min-height: 80px;
  margin-top: 12px;
  background: linear-gradient(var(--c-navy), rgba(19, 42, 78, 0));
}
.split__text {
  font-size: 14px;
  color: rgba(19, 42, 78, 0.78);
  margin: 0;
}
@media (min-width: 768px) {
  .split__text {
    font-size: 15px;
  }
}

/* ==========================================
   CẬP NHẬT VIỀN GRADIENT CỐ ĐỊNH CHO ẢNH FEATURE
   ========================================== */
/* 1. Trả lại trạng thái nguyên bản cho ảnh (Xóa border cũ bị lỗi) */
.feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 2. Gắn viền Gradient vào khung chứa (Frame) để giữ cố định, không bị lỗi khi Parallax */
.feature-frame {
  background: transparent !important;
  /* Ép viền ăn vào bên trong kích thước của frame, không làm phình layout */
  box-sizing: border-box;
  /* Cấp phát không gian 2px cho đường viền */
  border: 2px solid transparent;
  /* Vẽ dải màu Linear Gradient chuẩn Figma lên đường viền */
  border-image-slice: 1;
}

@media (min-width: 992px) {
  /* 1. Thiết lập Grid 12 cột cho toàn bộ vùng chứa */
  .split--feature {
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
    align-items: start;
  }
  /* 2. Khối Ảnh chiếm 5 cột đầu tiên (từ line 1 đến 6) */
  .split--feature .split__visual {
    grid-column: 1/6;
  }
  /* 3. Khối Nội dung chiếm 5 cột tiếp theo, chừa cột 6 ở giữa và cột 12 ở cuối */
  .split--feature .split__content {
    grid-column: 7/12;
    margin-top: 16px;
  }
  /* Xử lý khi đảo chiều (Row 2): Nội dung bên trái (1-5), Ảnh bên phải (7-11) */
  .split--feature.split--reverse .split__visual {
    grid-column: 7/12;
  }
  .split--feature.split--reverse .split__content {
    grid-column: 1/6;
  }
  /* 4. Định dạng Note bám theo lưới 5 cột của khối Nội dung */
  .note--feature {
    max-width: 100%;
    display: grid;
    /* Tạo lưới 5 cột nội bộ tương đương với 5 cột của Content */
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
  }
  /* Icon trang trí nằm ở cột thứ 2 (tương đương với cột 8 của toàn trang) */
  .note--feature .split__note-deco {
    grid-column: 2/3;
    justify-self: center;
  }
  /* Đoạn text chiếm 3 cột. Vì Content có 5 cột, nên vị trí 3 cột này là 3-4-5 */
  .note--feature .split__text {
    grid-column: 3/6;
    margin-top: -4px;
  }
}
/* Định vị nút bấm bám theo lề của khối text (cột 3-4-5) */
.note--feature .btn--feature {
  grid-column: 3/6;
  /* Trải dài từ cột 3 đến hết cột 5 */
  justify-self: start;
  /* Ép nút căn sát lề trái của cột 3 */
  margin-top: 24px;
  /* Ghi đè margin mặc định để khoảng cách từ text đến nút vừa vặn hơn */
}

@media (min-width: 992px) {
  /* ... các code cũ giữ nguyên ... */
  /* Ép khối trang trí trải dài qua cả 2 hàng và tràn xuống dưới */
  .note--feature .split__note-deco {
    grid-column: 2/3;
    justify-self: center;
    grid-row: 1/span 2;
    /* Trải dài từ hàng text xuống hàng button */
    margin-bottom: -80px;
    /* Kéo mép dưới của khối dài thêm 80px, thẻ <i> sẽ tự động giãn theo */
  }
}
/* ==========================================
     TÙY CHỈNH STYLE CHO TIA SÁNG & TEXT (S2)
     ========================================== */
/* 1. Sửa màu và khoảng cách của Tia sáng + Đường kẻ */
.note--feature .split__note-deco {
  padding-top: 0;
  /* Xóa padding mặc định */
  margin-top: 2px;
  /* Đẩy nhẹ xuống để tâm tia sáng căn giữa đúng dòng text đầu tiên */
}

.note--feature .split__note-deco .spark {
  fill: #ffffff;
  /* Đổi màu tia sáng thành trắng */
  color: #ffffff;
  width: 17px;
  /* Tăng nhẹ kích thước để ra dáng kim cương */
  height: 17px;
}

.note--feature .split__note-deco i {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  /* Gradient trắng mờ dần */
  margin-top: 6px;
  /* Kéo đường kẻ gần sát lại với tia sáng */
  width: 1.5px;
  /* Làm đường kẻ sắc nét hơn một chút */
}

/* 2. Chuyển toàn bộ màu chữ của khối này sang Trắng để giống 100% Design */
.split--feature .split__eyebrow {
  color: rgba(255, 255, 255, 0.6);
  /* Trắng mờ cho tiêu đề phụ */
}

.split--feature .split__title {
  color: #ffffff;
  /* Trắng tinh cho tiêu đề chính */
}

.split--feature .split__text {
  color: rgba(255, 255, 255, 0.85);
  /* Trắng mờ nhẹ cho đoạn văn */
}

/* ==========================================
     TÙY CHỈNH RIÊNG CHO ROW 2 (TEXT MÀU TỐI)
     ========================================== */
/* Đổi lại màu chữ thành màu Navy */
.split--feature-dark-text .split__eyebrow {
  color: rgba(19, 42, 78, 0.55);
  /* Trả về màu c-navy mờ */
}

.split--feature-dark-text .split__title {
  color: var(--c-navy);
  /* Trả về màu c-navy đậm */
}

.split--feature-dark-text .split__text {
  color: rgba(19, 42, 78, 0.78);
  /* Trả về màu c-navy cho văn bản */
}

/* Đổi màu tia sáng (SVG) thành màu Navy */
.split--feature-dark-text .split__note-deco .spark {
  fill: var(--c-navy);
  color: var(--c-navy);
}

/* Đổi màu đường kẻ dọc thành gradient Navy mờ dần */
.split--feature-dark-text .split__note-deco i {
  background: linear-gradient(var(--c-navy), rgba(19, 42, 78, 0));
}

/* ==========================================
     CẬP NHẬT VỊ TRÍ CHO ROW 2 (SÁT LỀ PHẢI)
     ========================================== */
/* ==========================================
     CẬP NHẬT VỊ TRÍ CHO ROW 2 (TRÁI - PHẢI TUYỆT ĐỐI)
     ========================================== */
@media (min-width: 992px) {
  /* Khối Nội dung bám sát lề trái (Bắt đầu từ cột 1, kéo dài 5 cột) */
  .split--feature.split--reverse .split__content {
    grid-column: 1/6;
  }
  /* Khối Ảnh bám sát lề phải (Bắt đầu từ cột 8, kéo dài 5 cột đến hết lưới 12) */
  .split--feature.split--reverse .split__visual {
    grid-column: 8/13;
  }
}
/* ==========================================
   FIX ẢNH NỀN FEATURE FULL CHIỀU DỌC & XÓA BO ĐEN
   ========================================== */
.feature {
  position: relative;
  color: var(--c-navy);
  background-image: url("../images/background_mb.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 102% 102%;
}
@media (min-width: 992px) {
  .feature {
    background-image: url("../images/background_pc.jpg");
    background-size: 100% 100%;
  }
}

/* ==========================================
   TÙY CHỈNH RESPONSIVE (MOBILE & TABLET) CHO SECTION FEATURE
   Fix lỗi nút bấm khổng lồ và text bị ép hẹp
   ========================================== */
@media (max-width: 991px) {
  .note--feature {
    /* Đảm bảo phần note bung hết 100% chiều rộng trên mobile, không bị bóp lại bởi 440px cũ */
    max-width: 100%;
    /* Khôi phục lưới 2 cột: Cột 1 tự động (chứa tia sáng), Cột 2 chiếm không gian còn lại (chứa text/btn) */
    grid-template-columns: auto 1fr;
  }
  /* Định vị Text ở Hàng 1 - Cột 2 */
  .note--feature .split__text {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  /* 
   * ĐỊNH VỊ NÚT BẤM (FIX LỖI KHỔNG LỒ)
   * Ép nút xuống Hàng 2 - Cột 2 (cùng cột với text) 
   */
  .note--feature .btn--feature {
    grid-column: 2/3;
    grid-row: 2/3;
    /* Quan trọng nhất: Hủy bỏ chế độ kéo giãn tự động của Grid */
    justify-self: start;
    align-self: start;
    margin-top: 16px;
  }
  /* Ép khối trang trí (tia sáng + đường line) trải dọc qua cả 2 hàng (hàng text + hàng button) */
  .note--feature .split__note-deco {
    grid-column: 1/2;
    grid-row: 1/span 2;
    padding-bottom: 30px;
    /* Kéo dài đường kẻ gradient xuống quá mép nút */
  }
}
/* ==========================================
     CẬP NHẬT SVG 23x23 VÀ GRADIENT ĐƯỜNG KẺ (ROW 2)
     ========================================== */
.split--feature-dark-text .split__note-deco .spark {
  /* Đảm bảo kích thước chuẩn 23x23 theo SVG mới thay vì 17x17 của Row 1 */
  width: 23px;
  height: 23px;
  /* Không cần dùng lệnh fill CSS nữa vì mã SVG đã hardcode fill="#182E4C" */
}

.split--feature-dark-text .split__note-deco i {
  /* Cập nhật chính xác dải màu Gradient từ ảnh thông số: #B4D3FF mờ dần về trong suốt (#FFFFFF 0%) */
  background: linear-gradient(180deg, #B4D3FF 0%, rgba(255, 255, 255, 0) 100%);
  width: 1.5px;
  margin-top: 4px;
  /* Chỉnh lại khoảng cách để đường kẻ chạm vừa vặn đuôi biểu tượng 23px */
}

/* ==========================================
   TÙY CHỈNH NÚT BẤM (BUTTON) THEO CHUẨN FIGMA
   ========================================== */
.note--feature .btn--feature {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #182E4C;
  color: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  /* THÊM 2 DÒNG NÀY ĐỂ XÓA VIỀN VÀ TRẢ LẠI CHỮ BÌNH THƯỜNG */
  border: none !important;
  text-transform: none !important;
}

.note--feature .btn--feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 65% 65% at center, #2582DF 0%, rgba(255, 255, 255, 0) 100%), #F4FAFF !important;
  color: var(--c-paper) !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

/* Hiệu ứng trỏ chuột (Hover) */
.note--feature .btn--feature:hover {
  color: #FFFFFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: none !important;
}

/* Hiện lớp quầng sáng khi hover */
.note--feature .btn--feature:hover::before {
  opacity: 1;
}

/* ==========================================
   FIX LIỀN MẠCH SECTION FEATURE & INVESTOR
   ========================================== */
.feature {
  position: relative;
  /* Thêm padding đáy để tạo đủ không gian cho dải màu chuyển mượt mà */
  padding-bottom: 80px;
  color: var(--c-navy);
  /* LỆNH THEN CHỐT: Phủ một lớp sương mù màu trắng đè lên 15% đáy ảnh 
     Lớp 1: Gradient trắng hất từ trên xuống, đục dần từ 85% đến 100%
     Lớp 2: Ảnh nền của bạn */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, #ffffff 100%), url("../images/layer_mb.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, center center;
  background-size: 100% 100%, 102% 102%;
}
@media (min-width: 992px) {
  .feature {
    padding-bottom: 120px;
    /* Áp dụng kỹ thuật tương tự cho màn hình PC */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, #ffffff 100%), url("../images/background_pc.jpg");
    background-size: 100% 100%, 100% 100%;
  }
}

.feature-frame {
  overflow: hidden;
}

/* ==========================================
   C. GIAO DIỆN MOBILE & TABLET (Dưới 992px)
   FIX LỖI CO ẢNH DO THẺ WRAPPER (GSAP)
   ========================================== */
@media (max-width: 991px) {
  /* ... Giữ nguyên phần .note ở trên ... */
  /* --- SLIDE 1: BRANDED RESIDENCE (MOBILE) --- */
  .bslide--branded .bslide__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .bslide--branded .bslide__media {
    display: contents;
  }
  .bslide--branded .bslide__content {
    order: 2;
    width: 100%;
  }
  /* 1. Đổi class thành .bslide__img-wrap để ép thẻ bọc ngoài tràn viền */
  .bslide--branded .bslide__img-wrap {
    order: 1;
    width: calc(100% + var(--gutter) * 2);
    max-width: none;
    margin-left: calc(-1 * var(--gutter));
    margin-right: calc(-1 * var(--gutter));
    height: auto;
    aspect-ratio: 4/5;
  }
  /* 2. Ảnh bên trong chỉ cần lấp đầy thẻ bọc */
  .bslide--branded .bslide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bslide--branded .bslide__extra {
    display: block !important;
    order: 3;
    position: static;
    transform: none;
    width: 85%;
    margin: 0 auto 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  .bslide--branded .bslide__extra img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* --- SLIDE 2: RETAIL & COMPLEX SERVICE (MOBILE) --- */
  .bslide--retail .bslide__grid {
    display: flex;
    flex-direction: column;
  }
  .bslide--retail .bslide__media {
    display: contents;
  }
  .bslide--retail .bslide__content {
    order: 1;
    width: 100%;
    margin-bottom: 24px;
  }
  /* Chuyển lệnh tràn viền cho wrapper */
  .bslide--retail .bslide__img-wrap {
    order: 2;
    width: calc(100% + var(--gutter) * 2);
    max-width: none;
    margin-left: calc(-1 * var(--gutter));
    margin-right: calc(-1 * var(--gutter));
    height: auto;
    aspect-ratio: 16/9;
  }
  .bslide--retail .bslide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* --- SLIDE 3: A-CLASS OFFICE TOWER (MOBILE) --- */
  .bslide--office .bslide__grid {
    display: flex;
    flex-direction: column;
  }
  .bslide--office .bslide__media {
    display: contents;
  }
  .bslide--office .bslide__content {
    order: 1;
    width: 100%;
    margin-bottom: 32px;
  }
  /* Chuyển lệnh tràn viền cho wrapper */
  .bslide--office .bslide__img-wrap {
    order: 2;
    width: calc(100% + var(--gutter) * 2);
    max-width: none;
    margin-left: calc(-1 * var(--gutter));
    margin-right: calc(-1 * var(--gutter));
    height: auto;
    aspect-ratio: 522/840;
  }
  .bslide--office .bslide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.investor {
  background: var(--c-paper);
  color: var(--c-navy);
  padding: var(--pad-y) 0;
}
@media (min-width: 992px) {
  .investor {
    padding: var(--pad-y-lg) 0;
  }
}
.investor__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
@media (min-width: 992px) {
  .investor__head {
    margin-bottom: 60px;
  }
}
.investor__spark {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 22px;
  fill: var(--c-navy);
}
.investor__title {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--c-navy);
}
@media (min-width: 768px) {
  .investor__title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .investor__title {
    font-size: 74px;
  }
}
.investor__sub {
  margin: 18px auto 0;
  max-width: 520px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #182E4C;
  line-height: 1.9;
  font-weight: 300;
}
.investor__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
}
@media (min-width: 992px) {
  .investor__grid {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .investor__grid::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: var(--c-line);
  }
}
@media (min-width: 992px) {
  .investor__col--left {
    padding-right: 64px;
  }
  .investor__col--right {
    padding-left: 64px;
    margin-top: 150px;
  }
}
.investor__figure {
  position: relative;
  width: 100%;
  aspect-ratio: 620/403;
  overflow: hidden;
  background: var(--c-ink);
}
.investor__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor__meta {
  margin-top: 40px;
}
.investor__label {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #182E4C;
  margin: 0 0 8px;
}
.investor__value {
  font-size: 16px;
  color: #182E4C;
  margin: 0 0 30px;
  font-weight: 300;
}

/* ------------------------------------------------------------
   2. CUSTOM OVERRIDES (Chỉ dùng class .investor__grid--custom)
   ------------------------------------------------------------ */
/* --- MOBILE & TABLET (< 992px) --- */
@media (max-width: 991px) {
  .investor__grid--custom {
    display: flex;
    flex-direction: column;
    gap: 0;
    /* Ẩn đường phân chia giữa trên Mobile */
  }
  .investor__grid--custom::after {
    display: none;
  }
  .investor__grid--custom {
    /* Đẩy toàn bộ hình ảnh lên trên */
  }
  .investor__grid--custom .investor__col {
    display: contents;
  }
  .investor__grid--custom {
    /* -----------------------------------
       XỬ LÝ ẢNH TRÊN MOBILE (SO LE NHAU)
       ----------------------------------- */
    /* Ảnh 1 (Trái/Trên): Bám lề text bên trái, tràn kịch mép phải màn hình */
  }
  .investor__grid--custom .investor__col--left .investor__figure {
    order: 1;
    margin-left: 0; /* Khóa chặt lề trái cho bằng với Text */
    /* Công thức ép ảnh bung rộng từ lề trái container ra tận cùng mép phải màn hình */
    width: calc(50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: none; /* Phá vỡ mọi giới hạn chiều rộng */
    margin-bottom: 8px;
  }
  .investor__grid--custom {
    /* Ảnh 2 (Phải/Dưới): Tràn kịch mép trái màn hình, bám lề text bên phải */
  }
  .investor__grid--custom .investor__col--right .investor__figure {
    order: 2;
    /* Công thức ép ảnh bung rộng từ lề phải container ra tận cùng mép trái màn hình */
    width: calc(50vw + 50%);
    margin-left: calc(-50vw + 50%);
    margin-right: 0; /* Khóa chặt lề phải cho bằng với Text */
    max-width: none;
  }
  .investor__grid--custom {
    /* -----------------------------------
       XỬ LÝ TEXT VÀ BUTTON TRÊN MOBILE (CĂN GIỮA & XẾP LẠI THỨ TỰ)
       ----------------------------------- */
    /* 1. "Phá vỡ" khối meta bên trái để các phần tử con tham gia trực tiếp vào flex dọc */
  }
  .investor__grid--custom .investor__col--left .investor__meta {
    display: contents;
  }
  .investor__grid--custom {
    /* 2. Các đoạn text bên trái (Chủ đầu tư, Đơn vị phát triển) xếp order 3 */
  }
  .investor__grid--custom .investor__col--left .investor__meta p {
    order: 3;
    text-align: center;
  }
  .investor__grid--custom {
    /* Bù lại khoảng cách phía trên (vì display: contents làm mất margin của thẻ cha) */
  }
  .investor__grid--custom .investor__col--left .investor__meta p:first-child {
    margin-top: 56px;
  }
  .investor__grid--custom {
    /* 3. Khối thông tin "Vị trí..." bên phải xếp order 4 (nằm ngay dưới text trái) */
  }
  .investor__grid--custom .investor__col--right .investor__meta {
    order: 4;
    margin-top: 0;
    text-align: center;
  }
  .investor__grid--custom {
    /* 4. Đẩy riêng nút bấm (vốn ở cột trái) xuống order 5 để nằm chót cùng */
  }
  .investor__grid--custom .investor__col--left .investor__meta .btn {
    order: 5;
    margin-top: 40px;
    align-self: center; /* Ép nút bấm căn giữa hoàn hảo */
  }
}
/* --- DESKTOP (>= 992px) --- */
@media (min-width: 992px) {
  .investor__grid--custom {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
    position: relative;
    /* Làm mờ và căn giữa đường kẻ dọc chia đôi 2 cột */
  }
  .investor__grid--custom::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    background: rgba(19, 42, 78, 0.1);
    z-index: 0;
  }
  .investor__grid--custom {
    /* Cột trái */
  }
  .investor__grid--custom .investor__col--left {
    padding-right: 0;
    grid-column: 1/7;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    align-content: start;
    /* Ảnh bên trái vươn sang phải (cách thanh dọc 2px) */
  }
  .investor__grid--custom .investor__col--left .investor__figure {
    margin-right: -9px;
    width: calc(100% + 9px);
  }
  .investor__grid--custom {
    /* Cột phải */
  }
  .investor__grid--custom .investor__col--right {
    padding-left: 0;
    margin-top: 100px; /* Độ lệch: Đẩy ảnh thấp xuống 1/4 */
    grid-column: 7/13;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    align-content: start;
    /* Ảnh bên phải vươn sang trái (cách thanh dọc 2px) */
  }
  .investor__grid--custom .investor__col--right .investor__figure {
    margin-left: -9px;
    width: calc(100% + 9px);
  }
  .investor__grid--custom {
    /* Định vị Ảnh (Áp dụng chung) */
  }
  .investor__grid--custom .investor__figure {
    grid-column: 1/7;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .investor__grid--custom {
    /* Định vị Text: Lùi vào 1 cột */
  }
  .investor__grid--custom .investor__meta {
    grid-column: 2/6;
    margin-top: 32px;
  }
}
/* ==========================================
   TÙY CHỈNH NÚT BẤM (BUTTON) SECTION INVESTOR
   ========================================== */
.investor .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px; /* Mở rộng padding 2 bên để nút cân đối với độ dài chữ + mũi tên */
  box-sizing: border-box;
  /* Bo góc tròn trịa (pill-shape) như thiết kế */
  border-radius: 100px;
  background-color: #182E4C;
  color: #FFFFFF;
  text-decoration: none;
  /* Ép chữ in hoa toàn bộ theo đúng ảnh */
  font-size: 14px;
  letter-spacing: 0.05em;
  border: none !important;
  overflow: hidden;
  z-index: 1;
  gap: 8px; /* Khoảng cách vừa vặn giữa chữ và mũi tên */
}

/* Lớp nền ảo chứa quầng sáng Gradient (mặc định ẩn) */
.investor .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Dùng lại tone xanh dịu mắt giống nút Feature bên trên */
  background: radial-gradient(ellipse 65% 65% at center, #2582DF 0%, rgba(255, 255, 255, 0) 100%), #F4FAFF !important;
  color: var(--c-paper) !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

/* Hiệu ứng trỏ chuột (Hover) */
.investor .btn:hover {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(139, 181, 242, 0.5);
}

/* Hiện lớp quầng sáng khi hover */
.investor .btn:hover::before {
  opacity: 1;
}

/* Thêm hiệu ứng bay nhẹ cho mũi tên khi di chuột vào nút */
.investor .btn__arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.investor .btn:hover .btn__arrow {
  transform: translateX(4px);
}

.benefits {
  background: var(--c-paper);
  color: var(--c-navy);
  overflow: hidden;
}
.benefits__viewport {
  position: relative;
}
.benefits__track {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .benefits--h .benefits__track {
    flex-direction: row;
    height: 100vh;
    width: max-content;
    will-change: transform;
  }
}
.benefits__progress {
  display: none;
}
@media (min-width: 992px) {
  .benefits--h .benefits__progress {
    display: block;
    position: absolute;
    left: 56px;
    bottom: 48px;
    width: 190px;
    height: 1px;
    background: var(--c-line);
    z-index: 5;
  }
}
.benefits__bar {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--c-navy);
  transform: scaleX(0.33);
  transform-origin: left center;
}
.benefits__count {
  position: absolute;
  top: -26px;
  left: 0;
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--c-navy);
}

@media (max-width: 992px) {
  .bslide {
    padding: 0 !important;
  }
}
.bslide {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: var(--pad-y) 0;
  border-bottom: 1px solid var(--c-line);
}
@media (min-width: 992px) {
  .benefits--h .bslide {
    width: 100vw;
    height: 100vh;
    padding: 0;
    border-bottom: 0;
  }
}
.bslide__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: 100%;
  align-items: center;
}
@media (min-width: 992px) {
  .bslide__grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(48px, 6vw, 110px);
  }
}
.bslide__media {
  position: relative;
}
.bslide__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .bslide__img {
    height: 66vh;
    object-fit: cover;
  }
}
.bslide__extra {
  display: none;
}
@media (min-width: 992px) {
  .bslide__extra {
    display: block;
    position: absolute;
    right: -14%;
    bottom: -8%;
    width: 34%;
    box-shadow: 0 24px 60px rgba(11, 18, 32, 0.28);
  }
  .bslide__extra img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.bslide__eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 18px;
  line-height: 1.9;
}
.bslide__title {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--c-navy);
  line-height: 1.05;
}
@media (min-width: 768px) {
  .bslide__title {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .bslide__title {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  .bslide--retail .bslide__media, .bslide--office .bslide__media {
    grid-column: 2;
  }
  .bslide--retail .bslide__content, .bslide--office .bslide__content {
    grid-column: 1;
  }
}

.benefits {
  background-color: var(--c-paper);
  /* 2. Lớp ảnh nền quầng sáng đè lên trên lớp nền trắng */
  background-image: url("../images/bg_benefit.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: var(--c-navy);
  overflow: hidden;
}
.benefits__viewport {
  position: relative;
  background: transparent;
}
.benefits__track {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .benefits--h .benefits__track {
    flex-direction: row;
    height: 100vh;
    width: max-content;
    will-change: transform;
  }
}
.benefits__progress {
  display: none;
}
@media (min-width: 992px) {
  .benefits--h .benefits__progress {
    display: block;
    position: absolute;
    left: 56px;
    bottom: 48px;
    width: 190px;
    height: 1px;
    background: var(--c-line);
    z-index: 5;
  }
}
.benefits__bar {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--c-navy);
  transform: scaleX(0.33);
  transform-origin: left center;
}
.benefits__count {
  position: absolute;
  top: -26px;
  left: 0;
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--c-navy);
}

@media (max-width: 992px) {
  .bslide {
    padding: 0 !important;
  }
}
.bslide {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: var(--pad-y) 0;
  border-bottom: none;
  /* LÀM TRONG SUỐT SLIDE ĐỂ THẤY QUẦNG SÁNG BÊN DƯỚI */
  background: transparent !important;
}
@media (min-width: 992px) {
  .benefits--h .bslide {
    width: 100vw;
    height: 100vh;
    padding: 0;
    border-bottom: 0;
  }
}
.bslide__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: 100%;
  align-items: center;
}
@media (min-width: 992px) {
  .bslide__grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(48px, 6vw, 110px);
  }
}
.bslide__media {
  position: relative;
}
.bslide__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .bslide__img {
    height: 66vh;
  }
}
.bslide__extra {
  display: none;
}
@media (min-width: 992px) {
  .bslide__extra {
    display: block;
    position: absolute;
    right: -14%;
    bottom: -8%;
    width: 34%;
    box-shadow: 0 24px 60px rgba(11, 18, 32, 0.28);
  }
  .bslide__extra img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.bslide__eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 18px;
  line-height: 1.9;
}
.bslide__title {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--c-navy);
  line-height: 1.05;
}
@media (min-width: 768px) {
  .bslide__title {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .bslide__title {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .bslide--retail .bslide__media, .bslide--office .bslide__media {
    grid-column: 2;
  }
  .bslide--retail .bslide__content, .bslide--office .bslide__content {
    grid-column: 1;
  }
}

/* ==========================================
   TÙY CHỈNH LƯỚI & ĐỒNG BỘ SECTION BENEFITS
   ========================================== */
/* ------------------------------------------
   A. TÙY CHỈNH HỌA TIẾT (DECO) CHUẨN NHƯ FEATURE
--------------------------------------------- */
.bslide__content .note__deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
}

.bslide__content .note__deco .spark {
  width: 23px;
  height: 23px;
}

.bslide__content .note__deco i {
  display: block;
  flex: 1;
  min-height: 80px;
  margin-top: 4px;
  width: 1.5px;
  background: linear-gradient(180deg, #B4D3FF 0%, rgba(255, 255, 255, 0) 100%);
}

/* ------------------------------------------
   B. GIAO DIỆN DESKTOP (Từ 992px trở lên)
--------------------------------------------- */
@media (min-width: 992px) {
  /* 1. Thiết lập Grid 12 cột cho toàn bộ Slide */
  .bslide__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
    width: 100%;
    align-items: center;
  }
  /* 2. ĐỒNG BỘ KHỐI NOTE (Thụt lề chuẩn 5 cột) */
  .bslide__content .note {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 22px !important;
    margin-top: 42px;
    width: 100%;
  }
  .bslide__content .note__deco {
    grid-column: 2/3 !important;
    justify-self: center;
  }
  .bslide__content .note__text {
    grid-column: 3/6 !important;
    margin-top: -4px;
    line-height: 1.6;
  }
  /* --- SLIDE 1: BRANDED RESIDENCE (DESKTOP) --- */
  .bslide--branded .bslide__grid {
    align-items: center;
    position: relative;
  }
  .bslide--branded .bslide__media {
    grid-column: 1/5;
    position: static;
    height: 100vh;
    margin-left: calc(-1 * (max(0px, 50vw - 600px) + var(--gutter)));
    width: calc(100% + max(0px, 50vw - 600px) + var(--gutter));
  }
  .bslide--branded .bslide__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .bslide--branded .bslide__content {
    grid-column: 6/11 !important;
    /* Trải dài 5 cột theo lưới */
  }
  .bslide--branded .bslide__extra {
    display: block !important;
    position: absolute;
    top: 50%;
    right: -15%;
    width: clamp(260px, 25vw, 446px);
    transform: translateY(-50%);
    bottom: auto;
    border: 4px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    z-index: 2;
  }
  /* --- SLIDE 2: RETAIL & COMPLEX SERVICE (DESKTOP) --- */
  .bslide--retail .bslide__grid {
    align-content: center;
  }
  .bslide--retail .bslide__media {
    grid-column: 2/12;
    grid-row: 1;
  }
  .bslide--retail .bslide__content {
    grid-column: 2/12;
    grid-row: 2;
    margin-top: 40px;
  }
  .bslide--retail .bslide__img {
    height: auto;
    aspect-ratio: 21/9;
    max-height: 45vh;
    object-fit: cover;
    width: 100%;
  }
  .bslide--retail .bslide__content .note {
    /* Khối này kế thừa lưới 5 cột chuẩn, chỉ cần giữ max-width */
    max-width: 65%;
  }
  /* --- SLIDE 3: A-CLASS OFFICE TOWER (DESKTOP) --- */
  .bslide--office .bslide__grid {
    align-content: center;
    position: static;
  }
  .bslide--office .bslide__content {
    grid-column: 3/8;
    grid-row: 1;
    align-self: center;
    z-index: 2;
  }
  .bslide--office .bslide__media {
    /* Đưa ảnh ra khỏi luồng Grid, neo tuyệt đối vào mép phải và trên cùng của màn hình */
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: auto;
    margin: 0;
    transform: none;
  }
  .bslide--office .bslide__img {
    height: 100vh !important;
    /* Mấu chốt: Trả về auto để ảnh tự nhận diện tỷ lệ dọc, không bị crop đỉnh/đáy */
    width: auto !important;
    object-fit: cover;
  }
  .bslide--office .bslide__content .note {
    /* Khối này kế thừa lưới 5 cột chuẩn, chỉ cần giữ max-width */
    max-width: 90%;
  }
  /* Giảm khoảng cách slide 2 và 3 trên Desktop */
  .bslide--office {
    margin-left: -20vw;
  }
}
/* ==========================================
   C. GIAO DIỆN MOBILE & TABLET (Dưới 992px)
   FIX TRÀN VIỀN KỊCH MÉP 100VW CHO CÁC SLIDE (.BENEFITS)
   ========================================== */
@media (max-width: 991px) {
  /* ... (Giữ nguyên các đoạn code cấu hình .note--feature của sếp ở trên) ... */
  /* 1. LỆNH "BẢO BỐI": Ép ảnh văng ra sát kịch 2 mép màn hình (100vw).
     Dùng > .bslide__img để nhắm trúng ảnh (kể cả khi sếp ko dùng thẻ wrap!) */
  .bslide__media > .bslide__img,
  .bslide__img-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    height: auto;
  }
  /* Nếu sếp có thêm thẻ wrap cho GSAP, thì ảnh bên trong tự giãn lấp đầy */
  .bslide__img-wrap .bslide__img {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 100% !important;
    object-fit: cover;
  }
  /* --- Slide 1: Branded Residence --- */
  .bslide--branded .bslide__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .bslide--branded .bslide__media {
    display: contents;
  }
  .bslide--branded .bslide__content {
    order: 2;
    width: 100%;
  }
  /* Set tỷ lệ dọc và thứ tự hiển thị lên trên chữ */
  .bslide--branded .bslide__media > .bslide__img,
  .bslide--branded .bslide__img-wrap {
    order: 1;
    aspect-ratio: 4/5;
    object-fit: cover;
  }
  .bslide--branded .bslide__extra {
    display: block !important;
    order: 3;
    position: static;
    transform: none;
    width: 85%;
    margin: 0 auto 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  .bslide--branded .bslide__extra img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* --- Slide 2: Retail & Complex Service --- */
  .bslide--retail .bslide__grid {
    display: flex;
    flex-direction: column;
  }
  .bslide--retail .bslide__media {
    display: contents;
  }
  .bslide--retail .bslide__content {
    order: 1;
    width: 100%;
    margin-bottom: 24px;
  }
  /* Đưa ảnh xuống dưới chữ, set tỷ lệ ngang */
  .bslide--retail .bslide__media > .bslide__img,
  .bslide--retail .bslide__img-wrap {
    order: 2;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  /* --- Slide 3: A-Class Office Tower --- */
  .bslide--office .bslide__grid {
    display: flex;
    flex-direction: column;
  }
  .bslide--office .bslide__media {
    display: contents;
  }
  .bslide--office .bslide__content {
    order: 1;
    width: 100%;
    margin-bottom: 32px;
  }
  /* Đưa ảnh xuống dưới chữ, set tỷ lệ dọc theo ảnh gốc */
  .bslide--office .bslide__media > .bslide__img,
  .bslide--office .bslide__img-wrap {
    order: 2;
    aspect-ratio: 522/840;
    object-fit: cover;
  }
}
.spot {
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, #123a95 0%, #1f4fb0 28%, #6f97d8 66%, #cddef5 100%);
}
.spot__inner {
  position: relative;
}
.spot__side {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.spot__img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 20px 50px rgba(11, 18, 32, 0.25);
}
.spot__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.spot__title {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (min-width: 768px) {
  .spot__title {
    font-size: 58px;
  }
}
.spot__text {
  margin: 24px auto 0;
  max-width: 400px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}
.spot__more {
  margin-top: 40px;
}
.spot__more-wrap {
  display: flex;
  justify-content: center;
  order: 100;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .spot__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--pad-y) var(--gutter);
  }
  .spot__side {
    display: contents;
  }
  .spot__img {
    max-width: 360px;
    margin: 0 auto;
  }
  .spot__center {
    order: -1;
    margin-bottom: 32px;
  }
  .spot__more {
    display: none;
  }
}
@media (min-width: 992px) {
  .spot__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 0;
  }
  .spot__center {
    position: sticky;
    top: 0;
    height: 100vh;
    justify-content: center;
    margin: 0 auto;
  }
  .spot__side {
    padding: 34vh 0;
  }
  .spot__side--left {
    align-items: flex-start;
    padding-right: 24px;
    padding-top: 50vh;
  }
  .spot__side--right {
    align-items: flex-end;
    padding-left: 24px;
    padding-top: 30vh;
  }
  .spot__img {
    width: auto;
    max-width: 100%;
  }
  .spot__side--left .spot__img {
    max-width: 340px;
  }
  .spot__side--right .spot__img {
    max-width: 360px;
  }
  .spot__more-wrap {
    display: none;
  }
}

.spot {
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, #081E69 0%, #023CAA 28%, #5694E2 53%, #D3E1F7 75%, #F4FAFF 87%, #FFFFFF 100%);
  overflow-x: clip;
}
.spot__inner {
  position: relative;
  /* LƯU Ý: Không đặt display: grid ở đây để tránh vỡ giao diện Mobile */
}
.spot__side {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.spot__img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 20px 50px rgba(11, 18, 32, 0.25);
}
.spot__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* Cấu hình icon tia sáng mới */
}
.spot__center .spark {
  width: 23px;
  height: 23px;
  margin-bottom: 24px;
}
.spot__title {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (min-width: 768px) {
  .spot__title {
    font-size: 58px;
  }
}
.spot__text {
  margin: 24px auto 0;
  max-width: 400px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}
.spot__more {
  margin-top: 40px;
}
.spot {
  /* Khối bọc nút ở dưới cùng */
}
.spot__more-wrap {
  display: flex;
  justify-content: center;
  order: 100;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .spot {
    background: linear-gradient(180deg, #081E69 0%, #023CAA 15%, #5694E2 45%, #92C0F5 75%, #D3E1F7 88%, #F4FAFF 95%, #FFFFFF 100%);
    margin-bottom: -360px;
  }
  .spot__inner {
    display: flex;
    flex-direction: column;
    padding: var(--pad-y) var(--gutter) calc(var(--pad-y) + 220px) var(--gutter);
    padding-bottom: 0;
    gap: 32px;
    overflow: visible;
  }
  .spot__side {
    display: contents;
  }
  .spot__center {
    order: -1;
    margin-bottom: 24px;
    padding: 0;
  }
  .spot__img {
    margin: 0;
  }
  .spot {
    /* Ảnh 1 & 4: Ép sát lề trái */
  }
  .spot__side--left .spot__img {
    width: 85%;
    max-width: 400px;
    align-self: flex-start;
  }
  .spot {
    /* Ảnh 2 & 5: Ép sát lề phải */
  }
  .spot__side--right .spot__img:nth-child(1), .spot__side--right .spot__img:nth-child(3) {
    width: 85%;
    max-width: 400px;
    align-self: flex-end;
  }
  .spot {
    /* Ảnh 3: Full viền 100% màn hình */
  }
  .spot__side--right .spot__img:nth-child(2) {
    width: 100vw;
    max-width: 100vw;
    align-self: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .spot {
    /* Ẩn nút ở giữa, CHỈ ĐỂ LẠI 1 NÚT Ở CUỐI CÙNG */
  }
  .spot__more {
    display: none !important;
  }
  .spot__more-wrap {
    margin-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .spot {
    /* Đưa block tin tức lên sát mép gradient */
    margin-bottom: -350px;
  }
  .spot__inner {
    /* Khai báo lưới (Grid) ở ĐÂY để không làm hỏng Mobile */
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 0;
  }
  .spot__center {
    position: sticky;
    top: 0;
    height: 100vh;
    justify-content: center;
    margin: 0 auto;
  }
  .spot__side {
    padding: 34vh 0;
  }
  .spot__side--left {
    align-items: flex-start;
    padding-right: 24px;
    padding-top: 50vh;
  }
  .spot__side--right {
    align-items: flex-end;
    padding-left: 24px;
    padding-top: 30vh;
  }
  .spot__img {
    width: auto;
    max-width: 100%;
  }
  .spot__side--left .spot__img {
    max-width: 340px;
  }
  .spot__side--right .spot__img {
    max-width: 360px;
  }
  .spot {
    /* Trên Desktop, ẩn nút ở cuối, dùng nút ở giữa khối text */
  }
  .spot__more-wrap {
    display: none !important;
  }
}

/* ==========================================
   STYLE CHUNG CHO NÚT BẤM DẠNG ẢNH
   ========================================== */
.spot__btn-img {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.spot__btn-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.spot__btn-img:hover img {
  opacity: 0.75;
}

/* ==========================================
   TÙY CHỈNH CHI TIẾT ẢNH SECTION SPOT (S5) - DESKTOP
   ========================================== */
@media (min-width: 992px) {
  /* Xử lý ảnh 1 (Trên cùng bên trái): Tràn sát mép trái và ăn 3 cột */
  .spot__side--left .spot__img:first-child {
    /* Phá vỡ giới hạn max-width 340px mặc định của hệ thống */
    max-width: none;
    margin-left: calc(-1 * (max(0px, 50vw - 660px) + var(--gutter)));
    width: calc(max(0px, 50vw - 660px) + var(--gutter) + 300px);
    object-fit: cover;
  }
  /* Xử lý ảnh 2 (Cổng vòm kim cương bên dưới): Mở rộng chuẩn 3 cột */
  .spot__side--left .spot__img:nth-child(2) {
    max-width: none; /* Phá bỏ giới hạn 340px cũ */
    width: 300px; /* Cố định chiều rộng tương đương 3 cột Grid */
    height: auto;
    object-fit: cover;
    margin-top: 40px;
  }
  /* ==========================================
   TÙY CHỈNH CHI TIẾT ẢNH BÊN PHẢI (SPOT SECTION)
   ========================================== */
  /* Ảnh 1 (Khu bể bơi): Rộng chuẩn 3 cột (~300px) */
  .spot__side--right .spot__img:nth-child(1) {
    max-width: none;
    width: 300px;
    height: auto;
    object-fit: cover;
  }
  /* Ảnh 2 (Khu vui chơi): Rộng tầm 4 cột, thụt nhẹ về phía giữa */
  .spot__side--right .spot__img:nth-child(2) {
    max-width: none;
    width: 420px; /* Rộng khoảng 4 cột */
    height: auto;
    object-fit: cover;
    /* Cột đang được căn phải (flex-end), nên dùng margin-right sẽ đẩy ảnh lùi vào tâm màn hình */
    margin-right: 60px;
  }
  /* Ảnh 3 (Lối dạo bộ dưới cùng): Ăn 3 cột và tràn kịch mép phải màn hình */
  .spot__side--right .spot__img:nth-child(3) {
    max-width: none;
    /* Cập nhật từ 600px lên 660px để không bị lồi ra khỏi màn hình gây trượt ngang */
    margin-right: calc(-1 * (max(0px, 50vw - 660px) + var(--gutter)));
    width: calc(max(0px, 50vw - 660px) + var(--gutter) + 300px);
    height: auto;
    object-fit: cover;
  }
}
/* ==========================================
   FIX LỖI ÉP TEXT (CENTER) - SECTION SPOT (S5)
   ========================================== */
@media (min-width: 992px) {
  .spot__inner {
    /* 1. Thay đổi cấu trúc Grid: 
       - Cột giữa: Cố định 500px để Typography luôn có đủ "khoảng thở" chuẩn xác.
       - Cột 2 bên: Ép về minmax(0, 1fr) để chúng lấp đầy không gian còn lại nhưng KHÔNG được phép phình to. */
    grid-template-columns: minmax(0, 1fr) 500px minmax(0, 1fr);
  }
  .spot__side {
    /* 2. Lệnh then chốt: Cho phép các bức ảnh khổng lồ bên trong được phép tràn (overflow) ra ngoài 
       mà không làm dãn bề ngang của cột. */
    min-width: 0;
  }
  .spot__center {
    /* 3. Nổi khối nội dung lên lớp trên cùng (Layer cao nhất) để khi các bức ảnh 2 bên 
       tràn vào giữa (tạo hiệu ứng layer nghệ thuật), chúng sẽ luồn xuống dưới mà không đè lên chữ. */
    z-index: 10;
    width: 100%;
  }
}
.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: 150px;
  color: #eaf1fb;
  border-bottom: 2px solid rgba(180, 211, 255, 0.25);
}
.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;
}

.color_footer {
  margin-top: 355px;
  background: linear-gradient(360deg, #081E69 0%, #023CAA 30%, #5694E2 50%, #D3E1F7 60%, #F4FAFF 70%, #FFFFFF 100%);
}
@media (min-width: 768px) {
  .color_footer {
    background: linear-gradient(360deg, #081E69 0%, #023CAA 20%, #5694E2 35%, #D3E1F7 50%, #F4FAFF 60%, #FFFFFF 100%);
    margin-top: 355px;
  }
}
@media (min-width: 1200px) {
  .color_footer {
    margin-top: 250px;
  }
}

.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);
}

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