/* ============================================================
   ENVESTORS AQUARISE - WEBFLOW CSS RECONSTRUCTION
   Built from exact class names extracted from source HTML
   ============================================================ */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');

/* ── Variables ── */
:root {
  --color-bg:       #0F1014;
  --color-bg-dark:  #08090C;
  --color-baige:    #F6F2E9;
  --color-baige-80: rgba(246,242,233,0.8);
  --color-black:    #1A1B1E;
  --color-black-80: rgba(26,27,30,0.8);
  --color-green:    #57A439;
  --color-border:   rgba(246,242,233,0.12);
  --color-gold:     #C8A96E;
  --font-head:      'Cormorant Garamond', Georgia, serif;
  --font-body:      'Jost', sans-serif;
  --transition:     0.3s ease;
  --max-w:          1280px;
}

/* ── Base Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 1rem; }
@media (max-width:1920px) { html { font-size: calc(0.625rem + 0.41666vw); } }
@media (max-width:1728px) { html { font-size: calc(-0.0006rem + 1vw); } }
@media (max-width:991px)  { html { font-size: calc(0.00015rem + 2vw); } }
@media (max-width:767px)  { html { font-size: calc(0.001rem + 2.6vw); } }
@media (max-width:479px)  { html { font-size: calc(0.0009rem + 3.6vw); } }

body {
  background: var(--color-bg);
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: inherit; }
p { font-size: 0.875rem; line-height: 1.6; color: var(--color-black); }
.section.bg-dark p,
.section.bg-dark { color: var(--color-baige); }

/* ── Typography Scale ── */
.h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 4.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.h2 {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 400;
  line-height: 1.1;
}
.h3 {
  font-family: var(--font-head);
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1.15;
}
.h4 {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.text-big   { font-size: 1.0625rem; line-height: 1.55; }
.text-small { font-size: 0.8125rem; line-height: 1.5; }
.text-tiny  { font-size: 0.6875rem; letter-spacing: 0.06em; line-height: 1.4; }

.weight-400 { font-weight: 400; }
.weight-500 { font-weight: 500; }
.weight-600 { font-weight: 600; }
.caps       { text-transform: uppercase; letter-spacing: 0.1em; }

/* Colors */
.color-baige    { color: var(--color-baige); }
.color-baige-80 { color: var(--color-baige-80); }
.color-black    { color: var(--color-black); }
.color-black-80 { color: var(--color-black-80); }
.color-green    { color: var(--color-green); }
.color-bg       { color: var(--color-bg); }

/* Opacity */
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.opacity-80 { opacity: 0.8; }

/* ── Container ── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 767px) { .container { padding: 0 1.25rem; } }

/* ── Layout Utilities ── */
/* Flex vertical with gap */
.flex_v-2  { display: flex; flex-direction: column; gap: 0.125rem; }
.flex_v-6  { display: flex; flex-direction: column; gap: 0.375rem; }
.flex_v-8  { display: flex; flex-direction: column; gap: 0.5rem; }
.flex_v-12 { display: flex; flex-direction: column; gap: 0.75rem; }
.flex_v-16 { display: flex; flex-direction: column; gap: 1rem; }
.flex_v-20 { display: flex; flex-direction: column; gap: 1.25rem; }
.flex_v-24 { display: flex; flex-direction: column; gap: 1.5rem; }
.flex_v-28 { display: flex; flex-direction: column; gap: 1.75rem; }
.flex_v-30 { display: flex; flex-direction: column; gap: 1.875rem; }
.flex_v-32 { display: flex; flex-direction: column; gap: 2rem; }
.flex_v-36 { display: flex; flex-direction: column; gap: 2.25rem; }
.flex_v-40 { display: flex; flex-direction: column; gap: 2.5rem; }
.flex_v-48 { display: flex; flex-direction: column; gap: 3rem; }
.flex_v-56 { display: flex; flex-direction: column; gap: 3.5rem; }
.flex_v-sb { display: flex; flex-direction: column; justify-content: space-between; }

/* Flex horizontal with gap */
.flex_h-8  { display: flex; align-items: center; gap: 0.5rem; }
.flex_h-18 { display: flex; align-items: center; gap: 1.125rem; }
.flex_h-20 { display: flex; align-items: flex-start; gap: 1.25rem; }
.flex_h-24 { display: flex; align-items: center; gap: 1.5rem; }
.flex_h-sb { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

/* Grid layouts */
.grid_2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.grid_2col-22gap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 1.375rem;
  align-items: start;
}
.grid_3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.grid_4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.grid_2rows {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: start;
  gap: 0.75rem 1.5rem;
}

@media (max-width: 991px) {
  .grid_2col     { grid-template-columns: 1fr; }
  .grid_2col-22gap{ grid-template-columns: 1fr; }
  .grid_4col     { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .grid_3col     { grid-template-columns: 1fr; }
  .grid_4col     { grid-template-columns: 1fr; }
}

/* Centering */
.x-center { align-items: center; }
.y-center { justify-content: center; }
.center   { text-align: center; }

/* Max widths */
.mw-20ch { max-width: 20ch; }
.mw-30   { max-width: 30rem; }
.mw-556  { max-width: 34.75rem; }
.mw-70   { max-width: 70%; }
.mw-grapg-1 { max-width: 18rem; }

/* Misc */
.display-none { display: none !important; }
.img-abs      { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.img-90       { position: relative; width: 100%; padding-bottom: 90%; overflow: hidden; border-radius: 0.5rem; }
.img-small-wrapper { position: relative; width: 3.5rem; height: 3.5rem; border-radius: 0.375rem; overflow: hidden; flex-shrink: 0; }
.width-56     { width: 3.5rem; }

/* Responsive visibility */
.mob-none  { display: block; }
.mob-only  { display: none; }
.desktop   { display: block; }
@media (max-width: 767px) {
  .mob-none { display: none; }
  .mob-only { display: block; }
  .desktop  { display: none; }
  .mob-24   { font-size: 1.5rem !important; }
  .mob-12   { font-size: 0.75rem !important; }
  .mob-gap-32 { gap: 2rem !important; }
  .mob-order-1 { order: -1; }
}

/* ── Spacer ── */
.spacer { padding-top: 5rem; }
@media (max-width: 767px) { .spacer { padding-top: 3rem; } }

/* ── Section ── */
.section {
  padding-bottom: 5rem;
  background: var(--color-baige);
}
.section.bg-dark    { background: var(--color-bg); }
.section.bg-dark p  { color: var(--color-baige-80); }
.section.is--hero   { background: var(--color-bg); padding-bottom: 0; }
.section.h-form-paddings { padding-top: 0; padding-bottom: 5rem; }

/* ── Divider ── */
.divider {
  width: 100%;
  height: 1px;
  background: var(--color-black);
  opacity: 0.12;
}
.section.bg-dark .divider { background: var(--color-baige); opacity: 0.15; }

/* ── Tag ── */
.tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(26,27,30,0.2);
  border-radius: 100px;
  padding: 0.3125rem 0.875rem;
  width: fit-content;
}
.tag.bg-baige { background: var(--color-baige); border-color: transparent; }
.section.bg-dark .tag { border-color: rgba(246,242,233,0.2); }
.section.bg-dark .tag.bg-baige { background: rgba(246,242,233,0.12); border-color: rgba(246,242,233,0.2); }

/* ── Section Header ── */
.section_header { max-width: 52rem; }

/* ── Navbar ── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1.25rem 0;
  transition: background 0.4s, padding 0.3s;
}
.navbar.scrolled {
  background: rgba(8,9,12,0.95);
  backdrop-filter: blur(12px);
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(246,242,233,0.08);
}
.navbar_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.navbar_logo { height: 2.75rem; width: auto; }
.navbar_menu { display: flex; align-items: center; gap: 0; }
.navbar_menu-inner { display: flex; align-items: center; gap: 1.5rem; }
.navbar_menu-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-link {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(246,242,233,0.75);
  transition: color var(--transition);
  padding: 0;
}
.nav-link:hover, .nav-link.w--current { color: var(--color-baige); }
.navbar_button {
  background: var(--color-baige);
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  white-space: nowrap;
}
.navbar_button:hover { background: var(--color-gold); transform: translateY(-1px); }
.burger { display: none; }
.lines-wrapper { display: flex; flex-direction: column; gap: 5px; width: 1.625rem; cursor: pointer; }
.line { height: 1.5px; background: var(--color-baige); border-radius: 2px; transition: var(--transition); }
.line.short { width: 70%; }

@media (max-width: 991px) {
  .navbar_menu { display: none; }
  .navbar_menu.open {
    display: flex; flex-direction: column;
    position: fixed; inset: 0;
    background: var(--color-bg);
    justify-content: center; align-items: center;
    gap: 2.5rem; z-index: 999;
  }
  .navbar_menu.open .navbar_menu-inner { flex-direction: column; align-items: center; gap: 2rem; }
  .navbar_menu.open .navbar_menu-links { flex-direction: column; align-items: center; gap: 1.5rem; }
  .navbar_menu.open .nav-link { font-size: 1rem; }
  .burger { display: flex; z-index: 1001; }
}

/* ── HERO ── */
.section.is--hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.5rem 3rem;
  padding: 7.5rem 0 5rem;
  min-height: 100vh;
  align-content: center;
}
.hero_name   { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; gap: 2rem; justify-content: center; }
.hero_logo   { grid-column: 2; grid-row: 1; display: flex; align-items: flex-start; justify-content: flex-end; padding-top: 1rem; }
.hero_details{ grid-column: 1; grid-row: 2; display: flex; gap: 3rem; align-items: flex-start; }
.hero_video  { grid-column: 2; grid-row: 2; display: flex; align-items: center; justify-content: flex-end; }

.hero .h1    { color: var(--color-baige); font-size: clamp(2.25rem, 5vw, 4.75rem); }
.hero .text-big { color: var(--color-baige-80); }
.hero_logo-inner {
  display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem;
  border: 1px solid rgba(246,242,233,0.15);
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  background: rgba(246,242,233,0.04);
}
.hero_dev-logo { height: 2rem; width: auto; }
.logo-text { color: var(--color-baige-80); text-align: right; }
.hero_details { display: flex; gap: 2rem; }
.hero_details .h3 { color: var(--color-baige); font-size: clamp(1.1rem, 1.8vw, 1.75rem); }
.hero_details .text-small { color: var(--color-baige-80); }
.hero_slide-wrapper { padding: 0; }
.hero_slide { display: flex; flex-direction: column; gap: 0.375rem; }
.hero_slide-nav { margin-top: 1rem; }
.hero_slide-nav .w-slider-dot {
  width: 0.375rem; height: 0.375rem;
  background: rgba(246,242,233,0.3);
  border-radius: 50%; margin: 0 0.25rem;
  transition: background var(--transition);
}
.hero_slide-nav .w-slider-dot.w-active { background: var(--color-baige); }

.full-screen-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.full-screen-media .img-abs {
  object-fit: cover;
  opacity: 0.3;
  filter: saturate(0.5);
}
.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(8,9,12,0.94) 0%, rgba(8,9,12,0.6) 60%, rgba(8,9,12,0.2) 100%);
}

