* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(to bottom, #08283a 0 74%, #dce1e5 74% 100%);
}


.site-header-wrap{
  padding: 14px 0 !important;
}

.site-header{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 72px !important;
}

.site-header .brand{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.site-header .brand img{
  display: block !important;
  width: 80px !important;
  height: auto !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

.site-header .top-nav{
  display: flex !important;
  align-items: center !important;
}

.site-header .top-nav a{
  display: inline-flex !important;
  align-items: center !important;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

/* Shared layout */
.site-shell {
  width: min(1520px, calc(100% - 180px));
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* Header */
.site-header-wrap {
  position: relative;
  z-index: 20;
  padding-top: 26px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 80px;
  height: auto;
  object-fit: contain;
}

.top-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.top-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 52px;
}

.top-nav a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s ease;
}

.top-nav a:hover {
  opacity: 0.8;
}

/* Hero */
.hero-section {
  position: relative;
  min-height: auto;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 40px;
}

.hero-wrap {
  position: relative;
  margin-top: 14px;
  padding-bottom: 0;
}
.hero-dot {
  position: absolute;
  left: -28px;
  top: 18px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #03131d;
  z-index: 5;
}

.hero-card {
  position: relative;
  width: 100%;
  min-height: 760px;
  border-radius: 36px;
  overflow: hidden;
  background-image: url('https://binghattiweb.imgix.net/best-places-to-buy-apartments-in-dubai-long-term-investment-cover.webp?');
  background-size: cover;
  background-position: center center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 13, 20, 0.78) 0%,
      rgba(5, 13, 20, 0.55) 28%,
      rgba(5, 13, 20, 0.24) 52%,
      rgba(5, 13, 20, 0.08) 100%
    );
  z-index: 1;
}

.outline-text {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  padding: 18px 18px 18px 22px;
}

.outline-text span {
  display: block;
  font-size: 118px;
  line-height: 0.86;
  font-weight: 800;
  letter-spacing: 1px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  text-transform: uppercase;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 620px;
  padding: 110px 0 80px 88px;
}

.hero-content h1 {
  font-size: 78px;
  line-height: 0.95;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
}

.hero-content p {
  max-width: 540px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  background: #d9b84f;
  color: #1b2024;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 24px;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.btn-arrow {
  font-size: 24px;
  line-height: 1;
}

