/* =========================================================
   Khu Vực Hub Page
   URL: /khu-vuc/
   Class: .cnd-areas-hub
   ========================================================= */

.cnd-areas-hub {
  background:
    radial-gradient(circle at 78% 8%, rgba(175,147,96,.12), transparent 30%),
    linear-gradient(180deg, #fcfaf6 0%, #f8f4ec 52%, #f3eadc 100%);
}

/* =========================================================
   01. Hero
   ========================================================= */

.cnd-areas-hub-hero {
    padding: 120px 0 100px;
}

.cnd-areas-hub-hero__inner {
    max-width: 920px;
}

.cnd-areas-hub-hero .cnd-kicker {
    margin-bottom: 20px;
}

.cnd-areas-hub-hero .cnd-heading-xl {
    max-width: 840px;
    margin-bottom: 24px;
}

.cnd-areas-hub-hero .cnd-subtitle {
    max-width: 760px;
}

/* Mobile */

@media (max-width: 767px) {

    .cnd-areas-hub-hero {
        padding: 80px 0 60px;
    }

    .cnd-areas-hub-hero .cnd-heading-xl {
        margin-bottom: 18px;
    }

}

/* =========================================================
   02. Snapshot
   ========================================================= */

.cnd-areas-hub-snapshot {
  padding: 0 0 104px;
}

.cnd-areas-hub-snapshot__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border: 1px solid var(--cnd-border);
  border-radius: 32px;

  background: rgba(255,255,255,.50);
  backdrop-filter: blur(12px);

  overflow: hidden;
}

.cnd-areas-hub-stat {
  padding: 34px 36px;
  border-right: 1px solid var(--cnd-border);
}

.cnd-areas-hub-stat:last-child {
  border-right: 0;
}

.cnd-areas-hub-stat__number {
  display: block;
  margin-bottom: 28px;

  font-family: var(--cnd-font-heading);
  font-size: 46px;
  font-weight: 600;
  line-height: 1;

  color: var(--cnd-heading);
  opacity: .78;
}

.cnd-areas-hub-stat h3 {
  margin: 0 0 8px;

  font-family: var(--cnd-font-heading);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;

  color: var(--cnd-heading);
}

.cnd-areas-hub-stat__label {
  display: block;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--cnd-muted);
}

@media (max-width: 991px) {
  .cnd-areas-hub-snapshot__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cnd-areas-hub-stat:nth-child(2) {
    border-right: 0;
  }

  .cnd-areas-hub-stat:nth-child(1),
  .cnd-areas-hub-stat:nth-child(2) {
    border-bottom: 1px solid var(--cnd-border);
  }
}

@media (max-width: 767px) {
  .cnd-areas-hub-snapshot {
    padding: 0 0 64px;
  }

  .cnd-areas-hub-snapshot__grid {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .cnd-areas-hub-stat {
    padding: 24px;
    text-align: center;

    border-right: 0;
    border-bottom: 1px solid var(--cnd-border);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cnd-areas-hub-stat:last-child {
    border-bottom: 0;
  }

  .cnd-areas-hub-stat__number {
    margin-bottom: 8px;
    font-size: 34px;
  }

  .cnd-areas-hub-stat h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.3;
  }

  .cnd-areas-hub-stat__label {
    font-size: 10px;
    opacity: .7;
  }
}

/* =========================================================
   03. Featured Areas
   ========================================================= */

.cnd-areas-hub-featured {
  padding: 0 0 104px;
}

.cnd-areas-hub-featured .cnd-section-head {
  margin-bottom: 48px;
}

.cnd-areas-hub-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cnd-areas-hub-card {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--cnd-border);
  background: rgba(255,255,255,.72);
  box-shadow: var(--cnd-shadow-soft);
  transition: .35s ease;
}

.cnd-areas-hub-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--cnd-shadow-luxury);
}

.cnd-areas-hub-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee7dc;
}

.cnd-areas-hub-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .55s ease;
}

.cnd-areas-hub-card:hover .cnd-areas-hub-card__media img {
  transform: scale(1.05);
}

.cnd-areas-hub-card__body {
  padding: 26px;
}

.cnd-areas-hub-card__body span {
  display: block;
  margin-bottom: 18px;
  font-family: var(--cnd-font-heading);
  font-size: 34px;
  line-height: 1;
  color: var(--cnd-gold);
}

.cnd-areas-hub-card__body h3 {
  margin: 0 0 12px;
  font-family: var(--cnd-font-heading);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.12;
  color: var(--cnd-heading);
}

.cnd-areas-hub-card__body p {
  min-height: 88px;
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--cnd-muted);
}

.cnd-areas-hub-card__body a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cnd-gold);
  text-decoration: none;
}

@media (max-width: 1180px) {
  .cnd-areas-hub-featured__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .cnd-areas-hub-featured__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .cnd-areas-hub-featured {
    padding: 0 0 72px;
  }

  .cnd-areas-hub-featured__grid {
    grid-template-columns: 1fr;
  }

  .cnd-areas-hub-card {
    border-radius: 28px;
  }
}


/* =========================================================
   04. Area Projects
   ========================================================= */

