:root {
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.72);
  --muted2: rgba(255, 255, 255, 0.55);
  --glass: rgba(255, 255, 255, 0.1);
  --stroke: rgba(255, 255, 255, 0.18);
  --background: 0 0% 100%;
  --font-sans: Inter, sans-serif;
  --foreground: 220 15% 15%;
}

body {
  /* background: #0b0f16; */
  --tw-bg-opacity: 1;
  background-color: hsl(var(--background) / var(--tw-bg-opacity, 1));
  font-family: var(--font-sans);
  --tw-text-opacity: 1;
  color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* background image */
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../media/hero-bg.jpg") center/cover no-repeat;
  transform: scale(1.02);
}

/* optional video */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      1200px 500px at 50% 40%,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.7) 70%
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.68));
}

.hero-container {
  width: min(1180px, calc(100% - 48px));
}

.hero-top {
  margin-bottom: 18px;
}

.brand-title {
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
  position: relative;
}
.brand-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 170px;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  transform: translateX(-50%);
}
.brand-sub {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
  opacity: 0.9;
}
.brand-mark {
  width: 44px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-left-color: transparent;
  border-radius: 10px;
  transform: skewX(-12deg);
  opacity: 0.9;
}
.brand-right {
  letter-spacing: 2px;
}

.hero-content {
  padding-top: 10px;
}

.hero-title {
  margin: 0;
  color: var(--text);
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: clamp(44px, 6vw, 72px);
}

.hero-subtitle {
  color: var(--muted);
  font-size: 20px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--glass);
  border: 1px solid var(--stroke);
  color: var(--text);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 600;
  font-size: 14px;
}
.pill-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.count-label {
  color: var(--muted2);
  font-size: 12px;
  letter-spacing: 2px;
}

.cd-box {
  width: 96px;
  padding: 16px 14px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cd-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.cd-lab {
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted2);
}

.hero-btn-primary {
  border-radius: 12px;
  font-weight: 700;
  min-width: 220px;
}
.hero-btn-ghost {
  border-radius: 12px;
  font-weight: 700;
  min-width: 220px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  color: var(--text) !important;
}

.stat-card {
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--text);
}
.stat-value {
  font-size: 28px;
  font-weight: 800;
}
.stat-label {
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted2);
}

@media (max-width: 520px) {
  .cd-box {
    width: 84px;
  }
  .cd-num {
    font-size: 34px;
  }
  .hero-btn-primary,
  .hero-btn-ghost {
    min-width: 100%;
  }
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #000;
}

/* VIDEO */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* OVERLAY (VERY IMPORTANT) */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
      1000px 500px at center,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

/* CONTENT ABOVE VIDEO */
.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
}

/* TYPOGRAPHY */
.hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 600;
  color: #fff;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
}