/* Video / plyr */
.hero_video-inner { position: relative; width: 100%; max-width: 26rem; aspect-ratio: 16/10; border-radius: 0.75rem; overflow: hidden; background: rgba(246,242,233,0.04); border: 1px solid rgba(246,242,233,0.1); }
.plyr_component { position: relative; width: 100%; height: 100%; }
.plyr_embed, .plyr_cover { position: absolute; inset: 0; }
.plyr_video, .video { width: 100%; height: 100%; object-fit: cover; }
.plyr_cover-button {
  position: absolute; bottom: 1rem; left: 1rem;
  width: 2.75rem; height: 2.75rem;
  background: rgba(246,242,233,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.icon-16 { width: 1rem; height: 1rem; }
.icon-24 { width: 1.5rem; height: 1.5rem; flex-shrink: 0; }
.icon-40 { width: 2.5rem; height: 2.5rem; flex-shrink: 0; }

@media (max-width: 991px) {
  .hero { grid-template-columns: 1fr; padding: 6rem 0 3rem; }
  .hero_logo { grid-column: 1; justify-content: flex-start; }
  .hero_video { grid-column: 1; }
  .hero_details { flex-wrap: wrap; gap: 1.5rem; }
}

/* ── Button ── */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-baige);
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.875rem 1.875rem;
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  width: fit-content;
}
.button:hover { background: var(--color-gold); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(200,169,110,0.3); }

