:root {
  --cream: #f4efe6;
  --cream-strong: #e8dccb;
  --paper: #fffcf6;
  --ink: #171512;
  --muted: #6f665c;
  --gold: #b79054;
  --gold-dark: #8c6b38;
  --sage: #748369;
  --forest: #283426;
  --line: rgba(23, 21, 18, 0.12);
  --shadow: 0 24px 70px rgba(23, 21, 18, 0.12);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(183, 144, 84, 0.18), transparent 34rem),
    linear-gradient(180deg, var(--cream) 0%, #fbf7ef 46%, #f2eadf 100%);
}

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

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

.promo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px 20px;
  color: #fff7e9;
  background: var(--forest);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}

.promo-bar p {
  margin: 0;
}

.promo-bar a {
  color: #fff;
  border-bottom: 1px solid currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(244, 239, 230, 0.86);
  border-bottom: 1px solid rgba(23, 21, 18, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(183, 144, 84, 0.55);
  border-radius: 50%;
  color: var(--gold-dark);
  background: #171512;
  box-shadow: 0 10px 24px rgba(23, 21, 18, 0.12);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-size: 18px;
}

.brand small {
  margin-top: 4px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #3d3832;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a,
.header-actions a {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.main-nav a:hover,
.header-actions a:hover {
  color: var(--gold-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2b2620;
  font-size: 14px;
  font-weight: 800;
}

.whatsapp {
  padding: 11px 16px;
  border: 1px solid rgba(183, 144, 84, 0.45);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.7);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 252, 246, 0.8);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  min-height: 720px;
  padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 72px) 70px;
}

.hero-content {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.98;
}

h1 {
  max-width: 720px;
  font-size: clamp(64px, 10vw, 132px);
  letter-spacing: -0.065em;
}

h2 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 74px);
  letter-spacing: -0.045em;
}

h3 {
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.03em;
}

.lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fffaf0;
  background: linear-gradient(135deg, var(--forest), #11170f);
  box-shadow: 0 14px 30px rgba(40, 52, 38, 0.22);
}

.button.secondary {
  color: var(--ink);
  border: 1px solid rgba(183, 144, 84, 0.35);
  background: rgba(255, 252, 246, 0.72);
}

.button.ghost {
  color: var(--gold-dark);
  border: 1px solid rgba(183, 144, 84, 0.28);
  background: transparent;
}

.hero-card {
  position: relative;
}

.hero-image {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(255, 252, 246, 0.7);
  border-radius: 44px;
  background:
    linear-gradient(160deg, rgba(18, 26, 16, 0.18), rgba(18, 26, 16, 0.02)),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), transparent 15rem),
    linear-gradient(135deg, #d5c3a5, #f8f0e4 45%, #7d8d72);
  box-shadow: var(--shadow);
}

.hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image::before,
.hero-image::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-image::before {
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(23, 21, 18, 0.02), rgba(23, 21, 18, 0.22));
  filter: none;
}

.house-silhouette {
  position: absolute;
  right: 9%;
  bottom: 11%;
  width: 76%;
  height: 46%;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 252, 246, 0.08) 0 1px, transparent 1px 30%),
    linear-gradient(180deg, #fff8eb 0 57%, #c3a77c 57% 100%);
  box-shadow: 0 24px 55px rgba(35, 28, 20, 0.28);
}

.house-silhouette::before {
  position: absolute;
  content: "";
  left: 10%;
  top: -34%;
  width: 80%;
  height: 58%;
  transform: skewX(-18deg);
  border-radius: 12px 18px 4px 4px;
  background: linear-gradient(135deg, #2f392d, #10130f);
}

.house-silhouette::after {
  position: absolute;
  content: "";
  left: 12%;
  bottom: 0;
  width: 18%;
  height: 43%;
  border-radius: 14px 14px 0 0;
  background: #2c3128;
  box-shadow:
    90px -54px 0 -18px rgba(44, 49, 40, 0.78),
    168px -54px 0 -18px rgba(44, 49, 40, 0.78),
    246px -54px 0 -18px rgba(44, 49, 40, 0.78);
}

.floating-panel {
  position: absolute;
  right: clamp(16px, 4vw, 52px);
  bottom: -32px;
  width: min(260px, 78%);
  padding: 22px;
  border: 1px solid rgba(183, 144, 84, 0.28);
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.92);
  box-shadow: 0 18px 50px rgba(23, 21, 18, 0.16);
  backdrop-filter: blur(18px);
}

.floating-panel span,
.floating-panel small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.floating-panel strong {
  display: block;
  margin: 5px 0;
  font-size: 36px;
  letter-spacing: -0.04em;
}

.section {
  padding: clamp(64px, 8vw, 115px) clamp(20px, 5vw, 72px);
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 36px;
}

.section-heading span {
  color: var(--muted);
  font-size: 18px;
}