/* GLASS UI */
.hero-pill,
.cd-box,
.stat-card,
.hero-btn-ghost {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* BUTTONS */
.hero-btn-primary {
  border-radius: 5px;
  font-weight: 600;
  font-family: var(--font-sans);
  color: #535353;
}

.hero-btn-ghost {
  font-family: var(--font-sans);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

/* MOBILE PERFORMANCE */
@media (max-width: 768px) {
  .hero-video {
    filter: brightness(0.7);
  }
}


/* ===============================
   MOBILE HERO OPTIMIZATION
   =============================== */
@media (max-width: 576px) {

  /* HERO SPACING */
  .hero {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  /* TITLE */
  .hero-title {
    font-size: 34px;          /* was too large */
    font-weight: 500;         /* lighter luxury look */
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .hero-subtitle {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  /* PILL */
  .hero-pill {
    font-size: 12px;
    padding: 8px 12px;
    font-weight: 500;
  }

  /* COUNTDOWN */
  .cd-box {
    width: 70px;
    padding: 10px 8px;
    border-radius: 10px;
    backdrop-filter: blur(6px); /* reduce blur on mobile */
  }

  .cd-num {
    font-size: 24px;
    font-weight: 600;
  }

  .cd-lab {
    font-size: 10px;
    margin-top: 4px;
  }

  .count-label {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  /* BUTTONS */
  .hero-btn-primary,
  .hero-btn-ghost {
    font-size: 14px;
    padding: 12px 16px;
    min-width: 100%;
    border-radius: 10px;
    font-weight: 600;
  }

  .hero-btn-primary {
    color: #444;
  }

  /* STATS GRID */
  .stat-card {
    padding: 12px 10px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
  }

  .stat-value {
    font-size: 20px;
    font-weight: 700;
  }

  .stat-label {
    font-size: 11px;
    margin-top: 2px;
  }

  /* TOP LOGOS SCALE DOWN */
  .brand-title {
    font-size: 16px;
  }

  .brand-sub {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .brand-mark {
    width: 32px;
    height: 22px;
  }

  .brand-right {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}


/* ===============================
   INVESTMENT SECTION
   =============================== */
.inv{
  background: #ffffff;
}

.inv-badge{
  display:inline-flex;
  align-items:center;
  padding: 7px 14px;
  border-radius: 999px;
  background:#e9e6e3;
  color:#2b2f36;
  font-weight:600;
  font-size: 13px;
}

.inv-title{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: clamp(34px, 4vw, 56px);
  color:#1f2430;
  margin-bottom: 10px;
}

.inv-subtitle{
  color:#6a7280;
  font-size: 18px;
}

.inv-card{
  background:#8e8e8e1e;
  border:1px solid #e7e7e7;
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: 0 1px 0 rgba(16,24,40,.02);
  min-height: 330px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.inv-card {
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.04),
    0 6px 18px rgba(16, 24, 40, 0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.inv-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 4px 8px rgba(16, 24, 40, 0.06),
    0 16px 32px rgba(16, 24, 40, 0.12);
}

.offer-pill{
  display:inline-flex;
  align-items:center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f59e0b;
  color:#fff;
  font-weight:700;
  font-size: 12px;
}

.inv-icon{
  width:46px;
  height:46px;
  border-radius: 12px;
  background:#f2f2f2;
  display:grid;
  place-items:center;
  color:#202734;
}

.inv-type{
  font-weight: 700;
  font-size: 20px;
  color:#1f2430;
}

.inv-meta{
  font-size: 13px;
  color:#6a7280;
  font-weight: 600;
}

.inv-price{
  font-weight: 800;
  font-size: 40px;
  color:#1f2430;
  line-height: 1.05;
}

.inv-divider{
  height:1px;
  background:#ececec;
  margin: 14px 0;
}

.inv-highlight{
  color:#d97706;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.inv-lines{
  color:#647083;
  font-size: 14px;
  line-height: 1.7;
}

.inv-foot{
  margin-top: 16px;
  color:#647083;
  font-size: 14px;
  display:flex;
  align-items:center;
  gap:8px;
}

.inv-footIcon{
  opacity:.8;
}

.inv-note{
  color:#647083;
  font-size: 15px;
  margin-top: 2px;
}

.inv-btn{
  border-radius: 10px;
  font-weight: 700;
  padding: 11px 14px;
  border-color:#d9d9d9;
  color:#1f2430;
}

.inv-btn:hover{
  background:#1f2430;
  color:#fff;
  border-color:#1f2430;
}

.inv-mainBtn{
  background:#1f2430;
  color:#fff;
  border-radius: 10px;
  font-weight: 700;
  min-width: 280px;
}

.inv-mainBtn:hover{
  background:#151a22;
  color:#fff;
}

/* responsive tuning */
@media (max-width: 576px){
  .inv-subtitle{ font-size: 15px; }
  .inv-price{ font-size: 34px; }
  .inv-card{ min-height: unset; }
}


/* ===============================
   EASY PAYMENT PLAN SECTION
   =============================== */

.payment {
  background: #f3f2ef; /* halka dark bg */
}

/* badge */
.pay-badge {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e4e1dd;
  color: #2b2f36;
  font-size: 13px;
  font-weight: 600;
}

/* title */
.pay-title {
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  color: #1f2430;
  margin-bottom: 10px;
}

.pay-subtitle {
  max-width: 780px;
  margin: 0 auto;
  color: #6a7280;
  font-size: 17px;
  line-height: 1.6;
}

/* cards */
.pay-card {
  width: 100%;
  padding: 26px 22px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f1f0ee 100%
  );
  border: 1px solid #e2e2e2;
  box-shadow:
    0 2px 4px rgba(16,24,40,.04),
    0 10px 24px rgba(16,24,40,.06);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* highlighted middle card */
.pay-card--active {
  background: linear-gradient(
    180deg,
    #f7f7f6 0%,
    #e7e6e4 100%
  );
  border-color: #d6d6d6;
}

/* step circle */
.pay-step {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1f2430;
  color: #fff;
  font-weight: 700;
  display: grid;
  place-items: center;
  font-size: 14px;
}

/* text inside card */
.pay-small {
  font-size: 14px;
  color: #6a7280;
  margin-top: 10px;
}

.pay-percent {
  font-size: 52px;
  font-weight: 800;
  color: #1f2430;
  margin: 6px 0;
}

.pay-title-sm {
  font-size: 18px;
  font-weight: 700;
  color: #1f2430;
}

.pay-note {
  font-size: 14px;
  color: #6a7280;
  margin-top: 6px;
}



.pay-fill {
  position: absolute;
  inset: 0;
  width: 55%;
  background: linear-gradient(
    90deg,
    #1f2430 0%,
    #6b7280 100%
  );
  border-radius: 999px;
}

/* TIMELINE (fixed like screenshot) */
.pay-timeline{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.pay-line{
  height: 12px;
  border-radius: 999px;
  background: #e3e1dd;   /* light remainder */
  position: relative;
  overflow: hidden;
}

/* Construction progress (grey) */
.pay-fill--construction{
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width: 62%;            /* ✅ adjust as you want */
  background: #7b7f87;   /* mid grey */
  border-radius: 999px;
}

/* Booking progress (dark) */
.pay-fill--booking{
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width: 18%;            /* ✅ booking segment */
  background: #1f2430;   /* dark */
  border-radius: 999px;
}

/* Labels aligned better */
.pay-labels{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  color: #6a7280;
  font-size: 18px;
}

.pay-l{ text-align: left; }
.pay-c{ text-align: center; }
.pay-r{ text-align: right; }

/* mobile tuning */
@media (max-width: 576px){
  .pay-line{ height: 10px; }
  .pay-labels{ font-size: 14px; }
}

/* button */
.pay-btn {
  background: #1f2430;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  min-width: 260px;
}

.pay-btn:hover {
  background: #151a22;
  color: #fff;
}

/* mobile */
@media (max-width: 576px) {
  .pay-percent {
    font-size: 40px;
  }
  .pay-subtitle {
    font-size: 15px;
  }
}


/* ===============================
   WHY INVEST SECTION
   =============================== */
.why{
  background: #ffffff;
}

.why-badge{
  display:inline-flex;
  align-items:center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e9e6e3;
  color:#2b2f36;
  font-weight:600;
  font-size: 13px;
}

.why-title{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: clamp(34px, 4vw, 54px);
  color:#1f2430;
  margin-bottom: 10px;
}

.why-subtitle{
  max-width: 780px;
  margin: 0 auto;
  color:#6a7280;
  font-size: 17px;
  line-height: 1.6;
}

/* small feature cards */
.why-card{
  align-items: center;
    width: 100%;
    height: 100px;
  display:flex;
  gap:14px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #ececec;
  background: #fbfbfa;
  box-shadow: 0 1px 2px rgba(16,24,40,.03);
}

.why-ico{
  width:38px;
  height:38px;
  border-radius: 10px;
  background:#efefef;
  display:grid;
  place-items:center;
  font-weight:700;
  color:#1f2430;
  flex: 0 0 auto;
}

.why-h{
  font-size: 14px;
  font-weight: 800;
  color:#1f2430;
  margin-bottom: 3px;
}

.why-p{
  font-size: 12.5px;
  color:#6a7280;
  line-height: 1.35;
}

/* big media cards */
.why-mediaCard{
  position: relative;
  display:block;
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid #e6e6e6;
  box-shadow:
    0 2px 4px rgba(16,24,40,.04),
    0 16px 34px rgba(16,24,40,.10);
  text-decoration:none;
}

.why-mediaImg{
  width:100%;
  height: 360px;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
  transition: transform .35s ease;
}

.why-mediaOverlay{
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0) 60%);
}

.why-mediaText{
  position:absolute;
  left:16px;
  right:16px;
  bottom:14px;
  color:#fff;
}

.why-mediaTitle{
  font-weight: 800;
  font-size: 14px;
}

.why-mediaSub{
  margin-top: 2px;
  font-size: 12px;
  opacity: .85;
}

.why-mediaCard:hover .why-mediaImg{
  transform: scale(1.06);
}

/* CTA button */
.why-cta{
  background:#1f2430;
  color:#fff;
  border-radius: 10px;
  font-weight: 700;
  min-width: 280px;
}
.why-cta:hover{
  background:#151a22;
  color:#fff;
}

@media (max-width: 576px){
  .why-subtitle{ font-size: 15px; }
  .why-mediaImg{ height: 320px; }
}


/* ===============================
   GALLERY (VIDEO + MOSAIC)
   =============================== */
.gallery{
  background:#ffffff;
}

.gal-badge{
  display:inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background:#e9e6e3;
  color:#2b2f36;
  font-weight:600;
  font-size: 13px;
}

.gal-title{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: clamp(30px, 3.6vw, 44px);
  color:#1f2430;
  margin-bottom: 8px;
}

.gal-subtitle{
  color:#6a7280;
  font-size: 16px;
}

/* Top video */
.gal-videoWrap{
  max-width: 520px;
}

.gal-videoCard{
  position: relative;
  border-radius: 14px;
  overflow:hidden;
  border: 1px solid #e6e6e6;
  box-shadow:
    0 2px 4px rgba(16,24,40,.05),
    0 18px 40px rgba(16,24,40,.12);
}

.gal-video{
  width:100%;
  height: 320px;
  object-fit: cover;
  display:block;
}

.gal-videoOverlay{
  position:absolute;
  inset:0;
  background: radial-gradient(700px 260px at 50% 30%, rgba(0,0,0,.15), rgba(0,0,0,.65));
}

.gal-videoText{
  position:absolute;
  left:14px;
  bottom:12px;
  color:#fff;
}

.gal-videoTitle{
  font-weight: 800;
  font-size: 12px;
}

.gal-videoSub{
  font-size: 10px;
  opacity:.85;
  margin-top: 2px;
}

/* Mosaic grid */
.gal-grid{
  max-width: 760px;
  display:grid;
  grid-template-columns: 2fr 1fr 1fr; /* big left + two cols right */
  grid-auto-rows: 120px;
  gap: 10px;
}

.gal-item{
  display:block;
  border-radius: 10px;
  overflow:hidden;
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 2px rgba(16,24,40,.04);
  background:#f4f4f4;
  position: relative;
}

.gal-item img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.01);
  transition: transform .35s ease;
}

.gal-item:hover img{
  transform: scale(1.06);
}

/* placements */
.gal-big{ grid-column: 1 / 2; grid-row: 1 / 4; } /* tall big left */
.gal-r1{ grid-column: 2 / 3; grid-row: 1 / 2; }
.gal-r2{ grid-column: 3 / 4; grid-row: 1 / 2; }
.gal-r3{ grid-column: 2 / 3; grid-row: 2 / 3; }
.gal-r4{ grid-column: 3 / 4; grid-row: 2 / 3; }

/* bottom left two small */
.gal-b1{ grid-column: 1 / 2; grid-row: 4 / 5; max-width: 260px; justify-self: start; }
.gal-b2{ grid-column: 1 / 2; grid-row: 4 / 5; max-width: 260px; justify-self: end; }

/* Make bottom items half-width inside same grid cell */
.gal-b1, .gal-b2{
  width: calc(50% - 5px);
}

/* Responsive */
@media (max-width: 992px){
  .gal-grid{ max-width: 720px; }
}

/* ===== Gallery Mobile EXACT layout ===== */
@media (max-width: 768px){
  .gal-videoWrap{ max-width: 100%; }
  .gal-video{ height: 220px; border-radius: 16px; }

  .gal-grid{
    max-width: 520px;              /* center like screenshot */
    margin-left: auto;
    margin-right: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
    gap: 14px;
  }

  /* Big image full width */
  .gal-big{
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  /* next 2 */
  .gal-r1{ grid-column: 1 / 2; grid-row: 3 / 4; }
  .gal-r2{ grid-column: 2 / 3; grid-row: 3 / 4; }

  /* next 2 */
  .gal-r3{ grid-column: 1 / 2; grid-row: 4 / 5; }
  .gal-r4{ grid-column: 2 / 3; grid-row: 4 / 5; }

  /* bottom 2 */
  .gal-b1{ grid-column: 1 / 2; grid-row: 5 / 6; }
  .gal-b2{ grid-column: 2 / 3; grid-row: 5 / 6; }

  /* Perfect rounded corners like screenshot */
  .gal-item{
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 10px 30px rgba(16,24,40,.10);
    overflow: hidden;
  }

  .gal-item img{
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
  }
    .gal-item{ border-radius: 16px; }
  .gal-b1, .gal-b2{
  width: 100%;
}
}

/* small phones */
@media (max-width: 480px){
  .gal-grid{
    max-width: 380px;
    grid-auto-rows: 140px;
    gap: 12px;
  }
  .gal-item{ border-radius: 16px; }
  .gal-b1, .gal-b2{
  width: 100%;
}
}


/* ===============================
   TOWER BREAKDOWN
   =============================== */
.tower{
  background:#ffffff;
}

.tower-badge{
  display:inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background:#e9e6e3;
  color:#2b2f36;
  font-weight:600;
  font-size: 13px;
}

.tower-title{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: clamp(34px, 4vw, 54px);
  color:#1f2430;
  margin-bottom: 10px;
}

.tower-subtitle{
  color:#6a7280;
  font-size: 17px;
}

/* cards */
.tower-card{
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  background:#fbfbfa;
  box-shadow:
    0 2px 4px rgba(16,24,40,.04),
    0 14px 34px rgba(16,24,40,.08);
  padding: 18px;
  display:flex;
  flex-direction: column;
  min-height: 440px;  /* same height */
  position: relative;
}

.tower-card--featured{
  background: linear-gradient(180deg, #f7f7f6 0%, #ecebea 100%);
  border-color:#d6d6d6;
}

.tower-tag{
  position:absolute;
  top: 14px;
  left: 14px;
  background:#1f2430;
  color:#fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}

.tower-head{
  display:flex;
  align-items:flex-start;
  gap: 12px;
  margin-top: 10px;
}

.tower-ico{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background:#efefef;
  display:grid;
  place-items:center;
  font-size: 18px;
}

.tower-name{
  font-size: 18px;
  font-weight: 800;
  color:#1f2430;
}

.tower-meta{
  font-size: 13px;
  color:#6a7280;
  margin-top: 2px;
}

/* total */
.tower-total{
  margin-top: 14px;
  margin-bottom: 10px;
}

.tower-num{
  font-size: 40px;
  font-weight: 900;
  color:#1f2430;
}

.tower-units{
  font-size: 14px;
  color:#6a7280;
  font-weight: 600;
  margin-left: 4px;
}

/* list rows */
.tower-list{
  margin-top: 8px;
  border-top: 1px solid #ececec;
}

.tower-row{
  display:flex;
  justify-content: space-between;
  padding: 12px 2px;
  border-bottom: 1px solid #ececec;
  color:#1f2430;
  font-size: 14px;
}

.tower-row span:first-child{
  color:#6a7280;
  font-weight: 600;
}

.tower-row span:last-child{
  font-weight: 800;
}

/* button */
.tower-btn{
  border-radius: 10px;
  font-weight: 700;
  padding: 11px 14px;
}

.tower-btn--dark{
  background:#1f2430;
  color:#fff;
  border: 1px solid #1f2430;
}
.tower-btn--dark:hover{
  background:#151a22;
  color:#fff;
  border-color:#151a22;
}

@media (max-width: 576px){
  .tower-card{ min-height: unset; }
  .tower-num{ font-size: 34px; }
}


/* ===============================
   FLOOR PLANS
   =============================== */
.floor{
  background:#ffffff;
}

.floor-badge{
  display:inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background:#e9e6e3;
  color:#2b2f36;
  font-weight:600;
  font-size: 13px;
}

.floor-title{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: clamp(34px, 4vw, 54px);
  color:#1f2430;
  margin-bottom: 10px;
}

.floor-subtitle{
  color:#6a7280;
  font-size: 16px;
}

/* Tabs */
.floor-tab{
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color:#1f2430;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 14px;
  border-radius: 8px;
  transition: .2s ease;
}

.floor-tab:hover{
  background:#f6f6f5;
}

.floor-tab.is-active{
  background:#1f2430;
  border-color:#1f2430;
  color:#fff;
}

/* Cards */
.floor-card{
  display:block;
  text-decoration:none;
  border-radius: 12px;
  overflow:hidden;
  border: 1px solid #e8e8e8;
  background:#fbfbfa;
  box-shadow: 0 1px 2px rgba(16,24,40,.04);
  transition: transform .25s ease, box-shadow .25s ease;
}

.floor-card:hover{
  transform: translateY(-3px);
  box-shadow:
    0 4px 10px rgba(16,24,40,.06),
    0 18px 40px rgba(16,24,40,.10);
}

.floor-imgWrap{
  background:#ffffff;
  padding: 18px;
  display:grid;
  place-items:center;
  min-height: 240px;
}

.floor-imgWrap img{
  width: 100%;
  max-width: 260px;
  height: 210px;
  object-fit: contain;
  display:block;
}

.floor-meta{
  padding: 12px 14px 14px;
}

.floor-chip{
  display:inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background:#ededed;
  color:#1f2430;
  font-size: 11px;
  font-weight: 700;
}

.floor-name{
  margin-top: 8px;
  font-size: 13px;
  font-weight: 800;
  color:#1f2430;
}

/* hide animation for filter */
.floor-item.is-hidden{
  display:none;
}

@media (max-width: 576px){
  .floor-imgWrap{ min-height: 220px; }
  .floor-imgWrap img{ height: 190px; }
}


/* ===============================
   LOCATION SECTION (Heart of Dubai)
   =============================== */
.loc{
  background:#ffffff;
}

/* left badge */
.loc-badge{
  display:inline-flex;
  padding: 6px 12px;
  border-radius: 6px;
  background:#e9e6e3;
  color:#2b2f36;
  font-size: 12px;
  font-weight: 700;
}

/* title */
.loc-title{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: clamp(34px, 4vw, 54px);
  color:#1f2430;
  margin-bottom: 10px;
}

.loc-subtitle{
  color:#6a7280;
  font-size: 15px;
  line-height: 1.7;
  max-width: 430px;
}

/* points */
.loc-points{
  display:flex;
  flex-direction: column;
  gap: 12px;
  max-width: 440px;
}

.loc-point{
  display:flex;
  align-items:center;
  gap: 12px;
}

.loc-ico{
  width:38px;
  height:38px;
  border-radius: 10px;
  background:#efefef;
  display:grid;
  place-items:center;
  font-size: 16px;
}

.loc-text{
  color:#1f2430;
  font-size: 13px;
  font-weight: 600;
}

/* CTA */
.loc-btn{
  background:#1f2430;
  color:#fff;
  border-radius: 8px;
  font-weight: 700;
  padding: 10px 18px;
  min-width: 200px;
}
.loc-btn:hover{
  background:#151a22;
  color:#fff;
}

/* right map */
.loc-mapWrap{
  max-width: 200px;
  height: 300px;
  /* margin-left: auto; */
}

.loc-mapCard{
  border-radius: 12px;
  overflow:hidden;
  border: 1px solid #e6e6e6;
  background:#fbfbfa;
  box-shadow:
    0 2px 4px rgba(16,24,40,.04),
    0 18px 40px rgba(16,24,40,.10);
}

.loc-mapImg{
  width:100%;
  height: 200px;
  object-fit: cover;
  display:block;
}

/* bottom info card */
.loc-infoCard{
  display:flex;
  align-items:flex-start;
  gap: 12px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background:#fbfbfa;
  padding: 12px 14px;
}

.loc-infoIco{
  width:34px;
  height:34px;
  border-radius: 10px;
  background:#efefef;
  display:grid;
  place-items:center;
  font-size: 16px;
}

.loc-infoTitle{
  font-size: 13px;
  font-weight: 800;
  color:#1f2430;
}

.loc-infoSub{
  font-size: 12px;
  color:#6a7280;
  margin-top: 2px;
}

/* responsive */
@media (max-width: 992px){
  .loc-mapWrap{
    /* max-width: 100%; */
    margin-left: 0;
  }
  .loc-subtitle{
    max-width: 100%;
  }
  .loc-mapImg{
    /* height: 280px; */
  }
}

@media (max-width: 576px){
  /* .loc-mapImg{ height: 240px; } */
}


/* ===============================
   REGISTER INTEREST (FORM SECTION)
   =============================== */
.reg{
  background: #252a33; /* dark like screenshot */
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.reg-badge{
  display:inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  font-weight: 700;
}

.reg-title{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: clamp(34px, 4vw, 52px);
  color: #fff;
  margin-bottom: 10px;
}

.reg-subtitle{
  color: rgba(255,255,255,0.68);
  font-size: 14px;
}

/* form card */
.reg-card{
  max-width: 760px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow:
    0 2px 4px rgba(16,24,40,.10),
    0 30px 80px rgba(0,0,0,.25);
  padding: 26px;
  margin-top: 30px;
}

/* labels + inputs */
.reg-label{
  font-size: 12px;
  font-weight: 700;
  color:#1f2430;
  margin-bottom: 6px;
}

.reg-input{
  border-radius: 6px;
  border: 1px solid #d5d5d5;
  font-size: 12px;
  padding: 9px 10px;
  color:#1f2430;
}

.reg-input:focus{
  border-color:#1f2430;
  box-shadow: 0 0 0 .2rem rgba(31,36,48,.12);
}

.reg-textarea{
  resize: none;
}

/* checkbox */
.reg-check{
  font-size: 11px;
  color:#6a7280;
}

.reg-link{
  color:#1f2430;
  font-weight: 700;
  text-decoration: underline;
}

/* submit button */
.reg-btn{
  background:#1f2430;
  color:#fff;
  border-radius: 6px;
  font-weight: 700;
  padding: 10px 14px;
}
.reg-btn:hover{
  background:#151a22;
  color:#fff;
}

/* mobile spacing */
@media (max-width: 576px){
  .reg-card{
    padding: 18px;
  }
}


/* Darker overlay/backdrop */
.modal-backdrop.show{
  opacity: .7;
  background: #0b0f16;
}

/* modal card look like screenshot */
.interest-modal{
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.interest-title{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color:#1f2430;
}

.interest-sub{
  font-size: 12px;
  color:#6a7280;
}

/* intl-tel-input full width */
.iti{
  width: 100%;
}
.iti__flag-container{
  border-right: 1px solid #d5d5d5;
}


/* ===============================
   FOOTER
   =============================== */
.site-footer{
  background:#fbfbfa;
  border-top: 1px solid #ececec;
  padding: 44px 0 26px;
  color:#1f2430;
}

.footer-logos{
  display:flex;
  align-items:flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-miniTitle{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 14px;
  color:#1f2430;
}

.footer-miniSub{
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 12px;
  color:#1f2430;
  opacity: .9;
  margin-top: 2px;
}

.footer-mark{
  width: 34px;
  height: 22px;
  border: 2px solid rgba(31,36,48,.65);
  border-left-color: transparent;
  border-radius: 10px;
  transform: skewX(-12deg);
  opacity: .9;
}

.footer-ar{
  font-size: 12px;
  font-weight: 700;
  color:#1f2430;
  opacity: .85;
}

.footer-desc{
  color:#6a7280;
  font-size: 12px;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 10px;
}

.footer-h{
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  color:#1f2430;
}

.footer-item{
  display:flex;
  align-items:center;
  gap: 10px;
  font-size: 12px;
  color:#6a7280;
  padding: 6px 0;
}

.footer-ico{
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background:#efefef;
  display:grid;
  place-items:center;
  font-size: 14px;
}

.footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap: 8px;
}

.footer-links a{
  color:#6a7280;
  font-size: 12px;
  text-decoration:none;
  font-weight: 600;
}
.footer-links a:hover{
  color:#1f2430;
  text-decoration: underline;
}

.footer-hr{
  border:0;
  border-top: 1px solid #ececec;
  margin: 22px 0;
}

.footer-mid{
  display:flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  align-items:center;
}

.footer-copy{
  font-size: 11px;
  color:#6a7280;
}

.footer-midLinks{
  display:flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-midLinks a{
  font-size: 11px;
  color:#6a7280;
  text-decoration:none;
  font-weight: 700;
}
.footer-midLinks a:hover{
  color:#1f2430;
  text-decoration: underline;
}

/* legal blocks */
.footer-legal{
  font-size: 11px;
  color:#6a7280;
}

.legal-title{
  font-size: 12px;
  font-weight: 800;
  color:#1f2430;
  margin-bottom: 10px;
}

.legal-text p{
  margin-bottom: 6px;
  line-height: 1.7;
}

.legal-hr{
  border:0;
  border-top: 1px solid #ececec;
  margin: 18px 0;
}

.footer-bottom{
  text-align:center;
  font-size: 11px;
  color:#6a7280;
  padding-top: 8px;
}

.footer-brand{
  color:#1f2430;
  font-weight: 800;
  text-decoration:none;
}
.footer-brand:hover{
  text-decoration: underline;
}

@media (max-width: 576px){
  .site-footer{ padding: 34px 0 18px; }
}
/* Modal processing overlay */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-content {
  position: relative;
}


.reg-card { position: relative; }

.form-overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.55);
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  border-radius: inherit;
}


/* Toast container */
#toastContainer{
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Toast */
.toast-msg{
  min-width: 260px;
  max-width: 340px;
  padding: 14px 16px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  animation: toastIn 0.35s ease forwards;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Types */
.toast-success{
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.toast-error{
  background: linear-gradient(135deg, #dc2626, #ef4444);
}

/* Animation */
@keyframes toastIn{
  from{
    opacity:0;
    transform: translateX(20px);
  }
  to{
    opacity:1;
    transform: translateX(0);
  }
}

@keyframes toastOut{
  to{
    opacity:0;
    transform: translateX(20px);
  }
}