.button-stroke {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--color-baige);
  border: 1px solid var(--color-baige);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.875rem 1.875rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
  width: 100%;
}
.button-stroke:hover { background: var(--color-baige); color: var(--color-black); }

.button-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(26,27,30,0.15);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
  background: transparent;
  width: 100%;
  text-align: left;
}
.button-download:hover { border-color: var(--color-black); background: rgba(26,27,30,0.04); }
.download-icon { width: 2rem; height: 2.5rem; flex-shrink: 0; color: var(--color-black); }
.download-arrow { width: 1.5rem; height: 1.5rem; }

/* ── Cards ── */
.card {
  position: relative;
  background: var(--color-baige);
  border-radius: 0.75rem;
  overflow: hidden;
}
.card.big-card {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 1rem;
  overflow: hidden;
}
.content-wrapper { position: relative; }
.card.info {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background: var(--color-baige);
  border-radius: 0.75rem;
  padding: 1.25rem;
  min-width: 15rem;
  z-index: 2;
}
.agent-img-wrapper {
  position: relative;
  width: 2.5rem; height: 2.5rem;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}

/* Payment cards */
.payment-card {
  background: var(--color-bg);
  border: 1px solid rgba(246,242,233,0.1);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  color: var(--color-baige);
}
.payment-card .h1 { color: var(--color-baige); font-size: clamp(3rem, 6vw, 5.5rem); }
.payment-card_header { display: flex; flex-direction: column; gap: 0.25rem; }
.payment-card_header .weight-600 { font-size: 0.6875rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--color-gold); }
.payment-card_header > div:last-child { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-baige-80); }
.payment-card_details { column-count: 2; column-gap: 1rem; }
.payment-card_footer { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(246,242,233,0.1); }