.section-heading.centered {
  justify-items: center;
  text-align: center;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: end;
}

.intro-grid > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1.5;
}

.stats,
.payment-grid,
.home-cards,
.features-grid,
.finish-grid,
.location-list {
  display: grid;
  gap: 18px;
}

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

.stats article,
.payment-grid article,
.features-grid article,
.finish-grid article,
.location-list article {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.68);
  box-shadow: 0 12px 35px rgba(23, 21, 18, 0.06);
}

.stats article {
  padding: 28px;
}

.stats strong {
  display: block;
  font-size: clamp(32px, 4vw, 50px);
  letter-spacing: -0.05em;
}

.stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.payment-section {
  background: linear-gradient(135deg, #231f19, var(--forest));
}

.payment-section h2,
.payment-section .eyebrow {
  color: #fff8ed;
}

.payment-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
  gap: 20px;
}

.payment-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  padding: 32px 20px;
  text-align: center;
  background: rgba(255, 252, 246, 0.08);
  border-color: rgba(255, 252, 246, 0.14);
}

.payment-grid span {
  display: block;
  color: #f8dca7;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.payment-grid span.is-text {
  font-size: clamp(32px, 3.5vw, 48px);
  letter-spacing: -0.03em;
}

.payment-grid p {
  margin: 12px 0 0;
  color: #fbf1df;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  max-width: 14ch;
}

.calculator-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: center;
  background: rgba(255, 252, 246, 0.46);
}

.calculator-copy p:not(.eyebrow),
.video-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.calculator-card {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(183, 144, 84, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.82);
  box-shadow: var(--shadow);
}

.calculator-card label {
  display: grid;
  gap: 10px;
  color: var(--forest);
  font-weight: 800;
}

.calculator-card select,
.calculator-card input[type="range"] {
  width: 100%;
}

.calculator-card select {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--paper);
}

.calculator-card input[type="range"] {
  accent-color: var(--gold-dark);
}

.calculator-card label span {
  color: var(--muted);
  font-size: 14px;
}

.calc-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.calc-results article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(244, 239, 230, 0.82), rgba(255, 252, 246, 0.82));
}

.calc-results span,
.calc-results strong {
  display: block;
}

.calc-results span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.calc-results strong {
  margin-top: 6px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.home-model-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  max-width: 920px;
  margin: 0 auto 28px;
  padding: 18px 24px;
  border: 1px solid rgba(183, 144, 84, 0.32);
  border-radius: 20px;
  background: rgba(255, 252, 246, 0.88);
}

.home-model-note strong {
  font-size: 20px;
  letter-spacing: -0.03em;
}

.home-model-note span {
  color: var(--muted);
  font-weight: 700;
}

.home-cards {
  grid-template-columns: repeat(3, 1fr);
}

.home-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.78);
  box-shadow: 0 18px 48px rgba(23, 21, 18, 0.08);
}

.home-card.featured {
  transform: translateY(-18px);
  border-color: rgba(183, 144, 84, 0.42);
  box-shadow: var(--shadow);
}

.card-visual {
  min-height: 230px;
  overflow: hidden;
  background: #e8dfd2;
}

.card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.model-detail-single {
  max-width: 1100px;
  margin: 0 auto;
}

.visual-a {
  background:
    linear-gradient(180deg, rgba(23, 21, 18, 0.06), rgba(23, 21, 18, 0.18)),
    url("/images/verdalia-house-front.png") center / cover,
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.8), transparent 9rem),
    linear-gradient(135deg, #d9c7aa, #6f8067);
}

.visual-b {
  background:
    linear-gradient(180deg, rgba(23, 21, 18, 0.04), rgba(23, 21, 18, 0.18)),
    url("/images/verdalia-street-view.png") center / cover,
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.78), transparent 10rem),
    linear-gradient(135deg, #bd9f6d, #edf0df 48%, #536650);
}

.visual-c {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.8), transparent 9rem),
    linear-gradient(135deg, #efe3cf, #a99162, #2f3c2c);
}

.card-body {
  padding: 26px;
}

.card-body small {
  color: var(--gold-dark);
  font-weight: 800;
  text-transform: uppercase;
}

.card-body h3 {
  margin-top: 10px;
}

.card-body p {
  color: var(--muted);
  line-height: 1.6;
}

.card-body strong {
  display: block;
  margin-bottom: 18px;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.card-body a {
  color: var(--gold-dark);
  font-weight: 800;
}

.model-section {
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.5), rgba(232, 220, 203, 0.36));
}

.model-grid {
  display: grid;
  gap: 22px;
}

.model-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.78);
  box-shadow: 0 18px 45px rgba(23, 21, 18, 0.08);
}

.model-detail.highlighted {
  border-color: rgba(183, 144, 84, 0.42);
  background: linear-gradient(135deg, rgba(255, 252, 246, 0.92), rgba(232, 220, 203, 0.68));
}

