/* ========== ROOT ========== */
:root {
  --blue: #272869;
  --blue2: #152349;
  --blue3: #0f1a35;
  --gold: #f1b434;
  --gold2: #e09c1a;
  --gold3: #ffd166;
  --white: #ffffff;
  --light: #f5f7ff;
  --text: #333344;
  --muted: #6b7280;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(26, 43, 95, 0.15);
  --gold-shadow: 0 4px 20px rgba(241, 180, 52, 0.4);
  --transition: all 0.3s ease;
}

/* ========== CUSTOM FONTS ========== */
@font-face {
  font-family: 'Signature';
  src: url('../fonts/VLPhotographSignatureRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ========== RESET ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  font-size: 16px
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  color: var(--text);
  overflow-x: hidden
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

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

ul {
  list-style: none
}

input,
select,
textarea,
button {
  font-family: 'Montserrat', sans-serif
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.rel {
  position: relative;
  z-index: 2
}

.gold {
  color: var(--gold)
}

.white {
  color: var(--white) !important
}

.text-muted {
  color: rgba(255, 255, 255, 0.65)
}

.mt16 {
  margin-top: 16px;
  display: inline-block
}

.mt32 {
  margin-top: 32px;
  display: block;
}

/* ========== TAGS & LABELS ========== */
.tag-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(241, 180, 52, 0.12);
  border: 1px solid rgba(241, 180, 52, 0.35);
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.sec-header {
  text-align: center;
  margin-bottom: 52px
}

.sec-header h2 {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--blue);
  margin-bottom: 12px
}

.sec-header.light h2 {
  color: var(--white)
}

.sec-header p {
  font-size: 15px;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7
}

/* ========== MASKING & TITLES ========== */
.mask-text {
  background: url('../img/mask.jpg') no-repeat center center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.sub-signature {
  font-family: 'Signature', cursive;
  font-size: clamp(32px, 5vw, 68px);
  color: var(--gold);
  line-height: 1;
  position: relative;
  z-index: 5;
  display: block;
}

h1.hero-title {
  font-size: clamp(40px, 8vw, 100px);
  margin-bottom: 20px;
}

/* ========== BUTTONS ========== */
.btn-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--blue3);
  font-weight: 700;
  font-size: 14px;
  padding: 14px 30px;
  border-radius: 8px;
  letter-spacing: 0.3px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--gold-shadow);
}

.btn-main:hover {
  background: linear-gradient(135deg, var(--gold3), var(--gold));
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(241, 180, 52, 0.5)
}

.btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: var(--transition);
}

.btn-sec:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff
}

.btn-sec-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--gold);
  font-weight: 600;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 8px;
  border: 2px solid var(--gold);
  cursor: pointer;
  transition: var(--transition);
}

.btn-sec-outline:hover {
  background: rgba(241, 180, 52, 0.1)
}

.btn-full-w {
  width: 100%;
  justify-content: center;
  padding: 16px;
  font-size: 15px
}

/* ========== FLOATING ========== */
.float-group {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999
}

.fb-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: var(--transition)
}

.fb-btn:hover {
  transform: scale(1.1)
}

.phone {
  background: #25d366;
  color: #fff
}

.zalo {
  background: #0068ff;
  color: #fff
}

.register {
  background: var(--gold);
  color: var(--blue)
}

/* ========== HEADER ========== */
#hd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: rgba(15, 26, 53, 0.15);
  backdrop-filter: blur(8px);
  transition: var(--transition)
}

#hd.scrolled {
  background: rgba(15, 26, 53, 0.4);
  /* Optional: we can just hide it, but since it's absolute, it scrolls away anyway. 
     The class .scrolled is kept in case we want it, but position is absolute now. */
}

.hd-inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 68px
}

.hd-logo img {
  height: 46px
}

.hd-logo .logo-fallback {
  font-weight: 800;
  font-size: 18px;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 4px
}

.hd-logo .logo-fallback b {
  color: var(--gold)
}

.hd-nav {
  display: flex;
  gap: 2px;
  margin-left: auto
}

.hd-nav a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12.5px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  transition: var(--transition)
}

.hd-nav a:hover {
  color: var(--gold);
  background: rgba(241, 180, 52, 0.1)
}

.hd-phone {
  margin-left: 18px;
  background: var(--gold);
  color: var(--blue3);
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  transition: var(--transition)
}

.hd-phone:hover {
  background: var(--gold3)
}

