@font-face {
  font-family: 'Cirafe';
  src: url('/wp-content/themes/astra-koptekglobal-child/assets/fonts/Cirafe.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}


html.admin-bar {
  margin-top: 0px !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1rem;
  color: #000;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 6px;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
  color: #000;
  cursor: pointer;
}

a:hover {
  color: #8529cd;
}

body {
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: auto;

}

@media (max-width: 520px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

:root {
  --primary-color: #0f172a;
  --secondary-color: #1e293b;
  --accent-color: #d4a017;

  --dark-color: #020617;

  --white-color: #ffffff;
  --text-color: #cbd5e1;
}

.antiCopyContact {
  position: fixed;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 99999;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 24px 12px;

  background: linear-gradient(180deg,
      #f8d97a 0%,
      #d4a017 50%,
      #b8860b 100%);

  color: #0f172a;
  text-decoration: none;

  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;

  border-radius: 999px;

  box-shadow:
    0 15px 40px rgba(212, 160, 23, .35),
    0 0 40px rgba(212, 160, 23, .15);

  transition: .35s;
}

.antiCopyContact:hover {
  transform: translateY(-50%) scale(1.05);
}

.antiCopyContact__icon {
  font-size: 16px;
}

/* MOBILE */

@media(max-width:768px) {

  .antiCopyContact {
    top: auto;
    left: 12px;
    right: 12px;
    bottom: 12px;

    transform: none;

    writing-mode: horizontal-tb;
    text-orientation: initial;

    width: calc(100% - 24px);
    height: 58px;

    padding: 0 20px;

    flex-direction: row;

    border-radius: 60px;

    font-size: 15px;
    letter-spacing: .5px;

    justify-content: center;

    background: linear-gradient(135deg,
        #f8d97a 0%,
        #d4a017 50%,
        #b8860b 100%);

    backdrop-filter: blur(20px);
  }

  .antiCopyContact:hover {
    transform: none;
  }

  .antiCopyContact__text {
    white-space: nowrap;
  }

  .antiCopyContact__icon {
    display: none;
  }
}

.logi-sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 16px 18px;
  background: transparent;
  transition: .3s ease;
}

.logi-sticky-menu * {
  box-sizing: border-box;
}

.logi-sticky-menu+.logi-sticky-menu__space {
  height: 108px;
}

.logi-sticky-menu.is-scrolled {
  padding: 9px 18px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .1);
}

.logi-sticky-menu .logi-sticky-menu__wrap,
.logi-sticky-menu .logi-sticky-menu__inner {
  width: min(100%, 1280px);
  min-height: 76px;
  margin: 0 auto;
  padding: 0 18px;
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr) minmax(230px, 280px);
  align-items: center;
  gap: 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 10%, rgba(56, 189, 248, .18), transparent 30%),
    radial-gradient(circle at 92% 20%, rgba(125, 211, 252, .12), transparent 28%),
    linear-gradient(135deg, rgba(2, 6, 23, .98), rgba(15, 23, 42, .97), rgba(30, 41, 59, .97));
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow:
    0 26px 70px rgba(2, 6, 23, .3),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  overflow: hidden;
}

.logi-sticky-menu .logi-sticky-menu__logo {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white-color);
  text-decoration: none;
  white-space: nowrap;
}

.logi-sticky-menu .logi-sticky-menu__logo span {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--dark-color);
  background: linear-gradient(135deg, var(--accent-color), #7dd3fc);
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(56, 189, 248, .34);
}

.logi-sticky-menu .logi-sticky-menu__logoText {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.logi-sticky-menu .logi-sticky-menu__logoText strong,
.logi-sticky-menu .logi-sticky-menu__logo {
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.logi-sticky-menu .logi-sticky-menu__logoText small {
  margin-top: 3px;
  color: rgba(219, 228, 238, .55);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.logi-sticky-menu .logi-sticky-menu__nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}

.logi-sticky-menu .logi-sticky-menu__nav a {
  position: relative;
  flex: 0 1 auto;
  padding: 12px 11px;
  border-radius: 999px;
  color: rgba(219, 228, 238, .78);
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: .25s ease;
}

.logi-sticky-menu .logi-sticky-menu__nav a::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-color);
  transform: scaleX(0);
  transform-origin: center;
  transition: .25s ease;
}

.logi-sticky-menu .logi-sticky-menu__nav a:hover {
  color: var(--white-color);
  background: rgba(255, 255, 255, .07);
}

.logi-sticky-menu .logi-sticky-menu__nav a:hover::before {
  transform: scaleX(1);
}

.logi-sticky-menu .logi-sticky-menu__actions {
  min-width: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.logi-sticky-menu .logi-sticky-menu__phone {
  min-width: 0;
  max-width: 132px;
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  color: rgba(219, 228, 238, .86);
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .08);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .25s ease;
}

.logi-sticky-menu .logi-sticky-menu__phone i {
  flex: 0 0 auto;
  color: var(--accent-color);
  font-size: 12px;
}

.logi-sticky-menu .logi-sticky-menu__phone:hover {
  color: var(--white-color);
  background: rgba(255, 255, 255, .09);
  transform: translateY(-2px);
}

.logi-sticky-menu .logi-sticky-menu__btn {
  flex: 0 0 auto;
  min-width: 128px;
  height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--dark-color);
  background: linear-gradient(135deg, var(--accent-color), #7dd3fc);
  text-decoration: none;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(56, 189, 248, .28);
  transition: .25s ease;
}

.logi-sticky-menu .logi-sticky-menu__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(56, 189, 248, .38);
}

@media (max-width: 1199px) {

  .logi-sticky-menu .logi-sticky-menu__wrap,
  .logi-sticky-menu .logi-sticky-menu__inner {
    grid-template-columns: 220px minmax(0, 1fr) 150px;
    gap: 12px;
  }

  .logi-sticky-menu .logi-sticky-menu__phone {
    display: none;
  }

  .logi-sticky-menu .logi-sticky-menu__btn {
    min-width: 140px;
  }

  .logi-sticky-menu .logi-sticky-menu__nav a {
    padding: 12px 9px;
    font-size: 12.5px;
  }
}

@media (max-width: 991px) {
  .logi-sticky-menu {
    display: none !important;
  }

  .logi-sticky-menu+.logi-sticky-menu__space {
    display: none !important;
  }
}

.logi-mobile-menu {
  display: none;
}

.logi-mobile-menu * {
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .logi-mobile-menu {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 999999;
    display: block;
    padding: 12px;
  }

  .logi-mobile-menu__space {
    display: block;
    height: 82px;
  }

  .logi-mobile-menu__bar {
    min-height: 58px;
    padding: 8px;
    display: grid;
    grid-template-columns: 1fr 46px 46px;
    align-items: center;
    gap: 8px;
    border-radius: 22px;
    background:
      radial-gradient(circle at 8% 15%, rgba(56, 189, 248, .2), transparent 32%),
      linear-gradient(135deg, rgba(2, 6, 23, .97), rgba(15, 23, 42, .96), rgba(30, 41, 59, .96));
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow:
      0 20px 55px rgba(2, 6, 23, .28),
      inset 0 1px 0 rgba(255, 255, 255, .08);
  }

  .logi-mobile-menu__logo {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
  }

  .logi-mobile-menu__logo span {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #020617;
    background: linear-gradient(135deg, #38bdf8, #7dd3fc);
    font-size: 16px;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(56, 189, 248, .34);
  }

  .logi-mobile-menu__logo strong {
    display: block;
    max-width: 150px;
    font-size: 17px;
    font-weight: 950;
    letter-spacing: -.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .logi-mobile-menu__call,
  .logi-mobile-menu__toggle {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .06);
    color: #38bdf8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .logi-mobile-menu__toggle {
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
  }

  .logi-mobile-menu__toggle span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #ffffff;
    transition: .25s ease;
  }

  .logi-mobile-menu.is-open .logi-mobile-menu__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .logi-mobile-menu.is-open .logi-mobile-menu__toggle span:nth-child(2) {
    opacity: 0;
  }

  .logi-mobile-menu.is-open .logi-mobile-menu__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .logi-mobile-menu__overlay {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: rgba(2, 6, 23, .58);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: .28s ease;
  }

  .logi-mobile-menu.is-open .logi-mobile-menu__overlay {
    opacity: 1;
    visibility: visible;
  }

  .logi-mobile-menu__panel {
    position: fixed;
    top: 12px;
    right: 12px;
    bottom: 12px;
    width: min(86vw, 360px);
    padding: 16px;
    border-radius: 28px;
    background:
      radial-gradient(circle at top right, rgba(56, 189, 248, .18), transparent 34%),
      linear-gradient(180deg, rgba(2, 6, 23, .98), rgba(15, 23, 42, .98));
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: -24px 0 70px rgba(0, 0, 0, .35);
    transform: translateX(calc(100% + 20px));
    opacity: 0;
    visibility: hidden;
    transition: .32s cubic-bezier(.22, 1, .36, 1);
    overflow-y: auto;
  }

  .logi-mobile-menu.is-open .logi-mobile-menu__panel {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .logi-mobile-menu__panelHead {
    padding-bottom: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .logi-mobile-menu__panelHead strong {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.04em;
  }

  .logi-mobile-menu__panelHead small {
    display: block;
    margin-top: 4px;
    color: rgba(219, 228, 238, .55);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .logi-mobile-menu__close {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, .07);
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }

  .logi-mobile-menu__nav {
    display: grid;
    gap: 10px;
  }

  .logi-mobile-menu__nav a {
    position: relative;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    color: rgba(219, 228, 238, .86);
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .06);
    text-decoration: none;
    font-size: 15px;
    font-weight: 850;
    transition: .25s ease;
  }

  .logi-mobile-menu__nav a::after {
    content: "›";
    margin-left: auto;
    color: #38bdf8;
    font-size: 24px;
    line-height: 1;
  }

  .logi-mobile-menu__nav a:hover {
    color: #ffffff;
    background: rgba(56, 189, 248, .12);
    border-color: rgba(56, 189, 248, .28);
    transform: translateX(4px);
  }

  .logi-mobile-menu__actions {
    margin-top: 18px;
    padding-top: 18px;
    display: grid;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .logi-mobile-menu__phone,
  .logi-mobile-menu__btn {
    min-height: 52px;
    padding: 0 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 950;
  }

  .logi-mobile-menu__phone {
    color: #ffffff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
  }

  .logi-mobile-menu__btn {
    color: #020617;
    background: linear-gradient(135deg, #38bdf8, #7dd3fc);
    box-shadow: 0 18px 38px rgba(56, 189, 248, .28);
  }
}

@media (min-width: 992px) {

  .logi-mobile-menu,
  .logi-mobile-menu__space {
    display: none !important;
  }
}


.re-hero-luxury {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px 0 70px;
  background:
    linear-gradient(90deg,
      rgba(2, 6, 23, 0.96) 0%,
      rgba(15, 23, 42, 0.88) 42%,
      rgba(15, 23, 42, 0.48) 72%,
      rgba(2, 6, 23, 0.82) 100%),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=85") center center / cover no-repeat;
}

.re-hero-luxury * {
  box-sizing: border-box;
}

.re-hero-luxury__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(212, 160, 23, 0.14), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.06), transparent 25%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.18), rgba(2, 6, 23, 0.72));
  pointer-events: none;
}

.re-hero-luxury__glow {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.12);
  filter: blur(80px);
  pointer-events: none;
}

.re-hero-luxury__glow--one {
  top: 5%;
  left: 6%;
}

.re-hero-luxury__glow--two {
  right: 5%;
  bottom: 5%;
}

.re-hero-luxury__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 50px;
  align-items: center;
}

.re-hero-luxury__content {
  max-width: 720px;
}

.re-hero-luxury__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: var(--accent-color);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(212, 160, 23, 0.08);
  border: 1px solid rgba(212, 160, 23, 0.22);
  backdrop-filter: blur(14px);
}

.re-hero-luxury__badge span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent-color);
  box-shadow: 0 0 20px rgba(212, 160, 23, 0.7);
}

.re-hero-luxury__content h1 {
  margin: 0;
  max-width: 700px;
  color: var(--white-color);
  font-size: clamp(52px, 6vw, 92px);
  line-height: 0.94;
  letter-spacing: -4px;
  font-weight: 900;
}

.re-hero-luxury__content p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(203, 213, 225, 0.84);
  font-size: 17px;
  line-height: 1.8;
}

.re-hero-luxury__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.re-hero-luxury__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.4px;
  transition: 0.35s ease;
}