/* ── Graph / ROI ── */
.graph {
  background: var(--color-bg);
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.graph_content { position: relative; width: 100%; height: 5rem; }
.graph_growth { align-items: flex-end; }
.graph_text { font-size: 0.8125rem; color: var(--color-baige-80); }
.graph_text-tiny { font-size: 0.625rem; color: var(--color-baige-80); opacity: 0.6; }
.green-arrow { position: relative; width: 1rem; height: 1rem; }
.init-price { position: absolute; left: 0; bottom: 0; font-size: 0.625rem; color: var(--color-baige-80); }
.card_graph { position: relative; height: 4rem; width: 100%; }

/* ── Big Graph ── */
.big-graph {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: start;
}
.big-graph_img { width: 100%; height: auto; }
.big-graph_text { max-width: 22rem; display: flex; flex-direction: column; gap: 1.5rem; justify-content: space-between; }
@media (max-width: 767px) {
  .big-graph { grid-template-columns: 1fr; }
  .big-graph_img.mob-only { display: block; }
  .big-graph_img:not(.mob-only) { display: none; }
}

/* ── Amenities Slider ── */
.amenities.w-slider { position: relative; overflow: hidden; background: var(--color-baige); }
.amenities_slide { position: relative; overflow: hidden; min-height: 70vh; }
.amenities_slide-inner { position: absolute; inset: 0; }
.amenities_slide-inner .img-abs { opacity: 1; }
.amenities_gradient {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,9,12,0.85) 0%, transparent 60%);
}
.amenities_l-arrow,
.amenities_r-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 3.5rem; height: 3.5rem;
  background: rgba(246,242,233,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 10; cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background var(--transition);
}
.amenities_l-arrow { left: 1.5rem; }
.amenities_r-arrow { right: 1.5rem; }
.amenities_l-arrow:hover,
.amenities_r-arrow:hover { background: rgba(246,242,233,0.25); }