.model-plan {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-height: 230px;
  padding: 18px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(23, 21, 18, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 21, 18, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #f4eadc, #c7b18a);
  background-size: 34px 34px, 34px 34px, auto;
}

.model-plan::before,
.model-plan::after {
  position: absolute;
  content: "";
  border: 3px solid rgba(40, 52, 38, 0.7);
  border-radius: 10px;
}

.model-plan::before {
  inset: 42px 54% 62px 28px;
}

.model-plan::after {
  inset: 62px 28px 42px 54%;
}

.model-plan span {
  z-index: 1;
  align-self: start;
  justify-self: start;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff8ed;
  background: var(--forest);
  font-size: 12px;
  font-weight: 800;
}

.plan-b {
  background:
    linear-gradient(90deg, rgba(23, 21, 18, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 21, 18, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #f7efdF, #b79054 58%, #718064);
  background-size: 34px 34px, 34px 34px, auto;
}

.plan-c {
  background:
    linear-gradient(90deg, rgba(23, 21, 18, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 21, 18, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #ead6b6, #fffcf6 44%, #283426);
  background-size: 34px 34px, 34px 34px, auto;
}

.model-plan-real {
  background: #f7f1e8;
  background-image: none;
}

.model-plan-real::before,
.model-plan-real::after {
  display: none;
}

.model-plan-real .plan-thumb {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 21, 18, 0.1);
}

.plans-section {
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.72), rgba(232, 220, 203, 0.28));
}

.plans-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.plans-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.plans-stats article {
  padding: 18px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.88);
  text-align: center;
}

.plans-stats strong {
  display: block;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.plans-stats span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.plan-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.plan-tab {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 252, 246, 0.86);
  cursor: pointer;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.plan-tab.active {
  color: #fff8ed;
  background: var(--forest);
}

.plan-rooms {
  display: none;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.9);
}

.plan-rooms.active {
  display: block;
}

.plan-rooms h3 {
  margin: 0 0 16px;
  font-size: 18px;
}

.plan-rooms ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-rooms li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 600;
}

.plan-rooms li:last-child {
  border-bottom: 0;
}

.plan-rooms li strong {
  color: var(--ink);
  font-size: 15px;
  white-space: nowrap;
}

.plans-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.plans-downloads .button {
  flex: 1;
  min-width: 140px;
  justify-content: center;
  text-align: center;
}

.plans-viewer-col {
  display: grid;
  gap: 14px;
}

.plan-view-modes {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.plan-view-mode {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.86);
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}

.plan-view-mode.active {
  background: var(--gold);
  color: #171512;
  border-color: transparent;
}

.plans-viewer {
  padding: 18px;
  border: 1px solid rgba(183, 144, 84, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.92);
  box-shadow: var(--shadow);
}

.plans-viewer--3d {
  background: linear-gradient(145deg, #1e1e1e, #2a2a2a);
  border-color: rgba(255, 252, 246, 0.12);
}

.plans-viewer--3d .plan-caption {
  color: rgba(255, 248, 237, 0.75);
}

.plans-viewer--3d .plan-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  padding: 24px;
  background: #121212;
  overflow: hidden;
}

.plans-viewer--2d ~ .plans-3d-duo {
  display: none;
}

.plans-3d-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.plans-3d-card {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.9);
  cursor: pointer;
  text-align: left;
}

.plans-3d-card.active {
  border-color: var(--forest);
  box-shadow: 0 8px 20px rgba(40, 52, 38, 0.15);
}

.plans-3d-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  overflow: hidden;
  background: #1a1a1a;
  border-radius: 10px;
}

.plans-3d-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.2s ease;
}

.plans-3d-card[data-plan="parter"] .plans-3d-thumb img {
  transform: scale(1.2);
  object-position: 58% 46%;
}

.plans-3d-card[data-plan="etaj"] .plans-3d-thumb img {
  transform: scale(1.2);
  object-position: 42% 54%;
}

.plans-3d-card.active .plans-3d-thumb img {
  transform: scale(1.24);
}

.plans-3d-card span {
  font-size: 13px;
  font-weight: 800;
  color: var(--forest);
}

.plans-3d-strip {
  background: rgba(40, 52, 38, 0.04);
}

.plans-3d-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.plans-3d-grid figure {
  margin: 0;
}

.plans-3d-grid img {
  width: 100%;
  min-height: 220px;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
  background: #1a1a1a;
  display: block;
  transform-origin: center center;
}

.plans-3d-grid img[data-plan="parter"] {
  object-position: 56% 48%;
}

.plans-3d-grid img[data-plan="etaj"] {
  object-position: 44% 52%;
}

.plans-3d-grid figcaption {
  margin-top: 12px;
}

