@charset "UTF-8";
:root {
  --bg: #111111;
  --dark: #000000;
  --secondary: #968D89;
  --surface: #141415;
  --surface-soft: #181819;
  --accent: #35261E;
  --border: rgba(255, 255, 255, 0.12);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.58);
  --container: max(1420px, 93.9153439153vw);
  --gutter: max(36px, 2.380952381vw);
  --title: "Boska", serif;
  --body: "Plus Jakarta Sans", sans-serif;
  --cap: max(14px, 0.9259259259vw);
  --bod: max(16px, 1.0582010582vw);
  --titl: max(70px, 4.6296296296vw);
}

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

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: radial-gradient(circle at 50% 100%, rgba(47, 73, 120, 0.28), transparent 26%), var(--bg);
  color: var(--text);
  font-family: var(--body);
  text-rendering: optimizeLegibility;
  font-size: var(--bod);
  font-weight: 400;
}
@media (max-width: 540px) {
  body {
    font-size: max(14px, 0.9259259259vw);
  }
}
body.is-menu-open {
  overflow: hidden;
}

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

figure {
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

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

blockquote {
  font-family: var(--body);
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

.site-shell {
  overflow: hidden;
}

.section-space {
  width: min(100% - var(--gutter) * 2, var(--container));
  margin: 0 auto;
  padding: max(216px, 14.2857142857vw) 0 0;
}
.section-space--full {
  width: calc(100% - var(--gutter) * 2);
}

.section-label,
.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: max(18px, 1.1904761905vw);
  letter-spacing: 20%;
  text-transform: uppercase;
}
@media (max-width: 540px) {
  .section-label,
  .eyebrow {
    font-size: max(14px, 0.9259259259vw);
  }
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--title);
  font-weight: 400;
  line-height: 0.95;
}

h1 {
  font-size: max(40px, 4.6296296296vw);
}
@media (max-width: 540px) {
  h1 br {
    display: none;
  }
}

h2 {
  font-size: var(--titl);
}
@media (max-width: 540px) {
  h2 {
    font-size: max(40px, 2.6455026455vw);
  }
}

h3 {
  font-size: max(24px, 2.2486772487vw);
}

p {
  margin: 0;
  line-height: 1.7;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}
.section-head p {
  max-width: 360px;
  text-align: right;
}
.section-head__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--bod);
  white-space: nowrap;
  transition: color 0.25s ease;
}
.section-head__link:hover {
  color: var(--text);
}
.section-head--centered {
  justify-content: center;
  margin-bottom: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: var(--cap) max(20px, 1.3227513228vw);
  gap: 10px;
  background: var(--text);
  color: var(--bg);
  font-size: var(--bod);
}
.button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--text);
}