.re-hero-luxury__btn--primary {
  color: #111827;
  background: linear-gradient(135deg, #f7d77b, var(--accent-color));
  box-shadow:
    0 14px 40px rgba(212, 160, 23, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.re-hero-luxury__btn--outline {
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
}

.re-hero-luxury__btn:hover {
  transform: translateY(-4px);
}

.re-hero-luxury__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.re-hero-luxury__trust div {
  min-width: 145px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.re-hero-luxury__trust strong {
  display: block;
  color: var(--white-color);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.re-hero-luxury__trust span {
  display: block;
  margin-top: 7px;
  color: rgba(203, 213, 225, 0.7);
  font-size: 12px;
  font-weight: 600;
}

.re-hero-luxury__search {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 50px rgba(212, 160, 23, 0.06);
}

.re-hero-luxury__search::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(212, 160, 23, 0.14), transparent 34%);
  pointer-events: none;
}

.re-hero-luxury__searchHead {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}

.re-hero-luxury__searchHead span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-color);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.re-hero-luxury__searchHead strong {
  color: var(--white-color);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.re-hero-luxury__form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.re-hero-luxury__field {
  display: grid;
  gap: 7px;
}

.re-hero-luxury__field label {
  color: rgba(203, 213, 225, 0.68);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.re-hero-luxury__field select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  outline: none;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: 0.3s ease;
}

.re-hero-luxury__field select option {
  color: #111827;
}

.re-hero-luxury__field select:focus {
  border-color: rgba(212, 160, 23, 0.6);
  box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.1);
}

.re-hero-luxury__searchBtn {
  width: 100%;
  height: 56px;
  margin-top: 6px;
  border: 0;
  border-radius: 16px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  background: linear-gradient(135deg, #f8df91, var(--accent-color));
  box-shadow:
    0 14px 38px rgba(212, 160, 23, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: 0.35s ease;
}

.re-hero-luxury__searchBtn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 20px 48px rgba(212, 160, 23, 0.34);
}

@media (max-width: 1180px) {

  .re-hero-luxury {
    min-height: auto;
    padding: 120px 0 80px;
  }

  .re-hero-luxury__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .re-hero-luxury__search {
    max-width: 720px;
  }

}

@media (max-width: 768px) {

  .re-hero-luxury {
    padding: 110px 0 60px;
    background:
      linear-gradient(180deg,
        rgba(2, 6, 23, 0.94) 0%,
        rgba(15, 23, 42, 0.82) 50%,
        rgba(2, 6, 23, 0.95) 100%),
      url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1200&q=85") center / cover no-repeat;
  }

  .re-hero-luxury__container {
    padding: 0 18px;
    gap: 34px;
  }

  .re-hero-luxury__content h1 {
    font-size: 50px;
    line-height: 0.98;
    letter-spacing: -2px;
  }

  .re-hero-luxury__content p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .re-hero-luxury__actions {
    margin-top: 28px;
  }

  .re-hero-luxury__btn {
    width: 100%;
  }

  .re-hero-luxury__trust {
    margin-top: 30px;
    gap: 12px;
  }

  .re-hero-luxury__trust div {
    flex: 1 1 calc(50% - 12px);
    min-width: 0;
  }

  .re-hero-luxury__trust strong {
    font-size: 24px;
  }

  .re-hero-luxury__search {
    padding: 22px;
    border-radius: 24px;
  }

  .re-hero-luxury__searchHead strong {
    font-size: 20px;
  }

}

.re-property-search {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 100px 0 110px;
  background:
    linear-gradient(180deg,
      #f8fafc 0%,
      #eef2f7 100%);
}

.re-property-search * {
  box-sizing: border-box;
}

.re-property-search__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.re-property-search__bar {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 34px;
  background:
    linear-gradient(135deg,
      rgba(15, 23, 42, 0.96),
      rgba(30, 41, 59, 0.9));
  border: 1px solid rgba(212, 160, 23, 0.22);
  backdrop-filter: blur(20px);
  box-shadow:
    0 35px 90px rgba(15, 23, 42, 0.22),
    0 0 55px rgba(212, 160, 23, 0.08);
}

.re-property-search__bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(212, 160, 23, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.07), transparent 28%);
  pointer-events: none;
}

.re-property-search__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.re-property-search__head span {
  display: inline-flex;
  align-items: center;
  color: var(--accent-color);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.re-property-search__head h2 {
  margin: 0;
  color: var(--white-color);
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
}

.re-property-search__form {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 1fr 0.9fr 170px;
  gap: 14px;
  align-items: end;
}

.re-property-search__field {
  display: grid;
  gap: 9px;
}

.re-property-search__field label {
  color: rgba(203, 213, 225, 0.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.re-property-search__field select {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  outline: none;
  cursor: pointer;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: 0.3s ease;
}

.re-property-search__field select option {
  color: #111827;
}

.re-property-search__field select:hover,
.re-property-search__field select:focus {
  border-color: rgba(212, 160, 23, 0.7);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.1);
}

.re-property-search__btn {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(135deg, #f8df91, var(--accent-color));
  box-shadow:
    0 18px 42px rgba(212, 160, 23, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: 0.35s ease;
}

.re-property-search__btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(212, 160, 23, 0.38);
}

@media (max-width: 1180px) {
  .re-property-search {
    padding: 80px 0 90px;
  }

  .re-property-search__form {
    grid-template-columns: repeat(2, 1fr);
  }

  .re-property-search__btn {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .re-property-search {
    padding: 65px 0 70px;
  }

  .re-property-search__container {
    padding: 0 18px;
  }

  .re-property-search__bar {
    padding: 24px;
    border-radius: 26px;
  }

  .re-property-search__head {
    display: block;
    margin-bottom: 22px;
  }

  .re-property-search__head span {
    margin-bottom: 10px;
  }

  .re-property-search__head h2 {
    font-size: 27px;
  }

  .re-property-search__form {
    grid-template-columns: 1fr;
  }

  .re-property-search__btn {
    grid-column: auto;
  }
}

.lux-featured-properties {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(212, 160, 23, 0.13), transparent 32%),
    linear-gradient(180deg, var(--dark-color), var(--primary-color));
  overflow: hidden;
}

.lux-featured-properties::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: 0.25;
  pointer-events: none;
}

.lux-featured-properties__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.lux-featured-properties__head {
  max-width: 720px;
  margin-bottom: 42px;
}

.lux-featured-properties__head span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.lux-featured-properties__head h2 {
  margin: 0 0 16px;
  color: var(--white-color);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 800;
}

.lux-featured-properties__head p {
  margin: 0;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.7;
}

.lux-featured-properties__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.lux-featured-properties__card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.76);
  border: 1px solid rgba(212, 160, 23, 0.22);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  transition: 0.45s ease;
}

.lux-featured-properties__card:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 160, 23, 0.55);
  box-shadow: 0 34px 100px rgba(212, 160, 23, 0.16);
}

.lux-featured-properties__image {
  position: relative;
  height: 285px;
  overflow: hidden;
}

.lux-featured-properties__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.08), rgba(2, 6, 23, 0.9)),
    linear-gradient(90deg, rgba(2, 6, 23, 0.45), transparent);
}

.lux-featured-properties__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s ease;
}

.lux-featured-properties__card:hover .lux-featured-properties__image img {
  transform: scale(1.12);
}

.lux-featured-properties__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 15px;
  border-radius: 999px;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lux-featured-properties__badge.hot {
  background: linear-gradient(135deg, #d4a017, #f5c84b);
  color: #1a1200;
}

.lux-featured-properties__badge.new {
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.lux-featured-properties__price {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--white-color);
  font-size: 26px;
  font-weight: 800;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

.lux-featured-properties__body {
  padding: 26px;
}

.lux-featured-properties__body h3 {
  margin: 0 0 10px;
  color: var(--white-color);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.lux-featured-properties__location {
  margin: 0 0 22px;
  color: var(--text-color);
  font-size: 15px;
}

.lux-featured-properties__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.lux-featured-properties__meta span {
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--text-color);
  font-size: 13px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.lux-featured-properties__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 999px;
  color: #1a1200;
  background: linear-gradient(135deg, #d4a017, #f4d06f);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(212, 160, 23, 0.24);
  transition: 0.35s ease;
}

.lux-featured-properties__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(212, 160, 23, 0.36);
}

@media (max-width: 991px) {
  .lux-featured-properties {
    padding: 72px 0;
  }

  .lux-featured-properties__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .lux-featured-properties {
    padding: 60px 0;
  }

  .lux-featured-properties__grid {
    grid-template-columns: 1fr;
  }

  .lux-featured-properties__image {
    height: 250px;
  }

  .lux-featured-properties__body {
    padding: 22px;
  }
}

.lux-about-company {
  position: relative;
  padding: 78px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 160, 23, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f5ef 100%);
  overflow: hidden;
}

.lux-about-company::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.08);
  filter: blur(10px);
}

.lux-about-company__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

/* LEFT */

.lux-about-company__content {
  position: relative;
  padding: 42px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.lux-about-company__content::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.12);
}

.lux-about-company__content::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.4;
  pointer-events: none;
}

.lux-about-company__content>* {
  position: relative;
  z-index: 2;
}

.lux-about-company__content span {
  display: inline-block;
  margin-bottom: 12px;
  color: #d4a017;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.lux-about-company__content h2 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -1.4px;
}

.lux-about-company__content p {
  margin: 0 0 28px;
  color: #475569;
  font-size: 15px;
  line-height: 1.8;
}

/* STATS */

.lux-about-company__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.lux-about-company__stats div {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(248, 250, 252, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: 0.35s ease;
}

.lux-about-company__stats div:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 160, 23, 0.35);
  box-shadow: 0 18px 40px rgba(212, 160, 23, 0.12);
}

.lux-about-company__stats strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.lux-about-company__stats small {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

/* BUTTON */

.lux-about-company__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4a017, #f4d06f);
  color: #1a1200;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(212, 160, 23, 0.22);
  transition: 0.35s ease;
}

.lux-about-company__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(212, 160, 23, 0.34);
}

/* RIGHT */

.lux-about-company__visual {
  position: relative;
  min-height: 470px;
}

.lux-about-company__image {
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
}

.lux-about-company__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(2, 6, 23, 0.58));
}

.lux-about-company__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s ease;
}

.lux-about-company__image:hover img {
  transform: scale(1.08);
}

.lux-about-company__image--main {
  top: 0;
  right: 0;
  width: 76%;
  height: 385px;
}

.lux-about-company__image--small {
  left: 0;
  bottom: 0;
  width: 42%;
  height: 215px;
  border: 6px solid #fff;
}

/* TRUST CARD */

.lux-about-company__trust {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 180px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(212, 160, 23, 0.32);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.24);
  backdrop-filter: blur(14px);
}

.lux-about-company__trust strong {
  display: block;
  margin-bottom: 5px;
  color: #d4a017;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.lux-about-company__trust span {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

/* MOBILE */

@media (max-width: 991px) {

  .lux-about-company {
    padding: 68px 0;
  }

  .lux-about-company__container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .lux-about-company__visual {
    min-height: 440px;
  }
}

@media (max-width: 640px) {

  .lux-about-company {
    padding: 56px 0;
  }

  .lux-about-company__content {
    padding: 30px 24px;
    border-radius: 28px;
  }

  .lux-about-company__stats {
    grid-template-columns: 1fr;
  }

  .lux-about-company__visual {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .lux-about-company__image {
    position: relative;
    width: 100%;
    height: 260px;
    inset: auto;
    border: none;
  }

  .lux-about-company__trust {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}

.lux-real-stats {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(212, 160, 23, 0.18), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #020617 0%, #0f172a 52%, #111827 100%);
  overflow: hidden;
}

.lux-real-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.35;
  pointer-events: none;
}

.lux-real-stats::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(980px, 80%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg,
      transparent,
      rgba(212, 160, 23, 0.9),
      transparent);
  box-shadow: 0 0 34px rgba(212, 160, 23, 0.65);
}

.lux-real-stats__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.lux-real-stats__head {
  max-width: 760px;
  margin-bottom: 46px;
}

.lux-real-stats__head span {
  display: inline-block;
  margin-bottom: 14px;
  color: #d4a017;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.lux-real-stats__head h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.6px;
}

.lux-real-stats__head p {
  max-width: 640px;
  margin: 0;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.75;
}

.lux-real-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(212, 160, 23, 0.2);
  border-radius: 34px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.62);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
}

.lux-real-stats__item {
  position: relative;
  min-height: 285px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: 0.4s ease;
}

.lux-real-stats__item:last-child {
  border-right: none;
}

.lux-real-stats__item::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 30px;
  height: 2px;
  background: linear-gradient(90deg, #d4a017, transparent);
  box-shadow: 0 0 24px rgba(212, 160, 23, 0.65);
  transform: scaleX(0.38);
  transform-origin: left;
  transition: 0.45s ease;
}

.lux-real-stats__item::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.12);
  filter: blur(5px);
  opacity: 0;
  transition: 0.45s ease;
}

.lux-real-stats__item:hover {
  background: rgba(212, 160, 23, 0.06);
  transform: translateY(-6px);
}

.lux-real-stats__item:hover::before {
  transform: scaleX(1);
}

.lux-real-stats__item:hover::after {
  opacity: 1;
}

.lux-real-stats__item strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(56px, 6vw, 86px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -3px;
  text-shadow: 0 0 34px rgba(212, 160, 23, 0.28);
}

.lux-real-stats__item h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 850;
}

.lux-real-stats__item p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .lux-real-stats {
    padding: 72px 0;
  }

  .lux-real-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lux-real-stats__item {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .lux-real-stats__item:nth-child(2n) {
    border-right: none;
  }

  .lux-real-stats__item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

@media (max-width: 640px) {
  .lux-real-stats {
    padding: 60px 0;
  }

  .lux-real-stats__head {
    margin-bottom: 32px;
  }

  .lux-real-stats__grid {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .lux-real-stats__item {
    min-height: 230px;
    padding: 30px 24px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .lux-real-stats__item:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .lux-real-stats__item:last-child {
    border-bottom: none;
  }
}

.lux-real-why {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(212, 160, 23, 0.12), transparent 30%),
    linear-gradient(180deg, #f8f5ef 0%, #ffffff 100%);
  overflow: hidden;
}

.lux-real-why::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -170px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.1);
  filter: blur(12px);
}

.lux-real-why::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  opacity: 0.28;
  pointer-events: none;
}

.lux-real-why__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.lux-real-why__head {
  max-width: 760px;
  margin-bottom: 42px;
}

.lux-real-why__head span {
  display: inline-block;
  margin-bottom: 14px;
  color: #d4a017;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.lux-real-why__head h2 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.lux-real-why__head p {
  max-width: 640px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.lux-real-why__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.lux-real-why__card {
  position: relative;
  min-height: 285px;
  padding: 28px 22px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow: hidden;
  transition: 0.4s ease;
}

.lux-real-why__card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #d4a017, transparent);
  opacity: 0;
  box-shadow: 0 0 24px rgba(212, 160, 23, 0.7);
  transition: 0.4s ease;
}

.lux-real-why__card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.12);
  opacity: 0;
  transition: 0.4s ease;
}

.lux-real-why__card:hover {
  transform: translateY(-9px);
  border-color: rgba(212, 160, 23, 0.42);
  box-shadow:
    0 32px 80px rgba(15, 23, 42, 0.12),
    0 0 38px rgba(212, 160, 23, 0.16);
}

.lux-real-why__card:hover::before,
.lux-real-why__card:hover::after {
  opacity: 1;
}

.lux-real-why__icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 160, 23, 0.1);
  border: 1px solid rgba(212, 160, 23, 0.26);
}