.plans-3d-grid figcaption strong {
  display: block;
  font-size: 18px;
}

.plans-3d-grid figcaption span {
  color: var(--muted);
  font-size: 14px;
}

.plans-3d-cta {
  text-align: center;
  margin-top: 28px;
}

.plan-zoom-link {
  display: block;
  cursor: zoom-in;
}

.plan-zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #fff;
  cursor: zoom-in;
  overflow: hidden;
}

.plan-zoom img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 640px);
  object-fit: contain;
}

.plans-viewer--3d .plan-zoom img {
  width: auto;
  max-width: 100%;
  max-height: min(62vh, 560px);
  margin: 0 auto;
  transition: transform 0.2s ease;
}

.plans-viewer--3d .plan-zoom img[data-plan="parter"] {
  transform: scale(1.06);
  object-position: 54% 48%;
}

.plans-viewer--3d .plan-zoom img[data-plan="etaj"] {
  transform: scale(1.06);
  object-position: 46% 52%;
}

.plan-caption {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.plan-lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(23, 21, 18, 0.88);
}

.plan-lightbox.hidden {
  display: none;
}

.plan-lightbox img {
  max-width: min(1200px, 96vw);
  max-height: 90vh;
  border-radius: 12px;
  background: #1a1a1a;
  object-fit: contain;
}

.plan-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 252, 246, 0.3);
  border-radius: 50%;
  color: #fff8ed;
  background: rgba(23, 21, 18, 0.5);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.project-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card.is-playing .play-button,
.video-card.is-playing > span {
  opacity: 0;
  pointer-events: none;
}

.video-card.is-playing .project-video {
  z-index: 3;
}

.model-detail ul {
  margin: 18px 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.85;
  font-weight: 600;
}

.text-link {
  color: var(--gold-dark);
  font-weight: 900;
}

.parcel-section {
  background: linear-gradient(135deg, rgba(40, 52, 38, 0.08), rgba(183, 144, 84, 0.1));
}

.parcel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: 28px;
  align-items: stretch;
}

.parcel-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(96px, 1fr));
  gap: 16px;
  min-height: 420px;
  padding: clamp(22px, 4vw, 42px);
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(255, 252, 246, 0.2) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 252, 246, 0.2) 1px, transparent 1px),
    linear-gradient(135deg, #d8c6aa, #8a9b7f);
  background-size: 58px 58px, 58px 58px, auto;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.parcel-map::before {
  position: absolute;
  inset: 50% 6%;
  z-index: 2;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.82);
  box-shadow: 0 8px 24px rgba(23, 21, 18, 0.12);
  content: "";
  pointer-events: none;
}

.parcel {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 148px;
  padding: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 252, 246, 0.85);
  border-radius: 18px;
  color: #fff8ed;
  background: #283426;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(23, 21, 18, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.parcel-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.parcel[data-lot="01"] .parcel-thumb {
  object-position: 52% 42%;
}

.parcel[data-lot="02"] .parcel-thumb {
  object-position: center 38%;
}

.parcel[data-lot="03"] .parcel-thumb {
  object-position: 68% center;
}

.parcel[data-lot="04"] .parcel-thumb {
  object-position: 40% 55%;
}

.parcel[data-lot="05"] .parcel-thumb {
  object-position: 55% 48%;
}

.parcel[data-lot="06"] .parcel-thumb {
  object-position: center 60%;
}

.parcel[data-lot="07"] .parcel-thumb {
  object-position: 25% 45%;
}

.parcel[data-lot="08"] .parcel-thumb {
  object-position: 75% 40%;
}

.parcel-label {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10px 8px 12px;
  background: linear-gradient(180deg, transparent, rgba(23, 21, 18, 0.82));
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
}

.parcel:hover,
.parcel.active {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(23, 21, 18, 0.2);
}

.parcel.active {
  outline: 4px solid rgba(255, 248, 237, 0.56);
}

.parcel.reserved {
  border-color: rgba(183, 144, 84, 0.95);
}

.parcel.reserved::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(183, 144, 84, 0.38);
  content: "";
  pointer-events: none;
}

.parcel.sold {
  border-color: rgba(23, 21, 18, 0.5);
}

.parcel.sold::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(23, 21, 18, 0.55);
  content: "";
  pointer-events: none;
}

.parcel-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%) rotate(-12deg);
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(23, 21, 18, 0.92);
  color: #fff8ed;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.parcel-badge.reserved {
  background: rgba(183, 144, 84, 0.95);
  color: #171512;
}

.parcel.sold .parcel-label {
  opacity: 0.65;
}

.lot-sold-notice {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(23, 21, 18, 0.08);
  color: var(--muted);
  font-weight: 600;
}

.hidden {
  display: none !important;
}

.parcel.available::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(40, 52, 38, 0.12);
  content: "";
  pointer-events: none;
}