/* ── Master Plan ── */
.master-plan {
  position: relative;
  width: 100%;
  height: 40rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.master-plan_inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3rem;
  z-index: 2;
}
.master-plan .img-abs { object-fit: cover; opacity: 0.4; }
.master-plan_gradient {
  position: absolute; bottom: 0; left: 0; right: 0; height: 60%;
  background: linear-gradient(transparent, var(--color-baige));
  z-index: 1;
}
.master-plan_sec {
  position: relative;
  width: 28rem; height: 28rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(246,242,233,0.2);
}
.master-plan_icon {
  position: absolute;
  bottom: 1rem; right: 1rem;
  width: 2.5rem; height: 2.5rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .master-plan { height: 24rem; }
  .master-plan_sec { width: 16rem; height: 16rem; }
}

/* ── Developer Info Circle ── */
.dev-info {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  align-items: center;
}
.dev-info_inner { display: flex; flex-direction: column; }
.dev-info_left-side { align-items: flex-start; }
.dev-info_right-side { align-items: flex-end; text-align: right; }
.big-number {
  font-family: var(--font-head);
  font-size: clamp(4rem, 8vw, 7.5rem);
  font-weight: 300;
  line-height: 0.9;
  color: var(--color-baige);
}
.dev-info_divider {
  width: 4rem; height: 2px;
  background: var(--color-baige);
  opacity: 0.3;
  margin-top: 0.75rem;
}
.dev-info_divider.right { margin-left: auto; }
.dev-info_circle {
  position: relative;
  width: 22rem; height: 22rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.dev-info_circle-inner { position: relative; width: 100%; height: 100%; }
.dev-info_circle_img { position: absolute; inset: 0; }
.dev-info_circle_img .img-abs { opacity: 0.5; }
.dev-info_circle-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
}
.dev-info_logo { height: 2.5rem; width: auto; }
.dev-info_button { background: var(--color-baige); color: var(--color-black); padding: 0.625rem 1.25rem; font-size: 0.625rem; }
.dev-info_left-text, .dev-info_right-text { max-width: 18rem; }

@media (max-width: 991px) {
  .dev-info { grid-template-columns: 1fr; text-align: left; }
  .dev-info_right-side { align-items: flex-start; text-align: left; }
  .dev-info_divider.right { margin-left: 0; }
  .dev-info_circle { width: 16rem; height: 16rem; margin: 0 auto; }
}

/* ── Location cards ── */
.locations { position: absolute; bottom: 1.5rem; right: -1.5rem; z-index: 2; }
.card-location {
  background: var(--color-baige);
  border-radius: 0.625rem;
  padding: 0.875rem 1.125rem;
  min-width: 14rem;
}
.times { display: flex; flex-direction: column; gap: 0.5rem; }
.time { display: flex; flex-direction: column; gap: 0.125rem; }
.number {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: 300;
  line-height: 0.9;
  color: var(--color-black);
}
.map { border-radius: 0.75rem; overflow: hidden; }
.map-link { display: block; margin-top: 0.75rem; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-decoration: underline; text-underline-offset: 3px; }