.lux-real-why__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #d4a017;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lux-real-why__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.lux-real-why__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .lux-real-why__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .lux-real-why {
    padding: 66px 0;
  }

  .lux-real-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lux-real-why__card {
    min-height: 250px;
  }
}

@media (max-width: 520px) {
  .lux-real-why {
    padding: 56px 0;
  }

  .lux-real-why__grid {
    grid-template-columns: 1fr;
  }

  .lux-real-why__card {
    min-height: auto;
  }
}

.lux-property-categories {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(212, 160, 23, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f5ef 100%);
  overflow: hidden;
}

.lux-property-categories::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -170px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.1);
  filter: blur(10px);
}

.lux-property-categories::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.25;
  pointer-events: none;
}

.lux-property-categories__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.lux-property-categories__head {
  max-width: 760px;
  margin-bottom: 42px;
}

.lux-property-categories__head span {
  display: inline-block;
  margin-bottom: 14px;
  color: #d4a017;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.lux-property-categories__head h2 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.lux-property-categories__head p {
  max-width: 620px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.lux-property-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 245px;
  gap: 20px;
}

.lux-property-categories__card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  text-decoration: none;
  isolation: isolate;
  background: #0f172a;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  border: 1px solid rgba(212, 160, 23, 0.18);
  transition: 0.45s ease;
}

.lux-property-categories__card--large {
  grid-column: span 2;
  grid-row: span 2;
}

.lux-property-categories__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s ease;
}

.lux-property-categories__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.08) 0%, rgba(2, 6, 23, 0.82) 100%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.55), transparent 68%);
  transition: 0.45s ease;
}

.lux-property-categories__card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(212, 160, 23, 0.34);
  border-radius: 24px;
  opacity: 0;
  transform: scale(0.96);
  transition: 0.45s ease;
  pointer-events: none;
}

.lux-property-categories__card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, #d4a017, transparent);
  box-shadow: 0 0 22px rgba(212, 160, 23, 0.72);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.45s ease;
}

.lux-property-categories__card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 160, 23, 0.48);
  box-shadow:
    0 34px 90px rgba(15, 23, 42, 0.2),
    0 0 38px rgba(212, 160, 23, 0.16);
}

.lux-property-categories__card:hover img {
  transform: scale(1.12);
}

.lux-property-categories__card:hover .lux-property-categories__overlay {
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.15) 0%, rgba(2, 6, 23, 0.9) 100%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.7), transparent 70%);
}

.lux-property-categories__card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.lux-property-categories__card:hover::after {
  transform: scaleX(1);
}

.lux-property-categories__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 32px;
  z-index: 3;
}

.lux-property-categories__content span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #f4d06f;
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.3);
  font-size: 12px;
  font-weight: 800;
}

.lux-property-categories__content h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.lux-property-categories__card--large .lux-property-categories__content h3 {
  font-size: clamp(34px, 4vw, 50px);
}

.lux-property-categories__content p {
  max-width: 360px;
  margin: 0;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .lux-property-categories {
    padding: 72px 0;
  }

  .lux-property-categories__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 240px;
  }

  .lux-property-categories__card--large {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 560px) {
  .lux-property-categories {
    padding: 58px 0;
  }

  .lux-property-categories__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .lux-property-categories__card--large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .lux-property-categories__content {
    left: 22px;
    right: 22px;
    bottom: 26px;
  }

  .lux-property-categories__card--large .lux-property-categories__content h3,
  .lux-property-categories__content h3 {
    font-size: 28px;
  }
}

.lux-real-showcase {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #020617;
}

.lux-real-showcase__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.lux-real-showcase__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 70% 40%, rgba(212, 160, 23, 0.14), transparent 32%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.68) 46%, rgba(2, 6, 23, 0.25) 100%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.4) 0%, rgba(2, 6, 23, 0.86) 100%);
}

.lux-real-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.18;
  pointer-events: none;
}

.lux-real-showcase::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  width: min(960px, 82%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(212, 160, 23, 0.9), transparent);
  box-shadow: 0 0 34px rgba(212, 160, 23, 0.75);
}

.lux-real-showcase__container {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 60px;
  align-items: end;
}

.lux-real-showcase__content {
  max-width: 760px;
}

.lux-real-showcase__content>span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #f4d06f;
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.32);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.lux-real-showcase__content h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -2.4px;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.lux-real-showcase__content p {
  max-width: 660px;
  margin: 0 0 36px;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.75;
}

.lux-real-showcase__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lux-real-showcase__play {
  position: relative;
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d4a017, #f4d06f);
  box-shadow:
    0 24px 60px rgba(212, 160, 23, 0.32),
    0 0 0 12px rgba(212, 160, 23, 0.12);
  text-decoration: none;
  transition: 0.35s ease;
}

.lux-real-showcase__play::before,
.lux-real-showcase__play::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(212, 160, 23, 0.45);
  animation: luxShowcasePulse 2.2s linear infinite;
}

.lux-real-showcase__play::after {
  inset: -24px;
  animation-delay: 0.7s;
  opacity: 0.55;
}

.lux-real-showcase__play:hover {
  transform: scale(1.08);
  box-shadow:
    0 30px 76px rgba(212, 160, 23, 0.45),
    0 0 0 14px rgba(212, 160, 23, 0.16);
}

.lux-real-showcase__play i {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 21px solid #1a1200;
}

.lux-real-showcase__actions strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.lux-real-showcase__actions small {
  display: block;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.5;
}

.lux-real-showcase__info {
  display: grid;
  gap: 16px;
}

.lux-real-showcase__info div {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(212, 160, 23, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.lux-real-showcase__info div::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, #d4a017, transparent);
  box-shadow: 0 0 22px rgba(212, 160, 23, 0.7);
}

.lux-real-showcase__info strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1px;
}

.lux-real-showcase__info span {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 700;
}

@keyframes luxShowcasePulse {
  0% {
    transform: scale(0.88);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .lux-real-showcase {
    min-height: auto;
    padding: 110px 0;
  }

  .lux-real-showcase__container {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .lux-real-showcase__info {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .lux-real-showcase {
    padding: 86px 0;
  }

  .lux-real-showcase__container {
    width: min(100% - 28px, 1180px);
  }

  .lux-real-showcase__content h2 {
    font-size: 40px;
    letter-spacing: -1.4px;
  }

  .lux-real-showcase__actions {
    align-items: flex-start;
  }

  .lux-real-showcase__play {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .lux-real-showcase__info {
    grid-template-columns: 1fr;
  }
}


.real-process {
  position: relative;
  overflow: hidden;
  padding: 95px 20px;
  background:
    radial-gradient(circle at top left, rgba(212, 160, 23, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.06), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--primary-color);
}

.real-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: 0.5;
}

.real-process__container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.real-process__head {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}

.real-process__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(212, 160, 23, 0.2);
  background: rgba(212, 160, 23, 0.08);
  color: var(--accent-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.real-process__head h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -2px;
  color: var(--primary-color);
}

.real-process__head p {
  margin: 22px auto 0;
  max-width: 620px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

.real-process__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  padding-top: 50px;
}

.real-process__line {
  position: absolute;
  top: 86px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg,
      transparent,
      rgba(212, 160, 23, 0.2),
      var(--accent-color),
      rgba(212, 160, 23, 0.2),
      transparent);
  box-shadow: 0 0 26px rgba(212, 160, 23, 0.45);
}

.real-process__item {
  position: relative;
  text-align: center;
}

.real-process__number {
  position: relative;
  z-index: 2;
  width: 76px;
  height: 76px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    linear-gradient(145deg, #ffffff, #f1f5f9);
  border: 1px solid rgba(212, 160, 23, 0.25);
  color: var(--accent-color);
  font-size: 24px;
  font-weight: 900;
  box-shadow:
    0 12px 30px rgba(15, 23, 42, 0.08),
    0 0 25px rgba(212, 160, 23, 0.18);
  transition: 0.35s ease;
}

.real-process__card {
  position: relative;
  min-height: 215px;
  padding: 34px 26px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 10px 35px rgba(15, 23, 42, 0.06);
  transition: 0.4s ease;
}

.real-process__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg,
      rgba(212, 160, 23, 0.4),
      transparent,
      transparent);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.real-process__card h3 {
  margin: 0 0 14px;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 800;
}

.real-process__card p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.8;
}

.real-process__item:hover .real-process__card {
  transform: translateY(-12px);
  box-shadow:
    0 25px 55px rgba(15, 23, 42, 0.12),
    0 0 30px rgba(212, 160, 23, 0.08);
}

.real-process__item:hover .real-process__number {
  transform: translateY(-8px) scale(1.05);
  background: linear-gradient(145deg, #d4a017, #b8860b);
  color: #ffffff;
  box-shadow:
    0 18px 40px rgba(212, 160, 23, 0.28),
    0 0 40px rgba(212, 160, 23, 0.4);
}

@media (max-width: 991px) {
  .real-process {
    padding: 75px 16px;
  }

  .real-process__timeline {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 0;
  }

  .real-process__line {
    top: 0;
    bottom: 0;
    left: 38px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg,
        transparent,
        rgba(212, 160, 23, 0.2),
        var(--accent-color),
        rgba(212, 160, 23, 0.2),
        transparent);
  }

  .real-process__item {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 22px;
    align-items: stretch;
    text-align: left;
  }

  .real-process__number {
    margin: 0;
  }

  .real-process__card {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .real-process__head {
    text-align: left;
    margin-bottom: 42px;
  }

  .real-process__item {
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }

  .real-process__number {
    width: 60px;
    height: 60px;
    font-size: 19px;
  }

  .real-process__line {
    left: 29px;
  }

  .real-process__card {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .real-process__head p {
    font-size: 15px;
  }
}

.luxury-highlight-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0 86px;
  background:
    radial-gradient(circle at 12% 0%, rgba(212, 160, 23, 0.10), transparent 28%),
    linear-gradient(180deg, var(--primary-color), var(--dark-color));
}

.luxury-highlight-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 90px 90px;
  opacity: 0.22;
  pointer-events: none;
}

.luxury-highlight-section .luxury-highlight-container {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.luxury-highlight-section .luxury-highlight-header {
  max-width: 760px;
  margin-bottom: 46px;
}

.luxury-highlight-section .luxury-highlight-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.10);
  border: 1px solid rgba(212, 160, 23, 0.30);
  color: var(--accent-color);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 800;
}

.luxury-highlight-section .luxury-highlight-header h2 {
  margin: 0 0 20px;
  color: var(--white-color);
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2px;
}

.luxury-highlight-section .luxury-highlight-header h2 span {
  display: block;
  color: var(--accent-color);
}

.luxury-highlight-section .luxury-highlight-header p {
  max-width: 690px;
  margin: 0;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.8;
}

.luxury-highlight-section .luxury-highlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 28px;
  align-items: stretch;
}

.luxury-highlight-section .luxury-highlight-main,
.luxury-highlight-section .luxury-highlight-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.34);
}

.luxury-highlight-section .luxury-highlight-main {
  min-height: 520px;
}

.luxury-highlight-section .luxury-highlight-side {
  display: grid;
  gap: 28px;
}

.luxury-highlight-section .luxury-highlight-card {
  min-height: 246px;
}

.luxury-highlight-section .luxury-highlight-card.tall {
  min-height: 246px;
}

.luxury-highlight-section .luxury-highlight-main img,
.luxury-highlight-section .luxury-highlight-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1s ease;
}

.luxury-highlight-section .luxury-highlight-main:hover img,
.luxury-highlight-section .luxury-highlight-card:hover img {
  transform: scale(1.06);
}

.luxury-highlight-section .luxury-highlight-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(2, 6, 23, 0.94), rgba(2, 6, 23, 0.20) 62%),
    linear-gradient(135deg, rgba(212, 160, 23, 0.10), transparent 42%);
}

.luxury-highlight-section .luxury-highlight-content {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 34px;
  z-index: 2;
}

.luxury-highlight-section .luxury-highlight-tag {
  display: inline-flex;
  align-items: center;
  padding: 9px 17px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.luxury-highlight-section .luxury-highlight-content h3 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--white-color);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.luxury-highlight-section .luxury-highlight-content.small h3 {
  max-width: 360px;
  margin-bottom: 0;
  font-size: 31px;
  line-height: 1.08;
}

.luxury-highlight-section .luxury-highlight-content p {
  max-width: 590px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
}

.luxury-highlight-section .luxury-highlight-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--accent-color);
  color: #111827;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.35s ease;
}

.luxury-highlight-section .luxury-highlight-content a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(212, 160, 23, 0.35);
}

.luxury-highlight-section .luxury-highlight-main::after,
.luxury-highlight-section .luxury-highlight-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

@media (max-width: 1100px) {
  .luxury-highlight-section {
    padding: 66px 0 76px;
  }

  .luxury-highlight-section .luxury-highlight-grid {
    grid-template-columns: 1fr;
  }

  .luxury-highlight-section .luxury-highlight-main {
    min-height: 480px;
  }

  .luxury-highlight-section .luxury-highlight-side {
    grid-template-columns: 1fr 1fr;
  }

  .luxury-highlight-section .luxury-highlight-card,
  .luxury-highlight-section .luxury-highlight-card.tall {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .luxury-highlight-section {
    padding: 56px 0 64px;
  }

  .luxury-highlight-section .luxury-highlight-container {
    width: min(100% - 32px, 1320px);
  }

  .luxury-highlight-section .luxury-highlight-header {
    margin-bottom: 34px;
  }

  .luxury-highlight-section .luxury-highlight-header h2 {
    font-size: 42px;
  }

  .luxury-highlight-section .luxury-highlight-header p {
    font-size: 15px;
    line-height: 1.7;
  }

  .luxury-highlight-section .luxury-highlight-main {
    min-height: 430px;
    border-radius: 28px;
  }

  .luxury-highlight-section .luxury-highlight-side {
    grid-template-columns: 1fr;
  }

  .luxury-highlight-section .luxury-highlight-card,
  .luxury-highlight-section .luxury-highlight-card.tall {
    min-height: 260px;
    border-radius: 28px;
  }

  .luxury-highlight-section .luxury-highlight-content {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .luxury-highlight-section .luxury-highlight-content h3 {
    font-size: 32px;
  }

  .luxury-highlight-section .luxury-highlight-content.small h3 {
    font-size: 26px;
  }

  .luxury-highlight-section .luxury-highlight-content p {
    font-size: 14px;
    line-height: 1.65;
  }

  .luxury-highlight-section .luxury-highlight-content a {
    height: 50px;
    min-width: 160px;
  }
}

.estate-gallery-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(212, 160, 23, 0.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.estate-gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 86px 86px;
  pointer-events: none;
}

.estate-gallery-section .estate-gallery-container {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.estate-gallery-section .estate-gallery-head {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 48px;
}

.estate-gallery-section .estate-gallery-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.10);
  border: 1px solid rgba(212, 160, 23, 0.28);
  color: var(--accent-color);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
}

.estate-gallery-section .estate-gallery-title-wrap h2 {
  margin: 0 0 20px;
  color: var(--primary-color);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2px;
}

.estate-gallery-section .estate-gallery-title-wrap h2 span {
  display: block;
  color: var(--accent-color);
}

.estate-gallery-section .estate-gallery-title-wrap p {
  max-width: 780px;
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.85;
}

.estate-gallery-section .estate-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 22px;
}