.js article[data-scroll] img {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: scale(1.06);
  transition: clip-path 1.7s cubic-bezier(0.22, 1, 0.36, 1), transform 2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.5s ease;
}
.js article[data-scroll] > :not(img) {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.js article[data-scroll].is-inview img {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: scale(1);
}
.js article[data-scroll].is-inview > :not(img) {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}

@media (max-width: 991px) {
  :root {
    --gutter: 18px;
  }
  .js article[data-scroll] img,
  .js article[data-scroll] > :not(img) {
    opacity: 1;
    clip-path: none;
    transform: none;
    transition: none;
  }
  .section-space {
    padding-top: 88px;
  }
  .section-head {
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .section-head p {
    max-width: none;
    text-align: left;
  }
}
.dollar-icon {
  width: 0.85em;
  height: 0.85em;
  margin-right: 0.12em;
  vertical-align: -0.08em;
}

@media (max-width: 540px) {
  :root {
    --titl: 40px;
    --cap: 10px;
    --bod: 14px;
  }
}
.landing {
  --landing-bg: #f4eee4;
  --landing-bg-soft: #faf6ee;
  --landing-bg-warm: #efe7d9;
  --landing-card: #fbf8f1;
  --landing-card-warm: #F7F0E6;
  --landing-ink: #181818;
  --landing-muted: #6e6a63;
  --landing-line: rgba(25, 25, 25, 0.12);
  --landing-green: #33513e;
  --landing-gold: #b79a6a;
  --landing-dark: #121212;
  --landing-serif: var(--title, "Boska", serif);
  --landing-sans: var(--body, "Plus Jakarta Sans", sans-serif);
  background: var(--landing-bg);
  color: var(--landing-ink);
  font-family: var(--landing-sans);
  font-size: max(16px, 1.0582010582vw);
  line-height: 1.5;
}
.landing *, .landing *::before, .landing *::after {
  box-sizing: border-box;
}
.landing img {
  display: block;
  width: 100%;
}
.landing h1, .landing h2, .landing h3, .landing h4 {
  margin: 0;
  font-weight: 400;
  font-family: var(--landing-serif);
}
.landing p {
  margin: 0;
}
.landing a {
  text-decoration: none;
}

.landing-wrap {
  width: min(max(1314.82px, 86.958994709vw), 100% - 48px);
  margin-inline: auto;
}
@media (max-width: 910px) {
  .landing-wrap {
    width: calc(100% - 2rem);
  }
}

.landing-serif {
  font-family: var(--landing-serif);
  font-weight: 400;
  line-height: 1.05;
  font-size: max(66px, 4.3650793651vw);
  letter-spacing: 0.01em;
}
.landing-serif--center {
  text-align: center;
}
@media (max-width: 910px) {
  .landing-serif {
    font-size: 2.2rem;
  }
}
@media (max-width: 510px) {
  .landing-serif {
    font-size: 1.7rem;
  }
}

.landing-eyebrow {
  display: block;
  color: var(--landing-ink);
  margin-bottom: 16px;
}
.landing-eyebrow--center {
  text-align: center;
}

.landing-hero__lead p,
.landing-project__body p,
.landing-invest__banner-body p,
.landing-invest__card-body p,
.landing-faq__answer p,
.landing-footer__legal p {
  margin: 0 0 0.9em;
}
.landing-hero__lead p:last-child,
.landing-project__body p:last-child,
.landing-invest__banner-body p:last-child,
.landing-invest__card-body p:last-child,
.landing-faq__answer p:last-child,
.landing-footer__legal p:last-child {
  margin-bottom: 0;
}

/* ---------- Lead form (hero + reserve) ---------- */
.landing-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.landing-form__field {
  display: block;
  border: 1px solid var(--landing-line);
  border-radius: 10px;
  padding: 12px 18px;
  background: #F7F0E6;
}
.landing-form__field span {
  display: block;
  font-size: max(13px, 0.8597883598vw);
}
.landing-form__field input {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: max(16px, 1.0582010582vw);
  color: var(--landing-ink);
  padding: 2px 0 0;
  outline: none;
}
.landing-form__field .iti {
  width: 100%;
  display: block;
}
.landing-form__field .iti__selected-dial-code {
  color: var(--landing-ink);
}
.landing-form__note {
  border: 0;
  padding: 0;
}
.landing-form__note[open] .landing-form__note-toggle::before {
  content: "–";
}
.landing-form__note textarea {
  width: 100%;
  margin-top: 12px;
  border: 1px solid var(--landing-line);
  border-radius: 10px;
  padding: 12px 18px;
  background: #F7F0E6;
  font: inherit;
  font-size: max(16px, 1.0582010582vw);
  color: var(--landing-ink);
  outline: none;
  resize: vertical;
  height: max(100px, 6.6137566138vw);
}
.landing-form__note-toggle {
  font-size: max(14px, 0.9259259259vw);
  color: var(--landing-muted);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  list-style: none;
}
.landing-form__note-toggle::-webkit-details-marker {
  display: none;
}
.landing-form__note-toggle::before {
  content: "+";
  margin-right: 8px;
}
.landing-form__note-toggle span {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.landing-form__submit,
.landing-form .wpcf7-submit {
  width: 100%;
  margin-top: 4px;
  border: 0;
  border-radius: 12px;
  background-color: var(--landing-dark);
  color: #fff;
  font: inherit;
  font-size: max(16px, 1.0582010582vw);
  padding: 18px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.landing-form__submit:hover,
.landing-form .wpcf7-submit:hover {
  opacity: 0.9;
}
.landing-form__submit img,
.landing-form .wpcf7-submit img {
  width: max(20px, 1.3227513228vw);
  height: max(20px, 1.3227513228vw);
  flex: none;
}
.landing-form__disclaimer {
  text-align: center;
  font-size: max(13px, 0.8597883598vw);
  color: var(--landing-muted);
}
.landing-form .wpcf7-form-control-wrap {
  display: block;
}
.landing-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: max(12px, 0.7936507937vw);
  color: #c0392b;
}
.landing-form .wpcf7-response-output {
  margin: 0 0.5em 0 !important;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: max(13px, 0.8597883598vw);
}
.landing-form .wpcf7-response-output:empty {
  display: none;
}
.landing-form .wpcf7-spinner {
  margin: 0 0 0 10px;
}
.landing-form .wpcf7-not-valid {
  border-color: #c0392b;
}

/* ---------- HERO ---------- */
.landing-hero {
  position: relative;
  color: var(--landing-ink);
  padding: 20px 0 90px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 24%), var(--bg-image) center/cover no-repeat;
  background-color: #9fb0c4;
  align-items: center;
}
@media (max-width: 910px) {
  .landing-hero {
    padding: 1.5rem 0 3rem;
    min-height: 0;
  }
}
.landing-hero__top {
  width: min(max(1314.82px, 86.958994709vw), 100% - 48px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 910px) {
  .landing-hero__top {
    width: calc(100% - 2rem);
  }
}
.landing-hero__logo img {
  width: auto;
  height: max(38px, 2.5132275132vw);
  filter: brightness(0) invert(1);
}
@media (max-width: 910px) {
  .landing-hero__logo img {
    height: 2.25rem;
  }
}
.landing-hero__chat {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #25d366;
  color: #fff !important;
  border-radius: 999px;
  padding: max(14px, 0.9259259259vw) max(26px, 1.7195767196vw);
  font-size: max(16px, 1.0582010582vw);
  transition: background 0.2s ease;
}
.landing-hero__chat:hover {
  background: #1eb955;
}
@media (max-width: 910px) {
  .landing-hero__chat {
    padding: 0.625rem 1.1rem;
    font-size: 0.875rem;
  }
}
.landing-hero__chat .landing-hero__chat-icon {
  width: max(20px, 1.3227513228vw);
  height: max(20px, 1.3227513228vw);
  flex: none;
}
@media (max-width: 910px) {
  .landing-hero__chat .landing-hero__chat-icon {
    width: 1.15rem;
    height: 1.15rem;
  }
}
.landing-hero__body {
  width: min(max(1314.82px, 86.958994709vw), 100% - 48px);
  margin: auto auto 0;
  display: grid;
  grid-template-columns: 1fr minmax(0, max(500px, 33.0687830688vw));
  gap: max(60px, 3.9682539683vw);
  align-items: center;
  margin: 0;
  margin-top: 14vh;
}
@media (max-width: 910px) {
  .landing-hero__body {
    margin-top: calc(100% - 2rem);
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.landing-hero__title {
  font-size: max(80px, 5.291005291vw);
  line-height: 100%;
  color: var(--landing-ink);
}
@media (max-width: 910px) {
  .landing-hero__title {
    font-size: 2.75rem;
  }
}
@media (max-width: 510px) {
  .landing-hero__title {
    font-size: 2.1rem;
  }
}
.landing-hero__meta {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  color: var(--landing-ink);
}
.landing-hero__meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.landing-hero__meta img {
  width: max(20px, 1.3227513228vw);
  height: max(20px, 1.3227513228vw);
  flex: none;
}
.landing-hero__meta li + li {
  padding-left: 22px;
}
@media (max-width: 910px) {
  .landing-hero__meta {
    margin-top: 1.25rem;
  }
}
@media (max-width: 510px) {
  .landing-hero__meta {
    gap: 8px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .landing-hero__meta li + li {
    border-left: 0;
    padding-left: 0;
  }
}
.landing-hero__lead {
  margin-top: 26px;
  color: var(--landing-muted);
}
@media (max-width: 910px) {
  .landing-hero__lead {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.landing-hero__form-card {
  background: #FDF6EC;
  border-radius: 22px;
  padding: max(20px, 1.3227513228vw);
  color: var(--landing-ink);
}
@media (max-width: 910px) {
  .landing-hero__form-card {
    padding: 1.25rem;
    border-radius: 1rem;
  }
}
.landing-hero__tag {
  width: min(1314.82px, 100% - 48px);
  margin: 34px auto 0;
  font-size: max(15px, 0.9920634921vw);
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 20px;
}
.landing-hero__tag img {
  width: auto;
  height: max(24px, 1.5873015873vw);
}
@media (max-width: 910px) {
  .landing-hero__tag {
    width: calc(100% - 2rem);
    margin-top: 1.5rem;
    font-size: 0.9rem;
  }
}

/* ---------- STATS ---------- */
.landing-stats {
  background: var(--landing-bg);
  padding: max(80px, 5.291005291vw) 0 0;
}
@media (max-width: 910px) {
  .landing-stats {
    padding: 3rem 0 0;
  }
}
.landing-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
@media (max-width: 910px) {
  .landing-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 510px) {
  .landing-stats__grid {
    grid-template-columns: 1fr;
  }
}
.landing-stats__item {
  border: 1px solid var(--landing-line);
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
}
.landing-stats__item strong {
  display: block;
  font-size: max(36px, 2.380952381vw);
  font-weight: 400;
}
.landing-stats__item span {
  display: block;
  margin-top: 8px;
  color: var(--landing-muted);
}

.landing-stat {
  border: 1px solid var(--landing-line);
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
}
.landing-stat strong {
  display: block;
  font-size: max(38px, 2.5132275132vw);
  font-weight: 400;
}
.landing-stat span {
  display: block;
  margin-top: 8px;
  color: var(--landing-muted);
  font-size: max(16px, 1.0582010582vw);
}

/* ---------- THE PROJECT ---------- */
.landing-project {
  padding: max(120px, 7.9365079365vw) 0;
}
@media (max-width: 910px) {
  .landing-project {
    padding: 3.5rem 0;
  }
}
.landing-project__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 910px) {
  .landing-project__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.landing-project__body {
  margin-top: 26px;
  color: var(--landing-ink);
  max-width: 46ch;
  line-height: 1.7;
}
.landing-project__media img {
  border-radius: 18px;
  aspect-ratio: 16/12;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------- RESIDENCES ---------- */
.landing-residences {
  padding: 0 0 max(120px, 7.9365079365vw);
}
@media (max-width: 910px) {
  .landing-residences {
    padding: 0 0 3.5rem;
  }
}
.landing-residences__head {
  margin-bottom: 44px;
}
@media (max-width: 910px) {
  .landing-residences__head {
    margin-bottom: 1.75rem;
  }
}
.landing-residences__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media (max-width: 910px) {
  .landing-residences__grid {
    grid-template-columns: 1fr;
  }
}

.landing-villa {
  background: var(--landing-card);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 20px 40px rgba(25, 25, 25, 0.05);
}
.landing-villa__head {
  background: var(--landing-card-warm);
  border-radius: 14px;
  padding: 26px 24px;
}
.landing-villa__head span {
  color: var(--landing-ink);
}
.landing-villa__head strong {
  display: block;
  margin-top: 8px;
  font-size: max(26px, 1.7195767196vw);
  font-weight: 400;
}
.landing-villa__specs {
  margin: 6px 0 0;
}
.landing-villa__specs div {
  display: flex;
  justify-content: space-between;
  padding: 20px 4px;
  border-bottom: 1px solid var(--landing-line);
}
.landing-villa__specs dt {
  margin: 0;
  color: var(--landing-ink);
}
.landing-villa__specs dd {
  margin: 0;
}
.landing-villa__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 4px;
  color: var(--landing-green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---------- PAYMENT PLAN ---------- */
.landing-payment {
  background-color: #FCF7ED;
  padding: max(120px, 7.9365079365vw) 0 max(90px, 5.9523809524vw);
}
@media (max-width: 910px) {
  .landing-payment {
    padding: 3.5rem 0;
  }
}
.landing-payment__head {
  margin-bottom: 44px;
}
@media (max-width: 910px) {
  .landing-payment__head {
    margin-bottom: 1.75rem;
  }
}
.landing-payment__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 910px) {
  .landing-payment__inner {
    grid-template-columns: 1fr;
  }
}
.landing-payment__media img {
  border-radius: 18px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-payment__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 910px) {
  .landing-payment__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 510px) {
  .landing-payment__grid {
    grid-template-columns: 1fr;
  }
}
.landing-payment__cell {
  background: var(--landing-bg-warm);
  border-radius: 16px;
  padding: 30px 26px;
  text-align: center;
  background: #F7F0E6;
}
.landing-payment__cell:last-of-type {
  border: 1px solid #CBAF88;
}
.landing-payment__cell strong {
  display: block;
  font-size: max(36px, 2.380952381vw);
  font-weight: 400;
}
.landing-payment__cell-title {
  display: block;
  margin-top: 10px;
}
.landing-payment__cell-sub {
  display: block;
  margin-top: 4px;
  color: var(--landing-muted);
  font-size: max(14px, 0.9259259259vw);
}
.landing-payment__service {
  margin-top: 30px;
  text-align: center;
  border-top: 1px solid var(--landing-bg-warm);
  padding-top: 26px;
}
.landing-payment__service strong {
  display: block;
  font-size: max(30px, 1.9841269841vw);
  font-weight: 400;
}
.landing-payment__service span {
  color: var(--landing-muted);
}

/* ---------- AMENITIES ---------- */
.landing-amenities {
  background: var(--landing-bg-warm);
  padding: max(220px, 14.5502645503vw) 0;
}
@media (max-width: 910px) {
  .landing-amenities {
    padding: 3.5rem 0;
  }
}
.landing-amenities__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 910px) {
  .landing-amenities__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.landing-amenities__list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 30px;
}
.landing-amenities__list li {
  position: relative;
  padding-left: 22px;
  font-size: max(17px, 1.1243386243vw);
}
.landing-amenities__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: var(--landing-ink);
}
.landing-amenities__media img {
  border-radius: 18px;
  aspect-ratio: 16/12;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------- RESERVE ---------- */
.landing-reserve {
  position: relative;
  color: #fff;
  padding: 90px 0;
  min-height: 640px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.05)), var(--bg-image) center/cover no-repeat;
  background-color: #8a8577;
  background: var(--bg-image) center/cover no-repeat;
}
@media (max-width: 910px) {
  .landing-reserve {
    padding: 3.5rem 0;
    min-height: 0;
  }
}
.landing-reserve .landing-serif {
  color: var(--landing-ink);
}
.landing-reserve__inner {
  display: grid;
  grid-template-columns: minmax(0, 580px);
}
.landing-reserve__title {
  font-size: clamp(34px, 3.7037037037vw, 56px);
  margin-bottom: 28px;
  max-width: 12ch;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
}
.landing-reserve__form-card {
  background: #FDF6EC;
  border-radius: 22px;
  padding: max(20px, 1.3227513228vw);
  color: var(--landing-ink);
  margin-top: max(30px, 1.9841269841vw);
}
.landing-reserve__form-card form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 910px) {
  .landing-reserve__form-card {
    padding: 1.25rem;
    border-radius: 1rem;
  }
}

/* ---------- STRATEGIC LOCATION ---------- */
.landing-location {
  padding: max(220px, 14.5502645503vw) 0;
}
@media (max-width: 910px) {
  .landing-location {
    padding: 3.5rem 0;
  }
}
.landing-location__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 910px) {
  .landing-location__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.landing-location__map img {
  border-radius: 16px;
}
.landing-location__list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.landing-location__list li {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid var(--landing-line);
  font-size: max(17px, 1.1243386243vw);
}
.landing-location__list em {
  font-style: normal;
  color: var(--landing-muted);
}

/* ---------- WHY INVEST ---------- */
.landing-invest {
  padding: 20px 0 90px;
}
.landing-invest__head {
  margin-bottom: 44px;
}
@media (max-width: 910px) {
  .landing-invest__head {
    margin-bottom: 1.75rem;
  }
}
.landing-invest__banner {
  background: var(--landing-dark);
  color: #fff;
  border-radius: 22px;
  padding: 42px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.landing-invest__banner h3 {
  font-size: max(24px, 1.5873015873vw);
  font-family: var(--body);
}
@media (max-width: 910px) {
  .landing-invest__banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 26px 24px;
  }
}
.landing-invest__banner-body {
  margin-top: 12px;
  max-width: 80ch;
  color: rgba(255, 255, 255, 0.8);
}
.landing-invest__banner-cta {
  flex: none;
  background: #fff;
  color: var(--landing-ink);
  border-radius: 12px;
  padding: 16px 28px;
  white-space: nowrap;
}
.landing-invest__cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 910px) {
  .landing-invest__cards {
    grid-template-columns: 1fr;
  }
}
.landing-invest__card figure {
  margin: 0 0 18px;
}
.landing-invest__card img {
  border-radius: 14px;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-invest__card h4 {
  font-size: max(20px, 1.3227513228vw);
  font-weight: 500;
}
.landing-invest__card .landing-invest__card-body {
  margin-top: 8px;
  color: var(--landing-muted);
  font-size: max(15px, 0.9920634921vw);
}

/* ---------- FAQ ---------- */
.landing-faq {
  padding: 80px 0 100px;
}
@media (max-width: 910px) {
  .landing-faq {
    padding: 3.5rem 0;
  }
}
.landing-faq__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
}
@media (max-width: 910px) {
  .landing-faq__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.landing-faq__head {
  position: sticky;
  top: 100px;
  align-self: start;
}
@media (max-width: 910px) {
  .landing-faq__head {
    position: static;
  }
}
.landing-faq__list {
  border-top: 1px solid var(--landing-line);
}
.landing-faq__item {
  border-bottom: 1px solid var(--landing-line);
}
.landing-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
  font-size: max(19px, 1.2566137566vw);
}
.landing-faq__item summary::-webkit-details-marker {
  display: none;
}
.landing-faq__icon {
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}
.landing-faq__icon::before, .landing-faq__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--landing-ink);
}
.landing-faq__icon::before {
  width: 100%;
  height: 1.5px;
}
.landing-faq__icon::after {
  width: 1.5px;
  height: 100%;
  transition: transform 0.2s ease;
}
.landing-faq__item[open] .landing-faq__icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
.landing-faq__answer {
  padding-bottom: 26px;
  color: var(--landing-muted);
  max-width: 62ch;
}
.landing-faq__answer p {
  margin: 0;
}

/* ---------- FOOTER ---------- */
.landing-footer {
  background: var(--landing-bg-warm);
  padding: 80px 0 60px;
}
@media (max-width: 910px) {
  .landing-footer {
    padding: 3rem 0 2.5rem;
  }
}
.landing-footer__inner {
  width: min(1314.82px, 100% - 48px);
  margin-inline: auto;
  text-align: center;
}
.landing-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-bottom: 30px;
}
.landing-footer__logo {
  width: auto;
  height: 54px;
}
.landing-footer__partner {
  width: auto;
  height: 54px;
}
.landing-footer__links {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--landing-line);
}
.landing-footer__links a {
  font-size: max(16px, 1.0582010582vw);
}
@media (max-width: 910px) {
  .landing-footer__links {
    gap: 28px;
    flex-wrap: wrap;
  }
}
.landing-footer__legal {
  margin-top: 34px;
  color: var(--landing-ink);
  font-size: max(15px, 0.9920634921vw);
  line-height: 1.7;
}
.landing-footer__legal p {
  max-width: 110ch;
  margin: 0 auto 18px;
}
.landing-footer__copy {
  color: var(--landing-ink);
}

/* ---------- FLOATING ACTION BUTTONS ---------- */
.landing-fab {
  display: block;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  background: center/contain no-repeat transparent;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.landing-fab:hover {
  transform: scale(1.06);
}
.landing-fab--whatsapp {
  background-image: url("../images/whatsapp-cta.svg");
}
.landing-fab--call {
  background-image: url("../images/call-cta.svg");
}
.landing-fab--top {
  background-image: url("../images/scroll-cta.svg");
}
@media (max-width: 910px) {
  .landing-fab {
    width: 52px;
    height: 52px;
  }
}

.landing-fabs,
.landing-fab--top {
  position: fixed;
  bottom: 24px;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.landing-fabs.is-visible,
.landing-fab--top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
@media (max-width: 910px) {
  .landing-fabs,
  .landing-fab--top {
    bottom: 16px;
  }
}

.landing-fabs {
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 910px) {
  .landing-fabs {
    left: 16px;
    gap: 12px;
  }
}

.landing-fab--top {
  right: 24px;
}
@media (max-width: 910px) {
  .landing-fab--top {
    right: 16px;
  }
}/*# sourceMappingURL=style.css.map */