:root {
  --green: #8bad00;
  --green-dark: #526f00;
  --green-soft: #edf4d6;
  --ink: #151719;
  --muted: #5f665e;
  --line: #dfe5da;
  --paper: #fbfbf7;
  --white: #fff;
  --wood: #7c5737;
  --shadow: 0 20px 50px rgba(23, 28, 24, .14);
  --radius: 8px;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

img,
iframe {
  max-width: 100%;
}

img {
  display: block;
}

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .32);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled,
.mobile-menu.is-open {
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  box-shadow: 0 8px 30px rgba(15, 23, 18, .08);
  backdrop-filter: blur(14px);
}

.brand {
  display: grid;
  line-height: 1;
  min-width: 178px;
}

.brand span {
  font-size: 2rem;
  letter-spacing: .01em;
  font-weight: 400;
}

.brand small {
  margin-top: 3px;
  font-size: .8rem;
  opacity: .86;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
  font-size: .93rem;
}

.main-nav a {
  opacity: .9;
}

.main-nav a:hover,
.main-nav a:focus {
  opacity: 1;
  color: var(--green);
}

.nav-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-weight: 700;
}

.nav-whatsapp.mobile-only {
  display: none;
}

.nav-whatsapp svg,
.floating-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.wa-icon {
  display: block;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: inherit;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: currentColor;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  color: var(--white);
}

.hero picture,
.hero picture img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
}

.hero-overlay {
  background: rgba(6, 9, 7, .42);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin: 0 auto;
  min-height: 100%;
  padding: clamp(132px, 18vh, 164px) 0 clamp(20px, 4.5vh, 52px);
  max-width: 960px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-self: start;
  box-sizing: border-box;
}

.hero-logo-image {
  width: min(360px, 58vw);
  height: auto;
  margin-bottom: 28px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .18));
}

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

.hero .eyebrow {
  color: #d9ef7c;
}

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

h1 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 5.8vw, 5.4rem);
  line-height: 1;
}

.hero-content > p:not(.eyebrow):not(.hero-kicker):not(.hero-caption) {
  max-width: 760px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero p:not(.eyebrow) {
  max-width: 620px;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  color: rgba(255, 255, 255, .9);
}

.hero-summary {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 18px;
}

.investment-hero-summary {
  position: relative;
  z-index: 2;
  padding-top: 18px;
}

.investment-summary-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
}

.hero-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-summary-grid article {
  padding: 20px 22px;
  border: 1px solid rgba(18, 28, 20, .08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(15, 23, 18, .08);
  backdrop-filter: blur(10px);
}

.hero-summary-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: .98rem;
  font-weight: 650;
}

.hero-summary-grid span {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6;
}

.hero-actions,
.section-head,
.stats-grid,
.info-cards,
.check-list {
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
}

.btn.primary {
  background: var(--green);
  color: var(--white);
}

.btn.secondary {
  background: var(--ink);
  color: var(--white);
}

.btn.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .6);
  margin-left: 10px;
}

.btn.full {
  width: 100%;
}

.section {
  padding: 96px 0;
}

.muted {
  background: #f1f4ec;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: center;
}

.two-col.center {
  align-items: center;
}

.intro p,
.location p,
.video-section p,
.contact p {
  color: var(--muted);
  font-size: 1.08rem;
}

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

.stats-grid article,
.info-cards article {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.stats-grid strong {
  display: block;
  color: var(--green-dark);
  font-size: 2rem;
  line-height: 1;
}

.stats-grid span,
.info-cards span {
  color: var(--muted);
}

.image-card {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.section-head {
  max-width: 760px;
}

.section-head.narrow {
  margin-inline: auto;
  text-align: center;
}

.section-head p {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.45;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green-dark);
  font-size: 1.35rem;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
  line-height: 1.65;
}

.gallery-shell {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 36px;
}

.gallery-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-nav {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-nav:hover,
.gallery-nav:focus {
  background: var(--green);
}

.gallery-item {
  position: relative;
  flex: 0 0 clamp(260px, 31vw, 380px);
  min-height: 260px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--white);
  background: #d8ddd0;
  cursor: pointer;
  scroll-snap-align: start;
}

.gallery-item.wide {
  flex-basis: clamp(360px, 52vw, 680px);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  transition: transform .35s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .02) 58%);
}

.gallery-item span {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 16px;
  font-weight: 800;
}

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

.distance-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.distance-list li {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.distance-list strong {
  color: var(--green-dark);
  font-size: 1.2rem;
}

.location-copy {
  max-width: 860px;
}

.plans-section {
  padding-top: 0;
  padding-bottom: 24px;
}

.material-band {
  padding-top: 52px;
  padding-bottom: 52px;
  border-top: 1px solid var(--line);
}

.material-band-alt {
  background: #f1f4ec;
}

.material-head {
  margin-bottom: 22px;
}

.plan-card {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.18fr);
  gap: 36px;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.plan-card.reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .62fr);
}

