﻿/* =========================================================
   INVEST PAGE â€” invest.html
   Pixel-accurate to Figma 1920 frame (no responsive yet)
   ========================================================= */

/* =========================================================
   HEADER OVERRIDES for white-hero invest page (mirrors buy.css).
   Without these the global style.css paints text/icons #FFFFFF
   for the dark index.html hero, which is invisible on white.
   ========================================================= */
/* Extend the top_header_group border-bottom to the container edges on desktop
   only. At <=1200px the container has 30px/16px padding, so the -96px hack
   would overflow the viewport and push the burger / lang-dropdown / consultation
   button off-screen â€” keep margins at 0 there so the responsive layout works. */
@media (min-width: 1201px) {
  .big_block_home--invest .top_header_group {
    margin-left: -96px;
    margin-right: -96px;
    padding-left: 96px;
    padding-right: 96px;
    box-sizing: border-box;
  }
}
/* Specificity matches the per-breakpoint .big_block_home--invest > .container
   overrides below so mobile/tablet padding is not blocked by this base rule. */
.big_block_home--invest {
  position: relative;
  height: auto;
  background: #FFFFFF;
}
.big_block_home--invest header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 10;
  padding-top: 25px;
}
/* Header color overrides â€” every text / icon / border recoloured to #010101
   for the white background. */