.estate-gallery-section .estate-gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 30px;
  background: var(--primary-color);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
  text-decoration: none;
  isolation: isolate;
}

.estate-gallery-section .estate-gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.estate-gallery-section .estate-gallery-tall {
  grid-row: span 2;
}

.estate-gallery-section .estate-gallery-wide {
  grid-column: span 2;
}

.estate-gallery-section .estate-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 1.1s ease, filter 1.1s ease;
}

.estate-gallery-section .estate-gallery-item:hover img {
  transform: scale(1.12);
  filter: saturate(1.08) contrast(1.05);
}

.estate-gallery-section .estate-gallery-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(2, 6, 23, 0.86), rgba(2, 6, 23, 0.08) 62%),
    radial-gradient(circle at top right, rgba(212, 160, 23, 0.18), transparent 34%);
  transition: opacity 0.4s ease;
}

.estate-gallery-section .estate-gallery-item:hover .estate-gallery-overlay {
  opacity: 0.96;
}

.estate-gallery-section .estate-gallery-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 2;
  transform: translateY(6px);
  transition: transform 0.4s ease;
}

.estate-gallery-section .estate-gallery-item:hover .estate-gallery-content {
  transform: translateY(0);
}

.estate-gallery-section .estate-gallery-content span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--white-color);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.estate-gallery-section .estate-gallery-content h3 {
  margin: 0;
  max-width: 420px;
  color: var(--white-color);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.estate-gallery-section .estate-gallery-item:not(.estate-gallery-large) .estate-gallery-content h3 {
  font-size: 23px;
}

.estate-gallery-section .estate-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

@media (max-width: 1100px) {
  .estate-gallery-section {
    padding: 76px 0;
  }

  .estate-gallery-section .estate-gallery-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .estate-gallery-section .estate-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 230px;
  }
}

@media (max-width: 768px) {
  .estate-gallery-section {
    padding: 58px 0;
  }

  .estate-gallery-section .estate-gallery-container {
    width: min(100% - 32px, 1320px);
  }

  .estate-gallery-section .estate-gallery-head {
    margin-bottom: 34px;
  }

  .estate-gallery-section .estate-gallery-title-wrap h2 {
    font-size: 40px;
  }

  .estate-gallery-section .estate-gallery-title-wrap p {
    font-size: 15px;
    line-height: 1.7;
  }

  .estate-gallery-section .estate-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
    gap: 18px;
  }

  .estate-gallery-section .estate-gallery-large,
  .estate-gallery-section .estate-gallery-tall,
  .estate-gallery-section .estate-gallery-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .estate-gallery-section .estate-gallery-item {
    border-radius: 26px;
  }

  .estate-gallery-section .estate-gallery-content {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .estate-gallery-section .estate-gallery-content h3,
  .estate-gallery-section .estate-gallery-item:not(.estate-gallery-large) .estate-gallery-content h3 {
    font-size: 25px;
  }
}

.estate-team-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(circle at top left,
      rgba(212, 160, 23, 0.07),
      transparent 22%),
    linear-gradient(180deg,
      #ffffff 0%,
      #f8fafc 100%);
}

.estate-team-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(15, 23, 42, 0.035) 1px,
      transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.035) 1px,
      transparent 1px);
  background-size: 90px 90px;
  pointer-events: none;
}

.estate-team-section .estate-team-container {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.estate-team-section .estate-team-head {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.estate-team-section .estate-team-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.10);
  border: 1px solid rgba(212, 160, 23, 0.22);
  color: var(--accent-color);
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 900;
}

.estate-team-section .estate-team-head h2 {
  margin: 0 0 18px;
  color: var(--primary-color);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2px;
}

.estate-team-section .estate-team-head h2 span {
  display: block;
  color: var(--accent-color);
}

.estate-team-section .estate-team-head p {
  max-width: 700px;
  margin: 0 auto;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.estate-team-section .estate-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.estate-team-section .estate-team-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 18px 50px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.estate-team-section .estate-team-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 28px 70px rgba(15, 23, 42, 0.12);
}

.estate-team-section .estate-team-card.featured {
  transform: translateY(-12px);
}

.estate-team-section .estate-team-card.featured:hover {
  transform: translateY(-20px);
}

.estate-team-section .estate-team-image {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.estate-team-section .estate-team-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1s ease;
  filter: saturate(0.94) contrast(1.02);
}

.estate-team-section .estate-team-card:hover .estate-team-image img {
  transform: scale(1.06);
}

.estate-team-section .estate-team-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,
      rgba(2, 6, 23, 0.22),
      rgba(2, 6, 23, 0.02));
}

.estate-team-section .estate-team-content {
  position: relative;
  padding: 24px 24px 26px;
}

.estate-team-section .estate-team-role {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.10);
  color: var(--accent-color);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.estate-team-section .estate-team-content h3 {
  margin: 0 0 14px;
  color: var(--primary-color);
  font-size: 30px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -1px;
}

.estate-team-section .estate-team-content p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

.estate-team-section .estate-team-line {
  width: 100%;
  height: 1px;
  margin: 22px 0 18px;
  background:
    linear-gradient(90deg,
      rgba(212, 160, 23, 0.45),
      rgba(15, 23, 42, 0.04));
}

.estate-team-section .estate-team-social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.estate-team-section .estate-team-social a {
  position: relative;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  transition: color 0.3s ease;
}

.estate-team-section .estate-team-social a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-color);
  transition: width 0.3s ease;
}

.estate-team-section .estate-team-social a:hover {
  color: var(--accent-color);
}

.estate-team-section .estate-team-social a:hover::after {
  width: 100%;
}

.estate-team-section .estate-team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

@media (max-width: 1100px) {
  .estate-team-section {
    padding: 62px 0;
  }

  .estate-team-section .estate-team-grid {
    grid-template-columns: 1fr;
  }

  .estate-team-section .estate-team-card.featured,
  .estate-team-section .estate-team-card.featured:hover {
    transform: none;
  }

  .estate-team-section .estate-team-image {
    height: 340px;
  }
}

@media (max-width: 768px) {
  .estate-team-section {
    padding: 52px 0;
  }

  .estate-team-section .estate-team-container {
    width: min(100% - 32px, 1280px);
  }

  .estate-team-section .estate-team-head {
    margin-bottom: 34px;
  }

  .estate-team-section .estate-team-head h2 {
    font-size: 38px;
  }

  .estate-team-section .estate-team-head p {
    font-size: 14px;
    line-height: 1.7;
  }

  .estate-team-section .estate-team-grid {
    gap: 20px;
  }

  .estate-team-section .estate-team-card {
    border-radius: 26px;
  }

  .estate-team-section .estate-team-image {
    height: 300px;
  }

  .estate-team-section .estate-team-content {
    padding: 22px;
  }

  .estate-team-section .estate-team-content h3 {
    font-size: 26px;
  }
}

.estate-testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(212, 160, 23, 0.12), transparent 28%),
    linear-gradient(180deg, var(--primary-color), var(--dark-color));
}

.estate-testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 90px 90px;
  opacity: 0.3;
  pointer-events: none;
}

.estate-testimonials-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -140px;
  bottom: -160px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.14);
  filter: blur(80px);
  pointer-events: none;
}

.estate-testimonials-section .estate-testimonials-container {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.estate-testimonials-section .estate-testimonials-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.estate-testimonials-section .estate-testimonials-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.28);
  color: var(--accent-color);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
}

.estate-testimonials-section .estate-testimonials-head h2 {
  margin: 0 0 18px;
  color: var(--white-color);
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2px;
}

.estate-testimonials-section .estate-testimonials-head h2 span {
  display: block;
  color: var(--accent-color);
}

.estate-testimonials-section .estate-testimonials-head p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.75;
}

.estate-testimonials-section .estate-testimonials-slider {
  overflow: hidden;
  padding: 8px 4px 18px;
}

.estate-testimonials-section .estate-testimonials-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(310px, 1fr));
  gap: 24px;
}

.estate-testimonials-section .estate-testimonials-card {
  position: relative;
  min-height: 330px;
  padding: 30px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 24px 70px rgba(2, 6, 23, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.estate-testimonials-section .estate-testimonials-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 160, 23, 0.36);
  box-shadow:
    0 34px 90px rgba(2, 6, 23, 0.42),
    0 0 40px rgba(212, 160, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.estate-testimonials-section .estate-testimonials-card.featured {
  background:
    radial-gradient(circle at top right, rgba(212, 160, 23, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  border-color: rgba(212, 160, 23, 0.28);
}

.estate-testimonials-section .estate-testimonials-card::before {
  content: "“";
  position: absolute;
  top: 18px;
  right: 26px;
  color: rgba(212, 160, 23, 0.22);
  font-size: 120px;
  line-height: 0.8;
  font-family: Georgia, serif;
  pointer-events: none;
}

.estate-testimonials-section .estate-testimonials-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.estate-testimonials-section .estate-testimonials-top img {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(212, 160, 23, 0.55);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.estate-testimonials-section .estate-testimonials-top h3 {
  margin: 0 0 6px;
  color: var(--white-color);
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
}

.estate-testimonials-section .estate-testimonials-top span {
  color: rgba(203, 213, 225, 0.82);
  font-size: 13px;
  line-height: 1.4;
}

.estate-testimonials-section .estate-testimonials-quote {
  position: relative;
  z-index: 2;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.8;
}

.estate-testimonials-section .estate-testimonials-project {
  position: relative;
  z-index: 2;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.estate-testimonials-section .estate-testimonials-project span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-color);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.estate-testimonials-section .estate-testimonials-project strong {
  display: block;
  color: var(--white-color);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.estate-testimonials-section .estate-testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.estate-testimonials-section .estate-testimonials-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.estate-testimonials-section .estate-testimonials-dots span.active {
  width: 34px;
  background: var(--accent-color);
}

@media (max-width: 1200px) {
  .estate-testimonials-section .estate-testimonials-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
  }

  .estate-testimonials-section .estate-testimonials-track::-webkit-scrollbar {
    height: 0;
  }

  .estate-testimonials-section .estate-testimonials-card {
    min-width: 360px;
    scroll-snap-align: start;
  }
}

@media (max-width: 768px) {
  .estate-testimonials-section {
    padding: 58px 0;
  }

  .estate-testimonials-section .estate-testimonials-container {
    width: min(100% - 32px, 1320px);
  }

  .estate-testimonials-section .estate-testimonials-head {
    margin-bottom: 34px;
  }

  .estate-testimonials-section .estate-testimonials-head h2 {
    font-size: 38px;
  }

  .estate-testimonials-section .estate-testimonials-head p {
    font-size: 14px;
    line-height: 1.7;
  }

  .estate-testimonials-section .estate-testimonials-card {
    min-width: 82%;
    min-height: 300px;
    padding: 24px;
    border-radius: 26px;
  }

  .estate-testimonials-section .estate-testimonials-top img {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .estate-testimonials-section .estate-testimonials-top h3 {
    font-size: 19px;
  }
}

.estate-news-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(212, 160, 23, 0.09), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.estate-news-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  pointer-events: none;
}

.estate-news-section .estate-news-container {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.estate-news-section .estate-news-head {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 34px;
}

.estate-news-section .estate-news-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 9px 18px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.10);
  border: 1px solid rgba(212, 160, 23, 0.24);
  color: var(--accent-color);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
}

.estate-news-section .estate-news-head h2 {
  margin: 0;
  color: var(--primary-color);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2px;
}

.estate-news-section .estate-news-head h2 span {
  display: block;
  color: var(--accent-color);
}

.estate-news-section .estate-news-head p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
}

.estate-news-section .estate-news-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.estate-news-section .estate-news-categories a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--primary-color);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: all 0.3s ease;
}

.estate-news-section .estate-news-categories a.active,
.estate-news-section .estate-news-categories a:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
}

.estate-news-section .estate-news-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 24px;
}

.estate-news-section .estate-news-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
  text-decoration: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.estate-news-section .estate-news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 80px rgba(15, 23, 42, 0.14);
}

.estate-news-section .estate-news-featured {
  grid-row: span 2;
  min-height: 610px;
}

.estate-news-section .estate-news-image {
  position: relative;
  height: 245px;
  overflow: hidden;
}

.estate-news-section .estate-news-featured .estate-news-image {
  height: 360px;
}

.estate-news-section .estate-news-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1s ease, filter 1s ease;
}

.estate-news-section .estate-news-card:hover .estate-news-image img {
  transform: scale(1.09);
  filter: saturate(1.08) contrast(1.05);
}

.estate-news-section .estate-news-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(2, 6, 23, 0.42), transparent 58%);
}

.estate-news-section .estate-news-image span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  display: inline-flex;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--white-color);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.estate-news-section .estate-news-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px;
}