.cnd-areas-hub-projects {
  padding: 0 0 104px;
}

.cnd-areas-hub-projects .cnd-section-head {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .cnd-areas-hub-projects {
    padding: 0 0 72px;
  }

  .cnd-areas-hub-projects .cnd-section-head {
    margin-bottom: 36px;
  }
}

/* =========================================================
   05. Market Insights
   ========================================================= */

.cnd-areas-hub-market {
    padding: 0 0 104px;
}

.cnd-areas-hub-market .cnd-section-head {
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .cnd-areas-hub-market {
        padding: 0 0 72px;
    }

    .cnd-areas-hub-market .cnd-section-head {
        margin-bottom: 36px;
    }
}

/* =========================================================
   06. Infrastructure Insights
   ========================================================= */

.cnd-areas-hub-infrastructure {
    padding: 0 0 104px;
}

.cnd-areas-hub-infrastructure .cnd-section-head {
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .cnd-areas-hub-infrastructure {
        padding: 0 0 72px;
    }

    .cnd-areas-hub-infrastructure .cnd-section-head {
        margin-bottom: 36px;
    }
}

/* =========================================================
   07. Investment Insights
   ========================================================= */

.cnd-areas-hub-investment {
    padding: 0 0 104px;
}

.cnd-areas-hub-investment .cnd-section-head {
    margin-bottom: 48px;
}

@media (max-width: 767px) {

    .cnd-areas-hub-investment {
        padding: 0 0 72px;
    }

    .cnd-areas-hub-investment .cnd-section-head {
        margin-bottom: 36px;
    }

}

/* =========================================================
   08. FAQ
   ========================================================= */

.cnd-areas-hub-faq {
    padding: 0 0 104px;
}

.cnd-areas-hub-faq .cnd-section-head {
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .cnd-areas-hub-faq {
        padding: 0 0 72px;
    }

    .cnd-areas-hub-faq .cnd-section-head {
        margin-bottom: 36px;
    }
}

/* =========================================================
   09. CTA
   ========================================================= */

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7 {
  max-width: 720px;
  margin: 40px auto 0;
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7 form p {
  margin: 0;
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7 input[type="text"],
.cnd-areas-hub .cnd-areas-hub-cta .wpcf7 input[type="tel"] {
  width: 100% !important;
  height: 58px !important;
  margin: 0 0 14px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  border: 1px solid var(--cnd-border) !important;
  background: #fff !important;
  font-family: var(--cnd-font-body) !important;
  font-size: 14px !important;
  color: var(--cnd-heading) !important;
  box-shadow: none !important;
  outline: none !important;
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7-checkbox {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0 30px;
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7-list-item {
  margin: 0 !important;
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--cnd-border);
  background: #fff;
  cursor: pointer;
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7-list-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(175,147,96,.55);
  background: #fff;
  position: relative;
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7-list-item input[type="checkbox"]::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--cnd-gold);
  transform: scale(0);
  transition: .25s ease;
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7-list-item input[type="checkbox"]:checked::after {
  transform: scale(1);
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 320px !important;
  height: 58px !important;
  padding: 0 34px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--cnd-gold) !important;
  color: #fff !important;
  font-family: var(--cnd-font-body) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer;
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7-submit:hover {
  background: var(--cnd-gold-dark) !important;
}

.cnd-areas-hub .cnd-areas-hub-cta .wpcf7-spinner {
  display: none;
}

@media (max-width: 767px) {
  .cnd-areas-hub .cnd-areas-hub-cta .wpcf7 {
    margin-top: 30px;
  }

  .cnd-areas-hub .cnd-areas-hub-cta .wpcf7 input[type="text"],
  .cnd-areas-hub .cnd-areas-hub-cta .wpcf7 input[type="tel"] {
    height: 56px !important;
    margin-bottom: 12px !important;
  }

  .cnd-areas-hub .cnd-areas-hub-cta .wpcf7-checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 22px 0 28px;
  }

  .cnd-areas-hub .cnd-areas-hub-cta .wpcf7-list-item label {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
    padding: 0 18px;
    font-size: 13px;
  }

  .cnd-areas-hub .cnd-areas-hub-cta .wpcf7-submit {
    width: 100% !important;
    min-width: 0 !important;
  }
}

.cnd-areas-hub-cta {
  padding: 0 0 120px;
}

.cnd-areas-hub-cta__box {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px;

  text-align: center;

  border-radius: 42px;
  border: 1px solid rgba(175,147,96,.24);

  background:
    radial-gradient(circle at 50% 0%, rgba(175,147,96,.12), transparent 36%),
    rgba(255,255,255,.58);

  box-shadow: var(--cnd-shadow-luxury);
}

.cnd-areas-hub-cta__box .cnd-subtitle {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.cnd-areas-hub-cta__form {
  max-width: 720px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {

  .cnd-areas-hub-cta {
    padding: 0 0 72px;
  }

  .cnd-areas-hub-cta__box {
    padding: 42px 22px;
    border-radius: 30px;
  }

  .cnd-areas-hub-cta__form {
    margin-top: 30px;
  }

}