.parcel-info-visual {
  margin: -30px -30px 22px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}

.parcel-info-visual img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center 42%;
}

.parcel-info {
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(183, 144, 84, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.86);
  box-shadow: 0 18px 45px rgba(23, 21, 18, 0.1);
}

.parcel-info dl {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.parcel-info dl div {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.parcel-info dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.parcel-info dd {
  margin: 6px 0 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.features-section {
  background: rgba(255, 252, 246, 0.42);
}

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

.features-grid article {
  min-height: 116px;
  padding: 26px;
  color: var(--forest);
  font-size: 18px;
  font-weight: 800;
}

.features-grid article::before {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #f5dbad);
  content: "";
}

.investment-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: center;
}

.investment-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.72);
}

.timeline span {
  color: var(--muted);
  font-weight: 800;
}

.timeline strong {
  font-size: 24px;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.8fr);
  gap: 44px;
  align-items: center;
  background: rgba(255, 252, 246, 0.44);
}

.video-card {
  position: relative;
  display: grid;
  min-height: 460px;
  place-items: center;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.72), transparent 12rem),
    linear-gradient(135deg, rgba(23, 21, 18, 0.08), rgba(23, 21, 18, 0.24)),
    linear-gradient(135deg, #d9c4a1, #7d8d72 58%, #283426);
  box-shadow: var(--shadow);
}

.video-card:has(.project-video)::before,
.video-card:has(.project-video)::after {
  display: none;
}

.video-card::before {
  position: absolute;
  right: 10%;
  bottom: 13%;
  width: 55%;
  height: 34%;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff8eb 0 58%, #b79054 58% 100%);
  box-shadow: 0 20px 45px rgba(23, 21, 18, 0.24);
  content: "";
}

.video-card::after {
  position: absolute;
  right: 14%;
  bottom: 30%;
  width: 47%;
  height: 26%;
  transform: skewX(-20deg);
  border-radius: 12px;
  background: #171512;
  content: "";
}

.play-button {
  z-index: 2;
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid rgba(255, 252, 246, 0.5);
  border-radius: 50%;
  color: var(--forest);
  background: rgba(255, 252, 246, 0.92);
  cursor: pointer;
  font-size: 30px;
  box-shadow: 0 18px 45px rgba(23, 21, 18, 0.18);
}

.video-card span {
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 2;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff8ed;
  background: rgba(23, 21, 18, 0.62);
  font-weight: 800;
}

.trust-section {
  background: linear-gradient(135deg, #231f19, var(--forest));
}

.trust-section h2,
.trust-section .eyebrow {
  color: #fff8ed;
}

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

.trust-grid article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(255, 252, 246, 0.14);
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.08);
}

.trust-grid article::before {
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff0c8, var(--gold));
  content: "";
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: #fff8ed;
  font-size: 20px;
}

.trust-grid span {
  margin-top: 10px;
  color: #d8ccbb;
  line-height: 1.6;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(0, 0.9fr);
  gap: 48px;
  align-items: center;
  background: linear-gradient(135deg, rgba(40, 52, 38, 0.08), rgba(183, 144, 84, 0.1));
}

.map-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(90deg, rgba(255, 252, 246, 0.35) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 252, 246, 0.35) 1px, transparent 1px),
    linear-gradient(135deg, #d8c6aa, #7f916f);
  background-size: 60px 60px, 60px 60px, auto;
  box-shadow: var(--shadow);
}

.map-pin {
  position: absolute;
  top: 46%;
  left: 52%;
  width: 34px;
  height: 34px;
  transform: rotate(45deg);
  border-radius: 50% 50% 50% 6px;
  background: var(--forest);
  box-shadow: 0 0 0 16px rgba(40, 52, 38, 0.14);
}

.map-pin::after {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #fff8ed;
  content: "";
}

.location-list {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}

.location-list article {
  padding: 22px;
}

.location-list strong,
.location-list span {
  display: block;
}

.location-list strong {
  color: var(--gold-dark);
  font-size: 30px;
}

.location-list span {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

.details-section {
  background: rgba(255, 252, 246, 0.5);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.tab {
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 252, 246, 0.76);
  cursor: pointer;
  font-weight: 800;
}

.tab.active {
  color: #fff8ed;
  background: var(--forest);
}

.tab-panel {
  display: none;
  max-width: 1050px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.8);
  box-shadow: 0 16px 45px rgba(23, 21, 18, 0.07);
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin-bottom: 22px;
}

.tab-panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.9;
  font-weight: 600;
}

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

.finish-grid article {
  padding: 22px;
}

.finish-grid strong,
.finish-grid span {
  display: block;
}