.estate-news-section .estate-news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.estate-news-section .estate-news-meta span,
.estate-news-section .estate-news-meta small {
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.estate-news-section .estate-news-content h3 {
  margin: 0 0 18px;
  color: var(--primary-color);
  font-size: 25px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.estate-news-section .estate-news-featured .estate-news-content h3 {
  font-size: 34px;
  line-height: 1.12;
}

.estate-news-section .estate-news-content p {
  margin: 0 0 24px;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

.estate-news-section .estate-news-content strong {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.6px;
}

.estate-news-section .estate-news-content strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-color);
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.estate-news-section .estate-news-card:hover .estate-news-content strong::after {
  transform: scaleX(1);
}

@media (max-width: 1180px) {
  .estate-news-section .estate-news-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .estate-news-section .estate-news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .estate-news-section .estate-news-featured {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .estate-news-section {
    padding: 58px 0;
  }

  .estate-news-section .estate-news-container {
    width: min(100% - 32px, 1320px);
  }

  .estate-news-section .estate-news-head {
    margin-bottom: 28px;
  }

  .estate-news-section .estate-news-head h2 {
    font-size: 38px;
  }

  .estate-news-section .estate-news-head p {
    font-size: 14px;
    line-height: 1.7;
  }

  .estate-news-section .estate-news-categories {
    margin-bottom: 28px;
  }

  .estate-news-section .estate-news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .estate-news-section .estate-news-featured {
    grid-column: auto;
    min-height: auto;
  }

  .estate-news-section .estate-news-card {
    min-height: auto;
    border-radius: 26px;
  }

  .estate-news-section .estate-news-image,
  .estate-news-section .estate-news-featured .estate-news-image {
    height: 250px;
  }

  .estate-news-section .estate-news-content {
    padding: 22px;
  }

  .estate-news-section .estate-news-content h3,
  .estate-news-section .estate-news-featured .estate-news-content h3 {
    font-size: 24px;
  }
}

.estate-cta-section {
  position: relative;
  overflow: hidden;
  padding: 84px 0 96px;
  background:
    radial-gradient(circle at top left,
      rgba(212, 160, 23, 0.12),
      transparent 24%),
    linear-gradient(180deg,
      var(--primary-color),
      var(--dark-color));
}

.estate-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px,
      transparent 1px);
  background-size: 90px 90px;
  opacity: 0.3;
  pointer-events: none;
}

.estate-cta-section .estate-cta-container {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.estate-cta-section .estate-cta-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  gap: 40px;
  padding: 58px;
  border-radius: 40px;
  background:
    linear-gradient(135deg,
      rgba(15, 23, 42, 0.92),
      rgba(30, 41, 59, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 34px 90px rgba(2, 6, 23, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.estate-cta-section .estate-cta-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
}

.estate-cta-section .estate-cta-glow-1 {
  width: 320px;
  height: 320px;
  top: -120px;
  left: -80px;
  background: rgba(212, 160, 23, 0.18);
}

.estate-cta-section .estate-cta-glow-2 {
  width: 280px;
  height: 280px;
  right: -80px;
  bottom: -120px;
  background: rgba(212, 160, 23, 0.14);
}

.estate-cta-section .estate-cta-content {
  position: relative;
  z-index: 2;
}

.estate-cta-section .estate-cta-label {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.28);
  color: var(--accent-color);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
}

.estate-cta-section .estate-cta-content h2 {
  margin: 0 0 24px;
  color: var(--white-color);
  font-size: clamp(44px, 5vw, 74px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2px;
}

.estate-cta-section .estate-cta-content h2 span {
  display: block;
  color: var(--accent-color);
}

.estate-cta-section .estate-cta-content p {
  max-width: 720px;
  margin: 0 0 34px;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.85;
}

.estate-cta-section .estate-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.estate-cta-section .estate-cta-hotline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 240px;
  min-height: 74px;
  padding: 0 26px;
  border-radius: 24px;
  background:
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.10),
      rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-decoration: none;
  transition: all 0.35s ease;
}

.estate-cta-section .estate-cta-hotline:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 160, 23, 0.30);
}

.estate-cta-section .estate-cta-hotline small {
  margin-bottom: 6px;
  color: rgba(203, 213, 225, 0.82);
  font-size: 12px;
  font-weight: 700;
}

.estate-cta-section .estate-cta-hotline strong {
  color: var(--white-color);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.estate-cta-section .estate-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 74px;
  padding: 0 34px;
  border-radius: 24px;
  background: var(--accent-color);
  color: #111827;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.5px;
  box-shadow:
    0 22px 50px rgba(212, 160, 23, 0.24);
  transition: all 0.35s ease;
}

.estate-cta-section .estate-cta-btn:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 60px rgba(212, 160, 23, 0.34);
}

.estate-cta-section .estate-cta-side {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.estate-cta-section .estate-cta-card {
  padding: 24px 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.10),
      rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: all 0.35s ease;
}

.estate-cta-section .estate-cta-card:hover {
  transform: translateX(8px);
  border-color: rgba(212, 160, 23, 0.26);
}

.estate-cta-section .estate-cta-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-color);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.estate-cta-section .estate-cta-card strong {
  display: block;
  color: var(--white-color);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .estate-cta-section {
    padding: 72px 0 82px;
  }

  .estate-cta-section .estate-cta-box {
    grid-template-columns: 1fr;
    padding: 46px;
  }
}

@media (max-width: 768px) {
  .estate-cta-section {
    padding: 56px 0 64px;
  }

  .estate-cta-section .estate-cta-container {
    width: min(100% - 32px, 1320px);
  }

  .estate-cta-section .estate-cta-box {
    gap: 28px;
    padding: 32px 24px;
    border-radius: 30px;
  }

  .estate-cta-section .estate-cta-content h2 {
    font-size: 40px;
  }

  .estate-cta-section .estate-cta-content p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 28px;
  }

  .estate-cta-section .estate-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .estate-cta-section .estate-cta-hotline,
  .estate-cta-section .estate-cta-btn {
    width: 100%;
    min-width: unset;
    height: 66px;
    border-radius: 20px;
  }

  .estate-cta-section .estate-cta-hotline strong {
    font-size: 22px;
  }

  .estate-cta-section .estate-cta-card {
    padding: 22px;
    border-radius: 24px;
  }

  .estate-cta-section .estate-cta-card strong {
    font-size: 18px;
  }
}

.estate-footer {
  position: relative;
  overflow: hidden;
  padding: 86px 0 34px;
  background:
    radial-gradient(circle at 12% 0%, rgba(212, 160, 23, 0.12), transparent 24%),
    linear-gradient(180deg, var(--primary-color), var(--dark-color));
}

.estate-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 90px 90px;
  opacity: 0.28;
  pointer-events: none;
}

.estate-footer::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  bottom: -170px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.13);
  filter: blur(80px);
  pointer-events: none;
}

.estate-footer .estate-footer-container {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.estate-footer .estate-footer-top {
  display: grid;
  grid-template-columns: 1.25fr 0.65fr 0.75fr 1fr;
  gap: 48px;
  padding-bottom: 54px;
}

.estate-footer .estate-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  color: var(--white-color);
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.estate-footer .estate-footer-logo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--accent-color);
  color: #111827;
  box-shadow: 0 18px 44px rgba(212, 160, 23, 0.28);
}

.estate-footer .estate-footer-brand p,
.estate-footer .estate-footer-contact p {
  max-width: 360px;
  margin: 0;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.8;
}

.estate-footer .estate-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.estate-footer .estate-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--white-color);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  transition: all 0.35s ease;
}

.estate-footer .estate-footer-social a:hover {
  transform: translateY(-4px);
  background: var(--accent-color);
  color: #111827;
  box-shadow: 0 16px 34px rgba(212, 160, 23, 0.28);
}

.estate-footer .estate-footer-col h3,
.estate-footer .estate-footer-contact h3 {
  margin: 0 0 24px;
  color: var(--white-color);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.estate-footer .estate-footer-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.estate-footer .estate-footer-col li:not(:last-child) {
  margin-bottom: 14px;
}

.estate-footer .estate-footer-col a {
  position: relative;
  color: var(--text-color);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.estate-footer .estate-footer-col a:hover {
  padding-left: 8px;
  color: var(--accent-color);
}

.estate-footer .estate-footer-hotline {
  display: flex;
  flex-direction: column;
  width: fit-content;
  min-width: 230px;
  padding: 18px 20px;
  margin-bottom: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  text-decoration: none;
  transition: all 0.35s ease;
}

.estate-footer .estate-footer-hotline:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 160, 23, 0.32);
}

.estate-footer .estate-footer-hotline small {
  margin-bottom: 8px;
  color: rgba(203, 213, 225, 0.82);
  font-size: 12px;
  font-weight: 700;
}

.estate-footer .estate-footer-hotline strong {
  color: var(--white-color);
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
}

.estate-footer .estate-footer-map {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.estate-footer .estate-footer-newsletter {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: center;
  padding: 30px;
  margin-bottom: 32px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.estate-footer .estate-footer-newsletter span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-color);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.estate-footer .estate-footer-newsletter h3 {
  margin: 0;
  color: var(--white-color);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.estate-footer .estate-footer-form {
  display: flex;
  gap: 12px;
  padding: 8px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.estate-footer .estate-footer-form input {
  flex: 1;
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--white-color);
  font-size: 14px;
}

.estate-footer .estate-footer-form input::placeholder {
  color: rgba(203, 213, 225, 0.7);
}

.estate-footer .estate-footer-form button {
  flex: 0 0 auto;
  height: 58px;
  padding: 0 30px;
  border: 0;
  border-radius: 18px;
  background: var(--accent-color);
  color: #111827;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.35s ease;
}

.estate-footer .estate-footer-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(212, 160, 23, 0.28);
}

.estate-footer .estate-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.estate-footer .estate-footer-bottom p {
  margin: 0;
  color: rgba(203, 213, 225, 0.78);
  font-size: 13px;
}

.estate-footer .estate-footer-bottom div {
  display: flex;
  gap: 22px;
}

.estate-footer .estate-footer-bottom a {
  color: rgba(203, 213, 225, 0.78);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.estate-footer .estate-footer-bottom a:hover {
  color: var(--accent-color);
}

@media (max-width: 1100px) {
  .estate-footer {
    padding: 72px 0 32px;
  }

  .estate-footer .estate-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .estate-footer .estate-footer-newsletter {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .estate-footer {
    padding: 58px 0 28px;
  }

  .estate-footer .estate-footer-container {
    width: min(100% - 32px, 1320px);
  }

  .estate-footer .estate-footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 40px;
  }

  .estate-footer .estate-footer-newsletter {
    padding: 24px;
    border-radius: 26px;
  }

  .estate-footer .estate-footer-newsletter h3 {
    font-size: 24px;
  }

  .estate-footer .estate-footer-form {
    flex-direction: column;
    border-radius: 22px;
  }

  .estate-footer .estate-footer-form button {
    width: 100%;
  }

  .estate-footer .estate-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.estateStory {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}

.estateStory::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: rgba(212, 160, 23, 0.08);
  border-radius: 50%;
  filter: blur(20px);
}

.estateStory .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.estateStory__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
  align-items: center;
}

.estateStory__image {
  position: relative;
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
}

.estateStory__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(15, 23, 42, 0.05),
      rgba(15, 23, 42, 0.32));
}

.estateStory__image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.estateStory__image:hover img {
  transform: scale(1.06);
}

.estateStory__badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 210px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.estateStory__badge span {
  display: block;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  color: #d4a017;
  margin-bottom: 10px;
}

.estateStory__badge p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f172a;
}

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

.estateStory__sub {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d4a017;
}

.estateStory__content h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.estateStory__line {
  width: 88px;
  height: 2px;
  margin: 32px 0;
  background: #d4a017;
}

.estateStory__content p {
  max-width: 620px;
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.9;
  color: #475569;
}

.estateStory__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.estateStory__list div {
  padding: 26px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.estateStory__list strong {
  display: block;
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 1;
  color: #0f172a;
}

.estateStory__list span {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

@media (max-width: 991px) {
  .estateStory {
    padding: 90px 0;
  }

  .estateStory__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .estateStory__image,
  .estateStory__image img {
    min-height: 460px;
  }
}

@media (max-width: 575px) {
  .estateStory {
    padding: 72px 0;
  }

  .estateStory__image,
  .estateStory__image img {
    min-height: 360px;
    border-radius: 22px;
  }

  .estateStory__badge {
    left: 18px;
    bottom: 18px;
    padding: 18px;
  }

  .estateStory__badge span {
    font-size: 36px;
  }

  .estateStory__content h2 {
    font-size: 36px;
  }

  .estateStory__list {
    grid-template-columns: 1fr;
  }
}

.estateVision {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 160, 23, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  overflow: hidden;
}

.estateVision .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.estateVision__head {
  max-width: 760px;
  margin-bottom: 64px;
}

.estateVision__head span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d4a017;
}

.estateVision__head h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.estateVision__head p {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #475569;
}

.estateVision__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.estateVision__card {
  position: relative;
  min-height: 430px;
  padding: 54px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: 0.45s ease;
}

.estateVision__card::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.1);
  transition: 0.45s ease;
}

.estateVision__card::after {
  content: "";
  position: absolute;
  left: 54px;
  bottom: 54px;
  width: 90px;
  height: 2px;
  background: #d4a017;
}

.estateVision__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 38px 100px rgba(15, 23, 42, 0.14);
}

.estateVision__card:hover::before {
  transform: scale(1.2);
  background: rgba(212, 160, 23, 0.16);
}

.estateVision__icon {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  background: rgba(212, 160, 23, 0.14);
  border: 1px solid rgba(212, 160, 23, 0.35);
}

.estateVision__label {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d4a017;
}

.estateVision__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.estateVision__card p {
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #475569;
}