/* ── Big Form ── */
.big-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: end;
  position: relative;
}
.big-form_agent { position: relative; z-index: 2; }
.big-form_img {
  position: relative;
  width: 22rem; height: 28rem;
  border-radius: 1rem;
  overflow: hidden;
}
.big-form_img .img-abs.agent { object-position: top; }
.big-form_info {
  position: absolute;
  bottom: 1.5rem; left: -1.5rem;
  background: var(--color-baige);
  border-radius: 0.75rem;
  padding: 1.125rem 1.25rem;
  z-index: 3;
}
.big-form_about { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.big-form_bg-img {
  position: absolute;
  right: -3rem; bottom: 0;
  height: 100%; width: auto;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.success_img { width: 5rem; height: auto; }
.logo { height: 2rem; width: auto; }
.logo-text { font-size: 0.625rem; color: var(--color-black-80); }

@media (max-width: 991px) {
  .big-form { grid-template-columns: 1fr; }
  .big-form_img { width: 100%; height: 20rem; }
  .big-form_info { left: 0; bottom: -1rem; }
}

/* ── Horizontal Form ── */
.horizontal-form-wrapper {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  padding: 3rem 0;
}
.horizontal-form-wrapper .h1 { color: var(--color-baige); font-size: clamp(1.5rem, 3vw, 3rem); }
.horizontal-form { width: 100%; }
.horizontal-form_inner {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}
@media (max-width: 991px) {
  .horizontal-form-wrapper { grid-template-columns: 1fr; }
  .horizontal-form_inner { flex-wrap: wrap; }
}

/* ── Forms & Inputs ── */
.input {
  width: 100%;
  background: rgba(246,242,233,0.06);
  border: 1px solid rgba(246,242,233,0.15);
  border-radius: 0.375rem;
  color: var(--color-baige);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0.8125rem 1rem;
  outline: none;
  transition: border-color var(--transition);
}
.input::placeholder { color: rgba(246,242,233,0.35); }
.input:focus { border-color: rgba(246,242,233,0.5); }
.popup_input { background: rgba(246,242,233,0.08); }

.form-button {
  background: var(--color-baige);
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.875rem 1.875rem;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  white-space: nowrap;
}
.form-button:hover { background: var(--color-gold); transform: translateY(-1px); }
.form_success { display: none; }
.form_error   { display: none; color: #e05555; padding: 0.75rem; font-size: 0.8125rem; }

/* CF7 integration */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  background: rgba(246,242,233,0.06);
  border: 1px solid rgba(246,242,233,0.15);
  border-radius: 0.375rem;
  color: var(--color-baige);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0.8125rem 1rem;
  outline: none;
  transition: border-color var(--transition);
  margin-bottom: 0.75rem;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus { border-color: rgba(246,242,233,0.5); }
.wpcf7-submit {
  background: var(--color-baige);
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.875rem 1.875rem;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background var(--transition);
  width: 100%;
}
.wpcf7-submit:hover { background: var(--color-gold); }

/* ── FAQ / Dropdown ── */
.question {
  border-top: 1px solid rgba(26,27,30,0.12);
  overflow: hidden;
}
.question:last-child { border-bottom: 1px solid rgba(26,27,30,0.12); }
.question_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 0;
  cursor: pointer;
}
.question_title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.4;
}
.question_icon {
  width: 1.5rem; height: 1.5rem;
  flex-shrink: 0;
  transition: transform var(--transition);
}
.question.open .question_icon { transform: rotate(45deg); }
.question_answer {
  display: none;
  padding-bottom: 1.25rem;
}
.question_answer.open { display: block; }
.question_text { font-size: 0.875rem; color: var(--color-black-80); line-height: 1.65; }

/* ── Gallery Slider ── */
.slider { position: relative; overflow: hidden; background: var(--color-bg-dark); border-radius: 0.75rem; }
.slide { position: relative; height: 36rem; overflow: hidden; border-radius: 0.75rem; }
.slide_gradient {
  position: absolute; bottom: 0; left: 0; right: 0; height: 40%;
  background: linear-gradient(transparent, rgba(8,9,12,0.6));
  z-index: 1;
}
.slide-bg { position: absolute; inset: 0; }
.slide-divider { width: 1px; background: rgba(246,242,233,0.15); }
.slide-img { position: relative; overflow: hidden; aspect-ratio: 1; }

.tabs-menu { display: flex; gap: 0.25rem; margin-bottom: 1.5rem; }
.tab {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.5rem 1.25rem;
  border-radius: 0.25rem;
  color: rgba(26,27,30,0.5);
  transition: color var(--transition), background var(--transition);
  cursor: pointer;
}
.tab.w--current, .tab:hover { color: var(--color-black); background: rgba(26,27,30,0.06); }
.tabs-content .w-tab-pane { display: none; }
.tabs-content .w-tab-pane.w--tab-active { display: block; }

.arrow-wrapper {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 3.5rem; height: 2.25rem;
  display: flex; align-items: center; justify-content: center;
  z-index: 10; cursor: pointer;
  transition: opacity var(--transition);
}
.w-slider-arrow-left.arrow-wrapper { left: 1.5rem; }
.w-slider-arrow-right.arrow-wrapper { right: 1.5rem; }
.arrow-wrapper:hover { opacity: 0.7; }

/* Webflow slider base */
.w-slider       { position: relative; overflow: hidden; }
.w-slider-mask  { position: relative; overflow: hidden; display: flex; }
.w-slide        { flex-shrink: 0; width: 100%; }
.w-slider-nav   { position: absolute; bottom: 1rem; left: 0; right: 0; text-align: center; z-index: 5; }
.w-slider-dot   { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: rgba(246,242,233,0.3); margin: 0 4px; cursor: pointer; transition: background var(--transition); }
.w-slider-dot.w-active { background: var(--color-baige); }
.w-slider-arrow-left  { position: absolute; top: 50%; transform: translateY(-50%); left: 1rem; z-index: 5; cursor: pointer; }
.w-slider-arrow-right { position: absolute; top: 50%; transform: translateY(-50%); right: 1rem; z-index: 5; cursor: pointer; }

/* ── Tabs ── */
.w-tabs { width: 100%; }
.w-tab-content { position: relative; }
.w-tab-pane { display: none; }
.w-tab-pane.w--tab-active { display: block; }

/* ── Company / EVA ── */
.company {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 4rem;
  align-items: start;
}
.company_awards { display: flex; flex-direction: column; gap: 1rem; }
.company_slider-wrapper {
  position: relative;
  width: 16rem; height: 20rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.company_slide { position: relative; }
.company_title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--color-black);
}
.company_text { font-size: 0.875rem; color: var(--color-black-80); line-height: 1.65; }
.company_circle { display: flex; flex-direction: column; gap: 1.25rem; }
.company_numbers { display: flex; flex-direction: column; }
.company_numbers-inner { display: flex; flex-direction: column; gap: 1.25rem; }
.company_numbers-inner .number { font-family: var(--font-head); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; }