.hd-burger {
  display: none;
  margin-left: 12px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: var(--transition);
}

.hd-burger:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mob-nav {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--blue);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: height 0.4s ease-in-out;
  z-index: 998;
}

.mob-nav.open {
  height: auto;
  padding-bottom: 30px;
}

.mob-nav a {
  padding: 18px 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mob-nav a:last-of-type {
  border-bottom: none;
}

@media (max-width: 991px) {

  .hd2-nav,
  .hd2-btn {
    display: none !important;
  }

  .hd-burger {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

.mob-hotline {
  background: var(--gold) !important;
  color: var(--blue) !important;
  margin: 12px 20px 0;
  border-radius: 8px;
  border: none !important;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700
}

/* ========== HERO ========== */
.hero-banner-only {
  width: 100%;
  display: block;
}

.hero-banner-only img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  display: block;
}

.hero-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 26, 53, 0.4);
  z-index: 10;
}

.hero-content-overlay .container {
  padding-top: 60px;
  /* Offset for header 1 if it was there, or just general spacing */
}

/* ========== SECONDARY HEADER (HEADER 2) ========== */
#hd2 {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--blue);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid var(--gold);
}

.hd2-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.hd2-nav {
  display: flex;
  gap: 4px;
  margin-left: auto;
  margin-right: 18px;
}

.hd2-nav a {
  color: var(--light);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 6px;
  transition: var(--transition);
}

.hd2-nav a:hover,
.hd2-nav a.active {
  background: rgba(241, 180, 52, 0.1);
  color: var(--gold2);
}

.hd2-btn {
  padding: 10px 24px;
  font-size: 13px;
}

/* ========== BEFORE AFTER ========== */
.before-after {
  background: #fff;
  padding: 70px 0
}

.ba-title {
  text-align: center;
  margin-bottom: 36px
}

.ba-title h2 {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 10px
}

.ba-title p {
  color: var(--muted);
  font-size: 15px
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.intro-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.intro-img img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
}

.intro-img:hover img {
  transform: scale(1.03);
}

.intro-text .ba-desc {
  text-align: left;
  font-size: 16px;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid var(--gold);
}

@media (max-width: 991px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sub-signature {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ========== PROMO BAR ========== */
.promo-bar {
  background: var(--blue);
  padding: 48px 0
}

.pb-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0
}

.pb-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.pb-item:last-child {
  border-right: none
}

.pb-item.hot {
  background: rgba(241, 180, 52, 0.1)
}

.pb-item i {
  font-size: 22px;
  flex-shrink: 0
}

.pb-item>div {
  display: flex;
  flex-direction: column
}

.pb-item strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.3
}

.pb-item span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  margin-top: 2px
}

/* ========== SECTION OVERVIEW ========== */
.sec-overview {
  position: relative;
  padding: 90px 0;
  overflow: hidden
}

.sec-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: bottom
}

.sec-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 18, 40, 0.93) 0%, rgba(15, 26, 53, 0.88) 100%)
}

.ov-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center
}

.ov-table-wrap {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.ov-table {
  width: 100%;
  border-collapse: collapse
}

.ov-table th {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  color: var(--blue3);
  font-size: 16px;
  font-weight: 800;
  padding: 18px 20px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ov-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07)
}

.ov-table tr:last-child {
  border-bottom: none
}

.ov-key {
  padding: 12px 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12.5px;
  font-weight: 500;
  width: 40%
}

.ov-val {
  padding: 12px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 600
}

.ov-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 28px
}

.ov-stat {
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(241, 180, 52, 0.15);
  border-radius: 12px;
  padding: 24px 10px;
  transition: var(--transition);
}

.ov-stat:hover {
  background: rgba(241, 180, 52, 0.08);
  border-color: var(--gold);
  transform: translateY(-5px);
}

.ov-num {
  display: block;
  font-family: 'Montserrat', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1
}

.ov-num sub {
  font-size: 16px
}

.ov-lbl {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 6px;
  letter-spacing: 0.5px
}

.ov-points h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px
}

.ov-points ul {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.ov-points li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13.5px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5
}

.ov-points li i {
  margin-top: 2px;
  flex-shrink: 0
}

.ov-image-main {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}

/* ========== SECTION LIGHT ========== */
.sec-light {
  background: linear-gradient(180deg, #fff4de 0%, #fdf0ff 100%);
  padding: 80px 0
}

.sec-light .sec-header h2 {
  color: var(--blue)
}

.vt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.vt-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 20px
}