.plan-card.reverse .plan-copy {
  order: 2;
}

.plan-card.reverse .plan-media {
  order: 1;
}

.plan-copy p:not(.eyebrow) {
  color: var(--muted);
}

.plan-copy h2 {
  max-width: 16ch;
  margin-bottom: 14px;
}

.plan-copy p {
  max-width: 52ch;
  margin-bottom: 0;
  font-size: 1.02rem;
  line-height: 1.72;
}

.plan-media {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #dde3d5;
}

.plan-media img {
  width: 100%;
  height: auto;
  min-height: 420px;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.amenity-section {
  background: var(--ink);
  color: var(--white);
}

.amenity-section .eyebrow,
.amenity-section p {
  color: #cfe77a;
}

.masterplan {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 42px;
}

.masterplan > img,
.amenities {
  border-radius: var(--radius);
}

.masterplan > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.amenities {
  padding: 30px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
}

.amenities h3 {
  margin-bottom: 18px;
}

.amenities ol {
  columns: 1;
  padding-left: 22px;
  margin: 0;
}

.amenities li {
  margin-bottom: 8px;
}

.video-section {
  background: var(--paper);
}

.video-box {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  background: #0d0f0c;
  box-shadow: var(--shadow);
}

.video-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.security {
  position: relative;
  min-height: 460px;
  display: grid;
  align-items: center;
  color: var(--white);
  overflow: hidden;
}

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

.security::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .18));
}

.security-content {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin: auto;
  max-width: 720px;
}

.security-content p:not(.eyebrow) {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, .9);
}

.contact {
  background:
    linear-gradient(120deg, rgba(237, 244, 214, .92), rgba(255, 255, 255, .94)),
    url("assets/img/praca.webp") center / cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .65fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.check-list {
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green);
}

.lead-form {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
  color: #1e2d1c;
  font-size: .84rem;
  font-weight: 650;
  line-height: 1.35;
  text-transform: uppercase;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #cfd8c7;
  border-radius: 6px;
  background: #fbfcf8;
  color: var(--ink);
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.55;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #6c7668;
  font-weight: 400;
}

.lead-form textarea {
  resize: vertical;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .83rem;
  font-weight: 450;
  line-height: 1.6;
}

.floating-whatsapp {
  position: fixed;
  z-index: 60;
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 14px 35px rgba(11, 60, 24, .28);
}

.floating-whatsapp svg {
  width: 24px;
  height: 24px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(0, 0, 0, .84);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-stage {
  position: relative;
  width: min(1200px, calc(100vw - 96px));
  padding: 0 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox img {
  width: auto;
  max-width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
}

.lightbox-close,
.lightbox-arrow {
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  translate: 0 -50%;
  font-size: 2.3rem;
  line-height: 1;
}

.lightbox-arrow.prev {
  left: 0;
}

.lightbox-arrow.next {
  right: 0;
}

.site-footer {
  padding: 42px 0;
  background: #101311;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1fr) minmax(220px, .9fr);
  gap: 20px;
  align-items: center;
}

.footer-grid strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 650;
  line-height: .95;
}

.footer-grid span,
.footer-grid p {
  color: rgba(255, 255, 255, .72);
}

.footer-grid span {
  display: block;
  margin-top: 3px;
  font-size: .84rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-summary {
  margin: 0;
  max-width: 320px;
  font-size: .92rem;
  font-weight: 430;
  line-height: 1.65;
}

.footer-highlights {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.footer-highlights li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, .8);
  font-size: .86rem;
  font-weight: 500;
  line-height: 1.55;
}

.footer-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d9ef7c;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-content: start;
}

.footer-links a {
  color: rgba(255, 255, 255, .9);
  font-size: .88rem;
  font-weight: 560;
  letter-spacing: .01em;
}

.footer-actions {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.footer-whatsapp {
  color: #d9ef7c;
  font-weight: 650;
  font-size: .95rem;
  letter-spacing: .01em;
}

.footer-contact-copy {
  margin: 0;
  max-width: 340px;
  text-align: right;
  font-size: .84rem;
  font-weight: 430;
  line-height: 1.55;
}

.footer-grid a {
  color: #d9ef7c;
  font-weight: 650;
}

.footer-note {
  margin: 0;
  max-width: 420px;
  font-size: .78rem;
  font-weight: 420;
  line-height: 1.55;
  text-align: right;
}

.legal-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #d9ef7c;
  font: inherit;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: underline;
  cursor: pointer;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 8, 7, .82);
}