/* Reviews */
.review {
  background: var(--color-bg);
  border-radius: 0.75rem;
  padding: 1.5rem;
  color: var(--color-baige);
}
.review_quotes { font-family: var(--font-head); font-size: 4rem; color: var(--color-gold); line-height: 0.5; margin-bottom: 0.5rem; }
.review_img { width: 3rem; height: 3rem; border-radius: 50%; overflow: hidden; position: relative; flex-shrink: 0; }
.review_logo { height: 1.5rem; width: auto; }
.review_title { font-size: 0.875rem; font-weight: 600; color: var(--color-baige); }

@media (max-width: 991px) {
  .company { grid-template-columns: 1fr; }
}

/* ── Sticky agent card ── */
.sticky-card {
  position: sticky;
  top: 7rem;
  background: var(--color-bg);
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border: 1px solid rgba(246,242,233,0.08);
  color: var(--color-baige);
}
.sticky-card p { color: var(--color-baige-80); }

/* ── Info table ── */
.table-info {
  width: 100%;
  border-collapse: collapse;
}
.table-info td {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(26,27,30,0.08);
  font-size: 0.875rem;
}
.table-info td:first-child { color: var(--color-black-80); width: 45%; }
.table-info td:last-child { font-weight: 500; }

/* ── Tags row ── */
.tags { display: flex; flex-wrap: wrap; gap: 0.375rem; }

/* ── Footer ── */
.footer {
  background: var(--color-bg);
  padding: 4rem 0 2.5rem;
  border-top: 1px solid rgba(246,242,233,0.08);
}
.footer_header { padding-bottom: 2rem; border-bottom: 1px solid rgba(246,242,233,0.08); margin-bottom: 0; }
.footer_img-mob { height: 3rem; width: auto; filter: brightness(0) invert(1); }
.footer_content {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  gap: 1.5rem 3rem;
  align-items: start;
  padding-top: 2rem;
}
.footer_sm       { display: flex; flex-direction: column; gap: 0.75rem; }
.footer_sm-links { display: flex; gap: 0.75rem; align-items: center; }
.footer_sm-link  { color: var(--color-baige-80); display: flex; transition: color var(--transition); }
.footer_sm-link:hover { color: var(--color-baige); }
.footer_sm-text  { font-size: 0.6875rem; color: rgba(246,242,233,0.4); }
.footer_qr-img   { width: 5rem; height: 5rem; border-radius: 0.5rem; }
.footer_contacts { display: flex; flex-direction: column; gap: 0.375rem; }
.footer_number   { font-size: 0.875rem; font-weight: 500; color: var(--color-baige); transition: color var(--transition); }
.footer_mail     { font-size: 0.875rem; color: var(--color-baige-80); transition: color var(--transition); }
.footer_number:hover, .footer_mail:hover { color: var(--color-gold); }
.footer_law      { display: flex; flex-direction: column; gap: 0.5rem; }
.footer_law-links{ display: flex; flex-direction: column; gap: 0.25rem; }
.footer_law-link { font-size: 0.75rem; color: rgba(246,242,233,0.5); transition: color var(--transition); }
.footer_law-link:hover { color: var(--color-baige); }
.footer_langs    { display: flex; flex-direction: column; gap: 0.375rem; }
.footer_lang     { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; color: var(--color-baige-80); transition: color var(--transition); }
.footer_lang:hover { color: var(--color-baige); }
.footer_office   { display: flex; flex-direction: column; gap: 0.5rem; }
.footer_office .office { color: rgba(246,242,233,0.5); max-width: 12rem; }
.footer_divider--v { width: 1px; height: 100%; background: rgba(246,242,233,0.08); }