.estateVision__card--dark {
  background:
    radial-gradient(circle at top right, rgba(212, 160, 23, 0.18), transparent 36%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-color: rgba(212, 160, 23, 0.25);
}

.estateVision__card--dark .estateVision__icon {
  color: #ffffff;
  background: rgba(212, 160, 23, 0.16);
}

.estateVision__card--dark h3 {
  color: #ffffff;
}

.estateVision__card--dark p {
  color: #cbd5e1;
}

@media (max-width: 991px) {
  .estateVision {
    padding: 90px 0;
  }

  .estateVision__grid {
    grid-template-columns: 1fr;
  }

  .estateVision__card {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .estateVision {
    padding: 72px 0;
  }

  .estateVision__head {
    margin-bottom: 42px;
  }

  .estateVision__head h2 {
    font-size: 36px;
  }

  .estateVision__card {
    padding: 32px;
    border-radius: 24px;
  }

  .estateVision__card::after {
    left: 32px;
    bottom: 32px;
  }

  .estateVision__card h3 {
    font-size: 38px;
  }
}

.estateValues {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(212, 160, 23, 0.12), transparent 32%),
    radial-gradient(circle at 90% 85%, rgba(255, 255, 255, 0.05), transparent 34%),
    linear-gradient(180deg, #0f172a 0%, #020617 100%);
  overflow: hidden;
}

.estateValues::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.estateValues .container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.estateValues__head {
  max-width: 760px;
  margin-bottom: 66px;
}

.estateValues__head span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d4a017;
}

.estateValues__head h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.estateValues__head p {
  max-width: 660px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #cbd5e1;
}

.estateValues__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.estateValues__card {
  position: relative;
  min-height: 330px;
  padding: 34px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 160, 23, 0.2);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: 0.45s ease;
}

.estateValues__card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.12);
  opacity: 0;
  transition: 0.45s ease;
}

.estateValues__card::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: 30px;
  width: 44px;
  height: 2px;
  background: rgba(212, 160, 23, 0.7);
  transition: 0.45s ease;
}

.estateValues__card:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 160, 23, 0.65);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.estateValues__card:hover::before {
  opacity: 1;
  transform: scale(1.15);
}

.estateValues__card:hover::after {
  width: 76px;
  background: #d4a017;
}

.estateValues__num {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 82px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #d4a017;
}

.estateValues__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.1;
  color: #ffffff;
  transition: 0.35s ease;
}

.estateValues__card:hover h3 {
  color: #d4a017;
}

.estateValues__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #cbd5e1;
}

@media (max-width: 1199px) {
  .estateValues__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .estateValues {
    padding: 90px 0;
  }

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

  .estateValues__card {
    min-height: 300px;
  }
}

@media (max-width: 575px) {
  .estateValues {
    padding: 72px 0;
  }

  .estateValues__head {
    margin-bottom: 42px;
  }

  .estateValues__head h2 {
    font-size: 36px;
  }

  .estateValues__grid {
    grid-template-columns: 1fr;
  }

  .estateValues__card {
    min-height: 260px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .estateValues__num {
    margin-bottom: 54px;
  }
}

.estateWhy {
  padding: 120px 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(212, 160, 23, .12), transparent 30%),
    radial-gradient(circle at 90% 85%, rgba(212, 160, 23, .08), transparent 35%),
    linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

.estateWhy .container {
  width: min(1200px, calc(100% - 32px));
  margin: auto;
}

.estateWhy__head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 70px;
}

.estateWhy__head span {
  display: block;
  margin-bottom: 18px;
  color: #d4a017;
  font-size: 13px;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.estateWhy__head h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  color: #fff;
}

.estateWhy__head p {
  margin: 24px auto 0;
  max-width: 700px;
  line-height: 1.9;
  color: #cbd5e1;
}

.estateWhy__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.estateWhy__card {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(212, 160, 23, .18);
  transition: .45s;
}

.estateWhy__card:hover {
  transform: translateY(-10px);
  border-color: #d4a017;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .3);
}

.estateWhy__card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.estateWhy__content {
  padding: 28px;
}

.estateWhy__content h3 {
  margin: 0 0 14px;
  font-size: 24px;
  color: #fff;
}

.estateWhy__content p {
  margin: 0;
  line-height: 1.8;
  color: #cbd5e1;
}

@media(max-width:991px) {

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

}

@media(max-width:767px) {

  .estateWhy {
    padding: 80px 0;
  }

  .estateWhy__grid {
    grid-template-columns: 1fr;
  }

}

.estateTimeline {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(212, 160, 23, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow: hidden;
}

.estateTimeline .container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.estateTimeline__head {
  max-width: 760px;
  margin-bottom: 80px;
}

.estateTimeline__head span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d4a017;
}

.estateTimeline__head h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.estateTimeline__head p {
  max-width: 660px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #64748b;
}

.estateTimeline__wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.estateTimeline__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 148px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,
      transparent,
      #d4a017 12%,
      #d4a017 88%,
      transparent);
}

.estateTimeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 44px;
  padding: 0 0 56px;
}

.estateTimeline__item:last-child {
  padding-bottom: 0;
}

.estateTimeline__item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 140px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid #d4a017;
  box-shadow: 0 0 0 10px rgba(212, 160, 23, 0.12);
  z-index: 2;
}

.estateTimeline__year {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
}

.estateTimeline__content {
  padding: 34px 38px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  transition: 0.4s ease;
}

.estateTimeline__content:hover {
  transform: translateX(8px);
  border-color: rgba(212, 160, 23, 0.45);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
}

.estateTimeline__content h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.2;
  color: #0f172a;
}

.estateTimeline__content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #64748b;
}

@media (max-width: 767px) {
  .estateTimeline {
    padding: 80px 0;
  }

  .estateTimeline__head {
    margin-bottom: 56px;
  }

  .estateTimeline__head h2 {
    font-size: 38px;
  }

  .estateTimeline__wrap::before {
    left: 18px;
  }

  .estateTimeline__item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-left: 48px;
  }

  .estateTimeline__item::before {
    left: 10px;
  }

  .estateTimeline__year {
    font-size: 30px;
  }

  .estateTimeline__content {
    padding: 28px 24px;
    border-radius: 22px;
  }
}

.estateMarket {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 160, 23, 0.12), transparent 32%),
    radial-gradient(circle at 92% 82%, rgba(255, 255, 255, 0.05), transparent 34%),
    linear-gradient(180deg, #0f172a 0%, #020617 100%);
  overflow: hidden;
}

.estateMarket .container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.estateMarket__head {
  max-width: 820px;
  margin-bottom: 70px;
}

.estateMarket__head span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #d4a017;
}

.estateMarket__head h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.estateMarket__head p {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #cbd5e1;
}

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

.estateMarket__card {
  position: relative;
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(212, 160, 23, 0.18);
  background: #020617;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  transition: 0.5s ease;
}

.estateMarket__card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
  transition: 0.8s ease;
}

.estateMarket__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(2, 6, 23, 0.18) 0%,
      rgba(2, 6, 23, 0.65) 48%,
      rgba(2, 6, 23, 0.92) 100%);
  z-index: 1;
}

.estateMarket__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 30px;
  z-index: 2;
}

.estateMarket__content span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #d4a017;
}

.estateMarket__content h3 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.estateMarket__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #cbd5e1;
}

.estateMarket__card:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 160, 23, 0.65);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(212, 160, 23, 0.22);
}

.estateMarket__card:hover img {
  transform: scale(1.08);
}

.estateMarket__card:hover .estateMarket__content h3 {
  color: #d4a017;
}

@media (max-width: 1199px) {
  .estateMarket__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .estateMarket {
    padding: 80px 0;
  }

  .estateMarket__head {
    margin-bottom: 48px;
  }

  .estateMarket__head h2 {
    font-size: 38px;
  }

  .estateMarket__grid {
    grid-template-columns: 1fr;
  }

  .estateMarket__card,
  .estateMarket__card img {
    min-height: 420px;
  }
}

.estatePartners {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 160, 23, .06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.estatePartners .container {
  width: min(1200px, calc(100% - 32px));
  margin: auto;
}

.estatePartners__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 70px;
}

.estatePartners__head span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #d4a017;
}

.estatePartners__head h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.05;
  letter-spacing: -.05em;
  color: #0f172a;
}

.estatePartners__head p {
  max-width: 700px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 1.9;
  color: #64748b;
}

.estatePartners__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.estatePartners__item {
  height: 140px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 30px;

  border-radius: 24px;

  background: #ffffff;

  border: 1px solid rgba(15, 23, 42, .08);

  box-shadow:
    0 15px 40px rgba(15, 23, 42, .06);

  transition: .45s ease;
}

.estatePartners__item:hover {
  transform: translateY(-8px);

  border-color: rgba(212, 160, 23, .4);

  box-shadow:
    0 25px 60px rgba(15, 23, 42, .12);
}

.estatePartners__item img {
  max-width: 160px;
  max-height: 55px;

  width: auto;
  height: auto;

  object-fit: contain;

  filter: grayscale(100%);
  opacity: .7;

  transition: .45s ease;
}

.estatePartners__item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.08);
}

@media(max-width:991px) {

  .estatePartners {
    padding: 90px 0;
  }

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

}

@media(max-width:575px) {

  .estatePartners {
    padding: 72px 0;
  }

  .estatePartners__head {
    margin-bottom: 50px;
  }

  .estatePartners__head h2 {
    font-size: 38px;
  }

  .estatePartners__grid {
    grid-template-columns: 1fr;
  }

  .estatePartners__item {
    height: 120px;
  }

}

.projectsIntro {
  background: #ffffff;
  padding: 110px 0;
  overflow: hidden;
}

.projectsIntro__container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}

.projectsIntro__image {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 560px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .16);
}

.projectsIntro__image::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(212, 160, 23, .45);
  border-radius: 22px;
  pointer-events: none;
}

.projectsIntro__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
      rgba(15, 23, 42, .05),
      rgba(15, 23, 42, .35));
}

.projectsIntro__image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.projectsIntro__image:hover img {
  transform: scale(1.06);
}

.projectsIntro__content {
  position: relative;
}

.projectsIntro__label {
  display: inline-block;
  margin-bottom: 18px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.projectsIntro__content h2 {
  margin: 0 0 24px;
  color: #0f172a;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.projectsIntro__content p {
  max-width: 560px;
  margin: 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

.projectsIntro__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 42px 0;
}

.projectsIntro__stats div {
  padding: 24px 20px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 20px;
}

.projectsIntro__stats strong {
  display: block;
  color: #0f172a;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
}

.projectsIntro__stats span {
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}

.projectsIntro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  background: #0f172a;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: all .35s ease;
}

.projectsIntro__btn:hover {
  background: #d4a017;
  color: #0f172a;
  box-shadow: 0 18px 44px rgba(212, 160, 23, .28);
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .projectsIntro {
    padding: 80px 0;
  }

  .projectsIntro__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .projectsIntro__image,
  .projectsIntro__image img {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .projectsIntro {
    padding: 64px 0;
  }

  .projectsIntro__container {
    width: min(100% - 24px, 1180px);
  }

  .projectsIntro__image,
  .projectsIntro__image img {
    min-height: 340px;
    border-radius: 22px;
  }

  .projectsIntro__content h2 {
    font-size: 34px;
  }

  .projectsIntro__content p {
    font-size: 15px;
  }

  .projectsIntro__stats {
    grid-template-columns: 1fr;
  }
}

.realEstateCategories {
  padding: 120px 0;
  background: #f8fafc;
}

.realEstateCategories .container {
  width: min(1400px, calc(100% - 40px));
  margin: auto;
}

.realEstateCategories__head {
  text-align: center;
  margin-bottom: 70px;
}

.realEstateCategories__head span {
  display: inline-block;
  margin-bottom: 18px;
  color: #d4a017;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: 13px;
  font-weight: 700;
}

.realEstateCategories__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.realEstateCategories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.estateCard {
  position: relative;
  display: block;
  height: 620px;
  overflow: hidden;
  border-radius: 28px;
  text-decoration: none;
  background: #fff;
}

.estateCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.2s ease;
}

.estateCard__overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .05) 0%,
      rgba(0, 0, 0, .25) 45%,
      rgba(0, 0, 0, .88) 100%);

  z-index: 1;
}

.estateCard::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  z-index: 3;
  transition: .4s;
}

.estateCard__content {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 42px;
  z-index: 5;
}

.estateCard__number {
  display: block;
  color: #d4a017;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .3em;
  margin-bottom: 18px;
}

.estateCard h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}

.estateCard p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.8;
}

.estateCard:hover img {
  transform: scale(1.12);
}

.estateCard:hover::before {
  border-color: rgba(212, 160, 23, .8);

  box-shadow:
    0 0 0 1px rgba(212, 160, 23, .3),
    0 0 40px rgba(212, 160, 23, .3);
}

.estateCard:hover .estateCard__overlay {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .03) 0%,
      rgba(0, 0, 0, .18) 40%,
      rgba(212, 160, 23, .85) 100%);
}

@media(max-width:1200px) {

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

}

@media(max-width:768px) {

  .realEstateCategories {
    padding: 80px 0;
  }

  .realEstateCategories__grid {
    grid-template-columns: 1fr;
  }

  .estateCard {
    height: 500px;
  }

  .estateCard h3 {
    font-size: 32px;
  }

}

.featuredProjects {
  position: relative;
  padding: 130px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(212, 160, 23, .16), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(255, 255, 255, .06), transparent 32%),
    linear-gradient(180deg, #0f172a 0%, #07111f 100%);
  overflow: hidden;
}

.featuredProjects::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
  pointer-events: none;
}

.featuredProjects__container {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

.featuredProjects__head {
  max-width: 850px;
  margin-bottom: 70px;
}

.featuredProjects__head span {
  display: inline-block;
  margin-bottom: 18px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.featuredProjects__head h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.featuredProjects__head p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.85;
}

.featuredProjects__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 310px;
  gap: 24px;
}

.featuredProjectCard {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 30px;
  text-decoration: none;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
  isolation: isolate;
}

.featuredProjectCard--large {
  grid-column: span 2;
  grid-row: span 2;
}

.featuredProjectCard--wide {
  grid-column: span 2;
}

.featuredProjectCard::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  pointer-events: none;
  transition: .45s ease;
}

.featuredProjectCard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, .08) 0%, rgba(15, 23, 42, .32) 40%, rgba(2, 6, 23, .92) 100%);
  transition: .45s ease;
}

.featuredProjectCard__image {
  width: 100%;
  height: 100%;
}

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

.featuredProjectCard__content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 5;
}

.featuredProjectCard__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(212, 160, 23, .16);
  border: 1px solid rgba(212, 160, 23, .36);
  color: #f7d77a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.featuredProjectCard h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 46px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.featuredProjectCard ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.featuredProjectCard li {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(14px);
}