.finish-grid span {
  margin-top: 6px;
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: 230px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.75), transparent 8rem),
    linear-gradient(135deg, #e7d8c2, #8c9b7d);
  box-shadow: 0 16px 42px rgba(23, 21, 18, 0.08);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 21, 18, 0.02), rgba(23, 21, 18, 0.2));
  content: "";
  pointer-events: none;
}

.gallery-item:nth-child(2) {
  background:
    radial-gradient(circle at 75% 22%, rgba(255, 255, 255, 0.72), transparent 8rem),
    linear-gradient(135deg, #c2a06f, #f1eadc);
}

.gallery-item:nth-child(3) {
  background:
    radial-gradient(circle at 45% 18%, rgba(255, 255, 255, 0.72), transparent 8rem),
    linear-gradient(135deg, #f4ebdc, #394934);
}

.gallery-item:nth-child(4) {
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.72), transparent 9rem),
    linear-gradient(135deg, #7c8b70, #ead8b8);
}

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

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

.seo-section {
  max-width: 1050px;
  margin: 0 auto;
}

.seo-section h3 {
  margin: 32px 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -0.03em;
}

.seo-section p {
  color: #2c3e52;
  font-size: 18px;
  line-height: 1.75;
}

.seo-section h2 {
  color: #0f1b2a;
}

.seo-section p + p {
  margin-top: 14px;
}

.seo-section a {
  color: var(--forest);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.brochure-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 248, 237, 0.2), transparent 20rem),
    linear-gradient(135deg, #252119, var(--forest));
}

.brochure-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 36px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(255, 252, 246, 0.16);
  border-radius: 34px;
  background: rgba(255, 252, 246, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.brochure-card h2,
.brochure-card .eyebrow {
  color: #fff8ed;
}

.brochure-card p {
  color: #d8ccbb;
  font-size: 18px;
  line-height: 1.7;
}

.brochure-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 252, 246, 0.16);
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.09);
}

.brochure-form label {
  display: grid;
  gap: 8px;
  color: #fff8ed;
  font-weight: 800;
}

.brochure-form input {
  width: 100%;
  border: 1px solid rgba(255, 252, 246, 0.18);
  border-radius: 16px;
  padding: 14px 16px;
  color: #fff8ed;
  background: rgba(255, 252, 246, 0.08);
  outline: none;
}

.brochure-form small {
  color: #d8ccbb;
  line-height: 1.5;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: 42px;
  align-items: start;
  background: linear-gradient(135deg, #252119, var(--forest));
}

.contact-section h2,
.contact-section .eyebrow {
  color: #fff8ed;
}

.contact-copy p:not(.eyebrow) {
  color: #d8ccbb;
  font-size: 18px;
  line-height: 1.7;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  color: #fff8ed;
  font-weight: 800;
}

.contact-section .contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 252, 246, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.08);
}

.contact-section .contact-form label {
  display: grid;
  gap: 8px;
  color: #fff8ed;
  font-weight: 800;
}

.contact-section .contact-form input,
.contact-section .contact-form select,
.contact-section .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 252, 246, 0.18);
  border-radius: 16px;
  padding: 14px 16px;
  color: #fff8ed;
  background: rgba(255, 252, 246, 0.08);
  outline: none;
}

.contact-section .contact-form textarea {
  resize: vertical;
}

.contact-section .contact-form ::placeholder {
  color: rgba(255, 248, 237, 0.56);
}

.contact-section .contact-form option {
  color: var(--ink);
}

.contact-section .privacy-check {
  color: #fff8ed;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding: 42px clamp(20px, 5vw, 72px);
  color: #f7eddd;
  background: #121510;
}

.footer-brand .brand-mark {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.site-footer p {
  max-width: 420px;
  color: #bfb3a3;
  line-height: 1.65;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: start;
  font-weight: 800;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
}

.lead-pop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  width: min(330px, calc(100vw - 40px));
  padding: 24px;
  border: 1px solid rgba(183, 144, 84, 0.34);
  border-radius: 26px;
  background: rgba(255, 252, 246, 0.95);
  box-shadow: 0 20px 60px rgba(23, 21, 18, 0.2);
  backdrop-filter: blur(18px);
}

.lead-pop.hidden {
  display: none;
}

.lead-pop span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff8ed;
  background: var(--forest);
  font-size: 12px;
  font-weight: 800;
}

.lead-pop strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.lead-pop p {
  margin: 10px 0 18px;
  color: var(--muted);
  line-height: 1.5;
}

.lead-pop a {
  color: var(--gold-dark);
  font-weight: 800;
}

.lead-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: rgba(23, 21, 18, 0.06);
  cursor: pointer;
  font-size: 20px;
}

.sticky-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 28;
  display: none;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff8ed;
  background: linear-gradient(135deg, #1f6f42, #14452b);
  box-shadow: 0 16px 42px rgba(20, 69, 43, 0.26);
  font-weight: 900;
}