@media (max-width: 991px) {
  .footer_content { grid-template-columns: repeat(2, 1fr); }
  .footer_divider--v { display: none; }
}
@media (max-width: 767px) {
  .footer_content { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ── Popup / Modal ── */
.popup {
  position: fixed; inset: 0;
  background: rgba(8,9,12,0.85);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.popup.open { opacity: 1; pointer-events: all; }
.popup-pack {
  background: var(--color-bg);
  border: 1px solid rgba(246,242,233,0.1);
  border-radius: 1.25rem;
  padding: 2.5rem;
  max-width: 36rem;
  width: 100%;
  position: relative;
}
.popup_inner  { display: flex; flex-direction: column; gap: 1.5rem; }
.popup_img    { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 0.75rem; overflow: hidden; position: relative; }
.popup_agent-img { width: 4.5rem; height: 4.5rem; border-radius: 50%; overflow: hidden; position: relative; border: 2px solid rgba(246,242,233,0.2); }
.popup_button { width: 100%; }
.popup_input  { background: rgba(246,242,233,0.06); border: 1px solid rgba(246,242,233,0.15); }
.cross {
  position: absolute; top: 1rem; right: 1rem;
  width: 2.25rem; height: 2.25rem;
  background: rgba(246,242,233,0.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background var(--transition);
}
.cross:hover { background: rgba(246,242,233,0.16); }
.close-popup-brochure,
.close-popup-cons,
.close-popup-fp { cursor: pointer; }
.brochure-popup, .cons-popup, .fp-popup { display: none; }

/* ── Cookie consent ── */
.consent {
  position: fixed; bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  max-width: 36rem;
  background: var(--color-baige);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  z-index: 900;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
  transform: translateY(200%);
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.consent.visible { transform: translateY(0); }
.consent p { font-size: 0.8125rem; color: var(--color-black-80); flex: 1; min-width: 180px; }
.consent_button { display: flex; gap: 0.625rem; }
.accept {
  background: var(--color-black);
  color: var(--color-baige);
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem; border: none; cursor: pointer;
  transition: background var(--transition);
}
.accept:hover { background: var(--color-bg-dark); }

/* ── Sticky floating widget ── */
.widget {
  position: fixed; bottom: 2rem; right: 2rem;
  background: #25D366;
  border-radius: 100px;
  padding: 0.875rem 1.375rem;
  display: flex; align-items: center; gap: 0.625rem;
  color: #fff;
  font-size: 0.8125rem; font-weight: 600;
  box-shadow: 0 8px 24px rgba(37,211,102,0.35);
  z-index: 800;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.widget:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37,211,102,0.45); }
.widget_icon { width: 1.25rem; height: 1.25rem; }
.widget_text { white-space: nowrap; }

/* ── Scroll animations ── */
[data-w-id] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
[data-w-id].ea-visible {
  opacity: 1;
  transform: none;
}

/* ── Webflow nav override ── */
.w-nav-button { display: none; }
@media (max-width: 991px) { .w-nav-button { display: flex; } }