.legal-modal.is-open {
  display: flex;
}

.legal-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(88vh, 920px);
  overflow: auto;
  padding: 30px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
}

.legal-panel p {
  color: var(--muted);
}

.legal-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #eef3e3;
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.subpage-body .site-header {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.investment-hero {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}

.investment-overlay {
  background: rgba(6, 9, 7, .5);
}

.investment-hero-content {
  max-width: 1020px;
  padding-bottom: clamp(20px, 4.5vh, 52px);
}

.investment-hero-content .hero-logo-image {
  width: min(320px, 46vw);
  margin-bottom: 20px;
}

.investment-hero-content h1 {
  max-width: 900px;
}

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

.hero-kicker {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .84);
  font-size: 1rem;
  font-weight: 600;
  max-width: 760px;
}

.hero-caption {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: .9rem;
  max-width: 760px;
}

@media (max-height: 860px) {
  .hero-content {
    padding-top: clamp(108px, 14vh, 128px);
    padding-bottom: 18px;
  }

  .hero-logo-image {
    width: min(290px, 44vw);
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(2.3rem, 4.9vw, 4.8rem);
    margin-bottom: 14px;
  }

  .hero p:not(.eyebrow),
  .hero-kicker,
  .hero-caption {
    font-size: clamp(.96rem, 1.45vw, 1.1rem);
  }

  .investment-hero-content .hero-logo-image {
    width: min(250px, 34vw);
    margin-bottom: 14px;
  }

  .investment-hero-content .hero-actions {
    margin-top: 16px;
  }
}

@media (max-height: 760px) {
  .hero-content {
    padding-top: 96px;
    padding-bottom: 14px;
  }

  .hero-logo-image {
    width: min(248px, 38vw);
    margin-bottom: 14px;
  }

  h1 {
    font-size: clamp(2rem, 4.2vw, 4rem);
    line-height: 1;
  }

  .hero-actions,
  .section-head,
  .stats-grid,
  .info-cards,
  .check-list {
    margin-top: 20px;
  }

  .investment-hero-content .hero-logo-image {
    width: min(220px, 30vw);
    margin-bottom: 12px;
  }

  .investment-hero-content .hero-actions {
    margin-top: 14px;
  }
}

.investment-badges,
.investment-stats,
.process-grid,
.feature-grid,
.city-indicators,
.credibility-grid {
  display: grid;
  gap: 14px;
}