.vt-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover
}

.vt-connects {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow)
}

.vt-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}

.vt-row:last-child {
  border-bottom: none
}

.vt-time {
  min-width: 80px;
  background: rgba(26, 43, 95, 0.08);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
  text-align: center
}

.vt-row>div {
  display: flex;
  flex-direction: column
}

.vt-row strong {
  color: var(--blue);
  font-size: 14px
}

.vt-row small {
  color: var(--muted);
  font-size: 11px;
  margin-top: 2px
}

.vt-info-col h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 20px
}

.vt-cards {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px
}

.vt-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  border-top: 3px solid var(--gold);
  transition: var(--transition)
}

.vt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 43, 95, 0.15)
}

.vtc-icon {
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 12px
}

.vt-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 8px
}

.vt-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65
}

/* ========== PARKS SECTION ========== */
.sec-dark {
  background: var(--blue);
  padding: 80px 0
}

.park-main-img {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4)
}

.park-main-img img {
  width: 100%;
  height: 420px;
  object-fit: cover
}

.park-main-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(6px)
}

.park-main-label i {
  color: var(--gold)
}

.parks-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 36px
}

.park5-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid var(--pk-color);
  border-radius: var(--radius);
  padding: 24px 18px;
  transition: var(--transition);
  position: relative;
  overflow: hidden
}

.park5-card:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-4px)
}

.pk5-num {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 42px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1
}

.pk5-icon {
  font-size: 30px;
  margin-bottom: 12px
}

.park5-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.4
}

.pk5-area {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px
}

.park5-card p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65
}

.amenity-extras {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px
}

.ae-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 16px 10px;
  text-align: center;
  transition: var(--transition)
}

.ae-item:hover {
  background: rgba(241, 180, 52, 0.1);
  border-color: rgba(241, 180, 52, 0.3)
}

.ae-item i {
  font-size: 20px;
  color: var(--gold);
  display: block;
  margin-bottom: 8px
}

.ae-item span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 600
}

/* ========== PRODUCTS ========== */
.prod-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 36px;
  flex-wrap: wrap
}

.ptab {
  background: rgba(26, 43, 95, 0.08);
  border: 2px solid transparent;
  color: var(--blue);
  padding: 11px 28px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition)
}

.ptab.active,
.ptab:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue)
}

.prod-panel {
  display: none
}

.prod-panel.active {
  display: block
}

.prod-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.prod-img img {
  width: 100%;
  height: 420px;
  object-fit: cover
}

.prod-info {
  padding: 36px
}

.prod-info h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 14px;
  line-height: 1.3
}

.prod-desc {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 22px
}

.prod-specs {
  display: flex;
  gap: 0;
  border: 1px solid rgba(26, 43, 95, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 22px
}

.ps-item {
  flex: 1;
  text-align: center;
  padding: 14px 10px;
  border-right: 1px solid rgba(26, 43, 95, 0.1);
  background: var(--light)
}

.ps-item:last-child {
  border-right: none
}

.ps-val {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--blue)
}

.ps-key {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px
}

.prod-features {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 24px
}

.prod-features li {
  font-size: 13.5px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 9px
}

.prod-features li i {
  font-size: 13px;
  flex-shrink: 0
}

/* ========== REASONS ========== */
.sec-reasons {
  background: #fff;
  padding: 80px 0
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.reason-card {
  background: var(--light);
  border-radius: var(--radius);
  padding: 30px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(26, 43, 95, 0.06);
  transition: var(--transition)
}

.reason-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(241, 180, 52, 0.3)
}

.rc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px
}

.rc-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(26, 43, 95, 0.08);
  line-height: 1
}

.rc-icon {
  width: 48px;
  height: 48px;
  background: var(--blue);
  color: var(--gold);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px
}

.reason-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 10px
}

.reason-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7
}

/* ========== POLICY ========== */
.sec-policy {
  background-image: url('../img/Bg-2.jpg');
  background-size: cover;
  background-position: bottom;
  padding: 80px 0;
  position: relative;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px
}

.pol-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 28px 22px;
  transition: var(--transition);
  position: relative
}

.pol-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(241, 180, 52, 0.3)
}

.pol-card.main-pol {
  border-top: 3px solid var(--gold)
}

.pol-card.hot-pol {
  background: rgba(241, 180, 52, 0.08);
  border-color: rgba(241, 180, 52, 0.4)
}