@media (max-width: 1080px) {
  .site-header {
    align-items: flex-start;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav,
  .header-actions {
    display: none;
  }

  .site-header.nav-open {
    flex-wrap: wrap;
  }

  .site-header.nav-open .main-nav,
  .site-header.nav-open .header-actions {
    display: flex;
    width: 100%;
  }

  .site-header.nav-open .main-nav {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
  }

  .hero,
  .intro-grid,
  .calculator-section,
  .model-detail,
  .parcel-layout,
  .video-section,
  .investment-section,
  .location-section,
  .brochure-card,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .home-cards,
  .features-grid,
  .finish-grid,
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-card.featured {
    transform: none;
  }

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

  .parcel-map {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }
}

@media (max-width: 720px) {
  .promo-bar {
    flex-direction: column;
    gap: 5px;
  }

  .site-header {
    padding-inline: 16px;
  }

  .hero,
  .section {
    padding-inline: 16px;
  }

  .hero-card {
    min-width: 0;
  }

  .hero-image {
    min-height: 420px;
    border-radius: 30px;
  }

  .stats,
  .calc-results,
  .payment-grid,
  .home-cards,
  .features-grid,
  .finish-grid,
  .location-list,
  .gallery-grid,
  .parcel-map,
  .trust-grid,
  .progress-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .progress-grid {
    max-width: 100%;
    gap: 14px;
  }

  .progress-grid article {
    padding: 20px 18px;
  }

  .progress-grid strong {
    font-size: clamp(1.25rem, 6vw, 1.75rem);
  }

  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer {
    padding-inline: 16px;
  }

  .lead-pop {
    right: 16px;
    bottom: 78px;
  }

  .sticky-whatsapp {
    display: flex;
    right: 16px;
    bottom: 16px;
  }

  .parcel {
    min-height: 86px;
  }

  .plans-layout,
  .plans-stats,
  .plans-3d-grid,
  .plans-3d-duo {
    grid-template-columns: 1fr;
  }

  .model-detail {
    grid-template-columns: 1fr;
  }

  .packages-table-wrap {
    overflow-x: auto;
  }
}

.packages-section {
  background: rgba(255, 252, 246, 0.5);
}

.packages-table-wrap {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(23, 21, 18, 0.07);
}

.packages-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 252, 246, 0.92);
}

.packages-table th,
.packages-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-weight: 600;
}

.packages-table th:first-child,
.packages-table td:first-child {
  text-align: left;
  color: var(--muted);
}

.packages-table thead th {
  color: var(--forest);
  font-size: 15px;
  background: rgba(232, 220, 203, 0.45);
}

.packages-table .featured-col {
  background: rgba(183, 144, 84, 0.14);
}

.parcel-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.legend-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 4px;
  vertical-align: -2px;
}

.legend-dot.available {
  background: rgba(40, 52, 38, 0.85);
}

.legend-dot.reserved {
  background: rgba(183, 144, 84, 0.9);
}

.legend-dot.sold {
  background: rgba(23, 21, 18, 0.55);
}

.map-card-live {
  padding: 0;
}

.map-card-live iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
  border-radius: 38px;
}

.map-open-link {
  display: inline-block;
  margin: 0 0 22px;
}

.faq-section {
  background: rgba(255, 252, 246, 0.44);
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.9);
  overflow: hidden;
}

.faq-item summary {
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0;
  padding: 0 22px 18px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 600;
}

.progress-section {
  background: linear-gradient(135deg, rgba(40, 52, 38, 0.08), rgba(183, 144, 84, 0.12));
}

.progress-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.progress-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.88);
  text-align: center;
}

.progress-grid strong {
  display: block;
  font-size: 30px;
  color: var(--gold-dark);
}

.progress-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.calc-credit {
  grid-column: 1 / -1;
  border: 1px dashed rgba(183, 144, 84, 0.5);
  border-radius: 16px;
  background: rgba(183, 144, 84, 0.08);
}

.calc-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.calc-credit-controls {
  margin-top: 16px;
}

.form-alert {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 700;
}

.form-alert.success {
  color: #1f4d33;
  background: rgba(116, 131, 105, 0.2);
}

.form-alert.error {
  color: #6b2f2f;
  background: rgba(183, 84, 84, 0.15);
}

.field-error {
  display: block;
  margin: -8px 0 12px;
  color: #8c3b3b;
  font-size: 13px;
  font-weight: 700;
}

#contact-lot {
  cursor: pointer;
}

/* SEO pages */
.breadcrumbs {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 12px 20px 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

.breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  opacity: 0.6;
}

.breadcrumbs a {
  color: var(--forest);
  text-decoration: none;
}

.content-page {
  max-width: 820px;
  margin: 0 auto;
}

.content-page .lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
}

.content-hero-image {
  width: 100%;
  border-radius: var(--radius);
  margin: 20px 0;
  display: block;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0;
}