.featuredProjectCard li span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.featuredProjectCard li strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.35;
}

.featuredProjectCard:not(.featuredProjectCard--large):not(.featuredProjectCard--wide) h3 {
  font-size: 30px;
}

.featuredProjectCard:not(.featuredProjectCard--large):not(.featuredProjectCard--wide) ul {
  grid-template-columns: 1fr;
  gap: 8px;
}

.featuredProjectCard:not(.featuredProjectCard--large):not(.featuredProjectCard--wide) li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
}

.featuredProjectCard:not(.featuredProjectCard--large):not(.featuredProjectCard--wide) li span {
  margin: 0;
}

.featuredProjectCard:hover {
  border-color: rgba(212, 160, 23, .42);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(212, 160, 23, .12),
    0 0 70px rgba(212, 160, 23, .18);
}

.featuredProjectCard:hover::before {
  border-color: rgba(212, 160, 23, .72);
}

.featuredProjectCard:hover::after {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, .02) 0%, rgba(15, 23, 42, .18) 34%, rgba(2, 6, 23, .86) 100%),
    radial-gradient(circle at 50% 100%, rgba(212, 160, 23, .35), transparent 58%);
}

.featuredProjectCard:hover img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .featuredProjects__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 340px;
  }

  .featuredProjectCard--large,
  .featuredProjectCard--wide {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .featuredProjects {
    padding: 86px 0;
  }

  .featuredProjects__container {
    width: min(100% - 24px, 1400px);
  }

  .featuredProjects__head {
    margin-bottom: 42px;
  }

  .featuredProjects__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .featuredProjectCard,
  .featuredProjectCard--large,
  .featuredProjectCard--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 520px;
  }

  .featuredProjectCard ul,
  .featuredProjectCard:not(.featuredProjectCard--large):not(.featuredProjectCard--wide) ul {
    grid-template-columns: 1fr;
  }

  .featuredProjectCard:not(.featuredProjectCard--large):not(.featuredProjectCard--wide) li {
    display: block;
  }

  .featuredProjectCard:not(.featuredProjectCard--large):not(.featuredProjectCard--wide) li span {
    margin-bottom: 6px;
  }

  .featuredProjectCard__content {
    left: 24px;
    right: 24px;
    bottom: 26px;
  }
}

.ongoingProjects {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}

.ongoingProjects::before {
  content: "";
  position: absolute;
  inset: auto -15% -35% auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(212, 160, 23, .14), transparent 68%);
  pointer-events: none;
}

.ongoingProjects__container {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.ongoingProjects__head {
  max-width: 760px;
  margin-bottom: 90px;
}

.ongoingProjects__head span {
  display: inline-block;
  margin-bottom: 16px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.ongoingProjects__head h2 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: -.055em;
}

.ongoingProjects__head p {
  max-width: 650px;
  margin: 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.85;
}

.ongoingProjects__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.ongoingProjects__line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 22px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4a017, transparent);
  z-index: 1;
}

.ongoingProjects__line::before {
  content: "";
  position: absolute;
  inset: -5px 0;
  background: linear-gradient(90deg, transparent, rgba(212, 160, 23, .45), transparent);
  filter: blur(10px);
}

.ongoingProjectItem {
  position: relative;
  z-index: 2;
  padding-top: 64px;
}

.ongoingProjectItem__dot {
  position: absolute;
  top: 9px;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  border: 7px solid #d4a017;
  box-shadow:
    0 0 0 8px rgba(212, 160, 23, .13),
    0 10px 30px rgba(212, 160, 23, .3);
}

.ongoingProjectItem__card {
  position: relative;
  min-height: 280px;
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .96));
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 26px 80px rgba(15, 23, 42, .09);
  transition: .4s ease;
}

.ongoingProjectItem__card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(212, 160, 23, .16);
  border-radius: 22px;
  pointer-events: none;
}

.ongoingProjectItem__phase {
  display: inline-block;
  margin-bottom: 22px;
  color: #d4a017;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.ongoingProjectItem h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -.04em;
}

.ongoingProjectItem p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.ongoingProjectItem__progress {
  margin-top: 42px;
}

.ongoingProjectItem__progressTop {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.ongoingProjectItem__progressTop span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ongoingProjectItem__progressTop strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
}

.ongoingProjectItem__bar {
  position: relative;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(15, 23, 42, .08);
}

.ongoingProjectItem__bar span {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #d4a017, #f0c45b);
  box-shadow: 0 0 24px rgba(212, 160, 23, .4);
}

.ongoingProjectItem__card:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 160, 23, .38);
  box-shadow:
    0 34px 90px rgba(15, 23, 42, .13),
    0 0 0 1px rgba(212, 160, 23, .12),
    0 0 60px rgba(212, 160, 23, .14);
}

.ongoingProjectItem:hover .ongoingProjectItem__dot {
  background: #d4a017;
  border-color: #ffffff;
}

@media (max-width: 1100px) {
  .ongoingProjects__timeline {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 46px;
  }

  .ongoingProjects__line {
    display: none;
  }

  .ongoingProjectItem {
    padding-top: 0;
  }

  .ongoingProjectItem__dot {
    top: -14px;
    left: 34px;
    z-index: 4;
  }
}

@media (max-width: 640px) {
  .ongoingProjects {
    padding: 80px 0;
  }

  .ongoingProjects__container {
    width: min(100% - 24px, 1320px);
  }

  .ongoingProjects__head {
    margin-bottom: 46px;
  }

  .ongoingProjects__timeline {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ongoingProjectItem__card {
    padding: 30px 24px;
    min-height: auto;
  }

  .ongoingProjectItem h3 {
    font-size: 26px;
  }
}

.completedProjects {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(212, 160, 23, .10), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  overflow: hidden;
}

.completedProjects__container {
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
}

.completedProjects__head {
  max-width: 820px;
  margin-bottom: 70px;
}

.completedProjects__head span {
  display: inline-block;
  margin-bottom: 16px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.completedProjects__head h2 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: -.055em;
}

.completedProjects__head p {
  max-width: 650px;
  margin: 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.85;
}

.completedProjects__layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: stretch;
}

.completedProjects__beforeAfter {
  position: relative;
  min-height: 720px;
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 34px 100px rgba(15, 23, 42, .13);
}

.beforeAfterCard {
  position: relative;
  height: 100%;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.beforeAfterCard::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 24px;
  pointer-events: none;
}

.beforeAfterCard__image {
  position: relative;
  overflow: hidden;
}

.beforeAfterCard__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, .08), rgba(15, 23, 42, .72));
}

.beforeAfterCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s ease;
}

.beforeAfterCard__image span {
  position: absolute;
  top: 34px;
  left: 34px;
  z-index: 5;
  padding: 10px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 23, 42, .46);
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.beforeAfterCard__after span {
  background: rgba(212, 160, 23, .22);
  border-color: rgba(212, 160, 23, .42);
  color: #fff7d6;
}

.beforeAfterCard__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 7;
  width: 2px;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 0 28px rgba(212, 160, 23, .55);
}

.beforeAfterCard__divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #d4a017;
  border: 8px solid rgba(255, 255, 255, .9);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .25);
}

.beforeAfterCard__divider span::before,
.beforeAfterCard__divider span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.beforeAfterCard__divider span::before {
  left: 14px;
  transform: translateY(-50%) rotate(-45deg);
}

.beforeAfterCard__divider span::after {
  right: 14px;
  transform: translateY(-50%) rotate(135deg);
}

.completedProjects__info {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 9;
  max-width: 520px;
  padding: 30px;
  border-radius: 26px;
  background: rgba(15, 23, 42, .72);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(18px);
}

.completedProjects__info span {
  display: inline-block;
  margin-bottom: 14px;
  color: #d4a017;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.completedProjects__info h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  font-weight: 850;
  letter-spacing: -.045em;
}

.completedProjects__info p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.8;
}

.completedProjects__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.completedGalleryCard {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 30px;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0 26px 80px rgba(15, 23, 42, .11);
}

.completedGalleryCard--tall {
  min-height: 444px;
}

.completedGalleryCard::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, .04), rgba(15, 23, 42, .78));
}

.completedGalleryCard::after {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  pointer-events: none;
  transition: .35s ease;
}

.completedGalleryCard img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition: transform 1s ease;
}

.completedGalleryCard div {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 4;
}

.completedGalleryCard span {
  display: inline-block;
  margin-bottom: 12px;
  color: #d4a017;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
}

.completedGalleryCard h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -.04em;
}

.completedGalleryCard p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.beforeAfterCard:hover img,
.completedGalleryCard:hover img {
  transform: scale(1.08);
}

.completedGalleryCard:hover::after {
  border-color: rgba(212, 160, 23, .78);
  box-shadow: 0 0 45px rgba(212, 160, 23, .22);
}

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

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

  .completedGalleryCard,
  .completedGalleryCard--tall {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .completedProjects {
    padding: 80px 0;
  }

  .completedProjects__container {
    width: min(100% - 24px, 1380px);
  }

  .completedProjects__head {
    margin-bottom: 42px;
  }

  .completedProjects__beforeAfter,
  .beforeAfterCard {
    min-height: 680px;
  }

  .beforeAfterCard {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .beforeAfterCard__divider {
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 2px;
  }

  .completedProjects__info {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 24px;
  }

  .completedProjects__gallery {
    grid-template-columns: 1fr;
  }

  .completedGalleryCard,
  .completedGalleryCard--tall {
    min-height: 360px;
  }
}

.investmentOpportunities {
  position: relative;
  padding: 125px 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(212, 160, 23, .18), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, .07), transparent 34%),
    linear-gradient(180deg, #0f172a 0%, #07111f 100%);
  overflow: hidden;
}

.investmentOpportunities::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 78%, transparent);
  pointer-events: none;
}

.investmentOpportunities::after {
  content: "";
  position: absolute;
  top: 80px;
  right: -160px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 1px solid rgba(212, 160, 23, .22);
  box-shadow:
    inset 0 0 60px rgba(212, 160, 23, .08),
    0 0 120px rgba(212, 160, 23, .08);
  pointer-events: none;
}

.investmentOpportunities__container {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.investmentOpportunities__head {
  max-width: 820px;
  margin-bottom: 68px;
}

.investmentOpportunities__head span {
  display: inline-block;
  margin-bottom: 18px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.investmentOpportunities__head h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: -.055em;
}

.investmentOpportunities__head p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.85;
}

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

.investmentCard {
  position: relative;
  min-height: 430px;
  padding: 38px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: .45s ease;
}

.investmentCard::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 24px;
  pointer-events: none;
  transition: .4s ease;
}

.investmentCard::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 160, 23, .18), transparent 68%);
  opacity: .8;
  pointer-events: none;
}

.investmentCard__icon {
  width: 74px;
  height: 74px;
  margin-bottom: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  color: #d4a017;
  font-size: 34px;
  font-weight: 800;
  background: rgba(212, 160, 23, .12);
  border: 1px solid rgba(212, 160, 23, .28);
  box-shadow: inset 0 0 30px rgba(212, 160, 23, .08);
}

.investmentCard>span {
  display: inline-block;
  margin-bottom: 18px;
  color: #d4a017;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
}

.investmentCard h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -.045em;
}

.investmentCard p {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.85;
}

.investmentCard__bottom {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.investmentCard__bottom strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 46px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -.05em;
}

.investmentCard__bottom small {
  color: rgba(255, 255, 255, .52);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.investmentCard--featured {
  transform: translateY(-24px);
  border-color: rgba(212, 160, 23, .36);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 160, 23, .18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .04));
  box-shadow:
    0 40px 110px rgba(0, 0, 0, .36),
    0 0 80px rgba(212, 160, 23, .14);
}

.investmentCard:hover {
  transform: translateY(-12px);
  border-color: rgba(212, 160, 23, .45);
  box-shadow:
    0 44px 120px rgba(0, 0, 0, .42),
    0 0 80px rgba(212, 160, 23, .18);
}

.investmentCard--featured:hover {
  transform: translateY(-36px);
}

.investmentCard:hover::before {
  border-color: rgba(212, 160, 23, .55);
}

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

  .investmentCard,
  .investmentCard--featured {
    transform: none;
  }

  .investmentCard--featured:hover,
  .investmentCard:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 575px) {
  .investmentOpportunities {
    padding: 80px 0;
  }

  .investmentOpportunities__container {
    width: min(100% - 24px, 1320px);
  }

  .investmentOpportunities__head {
    margin-bottom: 42px;
  }

  .investmentCard {
    min-height: 430px;
    padding: 30px 24px;
    border-radius: 28px;
  }

  .investmentCard h3 {
    font-size: 28px;
  }

  .investmentCard__bottom {
    left: 24px;
    right: 24px;
    bottom: 30px;
  }

  .investmentCard__bottom strong {
    font-size: 40px;
  }
}

.luxPropertyShowcase {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(212, 160, 23, 0.16), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.06), transparent 35%),
    linear-gradient(135deg, #020617 0%, #0f172a 55%, #111827 100%);
  color: #ffffff;
}

.luxPropertyShowcase .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.luxPropertyShowcase__bgText {
  position: absolute;
  top: 40px;
  right: -40px;
  font-size: clamp(80px, 15vw, 220px);
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  line-height: 1;
}

.luxPropertyShowcase__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 70px;
}

.luxPropertyShowcase__imageBox {
  position: relative;
  height: 620px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(212, 160, 23, 0.28);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
}

.luxPropertyShowcase__imageBox::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(2, 6, 23, 0.76)),
    linear-gradient(90deg, rgba(2, 6, 23, 0.35), transparent);
}

.luxPropertyShowcase__imageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.luxPropertyShowcase__imageBox:hover img {
  transform: scale(1.08);
}

.luxPropertyShowcase__badge {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  min-width: 210px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(212, 160, 23, 0.32);
  backdrop-filter: blur(18px);
}

.luxPropertyShowcase__badge span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #d4a017;
}

.luxPropertyShowcase__badge strong {
  font-size: 20px;
  font-weight: 600;
}

.luxPropertyShowcase__content {
  position: relative;
}