/* Side rails */
.left-rail {
  position: absolute;
  left: 28px;
  bottom: 78px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.left-rail .social {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.left-rail .dot-sep {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d9b84f;
}

.right-rail {
  position: absolute;
  right: 34px;
  bottom: 78px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.right-rail .scroll-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.right-rail .scroll-arrow {
  width: 20px;
  height: 40px;
  position: relative;
}

.right-rail .scroll-arrow::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  width: 2px;
  height: 28px;
  background: #ffffff;
  border-radius: 2px;
}

.right-rail .scroll-arrow::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

/* Large screens */
@media (max-width: 1400px) {
  .site-shell {
    width: min(1400px, calc(100% - 120px));
  }

  .hero-card {
    min-height: 700px;
  }

  .outline-text span {
    font-size: 100px;
  }

  .hero-content h1 {
    font-size: 68px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .site-shell {
    width: calc(100% - 48px);
  }

  .site-header {
    gap: 24px;
  }

  .top-nav ul {
    gap: 28px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero-wrap {
    margin-top: 20px;
    padding-bottom: 48px;
  }

  .hero-dot {
    display: none;
  }

  .hero-card {
    min-height: 620px;
    border-radius: 28px;
  }

  .outline-text span {
    font-size: 78px;
  }

  .hero-content {
    max-width: 560px;
    padding: 84px 0 56px 42px;
  }

  .hero-content h1 {
    font-size: 56px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .left-rail,
  .right-rail {
    display: none;
  }
}

/* Mobile */
@media (max-width: 767px) {
  body {
    background: linear-gradient(to bottom, #08283a 0 82%, #dce1e5 82% 100%);
  }

  .site-shell {
    width: calc(100% - 28px);
  }

  .site-header-wrap {
    padding-top: 18px;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .brand img {
    width: 96px;
  }

  .top-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .top-nav ul {
    width: 100%;
    gap: 16px 22px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .top-nav a {
    font-size: 14px;
  }

  .hero-section {
    padding-top: 16px;
  }

  .hero-wrap {
    margin-top: 12px;
    padding-bottom: 34px;
  }

  .hero-card {
    min-height: 520px;
    border-radius: 24px;
    background-position: center center;
  }

  .outline-text {
    padding: 18px 14px;
  }

  .outline-text span {
    font-size: 52px;
    line-height: 0.9;
  }

  .hero-content {
    max-width: 100%;
    padding: 70px 20px 34px 20px;
  }

  .hero-content h1 {
    font-size: 42px;
    line-height: 0.96;
    margin-bottom: 16px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.7;
    max-width: 100%;
  }

  .hero-btn {
    margin-top: 22px;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 14px;
  }

  .btn-arrow {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .site-shell {
    width: calc(100% - 40px);
  }

  .site-header-wrap {
    padding-top: 12px;
  }

  .site-header {
    gap: 18px;
    min-height: auto;
  }

  .brand img {
    width: 96px;
  }

  .top-nav ul {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero-wrap {
    margin-top: 14px;
    padding-bottom: 48px;
  }

  .hero-dot {
    display: none;
  }

  .left-rail,
  .right-rail {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-shell {
    width: calc(100% - 24px);
  }

  .site-header-wrap {
    padding-top: 12px;
  }

  .site-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .brand img {
    width: 82px;
  }

  .top-nav {
    flex: 1;
    justify-content: flex-end;
  }

  .top-nav ul {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .top-nav a {
    font-size: 13px;
  }

  .hero-section {
    padding-top: 6px;
  }

  .hero-wrap {
    margin-top: 10px;
    padding-bottom: 34px;
  }
}

.stats-section {
  background: #dce3e7;
  padding: 64px 0 84px;
}

.stats-shell {
  width: min(1520px, calc(100% - 140px));
}

.stats-title {
  margin: 0 auto 72px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #0b0f14;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 80px;
  row-gap: 32px;
  align-items: start;
}

.stat-card {
  text-align: center;
}

.stat-number {
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  color: #0b0f14;
  margin-bottom: 12px;
}

.stat-label {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #1b2229;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .stats-section {
    padding: 56px 0 72px;
  }

  .stats-shell {
    width: calc(100% - 40px);
  }

  .stats-title {
    margin-bottom: 56px;
    font-size: 24px;
  }

  .stats-grid {
    column-gap: 32px;
  }

  .stat-number {
    font-size: 42px;
  }

  .stat-label {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .stats-section {
    padding: 44px 0 56px;
  }

  .stats-shell {
    width: calc(100% - 24px);
  }

  .stats-title {
    margin-bottom: 36px;
    font-size: 22px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .stat-card {
    text-align: left;
  }

  .stat-number {
    font-size: 36px;
    margin-bottom: 8px;
  }

  .stat-label {
    font-size: 14px;
  }
}
.about-team-section {
  background: #082b3d;
  padding: 88px 0 92px;
  overflow: hidden;
}

.about-team-shell {
  width: min(1520px, calc(100% - 140px));
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.about-team-head {
  position: relative;
  max-width: 660px;
  margin: 0 0 42px;
  padding-top: 8px;
}

.about-team-outline {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: clamp(72px, 10vw, 96px);
  line-height: 0.9;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  pointer-events: none;
  user-select: none;
}

.about-team-title {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
}

.about-team-text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.team-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 0 14px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}

.team-carousel::-webkit-scrollbar {
  height: 8px;
}

.team-carousel::-webkit-scrollbar-track {
  background: transparent;
}

.team-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}

.team-member-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 350px;
  border-radius: 26px;
  overflow: hidden;
  background: transparent;
  scroll-snap-align: start;
}

.team-member-image-box {
  background: #f3f3f3;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  aspect-ratio: 0.9 / 1;
}

.team-member-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: #f3f3f3;
}

.team-member-info {
  background: #eadf9d;
  padding: 16px 20px;
  border-radius: 0 0 26px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 14px;
  row-gap: 8px;
}

.team-member-copy {
  min-width: 0;
}

.team-member-name {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
  color: #111418;
}

.team-member-sub {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.team-member-role {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  color: #4b5258;
}

.team-member-languages {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #6a7177;
}

.team-member-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: end;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
  background: #3f5056;
  border-radius: 999px;
  padding: 10px 14px;
  min-height: 42px;
}

.team-member-phone:hover {
  opacity: 0.92;
}

.team-member-phone-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
}

.team-member-phone-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.team-member-phone-text {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .about-team-shell {
    width: min(1400px, calc(100% - 120px));
  }
}

@media (max-width: 1200px) {
  .team-member-card {
    flex: 0 0 calc((100% - 20px) / 2);
    min-width: 320px;
  }
}

@media (max-width: 1024px) {
  .about-team-shell {
    width: calc(100% - 40px);
  }

  .about-team-section {
    padding: 72px 0 78px;
  }
}

@media (max-width: 767px) {
  .about-team-section {
    padding: 64px 0 70px;
  }

  .about-team-shell {
    width: calc(100% - 24px);
  }

  .about-team-head {
    margin-bottom: 28px;
  }

  .about-team-outline {
    top: -14px;
    font-size: 56px;
  }

  .about-team-title {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .about-team-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .team-carousel {
    gap: 14px;
    padding-bottom: 10px;
  }

  .team-member-card {
    flex: 0 0 84%;
    min-width: 84%;
  }

  .team-member-info {
    padding: 14px;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .team-member-name {
    font-size: 17px;
    margin-bottom: 4px;
  }

  .team-member-role {
    font-size: 13px;
  }

  .team-member-languages {
    font-size: 12px;
  }

  .team-member-phone {
    justify-self: start;
    padding: 9px 12px;
    min-height: 38px;
  }

  .team-member-phone-text {
    font-size: 12px;
  }
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-toggle {
  display: none;
}

@media (max-width: 767px) {
  .site-header {
    align-items: center;
  }

  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 0;
    z-index: 30;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    display: block;
    transition: 0.25s ease;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .top-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(260px, calc(100vw - 24px));
    background: #082b3d;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    z-index: 25;
  }

  .site-header.is-menu-open .top-nav {
    display: block;
  }

  .top-nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .top-nav li {
    width: 100%;
    list-style: none;
  }

  .top-nav a {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: auto;
    padding-bottom: 20px;
  }

  .hero-wrap {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .hero-card {
    min-height: 520px;
  }
}
@media (max-width: 767px) {
  .stats-section {
    text-align: center;
  }

  .stats-shell {
    width: calc(100% - 24px);
    margin: 0 auto;
  }

  .stats-title {
    text-align: center;
    margin: 0 0 36px;
  }

  .stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 28px;
    justify-items: center;
  }

  .stat-card {
    width: 100%;
    text-align: center;
  }

  .stat-number,
  .stat-label {
    text-align: center;
  }
}

.about-team-title,
.team-member-name,
.team-member-role,
.team-member-languages,
.team-member-phone-text {
  font-family: 'Outfit', Arial, sans-serif;
}

.team-member-role {
  color: #111418;
}

.team-member-info .team-member-role {
  color: #111418 !important;
}

.team-member-info .team-member-languages {
  color: #5f666d !important;
}


.services-section {
  background: #082b3d;
  padding: 88px 0 96px;
  overflow: hidden;
}

.services-shell {
  width: min(1520px, calc(100% - 140px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.services-head {
  position: relative;
  max-width: 680px;
  margin: 0 0 42px;
  padding-top: 10px;
}

.services-outline {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: clamp(72px, 10vw, 100px);
  line-height: 0.9;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  user-select: none;
}

.services-title {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
}

.services-text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 28px 28px 30px;
  min-height: 280px;
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(234, 223, 157, 0.35);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.service-icon-box {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-icon-box svg {
  width: 34px;
  height: 34px;
  display: block;
}

.service-card-title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.service-card-text {
  margin: 0;
  max-width: 330px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1200px) {
  .services-shell {
    width: calc(100% - 40px);
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .services-section {
    padding: 64px 0 70px;
  }

  .services-shell {
    width: calc(100% - 24px);
  }

  .services-head {
    margin-bottom: 28px;
  }

  .services-outline {
    top: -12px;
    font-size: 54px;
  }

  .services-title {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .services-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    min-height: auto;
    padding: 22px 20px 24px;
    border-radius: 22px;
  }

  .service-icon-box {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 18px;
  }

  .service-icon-box svg {
    width: 28px;
    height: 28px;
  }

  .service-card-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .service-card-text {
    font-size: 15px;
    line-height: 1.65;
  }
}

.exclusive-section {
  background: #082b3d;
  padding: 88px 0 96px;
  overflow: hidden;
}

.exclusive-shell {
  width: min(1520px, calc(100% - 140px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.exclusive-head {
  position: relative;
  max-width: 760px;
  margin: 0 0 42px;
  padding-top: 10px;
}

.exclusive-outline {
  position: absolute;
  top: -18px;
  left: 0;
  font-size: clamp(72px, 10vw, 100px);
  line-height: 0.9;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  user-select: none;
}

.exclusive-title {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
}

.exclusive-text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 650px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.84);
}

.exclusive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.exclusive-card {
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.exclusive-card:hover {
  transform: translateY(-4px);
  border-color: rgba(234, 223, 157, 0.35);
}

.exclusive-card-media {
  position: relative;
  min-height: 280px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(160deg, #294b5c 0%, #102938 60%, #0a2230 100%);
  background-size: cover;
  background-position: center center;
}

.exclusive-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 17, 25, 0.46), rgba(6, 17, 25, 0.06));
}

.exclusive-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.exclusive-card-body {
  padding: 22px 22px 24px;
  background: #eadf9d;
}

.exclusive-card-top {
  margin-bottom: 18px;
}

.exclusive-card-title {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  color: #0f1418;
}

.exclusive-card-location {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #425057;
}

.exclusive-card-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.exclusive-meta-box {
  background: rgba(17, 20, 24, 0.06);
  border-radius: 16px;
  padding: 12px 14px;
}

.exclusive-meta-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #5e666d;
}

.exclusive-meta-value {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  color: #111418;
}

.exclusive-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #3f5056;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.exclusive-card-btn:hover {
  opacity: 0.92;
}

@media (max-width: 1400px) {
  .exclusive-shell {
    width: min(1400px, calc(100% - 120px));
  }
}

@media (max-width: 1200px) {
  .exclusive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .exclusive-shell {
    width: calc(100% - 40px);
  }

  .exclusive-section {
    padding: 72px 0 80px;
  }
}

@media (max-width: 767px) {
  .exclusive-section {
    padding: 64px 0 70px;
  }

  .exclusive-shell {
    width: calc(100% - 24px);
  }

  .exclusive-head {
    margin-bottom: 28px;
  }

  .exclusive-outline {
    top: -12px;
    font-size: 54px;
  }

  .exclusive-title {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .exclusive-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .exclusive-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .exclusive-card {
    border-radius: 22px;
  }

  .exclusive-card-media {
    min-height: 230px;
  }

  .exclusive-badge {
    top: 14px;
    left: 14px;
    min-height: 30px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .exclusive-card-body {
    padding: 18px 16px 18px;
  }

  .exclusive-card-title {
    font-size: 22px;
  }

  .exclusive-card-location {
    font-size: 14px;
  }

  .exclusive-card-meta {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }

  .exclusive-meta-box {
    padding: 11px 12px;
  }

  .exclusive-meta-value {
    font-size: 14px;
  }

  .exclusive-card-btn {
    width: 100%;
  }
}

.property-detail-hero {
  background: #082b3d;
  padding: 72px 0 84px;
}

.property-detail-shell {
  width: min(1520px, calc(100% - 140px));
  margin: 0 auto;
}

.property-detail-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.property-detail-copy {
  color: #fff;
}

.property-detail-badge {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.property-detail-title {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  font-weight: 800;
}

.property-detail-subtitle {
  margin: 0 0 20px;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.86);
}

.property-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.property-fact {
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 14px 16px;
}

.property-fact span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
  margin-bottom: 6px;
}

.property-fact strong {
  font-size: 15px;
  color: #fff;
}

.property-detail-summary {
  margin: 0 0 24px;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.9);
}

.property-detail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.property-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.property-btn.primary {
  background: #eadf9d;
  color: #111418;
}

.property-btn.secondary {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.property-detail-media img {
  width: 100%;
  display: block;
  border-radius: 28px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .property-detail-shell {
    width: calc(100% - 40px);
  }

  .property-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .property-detail-hero {
    padding: 56px 0 64px;
  }

  .property-detail-shell {
    width: calc(100% - 24px);
  }

  .property-detail-facts {
    grid-template-columns: 1fr;
  }

  .property-detail-subtitle,
  .property-detail-summary {
    font-size: 15px;
  }

  .property-btn {
    width: 100%;
  }
}

.property-page {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 22%),
    #082b3d;
  padding: 34px 0 90px;
}

@media (max-width: 767px) {
  .property-page {
    padding: 22px 0 64px;
  }
}

.property-panel-light {
  background: #ffffff;
  color: #111418;
}

.property-panel-light .property-section-title,
.property-panel-light .property-section-text,
.property-panel-light .property-mini-block h3,
.property-panel-light .property-mini-block p,
.property-panel-light .property-list li,
.property-panel-light .payment-card-value {
  color: #111418;
}

.property-panel-light .payment-card {
  background: #f5f5f5;
}

.property-panel-light .payment-card-label {
  color: #5f666d;
}

.property-panel-dark {
  background: #ffffff;
  color: #111418;
  border: 1px solid rgba(17, 20, 24, 0.08);
}

.property-panel-dark .property-section-title,
.property-panel-dark .property-detail-row strong {
  color: #111418;
}

.property-panel-dark .property-detail-row span {
  color: #5f666d;
}

.property-panel-dark .property-detail-row {
  border-bottom: 1px solid rgba(17, 20, 24, 0.08);
}


.site-header,
.header,
.topbar,
.navbar {
  display: flex;
  align-items: center;
}

.site-header .site-shell,
.header .site-shell,
.topbar .site-shell,
.navbar .site-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand,
.logo,
.site-logo {
  display: flex;
  align-items: center;
  line-height: 1;
}

.brand img,
.logo img,
.site-logo img {
  display: block;
  height: 64px;
  width: auto;
  object-fit: contain;
  vertical-align: top;
}

.brand,
.logo,
.site-logo {
  padding-top: 0;
  padding-bottom: 20px;
  margin: 0;
}

.site-header-wrap{
  position: relative;
  z-index: 1000;
}

.site-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.menu-toggle{
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span{
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

.top-nav ul{
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 900px){
  .menu-toggle{
    display: inline-flex !important;
  }

  .top-nav{
    display: none !important;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(260px, calc(100vw - 32px));
    background: #032f45;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(0,0,0,.18);
    padding: 18px 20px;
    z-index: 9999;
  }

  .top-nav.is-open{
    display: block !important;
  }

  .top-nav ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .top-nav li{
    width: 100%;
  }

  .top-nav a{
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

@media (min-width: 901px){
  .top-nav{
    display: block !important;
    position: static !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .top-nav ul{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 42px !important;
  }

  .menu-toggle{
    display: none !important;
  }
}

@media (max-width: 900px){
  #mobileMenu[hidden]{
    display: none !important;
  }

  #mobileMenu{
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(260px, calc(100vw - 32px));
    background: #032f45;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(0,0,0,.18);
    padding: 18px 20px;
    z-index: 9999;
  }

  #mobileMenu.is-open{
    display: block !important;
  }

  #mobileMenu ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #mobileMenu li{
    width: 100%;
  }

  #mobileMenu a{
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

@media (min-width: 901px){
  #mobileMenu{
    display: block !important;
    position: static !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  #mobileMenu ul{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 42px !important;
  }
}

@media (min-width: 901px){
  .site-header{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
  }

  .brand{
    flex:0 0 auto !important;
  }

  #mobileMenu,
  .top-nav{
    margin-left:auto !important;
    display:block !important;
    position:static !important;
    width:auto !important;
    background:transparent !important;
    box-shadow:none !important;
    padding:0 !important;
    border-radius:0 !important;
  }

  #mobileMenu ul,
  .top-nav ul{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:42px !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
  }

  #mobileMenu li,
  .top-nav li{
    width:auto !important;
  }

  #mobileMenu a,
  .top-nav a{
    display:inline-flex !important;
    align-items:center !important;
    white-space:nowrap !important;
  }
}