.content-grid article {
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.7);
  border: 1px solid rgba(23, 21, 18, 0.08);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.spec-grid article {
  padding: 16px;
  border-radius: 14px;
  background: rgba(40, 52, 38, 0.08);
  text-align: center;
}

.spec-grid strong {
  display: block;
  font-size: 20px;
}

.spec-grid span {
  color: var(--muted);
  font-size: 13px;
}

.parcel-links {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px;
}

.parcel-links a {
  color: var(--forest);
  font-weight: 700;
}

.parcel-status-banner {
  padding: 14px 16px;
  border-radius: 12px;
  margin: 16px 0;
}

.parcel-status-banner.status-sold {
  background: rgba(23, 21, 18, 0.1);
}

.parcel-status-banner.status-reserved {
  background: rgba(183, 144, 84, 0.2);
}

.parcel-status-banner.status-available {
  background: rgba(40, 52, 38, 0.12);
}

.parcel-details-dl {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.cta-strip {
  text-align: center;
  background: linear-gradient(135deg, rgba(40, 52, 38, 0.1), rgba(183, 144, 84, 0.14));
  border-radius: var(--radius);
  margin: 40px auto;
  max-width: var(--max-width);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.blog-card {
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.85);
  border: 1px solid rgba(23, 21, 18, 0.08);
}

.blog-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}

.blog-card h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.blog-card h2 a {
  color: inherit;
  text-decoration: none;
}

.blog-card time {
  font-size: 13px;
  color: var(--muted);
}

.article-body {
  line-height: 1.8;
  color: var(--muted);
}

.article-body p {
  margin: 0 0 16px;
}

.video-embed-section .video-embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 920px;
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
}

.video-embed-section iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.parcel-label a {
  color: inherit;
  text-decoration: none;
}

.error-page ul {
  line-height: 2;
}

.legal-page h2 {
  margin-top: 28px;
  font-size: 22px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 12px;
}

.footer-legal a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.cookie-consent {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 9999;
  max-width: 560px;
  margin: 0 auto;
}

.cookie-consent-inner {
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(23, 21, 18, 0.94);
  color: #fff8ed;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.cookie-consent-inner p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
}

.cookie-consent-inner a {
  color: #e8dccb;
  font-weight: 700;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.privacy-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 500 !important;
}

.privacy-check input {
  width: auto;
  margin-top: 4px;
}

.lot-page-link {
  display: inline-flex;
  margin-top: 12px;
}

.thank-you-page {
  text-align: center;
  padding: 60px 20px 80px;
}

.urgency-banner {
  margin: 12px 0 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(40, 52, 38, 0.08);
  color: var(--forest);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.urgency-banner--muted {
  background: rgba(120, 120, 120, 0.12);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.testimonial-card {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.9);
}

.testimonial-card p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
}

.testimonial-card footer {
  margin-top: 14px;
}

.testimonial-card footer span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.parcel-compare-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto 24px;
}

.parcel-compare-controls label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  color: var(--forest);
}

.parcel-compare-controls select {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  background: var(--paper);
}

.parcel-compare-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  background: rgba(255, 252, 246, 0.92);
  border-radius: var(--radius);
  overflow: hidden;
}

.parcel-compare-table th,
.parcel-compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.parcel-compare-table thead th {
  background: rgba(40, 52, 38, 0.06);
  font-size: 14px;
}

.calc-prompt {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(20, 20, 20, 0.55);
}

.calc-prompt.hidden {
  display: none;
}

.calc-prompt-card {
  position: relative;
  width: min(440px, 100%);
  padding: 28px;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.calc-prompt-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 24px;
  color: var(--ink);
  cursor: pointer;
}

.calc-prompt-card > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.calc-prompt-card .contact-form {
  display: grid;
  gap: 16px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.calc-prompt-card .contact-form label {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-weight: 800;
}

.calc-prompt-card .contact-form input,
.calc-prompt-card .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.calc-prompt-card .contact-form ::placeholder {
  color: var(--muted);
  opacity: 1;
}

.calc-prompt-card .privacy-check {
  color: var(--ink);
  font-weight: 600;
}

.calc-prompt-card .privacy-check a {
  color: var(--forest);
  font-weight: 800;
}

.calc-mortgage-note {
  font-size: 14px;
  color: var(--muted);
}

.calc-disclaimer {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}

.brochure-gate-form {
  display: grid;
  gap: 12px;
}

.thank-you-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}

.thank-you-map iframe,
.thank-you-video video {
  width: 100%;
  border-radius: var(--radius);
}

.parcel-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.parcel-gallery img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
}

.admin-parcel-history ul {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 13px;
}

label.hidden {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .content-grid,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .parcel-compare-controls,
  .thank-you-grid,
  .calculator-section {
    grid-template-columns: 1fr;
  }
}