.luxPropertyShowcase__content::before {
  content: "";
  display: block;
  width: 78px;
  height: 2px;
  margin-bottom: 26px;
  background: #d4a017;
  box-shadow: 0 0 24px rgba(212, 160, 23, 0.7);
}

.luxPropertyShowcase__sub {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #d4a017;
}

.luxPropertyShowcase__content h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: white;
}

.luxPropertyShowcase__content p {
  max-width: 520px;
  margin: 26px 0 36px;
  font-size: 17px;
  line-height: 1.85;
  color: #94a3b8;
}

.luxPropertyShowcase__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 38px;
}

.luxPropertyShowcase__item {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: .35s ease;
}

.luxPropertyShowcase__item:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 160, 23, 0.45);
  box-shadow: 0 18px 48px rgba(212, 160, 23, 0.12);
}

.luxPropertyShowcase__item span {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #94a3b8;
}

.luxPropertyShowcase__item strong {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

.luxPropertyShowcase__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 17px 28px;
  border-radius: 999px;
  background: #d4a017;
  color: #020617;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(212, 160, 23, 0.32);
  transition: .35s ease;
}

.luxPropertyShowcase__btn:hover {
  transform: translateY(-4px);
  background: #f3c344;
  box-shadow: 0 24px 60px rgba(212, 160, 23, 0.45);
}

.luxPropertyShowcase__btn span {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 991px) {
  .luxPropertyShowcase {
    padding: 90px 0;
  }

  .luxPropertyShowcase__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .luxPropertyShowcase__imageBox {
    height: 520px;
  }
}

@media (max-width: 575px) {
  .luxPropertyShowcase {
    padding: 72px 0;
  }

  .luxPropertyShowcase__imageBox {
    height: 390px;
    border-radius: 24px;
  }

  .luxPropertyShowcase__badge {
    left: 18px;
    right: 18px;
    bottom: 18px;
    min-width: unset;
  }

  .luxPropertyShowcase__content h2 {
    font-size: 38px;
  }

  .luxPropertyShowcase__content p {
    font-size: 15px;
  }

  .luxPropertyShowcase__info {
    grid-template-columns: 1fr;
  }

  .luxPropertyShowcase__item {
    padding: 20px;
  }
}

.realInvest {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 160, 23, 0.14), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(180deg, #0f172a 0%, #020617 100%);
  color: #ffffff;
}

.realInvest::before {
  content: "";
  position: absolute;
  inset: 70px auto auto 0;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 160, 23, 0.55), transparent);
}

.realInvest::after {
  content: "INVEST";
  position: absolute;
  right: -28px;
  bottom: 32px;
  font-size: clamp(76px, 15vw, 210px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
}

.realInvest .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.realInvest__head {
  max-width: 760px;
  margin-bottom: 58px;
}

.realInvest__head span {
  display: inline-block;
  margin-bottom: 18px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.realInvest__head h2 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: white;
}

.realInvest__head p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #94a3b8;
  font-size: 17px;
  line-height: 1.8;
}

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

.realInvest__card {
  position: relative;
  min-height: 320px;
  padding: 34px 28px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  transition: .4s ease;
}

.realInvest__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(212, 160, 23, 0.2), transparent 44%);
  opacity: 0;
  transition: .4s ease;
}

.realInvest__card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  height: 1px;
  background: rgba(212, 160, 23, 0.36);
}

.realInvest__card:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 160, 23, 0.5);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.realInvest__card:hover::before {
  opacity: 1;
}

.realInvest__card strong,
.realInvest__card span,
.realInvest__card p {
  position: relative;
  z-index: 2;
}

.realInvest__card strong {
  display: block;
  margin-bottom: 28px;
  font-size: clamp(52px, 5vw, 78px);
  line-height: .9;
  color: #d4a017;
  letter-spacing: -0.06em;
}

.realInvest__card span {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 600;
}

.realInvest__card p {
  margin: 0;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .realInvest {
    padding: 90px 0;
  }

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

  .realInvest__card {
    min-height: 280px;
  }
}

@media (max-width: 575px) {
  .realInvest {
    padding: 72px 0;
  }

  .realInvest__head {
    margin-bottom: 38px;
  }

  .realInvest__head h2 {
    font-size: 38px;
  }

  .realInvest__head p {
    font-size: 15px;
  }

  .realInvest__grid {
    grid-template-columns: 1fr;
  }

  .realInvest__card {
    min-height: auto;
    padding: 28px 24px 58px;
  }
}

.realLocations {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(212, 160, 23, 0.13), transparent 30%),
    radial-gradient(circle at 90% 78%, rgba(255, 255, 255, 0.05), transparent 34%),
    linear-gradient(180deg, #020617 0%, #0f172a 56%, #020617 100%);
  color: #ffffff;
}

.realLocations::before {
  content: "LOCATIONS";
  position: absolute;
  left: -40px;
  top: 42px;
  font-size: clamp(72px, 14vw, 190px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
}

.realLocations .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.realLocations__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 56px;
}

.realLocations__head span {
  display: block;
  margin-bottom: 18px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.realLocations__head h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: white;
}

.realLocations__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  grid-auto-rows: 270px;
  gap: 22px;
}

.realLocations__card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(212, 160, 23, 0.22);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.35);
}

.realLocations__card--tall {
  grid-row: span 2;
}

.realLocations__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.realLocations__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.04) 20%, rgba(2, 6, 23, 0.88) 100%),
    radial-gradient(circle at 30% 20%, rgba(212, 160, 23, 0.18), transparent 40%);
  z-index: 1;
}

.realLocations__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  transform: translateY(8px);
  transition: .4s ease;
}

.realLocations__content span {
  display: inline-block;
  margin-bottom: 12px;
  color: #d4a017;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.realLocations__content h3 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 650;
  letter-spacing: -0.04em;
  color: white;
}

.realLocations__content p {
  margin: 0;
  color: #cbd5e1;
  font-size: 15px;
}

.realLocations__card:hover img {
  transform: scale(1.1);
}

.realLocations__card:hover .realLocations__content {
  transform: translateY(0);
}

.realLocations__card:hover {
  border-color: rgba(212, 160, 23, 0.55);
}

@media (max-width: 991px) {
  .realLocations {
    padding: 90px 0;
  }

  .realLocations__head {
    display: block;
  }

  .realLocations__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 260px;
  }

  .realLocations__card--tall {
    grid-row: span 1;
  }
}

@media (max-width: 575px) {
  .realLocations {
    padding: 72px 0;
  }

  .realLocations__head {
    margin-bottom: 36px;
  }

  .realLocations__head h2 {
    font-size: 38px;
  }

  .realLocations__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
    gap: 18px;
  }

  .realLocations__card {
    border-radius: 24px;
  }

  .realLocations__content {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
}

.realServices {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 160, 23, 0.12), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, 0.06), transparent 34%),
    #0f172a;
  color: #ffffff;
}

.realServices::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: .16;
  pointer-events: none;
}

.realServices__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.realServices__head {
  max-width: 760px;
  margin-bottom: 56px;
}

.realServices__sub {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.realServices__sub::before {
  content: "";
  width: 46px;
  height: 1px;
  background: #d4a017;
  box-shadow: 0 0 18px rgba(212, 160, 23, .7);
}

.realServices__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.realServices__desc {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.8;
}

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

.realServices__card {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .35);
  isolation: isolate;
}

.realServices__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform .75s ease, filter .75s ease;
  z-index: -3;
}

.realServices__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, .18) 0%, rgba(15, 23, 42, .58) 42%, rgba(2, 6, 23, .96) 100%),
    linear-gradient(135deg, rgba(212, 160, 23, .22), transparent 42%);
  z-index: -2;
}

.realServices__card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(212, 160, 23, .24);
  opacity: 0;
  transform: scale(.96);
  transition: .45s ease;
  pointer-events: none;
}

.realServices__card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -60px;
  bottom: -60px;
  background: rgba(212, 160, 23, .26);
  filter: blur(42px);
  opacity: 0;
  transition: .45s ease;
}

.realServices__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px;
  z-index: 3;
}

.realServices__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(212, 160, 23, .4);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 30px rgba(212, 160, 23, .16);
}

.realServices__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #d4a017;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.realServices__content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.realServices__content p {
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.75;
}

.realServices__content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.realServices__content a::after {
  content: "";
  width: 34px;
  height: 1px;
  background: #d4a017;
  transition: width .35s ease;
}

.realServices__card:hover img {
  transform: scale(1.14);
  filter: saturate(1.08) contrast(1.04);
}

.realServices__card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.realServices__card:hover::after {
  opacity: 1;
}

.realServices__card:hover .realServices__content a::after {
  width: 54px;
}

@media (max-width: 1100px) {
  .realServices__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .realServices__card {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .realServices {
    padding: 78px 0;
  }

  .realServices__head {
    margin-bottom: 34px;
  }

  .realServices__title {
    font-size: 38px;
  }

  .realServices__grid {
    grid-template-columns: 1fr;
  }

  .realServices__card {
    min-height: 390px;
    border-radius: 22px;
  }

  .realServices__content {
    padding: 26px;
  }

  .realServices__content h3 {
    font-size: 23px;
  }
}

.realEstateNews {
  padding: 120px 0;
  background: #0f172a;
  position: relative;
  overflow: hidden;
}

.realEstateNews::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(212, 160, 23, .12), transparent 35%),
    radial-gradient(circle at 90% 80%, rgba(212, 160, 23, .08), transparent 35%);
}

.realEstateNews .container {
  width: min(1200px, calc(100% - 40px));
  margin: auto;
  position: relative;
  z-index: 2;
}

.realEstateNews__heading {
  text-align: center;
  max-width: 700px;
  margin: auto auto 70px;
}

.realEstateNews__heading span {
  color: #d4a017;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
}

.realEstateNews__heading h2 {
  color: #fff;
  font-size: 58px;
  margin: 18px 0;
  line-height: 1;
}

.realEstateNews__heading p {
  color: rgba(255, 255, 255, .65);
  line-height: 1.8;
}

.realEstateNews__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
}

.realEstateNews__featured,
.realEstateNews__small {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .04);
}

.realEstateNews__featured {
  min-height: 700px;
}

.realEstateNews__small {
  min-height: 338px;
}

.realEstateNews__featured img,
.realEstateNews__small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: .7s;
}

.realEstateNews__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .15),
      rgba(0, 0, 0, .85));
}

.realEstateNews__content {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 35px;
  z-index: 2;
}

.realEstateNews__tag,
.realEstateNews__content span {
  display: inline-block;
  color: #d4a017;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.realEstateNews__featured h3 {
  color: #fff;
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.realEstateNews__featured p {
  color: rgba(255, 255, 255, .75);
  line-height: 1.8;
  margin-bottom: 25px;
}

.realEstateNews__featured a {
  color: #d4a017;
  text-decoration: none;
  font-weight: 600;
}

.realEstateNews__small h4 {
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
}

.realEstateNews__side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.realEstateNews__featured:hover img,
.realEstateNews__small:hover img {
  transform: scale(1.1);
}

.realEstateNews__featured:hover,
.realEstateNews__small:hover {
  border-color: rgba(212, 160, 23, .4);
  box-shadow: 0 0 40px rgba(212, 160, 23, .15);
}

@media(max-width:991px) {

  .realEstateNews__grid {
    grid-template-columns: 1fr;
  }

  .realEstateNews__side {
    grid-template-columns: 1fr;
  }

  .realEstateNews__featured {
    min-height: 500px;
  }

  .realEstateNews__small {
    min-height: 260px;
  }

  .realEstateNews__heading h2 {
    font-size: 42px;
  }
}

.realContact {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 160, 23, .14), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(255, 255, 255, .06), transparent 36%),
    linear-gradient(180deg, #0f172a 0%, #111c33 52%, #0f172a 100%);
  color: #ffffff;
}

.realContact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: .14;
  pointer-events: none;
}

.realContact__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.realContact__sub {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.realContact__sub::before {
  content: "";
  width: 46px;
  height: 1px;
  background: #d4a017;
  box-shadow: 0 0 18px rgba(212, 160, 23, .75);
}

.realContact__left h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 74px);
  line-height: .98;
  letter-spacing: -0.05em;
}

.realContact__left p {
  max-width: 520px;
  margin: 26px 0 38px;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.85;
}

.realContact__info {
  display: grid;
  gap: 16px;
}

.realContact__item {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}

.realContact__item span {
  display: block;
  margin-bottom: 8px;
  color: #d4a017;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.realContact__item strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.realContact__right {
  position: relative;
}

.realContact__right::before {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(212, 160, 23, .35), transparent 42%, rgba(255, 255, 255, .08));
  opacity: .65;
  filter: blur(.2px);
}

.realContact__form {
  position: relative;
  z-index: 2;
  padding: 42px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
  backdrop-filter: blur(22px);
}

.realContact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.realContact__form input,
.realContact__form select,
.realContact__form textarea {
  width: 100%;
  margin-bottom: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  outline: none;
  background: rgba(15, 23, 42, .68);
  color: #ffffff;
  font-size: 15px;
}

.realContact__form textarea {
  min-height: 150px;
  resize: vertical;
}

.realContact__form input::placeholder,
.realContact__form textarea::placeholder {
  color: rgba(255, 255, 255, .46);
}

.realContact__form select {
  color: rgba(255, 255, 255, .78);
}

.realContact__form input:focus,
.realContact__form select:focus,
.realContact__form textarea:focus {
  border-color: rgba(212, 160, 23, .72);
  box-shadow: 0 0 0 4px rgba(212, 160, 23, .12);
}

.realContact__form button {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 999px;
  background: #d4a017;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(212, 160, 23, .28);
  transition: .35s ease;
}

.realContact__form button:hover {
  transform: translateY(-3px);
  background: #e4b32a;
  box-shadow: 0 24px 54px rgba(212, 160, 23, .42);
}

@media (max-width: 900px) {
  .realContact__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .realContact__left h2 {
    font-size: 44px;
  }
}

@media (max-width: 560px) {
  .realContact {
    padding: 78px 0;
  }

  .realContact__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .realContact__form {
    padding: 26px;
    border-radius: 24px;
  }

  .realContact__item strong {
    font-size: 16px;
  }
}