.pol-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  background: var(--gold);
  color: var(--blue3);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px
}

.pol-num {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px
}

.pol-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px
}

.pol-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7
}

.pol-cta {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 36px
}

.pol-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 20px
}

.pol-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap
}

/* ========== DEVELOPER ========== */
.dev-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px
}

.dev-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: var(--transition)
}

.dev-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(26, 43, 95, 0.15)
}

.dev-logo-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px
}

.dev-logo-wrap img {
  max-height: 70px;
  max-width: 200px;
  object-fit: contain
}

.dev-logo-text {
  font-size: 22px;
  font-weight: 800
}

.dev-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 6px
}

.dev-role {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 14px
}

.dev-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 22px
}

.dev-stats {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 18px;
  justify-content: center
}

.dev-stats>div {
  flex: 1;
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.07)
}

.dev-stats>div:last-child {
  border-right: none
}

.dev-stats strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--blue)
}

.dev-stats span {
  font-size: 11px;
  color: var(--muted)
}

/* ========== CONTACT ========== */
.sec-contact {
  position: relative;
  padding: 90px 0;
  overflow: hidden
}

.contact-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 18, 40, 0.96) 0%, rgba(15, 26, 53, 0.9) 100%)
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

.contact-left h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  margin: 12px 0 16px
}

.contact-left>p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 28px
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px
}

.cd-item {
  display: flex;
  align-items: flex-start;
  gap: 14px
}

.cd-item i {
  font-size: 17px;
  margin-top: 3px;
  min-width: 20px
}

.cd-item>div {
  display: flex;
  flex-direction: column
}

.cd-item>div>span:first-child {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px
}

.cd-item a,
.cd-item>div>span:last-child {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 600
}

.cd-item a:hover {
  color: var(--gold)
}

.promos-mini h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px
}

.pm-item {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px
}

.pm-item i {
  flex-shrink: 0
}

.cf-box {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3)
}

.cf-box h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 24px
}

.cf-field {
  position: relative;
  margin-bottom: 14px
}

.cf-field input,
.cf-field select,
.cf-field textarea {
  width: 100%;
  padding: 13px 16px 13px 40px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 13.5px;
  color: var(--text);
  transition: var(--transition);
  outline: none;
  background: #fafafa;
  appearance: none
}

.cf-field select {
  padding-right: 34px
}

.cf-field textarea {
  resize: vertical;
  min-height: 90px
}

.cf-field input:focus,
.cf-field select:focus,
.cf-field textarea:focus {
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(241, 180, 52, 0.15)
}

.cf-field>i {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 13px;
  pointer-events: none
}

.cf-field textarea+i {
  top: 17px;
  transform: none
}

.cf-note {
  font-size: 11.5px;
  color: #888;
  text-align: center;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}

.cf-success {
  background: #edf7ed;
  border: 1px solid #4caf50;
  color: #2e7d32;
  padding: 14px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600
}

/* ========== FOOTER ========== */
.site-footer {
  background: #0a1228;
  padding: 60px 0 0
}

.ft-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07)
}

.ft-brand p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  margin: 14px 0 18px
}

.ft-logo {
  margin-bottom: 8px
}

.ft-logo img {
  height: 46px
}

.ft-socials {
  display: flex;
  gap: 10px
}

.ft-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  transition: var(--transition)
}

.ft-socials a:hover {
  background: var(--gold);
  color: var(--blue)
}

.ft-links h4,
.ft-contact h4 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px
}

.ft-links {
  display: flex;
  flex-direction: column
}

.ft-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  padding: 5px 0;
  transition: var(--transition)
}

.ft-links a:hover {
  color: var(--gold)
}

.ft-contact p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6
}

.ft-contact a {
  color: var(--gold)
}

.ft-bottom {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05)
}

.ft-bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
  line-height: 1.6
}

/* ========== ANIMATIONS ========== */
.anim-in {
  opacity: 0;
  transform: translateY(24px)
}

.anim-show {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.5s ease, transform 0.5s ease
}

/* ========== RESPONSIVE ========== */
@media(max-width:1024px) {
  .parks-5 {
    grid-template-columns: repeat(3, 1fr)
  }

  .pb-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .pb-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
  }

  .amenity-extras {
    grid-template-columns: repeat(4, 1fr)
  }

  .ft-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px
  }
}