.big_block_home--invest header .about_block .top_header_group .menu ul li a,
.big_block_home--invest header .about_block .top_header_group .menu_burger .lang_select select,
.big_block_home--invest header .about_block .top_header_group .right_contacts .phone_number,
.big_block_home--invest header .about_block .top_header_group .right_contacts .lang_select select,
.big_block_home--invest header .about_block .top_header_group .right_contacts .consultation,
.big_block_home--invest header .about_block .top_header_group .right_contacts .lang-dropdown .lang-dropdown-btn,
.big_block_home--invest header .about_block .top_header_group .right_contacts .lang-dropdown .lang-arrow,
.big_block_home--invest header .about_block .bottom_header .menu ul li a,
.big_block_home--invest header .about_block .bottom_header .menu_burger,
.big_block_home--invest header .about_block .bottom_header .menu_burger span {
  color: #010101;
}
/* Burger bars */
.big_block_home--invest header .about_block .top_header_group .menu_burger .burger span,
.big_block_home--invest header .about_block .bottom_header .menu_burger .burger span {
  background: #010101;
}
/* Consultation button + border-bottom of top group */
.big_block_home--invest header .about_block .top_header_group .right_contacts .consultation {
  border-color: #010101;
}
.big_block_home--invest header .about_block .top_header_group {
  border-bottom-color: #010101;
}
.big_block_home--invest header .about_block .top_header_group .right_contacts .whatsapp svg path {
  stroke: #010101;
}
/* Hover states stay visible */
.big_block_home--invest header .about_block .top_header_group .menu ul li a:hover,
.big_block_home--invest header .about_block .bottom_header .menu ul li a:hover { opacity: 0.7; color: #010101; }
/* Logo: invert to dark */
.big_block_home--invest header .logo img { filter: brightness(0); }
/* Mega-menu logo: keep original colors (override brightness(0) above) */
.big_block_home--invest header .mega-menu .logo img { filter: none; }

/* ---------- Container/wrapper ---------- */
/* Transparent bg so vertical rails on .wrapper show through */
.big_block_home.big_block_home--invest {
  background: transparent;
}
.big_block_home--invest > .container {
  padding: 0 96px;
  max-width: 1920px;
  background: transparent;
}
/* White page background on body, rails render above it inside wrapper */
body { background: #FFFFFF; }

/* Vertical side rails on invest page â€” disabled per request.
   NOTE: the rails are NOT on .wrapper; style.css draws them as ::before/::after
   on .big_block_home itself (left:96px / right:96px, 1.5px, rgba(225,225,225,.2))
   and now blanket-hides them for every wrapper, so nothing is needed here.
   The .wrapper reset below is kept only to neutralise any inherited border. */
body:has(.big_block_home--invest) .wrapper {
  border-left: 0;
  border-right: 0;
  position: relative;
}

/* Photos and large content blocks cover rails when they overlap */
body:has(.big_block_home--invest) .inv_hero__photo,
body:has(.big_block_home--invest) .inv_projects .buy_listing__photo,
body:has(.big_block_home--invest) .inv_audience__photo,
body:has(.big_block_home--invest) .inv_land__photo,
body:has(.big_block_home--invest) .inv_svc__photo,
body:has(.big_block_home--invest) .inv_risks_block__cell--photo,
body:has(.big_block_home--invest) .inv_about__photo,
body:has(.big_block_home--invest) .inv_cta {
  position: relative;
  z-index: 2;
}
/* Hero gallery itself sits above the wrapper's vertical "rails" so the 1px
   guides at x=96 / right:96 do not paint over the photos in any column. */
body:has(.big_block_home--invest) .inv_hero__gallery {
  position: relative;
  z-index: 2;
}

/* Project listing photo carousel â€” slide+fade animation on prev/next click is
   driven by the Web Animations API in invest.html, not CSS. We just clip the
   sliding img inside the photo frame here. */
.inv_projects .buy_listing__photo { overflow: hidden; }
body:has(.big_block_home--invest) .inv_projects .buy_listings__more,
body:has(.big_block_home--invest) .inv_services__cta {
  position: relative;
  z-index: 2;
}
/* Footer covers rails (preserve dark teal bg from style.css) */
body:has(.big_block_home--invest) footer {
  position: relative;
  z-index: 3;
}

/* =========================================================
   1. HERO â€” centered title + CTA + 5-photo gallery
   ========================================================= */
.inv_hero {
  padding: 64px 0 0;
  text-align: center;
  color: #010101;
}
.inv_hero__breadcrumbs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #B9B9B9;
  margin-bottom: 32px;
}
.inv_hero__breadcrumbs a { color: #B9B9B9; text-decoration: none; transition: color .25s; }
.inv_hero__breadcrumbs a:hover { color: #010101; }
.inv_hero__breadcrumbs .is-active { color: #010101; }
.inv_hero__title {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: uppercase;
  max-width: 1538px;
  margin: 0 auto 32px;
}
.inv_hero__title-main,
.inv_hero__title-sub { display: block; }
/* Spanish header text is ~10â€“15% wider than RU/EN at the same point size,
   so "PROYECTOS DE DESARROLLO EN MARBELLA" wraps to a 2nd line at 80px and
   the whole h1 ends up at 3 lines. Shrink the title for ES so each span
   fits on one line â€” the section now reads in 2 lines like RU/EN.
   Only applied above 1200px; the 1200 / 768 / 480 / 360 breakpoints keep
   their already-smaller default that comfortably fits ES on one line. */
@media (min-width: 1201px) {
  :lang(es) .inv_hero__title { font-size: 60px; }
  :lang(es) .inv_hero__title em { font-size: 60px; }
}
.inv_hero__title em {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 80px;
}
.inv_hero__subtitle {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 130%;
  color: #3C3C3B;
  margin-bottom: 64px;
}
.inv_hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 758px;
  height: 80px;
  padding: 0 36px;
  background: transparent;
  color: #010101;
  border: 1px solid #010101;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 96px;
  transition: background .25s, color .25s;
}
.inv_hero__cta:hover { background: #010101; color: #FFFFFF; }
.inv_hero__gallery {
  display: flex;
  gap: 0;
  margin: 0 -96px;
}
/* Hero photos: completely static â€” no parallax, no scale-in reveal, no tilt.
   Override anim-scale JS inline styles with !important. */
.inv_hero__photo {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 422 / 411;
  overflow: hidden;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}
.inv_hero__photo img {
  /* +1px width defeats sub-pixel gaps between adjacent photos */
  width: calc(100% + 1px);
  height: 100%;
  object-fit: cover;
  display: block;
  transform: none !important;
  transition: none !important;
}

/* =========================================================
   2. STATS â€” 3 columns with top/bottom rules
   ========================================================= */
.inv_stats {
  padding: 0;
  margin-top: 0;
}
.inv_stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1.6px solid #E1E1E1;
  border-bottom: 1.6px solid #E1E1E1;
  padding: 80px 0;
  position: relative;
}
.inv_stat {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 64px;
  border-right: 1.6px solid #E1E1E1;
  align-items: center;
  text-align: center;
  justify-content: center;
}
/* Center stats text at every breakpoint (override any leftover flex-start
   rules at intermediate viewports). */
.inv_stat,
.inv_stat > b,
.inv_stat > span { text-align: center; }
.inv_stat { align-items: center; }
.inv_stat:last-child { border-right: 0; }
.inv_stat b {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 64px;
  /* Lock the digits + %/Ð¼Ð»Ð½/Ð³Ð¾Ð´Ð° onto a single line so narrowed columns
     between named breakpoints (e.g. 1500px / 1024px / 600px) cannot wrap
     "ROI" + "35â€“40" + "%" or "200+ Ð¼Ð»Ð½ â‚¬" into multiple rows. */
  white-space: nowrap;
}
.inv_stat b em {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 80px;
  color: #010101;
}
.inv_stat b i {
  font-style: normal;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
}
.inv_stat > span {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #3C3C3B;
  max-width: 380px;
}

/* Intermediate desktop range (1201px â€“ 1700px). The base 80px digits don't fit
   the narrowed 1/3 column once the wrapper drops below ~1700px (e.g. 1280,
   1366, 1440, 1600 laptops), so they were wrapping to 2 lines and pushing
   the "Ð¡Ñ€Ð¾Ðº Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð° / ÐšÐ°Ð¿Ð¸Ñ‚Ð°Ð»Ð° Ð¿Ð¾Ð´ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸ÐµÐ¼" labels onto different rows.
   Step the digits + padding down so each stat stays on a single line and the
   labels align horizontally across all three columns. */
@media (min-width: 1201px) and (max-width: 1700px) {
  .inv_stats__grid { padding: 64px 0; }
  .inv_stat { padding: 0 36px; }
  .inv_stat b {
    font-size: 64px;
    gap: 6px;
    margin-bottom: 48px;
  }
  .inv_stat b em,
  .inv_stat b i { font-size: 64px; }
  .inv_stat > span { font-size: 18px; max-width: 320px; }
}

/* Intermediate tablet range (769px â€“ 1023px). Same problem as above but
   one tier down â€” the â‰¤1200 rule kicks in at 50px which still wraps on
   ~800px wrappers between the laptop and tablet breakpoints. */
@media (min-width: 769px) and (max-width: 1023px) {
  .inv_stats__grid { padding: 36px 0; }
  .inv_stat { padding: 0 20px; }
  .inv_stat b {
    font-size: 36px;
    gap: 4px;
    margin-bottom: 24px;
  }
  .inv_stat b em,
  .inv_stat b i { font-size: 36px; }
  .inv_stat > span { font-size: 12px; max-width: 220px; }
}

/* =========================================================
   3. PROJECTS â€” title + 2 cards
   ========================================================= */
.inv_projects_title {
  padding: 160px 0 0;
  background: #FFFFFF;
  text-align: center;
}
.inv_projects_title .container {
  max-width: 1920px;
  padding: 0 96px;
}
.inv_projects_title h1, .inv_projects_title h2 {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1744px;
}

.inv_projects {
  padding: 96px 0 0;
}
.inv_projects .container {
  max-width: 1920px;
  padding: 0 96px;
}

/* Override buy.css for invest cards */
.inv_projects .buy_listing {
  display: grid;
  grid-template-columns: 1fr 869px;
  gap: 0;
  align-items: stretch;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1.6px solid #E1E1E1;
}
.inv_projects .buy_listing:last-of-type { border-bottom: 0; }
.inv_projects .buy_listing--text-right {
  grid-template-columns: 869px 1fr;
}
.inv_projects .buy_listing__text {
  display: flex;
  flex-direction: column;
  padding: 96px 96px 96px 0;
}
.inv_projects .buy_listing--text-right .buy_listing__text {
  padding: 96px 0 96px 96px;
}
.inv_projects .buy_listing__head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 40px;
}
.inv_projects .buy_listing__title {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: none;
}
.inv_projects .buy_listing__ref {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.18em;
  color: #B9B9B9;
  text-transform: uppercase;
}
.inv_projects .buy_listing__desc {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  color: #3C3C3B;
  margin-bottom: 48px;
  max-width: 736px;
}
.inv_projects .buy_listing__specs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  border: 0;
  margin: 0 0 auto;
  list-style: none;
}
.inv_projects .buy_listing__specs li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #B9B9B9;
}
.inv_projects .buy_listing__specs li span,
.inv_projects .buy_listing__specs li b { color: #B9B9B9; font-weight: 300; }
.inv_projects .buy_listing__foot {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.inv_projects .buy_listing__price {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #010101;
  letter-spacing: 0.02em;
}
.inv_projects .buy_listing__price em {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 50px;
  color: #010101;
}
.inv_projects .buy_listing__price b { font-weight: 700; }
.inv_projects .buy_listing__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 24px;
  background: transparent;
  color: #232323;
  border: 1px solid #232323;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .25s, color .25s;
}
.inv_projects .buy_listing__btn:hover { background: #232323; color: #FFFFFF; }
.inv_projects .buy_listing__photo {
  position: relative;
  width: 100%;
  max-width: 869px;
  aspect-ratio: 869 / 854;
  overflow: hidden;
  justify-self: end;
}
.inv_projects .buy_listing--text-right .buy_listing__photo {
  justify-self: start;
}
.inv_projects .buy_listing__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Pager 01/10 over photo */
.inv_pager {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  display: flex;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.inv_pager__nav {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  pointer-events: auto;
  flex-shrink: 0;
}
.inv_pager__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 28px;
  text-decoration: none;
  opacity: 0.95;
  transition: opacity .25s;
}
.inv_pager__arrow:hover { opacity: 1; }
.inv_pager__arrow svg {
  display: block;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.45));
}
.inv_pager__line {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
  margin: 0 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.inv_pager__num {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  display: inline-flex;
  align-items: baseline;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}
.inv_pager__num i {
  font-style: normal;
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 200;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 2px;
}

/* Mobile-only "Ð¡Ð¼Ð¾Ñ‚Ñ€ÐµÑ‚ÑŒ Ð²ÑÐµ ÑÑ‚Ð°Ð¿Ñ‹ Ñ†Ð¸ÐºÐ»Ð°" CTA inside .inv_land â€” hidden by default. */
.inv_land__more { display: none; }
/* Mobile-only split description (Felidae lead + Inter rest) â€” hidden by default. */
.inv_land__desc-lead,
.inv_land__desc-rest { display: none; }
/* Mobile-only header strings inside .inv_risks_block â€” hidden by default. */
.inv_risks_block__over--mob,
.inv_risks_block__title--mob { display: none; }
/* Mobile-only thumbnail beside each section's h4 â€” hidden by default. */
.inv_risks_block__thumb { display: none; }
/* Mobile-only h2 sub-title spans inside .inv_about â€” desktop renders as one block. */
.inv_about__title-main,
.inv_about__title-sub { display: inline; }
/* Awards carousel arrows â€” hidden by default (desktop shows all 3 awards). */
.inv_about__award-prev,
.inv_about__award-next { display: none; }
/* Mobile-only "ÐžÑ‚ÐºÑ€Ñ‹Ñ‚ÑŒ Ð²ÑÐµ Ð²Ð¾Ð¿Ñ€Ð¾ÑÑ‹" button under the FAQ list. */
.inv_faq__more { display: none; }
/* Desktop / mobile title spans inside .inv_cta â€” desktop visible by default. */
.inv_cta__title-desk { display: inline; }
.inv_cta__title-mob { display: none; }

/* "Ð¡Ð¼Ð¾Ñ‚Ñ€ÐµÑ‚ÑŒ Ð±Ð¾Ð»ÑŒÑˆÐµ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð¾Ð²" â€” large dark CTA */
.inv_projects .buy_listings__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 192px);
  max-width: 1730px;
  height: 96px;
  margin: 96px auto 0;
  background: #41545C;
  color: #FFFFFF;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .25s;
}
.inv_projects .buy_listings__more:hover { background: #010101; color: #FFFFFF; }

/* =========================================================
   4. AUDIENCE â€” title + tabs + 2 blocks + photo
   ========================================================= */
.inv_audience {
  padding: 160px 0 0;
  background: #FFFFFF;
}
.inv_audience .container {
  max-width: 1920px;
  padding: 0 96px;
}
.inv_audience__title {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: uppercase;
  text-align: center;
  max-width: 1538px;
  margin: 0 auto 64px;
}
.inv_audience__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 80px;
}
.inv_audience__tabs button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  color: #B9B9B9;
  cursor: pointer;
  transition: color .25s;
}
.inv_audience__tabs button.is-active { color: #010101; font-weight: 700; }
.inv_audience__tabs button.is-active i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #010101;
  display: inline-block;
}
.inv_audience__sep {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 36px;
  color: #B9B9B9;
}
.inv_audience__grid {
  display: grid;
  grid-template-columns: 573px 1fr;
  gap: 0;
  border-top: 1.6px solid #E1E1E1;
}
.inv_audience__blocks {
  display: flex;
  flex-direction: column;
  border-right: 1.6px solid #E1E1E1;
}
.inv_audience__block {
  padding: 56px 48px 56px 0;
  border-bottom: 1.6px solid #E1E1E1;
}
.inv_audience__block:last-child { border-bottom: 0; }
.inv_audience__block h4 {
  /* Figma 1920_Investment â€” 1920/T2 (upp): Inter Light 300, 32 / 120%, ls=0, uppercase */
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.inv_audience__block p {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  color: #3C3C3B;
}
.inv_audience__photo {
  overflow: hidden;
}
.inv_audience__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   5. FROM LAND TO SALE â€” title + photo + 8 steps
   ========================================================= */
.inv_land {
  padding: 160px 0 0;
  background: #FFFFFF;
}
.inv_land .container {
  max-width: 1920px;
  padding: 0 96px;
}
.inv_land__head {
  text-align: center;
  margin-bottom: 64px;
  max-width: 1538px;
  margin-left: auto;
  margin-right: auto;
}
.inv_land__title {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.inv_land__subtitle {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 130%;
  color: #3C3C3B;
  margin-bottom: 32px;
}
.inv_land__desc {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  color: #3C3C3B;
  max-width: 1235px;
  margin: 0 auto;
}
.inv_land__photo {
  width: 100%;
  height: 650px;
  overflow: hidden;
  margin-bottom: 80px;
}
.inv_land__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Two independent flex columns side by side (3 items left / 5 items right).
   Each column flows on its own â€” expanding an item on the left does not
   push items on the right. */
.inv_land__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
  align-items: start;
}
.inv_land__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1.6px solid #E1E1E1;
}
.inv_land__steps > li {
  border-top: 1.6px solid #E1E1E1;
  padding: 28px 0;
  cursor: pointer;
}
.inv_land__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.inv_land__steps h3 {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: none;
}
.inv_land__steps > li.is-active h3 { color: #010101; font-weight: 700; }
/* Smooth open/close â€” uses max-height + opacity instead of display:none so the
   browser can animate height transitions. Prevents the page from "jumping"
   when an item expands. Close is intentionally longer (0.7s) so the fold-up
   feels gentle rather than snapping shut. */
.inv_land__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
              opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
              margin 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
              padding 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.inv_land__steps > li.is-active .inv_land__body {
  max-height: 800px;
  opacity: 1;
  transition: max-height 0.55s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.4s ease 0.05s,
              margin 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              padding 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.inv_land__icon {
  display: inline-block;
  width: 37px;
  height: 37px;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M7 1.5v11M1.5 7h11' stroke='%23010101' stroke-width='1.4' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
.inv_land__icon--minus,
.inv_land__steps > li.is-active .inv_land__icon {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M1.5 7h11' stroke='%23010101' stroke-width='1.4' stroke-linecap='round'/></svg>");
}
.inv_land__item-desc {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  color: #3C3C3B;
  /* Bottom margin cut ~80% (32px â†’ 6px) per request â€” keeps top space for
     separation from the title but removes the big gap below the paragraph. */
  margin: 24px 0 6px;
  max-width: 629px;
}
.inv_land__benefit {
  margin-top: 24px;
}
/* Hide the "Ð’Ð«Ð“ÐžÐ”Ð«" label per request. */
.inv_land__benefit b {
  display: none;
}
.inv_land__benefit ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.inv_land__benefit ul li {
  position: relative;
  padding-left: 18px;
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #3C3C3B;
}
.inv_land__benefit ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #010101;
}

/* =========================================================
   6. SERVICES â€” 5 cards in a row
   ========================================================= */
.inv_services {
  padding: 160px 0 0;
  background: #FFFFFF;
}
.inv_services .container {
  max-width: 1920px;
  padding: 0 96px;
}
.inv_services__head {
  text-align: center;
  margin-bottom: 64px;
}
.inv_services__title {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.inv_services__lead {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  color: #3C3C3B;
}
.inv_services__grid {
  display: flex;
  gap: 0;
  border-top: 1.6px solid #E1E1E1;
  border-bottom: 1.6px solid #E1E1E1;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  overscroll-behavior-x: contain;
}
.inv_services__grid::-webkit-scrollbar { display: none; }
.inv_services__grid.is-dragging { cursor: grabbing; }
.inv_services__grid.is-dragging a,
.inv_services__grid.is-dragging button,
.inv_services__grid.is-dragging img { pointer-events: none; }
.inv_svc {
  flex: 0 0 calc(100% / 5);
  padding: 40px 24px;
  border-right: 1.6px solid #E1E1E1;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 780px;
  overflow: hidden;
  box-sizing: border-box;
}
.inv_svc:last-child { border-right: 0; }
.inv_svc__lead {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  color: #010101;
  margin: 0 0 12px;
}
.inv_svc__desc {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  color: #3C3C3B;
  margin: 0;
}
.inv_svc h3 {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  margin-bottom: 32px;
  text-transform: none;
  min-height: 132px;
  height: 132px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.inv_svc.is-active h3 { font-weight: 700; }

/* Ð¤Ð¾Ñ‚Ð¾: Ñ„Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð²Ñ‹ÑÐ¾Ñ‚Ð° (Ñ‚ÐµÐºÑÑ‚ Ð²ÑÐµÐ³Ð´Ð° Ð²Ð¸Ð´Ð¸Ð¼, Ð±ÐµÐ· hover-ÑÑ„Ñ„ÐµÐºÑ‚Ð°). */
.inv_svc__photo {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  min-height: 0;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 0;
}
.inv_svc__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ð¢ÐµÐºÑÑ‚: Ð²ÑÐµÐ³Ð´Ð° Ð²Ð¸Ð´Ð¸Ð¼ (Ñ€Ð°Ð½ÑŒÑˆÐµ Ð±Ñ‹Ð» ÑÐºÑ€Ñ‹Ñ‚ Ð¸ Ð¿Ð¾ÑÐ²Ð»ÑÐ»ÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ð½Ð° hover). */
.inv_svc ul,
.inv_svc__lead,
.inv_svc__desc {
  opacity: 1;
  overflow: hidden;
}
.inv_svc ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.inv_svc__lead {
  margin-top: 28px;
}
.inv_svc__desc {
  margin-top: 12px;
}
.inv_svc ul li {
  position: relative;
  padding-left: 18px;
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #3C3C3B;
}
.inv_svc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #010101;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ° Â«+Â» Ð² Ð¿Ñ€Ð°Ð²Ð¾Ð¼ Ð½Ð¸Ð¶Ð½ÐµÐ¼ ÑƒÐ³Ð»Ñƒ Ñ„Ð¾Ñ‚Ð¾ */
.inv_svc__nav {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s;
}
.inv_svc__nav::before,
.inv_svc__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #010101;
  transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.inv_svc__nav::before { width: 14px; height: 1.5px; transform: translate(-50%, -50%); }
.inv_svc__nav::after  { width: 1.5px; height: 14px; transform: translate(-50%, -50%); }
.inv_svc:hover .inv_svc__nav { border-color: #010101; }
.inv_svc:hover .inv_svc__nav::after { opacity: 0; transform: translate(-50%, -50%) scaleY(0); }

/* Services CTA â€” big dark button */
.inv_services__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 192px);
  max-width: 1730px;
  height: 96px;
  margin: 64px auto 0;
  background: #41545C;
  color: #FFFFFF;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .25s;
}
.inv_services__cta:hover { background: #010101; color: #FFFFFF; }

/* =========================================================
   7. RISKS â€” 3-row mosaic with photos
   ========================================================= */
.inv_risks_block {
  padding: 160px 0 0;
  background: #FFFFFF;
}
.inv_risks_block .container {
  max-width: 1920px;
  padding: 0 96px;
}
.inv_risks_block__header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
}
.inv_risks_block__over {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 110%;
  color: #010101;
  margin-bottom: 8px;
}
.inv_risks_block__title {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.inv_risks_block__lead {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  color: #3C3C3B;
  max-width: 1235px;
  margin: 0 auto;
}
.inv_risks_block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 702px 702px 702px;
  gap: 24px;
}
.inv_risks_block__cell {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.inv_risks_block__cell--text {
  background: #FFFFFF;
  color: #010101;
  padding: 120px 16px 48px;
  justify-content: flex-start;
}
.inv_risks_block__cell--text h4 {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  margin-bottom: 36px;
}
.inv_risks_block__cell--text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.inv_risks_block__cell--text ul li {
  position: relative;
  padding-left: 22px;
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #3C3C3B;
}
.inv_risks_block__cell--text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #010101;
}
.inv_risks_block__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 32px;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #B9B9B9;
  text-decoration: none;
  transition: color .25s;
}
.inv_risks_block__link i {
  font-style: normal;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #B9B9B9;
  font-size: 24px;
  line-height: 1;
  color: #B9B9B9;
}
.inv_risks_block__link:hover { color: #010101; }
.inv_risks_block__link:hover i { color: #010101; border-color: #010101; }
.inv_risks_block__cell--photo {
  padding: 0;
  overflow: hidden;
}
.inv_risks_block__cell--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inv_risks_block__cell--wide {
  grid-column: span 2;
  border-right: 0;
}

/* =========================================================
   8. ABOUT INMOLUX â€” title + 3 rows mosaic
   ========================================================= */
.inv_about {
  padding: 160px 0 0;
  background: #FFFFFF;
}
.inv_about .container {
  max-width: 1920px;
  padding: 0 96px;
}
.inv_about__title {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: uppercase;
  text-align: center;
  max-width: 1352px;
  margin: 0 auto 80px;
}
/* Three rows, each with internal column rules + outer top/bottom rules.
   Row 1: photo | 30 000+ | 15+              (3 equal cols)
   Row 2: [8 stacked above 5 000+] | big photo (1/3 + 2/3)
   Row 3: 3 awards on grey band              (3 equal cols) */
.inv_about__row {
  display: grid;
  gap: 0;
  border-top: 1.6px solid #E1E1E1;
}
.inv_about__row--1 { grid-template-columns: 1fr 1fr 1fr; }
.inv_about__row--2 { grid-template-columns: 1fr 2fr; }
.inv_about__row--3 {
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1.6px solid #E1E1E1;
  background: #FAFAFA;
}

/* Cells (text) */
.inv_about__cell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 40px;
  border-right: 1.6px solid #E1E1E1;
  min-height: 416px;
}
.inv_about__row--1 > .inv_about__cell:last-child,
.inv_about__row--2 .inv_about__cell:last-child { border-right: 0; }
.inv_about__cell b {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  display: inline-flex;
  align-items: baseline;
}
.inv_about__cell b i {
  font-style: normal;
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 200;
  font-size: 80px;
  margin-left: 4px;
}
.inv_about__cell span {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #3C3C3B;
}
.inv_about__cell--lang { align-items: flex-start; }

/* Photos */
.inv_about__photo {
  overflow: hidden;
  border-right: 1.6px solid #E1E1E1;
}
.inv_about__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.inv_about__photo--small { min-height: 416px; }
.inv_about__photo--big {
  min-height: 832px;
  border-right: 0;
}

/* Row 2 stack â€” 2 cells in one column */
.inv_about__stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  border-right: 1.6px solid #E1E1E1;
}
.inv_about__stack .inv_about__cell {
  border-right: 0;
  border-bottom: 1.6px solid #E1E1E1;
  min-height: 416px;
}
.inv_about__stack .inv_about__cell:last-child { border-bottom: 0; }
.inv_about__award {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 56px 40px;
  border-right: 1.6px solid #E1E1E1;
  min-height: 280px;
  justify-content: center;
  text-align: left;
}
.inv_about__award:last-child { border-right: 0; }
.inv_about__award h4 {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  color: #010101;
  text-transform: none;
}
.inv_about__award p {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #3C3C3B;
}

/* =========================================================
   9. FAQ â€” accordion
   ========================================================= */
.inv_faq {
  padding: 160px 0 0;
  background: #FFFFFF;
}
.inv_faq .container {
  max-width: 1920px;
  padding: 0 96px;
}
.inv_faq__title {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
.inv_faq__list {
  list-style: none;
  padding: 0;
  margin: 0 0 64px;
  border-top: 1.6px solid #E1E1E1;
}
.inv_faq__list .buy_faq__item {
  border-bottom: 1.6px solid #E1E1E1;
}
.inv_faq__list .buy_faq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 18px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.inv_faq__list .buy_faq__head span {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #010101;
  text-transform: uppercase;
}
.inv_faq__list .buy_faq__head i {
  width: 28px;
  height: 28px;
  border: 1px solid #010101;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M7 1.5v11M1.5 7h11' stroke='%23010101' stroke-width='1' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  transition: transform .25s;
}
.inv_faq__list .buy_faq__item.is-open .buy_faq__head i {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M1.5 7h11' stroke='%23010101' stroke-width='1' stroke-linecap='round'/></svg>");
}
/* Smooth open/close (replaces hard display:none toggle). Close is intentionally
   longer than open so the fold-up feels gentle rather than snapping shut. */
.inv_faq__list .buy_faq__body {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: max-height 0.75s cubic-bezier(0.22, 0.61, 0.36, 1),
              padding 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
              opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.inv_faq__list .buy_faq__item.is-open .buy_faq__body {
  max-height: 800px;
  padding: 0 0 22px;
  opacity: 1;
  transition: max-height 0.55s cubic-bezier(0.16, 1, 0.3, 1),
              padding 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.4s ease 0.05s;
}
.inv_faq__list .buy_faq__body p {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  color: #3C3C3B;
  max-width: 1300px;
}
.inv_faq__outro {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  color: #3C3C3B;
  text-align: center;
  margin: 0 auto 48px;
  max-width: 1300px;
}
.inv_faq__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 192px);
  max-width: 1730px;
  height: 96px;
  margin: 0 auto 160px;
  padding: 0 36px;
  background: transparent;
  color: #010101;
  border: 1px solid #010101;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  /* When the label wraps to a 2nd line on narrow viewports the flex
     centering only centers the text block as a whole — each wrapped
     line is still left-aligned inside its own line box. text-align
     fixes the inner-line alignment too. */
  text-align: center;
  transition: background .25s, color .25s;
}
.inv_faq__cta:hover { background: #010101; color: #FFFFFF; }

/* =========================================================
   10. FINAL CTA â€” bg image with white card and form
   ========================================================= */
.inv_cta {
  padding: 160px 0 160px;
  background: #253238;
  position: relative;
  overflow: hidden;
}
.inv_cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.inv_cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 1;
}
.inv_cta .container {
  max-width: 1920px;
  padding: 0 96px;
  position: relative;
  z-index: 2;
}
.inv_cta__card {
  background: #FFFFFF;
  color: #010101;
  padding: 96px 80px 80px;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.18);
}
.inv_cta__title {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.inv_cta__sub {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 130%;
  color: #3C3C3B;
  margin-bottom: 56px;
  max-width: 859px;
  margin-left: auto;
  margin-right: auto;
}
.inv_cta__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
.inv_cta__field {
  display: block;
}
.inv_cta__field select {
  width: 100%;
  height: 72px;
  padding: 0 24px;
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #B9B9B9;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='%23010101'><path d='M0 0 L12 0 L6 8 Z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 12px 8px;
  cursor: pointer;
}
.inv_cta__field select option { background: #FFFFFF; color: #010101; }

/* Custom .lux-select wrapper that main.js builds around the native <select>.
   Style it so it matches the white-input look from Figma â€” visible white bg,
   border, padding, dropdown arrow on the right. The native <select> next to
   it stays at 1px (lux-select__native) â€” that's normal a11y behaviour. */
.inv_cta__field .lux-select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 0 24px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #010101;
  cursor: pointer;
}
.inv_cta__field .lux-select__trigger {
  padding: 0 22px 0 0;
  color: #010101;
}
.inv_cta__field .lux-select__value {
  color: #010101;
}
.inv_cta__field .lux-select__value.is-placeholder {
  /* Per Figma â€” placeholder reads in dark, not the default light gray. */
  color: #010101;
}
.inv_cta__tagline {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #3C3C3B;
  margin-bottom: 16px;
}
.inv_cta__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 36px;
  background: #41545C;
  color: #FFFFFF;
  border: 0;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 16px;
  transition: background .25s;
}
.inv_cta__submit:hover { background: #010101; }
.inv_cta__micro {
  font-family: "Inter", "Inter Metric Fallback", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #B9B9B9;
}

/* Inv services â€” Ð²ÑÐµ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð²ÑÐµÐ³Ð´Ð° Ñ€Ð°ÑÐºÑ€Ñ‹Ñ‚Ñ‹ (Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ñ‹Ð¹ ÑÐºÑ€Ð¾Ð»Ð») */

/* =========================================================
   ANIMATION ENHANCEMENTS (invest-animations.js)
   ========================================================= */

/* --- CTA parallax: fixed bg --- */
.inv_cta {
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  .inv_cta { background-attachment: scroll; }
}

/* --- 3D tilt perspective containers --- */
.inv_risks_block__cell--photo,
.inv_hero__photo,
.inv_about__photo {
  perspective: 800px;
  transform-style: preserve-3d;
}
.inv_risks_block__cell--photo img,
.inv_hero__photo img,
.inv_about__photo img {
  backface-visibility: hidden;
}

/* =========================================================
   RESPONSIVE â€” Pixel-perfect to Figma 1200_Investment
   1200px viewport: container 30px sides, rails align with content edges,
   titles 50px Felidae, body 16px Inter, photo gallery full-bleed
   ========================================================= */
@media (max-width: 1200px) {
  /* Container & wrapper rails â€” match content edges at 30px */
  .big_block_home--invest > .container {
    padding: 0 30px;
    max-width: 1200px;
  }
  body:has(.big_block_home--invest) .wrapper::before { left: 30px; }
  body:has(.big_block_home--invest) .wrapper::after { right: 30px; }

  /* ===== HERO ===== */
  .inv_hero { padding: 32px 0 0; }
  .inv_hero__breadcrumbs { font-size: 12px; gap: 8px; margin-bottom: 20px; }
  .inv_hero__title { font-size: 50px; line-height: 110%; letter-spacing: 0.02em; max-width: 1063px; margin-bottom: 24px; }
  .inv_hero__title em { font-size: 50px; }
  .inv_hero__subtitle { font-size: 18px; line-height: 130%; margin-bottom: 40px; }
  .inv_hero__cta {
    width: 540px;
    max-width: calc(100% - 60px);
    height: 56px;
    padding: 0 28px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
  }
  .inv_hero__gallery { margin: 0 -30px; }

  /* ===== STATS ===== */
  .inv_stats__grid { padding: 50px 0; }
  .inv_stat { padding: 0 28px; }
  .inv_stat b { font-size: 50px; gap: 6px; margin-bottom: 32px; }
  .inv_stat b em { font-size: 50px; }
  .inv_stat b i { font-size: 50px; }
  .inv_stat > span { font-size: 14px; max-width: 280px; }

  /* ===== PROJECTS ===== */
  .inv_projects_title { padding: 80px 0 0; }
  .inv_projects_title .container { max-width: 1200px; padding: 0 30px; }
  .inv_projects_title h1, .inv_projects_title h2 { font-size: 50px; max-width: 100%; }

  .inv_projects { padding: 60px 0 0; }
  .inv_projects .container { max-width: 1200px; padding: 0 30px; }

  .inv_projects .buy_listing { grid-template-columns: 1fr 540px; }
  .inv_projects .buy_listing--text-right { grid-template-columns: 540px 1fr; }
  .inv_projects .buy_listing__text { padding: 50px 40px 50px 0; }
  .inv_projects .buy_listing--text-right .buy_listing__text { padding: 50px 0 50px 40px; }
  .inv_projects .buy_listing__head { gap: 12px; margin-bottom: 24px; }
  .inv_projects .buy_listing__title { font-size: 28px; }
  .inv_projects .buy_listing__ref { font-size: 14px; letter-spacing: 0.15em; }
  .inv_projects .buy_listing__desc { font-size: 15px; line-height: 140%; margin-bottom: 32px; max-width: 100%; }
  .inv_projects .buy_listing__specs { gap: 12px; }
  .inv_projects .buy_listing__specs li { font-size: 15px; }
  .inv_projects .buy_listing__foot { margin-top: 36px; gap: 24px; }
  .inv_projects .buy_listing__price { font-size: 32px; gap: 8px; }
  .inv_projects .buy_listing__price em { font-size: 32px; }
  .inv_projects .buy_listing__btn { height: 56px; font-size: 13px; letter-spacing: 0.1em; padding: 0 20px; }
  .inv_projects .buy_listing__photo { width: 540px; aspect-ratio: 540 / 540; }

  .inv_pager { left: 20px; right: 20px; bottom: 18px; }
  .inv_pager__nav { gap: 12px; }
  .inv_pager__arrow { width: 18px; height: 22px; }
  .inv_pager__arrow svg { width: 11px; height: 18px; }
  .inv_pager__line { margin: 0 16px; }
  .inv_pager__num { font-size: 22px; }
  .inv_pager__num i { font-size: 22px; }

  .inv_projects .buy_listings__more {
    width: 100%;
    max-width: none;
    height: 80px;
    margin: 60px 0 0;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  /* ===== AUDIENCE ===== */
  .inv_audience { padding: 80px 0 0; }
  .inv_audience .container { max-width: 1200px; padding: 0 30px; }
  .inv_audience__title { font-size: 50px; max-width: 100%; margin-bottom: 40px; }
  .inv_audience__tabs { gap: 12px; margin-bottom: 48px; }
  .inv_audience__tabs button { font-size: 22px; gap: 10px; }
  .inv_audience__tabs button.is-active i { width: 8px; height: 8px; }
  .inv_audience__sep { font-size: 22px; }
  .inv_audience__grid { grid-template-columns: 360px 1fr; }
  .inv_audience__block { padding: 36px 28px 36px 0; }
  .inv_audience__block h4 { font-size: 16px; letter-spacing: 0.15em; margin-bottom: 16px; }
  .inv_audience__block p { font-size: 16px; line-height: 140%; }

  /* ===== LAND ===== */
  .inv_land { padding: 80px 0 0; }
  .inv_land .container { max-width: 1200px; padding: 0 30px; }
  .inv_land__head { margin-bottom: 36px; max-width: 100%; }
  .inv_land__title { font-size: 50px; margin-bottom: 16px; }
  .inv_land__subtitle { font-size: 18px; line-height: 130%; margin-bottom: 20px; }
  .inv_land__desc { font-size: 16px; line-height: 140%; max-width: 100%; }
  .inv_land__photo { height: 360px; margin-bottom: 50px; }
  .inv_land__cols { grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .inv_land__steps > li { padding: 20px 0; }
  .inv_land__steps h3 { font-size: 22px; line-height: 120%; }
  .inv_land__icon { width: 30px; height: 30px; }
  .inv_land__item-desc { font-size: 15px; max-width: 100%; margin: 16px 0 24px; }
  .inv_land__benefit b { font-size: 12px; margin-bottom: 12px; }
  .inv_land__benefit ul { gap: 10px; }
  .inv_land__benefit ul li { font-size: 15px; padding-left: 16px; }
  .inv_land__benefit ul li::before { top: 10px; }

  /* ===== SERVICES ===== */
  .inv_services { padding: 80px 0 0; }
  .inv_services .container { max-width: 1200px; padding: 0 0; }
  .inv_services__head { padding: 0 30px; margin-bottom: 40px; }
  .inv_services__title { font-size: 50px; max-width: 100%; margin-bottom: 20px; }
  .inv_services__lead { font-size: 16px; line-height: 140%; }
  .inv_services__grid {
    padding: 0 30px;
    gap: 0;
    border-left: 0;
    border-right: 0;
  }
  .inv_svc {
    flex: 0 0 280px;
    padding: 28px 16px;
    min-height: 540px;
  }
  .inv_svc h3 { font-size: 22px; line-height: 120%; margin-bottom: 20px; min-height: 72px; height: 72px; }
  .inv_svc__photo { margin-bottom: 20px; }
  .inv_svc ul { gap: 8px; }
  .inv_svc ul li { font-size: 14px; line-height: 130%; padding-left: 16px; }
  .inv_svc ul li::before { top: 9px; }
  .inv_svc__lead { font-size: 16px; margin-bottom: 8px; }
  .inv_svc__desc { font-size: 14px; line-height: 130%; }

  .inv_services__cta {
    width: calc(100% - 60px);
    max-width: none;
    height: 80px;
    margin: 50px auto 0;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  /* ===== RISKS ===== */
  .inv_risks_block { padding: 80px 0 0; }
  .inv_risks_block .container { max-width: 1200px; padding: 0 30px; }
  .inv_risks_block__header { margin-bottom: 50px; max-width: 100%; }
  .inv_risks_block__over { font-size: 22px; margin-bottom: 6px; }
  .inv_risks_block__title { font-size: 50px; max-width: 100%; margin-bottom: 24px; }
  .inv_risks_block__lead { font-size: 16px; line-height: 140%; max-width: 100%; }
  .inv_risks_block__grid { grid-template-rows: 380px 380px 380px; gap: 16px; }
  .inv_risks_block__cell--text { padding: 36px 12px 24px; }
  .inv_risks_block__cell--text h4 { font-size: 28px; margin-bottom: 24px; }
  .inv_risks_block__cell--text ul { gap: 12px; }
  .inv_risks_block__cell--text ul li { font-size: 14px; line-height: 130%; padding-left: 16px; }
  .inv_risks_block__cell--text ul li::before { top: 10px; }
  .inv_risks_block__link { font-size: 22px; padding-top: 24px; gap: 12px; }
  .inv_risks_block__link i { width: 30px; height: 30px; font-size: 18px; }

  /* ===== ABOUT ===== */
  .inv_about { padding: 80px 0 0; }
  .inv_about .container { max-width: 1200px; padding: 0 30px; }
  .inv_about__title { font-size: 50px; max-width: 920px; margin-bottom: 50px; }
  .inv_about__title br { display: none; }
  .inv_about__cell { padding: 32px 24px; min-height: 240px; }
  .inv_about__cell b { font-size: 50px; }
  .inv_about__cell b i { font-size: 50px; }
  .inv_about__cell span { font-size: 14px; line-height: 140%; }
  .inv_about__photo--small { min-height: 240px; }
  .inv_about__photo--big { min-height: 480px; }
  .inv_about__stack .inv_about__cell { min-height: 240px; }
  .inv_about__award { padding: 32px 24px; min-height: 180px; gap: 12px; }
  .inv_about__award h4 { font-size: 28px; }
  .inv_about__award p { font-size: 14px; line-height: 140%; }

  /* ===== FAQ ===== */
  .inv_faq { padding: 80px 0 0; }
  .inv_faq .container { max-width: 1200px; padding: 0 30px; }
  .inv_faq__title { font-size: 50px; margin-bottom: 50px; }
  .inv_faq__list { margin-bottom: 40px; }
  .inv_faq__list .buy_faq__head { padding: 14px 0; gap: 16px; }
  .inv_faq__list .buy_faq__head span { font-size: 14px; line-height: 130%; letter-spacing: 0.05em; }
  .inv_faq__list .buy_faq__head i { width: 24px; height: 24px; background-size: 11px 11px; }
  .inv_faq__list .buy_faq__body { padding: 0 0 16px; }
  .inv_faq__list .buy_faq__body p { font-size: 14px; line-height: 140%; max-width: 100%; }
  .inv_faq__outro { font-size: 16px; line-height: 140%; margin: 0 auto 32px; max-width: 800px; }
  .inv_faq__cta {
    width: 100%;
    max-width: none;
    height: 80px;
    margin: 0 0 100px;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  /* ===== FINAL CTA ===== */
  .inv_cta { padding: 100px 0 100px; }
  .inv_cta .container { max-width: 1200px; padding: 0 30px; }
  .inv_cta__card { padding: 56px 50px 50px; max-width: 880px; }
  .inv_cta__title { font-size: 50px; margin-bottom: 24px; }
  .inv_cta__sub { font-size: 16px; line-height: 140%; margin-bottom: 40px; max-width: 100%; }
  .inv_cta__form { grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
  .inv_cta__field select { height: 56px; font-size: 14px; padding: 0 20px; background-position: right 20px center; }
  .inv_cta__field .lux-select { height: 56px; font-size: 14px; padding: 0 20px; }
  .inv_cta__tagline { font-size: 14px; margin-bottom: 14px; }
  .inv_cta__submit { height: 60px; font-size: 14px; letter-spacing: 0.1em; padding: 0 24px; margin-bottom: 14px; }
  .inv_cta__micro { font-size: 12px; line-height: 140%; }
}

/* =========================================================
   RESPONSIVE â€” Pixel-perfect to Figma 768_Investment
   768px viewport: container 30px sides, 5-photo gallery full bleed,
   titles 28px Felidae, body 13-14px Inter, project cards stay side-by-side
   ========================================================= */
@media (max-width: 768px) {
  /* Container & wrapper rails */
  .big_block_home--invest > .container {
    padding: 0 30px;
    max-width: 768px;
  }
  body:has(.big_block_home--invest) .wrapper::before { left: 30px; }
  body:has(.big_block_home--invest) .wrapper::after { right: 30px; }

  /* ===== HERO ===== */
  .inv_hero { padding: 24px 0 0; }
  .inv_hero__breadcrumbs { font-size: 11px; gap: 6px; margin-bottom: 16px; }
  .inv_hero__title { font-size: 28px; max-width: 100%; margin-bottom: 14px; }
  .inv_hero__title em { font-size: 28px; }
  .inv_hero__subtitle { font-size: 13px; line-height: 130%; margin-bottom: 24px; }
  .inv_hero__cta {
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 0 14px;
    font-size: 11px;
    line-height: 130%;
    letter-spacing: 0.06em;
    margin-bottom: 32px;
  }
  .inv_hero__gallery {
    margin: 0 -30px;
    grid-template-columns: repeat(5, 1fr);
    overflow: visible;
    gap: 0;
  }
  .inv_hero__photo { min-width: 0; aspect-ratio: 422 / 411; }

  /* ===== STATS ===== */
  .inv_stats__grid { padding: 24px 0; grid-template-columns: 1fr 1fr 1fr; gap: 0; }
  /* Center stats at this breakpoint too — editor request. The original
     `align-items: flex-start` left the ROI / 2-3 años / 200+ M€ values
     hugging the left edge of each column while the rest of the page
     was centered. */
  .inv_stat { padding: 0 14px; align-items: center; text-align: center; justify-content: center; border-right: 1px solid #E1E1E1; }
  .inv_stat:last-child { border-right: 0; }
  .inv_stat b { font-size: 22px; gap: 3px; margin-bottom: 12px; }
  .inv_stat b em, .inv_stat b i { font-size: 22px; }
  .inv_stat > span { font-size: 10px; line-height: 130%; max-width: 100%; text-align: center; }

  /* ===== PROJECTS ===== */
  .inv_projects_title { padding: 48px 0 0; }
  .inv_projects_title .container { max-width: 768px; padding: 0 30px; }
  .inv_projects_title h1, .inv_projects_title h2 { font-size: 28px; max-width: 100%; }

  .inv_projects { padding: 32px 0 0; }
  .inv_projects .container { max-width: 768px; padding: 0 30px; }

  .inv_projects .buy_listing { grid-template-columns: 1fr 320px; gap: 0; }
  .inv_projects .buy_listing--text-right { grid-template-columns: 320px 1fr; }
  .inv_projects .buy_listing__text { padding: 24px 16px 24px 0; }
  .inv_projects .buy_listing--text-right .buy_listing__text { padding: 24px 0 24px 16px; }
  .inv_projects .buy_listing__head { gap: 6px; margin-bottom: 12px; }
  .inv_projects .buy_listing__title { font-size: 16px; }
  .inv_projects .buy_listing__ref { font-size: 9px; letter-spacing: 0.15em; }
  .inv_projects .buy_listing__desc { font-size: 11px; line-height: 140%; margin-bottom: 14px; max-width: 100%; }
  .inv_projects .buy_listing__specs { gap: 6px; }
  .inv_projects .buy_listing__specs li { font-size: 11px; }
  .inv_projects .buy_listing__foot { margin-top: 18px; gap: 12px; }
  .inv_projects .buy_listing__price { font-size: 18px; gap: 4px; }
  .inv_projects .buy_listing__price em { font-size: 18px; }
  .inv_projects .buy_listing__btn { height: 40px; font-size: 10px; padding: 0 10px; letter-spacing: 0.06em; }
  .inv_projects .buy_listing__photo { width: 320px; aspect-ratio: 320 / 320; }

  .inv_pager { left: 10px; right: 10px; bottom: 10px; }
  .inv_pager__nav { gap: 6px; }
  .inv_pager__arrow { width: 12px; height: 16px; }
  .inv_pager__arrow svg { width: 8px; height: 12px; }
  .inv_pager__line { margin: 0 8px; }
  .inv_pager__num { font-size: 13px; }
  .inv_pager__num i { font-size: 13px; }

  .inv_projects .buy_listings__more {
    width: 100%;
    height: 52px;
    margin: 32px 0 0;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  /* ===== AUDIENCE ===== */
  .inv_audience { padding: 48px 0 0; }
  .inv_audience .container { max-width: 768px; padding: 0 30px; }
  .inv_audience__title { font-size: 28px; max-width: 100%; margin-bottom: 20px; }
  .inv_audience__tabs { gap: 8px; margin-bottom: 24px; }
  .inv_audience__tabs button { font-size: 13px; gap: 6px; }
  .inv_audience__tabs button.is-active i { width: 5px; height: 5px; }
  .inv_audience__sep { font-size: 13px; }
  .inv_audience__grid { grid-template-columns: 1fr 1fr; }
  .inv_audience__block { padding: 18px 14px 18px 0; }
  .inv_audience__block h4 { font-size: 11px; letter-spacing: 0.15em; margin-bottom: 10px; }
  .inv_audience__block p { font-size: 11px; line-height: 140%; }

  /* ===== LAND ===== */
  .inv_land { padding: 48px 0 0; }
  .inv_land .container { max-width: 768px; padding: 0 30px; }
  .inv_land__head { margin-bottom: 22px; max-width: 100%; }
  .inv_land__title { font-size: 28px; margin-bottom: 10px; }
  .inv_land__subtitle { font-size: 13px; line-height: 130%; margin-bottom: 12px; }
  .inv_land__desc { font-size: 12px; line-height: 140%; max-width: 100%; }
  .inv_land__photo { height: 220px; margin-bottom: 24px; }
  .inv_land__cols { grid-template-columns: 1fr; column-gap: 0; }
  .inv_land__cols > .inv_land__steps:not(:last-child) { border-bottom: 0; }
  .inv_land__steps > li { padding: 14px 0; }
  .inv_land__steps h3 { font-size: 14px; line-height: 120%; letter-spacing: 0.02em; }
  .inv_land__icon { width: 24px; height: 24px; background-size: 10px 10px; }
  .inv_land__item-desc { font-size: 12px; line-height: 140%; margin: 10px 0 14px; }
  .inv_land__benefit b { font-size: 9px; letter-spacing: 0.18em; margin-bottom: 6px; }
  .inv_land__benefit ul { gap: 6px; }
  .inv_land__benefit ul li { font-size: 12px; padding-left: 12px; }
  .inv_land__benefit ul li::before { top: 7px; width: 4px; height: 4px; }

  /* ===== SERVICES ===== */
  .inv_services { padding: 48px 0 0; }
  .inv_services .container { padding: 0; }
  .inv_services__head { padding: 0 30px; margin-bottom: 22px; }
  .inv_services__title { font-size: 28px; max-width: 100%; margin-bottom: 12px; }
  .inv_services__lead { font-size: 12px; line-height: 140%; }
  .inv_services__grid {
    padding: 0 30px;
    gap: 0;
    border-left: 0;
    border-right: 0;
  }
  .inv_svc { flex: 0 0 200px; padding: 18px 12px; min-height: 380px; }
  .inv_svc h3 { font-size: 14px; line-height: 120%; margin-bottom: 12px; min-height: 52px; height: 52px; }
  .inv_svc__photo { margin-bottom: 12px; }
  .inv_svc ul { gap: 5px; }
  .inv_svc ul li { font-size: 11px; line-height: 130%; padding-left: 12px; }
  .inv_svc ul li::before { top: 6px; width: 4px; height: 4px; }
  .inv_svc__lead { font-size: 12px; margin-bottom: 6px; }
  .inv_svc__desc { font-size: 11px; line-height: 130%; }

  .inv_services__cta {
    width: calc(100% - 60px);
    max-width: none;
    height: 52px;
    margin: 24px auto 0;
    padding: 0 16px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  /* ===== RISKS ===== */
  .inv_risks_block { padding: 48px 0 0; }
  .inv_risks_block .container { max-width: 768px; padding: 0 30px; }
  .inv_risks_block__header { margin-bottom: 24px; max-width: 100%; }
  .inv_risks_block__over { font-size: 12px; margin-bottom: 4px; }
  .inv_risks_block__title { font-size: 28px; margin-bottom: 12px; max-width: 100%; }
  .inv_risks_block__lead { font-size: 12px; line-height: 140%; max-width: 100%; }
  .inv_risks_block__grid { grid-template-rows: 220px 220px 220px; gap: 8px; }
  .inv_risks_block__cell--text { padding: 14px 6px 12px; }
  .inv_risks_block__cell--text h4 { font-size: 14px; margin-bottom: 8px; }
  .inv_risks_block__cell--text ul { gap: 6px; }
  .inv_risks_block__cell--text ul li { font-size: 10px; line-height: 130%; padding-left: 10px; }
  .inv_risks_block__cell--text ul li::before { top: 6px; width: 3px; height: 3px; }
  .inv_risks_block__link { font-size: 12px; padding-top: 10px; gap: 6px; }
  .inv_risks_block__link i { width: 18px; height: 18px; font-size: 10px; }

  /* ===== ABOUT ===== */
  .inv_about { padding: 48px 0 0; }
  .inv_about .container { max-width: 768px; padding: 0 30px; }
  .inv_about__title { font-size: 28px; max-width: 100%; margin-bottom: 24px; }
  .inv_about__title br { display: none; }
  .inv_about__cell { padding: 16px 12px; min-height: 130px; }
  .inv_about__cell b { font-size: 28px; }
  .inv_about__cell b i { font-size: 28px; }
  .inv_about__cell span { font-size: 10px; line-height: 140%; }
  .inv_about__photo--small { min-height: 130px; }
  .inv_about__photo--big { min-height: 260px; }
  .inv_about__stack .inv_about__cell { min-height: 130px; }
  .inv_about__award { padding: 16px 12px; min-height: 110px; gap: 6px; }
  .inv_about__award h4 { font-size: 14px; }
  .inv_about__award p { font-size: 10px; line-height: 140%; }

  /* ===== FAQ ===== */
  .inv_faq { padding: 48px 0 0; }
  .inv_faq .container { max-width: 768px; padding: 0 30px; }
  .inv_faq__title { font-size: 28px; margin-bottom: 24px; }
  .inv_faq__list { margin-bottom: 22px; }
  .inv_faq__list .buy_faq__head { padding: 10px 0; gap: 10px; }
  .inv_faq__list .buy_faq__head span { font-size: 11px; line-height: 130%; letter-spacing: 0.05em; }
  .inv_faq__list .buy_faq__head i { width: 20px; height: 20px; background-size: 9px 9px; }
  .inv_faq__list .buy_faq__body { padding: 0 0 12px; }
  .inv_faq__list .buy_faq__body p { font-size: 12px; line-height: 140%; max-width: 100%; }
  .inv_faq__outro { font-size: 12px; line-height: 140%; margin: 0 auto 20px; max-width: 100%; }
  .inv_faq__cta {
    width: 100%;
    max-width: none;
    height: 52px;
    margin: 0 0 48px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  /* ===== FINAL CTA ===== */
  .inv_cta { padding: 48px 0 48px; }
  .inv_cta .container { max-width: 768px; padding: 0 30px; }
  .inv_cta__card { padding: 32px 24px 28px; max-width: 100%; }
  .inv_cta__title { font-size: 24px; margin-bottom: 14px; }
  .inv_cta__sub { font-size: 12px; line-height: 140%; margin-bottom: 24px; max-width: 100%; }
  .inv_cta__form { grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
  .inv_cta__field select { height: 42px; font-size: 12px; padding: 0 12px; background-position: right 12px center; }
  .inv_cta__field .lux-select { height: 42px; font-size: 12px; padding: 0 12px; }
  .inv_cta__tagline { font-size: 11px; margin-bottom: 10px; }
  .inv_cta__submit { height: 44px; font-size: 11px; letter-spacing: 0.06em; padding: 0 16px; margin-bottom: 10px; }
  .inv_cta__micro { font-size: 10px; line-height: 140%; }
}

/* =========================================================
   RESPONSIVE â€” Pixel-perfect to Figma 360_Investment
   360px viewport: container 16px sides, 1-column stacked layout for projects/about,
   titles 22px Felidae, body 11-12px Inter, photo gallery horizontal scroll
   ========================================================= */
@media (max-width: 480px) {
  /* Container & wrapper rails */
  .big_block_home--invest > .container {
    padding: 0 16px;
    max-width: 480px;
  }
  body:has(.big_block_home--invest) .wrapper::before { left: 16px; }
  body:has(.big_block_home--invest) .wrapper::after { right: 16px; }

  /* ===== HERO ===== */
  .inv_hero { padding: 16px 0 0; }
  .inv_hero__breadcrumbs {
    font-size: 14px;
    line-height: 130%;
    gap: 6px;
    margin-bottom: 24px;
    color: #A6A6A6;
    font-weight: 300;
  }
  .inv_hero__breadcrumbs a { color: #A6A6A6; }
  .inv_hero__breadcrumbs .is-active { color: #A6A6A6; }
  .inv_hero__title {
    font-size: 30px;
    font-weight: 400;
    max-width: 100%;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
  }
  .inv_hero__title em { font-size: 20px; }
  .inv_hero__title-main {
    display: block;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .inv_hero__title-sub {
    display: block;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
  .inv_hero__title-sub em {
    font-family: "Felidae", "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    /* keep "10-30M+ €" on a single line — without this the € wraps below
       the digits at ~480 / 360px viewport widths. */
    white-space: nowrap;
  }
  .inv_hero__subtitle {
    font-size: 14px;
    line-height: 130%;
    /* lighter weight + softer color so it doesn't read as bold next to
       the heavy Felidae title above. */
    font-weight: 300;
    color: #3C3C3B;
    margin-bottom: 24px;
  }
  .inv_hero__cta {
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
  }
  .inv_hero__cta-extra { display: none; }
  .inv_hero__gallery {
    margin: 0 -16px;
    grid-template-columns: repeat(5, 240px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
  }
  .inv_hero__gallery::-webkit-scrollbar { display: none; }
  .inv_hero__photo { min-width: 240px; aspect-ratio: 422 / 411; scroll-snap-align: start; }

  /* ===== STATS ===== */
  .inv_stats__grid { padding: 0; grid-template-columns: 1fr; gap: 0; border-top: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; }
  .inv_stat {
    padding: 50px 0;
    align-items: center;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #E1E1E1;
  }
  .inv_stat:last-child { border-bottom: 0; }
  .inv_stat b {
    font-size: 30px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    gap: 4px;
    margin-bottom: 10px;
  }
  /* Match the parent <b> exactly so the %, ñ and € render in the same
     Felidae weight & size as the surrounding digits (Inter 200 made them
     look thin / out-of-family next to the 30px Felidae figures). */
  .inv_stat b em,
  .inv_stat b i {
    font-family: "Felidae", "Cormorant Garamond", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
  }
  .inv_stat > span {
    font-size: 14px;
    line-height: 130%;
    color: #3C3C3B;
    max-width: 100%;
  }

  /* ===== PROJECTS ===== */
  .inv_projects_title { padding: 36px 0 0; }
  .inv_projects_title .container { max-width: 480px; padding: 0 16px; }
  .inv_projects_title h1, .inv_projects_title h2 { font-size: 22px; max-width: 100%; }

  .inv_projects { padding: 24px 0 0; }
  .inv_projects .container { max-width: 480px; padding: 0 16px; }

  /* Stacked layout: photo on top, text below */
  .inv_projects .buy_listing { grid-template-columns: 1fr; gap: 0; }
  .inv_projects .buy_listing--text-right { grid-template-columns: 1fr; }
  .inv_projects .buy_listing--text-right .buy_listing__photo { order: -1; }
  .inv_projects .buy_listing__text { padding: 18px 0 24px; }
  .inv_projects .buy_listing--text-right .buy_listing__text { padding: 18px 0 24px; }
  .inv_projects .buy_listing__head { gap: 4px; margin-bottom: 10px; }
  .inv_projects .buy_listing__title { font-size: 16px; }
  .inv_projects .buy_listing__ref { font-size: 9px; letter-spacing: 0.15em; }
  .inv_projects .buy_listing__desc { font-size: 11px; line-height: 140%; margin-bottom: 14px; max-width: 100%; }
  .inv_projects .buy_listing__specs { gap: 6px; }
  .inv_projects .buy_listing__specs li { font-size: 11px; }
  .inv_projects .buy_listing__foot { margin-top: 16px; gap: 10px; }
  .inv_projects .buy_listing__price { font-size: 18px; gap: 4px; }
  .inv_projects .buy_listing__price em { font-size: 18px; }
  .inv_projects .buy_listing__btn { height: 40px; font-size: 10px; padding: 0 10px; letter-spacing: 0.05em; }
  .inv_projects .buy_listing__photo { width: 100%; aspect-ratio: 16 / 11; }

  .inv_pager { left: 10px; right: 10px; bottom: 10px; }
  .inv_pager__nav { gap: 6px; }
  .inv_pager__arrow { width: 12px; height: 16px; }
  .inv_pager__arrow svg { width: 8px; height: 12px; }
  .inv_pager__line { margin: 0 8px; }
  .inv_pager__num { font-size: 13px; }
  .inv_pager__num i { font-size: 13px; }

  .inv_projects .buy_listings__more {
    width: 100%;
    height: 48px;
    margin: 24px 0 0;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  /* ===== AUDIENCE ===== */
  .inv_audience { padding: 36px 0 0; }
  .inv_audience .container { max-width: 480px; padding: 0 16px; }
  .inv_audience__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.02em;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .inv_audience__tabs {
    gap: 6px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .inv_audience__tabs button {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    gap: 6px;
    color: #A6A6A6;
    text-transform: lowercase;
  }
  .inv_audience__tabs button.is-active { color: #010101; font-weight: 400; }
  .inv_audience__tabs button.is-active i { width: 5px; height: 5px; }
  .inv_audience__sep { font-size: 16px; color: #A6A6A6; font-weight: 400; }

  /* Reorder on mobile: Ð—ÐÐŸÐ ÐžÐ¡ â†’ photo â†’ Ð Ð•Ð—Ð£Ð›Ð¬Ð¢ÐÐ¢ */
  .inv_audience__grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid #E1E1E1;
  }
  .inv_audience__blocks {
    display: contents;
    border-right: 0;
  }
  .inv_audience__block {
    padding: 24px 0;
    border-bottom: 1px solid #E1E1E1;
    text-align: center;
  }
  /* Strip manual <br> on small screens â€” narrow viewport already wraps
     naturally, so forced breaks create awkward double spacing. */
  .inv_audience__block br { display: none; }
  .inv_audience__block:first-child { order: 1; }
  .inv_audience__photo {
    order: 2;
    aspect-ratio: 16 / 11;
    max-height: none;
    border-bottom: 1px solid #E1E1E1;
  }
  .inv_audience__block:last-child {
    order: 3;
    border-bottom: 0;
  }
  .inv_audience__block h4 {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #A6A6A6;
    margin-bottom: 14px;
  }
  .inv_audience__block p {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    color: #3C3C3B;
  }

  /* ===== LAND ===== */
  .inv_land { padding: 36px 0 0; }
  .inv_land .container { max-width: 480px; padding: 0 16px; }
  .inv_land__head { margin-bottom: 18px; max-width: 100%; }
  .inv_land__title { font-size: 22px; margin-bottom: 8px; }
  .inv_land__subtitle { font-size: 12px; line-height: 130%; margin-bottom: 10px; }
  .inv_land__desc { font-size: 11px; line-height: 140%; max-width: 100%; }
  .inv_land__photo { height: 160px; margin-bottom: 18px; }
  .inv_land__cols { grid-template-columns: 1fr; column-gap: 0; }
  .inv_land__cols > .inv_land__steps:not(:last-child) { border-bottom: 0; }
  .inv_land__steps > li { padding: 12px 0; }
  .inv_land__steps h3 { font-size: 12px; line-height: 120%; letter-spacing: 0.02em; }
  .inv_land__icon { width: 22px; height: 22px; background-size: 9px 9px; }
  .inv_land__item-desc { font-size: 11px; line-height: 140%; margin: 8px 0 12px; }
  .inv_land__benefit b { font-size: 9px; letter-spacing: 0.18em; margin-bottom: 6px; }
  .inv_land__benefit ul { gap: 5px; }
  .inv_land__benefit ul li { font-size: 11px; padding-left: 10px; }
  .inv_land__benefit ul li::before { top: 6px; width: 3px; height: 3px; }

  /* ===== SERVICES ===== */
  .inv_services { padding: 36px 0 0; }
  .inv_services .container { padding: 0; }
  .inv_services__head { padding: 0 16px; margin-bottom: 18px; }
  .inv_services__title { font-size: 22px; max-width: 100%; margin-bottom: 10px; }
  .inv_services__lead { font-size: 11px; line-height: 140%; }
  .inv_services__grid {
    padding: 0 16px;
    gap: 0;
  }
  .inv_svc { flex: 0 0 280px; padding: 16px 12px; min-height: 380px; }
  .inv_svc h3 { font-size: 14px; line-height: 120%; margin-bottom: 12px; min-height: 52px; height: 52px; }
  .inv_svc__photo { margin-bottom: 12px; }
  .inv_svc ul { gap: 5px; }
  .inv_svc ul li { font-size: 11px; line-height: 130%; padding-left: 12px; }
  .inv_svc ul li::before { top: 6px; width: 4px; height: 4px; }
  .inv_svc__lead { font-size: 12px; margin-bottom: 6px; }
  .inv_svc__desc { font-size: 11px; line-height: 130%; }

  .inv_services__cta {
    width: calc(100% - 32px);
    max-width: none;
    height: 48px;
    margin: 18px auto 0;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  /* ===== RISKS ===== */
  .inv_risks_block { padding: 36px 0 0; }
  .inv_risks_block .container { max-width: 480px; padding: 0 16px; }
  .inv_risks_block__header { margin-bottom: 18px; max-width: 100%; }
  .inv_risks_block__over { font-size: 11px; margin-bottom: 4px; }
  .inv_risks_block__title { font-size: 22px; margin-bottom: 10px; max-width: 100%; }
  .inv_risks_block__lead { font-size: 11px; line-height: 140%; max-width: 100%; }
  /* Stack risks vertically: each row 1 column, photos auto-height */
  .inv_risks_block__grid { grid-template-columns: 1fr; grid-template-rows: auto; gap: 16px; }
  .inv_risks_block__cell--text { padding: 12px 0; }
  .inv_risks_block__cell--text h4 { font-size: 14px; margin-bottom: 8px; }
  .inv_risks_block__cell--text ul { gap: 6px; }
  .inv_risks_block__cell--text ul li { font-size: 11px; line-height: 130%; padding-left: 10px; }
  .inv_risks_block__cell--text ul li::before { top: 6px; width: 3px; height: 3px; }
  .inv_risks_block__link { font-size: 12px; padding-top: 10px; gap: 6px; }
  .inv_risks_block__link i { width: 18px; height: 18px; font-size: 10px; }
  .inv_risks_block__cell--photo { aspect-ratio: 16 / 11; max-height: 220px; }
  .inv_risks_block__cell--wide { grid-column: span 1; aspect-ratio: 16 / 11; }

  /* ===== ABOUT ===== */
  .inv_about { padding: 36px 0 0; }
  .inv_about .container { max-width: 480px; padding: 0 16px; }
  .inv_about__title { font-size: 22px; max-width: 100%; margin-bottom: 18px; }
  .inv_about__title br { display: none; }
  /* Stack about cells vertically */
  .inv_about__row,
  .inv_about__row--1,
  .inv_about__row--2,
  .inv_about__row--3 { grid-template-columns: 1fr; gap: 0; }
  .inv_about__stack { grid-template-columns: 1fr; grid-template-rows: auto auto; border-right: 0; }
  /* Center stat cells horizontally on mobile (<=480px) per request. */
  .inv_about__cell {
    padding: 16px 0;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #E1E1E1;
    align-items: center;
    text-align: center;
  }
  .inv_about__cell--lang { align-items: center; }
  .inv_about__row > .inv_about__cell:last-child { border-bottom: 0; }
  .inv_about__cell b { font-size: 28px; }
  .inv_about__cell b i { font-size: 28px; }
  .inv_about__cell span { font-size: 11px; line-height: 140%; }
  .inv_about__photo { border-right: 0; border-bottom: 1px solid #E1E1E1; }
  .inv_about__photo--small { min-height: 0; aspect-ratio: 16 / 10; }
  .inv_about__photo--big { min-height: 0; aspect-ratio: 4 / 3; max-height: 280px; border-bottom: 0; }
  .inv_about__stack .inv_about__cell { min-height: auto; }
  .inv_about__award { padding: 16px 0; min-height: auto; gap: 6px; border-right: 0; border-bottom: 1px solid #E1E1E1; }
  .inv_about__award:last-child { border-bottom: 0; }
  .inv_about__award h4 { font-size: 14px; }
  .inv_about__award p { font-size: 11px; line-height: 140%; }

  /* ===== FAQ ===== */
  .inv_faq { padding: 36px 0 0; }
  .inv_faq .container { max-width: 480px; padding: 0 16px; }
  .inv_faq__title { font-size: 22px; margin-bottom: 18px; }
  .inv_faq__list { margin-bottom: 16px; }
  .inv_faq__list .buy_faq__head { padding: 8px 0; gap: 8px; }
  .inv_faq__list .buy_faq__head span { font-size: 10px; line-height: 130%; letter-spacing: 0.05em; }
  .inv_faq__list .buy_faq__head i { width: 18px; height: 18px; background-size: 8px 8px; }
  .inv_faq__list .buy_faq__body { padding: 0 0 10px; }
  .inv_faq__list .buy_faq__body p { font-size: 11px; line-height: 140%; max-width: 100%; }
  .inv_faq__outro { font-size: 11px; line-height: 140%; margin: 0 auto 16px; max-width: 100%; }
  .inv_faq__cta {
    width: 100%;
    max-width: none;
    height: 48px;
    margin: 0 0 36px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  /* ===== FINAL CTA ===== */
  .inv_cta { padding: 36px 0 36px; background-attachment: scroll; }
  .inv_cta .container { max-width: 480px; padding: 0 16px; }
  .inv_cta__card { padding: 24px 18px 22px; max-width: 100%; }
  .inv_cta__title { font-size: 20px; margin-bottom: 10px; }
  .inv_cta__sub { font-size: 11px; line-height: 140%; margin-bottom: 18px; max-width: 100%; }
  .inv_cta__form { grid-template-columns: 1fr; gap: 8px; margin-bottom: 14px; }
  .inv_cta__field select { height: 40px; font-size: 11px; padding: 0 12px; background-position: right 12px center; }
  .inv_cta__field .lux-select { height: 40px; font-size: 11px; padding: 0 12px; }
  .inv_cta__tagline { font-size: 10px; margin-bottom: 8px; }
  .inv_cta__submit { height: 42px; font-size: 10px; letter-spacing: 0.05em; padding: 0 12px; margin-bottom: 8px; }
  .inv_cta__micro { font-size: 9px; line-height: 140%; }
}

/* =========================================================
   Pixel-perfect to Figma 360_Investment â€” hero gallery thumbnails
   are smaller than the 480 layout (â‰ˆ3 fit on 360px viewport).
   Existing scale-in animation (.anim-scale) is preserved as-is.
   ========================================================= */
@media (max-width: 360px) {
  /* Dynamic scaling for the narrowest viewports — clamp() lets every
     headline / stat / button shrink smoothly between 320 and 360px so
     adjacent rows don't overlap on phones below 360 (Galaxy Fold cover
     screen, older iPhones in landscape-locked PWA, etc.). The clamp's
     MAX matches the 480px breakpoint values; the MIN is the smallest
     legible size for each element. */
  .inv_hero__title { font-size: clamp(22px, 8.2vw, 30px); }
  .inv_hero__title em { font-size: clamp(15px, 5.4vw, 20px); }
  .inv_hero__title-main { font-size: clamp(22px, 8.2vw, 30px); }
  .inv_hero__title-sub { font-size: clamp(15px, 5.4vw, 20px); }
  .inv_hero__title-sub em { font-size: clamp(15px, 5.4vw, 20px); }
  .inv_hero__subtitle { font-size: clamp(11px, 3.8vw, 14px); }
  .inv_hero__cta { font-size: clamp(11px, 3.6vw, 14px); padding: 0 10px; }

  .inv_stat b { font-size: clamp(22px, 8vw, 30px); }
  .inv_stat b em,
  .inv_stat b i { font-size: clamp(22px, 8vw, 30px); }
  .inv_stat > span { font-size: clamp(11px, 3.6vw, 14px); }

  .inv_projects_title h1,
  .inv_projects_title h2 { font-size: clamp(17px, 6vw, 22px); }
  .inv_projects_title { padding: 60px 0 0; }

  .inv_hero__gallery {
    margin: 0 -15px;
    grid-template-columns: repeat(5, 120px);
    gap: 4px;
    padding: 0 15px;
    scroll-padding-left: 15px;
  }
  .inv_hero__photo {
    min-width: 120px;
    aspect-ratio: 1 / 1;
  }

  /* Projects (Ð ÐµÐ°Ð»Ð¸Ð·Ð¾Ð²Ð°Ð½Ð½Ñ‹Ðµ Ð¸ Ð´ÐµÐ¹ÑÑ‚Ð²ÑƒÑŽÑ‰Ð¸Ðµ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñ‹) â€” Figma 360_Investment:
     wider/shorter card photo (310Ã—178 â‰ˆ 16:9), larger card typography. */
  .inv_projects .buy_listing__photo {
    aspect-ratio: 310 / 178;
  }
  .inv_projects .buy_listing__head { gap: 6px; margin-bottom: 12px; }
  .inv_projects .buy_listing__ref {
    font-size: 11px;
    letter-spacing: 0.18em;
  }
  .inv_projects .buy_listing__title {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.02em;
  }
  .inv_projects .buy_listing__desc {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 16px;
  }
  .inv_projects .buy_listing__specs { gap: 8px; }
  .inv_projects .buy_listing__specs li { font-size: 13px; line-height: 130%; }
  .inv_projects .buy_listing__price {
    font-size: 20px;
    gap: 6px;
  }
  .inv_projects .buy_listing__price em { font-size: 20px; }
  .inv_projects .buy_listing__foot { margin-top: 20px; gap: 12px; }

  /* Audience (ÐšÐ°ÐºÐ¸Ðµ Ð·Ð°Ð¿Ñ€Ð¾ÑÑ‹â€¦) â€” Figma 360_Investment:
     larger / bolder "Ð—ÐÐŸÐ ÐžÐ¡" and "Ð Ð•Ð—Ð£Ð›Ð¬Ð¢ÐÐ¢ Ð¡ INMOLUX" labels. */
  .inv_audience__block h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #010101;
    margin-bottom: 12px;
  }

  /* Land (ÐžÑ‚ Ð·ÐµÐ¼Ð»Ð¸ Ð´Ð¾ Ð¿Ñ€Ð¾Ð´Ð°Ð¶Ð¸â€¦) â€” Figma 360_Investment:
     hide the long step list, reorder so image appears between subtitle
     and description, append a dark "Ð¡Ð¼Ð¾Ñ‚Ñ€ÐµÑ‚ÑŒ Ð²ÑÐµ ÑÑ‚Ð°Ð¿Ñ‹ Ñ†Ð¸ÐºÐ»Ð°" CTA. */
  .inv_land__cols { display: none; }
  /* On mobile use split lead + rest paragraphs; hide the desktop-merged desc. */
  .inv_land__desc { display: none; }
  .inv_land .container {
    display: flex;
    flex-direction: column;
  }
  .inv_land__head { display: contents; }
  .inv_land__title { order: 1; }
  .inv_land__subtitle { order: 2; }
  .inv_land__photo { order: 3; margin: 16px 0; }
  .inv_land__desc-lead {
    display: block;
    order: 4;
    font-family: "Felidae", "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #010101;
    text-align: center;
    margin: 0 0 8px;
  }
  .inv_land__desc-rest {
    display: block;
    order: 5;
    font-family: "Inter", "Inter Metric Fallback", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0;
    color: #3C3C3B;
    text-align: center;
    margin: 0;
  }
  .inv_land__more {
    order: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 16px 0 0;
    background: #41545C;
    color: #FFFFFF;
    font-family: "Felidae", "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .25s;
  }
  .inv_land__more:hover { background: #010101; }

  /* Risks block (Ð—Ð°Ñ‰Ð¸Ñ‰Ñ‘Ð½Ð½Ñ‹Ðµ Ð¸Ð½Ð²ÐµÑÑ‚Ð¸Ñ†Ð¸Ð¸) â€” Figma 360_Investment:
     swap header to mobile-only "Ð—Ð°Ñ‰Ð¸Ñ‰Ñ‘Ð½Ð½Ñ‹Ðµ Ð¸Ð½Ð²ÐµÑÑ‚Ð¸Ñ†Ð¸Ð¸ / Ð˜ÐÐ’Ð•Ð¡Ð¢Ð˜Ð¦Ð˜Ð˜ Ð’ â€¦",
     hide the long lead paragraph, reorder grid so each text section is
     followed by its own image (drop the 4th decorative photo). */
  .inv_risks_block__over--desk,
  .inv_risks_block__title--desk { display: none; }
  .inv_risks_block__over--mob {
    display: block;
    font-family: "Inter", "Inter Metric Fallback", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.18em;
    color: #41545C;
    text-transform: uppercase;
    margin: 0 0 8px;
    text-align: center;
  }
  .inv_risks_block__title--mob {
    display: block;
    font-family: "Felidae", "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #010101;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 16px;
  }
  .inv_risks_block__lead { display: none; }
  /* Grid â†’ flex column. Hide all separate photo cells; each text section
     now hosts its own small thumbnail next to its h4 (Figma 360 design). */
  .inv_risks_block__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-template-columns: 1fr;
  }
  .inv_risks_block__cell--photo { display: none; }
  /* Re-order text cells so they appear in 1, 2, 3 sequence on mobile.
     HTML order: 1 text, 5 text, 6 text (positions 2,3,4,7 are now hidden photos). */
  .inv_risks_block__grid > :nth-child(1) { order: 1; }
  .inv_risks_block__grid > :nth-child(5) { order: 2; }
  .inv_risks_block__grid > :nth-child(6) { order: 3; }
  /* Each text cell becomes a 2-col grid: title | thumb on top row,
     bullets and link span both columns below. */
  .inv_risks_block__cell--text {
    display: grid;
    grid-template-columns: 1fr 120px;
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    row-gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #E1E1E1;
  }
  .inv_risks_block__cell--text:last-of-type { border-bottom: 1px solid #E1E1E1; }
  .inv_risks_block__cell--text h4 {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    font-family: "Felidae", "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #010101;
    margin: 0;
    text-transform: none;
  }
  .inv_risks_block__thumb {
    display: block;
    grid-column: 2;
    grid-row: 1;
    width: 120px;
    height: 80px;
    object-fit: cover;
  }
  .inv_risks_block__cell--text ul {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    padding: 0;
  }
  .inv_risks_block__cell--text > a {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0;
  }

  /* About (InmoLux â€” ÑÑ‚Ð¾ Ð¼Ð°ÑÑˆÑ‚Ð°Ð±, Ð¿Ñ€Ð¸Ð·Ð½Ð°Ð½Ð¸Ðµâ€¦) â€” Figma 360_Investment:
     split title into Felidae main + Inter subtitle, reorder children so
     it reads: title â†’ 30k+ â†’ small photo â†’ 15+ â†’ big photo â†’ award (carousel)
     â†’ 5k+ â†’ 8 lang. */
  .inv_about__title-main {
    display: block;
    font-family: "Felidae", "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #010101;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 8px;
  }
  .inv_about__title-sub {
    display: block;
    font-family: "Inter", "Inter Metric Fallback", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0;
    color: #010101;
    text-transform: none;
    text-align: center;
    margin: 0;
  }
  .inv_about__title { padding: 0; text-align: center; }

  /* Make the section a flex column and unwrap the 3 row containers
     and the inner stack so all leaf items become flex siblings, then order. */
  .inv_about .container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .inv_about__row,
  .inv_about__row--1,
  .inv_about__row--2,
  .inv_about__row--3,
  .inv_about__stack { display: contents; }

  .inv_about__title { order: 1; }
  /* Children of row--1 in DOM order: [1] small photo, [2] 30k+ cell, [3] 15+ cell.
     Use :nth-child so display:contents and class structure don't affect matching. */
  .inv_about__row--1 > :nth-child(1) { order: 3; }   /* small photo  */
  .inv_about__row--1 > :nth-child(2) { order: 2; }   /* 30 000+      */
  .inv_about__row--1 > :nth-child(3) { order: 4; }   /* 15+          */
  /* Children inside row--2: [1] stack (with 8, 5000+), [2] big photo */
  .inv_about__row--2 > .inv_about__photo--big { order: 5; }
  .inv_about__stack > :nth-child(1) { order: 8; }    /* 8 lang        */
  .inv_about__stack > :nth-child(2) { order: 7; }    /* 5 000+        */
  /* Awards row */
  .inv_about__row--3 { order: 6; }
  /* Display the row as a flex slot containing the carousel (override display:contents above) */
  .inv_about__row--3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
  }
  .inv_about__award-prev,
  .inv_about__award-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
  }
  /* Show only the active award; hide the others on mobile. */
  .inv_about__row--3 .inv_about__award { display: none; flex: 1; text-align: center; }
  .inv_about__row--3 .inv_about__award.is-active { display: block; }
  .inv_about__row--3 .inv_about__award h4 {
    font-family: "Inter", "Inter Metric Fallback", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #010101;
    margin: 0 0 4px;
  }
  .inv_about__row--3 .inv_about__award p {
    font-family: "Inter", "Inter Metric Fallback", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    color: #3C3C3B;
    margin: 0;
  }

  /* FAQ â€” Figma 360_Investment: show only first 3 questions, hide outro and
     consultation link, show a dark "ÐžÑ‚ÐºÑ€Ñ‹Ñ‚ÑŒ Ð²ÑÐµ Ð²Ð¾Ð¿Ñ€Ð¾ÑÑ‹" button. */
  .inv_faq__list .buy_faq__item:nth-child(n+4) { display: none; }
  .inv_faq__list.is-expanded .buy_faq__item:nth-child(n+4) { display: list-item; }
  .inv_faq__outro,
  .inv_faq__cta { display: none; }
  .inv_faq__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 16px 0 0;
    background: #41545C;
    border: 0;
    color: #FFFFFF;
    font-family: "Felidae", "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .25s;
  }
  .inv_faq__more:hover { background: #010101; }

  /* Final CTA card (ÐžÐ±ÑÑƒÐ´Ð¸Ñ‚ÑŒ Ð¸Ð½Ð²ÐµÑÑ‚Ð¸Ñ†Ð¸Ð¾Ð½Ð½Ñ‹Ð¹ Ð¿Ñ€Ð¾ÐµÐºÑ‚â€¦) â€” Figma 360_Investment:
     swap to abbreviated mobile title, swap "Ð¦ÐµÐ»ÑŒ" â†” "Ð¡Ñ€Ð¾ÐºÐ¸" order. */
  .inv_cta__title-desk { display: none; }
  .inv_cta__title-mob { display: inline; }
  /* DOM order of fields: 1 Ð‘ÑŽÐ´Ð¶ÐµÑ‚, 2 Ð¦ÐµÐ»ÑŒ, 3 Ð¡Ñ€Ð¾ÐºÐ¸, 4 Ð“Ñ€Ð°Ð¶Ð´Ð°Ð½ÑÑ‚Ð²Ð¾.
     Visual target: Ð‘ÑŽÐ´Ð¶ÐµÑ‚, Ð¡Ñ€Ð¾ÐºÐ¸, Ð¦ÐµÐ»ÑŒ, Ð“Ñ€Ð°Ð¶Ð´Ð°Ð½ÑÑ‚Ð²Ð¾. */
  .inv_cta__form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .inv_cta__form > .inv_cta__field:nth-of-type(1) { order: 1; }   /* Ð‘ÑŽÐ´Ð¶ÐµÑ‚     */
  .inv_cta__form > .inv_cta__field:nth-of-type(2) { order: 3; }   /* Ð¦ÐµÐ»ÑŒ â†’ 3rd */
  .inv_cta__form > .inv_cta__field:nth-of-type(3) { order: 2; }   /* Ð¡Ñ€Ð¾ÐºÐ¸ â†’ 2nd */
  .inv_cta__form > .inv_cta__field:nth-of-type(4) { order: 4; }   /* Ð“Ñ€Ð°Ð¶Ð´Ð°Ð½ÑÑ‚Ð²Ð¾ */
}

/* =========================================================
   HIDE bottom_header secondary nav on tablet/mobile (â‰¤768)
   Top header burger handles menu access â€” Figma 768/360 designs
   show NO secondary navigation row beneath the logo.
   ========================================================= */
@media (max-width: 768px) {
  .big_block_home--invest header .about_block .bottom_header {
    display: none !important;
  }
}

/* --- Touch devices: disable hover effects --- */
@media (hover: none) {
  .inv_risks_block__cell--photo,
  .inv_hero__photo,
  .inv_about__photo {
    perspective: none;
  }
}

/* =========================================================
   LARGE-SCREEN DYNAMIC SCALING (>= 1201px)
   Mirrors the about.css / sell.css / buy.css strategy:
   convert fixed pixel font-sizes + paddings + max-widths to
   clamp() so the layout grows proportionally between
   1201px and ~2580px and stops getting "extremadamente
   grande" on 2K / 4K monitors.

   Scale formulas:
     Big H1/H2 (80px Felidae):  clamp(50px, 1.7vw + 30px, 80px)
     Mid title (44px):          clamp(28px, 1.0vw + 16px, 44px)
     Sub title (32â€“36px):       clamp(20px, 0.9vw + 10px, 36px)
     Stat number (50â€“80px):     clamp(48px, 1.6vw + 29px, 80px)
     Body (22â€“28px):            clamp(15px, 0.6vw + 8px, 25px)
     Small (18px):              clamp(13px, 0.4vw + 8px, 18px)
     Micro (14â€“16px):           clamp(11px, 0.3vw + 7px, 16px)
   ========================================================= */
@media (min-width: 1201px) {

  /* Tight wrapper around every container so the page never exceeds 1920px */
  .inv_projects_title .container,
  .inv_projects .container,
  .inv_audience .container,
  .inv_land .container,
  .inv_services .container,
  .inv_risks_block .container,
  .inv_about .container,
  .inv_faq .container,
  .inv_cta .container {
    max-width: 1920px;
    padding: 0 clamp(40px, 5vw, 96px);
  }

  /* ===== 1. HERO ===== */
  .inv_hero {
    padding: clamp(40px, 4vw, 64px) 0 0;
  }
  .inv_hero__breadcrumbs {
    font-size: clamp(11px, 0.3vw + 7px, 16px);
    margin-bottom: clamp(20px, 2vw, 32px);
  }
  .inv_hero__title {
    font-size: clamp(50px, 1.7vw + 30px, 80px);
    max-width: 1538px;
    margin: 0 auto clamp(20px, 2vw, 32px);
  }
  .inv_hero__title em {
    font-size: clamp(50px, 1.7vw + 30px, 80px);
  }
  :lang(es) .inv_hero__title,
  :lang(es) .inv_hero__title em {
    font-size: clamp(40px, 1.4vw + 23px, 60px);
  }
  .inv_hero__subtitle {
    font-size: clamp(16px, 0.7vw + 8px, 28px);
    margin-bottom: clamp(40px, 4vw, 64px);
  }
  .inv_hero__cta {
    width: clamp(420px, 40vw, 758px);
    height: clamp(56px, 4vw, 80px);
    font-size: clamp(13px, 0.3vw + 8px, 18px);
    margin-bottom: clamp(60px, 6vw, 96px);
  }
  .inv_hero__gallery {
    margin-left: clamp(-96px, -5vw, -40px);
    margin-right: clamp(-96px, -5vw, -40px);
  }

  /* ===== 2. STATS ===== */
  .inv_stats__grid {
    padding: clamp(48px, 4vw, 80px) 0;
  }
  .inv_stat {
    padding: 0 clamp(28px, 3vw, 64px);
  }
  .inv_stat b,
  .inv_stat b em,
  .inv_stat b i {
    font-size: clamp(48px, 1.6vw + 29px, 80px);
  }
  .inv_stat b {
    margin-bottom: clamp(36px, 3.5vw, 64px);
  }
  .inv_stat > span {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
    max-width: 380px;
  }

  /* ===== 3. PROJECTS ===== */
  .inv_projects_title {
    padding: clamp(80px, 8vw, 160px) 0 0;
  }
  .inv_projects_title h1, .inv_projects_title h2 {
    font-size: clamp(50px, 1.7vw + 30px, 80px);
  }
  .inv_projects {
    padding: clamp(56px, 5vw, 96px) 0 0;
  }
  .inv_projects .buy_listing,
  .inv_projects .buy_listing--text-right {
    grid-template-columns: minmax(0, 1fr) clamp(540px, 45vw, 869px);
  }
  .inv_projects .buy_listing--text-right {
    grid-template-columns: clamp(540px, 45vw, 869px) minmax(0, 1fr);
  }
  .inv_projects .buy_listing__text {
    padding: clamp(48px, 5vw, 96px) clamp(48px, 5vw, 96px) clamp(48px, 5vw, 96px) 0;
  }
  .inv_projects .buy_listing--text-right .buy_listing__text {
    padding: clamp(48px, 5vw, 96px) 0 clamp(48px, 5vw, 96px) clamp(48px, 5vw, 96px);
  }
  .inv_projects .buy_listing__title {
    font-size: clamp(28px, 1vw + 16px, 44px);
  }
  .inv_projects .buy_listing__ref,
  .inv_projects .buy_listing__desc,
  .inv_projects .buy_listing__specs li {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }
  .inv_projects .buy_listing__price,
  .inv_projects .buy_listing__price em {
    font-size: clamp(32px, 1.2vw + 18px, 50px);
  }
  .inv_projects .buy_listing__btn {
    height: clamp(56px, 5vw, 80px);
    font-size: clamp(12px, 0.3vw + 7px, 16px);
  }
  .inv_projects .buy_listings__more {
    width: calc(100% - clamp(80px, 10vw, 192px));
    height: clamp(56px, 5vw, 80px);
    font-size: clamp(13px, 0.3vw + 8px, 18px);
  }

  /* ===== 4. AUDIENCE ===== */
  .inv_audience {
    padding: clamp(80px, 8vw, 160px) 0 0;
  }
  .inv_audience__title {
    font-size: clamp(50px, 1.7vw + 30px, 80px);
    margin: 0 auto clamp(36px, 4vw, 64px);
  }
  .inv_audience__tabs {
    gap: clamp(10px, 1vw, 16px);
    margin-bottom: clamp(48px, 5vw, 80px);
  }
  .inv_audience__tabs button,
  .inv_audience__sep {
    font-size: clamp(20px, 0.9vw + 10px, 36px);
  }
  .inv_audience__grid {
    grid-template-columns: clamp(380px, 30vw, 573px) minmax(0, 1fr);
  }
  .inv_audience__block {
    padding: clamp(36px, 4vw, 56px) clamp(28px, 3vw, 48px) clamp(36px, 4vw, 56px) 0;
  }
  .inv_audience__block h4 {
    font-size: clamp(18px, 0.7vw + 10px, 32px);
    margin-bottom: clamp(16px, 1.6vw, 24px);
  }
  .inv_audience__block p {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }

  /* ===== 5. LAND ===== */
  .inv_land {
    padding: clamp(80px, 8vw, 160px) 0 0;
  }
  .inv_land__head {
    margin-bottom: clamp(36px, 4vw, 64px);
  }
  .inv_land__title {
    font-size: clamp(50px, 1.7vw + 30px, 80px);
    margin-bottom: clamp(16px, 1.6vw, 24px);
  }
  .inv_land__subtitle {
    font-size: clamp(16px, 0.5vw + 9px, 25px);
    margin-bottom: clamp(20px, 2vw, 32px);
  }
  .inv_land__desc {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }
  .inv_land__photo {
    height: clamp(380px, 34vw, 650px);
    margin-bottom: clamp(48px, 5vw, 80px);
  }
  .inv_land__cols {
    column-gap: clamp(28px, 3vw, 56px);
  }
  .inv_land__steps > li {
    padding: clamp(18px, 1.8vw, 28px) 0;
  }
  .inv_land__steps h3 {
    font-size: clamp(20px, 0.7vw + 12px, 32px);
  }
  .inv_land__icon {
    width: clamp(28px, 2vw, 37px);
    height: clamp(28px, 2vw, 37px);
  }
  .inv_land__item-desc,
  .inv_land__benefit ul li {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }
  .inv_land__benefit b {
    font-size: clamp(12px, 0.2vw + 9px, 16px);
  }

  /* ===== 6. SERVICES ===== */
  .inv_services {
    padding: clamp(80px, 8vw, 160px) 0 0;
  }
  .inv_services__head {
    margin-bottom: clamp(36px, 4vw, 64px);
  }
  .inv_services__title {
    font-size: clamp(50px, 1.7vw + 30px, 80px);
    margin-bottom: clamp(20px, 2vw, 32px);
  }
  .inv_services__lead {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }
  .inv_svc {
    padding: clamp(28px, 3vw, 40px) clamp(16px, 1.6vw, 24px);
    min-height: clamp(560px, 50vw, 880px);
  }
  .inv_svc h3 {
    font-size: clamp(20px, 0.7vw + 12px, 32px);
    margin-bottom: clamp(20px, 2vw, 32px);
    min-height: clamp(84px, 7vw, 132px);
    height: clamp(84px, 7vw, 132px);
  }
  .inv_svc__photo {
    max-height: clamp(440px, 38vw, 700px);
  }
  .inv_svc:hover .inv_svc__photo {
    max-height: clamp(160px, 14vw, 240px);
  }
  .inv_svc__lead,
  .inv_svc__desc,
  .inv_svc ul li {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }
  .inv_services__cta {
    width: calc(100% - clamp(80px, 10vw, 192px));
    height: clamp(64px, 5vw, 96px);
    font-size: clamp(13px, 0.3vw + 8px, 18px);
    margin-top: clamp(40px, 4vw, 64px);
  }

  /* ===== 7. RISKS ===== */
  .inv_risks_block {
    padding: clamp(80px, 8vw, 160px) 0 0;
  }
  .inv_risks_block__header {
    margin-bottom: clamp(48px, 5vw, 80px);
  }
  .inv_risks_block__over {
    font-size: clamp(24px, 1vw + 12px, 44px);
  }
  .inv_risks_block__title {
    font-size: clamp(50px, 1.7vw + 30px, 80px);
    margin-bottom: clamp(20px, 2vw, 32px);
  }
  .inv_risks_block__lead {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }
  .inv_risks_block__grid {
    grid-template-rows: repeat(3, clamp(440px, 38vw, 702px));
    gap: clamp(14px, 1.4vw, 24px);
  }
  .inv_risks_block__cell--text {
    padding: clamp(60px, 7vw, 120px) clamp(12px, 1.2vw, 20px) clamp(28px, 3vw, 48px);
  }
  .inv_risks_block__cell--text h4 {
    font-size: clamp(28px, 1vw + 16px, 44px);
    margin-bottom: clamp(20px, 2vw, 36px);
  }
  .inv_risks_block__cell--text ul li {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }
  .inv_risks_block__link {
    font-size: clamp(20px, 0.7vw + 12px, 32px);
    padding-top: clamp(20px, 2vw, 32px);
  }
  .inv_risks_block__link i {
    width: clamp(28px, 2vw, 37px);
    height: clamp(28px, 2vw, 37px);
    font-size: clamp(16px, 0.5vw + 9px, 24px);
  }

  /* ===== 8. ABOUT INMOLUX ===== */
  .inv_about {
    padding: clamp(80px, 8vw, 160px) 0 0;
  }
  .inv_about__title {
    font-size: clamp(50px, 1.7vw + 30px, 80px);
    margin: 0 auto clamp(48px, 5vw, 80px);
  }
  .inv_about__cell {
    padding: clamp(28px, 3vw, 48px) clamp(20px, 2vw, 40px);
    min-height: clamp(280px, 22vw, 416px);
  }
  .inv_about__cell b,
  .inv_about__cell b i {
    font-size: clamp(48px, 1.6vw + 29px, 80px);
  }
  .inv_about__cell span {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }
  .inv_about__photo--small {
    min-height: clamp(280px, 22vw, 416px);
  }
  .inv_about__photo--big {
    min-height: clamp(560px, 44vw, 832px);
  }
  .inv_about__stack .inv_about__cell {
    min-height: clamp(280px, 22vw, 416px);
  }
  .inv_about__award {
    padding: clamp(28px, 3vw, 56px) clamp(20px, 2vw, 40px);
    min-height: clamp(180px, 15vw, 280px);
  }
  .inv_about__award h4 {
    font-size: clamp(28px, 1vw + 16px, 44px);
  }
  .inv_about__award p {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }

  /* ===== 9. FAQ ===== */
  .inv_faq {
    padding: clamp(80px, 8vw, 160px) 0 0;
  }
  .inv_faq__title {
    font-size: clamp(50px, 1.7vw + 30px, 80px);
    margin-bottom: clamp(48px, 5vw, 80px);
  }
  .inv_faq__list {
    margin: 0 0 clamp(36px, 4vw, 64px);
  }
  .inv_faq__list .buy_faq__head {
    padding: clamp(14px, 1.4vw, 18px) 0;
    gap: clamp(16px, 1.6vw, 24px);
  }
  .inv_faq__list .buy_faq__head span {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }
  .inv_faq__list .buy_faq__head i {
    width: clamp(22px, 1.7vw, 28px);
    height: clamp(22px, 1.7vw, 28px);
  }
  .inv_faq__list .buy_faq__body p {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
  }
  /* Smooth body open/close â€” replaces hard display:none toggle */
  .inv_faq__list .buy_faq__body {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                padding 0.4s ease,
                opacity 0.4s ease;
  }
  .inv_faq__list .buy_faq__item.is-open .buy_faq__body {
    max-height: 600px;
    opacity: 1;
    padding-bottom: 22px;
  }
  .inv_faq__outro {
    font-size: clamp(15px, 0.4vw + 9px, 22px);
    margin: 0 auto clamp(32px, 3vw, 48px);
  }
  .inv_faq__cta {
    width: calc(100% - clamp(80px, 10vw, 192px));
    height: clamp(64px, 5vw, 96px);
    font-size: clamp(15px, 0.4vw + 9px, 26px);
    margin: 0 auto clamp(80px, 8vw, 160px);
  }

  /* ===== 10. FINAL CTA ===== */
  .inv_cta {
    padding: clamp(80px, 8vw, 160px) 0;
  }
  .inv_cta__card {
    padding: clamp(56px, 6vw, 96px) clamp(40px, 4vw, 80px) clamp(48px, 5vw, 80px);
    max-width: clamp(880px, 67vw, 1280px);
  }
  .inv_cta__title {
    font-size: clamp(40px, 1.6vw + 22px, 80px);
    margin-bottom: clamp(20px, 2vw, 32px);
  }
  .inv_cta__sub {
    font-size: clamp(15px, 0.5vw + 9px, 25px);
    margin-bottom: clamp(36px, 4vw, 56px);
  }
  .inv_cta__form {
    gap: clamp(14px, 1.4vw, 24px);
  }
  .inv_cta__field select,
  .inv_cta__field .lux-select {
    height: clamp(56px, 4vw, 72px);
    font-size: clamp(13px, 0.3vw + 8px, 18px);
  }
  .inv_cta__tagline {
    font-size: clamp(13px, 0.3vw + 8px, 18px);
  }
  .inv_cta__submit {
    height: clamp(64px, 5vw, 80px);
    font-size: clamp(13px, 0.3vw + 8px, 18px);
  }
  .inv_cta__micro {
    font-size: clamp(11px, 0.2vw + 8px, 14px);
  }
}

/* =========================================================
   INVEST PROJECTS — teaser fade on the LAST card (matches the
   buy-page effect but anchors to :last-child instead of
   :nth-child(4), since the invest editor hand-picks 1–4 cards
   per section). The "Смотреть больше проектов" button overlaps
   the faded bottom of the last card with a negative margin-top,
   creating the "click to reveal" illusion.

   :not(:only-child) skips the effect when the editor selected
   just a single card — fading a single isolated card looks like
   a bug, not a teaser. The buy-page version hardcodes 4 cards so
   it never hits this case.
   ========================================================= */
.inv_projects_title + section.buy_listings.buy_listings--teaser .cat_listings__cards {
  position: relative;
}
.inv_projects_title + section.buy_listings.buy_listings--teaser .cat_listings__cards > article:last-child:not(:only-child) {
  max-height: 320px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 25%, rgba(0, 0, 0, 0.15) 85%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, #000 25%, rgba(0, 0, 0, 0.15) 85%, transparent 100%);
  margin-bottom: 0;
  border-bottom: 0 !important;
}
.inv_projects_title + section.buy_listings.buy_listings--teaser .buy_listings__more {
  position: relative;
  z-index: 5;
  margin-top: -180px !important;
}
@media (max-width: 1199px) {
  .inv_projects_title + section.buy_listings.buy_listings--teaser .cat_listings__cards > article:last-child:not(:only-child) {
    max-height: 260px;
  }
  .inv_projects_title + section.buy_listings.buy_listings--teaser .buy_listings__more {
    margin-top: -140px !important;
  }
}
@media (max-width: 767px) {
  .inv_projects_title + section.buy_listings.buy_listings--teaser .cat_listings__cards > article:last-child:not(:only-child) {
    max-height: 200px;
  }
  .inv_projects_title + section.buy_listings.buy_listings--teaser .buy_listings__more {
    margin-top: -110px !important;
  }
}

/* =========================================================
   MOBILE READABILITY BUMP (<= 768px)
   Editor request: phone-sized copy was too small (11–13px Inter).
   This block bumps body / FAQ / land paragraphs by ~30%, centers
   the 3 award cards (LPA / Andalucía / EU Property Awards) which
   were left-aligned between 481–768px, and keeps the existing
   margin rhythm so larger text doesn't collide with neighbours.

   Placed at the END of the file (after every other @media block)
   on purpose — it overrides both the main 768px block above AND
   the 480px / 360px blocks for the shared properties, so a single
   set of rules covers all phone widths.
   ========================================================= */
@media (max-width: 768px) {

  /* ----- Awards (about row 3) — center all 3 cards ----- */
  .inv_about__row--3 .inv_about__award { text-align: center; }
  .inv_about__row--3 .inv_about__award h4,
  .inv_about__row--3 .inv_about__award p { text-align: center; }

  /* ----- LAND section (от земли до продажи) — +30% on every text
           layer + extra breathing room so the bigger lines don't
           crash into adjacent rows. ----- */
  .inv_land__title { font-size: 36px; line-height: 110%; margin-bottom: 14px; }
  .inv_land__subtitle { font-size: 17px; line-height: 130%; margin-bottom: 16px; }
  .inv_land__desc { font-size: 16px; line-height: 145%; }
  .inv_land__desc-lead { font-size: 18px; line-height: 130%; margin-bottom: 10px; }
  .inv_land__desc-rest { font-size: 16px; line-height: 145%; }
  .inv_land__steps > li { padding: 18px 0; }
  .inv_land__steps h3 { font-size: 18px; line-height: 125%; }
  .inv_land__item-desc { font-size: 16px; line-height: 145%; margin: 12px 0 16px; }
  .inv_land__benefit b { font-size: 12px; letter-spacing: 0.18em; margin-bottom: 8px; }
  .inv_land__benefit ul { gap: 8px; }
  .inv_land__benefit ul li { font-size: 16px; line-height: 140%; padding-left: 14px; }
  .inv_land__more { font-size: 14px; }

  /* ----- FAQ — +30% on heading, questions, answers, outro ----- */
  .inv_faq__title { font-size: 36px; line-height: 110%; margin-bottom: 28px; }
  .inv_faq__list .buy_faq__head { padding: 14px 0; }
  .inv_faq__list .buy_faq__head span { font-size: 14px; line-height: 130%; letter-spacing: 0.05em; }
  .inv_faq__list .buy_faq__body { padding: 0 0 16px; }
  .inv_faq__list .buy_faq__body p { font-size: 16px; line-height: 145%; }
  .inv_faq__outro { font-size: 16px; line-height: 145%; margin: 0 auto 24px; }
  .inv_faq__cta { font-size: 14px; letter-spacing: 0.06em; }

  /* ----- HERO / SECTION HEADERS / GENERIC p — +30% so body copy
           on phones reads at a comfortable size. Headings stay at
           their existing sizes (already large enough). ----- */
  .inv_hero__subtitle { font-size: 17px; line-height: 130%; }
  .inv_audience__block p { font-size: 14px; line-height: 145%; }
  .inv_services__lead { font-size: 16px; line-height: 145%; }
  .inv_svc h3 { font-size: 18px; line-height: 125%; }
  .inv_svc ul li { font-size: 14px; line-height: 135%; padding-left: 14px; }
  .inv_svc__lead { font-size: 16px; }
  .inv_svc__desc { font-size: 14px; line-height: 135%; }
  .inv_risks_block__over { font-size: 16px; }
  .inv_risks_block__lead { font-size: 16px; line-height: 145%; }
  .inv_risks_block__cell--text ul li { font-size: 13px; line-height: 135%; padding-left: 12px; }
  .inv_risks_block__link { font-size: 16px; }
  .inv_about__cell span { font-size: 13px; line-height: 145%; }
  .inv_about__award p { font-size: 13px; line-height: 145%; }
  .inv_cta__sub { font-size: 16px; line-height: 145%; }
  .inv_cta__micro { font-size: 13px; line-height: 140%; }
}

/* =========================================================
   RISKS BLOCK — mobile reflow (<= 768px)
   Editor request: stack the 3 risk text cells with one photo
   between each, centered. Visible order:
     1. Legal risks (text + centered bullets) + "Cómo reducimos…" link (left)
     2. Coastal panorama photo
     3. Financial reducimos text (centered) + "Riesgos financieros" link (left)
     4. Villa photo
     5. Operational risks text (centered) + link (left)
     6. Thin horizontal separator (replacing the 4th photo)

   Hides the modern + aerial photos so only 2 photos remain
   between the 3 text blocks. Overrides every earlier mobile
   block (768/480/360) by virtue of being last in source order.
   ========================================================= */
@media (max-width: 768px) {
  .inv_risks_block__grid {
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
    grid-template-rows: none !important;
    grid-template-columns: none !important;
  }
  /* Re-show photos that the <=480 block hides; we want them visible
     on phones at the editor's request. */
  .inv_risks_block__cell--photo { display: block !important; }

  /* Visible order. HTML source: 1=legal text, 2=coastal photo,
     3=villa photo, 4=modern photo, 5=financial text, 6=operational
     text, 7=aerial photo. */
  .inv_risks_block__grid > :nth-child(1) { order: 1; }
  .inv_risks_block__grid > :nth-child(2) { order: 2; } /* coastal */
  .inv_risks_block__grid > :nth-child(5) { order: 3; } /* financial text */
  .inv_risks_block__grid > :nth-child(3) { order: 4; } /* villa */
  .inv_risks_block__grid > :nth-child(6) { order: 5; } /* operational text */
  .inv_risks_block__grid > :nth-child(4),
  .inv_risks_block__grid > :nth-child(7) { display: none !important; }

  /* Center text cells. The link inside stays left-aligned —
     it's the "Cómo reducimos el riesgo" / "Riesgos financieros"
     CTA that the editor asked to keep left. */
  .inv_risks_block__cell--text {
    text-align: center;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 0;
  }
  .inv_risks_block__cell--text h4 {
    text-align: center;
    width: 100%;
    margin: 0 0 14px;
  }
  /* Centered list block, but each bullet line remains left-aligned
     so the dots and text read naturally. */
  .inv_risks_block__cell--text ul {
    display: inline-block;
    text-align: left;
    margin: 0 auto 14px;
    padding: 0;
    list-style: none;
  }
  .inv_risks_block__link {
    align-self: flex-start;
    text-align: left;
    margin-top: 0;
  }

  /* Photos: full width, sensible aspect on phones. */
  .inv_risks_block__cell--photo {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    margin: 18px 0;
  }
  .inv_risks_block__cell--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* The last text cell (operational risks) gets a thin separator
     line beneath it — replaces the 4th photo the editor asked to
     remove. */
  .inv_risks_block__grid > :nth-child(6) {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 28px;
    margin-bottom: 24px;
  }
}

/* =========================================================
   RISKS BLOCK — tablet/laptop range (769–1200px)
   Editor request: at this range the 3-column grid keeps the
   text cells but the narrow columns made the "CÓMO REDUCIMOS
   EL RIESGO" h4 wrap to 4 lines and the bullets/title were
   left-aligned which looked unbalanced. Center the cell
   contents and use clamp() so h4 scales smoothly between
   ~18px at 770 and 28px at 1200, keeping the heading on 2
   lines max.
   ========================================================= */
@media (min-width: 769px) and (max-width: 1200px) {
  .inv_risks_block__cell--text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .inv_risks_block__cell--text h4 {
    font-size: clamp(18px, 2.3vw, 28px);
    line-height: 120%;
    margin-bottom: clamp(14px, 1.6vw, 24px);
    width: 100%;
    text-align: center;
  }
  /* Centered list block — bullets stay readable thanks to the
     inline-block + text-align:left flip. */
  .inv_risks_block__cell--text ul {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
  }
  .inv_risks_block__cell--text ul li {
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 135%;
  }
  /* Link CTA stays at the bottom-left of the cell so it doesn't
     visually compete with the centered headline. */
  .inv_risks_block__link {
    align-self: flex-start;
    text-align: left;
    font-size: clamp(15px, 1.6vw, 22px);
    padding-top: clamp(14px, 1.6vw, 24px);
  }
}

/* Mobile investment hero: hide photos on phones/tablets. */
@media (max-width: 768px) {
  .inv_hero__gallery {
    display: none !important;
  }
}

/* =========================================================
   AUDIENCE — synced tabs + mobile/tablet card swiper
   Desktop keeps a single active content panel; <=1199px turns the
   three audiences into large swipeable cards.
   ========================================================= */
.inv_audience__slider {
  border-top: 1.6px solid #E1E1E1;
  overflow: hidden;
}
.inv_audience__grid.swiper-wrapper {
  display: block;
  transform: none;
  border-top: 0;
}
.inv_audience__slider .inv_audience__slide {
  display: none;
  grid-template-columns: clamp(380px, 30vw, 573px) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  width: 100%;
  height: clamp(420px, 31vw, 635px);
}
.inv_audience__slider .inv_audience__slide.is-active {
  display: grid;
  animation: invAudiencePanelIn .28s ease-out both;
}
.inv_audience__block {
  grid-column: 1;
  padding: 56px 48px 56px 0;
  border-right: 1.6px solid #E1E1E1;
  border-bottom: 1.6px solid #E1E1E1;
}
.inv_audience__block--req {
  grid-row: 1;
}
.inv_audience__block--res {
  grid-row: 2;
  border-bottom: 0;
}
.inv_audience__photo {
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 100%;
  min-height: 0;
}
.inv_audience__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes invAudiencePanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .inv_audience {
    padding-bottom: 42px !important;
  }
  .inv_audience .container {
    max-width: none !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .inv_audience__title {
    padding: 0 30px;
  }
  .inv_audience__tabs {
    padding: 0 30px;
    margin-bottom: 34px !important;
  }
  .inv_audience__slider {
    border-top: 0 !important;
    overflow: hidden !important;
    padding: 0 8vw 0 30px;
  }
  .inv_audience__grid.swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    transform: translate3d(0, 0, 0);
    border-top: 0 !important;
    gap: 0 !important;
  }
  .inv_audience__slide,
  .inv_audience__slide.is-active {
    display: flex !important;
    flex-direction: column !important;
    width: min(78vw, 720px) !important;
    max-width: min(78vw, 720px) !important;
    height: auto !important;
    min-height: 720px;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    z-index: auto !important;
    border: 1px solid #E1E1E1;
    background: #FFFFFF;
    overflow: hidden;
  }
  .inv_audience__block {
    width: 100%;
    padding: 30px 28px;
    border-right: 0 !important;
    border-bottom: 1px solid #E1E1E1;
    text-align: center;
  }
  .inv_audience__block br {
    display: none !important;
  }
  .inv_audience__block--req {
    order: 1;
  }
  .inv_audience__photo {
    order: 2;
    aspect-ratio: auto;
    width: 100%;
    min-height: 0;
    height: clamp(360px, 46vw, 560px) !important;
    border-bottom: 1px solid #E1E1E1;
  }
  .inv_audience__photo img {
    height: 100%;
    aspect-ratio: auto;
  }
  .inv_audience__block--res {
    order: 3;
    border-bottom: 0 !important;
  }
  .inv_audience__block h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 120%;
    letter-spacing: 0.12em !important;
    color: #010101 !important;
    margin-bottom: 14px !important;
  }
  .inv_audience__block p {
    font-size: clamp(15px, 1.8vw, 18px) !important;
    line-height: 145% !important;
  }
}

@media (max-width: 768px) {
  .inv_audience__slider {
    padding: 0 10vw 0 30px;
  }
  .inv_audience__slide,
  .inv_audience__slide.is-active {
    width: 86vw !important;
    max-width: 86vw !important;
    min-height: 640px;
  }
  .inv_audience__photo {
    height: clamp(340px, 94vw, 540px) !important;
  }
  .inv_audience__block {
    padding: 28px 20px;
  }
}

@media (max-width: 480px) {
  .inv_audience {
    padding-bottom: 32px !important;
  }
  .inv_audience__title {
    padding: 0 16px;
  }
  .inv_audience__tabs {
    padding: 0 16px;
    margin-bottom: 24px !important;
  }
  .inv_audience__slider {
    padding: 0 9vw 0 16px;
  }
  .inv_audience__block p {
    font-size: 14px !important;
  }
}

/* Services cards reuse the large mobile card rhythm from the audience block. */
@media (max-width: 1199px) {
  .inv_services {
    padding-bottom: 42px !important;
  }
  .inv_services .container {
    max-width: none !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .inv_services__head {
    padding: 0 30px !important;
  }
  .inv_services__grid {
    border: 0 !important;
    gap: 16px !important;
    padding: 0 8vw 0 30px !important;
    scroll-snap-type: x mandatory;
  }
  .inv_svc {
    flex: 0 0 min(78vw, 720px) !important;
    width: min(78vw, 720px) !important;
    max-width: min(78vw, 720px) !important;
    min-height: 720px !important;
    padding: 0 !important;
    border: 1px solid #E1E1E1 !important;
    background: #FFFFFF;
    overflow: hidden;
    scroll-snap-align: start;
  }
  .inv_svc:last-child {
    border-right: 1px solid #E1E1E1 !important;
  }
  .inv_svc h3 {
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 30px 28px !important;
    border-bottom: 1px solid #E1E1E1;
    align-items: center;
  }
  .inv_svc__photo,
  .inv_svc:hover .inv_svc__photo {
    width: 100%;
    height: clamp(360px, 46vw, 560px) !important;
    max-height: none !important;
    margin: 0 !important;
    border-bottom: 1px solid #E1E1E1;
  }
  .inv_svc ul {
    margin: 0 !important;
    padding: 28px 28px 30px !important;
    gap: 10px !important;
  }
  .inv_svc__lead {
    margin: 0 !important;
    padding: 28px 28px 0 !important;
  }
  .inv_svc__desc {
    margin: 0 !important;
    padding: 28px 28px 30px !important;
  }
  .inv_svc__lead + .inv_svc__desc {
    padding-top: 12px !important;
  }
  .inv_svc ul li,
  .inv_svc__desc {
    font-size: clamp(15px, 1.8vw, 18px) !important;
    line-height: 145% !important;
  }
  .inv_svc__lead {
    font-size: clamp(17px, 2vw, 22px) !important;
    line-height: 130% !important;
  }
}

@media (max-width: 768px) {
  .inv_services__grid {
    gap: 12px !important;
    padding: 0 10vw 0 30px !important;
  }
  .inv_svc {
    flex-basis: 86vw !important;
    width: 86vw !important;
    max-width: 86vw !important;
    min-height: 640px !important;
  }
  .inv_svc h3 {
    padding: 28px 20px !important;
  }
  .inv_svc__photo,
  .inv_svc:hover .inv_svc__photo {
    height: clamp(340px, 94vw, 540px) !important;
  }
  .inv_svc ul {
    padding: 28px 20px !important;
  }
  .inv_svc__lead {
    padding: 28px 20px 0 !important;
  }
  .inv_svc__desc {
    padding: 28px 20px !important;
  }
  .inv_svc__lead + .inv_svc__desc {
    padding-top: 12px !important;
  }
}

@media (max-width: 480px) {
  .inv_services__head {
    padding: 0 16px !important;
  }
  .inv_services__grid {
    padding: 0 9vw 0 16px !important;
  }
  .inv_svc h3 {
    font-size: 18px !important;
  }
  .inv_svc ul li,
  .inv_svc__desc {
    font-size: 14px !important;
  }
}

/* Investment page must not pan horizontally on touch devices. This file loads
   after style.css, so the clamp has to live here as the final page override. */
html:has(.big_block_home--invest) {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
  overscroll-behavior-x: none;
}

body:has(.big_block_home--invest),
body.page-template-page-invest,
body.page-template-page-invest-php {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
  overscroll-behavior-x: none;
}

body:has(.big_block_home--invest) .wrapper,
body.page-template-page-invest .wrapper,
body.page-template-page-invest-php .wrapper {
  width: 100%;
  min-width: 0 !important;
  max-width: 100% !important;
  border-left: 0 !important;
  border-right: 0 !important;
  position: relative;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.page-template-page-invest .wrapper::before,
body.page-template-page-invest .wrapper::after,
body.page-template-page-invest-php .wrapper::before,
body.page-template-page-invest-php .wrapper::after {
  content: none !important;
  display: none !important;
}

html:has(.big_block_home--invest),
body:has(.big_block_home--invest),
body.page-template-page-invest,
body.page-template-page-invest-php {
  overflow-x: clip !important;
}

body:has(.big_block_home--invest) .big_block_home--invest,
body:has(.big_block_home--invest) .inv_hero,
body:has(.big_block_home--invest) .inv_stats,
body:has(.big_block_home--invest) .inv_projects_title,
body:has(.big_block_home--invest) .buy_listings--teaser,
body:has(.big_block_home--invest) .inv_audience,
body:has(.big_block_home--invest) .marbella_solutions_wealth_impact,
body:has(.big_block_home--invest) .inv_services,
body:has(.big_block_home--invest) .inv_risks_block,
body:has(.big_block_home--invest) .inv_about,
body:has(.big_block_home--invest) .inv_faq,
body:has(.big_block_home--invest) .inv_cta,
body.page-template-page-invest .big_block_home--invest,
body.page-template-page-invest .inv_hero,
body.page-template-page-invest .inv_stats,
body.page-template-page-invest .inv_projects_title,
body.page-template-page-invest .buy_listings--teaser,
body.page-template-page-invest .inv_audience,
body.page-template-page-invest .marbella_solutions_wealth_impact,
body.page-template-page-invest .inv_services,
body.page-template-page-invest .inv_risks_block,
body.page-template-page-invest .inv_about,
body.page-template-page-invest .inv_faq,
body.page-template-page-invest .inv_cta,
body.page-template-page-invest-php .big_block_home--invest,
body.page-template-page-invest-php .inv_hero,
body.page-template-page-invest-php .inv_stats,
body.page-template-page-invest-php .inv_projects_title,
body.page-template-page-invest-php .buy_listings--teaser,
body.page-template-page-invest-php .inv_audience,
body.page-template-page-invest-php .marbella_solutions_wealth_impact,
body.page-template-page-invest-php .inv_services,
body.page-template-page-invest-php .inv_risks_block,
body.page-template-page-invest-php .inv_about,
body.page-template-page-invest-php .inv_faq,
body.page-template-page-invest-php .inv_cta {
  max-width: 100% !important;
  overflow-x: clip !important;
}

body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling,
body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene {
  max-width: 100% !important;
  overflow-x: clip !important;
}

/* Keep the scene captions readable over bright sky and landscape frames.
   Match the dark glass treatment used by the service card below. */
body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling:not(.solutions_scrollytelling--preview) .storytelling_scene__topnote__text,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling:not(.solutions_scrollytelling--preview) .storytelling_scene__topnote__text,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling:not(.solutions_scrollytelling--preview) .storytelling_scene__topnote__text {
  box-sizing: border-box !important;
  padding: clamp(14px, 1.8vw, 20px) clamp(18px, 2.4vw, 26px) !important;
  background: rgba(10, 14, 16, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 6px !important;
  -webkit-backdrop-filter: blur(12px) saturate(130%) !important;
  backdrop-filter: blur(12px) saturate(130%) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28) !important;
}

/* Keep the investment scrollytelling sticky. Horizontal clipping belongs on
   html/body only; clipping .wrapper or the scrollytelling section creates a
   scroll container and breaks the pinned scene. */
body:has(.big_block_home--invest) .wrapper,
body.page-template-page-invest .wrapper,
body.page-template-page-invest-php .wrapper {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling {
  max-width: 100% !important;
  overflow: visible !important;
}

body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling > .container {
  overflow: hidden !important;
}

@media (max-width: 699px) {
  body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
  body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
  body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
  body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: none !important;
  }

  body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling > .container {
    position: sticky !important;
    top: 0 !important;
  }

  body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body:has(.big_block_home--invest) .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene__base--mobile,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene__base--mobile,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene__base--mobile {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* Investment mobile scrollytelling fallback without :has().
   Keep this as the last block: Firefox/devtools can invalidate mixed selector
   lists containing :has(), so page-template selectors must stand alone. */
body.page-template-page-invest,
body.page-template-page-invest-php,
body.is-invest-page {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
  overscroll-behavior-x: none;
}

body.page-template-page-invest .wrapper,
body.page-template-page-invest-php .wrapper,
body.is-invest-page .wrapper {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

body.page-template-page-invest .wrapper::before,
body.page-template-page-invest .wrapper::after,
body.page-template-page-invest-php .wrapper::before,
body.page-template-page-invest-php .wrapper::after,
body.is-invest-page .wrapper::before,
body.is-invest-page .wrapper::after {
  content: none !important;
  display: none !important;
}

body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling,
body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 600vh !important;
  overflow: visible !important;
}

body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling > .container {
  position: sticky !important;
  top: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 100vh !important;
  min-height: 100vh !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: none !important;
}

body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
}

body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene__base--mobile,
body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene__base--mobile,
body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene__base--mobile {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 699px) {
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling,
  body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 600vh !important;
    overflow: visible !important;
    background: #101513 !important;
  }

  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling > .container,
  body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling > .container {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #101513 !important;
  }

  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
  body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .about_block,
  body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .descriptions_texts_img_group,
  body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: none !important;
  }

  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene,
  body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .img_marbella,
  body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene {
    position: absolute !important;
    inset: 0 !important;
    overflow: hidden !important;
    background: #101513 !important;
  }

  body.page-template-page-invest .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene__base--mobile,
  body.page-template-page-invest-php .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene__base--mobile,
  body.is-invest-page .marbella_solutions_wealth_impact.solutions_scrollytelling .storytelling_scene__base--mobile {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* =========================================================
   Investment final-CTA form — match the HOME inquiry layout
   (.marbella_real_estate_inquiry_block ... form).

   Home keeps the four fields in a 2×2 grid at every width and
   only stacks to a single column on very narrow phones (≤360px).
   Earlier rules in this file collapsed it to one column at ≤768
   and again at ≤480 — that's why it still looked "stacked by
   lines" on mobile. Force the 2×2 grid here (last in the file,
   so it wins) and stack only at ≤360, exactly like home.
   ========================================================= */
.inv_cta__form {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 24px 20px;
}
/* Neutralise the mobile field-reorder hack so the order matches home. */
.inv_cta__form > .inv_cta__field { order: 0 !important; }
/* Tablet / mobile: keep 2×2, just tighten gaps and give the
   selects a generous tap height so it reads "big", not cramped. */
@media (max-width: 768px) {
  .inv_cta__form { gap: 16px; }
  .inv_cta__field select,
  .inv_cta__field .lux-select { height: 56px; font-size: 16px; }
}
@media (max-width: 600px) {
  .inv_cta__form { gap: 12px; }
  .inv_cta__field select,
  .inv_cta__field .lux-select { height: 50px; }
}
/* Very narrow phones only — single column, same as home's ≤360 rule. */
@media (max-width: 360px) {
  .inv_cta__form { grid-template-columns: 1fr !important; gap: 10px; }
}
