:root {
  color-scheme: dark;
  --paper: #0d1013;
  --panel: #151a1f;
  --panel-soft: #1d2329;
  --ink: #f6f2e9;
  --muted: #a8b0b7;
  --line: rgba(246, 242, 233, 0.14);
  --blue: #8db7d4;
  --green: #8eb9a4;
  --gold: #d6b574;
  --mist: rgba(255, 255, 255, 0.72);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% -10%, rgba(214, 181, 116, 0.12), transparent 34%),
    linear-gradient(180deg, #0d1013, #101418 38%, #0d1013);
  color: var(--ink);
  letter-spacing: 0;
  overflow-x: hidden;
}

main,
section,
.hero-content,
.section-heading,
.intro-grid,
.route-card,
.trust-card,
.advantage-card,
.state-card,
.option-card {
  min-width: 0;
}

body.modal-lock {
  overflow: hidden;
}

button,
a {
  font: inherit;
}

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

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.topbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(16, 20, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  left: 50%;
  max-width: 1180px;
  padding: 8px 10px 8px 14px;
  position: fixed;
  top: 18px;
  transform: translateX(-50%);
  transition: box-shadow 0.3s ease, background 0.3s ease;
  width: min(1180px, calc(100% - 56px));
  z-index: 8500;
}

.topbar.scrolled {
  background: rgba(16, 20, 24, 0.9);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.brand {
  align-items: center;
  display: flex;
  gap: 10px;
  min-height: 44px;
  white-space: nowrap;
}

.brand span {
  align-items: center;
  background: rgba(214, 181, 116, 0.12);
  border: 1px solid rgba(214, 181, 116, 0.62);
  border-radius: 0;
  color: var(--gold);
  display: grid;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 650;
  height: 34px;
  place-items: center;
  width: 34px;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.brand small {
  color: rgba(214, 181, 116, 0.78);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 14px;
}

.topbar:not(.state-topbar) nav {
  flex: 1 1 300px;
  justify-content: center;
}

.topbar:not(.state-topbar) nav a {
  justify-content: center;
  min-width: 140px;
}

nav a,
.brief-link {
  align-items: center;
  color: rgba(246, 242, 233, 0.72);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  min-height: 44px;
  pointer-events: auto;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.language-toggle {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  display: flex;
  padding: 3px;
}

.language-toggle button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: rgba(246, 242, 233, 0.58);
  cursor: pointer;
  font-size: 11px;
  font-weight: 760;
  height: 44px;
  min-width: 44px;
  padding: 0 8px;
}

.language-toggle button.active {
  background: rgba(246, 242, 233, 0.94);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
  color: #11161a;
}

.brief-link {
  background: var(--gold);
  border: 1px solid rgba(214, 181, 116, 0.78);
  border-radius: 0;
  color: #101418;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  min-height: 44px;
  padding: 10px 14px;
  white-space: nowrap;
}

.header-contact-buttons {
  align-items: center;
  display: flex;
  gap: 6px;
}

.header-messenger {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(246, 242, 233, 0.86);
  display: inline-flex;
  font-size: 10px;
  font-weight: 750;
  gap: 6px;
  min-height: 44px;
  min-width: 44px;
  padding: 0 10px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.header-messenger:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(214, 181, 116, 0.56);
  color: white;
}

.header-messenger svg {
  fill: currentColor;
  height: 14px;
  width: 14px;
}

@media (max-width: 1300px) {
  .topbar {
    gap: 8px;
  }

  .topbar nav {
    gap: 10px;
  }

  .header-messenger span {
    display: none;
  }

  .header-messenger {
    justify-content: center;
    padding: 0;
    width: 36px;
  }

  .brief-link {
    font-size: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.hero {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 900px;
  overflow: hidden;
  padding: clamp(108px, 12vh, 126px) max(18px, calc((100vw - 1240px) / 2)) 64px;
  position: relative;
}

.hero-bg {
  display: block;
  filter: saturate(1.08) contrast(1.04);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.82;
  position: absolute;
  transform: scale(1.02);
  width: 100%;
  z-index: 0;
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 18%, rgba(214, 181, 116, 0.13), transparent 26%),
    linear-gradient(90deg, rgba(5, 8, 9, 0.78), rgba(8, 18, 25, 0.32) 48%, rgba(8, 18, 25, 0.22)),
    linear-gradient(180deg, transparent 58%, var(--paper));
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-stage {
  align-items: start;
  display: grid;
  gap: clamp(20px, 2.4vw, 36px);
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-content {
  color: white;
  max-width: none;
  padding: clamp(24px, 2.4vw, 34px) clamp(22px, 3vw, 40px) clamp(28px, 2.6vw, 38px);
  position: relative;
  isolation: isolate;
  z-index: 2;
}

.hero-content::before {
  background:
    radial-gradient(ellipse at 36% 46%, rgba(3, 8, 11, 0.98) 0%, rgba(4, 10, 14, 0.91) 44%, rgba(5, 12, 16, 0.62) 68%, transparent 100%);
  content: "";
  filter: blur(18px);
  inset: -42px 26px -44px -58px;
  opacity: 0.96;
  position: absolute;
  z-index: -1;
}

.hero-content::after {
  background: radial-gradient(ellipse at center, rgba(214, 181, 116, 0.42), rgba(214, 181, 116, 0.08) 48%, transparent 75%);
  content: "";
  height: 14px;
  left: 5%;
  opacity: 0.68;
  position: absolute;
  right: 46%;
  top: 9px;
  z-index: -1;
}

.property-carousel {
  align-self: center;
  background: rgba(6, 10, 13, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  color: white;
  min-width: 0;
  padding: 5px;
  position: relative;
  z-index: 3;
}

.hero-property-stack {
  align-self: start;
  display: grid;
  gap: 14px;
  min-width: 0;
  width: 100%;
}

.property-carousel-gulf {
  border-color: rgba(0, 0, 0, 0.78);
}

.property-carousel-head {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 5px 4px 9px;
}

.property-carousel-head span {
  color: rgba(246, 242, 233, 0.7);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.property-carousel-head em {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-left: 3px;
  text-transform: uppercase;
}

.property-carousel-head strong {
  color: rgba(246, 242, 233, 0.76);
  font-size: 11px;
  font-weight: 650;
  text-align: right;
}

.property-carousel-viewport {
  min-height: 224px;
  overflow: hidden;
  position: relative;
}

.property-slide {
  background:
    linear-gradient(180deg, rgba(5, 9, 11, 0.04) 16%, rgba(5, 9, 11, 0.88) 82%),
    var(--property-image) center/cover;
  display: none;
  inset: 0;
  min-height: 224px;
  overflow: hidden;
  position: absolute;
}

.property-slide.active {
  animation: propertyReveal 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.property-slide-copy {
  bottom: 0;
  left: 0;
  padding: 14px 16px 15px;
  position: absolute;
  right: 0;
}

.property-market-label {
  align-items: center;
  color: white;
  display: flex;
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 620;
  gap: 8px;
  line-height: 1;
  margin-bottom: 9px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.property-market-label strong {
  color: var(--gold);
  font-size: 1.16em;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.property-carousel-gulf .property-market-label {
  font-size: clamp(14px, 1.25vw, 17px);
  gap: 6px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.property-carousel-gulf .property-market-label strong {
  font-size: 1em;
  letter-spacing: -0.025em;
}

.property-carousel-gulf .property-market-flag {
  height: 21px;
  width: 30px;
}

.property-market-flag {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.56));
  flex: 0 0 auto;
  height: 24px;
  object-fit: cover;
  width: 34px;
}

.property-slide-copy > span {
  background: var(--gold);
  color: #101418;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  padding: 5px 7px;
  text-transform: uppercase;
}

.property-slide h2 {
  color: white;
  font-family: var(--serif);
  font-size: clamp(23px, 2vw, 29px);
  line-height: 1;
  margin-bottom: 5px;
  text-wrap: balance;
}

.property-slide p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  margin-bottom: 9px;
}

.property-slide a {
  align-items: center;
  background: rgba(5, 9, 11, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: white;
  display: inline-flex;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  min-height: 44px;
  padding: 8px 10px;
  text-transform: uppercase;
  transition:
    background-color 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.property-slide a:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
  color: #101418;
}

@media (hover: hover) {
  .property-slide a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #101418;
  }
}

.property-carousel-controls {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 44px 1fr 44px;
  padding-top: 8px;
}

.property-carousel-controls > button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: white;
  cursor: pointer;
  height: 44px;
}

.property-carousel-dots {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
}

.property-carousel-dots button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 44px;
  padding: 0;
  position: relative;
  width: 36px;
}

.property-carousel-dots button::after {
  background: rgba(255, 255, 255, 0.28);
  content: "";
  height: 3px;
  inset: 50% 0 auto;
  position: absolute;
  transform: translateY(-50%);
  transition: background 0.2s ease, inset 0.2s ease;
}

.property-carousel-dots button.active {
  width: 44px;
}

.property-carousel-dots button.active::after {
  background: var(--gold);
}

@keyframes propertyReveal {
  from {
    clip-path: inset(0 12% 0 0);
    opacity: 0.3;
    transform: scale(1.025);
  }
  to {
    clip-path: inset(0);
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .property-slide.active {
    animation: none;
  }
}

/* Hero brush studies: switch the class on <body> to compare directions. */
.brush-variant-2 .hero-content::before {
  background:
    radial-gradient(ellipse at 18% 24%, rgba(214, 181, 116, 0.18), transparent 34%),
    linear-gradient(98deg, rgba(5, 10, 13, 0.98) 0%, rgba(7, 15, 19, 0.94) 56%, rgba(11, 24, 28, 0.68) 84%, transparent 100%);
  clip-path: polygon(
    0 9%, 8% 4%, 17% 8%, 29% 2%, 41% 7%, 55% 3%, 68% 6%, 81% 1%, 94% 8%, 100% 14%,
    97% 22%, 100% 29%, 98% 37%, 100% 45%, 97% 54%, 99% 62%, 96% 70%, 99% 78%, 94% 88%,
    81% 94%, 69% 91%, 56% 98%, 43% 92%, 31% 97%, 18% 91%, 7% 96%, 0 89%,
    3% 80%, 0 71%, 2% 61%, 0 51%, 3% 42%, 0 32%, 2% 21%
  );
  inset: -14px -58px -20px -36px;
  transform: rotate(-0.55deg);
}

.brush-variant-2 .hero-content::after {
  background: linear-gradient(90deg, transparent, rgba(214, 181, 116, 0.72) 14%, rgba(214, 181, 116, 0.16) 68%, transparent);
  height: 2px;
  left: 7%;
  opacity: 0.66;
  right: 22%;
  top: 15px;
}

.brush-variant-3 .hero-content::before {
  background:
    radial-gradient(ellipse at 12% 18%, rgba(214, 181, 116, 0.17), transparent 30%),
    linear-gradient(112deg, rgba(4, 9, 12, 0.98), rgba(7, 17, 21, 0.95) 60%, rgba(10, 27, 31, 0.72) 88%, transparent);
  clip-path: polygon(
    2% 2%, 19% 6%, 37% 1%, 58% 5%, 78% 0, 100% 10%,
    95% 27%, 99% 43%, 93% 58%, 97% 76%, 88% 96%,
    68% 91%, 49% 99%, 31% 93%, 12% 98%, 0 87%,
    5% 69%, 1% 51%, 6% 32%, 0 16%
  );
  inset: -24px -22px -10px -38px;
  transform: rotate(-1.8deg);
}

.brush-variant-3 .hero-content::after {
  background:
    radial-gradient(ellipse at 22% 50%, rgba(238, 204, 134, 0.42), transparent 34%),
    linear-gradient(94deg, rgba(188, 145, 70, 0.38), rgba(214, 181, 116, 0.19) 58%, transparent 94%);
  clip-path: polygon(0 24%, 16% 10%, 35% 18%, 55% 5%, 76% 14%, 100% 0, 96% 74%, 78% 88%, 58% 78%, 39% 96%, 18% 82%, 3% 100%);
  height: 74px;
  left: -5%;
  opacity: 0.82;
  right: 5%;
  top: auto;
  bottom: -28px;
  transform: rotate(2.2deg);
}

.brush-variant-4 .hero-content::before {
  background:
    radial-gradient(ellipse at 15% 22%, rgba(214, 181, 116, 0.22), transparent 31%),
    radial-gradient(ellipse at 62% 44%, rgba(8, 19, 23, 0.96) 0%, rgba(5, 11, 14, 0.94) 48%, rgba(5, 11, 14, 0.72) 73%, transparent 100%);
  clip-path: none;
  inset: -54px -86px -48px -78px;
  -webkit-mask-image:
    radial-gradient(ellipse 73% 57% at 42% 48%, #000 48%, rgba(0, 0, 0, 0.92) 64%, transparent 100%);
  mask-image:
    radial-gradient(ellipse 73% 57% at 42% 48%, #000 48%, rgba(0, 0, 0, 0.92) 64%, transparent 100%);
  transform: rotate(-0.8deg);
}

.brush-variant-4 .hero-content::after {
  background: radial-gradient(ellipse at center, rgba(214, 181, 116, 0.56), rgba(214, 181, 116, 0.16) 42%, transparent 72%);
  height: 26px;
  left: 2%;
  opacity: 0.72;
  right: 32%;
  top: 10px;
}

/* Quiet text-sized hero backdrops. */
.shade-variant-1 .hero-content::before {
  background:
    radial-gradient(ellipse 94% 78% at 34% 48%, rgba(4, 9, 12, 0.96) 0%, rgba(5, 12, 16, 0.91) 54%, rgba(7, 16, 20, 0.58) 76%, transparent 100%);
  clip-path: none;
  inset: -18px 64px -20px -34px;
  opacity: 1;
  transform: none;
}

.shade-variant-1 .hero-content::after {
  background: linear-gradient(90deg, rgba(214, 181, 116, 0.64), rgba(214, 181, 116, 0.12) 54%, transparent);
  height: 1px;
  left: 3%;
  opacity: 0.7;
  right: 34%;
  top: 16px;
}

.shade-variant-2 .hero-content::before {
  background:
    radial-gradient(ellipse at 36% 46%, rgba(3, 8, 11, 0.98) 0%, rgba(4, 10, 14, 0.91) 44%, rgba(5, 12, 16, 0.62) 68%, transparent 100%);
  clip-path: none;
  filter: blur(18px);
  inset: -42px 26px -44px -58px;
  opacity: 0.96;
  transform: none;
}

.shade-variant-2 .hero-content::after {
  background: radial-gradient(ellipse at center, rgba(214, 181, 116, 0.42), rgba(214, 181, 116, 0.08) 48%, transparent 75%);
  height: 14px;
  left: 5%;
  opacity: 0.68;
  right: 46%;
  top: 9px;
}

.shade-variant-3 .hero-content::before {
  background:
    radial-gradient(ellipse at 12% 14%, rgba(214, 181, 116, 0.1), transparent 32%),
    linear-gradient(112deg, rgba(4, 9, 12, 0.96), rgba(6, 14, 18, 0.91) 64%, rgba(8, 20, 24, 0.68));
  clip-path: polygon(0 4%, 93% 0, 100% 12%, 96% 88%, 87% 100%, 0 96%);
  inset: -16px 78px -18px -30px;
  opacity: 0.96;
  transform: none;
}

.shade-variant-3 .hero-content::after {
  background: linear-gradient(90deg, rgba(214, 181, 116, 0.72), rgba(214, 181, 116, 0.08) 66%, transparent);
  height: 1px;
  left: 4%;
  opacity: 0.72;
  right: 38%;
  top: 16px;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero-brandline {
  align-items: center;
  display: inline-flex;
  gap: 18px;
}

.hero-brandline::before {
  background: var(--gold);
  content: "";
  height: 1px;
  width: 44px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: var(--serif);
  font-size: clamp(72px, 10.4vw, 154px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.82;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(72px, 6vw, 88px);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 22px;
  max-width: 1020px;
  text-transform: none;
}

html[lang="ru"] .hero h1,
html[lang="es"] .hero h1,
html[lang="pt"] .hero h1 {
  font-size: clamp(56px, 4.8vw, 72px);
  line-height: 1.02;
  max-width: 960px;
}

html[lang="ru"] .hero-subheadline {
  max-width: 680px;
}

html[lang="ru"] .hero-manifesto {
  font-family: var(--serif);
  font-size: clamp(20px, 1.9vw, 27px);
  font-weight: 650;
  letter-spacing: 0.035em;
  line-height: 1.12;
  max-width: 760px;
  text-transform: uppercase;
}

html[lang="ru"] .hero-subtitle {
  font-family: var(--sans);
  font-size: clamp(15px, 1.2vw, 18px);
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.hero-note:empty {
  display: none;
}

html[lang="ru"] .hero-note {
  display: none;
}

.hero-manifesto {
  color: var(--gold);
  display: grid;
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 650;
  gap: 4px;
  letter-spacing: 0.04em;
  line-height: 1.06;
  margin-bottom: 22px;
  max-width: 860px;
  text-transform: uppercase;
}

.hero-manifesto > span {
  display: block;
  max-width: 760px;
}

.hero-proof-list {
  color: rgba(255, 255, 255, 0.88);
  display: grid;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 620;
  gap: 8px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  letter-spacing: 0.015em;
  line-height: 1.3;
  list-style: none;
  margin: 18px 0 0;
  max-width: 620px;
  padding: 0;
  text-transform: none;
}

.hero-proof-list li {
  min-width: 0;
  padding-left: 16px;
  position: relative;
}

.hero-proof-list li::before {
  color: var(--gold);
  content: "•";
  left: 0;
  position: absolute;
  top: 0;
}

.hero-subheadline {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(20px, 1.75vw, 28px);
  font-weight: 560;
  line-height: 1.28;
  margin-bottom: 20px;
  max-width: 920px;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--serif);
  font-size: clamp(18px, 1.45vw, 23px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  max-width: 720px;
}

.hero-note {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
  margin: 16px 0 0;
  max-width: 720px;
}

.hero-actions,
.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-action,
.ghost-action,
.card-cta {
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 760;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.25;
  max-width: 100%;
  min-height: 46px;
  padding: 0 18px;
  text-align: center;
  text-transform: uppercase;
}

.primary-action {
  background: var(--gold);
  color: #101418;
}

.ghost-action {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: white;
}

.card-cta {
  background: var(--gold);
  color: #101418;
  margin-top: 18px;
  min-height: 44px;
  padding: 0 14px;
  position: relative;
  z-index: 2;
}

.hero-panel {
  backdrop-filter: blur(24px);
  background: rgba(8, 12, 16, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: white;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin: 38px 0 0 auto;
  max-width: 760px;
  overflow: hidden;
  position: relative;
  width: min(760px, 100%);
  z-index: 3;
}

.hero-panel div {
  background: rgba(255, 255, 255, 0.1);
  min-width: 180px;
  padding: 22px;
}

.metric {
  font-size: 38px;
  font-weight: 520;
}

.hero-panel small {
  color: rgba(255, 255, 255, 0.72);
  margin-left: 4px;
}

.hero-panel p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
  margin: 10px 0 0;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 108px 30px;
  scroll-margin-top: 112px;
}

.scroll-anchor {
  height: 1px;
  scroll-margin-top: 112px;
}

.intro-grid,
.section-heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.section-heading.compact {
  align-items: start;
}

.intro {
  position: relative;
}

.intro::after {
  background:
    linear-gradient(180deg, rgba(13, 16, 19, 0.18), rgba(13, 16, 19, 0.78)),
    url("assets/texture-tropical-leaves.png") center/cover;
  border-radius: var(--radius);
  content: "";
  height: 280px;
  opacity: 0.18;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 72px;
  width: min(34vw, 390px);
  z-index: -1;
}

h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.02;
  max-width: 100%;
  overflow-wrap: normal;
}

.intro p,
.section-heading p,
.visual-copy p,
.contact p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.route-selector {
  background:
    radial-gradient(circle at 82% 18%, rgba(214, 181, 116, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(10, 15, 19, 0.92), rgba(16, 22, 27, 0.96));
  color: white;
}

.route-selector .section-heading,
.route-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.route-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.route-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(246, 242, 233, 0.14);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-height: 290px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.route-card::before {
  background: linear-gradient(90deg, var(--gold), transparent);
  content: "";
  height: 1px;
  left: 24px;
  opacity: 0.9;
  position: absolute;
  right: 24px;
  top: 24px;
}

.route-card span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.18em;
  margin: 28px 0 42px;
}

.route-card strong {
  display: block;
  font-size: clamp(22px, 1.9vw, 25px);
  line-height: 1.08;
  margin-bottom: 14px;
}

.route-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.route-card .card-cta {
  align-self: flex-start;
  margin-top: auto;
}

.trust-section {
  align-items: center;
  background:
    radial-gradient(circle at 14% 18%, rgba(141, 183, 212, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(16, 22, 27, 0.9), rgba(13, 17, 21, 0.95)),
    url("assets/texture-tropical-leaves.png") center/cover;
  color: white;
  display: flex;
  min-height: 460px;
}

.trust-section .section-heading,
.trust-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.trust-intro {
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  width: 100%;
}

.trust-intro h2 {
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.02;
  max-width: 16ch;
  text-wrap: balance;
}

.trust-intro > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.68;
  max-width: 62ch;
  text-wrap: pretty;
}

.trust-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
}

.trust-card {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(246, 242, 233, 0.14);
  border-radius: var(--radius);
  min-height: 235px;
  padding: 22px;
}

.trust-card span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.16em;
  margin-bottom: 56px;
}

.trust-card strong {
  display: block;
  font-size: 21px;
  line-height: 1.12;
  margin-bottom: 12px;
}

.trust-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.advantage-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 58px;
}

.advantage-card,
.corridor-list button {
  border: 0;
  cursor: pointer;
  text-align: left;
}

.advantage-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 230px;
  padding: 22px;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.investor-card {
  background-position: center;
  background-size: cover;
  color: white;
  min-height: 280px;
}

.investor-card::before {
  background: linear-gradient(180deg, rgba(9, 15, 20, 0.24), rgba(9, 15, 20, 0.86));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.investor-card span,
.investor-card strong,
.investor-card p {
  position: relative;
  z-index: 1;
}

.investor-card span {
  color: rgba(255, 255, 255, 0.74);
}

.investor-card strong {
  color: white;
}

.investor-card p {
  color: rgba(255, 255, 255, 0.78);
}

.advantage-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.advantage-card span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 60px;
}

.advantage-card strong {
  display: block;
  font-size: 21px;
  margin-bottom: 14px;
}

.advantage-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
  margin: 0;
}

.why-brazil-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.why-brazil-card {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(246, 242, 233, 0.13);
  border-radius: var(--radius);
  min-height: 176px;
  padding: 20px;
}

.why-brazil-card span {
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.16em;
  margin-bottom: 32px;
}

.why-brazil-card strong {
  color: var(--ink);
  display: block;
  font-size: 20px;
  line-height: 1.12;
  margin-bottom: 10px;
}

.why-brazil-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
  margin: 0;
}

.state-selector {
  max-width: none;
  padding-left: max(30px, calc((100vw - 1180px) / 2 + 30px));
  padding-right: max(30px, calc((100vw - 1180px) / 2 + 30px));
  position: relative;
}

.state-selector::before {
  background:
    linear-gradient(180deg, rgba(13, 16, 19, 0.86), rgba(13, 16, 19, 0.97)),
    url("assets/bg-rio-sunset.png") center/cover;
  content: "";
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.state-selector .section-heading,
.state-filters,
.state-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.state-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.state-filters button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(246, 242, 233, 0.14);
  border-radius: 999px;
  color: rgba(246, 242, 233, 0.78);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.2;
  min-height: 44px;
  padding: 10px 14px;
  white-space: normal;
}

.state-filters button.active {
  background: var(--gold);
  color: #101418;
}

.state-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}

.brazil-map-shell {
  background: rgba(18, 23, 27, 0.82);
  border: 1px solid rgba(246, 242, 233, 0.14);
  border-radius: var(--radius);
  margin: 24px auto 0;
  max-width: 1120px;
  overflow: hidden;
  position: relative;
}

.brazil-state-map {
  height: 560px;
  width: 100%;
}

.br-marker {
  align-items: center;
  background: rgba(246, 242, 233, 0.92);
  border: 2px solid rgba(214, 181, 116, 0.84);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38);
  color: #101418;
  display: grid;
  font-size: 11px;
  font-weight: 820;
  height: 34px;
  place-items: center;
  width: 34px;
}

.br-marker.featured {
  background: var(--gold);
}

.city-on-brazil-map {
  border-color: rgba(13, 16, 19, 0.85);
  box-shadow: 0 0 0 3px rgba(214, 181, 116, 0.2), 0 12px 28px rgba(0, 0, 0, 0.4);
}

.state-city-filters {
  margin: 24px auto 0;
  max-width: 1120px;
}

.state-city-list {
  grid-template-columns: repeat(3, 1fr);
  margin: 18px auto 0;
  max-width: 1120px;
}

.state-map-popup img {
  height: 104px;
}

.state-card {
  background:
    linear-gradient(180deg, rgba(8, 14, 19, 0.34), rgba(8, 14, 19, 0.94)),
    var(--state-image) center/cover;
  border: 1px solid rgba(246, 242, 233, 0.16);
  border-radius: var(--radius);
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.state-card:focus-visible {
  border-color: var(--gold);
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.state-card:hover {
  border-color: rgba(214, 181, 116, 0.64);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.state-card.is-hidden {
  display: none;
}

.state-number {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 760;
  position: relative;
  z-index: 1;
}

.state-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.state-card-copy small {
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.state-card-copy strong {
  display: block;
  font-size: clamp(28px, 2.4vw, 34px);
  font-weight: 520;
  line-height: 1.05;
  margin-bottom: 12px;
  overflow-wrap: normal;
  word-break: normal;
}

.state-card-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.state-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.state-tags span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
  padding: 6px 9px;
}

.state-card-copy em {
  color: var(--gold);
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
}

.state-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.state-card-actions a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
  display: inline-flex;
  font-size: 10px;
  font-weight: 780;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1.25;
  min-height: 44px;
  padding: 8px 10px;
  text-align: center;
  text-transform: uppercase;
}

.state-card-actions a:last-child {
  background: var(--gold);
  color: #101418;
}

.visual-break {
  background: linear-gradient(90deg, rgba(10, 22, 32, 0.96), rgba(10, 22, 32, 0.72) 58%, rgba(10, 22, 32, 0.92));
  min-height: 560px;
  position: relative;
}

.investment-options {
  background:
    linear-gradient(180deg, rgba(6, 9, 12, 0.9), rgba(6, 9, 12, 0.96)),
    url("assets/bg-amazon-forest.png") center/cover;
  color: white;
  max-width: none;
  padding-left: max(30px, calc((100vw - 1180px) / 2 + 30px));
  padding-right: max(30px, calc((100vw - 1180px) / 2 + 30px));
}

.investment-options .section-heading,
.investment-options .options-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.investment-options h2 {
  color: white;
}

.investment-options .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.options-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}

.option-card {
  background: rgba(255, 255, 255, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  text-align: left;
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.option-card::before {
  background: linear-gradient(
    180deg,
    rgba(6, 11, 15, 0.48) 0%,
    rgba(6, 11, 15, 0.72) 48%,
    rgba(6, 11, 15, 0.94) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
  .option-card:hover {
    border-color: rgba(214, 181, 116, 0.5);
    box-shadow: var(--shadow);
    transform: translateY(-3px);
  }
}

.option-card span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 760;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.option-card strong {
  display: block;
  font-size: clamp(19px, 1.55vw, 22px);
  line-height: 1.12;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.option-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.46;
  margin: 0;
  position: relative;
  z-index: 1;
}

.option-card .investor-angle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  margin-top: 12px;
}

.option-card small {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.04em;
  margin-top: 18px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.option-card .card-cta {
  align-self: stretch;
  margin-top: auto;
  width: 100%;
}

.property-option {
  background-image: url("assets/hero-santa-catarina-premium.png");
}

.agro-option {
  background-image: url("assets/pexels-32653692.jpg");
}

.logistics-option {
  background-image: url("assets/pexels-13559094.jpg");
}

.tourism-option {
  background-image: url("assets/pexels-17212528.jpg");
}

.warehouse-option {
  background-image: url("assets/pexels-13559094.jpg");
}

.multifamily-option {
  background-image: url("assets/hero-santa-catarina-premium.png");
}

.ranch-option {
  background-image: url("assets/pexels-2255801.jpg");
}

.ecohotel-option {
  background-image: url("assets/pexels-2132250.jpg");
}

.land-option {
  background-image: url("assets/pexels-7730287.jpg");
}

.export-option {
  background-image: url("assets/pexels-32653692.jpg");
}

.visual-copy {
  color: white;
  left: max(30px, calc((100vw - 1120px) / 2));
  max-width: 620px;
  position: absolute;
  top: 118px;
}

.visual-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.map-shell {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 340px;
  margin-top: 44px;
}

.corridors {
  background:
    linear-gradient(180deg, rgba(13, 16, 19, 0.94), rgba(13, 16, 19, 0.9)),
    url("assets/pexels-7730287.jpg") center/cover;
  max-width: none;
  padding-left: max(30px, calc((100vw - 1180px) / 2 + 30px));
  padding-right: max(30px, calc((100vw - 1180px) / 2 + 30px));
}

.corridors .section-heading,
.corridors .map-filters,
.corridors .map-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.map-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.map-filters button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  padding: 10px 14px;
}

.map-filters button.active {
  background: var(--gold);
  color: #101418;
}

.map-card {
  background: #12171b;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 540px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.investment-map {
  height: 540px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.map-fallback {
  align-items: center;
  color: var(--muted);
  display: flex;
  height: 540px;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.leaflet-container {
  background: #12171b;
  color: var(--ink);
  font: inherit;
  z-index: 1;
}

.leaflet-pane,
.leaflet-top,
.leaflet-bottom {
  z-index: 1;
}

.leaflet-popup-pane,
.leaflet-tooltip-pane {
  z-index: 4;
}

.leaflet-control-attribution {
  font-size: 10px;
}

.sc-marker {
  align-items: center;
  background: var(--ink);
  border: 2px solid rgba(246, 242, 233, 0.9);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.36);
  color: #101418;
  display: grid;
  font-size: 12px;
  font-weight: 760;
  height: 30px;
  place-items: center;
  width: 30px;
}

.sc-marker.logistics {
  background: var(--blue);
}

.sc-marker.industry {
  background: #2f4554;
}

.sc-marker.agro {
  background: var(--green);
}

.sc-marker.tech {
  background: #315f7c;
}

.sc-marker.tourism {
  background: var(--gold);
}

.map-popup {
  cursor: pointer;
  min-width: 230px;
  max-width: 300px;
}

.map-popup:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.map-popup img {
  border-radius: 8px;
  display: block;
  height: 120px;
  margin: 0 0 12px;
  object-fit: cover;
  width: 100%;
}

.map-popup strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.map-popup span {
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.map-popup p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
  margin-bottom: 12px;
}

.map-popup ul {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
  padding: 0;
}

.map-popup li {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.3;
  list-style: none;
  padding: 7px 9px;
}

.map-popup a {
  background: var(--gold);
  border-radius: 999px;
  color: #101418;
  display: inline-flex;
  font-size: 12px;
  padding: 8px 11px;
}

.map-tooltip {
  max-width: 260px;
}

.map-tooltip img {
  border-radius: 7px;
  display: block;
  height: 86px;
  margin-bottom: 9px;
  object-fit: cover;
  width: 240px;
}

.map-tooltip strong {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.map-tooltip span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.leaflet-tooltip {
  background: rgba(21, 26, 31, 0.96);
  border: 1px solid rgba(246, 242, 233, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  padding: 10px 12px;
}

.corridor-list {
  display: grid;
  gap: 12px;
}

.corridor-list button {
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.city-card {
  background-position: center;
  background-size: cover;
  min-height: 168px;
  padding-top: 84px;
}

.city-card::before {
  background: linear-gradient(180deg, rgba(8, 13, 18, 0.02) 0%, rgba(8, 13, 18, 0.28) 42%, rgba(8, 13, 18, 0.9) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.city-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.joinville-city {
  background-image: url("assets/joinville.png");
  background-position: center 44%;
}

.itajai-city {
  background-image: url("assets/itajai.png");
  background-position: center 42%;
}

.chapeco-city {
  background-image: url("assets/chapeco.png");
  background-position: center 45%;
}

.florianopolis-city {
  background-image: url("assets/florianopolis.png");
  background-position: center 42%;
}

.camboriu-city {
  background-image: url("assets/hero-santa-catarina-premium.png");
  background-position: center 46%;
}

.pomerode-city {
  background-image: url("assets/pomerode.png");
  background-position: center 48%;
}

.corridor-list strong,
.corridor-list span {
  display: block;
  position: relative;
  z-index: 1;
}

.corridor-list span {
  color: var(--muted);
  font-size: 14px;
  margin-top: 8px;
}

.residence-note {
  background:
    radial-gradient(circle at 82% 26%, rgba(157, 119, 45, 0.2), transparent 30%),
    radial-gradient(circle at 12% 74%, rgba(24, 70, 55, 0.3), transparent 38%),
    linear-gradient(135deg, rgba(7, 15, 17, 0.98), rgba(11, 25, 27, 0.95) 52%, rgba(6, 13, 18, 0.98)),
    url("assets/texture-mountain-mist.png") center/cover;
  color: white;
}

.residence-panel {
  background:
    linear-gradient(115deg, rgba(11, 23, 25, 0.86), rgba(9, 17, 22, 0.74)),
    radial-gradient(circle at 74% 24%, rgba(214, 181, 116, 0.09), transparent 34%);
  border: 1px solid rgba(246, 242, 233, 0.16);
  border-radius: var(--radius);
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(28px, 5vw, 62px);
  position: relative;
}

.residence-panel::before {
  background: var(--gold);
  content: "";
  height: 1px;
  left: clamp(28px, 5vw, 62px);
  position: absolute;
  top: clamp(28px, 5vw, 62px);
  width: 72px;
}

.residence-panel .section-kicker {
  margin-top: 28px;
}

.residence-layout {
  align-items: start;
  display: grid;
  gap: 24px clamp(34px, 5vw, 70px);
  grid-template-areas:
    "heading visual"
    "details portrait";
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
}

.residence-heading {
  grid-area: heading;
}

.residence-details {
  grid-area: details;
}

.residence-visual {
  align-self: start;
  aspect-ratio: 3 / 2;
  background: #091719;
  grid-area: visual;
  isolation: isolate;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.residence-visual::after {
  border: 1px solid rgba(214, 181, 116, 0.56);
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
}

.residence-visual img {
  display: block;
  filter: saturate(0.92) contrast(1.04);
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.residence-portrait {
  align-self: stretch;
  background: #091719;
  grid-area: portrait;
  isolation: isolate;
  margin: 0;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.residence-portrait::after {
  background:
    linear-gradient(180deg, transparent 52%, rgba(5, 13, 16, 0.58)),
    linear-gradient(90deg, rgba(5, 13, 16, 0.2), transparent 34%);
  box-shadow: inset 0 0 0 1px rgba(214, 181, 116, 0.42);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.residence-portrait img {
  display: block;
  filter: saturate(0.9) contrast(1.04);
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  width: 100%;
}

.residence-panel h2 {
  font-size: clamp(38px, 4.1vw, 64px);
  line-height: 0.98;
  max-width: 680px;
}

.residence-panel p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.58;
  max-width: 680px;
}

.residence-warning {
  border-left: 2px solid var(--gold);
  color: rgba(255, 255, 255, 0.86) !important;
  margin-top: 18px;
  padding-left: 18px;
}

.residence-panel .primary-action {
  margin-top: 26px;
}

@media (max-width: 920px) {
  .residence-layout {
    grid-template-areas:
      "heading"
      "visual"
      "details";
    grid-template-columns: minmax(0, 1fr);
  }

  .residence-visual {
    aspect-ratio: 3 / 2;
    min-height: 0;
  }

  .residence-portrait {
    display: none;
  }

  .residence-visual img {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .residence-panel {
    padding: 26px 20px 28px;
  }

  .residence-panel::before {
    left: 20px;
    top: 26px;
  }

  .residence-panel h2 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.03;
  }

  .residence-visual img {
    object-position: 50% 48%;
  }

  .residence-visual::after {
    inset: 8px;
  }
}

.lead-brief {
  background:
    radial-gradient(circle at 85% 20%, rgba(214, 181, 116, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(13, 17, 21, 0.9), rgba(17, 24, 32, 0.95)),
    url("assets/texture-gold-bokeh.png") center/cover;
  color: white;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
}

.lead-copy {
  max-width: 520px;
}

.lead-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.55;
}

.lead-form {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(246, 242, 233, 0.14);
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 24px;
}

.lead-form label,
.lead-form fieldset {
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  font-size: 12px;
  font-weight: 760;
  gap: 8px;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.lead-form > label {
  align-content: start;
  grid-template-rows: minmax(32px, auto) 48px;
  min-width: 0;
}

.lead-form > label > span {
  align-items: flex-end;
  display: flex;
  min-width: 0;
}

.lead-form input:not([type="radio"]),
.lead-form select {
  background: rgba(7, 11, 14, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: white;
  font: inherit;
  height: 48px;
  min-width: 0;
  outline: 0;
  padding: 0 12px;
  text-transform: none;
  width: 100%;
}

.lead-form fieldset {
  align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(32px, auto) 48px;
  min-width: 0;
}

.lead-form legend {
  grid-column: 1 / -1;
  margin: 0;
}

.radio-line {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 8px !important;
  min-height: 48px;
  letter-spacing: 0.04em !important;
}

.radio-line input[type="radio"] {
  accent-color: var(--gold);
  height: 16px;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 16px;
}

.lead-form button {
  grid-column: 1 / -1;
  width: 100%;
}

.form-license-note {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  grid-column: 1 / -1;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 2px 0 0;
  max-width: 76ch;
  text-transform: none;
}

.service-disclaimer,
.modal-service-disclaimer,
.property-commission-note {
  border-top: 1px solid rgba(214, 181, 116, 0.26);
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  line-height: 1.55;
  margin: 16px 0 0;
  padding-top: 12px;
}

.option-card .service-disclaimer {
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}

.carousel-disclaimer {
  margin: 12px 4px 2px;
}

.commission-form-note {
  border-top-color: rgba(214, 181, 116, 0.26);
  color: rgba(255, 255, 255, 0.58);
  padding-top: 10px;
}

.footer-commission-note {
  border-top: 1px solid rgba(214, 181, 116, 0.24);
  font-size: 10px;
  margin-top: 14px !important;
  padding-top: 12px;
}

.state-service-disclaimer {
  margin-bottom: 20px;
  max-width: 760px;
}

.relocation-section {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 11, 15, 0.98) 0%, rgba(6, 14, 18, 0.92) 38%, rgba(6, 14, 18, 0.28) 72%, rgba(6, 14, 18, 0.08)),
    url("assets/relocation-brazil-premium.png") center/cover;
  display: flex;
  margin: 46px auto 0;
  max-width: 1180px;
  min-height: 340px;
  overflow: hidden;
  padding: clamp(32px, 4.5vw, 54px);
  position: relative;
  width: calc(100% - 48px);
}

.relocation-section-content {
  max-width: 700px;
}

.relocation-section-content > p:first-child {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.relocation-section h2 {
  color: white;
  font-size: clamp(38px, 3.8vw, 52px);
  line-height: 1;
  margin-bottom: 18px;
  max-width: 22ch;
  text-wrap: balance;
}

.relocation-section-content > p:nth-child(3) {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
  max-width: 58ch;
}

.relocation-section-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.relocation-section-offer {
  display: flex;
  gap: 28px;
}

.relocation-section-offer > span {
  display: grid;
  gap: 2px;
}

.relocation-section-offer strong {
  color: white;
  font-family: var(--serif);
  font-size: 34px;
}

.relocation-section-offer small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.relocation-section-footer > button {
  background: var(--gold);
  border: 0;
  color: #101418;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: 46px;
  padding: 0 18px;
  text-transform: uppercase;
}

.relocation-banner {
  background:
    linear-gradient(115deg, rgba(7, 15, 19, 0.97), rgba(12, 30, 35, 0.92)),
    url("assets/texture-mountain-mist.png") center/cover;
  border: 1px solid rgba(214, 181, 116, 0.48);
  bottom: 24px;
  color: white;
  left: 24px;
  max-width: 410px;
  opacity: 0;
  padding: 26px;
  pointer-events: none;
  position: fixed;
  transform: translateY(24px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden;
  width: calc(100% - 48px);
  z-index: 8200;
}

.relocation-banner.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.relocation-banner-close {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  font-size: 24px;
  height: 34px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 34px;
}

.relocation-banner > p:first-of-type,
.relocation-modal-copy > p:first-child {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 0 36px 12px 0;
  text-transform: uppercase;
}

.relocation-banner h2 {
  color: white;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 0.98;
  margin-bottom: 16px;
}

.relocation-banner-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.52;
  margin-bottom: 20px;
}

.relocation-offer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 18px;
}

.relocation-offer > span {
  display: grid;
  gap: 2px;
  padding: 14px 0;
}

.relocation-offer > span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  padding-left: 18px;
}

.relocation-offer strong {
  color: white;
  font-family: var(--serif);
  font-size: 30px;
}

.relocation-offer small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.relocation-banner-cta {
  background: var(--gold);
  border: 0;
  color: #101418;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: 44px;
  padding: 0 16px;
  text-transform: uppercase;
  width: 100%;
}

.relocation-modal {
  display: grid;
  inset: 0;
  opacity: 0;
  place-items: center;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 9100;
}

.relocation-modal.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.relocation-modal-backdrop {
  background: rgba(3, 7, 9, 0.84);
  inset: 0;
  position: absolute;
}

.relocation-modal-panel {
  background:
    radial-gradient(circle at 0 0, rgba(214, 181, 116, 0.14), transparent 28%),
    #11171b;
  border: 1px solid rgba(214, 181, 116, 0.36);
  color: white;
  display: grid;
  gap: clamp(28px, 3.2vw, 44px);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  max-height: calc(100vh - 40px);
  max-width: 1040px;
  overflow-y: auto;
  padding: clamp(30px, 5vw, 58px);
  position: relative;
  width: calc(100% - 32px);
  z-index: 2;
}

.relocation-modal-copy,
.relocation-form {
  min-width: 0;
}

.relocation-modal-close {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 28px;
  height: 44px;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 44px;
}

.relocation-modal-copy h2 {
  color: white;
  font-size: clamp(38px, 3.8vw, 54px);
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 11ch;
  text-wrap: balance;
}

html[lang="ru"] .relocation-modal-copy h2 {
  font-size: clamp(36px, 3.4vw, 48px);
  max-width: 12ch;
}

.relocation-modal-copy > p:last-child {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.6;
}

.relocation-form {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.relocation-form label {
  color: rgba(255, 255, 255, 0.68);
  display: grid;
  font-size: 10px;
  gap: 7px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.relocation-form input,
.relocation-form textarea {
  background: rgba(4, 9, 12, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: white;
  font: inherit;
  padding: 12px;
  resize: vertical;
}

.relocation-form input {
  min-height: 46px;
}

.relocation-form-wide,
.relocation-form-summary,
.relocation-form-submit {
  grid-column: 1 / -1;
}

.relocation-form-summary {
  align-items: center;
  border-top: 1px solid rgba(214, 181, 116, 0.3);
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  padding-top: 14px;
}

.relocation-form-summary span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.relocation-form-summary strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 30px;
}

.relocation-form-submit {
  border: 0;
  width: 100%;
}

@media (max-width: 820px) {
  .relocation-modal-panel {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .relocation-modal-copy h2,
  html[lang="ru"] .relocation-modal-copy h2 {
    max-width: 15ch;
  }
}

@media (max-width: 620px) {
  .relocation-section {
    background:
      linear-gradient(180deg, rgba(5, 11, 15, 0.62), rgba(5, 11, 15, 0.98) 58%),
      url("assets/relocation-brazil-premium.png") 66% center / cover;
    margin-top: 24px;
    min-height: 420px;
    padding: 30px 24px;
    width: calc(100% - 28px);
  }

  .relocation-section-content {
    align-self: flex-end;
  }

  .relocation-section h2 {
    font-size: clamp(34px, 10.5vw, 46px);
    max-width: 13ch;
  }

  .relocation-section-footer {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .relocation-section-footer > button {
    width: 100%;
  }

  .relocation-banner {
    bottom: 12px;
    left: 12px;
    padding: 22px;
    width: calc(100% - 24px);
  }

  .relocation-form {
    grid-template-columns: 1fr;
  }

  .relocation-form label {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .relocation-banner,
  .relocation-modal {
    transition: none;
  }
}

.contact {
  background:
    linear-gradient(180deg, rgba(12, 17, 22, 0.82), rgba(12, 17, 22, 0.94)),
    url("assets/bg-rio-sunset.png") center/cover;
  color: white;
  margin-top: 40px;
  padding: 110px max(30px, calc((100vw - 1120px) / 2));
}

.contact h2 {
  max-width: 820px;
}

.contact p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 780px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.contact .disclaimer {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.55;
  margin-top: 28px;
  max-width: 760px;
}

.site-footer {
  background: #090d10;
  border-top: 1px solid rgba(246, 242, 233, 0.12);
  color: white;
  display: grid;
  gap: 28px;
  padding: 54px max(24px, calc((100vw - 1120px) / 2));
}

.site-footer strong {
  color: var(--gold);
  display: block;
  font-size: 18px;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.site-footer nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.site-footer nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-legal-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.footer-legal-grid section {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(246, 242, 233, 0.1);
  border-radius: var(--radius);
  padding: 18px;
}

.footer-legal-grid h3 {
  color: white;
  font-size: 15px;
  margin: 0 0 10px;
}

.state-page {
  background:
    radial-gradient(circle at 80% 8%, rgba(141, 183, 212, 0.12), transparent 32%),
    linear-gradient(180deg, #0d1013, #11171d 46%, #0d1013);
}

.state-header-actions {
  flex-shrink: 0;
}

.state-cta-group {
  align-items: center;
}

.state-cta-group .header-messenger {
  min-height: 46px;
  padding: 0 14px;
}

.state-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 26px;
}

.state-hero {
  min-height: 820px;
  overflow: hidden;
  position: relative;
}

.state-hero-bg {
  background: var(--state-profile-image) center/cover;
  inset: 0;
  position: absolute;
  transform: scale(1.02);
}

.state-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 11, 14, 0.9), rgba(7, 11, 14, 0.42) 58%, rgba(7, 11, 14, 0.62)),
    linear-gradient(180deg, transparent 58%, var(--paper));
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.state-hero-content {
  color: white;
  left: max(30px, calc((100vw - 1120px) / 2));
  max-width: min(860px, calc(100% - 60px));
  position: absolute;
  top: clamp(136px, 18vh, 190px);
  z-index: 2;
}

.state-hero h1 {
  font-size: clamp(56px, 5.8vw, 84px);
  letter-spacing: 0;
  line-height: 0.98;
  max-width: 860px;
  text-transform: none;
}

.state-back-link {
  align-items: center;
  border: 1px solid rgba(246, 242, 233, 0.18);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
  min-height: 44px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.state-snapshot-band {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: -34px auto 0;
  max-width: 1120px;
  padding: 0 30px;
  position: relative;
  z-index: 4;
}

.state-snapshot-band article {
  backdrop-filter: blur(22px);
  background: rgba(18, 23, 27, 0.82);
  border: 1px solid rgba(246, 242, 233, 0.14);
  min-height: 158px;
  padding: 22px;
}

.state-snapshot-band article:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.state-snapshot-band article:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.state-snapshot-band span {
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.state-snapshot-band strong {
  display: block;
  font-size: 34px;
  font-weight: 520;
  margin-bottom: 10px;
}

.state-snapshot-band p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
  margin: 0;
}

.state-profile-section {
  max-width: 1180px;
}

.state-profile-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.state-panel,
.state-city-card,
.state-route-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.state-panel {
  padding: 30px;
}

.state-panel h2 {
  font-size: clamp(34px, 4.4vw, 62px);
  margin-bottom: 24px;
}

.state-panel p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.56;
  margin: 0;
}

.state-sector-list {
  display: grid;
  gap: 10px;
}

.state-sector-list span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(246, 242, 233, 0.12);
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  padding: 11px 14px;
}

.state-city-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}

.state-city-card {
  min-height: 208px;
  padding: 22px;
}

.state-city-card span,
.state-route-card span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 760;
  margin-bottom: 48px;
}

.state-city-card strong {
  display: block;
  font-size: 22px;
  margin-bottom: 14px;
}

.state-city-card p,
.state-route-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
  margin: 0;
}

.state-route-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 44px;
}

.state-route-card {
  min-height: 190px;
  padding: 20px;
}

.state-contact {
  margin-top: 0;
}

.modal {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.24s ease;
  visibility: hidden;
  z-index: 9200;
}

.modal.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modal-backdrop {
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.66);
  inset: 0;
  position: absolute;
}

.modal-panel {
  background: rgba(18, 23, 27, 0.98);
  border: 1px solid rgba(246, 242, 233, 0.14);
  border-radius: 16px 16px 0 0;
  bottom: 0;
  box-shadow: 0 -24px 80px rgba(0, 0, 0, 0.24);
  left: 50%;
  max-height: 88vh;
  max-width: 1040px;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 34px;
  position: absolute;
  transform: translate(-50%, 28px);
  transition: transform 0.28s ease;
  width: min(calc(100% - 28px), 1040px);
}

.modal.open .modal-panel {
  transform: translate(-50%, 0);
}

.modal-close {
  align-items: center;
  background: var(--gold);
  border: 0;
  border-radius: 50%;
  color: #101418;
  cursor: pointer;
  display: grid;
  height: 44px;
  justify-items: center;
  position: absolute;
  z-index: 3;
  right: 22px;
  top: 22px;
  width: 44px;
}

.modal-close svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
  width: 18px;
}

.modal .primary-action {
  background: var(--gold);
  color: #101418;
}

.contact .primary-action {
  background: var(--gold);
  color: #101418;
}

.contact-fab {
  bottom: 26px;
  display: block;
  position: fixed;
  right: 26px;
  z-index: 9000;
}

.contact-main {
  align-items: center;
  animation: floatPulse 3.2s ease-in-out infinite;
  background: rgba(214, 181, 116, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 18px 48px rgba(23, 26, 29, 0.26);
  color: #101418;
  cursor: pointer;
  display: grid;
  height: 62px;
  place-items: center;
  width: 62px;
}

.contact-main svg {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  width: 28px;
}

.contact-menu {
  display: grid;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 76px;
  right: 7px;
  transform: translateY(10px) scale(0.96);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  visibility: hidden;
}

.contact-fab.open .contact-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.contact-menu a {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(21, 26, 31, 0.94);
  border: 1px solid rgba(246, 242, 233, 0.14);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(23, 26, 29, 0.14);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  font-size: 12px;
  font-weight: 760;
  height: 48px;
  place-items: center;
  pointer-events: auto;
  position: relative;
  text-decoration: none;
  width: 48px;
  z-index: 1;
}

.contact-menu svg {
  fill: currentColor;
  height: 24px;
  stroke: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 24px;
}

.contact-menu [data-contact-email] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.contact-menu [data-contact-whatsapp] {
  color: #43d682;
}

.contact-menu [data-contact-telegram] {
  color: #4db8ff;
}

.contact-menu [data-contact-email] {
  color: var(--blue);
}

.contact-menu [data-contact-instagram] {
  color: #f06ab0;
}

@media (max-width: 620px) {
  .contact-fab {
    bottom: 14px;
    right: 10px;
  }

  .contact-main {
    height: 52px;
    width: 52px;
  }

  .contact-main svg {
    height: 23px;
    width: 23px;
  }

  .contact-menu {
    bottom: 60px;
  }

  .contact-menu a {
    height: 44px;
    width: 44px;
  }

  .contact-menu svg {
    height: 21px;
    width: 21px;
  }
}

@keyframes floatPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.modal-content {
  padding-right: 46px;
}

.modal-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 310px;
}

.modal h2 {
  font-size: clamp(34px, 4vw, 60px);
  margin-bottom: 18px;
}

.modal-lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  max-width: 680px;
}

.data-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin: 26px 0;
}

.data-box {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

.data-box strong {
  display: block;
  font-size: 28px;
  font-weight: 520;
  margin-bottom: 8px;
}

.data-box span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.angle-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.angle-list li {
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  list-style: none;
  padding: 14px 16px;
}

.source-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 20px;
}

.side-visual {
  background:
    linear-gradient(180deg, rgba(23, 59, 87, 0.12), rgba(76, 123, 103, 0.22)),
    url("assets/pexels-3183150.jpg") center/cover;
  border-radius: var(--radius);
  min-height: 420px;
}

[data-property-page] {
  cursor: pointer;
}

.property-page {
  background:
    radial-gradient(circle at 82% 4%, rgba(214, 181, 116, 0.12), transparent 24%),
    #0d1013;
  min-height: 100vh;
}

.property-topbar {
  align-items: center;
  background: rgba(13, 16, 19, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  justify-content: space-between;
  margin: 18px auto 0;
  max-width: 1240px;
  padding: 9px 12px;
  position: sticky;
  top: 18px;
  width: calc(100% - 36px);
  z-index: 20;
}

.property-topbar-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.property-language-toggle {
  flex: 0 0 auto;
  margin-left: auto;
}

.property-topbar-actions > a {
  align-items: center;
  color: rgba(246, 242, 233, 0.72);
  display: inline-flex;
  font-size: 11px;
  font-weight: 750;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 44px;
  padding: 11px 12px;
  text-transform: uppercase;
}

.property-topbar-actions .property-contact-link {
  background: var(--gold);
  color: #101418;
}

.property-detail {
  margin: 0 auto;
  max-width: 1300px;
  padding: 46px 30px 110px;
}

.property-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  min-height: 720px;
}

.property-detail-media {
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.property-detail-media::after {
  background: linear-gradient(180deg, transparent 66%, rgba(5, 9, 11, 0.76));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.property-detail-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.property-detail-media > span {
  bottom: 24px;
  color: white;
  font-size: 11px;
  font-weight: 760;
  left: 26px;
  letter-spacing: 0.12em;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.property-detail-copy {
  background:
    radial-gradient(circle at 96% 0, rgba(214, 181, 116, 0.16), transparent 34%),
    linear-gradient(145deg, #151b20, #0f1418);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
}

.property-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.property-detail h1 {
  color: white;
  font-size: clamp(48px, 5.4vw, 76px);
  letter-spacing: -0.025em;
  line-height: 0.94;
  margin-bottom: 26px;
  overflow-wrap: anywhere;
  text-transform: none;
}

.property-lead {
  color: rgba(246, 242, 233, 0.78);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.52;
  max-width: 58ch;
}

.property-price {
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-top: 34px;
  padding: 22px 0;
}

.property-price span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.property-price strong {
  color: white;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 600;
}

.property-price small,
.property-terms {
  color: rgba(246, 242, 233, 0.62);
}

.property-terms {
  font-size: 13px;
  line-height: 1.55;
  margin-top: 16px;
}

.property-commission-note {
  max-width: 68ch;
}

.property-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.property-facts {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

body[data-property-page="jurere"] .property-facts,
body[data-property-page="barra"] .property-facts,
body[data-property-page="marina"] .property-facts,
body[data-property-page="centro"] .property-facts,
body[data-property-page="beiramar"] .property-facts,
body[data-property-page="agronomica"] .property-facts,
body[data-property-page="jurereoasis"] .property-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.property-facts > span {
  background: rgba(255, 255, 255, 0.055);
  display: grid;
  gap: 4px;
  min-height: 88px;
  padding: 16px 14px;
}

.property-facts strong {
  color: white;
  font-family: var(--serif);
  font-size: clamp(25px, 2.6vw, 36px);
  font-weight: 600;
}

.property-facts small {
  color: rgba(246, 242, 233, 0.6);
  font-size: 10px;
  line-height: 1.35;
  text-transform: uppercase;
}

.property-recommendation {
  align-items: start;
  border-bottom: 1px solid rgba(214, 181, 116, 0.34);
  border-top: 1px solid rgba(214, 181, 116, 0.34);
  display: grid;
  gap: 34px;
  grid-template-columns: 180px minmax(0, 1fr);
  margin: 72px clamp(0px, 3vw, 38px);
  padding: 34px 0;
}

.property-recommendation span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.property-recommendation p {
  color: rgba(246, 242, 233, 0.86);
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 43px);
  line-height: 1.15;
  margin: 0;
  max-width: 32ch;
  text-wrap: pretty;
}

.property-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.property-gallery figure {
  background: #151a1f;
  margin: 0;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.property-gallery-wide {
  grid-column: 1 / -1;
  min-height: 610px;
}

.property-gallery img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.property-gallery figure:hover img {
  transform: scale(1.025);
}

.property-gallery figure::after {
  background: linear-gradient(180deg, transparent 68%, rgba(5, 9, 11, 0.78));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.property-gallery figcaption {
  bottom: 18px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  left: 20px;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.property-catalog {
  margin: 0 auto;
  max-width: 1420px;
  padding: 84px 30px 110px;
}

.property-market-heading {
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 28px 0 42px;
}

.property-market-heading h1 {
  color: white;
  font-size: clamp(48px, 6vw, 82px);
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0;
}

.property-market-heading p {
  color: rgba(246, 242, 233, 0.68);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 480px;
}

.property-market-directions {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.property-market-direction {
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(246, 242, 233, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.property-market-direction::before {
  background: linear-gradient(180deg, rgba(8, 14, 19, 0.2), rgba(8, 14, 19, 0.94));
  content: "";
  inset: 0;
  position: absolute;
}

.property-market-direction-brazil {
  background-image: url("assets/hero-santa-catarina-premium.png");
}

.property-market-direction-gulf {
  background-image: url("assets/dubai-premium-residence.png");
}

.property-market-direction > * {
  position: relative;
  z-index: 1;
}

.property-market-direction h2 {
  color: white;
  font: 600 clamp(30px, 3.4vw, 48px)/0.98 var(--serif);
  letter-spacing: -0.025em;
  margin: 0;
  text-wrap: balance;
}

.property-market-direction p {
  color: rgba(246, 242, 233, 0.82);
  font-size: 14px;
  line-height: 1.55;
  margin: 16px 0 0;
  max-width: 58ch;
}

.property-market-direction a {
  align-self: flex-start;
  background: var(--gold);
  color: #101418;
  font-size: 12px;
  font-weight: 800;
  margin-top: 28px;
  padding: 14px 18px;
  text-transform: uppercase;
}

.property-market-filters {
  background: rgba(21, 26, 31, 0.88);
  border: 1px solid rgba(214, 181, 116, 0.28);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  margin-top: 30px;
  padding: 20px;
}

.property-market-filters label {
  display: grid;
  gap: 8px;
}

.property-market-filters label > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.property-market-filters select,
.property-market-filters button,
.property-market-empty button {
  background: #0d1216;
  border: 1px solid rgba(255, 255, 255, 0.17);
  color: white;
  cursor: pointer;
  font: 700 12px/1 var(--sans);
  min-height: 44px;
  padding: 0 13px;
}

.property-market-filters button,
.property-market-empty button {
  align-self: end;
  border-color: rgba(214, 181, 116, 0.55);
  color: var(--gold);
  text-transform: uppercase;
}

.property-market-summary {
  align-items: center;
  color: rgba(246, 242, 233, 0.56);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 22px 0 0;
}

.property-market-summary p {
  margin: 0;
}

.property-market-summary strong {
  color: white;
  font-size: 16px;
}

.property-catalog-intro {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  gap: 34px;
  grid-template-columns: 160px minmax(360px, 1.25fr) minmax(280px, 0.75fr);
  padding-bottom: 58px;
}

.property-catalog-intro > p {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 12px 0 0;
  text-transform: uppercase;
}

.property-catalog-intro h1 {
  color: white;
  font-size: clamp(50px, 6vw, 82px);
  letter-spacing: -0.03em;
  line-height: 0.94;
  margin: 0;
  max-width: 13ch;
  text-transform: none;
  text-wrap: balance;
}

.property-catalog-intro > div {
  align-self: end;
}

.property-catalog-intro > div p {
  color: rgba(246, 242, 233, 0.78);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.property-catalog-intro > div span {
  color: rgba(246, 242, 233, 0.54);
  font-size: 12px;
  line-height: 1.55;
}

.property-catalog-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 28px 0;
}

.property-catalog-card {
  background: #14191d;
  display: grid;
  grid-template-rows: 300px 1fr;
  min-width: 0;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.property-catalog-card[hidden] {
  display: none;
}

.property-catalog-card:hover {
  transform: translateY(-5px);
}

.property-catalog-media {
  overflow: hidden;
  position: relative;
}

.property-catalog-media::after {
  background: linear-gradient(180deg, transparent 58%, rgba(5, 9, 11, 0.72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.property-catalog-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.property-catalog-card:hover img {
  transform: scale(1.025);
}

.property-catalog-media span {
  background: var(--gold);
  bottom: 18px;
  color: #101418;
  font-size: 10px;
  font-weight: 800;
  left: 18px;
  letter-spacing: 0.1em;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.property-catalog-card-featured .property-catalog-media span {
  background: #f6f2e9;
}

.property-catalog-copy {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.property-catalog-copy > p {
  color: var(--gold);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.property-catalog-copy h2 {
  color: white;
  font-size: clamp(27px, 2.3vw, 38px);
  line-height: 1.02;
  margin: 0 0 20px;
  text-wrap: balance;
}

.property-catalog-copy ul {
  color: rgba(246, 242, 233, 0.65);
  display: grid;
  font-size: 13px;
  gap: 8px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.property-catalog-copy li::before {
  color: var(--gold);
  content: "—";
  margin-right: 8px;
}

.property-catalog-copy > div {
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.property-catalog-copy > div strong {
  color: white;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
}

.property-market-empty {
  border: 1px dashed rgba(214, 181, 116, 0.38);
  margin: 20px 0 36px;
  padding: 34px;
  text-align: center;
}

.property-market-empty h2 {
  color: white;
  font-size: 32px;
  margin: 0 0 10px;
}

.property-market-empty p {
  color: var(--muted);
  margin: 0 0 20px;
}

.property-catalog-copy > div span {
  color: rgba(246, 242, 233, 0.54);
  font-size: 11px;
}

.property-catalog-disclaimer {
  border-top: 1px solid rgba(214, 181, 116, 0.28);
  color: rgba(246, 242, 233, 0.56);
  font-size: 11px;
  line-height: 1.65;
  margin: 24px 0 0;
  max-width: 96ch;
  padding-top: 22px;
}

.property-detail-features {
  display: grid;
  gap: clamp(40px, 7vw, 100px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 104px clamp(0px, 3vw, 38px);
}

.property-detail-features article {
  border-top: 1px solid rgba(214, 181, 116, 0.55);
  padding-top: 26px;
}

.property-detail-features h2 {
  color: white;
  font-size: clamp(38px, 4vw, 58px);
  margin-bottom: 30px;
}

.property-detail-features ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.property-detail-features li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 6px;
  padding: 19px 0;
}

.property-detail-features li strong {
  color: rgba(246, 242, 233, 0.94);
  font-size: 15px;
}

.property-detail-features li span {
  color: rgba(246, 242, 233, 0.6);
  font-size: 13px;
  line-height: 1.5;
}

.property-lifestyle {
  align-items: center;
  background: linear-gradient(120deg, rgba(214, 181, 116, 0.16), rgba(17, 25, 30, 0.92));
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: clamp(36px, 6vw, 74px);
}

.property-lifestyle p {
  color: white;
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.02;
  margin: 0;
  max-width: 820px;
}

.property-lifestyle a {
  border: 1px solid rgba(214, 181, 116, 0.72);
  color: var(--gold);
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.09em;
  padding: 14px 16px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .property-detail-hero,
  .property-detail-features,
  .property-catalog-intro {
    grid-template-columns: 1fr;
  }

  .property-detail-media {
    min-height: 560px;
  }

  .property-lifestyle {
    align-items: flex-start;
    flex-direction: column;
  }

  .property-catalog-intro {
    gap: 22px;
  }

  .property-catalog-intro h1 {
    max-width: 15ch;
  }
}

@media (max-width: 620px) {
  .property-topbar {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    top: 0;
  }

  .property-language-toggle {
    justify-content: center;
    margin-left: 0;
    order: 2;
    width: 100%;
  }

  .property-topbar-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 3;
    width: 100%;
  }

  .property-topbar-actions > a {
    font-size: 9px;
    padding: 8px;
  }

  .property-topbar-actions .property-contact-link {
    grid-column: 1 / -1;
  }

  .property-detail {
    padding: 24px 14px 72px;
  }

  .property-catalog {
    padding: 48px 14px 72px;
  }

  .property-market-directions {
    grid-template-columns: 1fr;
  }

  .property-market-direction {
    min-height: 310px;
    padding: 24px 20px;
  }

  .property-catalog-grid,
  .property-gallery {
    grid-template-columns: 1fr;
  }

  .property-catalog-card {
    grid-template-rows: 360px 1fr;
  }

  .property-gallery-wide {
    grid-column: auto;
  }

  .property-gallery figure,
  .property-gallery-wide {
    min-height: 360px;
  }

  .property-recommendation {
    gap: 18px;
    grid-template-columns: 1fr;
    margin: 58px 8px;
  }

  .property-recommendation p {
    font-size: 1.5rem;
    line-height: 1.3;
  }

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

  body[data-property-page="jurere"] .property-facts,
  body[data-property-page="barra"] .property-facts,
  body[data-property-page="marina"] .property-facts,
  body[data-property-page="centro"] .property-facts,
  body[data-property-page="beiramar"] .property-facts,
  body[data-property-page="agronomica"] .property-facts,
  body[data-property-page="jurereoasis"] .property-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-detail-media {
    min-height: 430px;
  }

  .property-detail-copy {
    padding: 34px 22px 40px;
  }

  .property-detail-features {
    gap: 64px;
    padding: 72px 8px;
  }

  .property-market-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .topbar {
    border-radius: 20px;
    flex-wrap: wrap;
    width: calc(100% - 28px);
  }

  .topbar nav,
  .state-topbar nav {
    gap: 14px;
    order: 3;
    overflow-x: auto;
    width: 100%;
  }

  .property-topbar {
    flex-wrap: wrap;
  }

  .property-language-toggle {
    order: 2;
  }

  .property-topbar-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    order: 3;
    width: 100%;
  }

  .header-contact-buttons {
    margin-left: auto;
  }

  .header-messenger span {
    display: none;
  }

  .header-messenger {
    justify-content: center;
    padding: 0;
    width: 36px;
  }

  .state-cta-group .header-messenger {
    min-height: 46px;
    width: 46px;
  }

  .brand-copy {
    max-width: 210px;
  }

  .brand small {
    display: block;
    font-size: 7px;
    letter-spacing: 0.1em;
  }

  .hero {
    min-height: 1360px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 124px;
  }

  .hero-stage {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(56px, 7vw, 64px);
    line-height: 1;
    max-width: 780px;
  }

  html[lang="ru"] .hero h1,
  html[lang="es"] .hero h1,
  html[lang="pt"] .hero h1 {
    font-size: clamp(44px, 6vw, 56px);
    max-width: 720px;
  }

  h2 {
    font-size: clamp(36px, 6vw, 52px);
  }

  .hero-content {
    max-width: 100%;
  }

  .property-carousel {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    width: 100%;
  }

  .hero-property-stack {
    gap: 18px;
  }

  .property-carousel-viewport,
  .property-slide {
    min-height: 320px;
  }

  .hero-panel,
  .intro-grid,
  .section-heading,
  .state-profile-grid,
  .state-snapshot-band,
  .map-shell,
  .modal-grid {
    grid-template-columns: 1fr;
  }

  .state-snapshot-band {
    margin-top: -40px;
  }

  .state-snapshot-band article:first-child,
  .state-snapshot-band article:last-child {
    border-radius: var(--radius);
  }

  .hero-panel {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 34px;
    width: 100%;
  }

  .advantage-row,
  .why-brazil-grid,
  .route-grid,
  .trust-grid,
  .options-grid,
  .state-city-list,
  .state-city-grid,
  .state-route-grid,
  .lead-brief,
  .footer-legal-grid,
  .data-strip {
    grid-template-columns: 1fr;
  }

  .state-grid {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modal-content {
    padding-right: 0;
  }

  .route-card {
    min-height: 250px;
  }

  .state-card {
    min-height: 390px;
  }
}

@media (max-width: 620px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .topbar:not(.state-topbar) {
    position: absolute;
  }

  .brief-link {
    display: none;
  }

  .topbar:not(.state-topbar) nav {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .topbar:not(.state-topbar) nav a {
    justify-content: center;
    letter-spacing: 0.08em;
    min-width: 0;
    text-align: center;
  }

  .property-topbar-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-topbar-actions .property-contact-link {
    grid-column: 1 / -1;
  }

  .property-market-heading {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .property-market-heading h1 {
    font-size: clamp(32px, 9.8vw, 40px);
    letter-spacing: -0.025em;
    max-width: 100%;
  }

  .property-market-filters,
  .property-catalog-grid {
    grid-template-columns: 1fr;
  }

  .property-market-summary {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .state-topbar .state-header-actions {
    justify-content: flex-end;
    order: 2;
    width: 100%;
  }

  .state-topbar .state-consultation-link {
    display: inline-flex;
  }

  .state-hero .state-cta-group {
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }

  .state-hero .state-cta-group a {
    width: auto;
  }

  .state-hero .state-cta-group .primary-action {
    flex: 1 1 180px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .state-hero .state-cta-group .header-messenger {
    flex: 0 0 46px;
  }

  .state-hero .state-cta-group .ghost-action {
    flex: 1 0 100%;
    width: 100%;
  }

  .hero-panel {
    bottom: 22px;
    display: none;
  }

  .hero {
    min-height: 1260px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 156px;
  }

  .section {
    padding: 82px 16px;
  }

  .state-selector {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brazil-state-map {
    height: 440px;
  }

  .hero-content {
    max-width: 100%;
    padding: 20px 20px 22px;
    width: 100%;
  }

  .hero-stage {
    gap: 12px;
  }

  .hero-property-stack {
    gap: 14px;
  }

  .hero-brandline {
    margin-bottom: 12px;
  }

  .hero h1 {
    margin-bottom: 16px;
  }

  .hero-subheadline {
    margin-bottom: 14px;
  }

  .hero-manifesto {
    margin-bottom: 16px;
  }

  .hero .hero-actions {
    margin-top: 22px;
  }

  .property-carousel-viewport,
  .property-slide {
    min-height: 250px;
  }

  .property-carousel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .property-carousel-head strong {
    text-align: left;
  }

  .property-slide-copy {
    padding: 22px 18px 20px;
  }

  .hero-content::before {
    inset: -12px -10px;
    transform: none;
  }

  .hero-content::after {
    left: 22px;
    right: 22px;
    top: 13px;
  }

  .brush-variant-2 .hero-content::before,
  .brush-variant-3 .hero-content::before,
  .brush-variant-4 .hero-content::before,
  .brush-photo-1 .hero-content::before,
  .brush-photo-2 .hero-content::before,
  .brush-photo-3 .hero-content::before,
  .shade-variant-1 .hero-content::before,
  .shade-variant-2 .hero-content::before,
  .shade-variant-3 .hero-content::before {
    inset: -16px -12px;
    transform: none;
  }

  .brush-variant-3 .hero-content::after {
    bottom: -16px;
    height: 46px;
    top: auto;
  }

  .hero h1 {
    font-size: clamp(36px, 10vw, 42px);
    line-height: 1.02;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  html[lang="ru"] .hero h1,
  html[lang="es"] .hero h1,
  html[lang="pt"] .hero h1 {
    font-size: clamp(30px, 8.8vw, 36px);
    line-height: 1.04;
  }

  html[lang="ru"] .hero-manifesto {
    font-size: 19px;
    line-height: 1.15;
  }

  .hero-proof-list {
    font-size: 12px;
    gap: 7px 14px;
    margin-top: 14px;
  }

  h2 {
    font-size: clamp(27px, 7.8vw, 34px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .hero-subheadline {
    font-size: 18px;
  }

  .hero-manifesto {
    font-size: clamp(22px, 7.2vw, 28px);
    line-height: 1.04;
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions a,
  .contact-actions a {
    width: 100%;
  }

  .route-card .card-cta,
  .option-card .card-cta {
    align-self: stretch;
    width: 100%;
  }

  .section-heading,
  .intro-grid {
    gap: 28px;
    width: 100%;
  }

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

  .state-card {
    min-height: 360px;
    padding: 18px;
  }

  .state-card-copy strong {
    font-size: clamp(24px, 8vw, 28px);
    line-height: 1.08;
  }

  .state-card-copy p {
    font-size: 14px;
    line-height: 1.55;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-form fieldset {
    grid-template-columns: 1fr;
  }

  .state-card-actions a {
    width: 100%;
  }

  .state-hero {
    min-height: 700px;
  }

  .state-hero-content {
    left: 24px;
    max-width: calc(100% - 48px);
    right: 24px;
    top: 140px;
  }

  .state-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1.02;
  }

  .state-snapshot-band {
    padding: 0 20px;
  }

  .map-card {
    min-height: 360px;
  }
}