@media(max-width:768px) {

  .hd-nav,
  .hd-phone {
    display: none
  }

  .hd-burger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
  }

  .hero-body {
    padding: 100px 24px 60px
  }

  .hero-promos {
    gap: 8px
  }

  .promo-item {
    font-size: 12px;
    padding: 8px 12px
  }

  .ov-grid,
  .vt-grid,
  .contact-wrap,
  .dev-grid,
  .prod-layout {
    grid-template-columns: 1fr
  }

  .prod-img img {
    height: 240px
  }

  .prod-info {
    padding: 24px
  }

  .parks-5 {
    grid-template-columns: 1fr 1fr
  }

  .amenity-extras {
    grid-template-columns: repeat(4, 1fr)
  }

  .policy-grid,
  .reasons-grid {
    grid-template-columns: 1fr 1fr
  }

  .ba-grid {
    grid-template-columns: 1fr
  }

  .park-main-img img {
    height: 220px
  }

  .ov-stat-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .vt-cards {
    grid-template-columns: 1fr
  }

  .ft-top {
    grid-template-columns: 1fr
  }

  .pb-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:480px) {

  .parks-5,
  .amenity-extras,
  .policy-grid,
  .reasons-grid {
    grid-template-columns: 1fr
  }

  .hero-h1 {
    font-size: 36px
  }

  .hero-cta {
    flex-direction: column
  }

  .pol-cta-btns {
    flex-direction: column;
    align-items: center
  }
}

/* ========== SECTION VIDEO ========== */
.sec-video {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.video-content {
  max-width: 900px;
  margin: 0 auto;
}

.video-text-top {
  margin-bottom: 40px;
}

.video-text-top p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 15px;
}

.video-hint {
  font-weight: 600;
  color: var(--blue) !important;
  font-style: italic;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
  margin-bottom: 40px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-cta {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .sec-video {
    padding: 50px 0;
  }
}

/* ========== SECTION TYPES & PHASES (Policy style) ========== */
.sec-types-phases {
  background-image: url('../img/Bg-2.jpg');
  background-size: cover;
  background-position: bottom;
  padding: 100px 0;
  position: relative;
}


.sec-types-phases .container {
  position: relative;
  z-index: 2;
}

.types-desc {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

.types-table-wrap {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 12px;
  overflow-x: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.types-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 950px;
  table-layout: fixed;
  /* Bảng chia đều các cột */
}

.types-table th {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  color: var(--blue3);
  font-size: 14px;
  font-weight: 800;
  padding: 22px 15px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.types-table th:first-child {
  background: transparent;
  border: none;
  width: 16%;
  /* Cột nhãn rộng vừa phải */
}

.types-table th:not(:first-child) {
  width: 28%;
  /* 3 cột dữ liệu chia đều (28*3 + 16 = 100) */
}

.types-table td {
  padding: 20px 15px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.types-table tr:last-child td {
  border-bottom: none;
}

.types-table .row-label {
  background: rgba(255, 255, 255, 0.03);
  font-weight: 700;
  color: var(--gold);
  text-align: left;
  padding-left: 20px;
  font-size: 12.5px;
  text-transform: uppercase;
}

.table-images td {
  padding: 15px;
  text-align: center;
}

.table-images img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

/* Custom CSS for policy-table-3col */
.policy-table-3col th:first-child {
  width: 25% !important;
}

.policy-table-3col th:not(:first-child) {
  width: 37.5% !important;
}

.policy-register {
  max-width: 950px;
  margin: 40px auto 0;
}

.reg-box {
  background: rgba(255, 255, 255, 0.04);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.reg-box h3 {
  color: var(--gold);
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reg-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.reg-list li {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
}

.reg-list li i {
  font-size: 18px;
  color: var(--gold);
}

.reg-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
}

@media (max-width: 991px) {
  .policy-table-3col th:first-child {
    width: 30% !important;
  }

  .policy-table-3col th:not(:first-child) {
    width: 35% !important;
  }

  .reg-box {
    padding: 30px;
  }

  .reg-box h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .sec-types-phases {
    padding: 60px 0;
  }
}

.video-text-top p {
  font-size: 15px;
}
/* ========== TIẾN ĐỘ DỰ ÁN ========== */
.sec-progress {
  background: #fff;
  padding: 80px 0;
}

.progress-intro {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.progress-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 15px;
}

.progress-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

.progress-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: var(--light);
  border-radius: var(--radius);
  border: 1px solid rgba(26, 43, 95, 0.05);
  transition: var(--transition);
}

.progress-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  background: #fff;
  border-color: var(--gold);
}

.pg-icon {
  width: 48px;
  height: 48px;
  background: var(--blue);
  color: var(--gold);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.pg-info h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 8px;
}

.pg-info p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}

.progress-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.progress-img {
  width: 100%;
  display: block;
}

.progress-closing {
  background: var(--blue);
  padding: 30px;
  text-align: center;
}

.progress-closing p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .progress-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .progress-grid {
    grid-template-columns: 1fr;
  }
  .progress-intro p {
    font-size: 15px;
  }
  .progress-closing p {
    font-size: 14.5px;
  }
}

/* REFINED PROGRESS SECTION */
.progress-card.no-icon {
  padding: 30px;
  text-align: left;
}

.progress-video-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress-form-wrap {
  background: var(--blue);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: var(--shadow);
}

.pg-form-title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.pg-form-title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.inline-form {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: stretch;
}

.inline-form .form-group {
  flex: 1;
  max-width: 300px;
}

.inline-form input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: var(--transition);
}