.investment-badges {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.investment-hero-summary .investment-badges {
  margin-top: 0;
}

.investment-badges article {
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.investment-hero-summary .investment-badges article {
  border: 1px solid rgba(18, 28, 20, .08);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(15, 23, 18, .08);
}

.investment-badges strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.investment-hero-summary .investment-badges strong {
  color: var(--ink);
}

.investment-badges span {
  color: rgba(255, 255, 255, .76);
  font-size: .84rem;
  line-height: 1.5;
}

.investment-hero-summary .investment-badges span {
  color: var(--muted);
}

.investment-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.investment-stats article,
.process-card,
.feature-grid article,
.city-indicators article,
.location-points article,
.credibility-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.investment-stats strong,
.city-indicators strong,
.credibility-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 1.8rem;
  line-height: 1;
}

.investment-stats span,
.city-indicators span,
.credibility-grid span,
.location-points span {
  color: var(--muted);
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
  position: relative;
}

.process-card h3,
.feature-grid h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.process-card p,
.process-card small,
.feature-grid p,
.returns-note,
.location-points article,
.credibility-shell p {
  color: var(--muted);
}

.process-card small {
  display: block;
  margin-top: 12px;
  font-size: .84rem;
  line-height: 1.55;
}

.process-step {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 700;
}

.center-cta {
  margin-top: 26px;
  text-align: center;
}

.returns-table-wrap {
  margin-top: 26px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.returns-table {
  width: 100%;
  border-collapse: collapse;
}

.returns-table th,
.returns-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.returns-table th {
  background: #f3f6eb;
  color: var(--green-dark);
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.returns-table td {
  font-size: .96rem;
}

.returns-table tbody tr:last-child td {
  border-bottom: 0;
}

.returns-note {
  margin: 0;
  padding: 16px 20px 20px;
  font-size: .84rem;
  line-height: 1.6;
}

.city-indicators {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.location-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.location-points article strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.feature-grid p {
  margin: 0;
  line-height: 1.65;
}

.investment-credibility {
  background: #101311;
  color: var(--white);
}

.investment-credibility .section-head {
  max-width: 720px;
}

.investment-credibility .section-head h2,
.investment-credibility .section-head p {
  color: var(--white);
}

.credibility-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 26px;
  align-items: center;
}

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

.credibility-grid article {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
}

.credibility-grid strong {
  color: #d9ef7c;
}

@media (max-width: 960px) {
  .site-header {
    height: 72px;
    padding: 0 20px;
  }

  .main-nav,
  .nav-whatsapp:not(.mobile-only) {
    display: none;
  }

  .nav-whatsapp.mobile-only {
    display: inline-flex;
    margin-left: auto;
    min-height: 40px;
    padding: 9px 14px;
    font-size: .84rem;
  }

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

  .mobile-menu {
    position: fixed;
    z-index: 45;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 16px 40px rgba(15, 23, 18, .08);
  }

  .mobile-menu.is-open {
    display: grid;
    gap: 10px;
  }

  .mobile-menu a {
    padding: 14px 0;
    font-weight: 800;
    border-bottom: 1px solid var(--line);
  }

  .two-col,
  .contact-grid,
  .masterplan,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .gallery-shell {
    grid-template-columns: 1fr;
  }

  .gallery-track {
    display: flex;
  }

  .gallery-nav {
    display: none;
  }

  .masterplan > img {
    min-height: 360px;
  }

  .plan-card,
  .plan-card.reverse {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .plan-card.reverse .plan-copy,
  .plan-card.reverse .plan-media {
    order: initial;
  }

  .footer-actions {
    justify-items: start;
  }

  .footer-contact-copy,
  .footer-note {
    text-align: left;
  }

  .investment-badges,
  .investment-stats,
  .process-grid,
  .feature-grid,
  .city-indicators,
  .credibility-grid,
  .credibility-shell {
    grid-template-columns: 1fr;
  }

  .investment-hero-content {
    padding-bottom: 58px;
  }

  .legal-panel {
    padding: 22px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    font-size: 1.5rem;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
  }

  .hero-content {
    padding-top: clamp(104px, 15vh, 132px);
    padding-bottom: 18px;
    max-width: none;
  }

  .hero-summary {
    margin-top: 0;
    padding-top: 14px;
  }

  .investment-hero-summary {
    padding-top: 14px;
  }

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

  .hero-logo-image {
    width: min(270px, 72vw);
  }

  .investment-hero-content .hero-logo-image {
    width: min(188px, 50vw);
    margin-bottom: 10px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.35rem, 8.2vw, 3.4rem);
    line-height: 1.02;
  }

  .investment-hero-content h1 {
    font-size: clamp(1.82rem, 6.3vw, 2.55rem);
    line-height: 1.02;
    margin-bottom: 12px;
  }

  .investment-hero-content .eyebrow {
    margin-bottom: 10px;
  }

  .investment-hero-content .hero-kicker {
    margin-bottom: 10px;
    font-size: .94rem;
  }

  .investment-hero-content > p:not(.eyebrow):not(.hero-kicker):not(.hero-caption) {
    font-size: 1rem;
    line-height: 1.52;
  }

  .investment-hero-content .hero-actions {
    margin-top: 16px;
  }

  .investment-hero-content .btn {
    min-height: 44px;
    padding: 12px 18px;
    font-size: .98rem;
  }

  .investment-summary-note {
    margin-top: 14px;
    font-size: .88rem;
    line-height: 1.58;
  }

  h2 {
    font-size: 2.25rem;
  }

  .section {
    padding: 70px 0;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
  }

  .btn.ghost {
    margin-left: 0;
  }

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

  .gallery-track {
    display: flex;
  }

  .gallery-item,
  .gallery-item.wide {
    flex-basis: 86%;
  }

  .gallery-item,
  .gallery-item.wide {
    min-height: 240px;
  }

  .distance-list li {
    grid-template-columns: 68px 1fr;
  }

  .lead-form,
  .amenities,
  .material-band {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .material-head {
    margin-bottom: 16px;
  }

  .plan-copy h2,
  .plan-copy p {
    max-width: none;
  }

  .plan-media img {
    height: auto;
    min-height: 120px;
    aspect-ratio: 16 / 11;
  }

  .image-card img {
    aspect-ratio: 16 / 8.4;
  }

  .footer-links {
    gap: 8px 12px;
  }

  .investment-badges article,
  .investment-stats article,
  .process-card,
  .feature-grid article,
  .city-indicators article,
  .location-points article,
  .credibility-grid article {
    padding: 18px;
  }

  .returns-table th,
  .returns-table td {
    padding: 14px 14px;
  }

  .returns-table th {
    font-size: .74rem;
  }

  .returns-table td {
    font-size: .88rem;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }

  .lightbox {
    padding: 18px 10px;
  }

  .lightbox-stage {
    width: min(100vw - 20px, 1200px);
    padding: 0 42px;
  }

  .lightbox-arrow {
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }

  .lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