.inline-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.inline-form input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--gold);
}

.inline-form button {
  padding: 0 40px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .inline-form {
    flex-direction: column;
    align-items: center;
  }
  .inline-form .form-group {
    max-width: 100%;
    width: 100%;
  }
  .inline-form button {
    width: 100%;
    padding: 15px;
  }
}

/* DEVELOPER FEATURE SECTION */
.sec-developer {
  padding: 100px 0;
  background: #f8f9fa;
}

.dev-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.df-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.df-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(26,43,95,0.1);
  border-color: var(--gold);
}

.df-icon {
  width: 70px;
  height: 70px;
  background: var(--blue);
  color: var(--gold);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 25px;
  transition: var(--transition);
}

.df-card:hover .df-icon {
  transform: rotateY(180deg);
}

.df-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.df-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}

.df-card ul li {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
}

.df-card ul li::before {
  content: '✓';
  color: var(--gold);
  font-weight: bold;
}

.dev-closing {
  max-width: 900px;
  margin: 60px auto 0;
  text-align: center;
  padding: 30px;
  background: rgba(26, 43, 95, 0.03);
  border-radius: 15px;
}

.dev-closing p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
  font-style: italic;
}

@media (max-width: 991px) {
  .dev-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .dev-feature-grid {
    grid-template-columns: 1fr;
  }
  .sec-developer {
    padding: 60px 0;
  }
}

/* DEVELOPER GALLERY */
.dev-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}

.dg-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  background: #fff;
  transition: var(--transition);
  aspect-ratio: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dg-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(26,43,95,0.15);
}

.dg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.dg-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .dev-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dg-item {
    aspect-ratio: auto;
  }
}

/* POPUP MODAL */
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup-modal.active {
  display: flex;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.popup-content {
  position: relative;
  width: 100%;
  max-width: 500px;
  background: linear-gradient(135deg, var(--blue) 0%, #1c2e6b 100%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  z-index: 1;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.popup-modal.active .popup-content {
  transform: scale(1);
  opacity: 1;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  transition: var(--transition);
}

.popup-close:hover {
  color: #fff;
  transform: rotate(90deg);
}

.popup-header {
  text-align: center;
  margin-bottom: 30px;
}

.popup-header h3 {
  color: var(--gold);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.popup-header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.6;
}

.popup-form .form-group-popup {
  margin-bottom: 20px;
}

.popup-form input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: var(--transition);
}

.popup-form input:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.15);
}

.popup-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.w-100 {
  width: 100%;
}

@media (max-width: 576px) {
  .popup-content {
    padding: 30px 20px;
  }
  .popup-header h3 {
    font-size: 20px;
  }
}

/* PARK SLIDER */
.park-main-img {
  position: relative;
  overflow: visible !important; /* Allow pagination/arrows to be visible if needed */
}

.parkSwiper {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
}

.parkSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parkSwiper .swiper-button-next,
.parkSwiper .swiper-button-prev {
  color: #fff;
  background: rgba(26, 43, 95, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  transition: var(--transition);
}

.parkSwiper .swiper-button-next:after,
.parkSwiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.parkSwiper .swiper-button-next:hover,
.parkSwiper .swiper-button-prev:hover {
  background: var(--gold);
}

.parkSwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.parkSwiper .swiper-pagination-bullet-active {
  background: var(--gold);
  opacity: 1;
}

@media (max-width: 768px) {
  .parkSwiper {
    aspect-ratio: 4/3;
  }
}
