:root {
  --black: #111111;
  --black-soft: #1b1b1b;
  --gold: #C0B088;
  --gold-hover: #C0B088;
  --white: #FFFFFF;
  --paper: #F7F4EE;
  --paper-alt: #F4F1EA;
  --muted: #5F5F5F;
  --line: rgba(192, 176, 136, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
input,
select {
  font: inherit;
}

button {
  appearance: none;
}

.site-shell {
  min-height: 100vh;
  background: var(--paper);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px) 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(17, 17, 17, 0.94);
  color: var(--white);
  backdrop-filter: blur(18px);
}

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

.brand-image {
  display: block;
  width: clamp(146px, 14vw, 214px);
  height: auto;
  max-height: 84px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.38));
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 750;
}

.header-whatsapp {
  border: 1px solid var(--gold);
  background: transparent;
  padding: 10px 14px;
  color: var(--gold);
  cursor: pointer;
  font-weight: 850;
}

.header-whatsapp:hover {
  background: var(--gold);
  color: var(--black);
}

.premium-hero {
  position: relative;
  min-height: calc(100vh - 86px);
  overflow: hidden;
  background: var(--black);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  background-image: url("./assets/hero-inmobiliario.png");
  background-position: center;
  background-size: cover;
  opacity: 1;
  transform: scale(1.02);
}

.hero-shade {
  background: rgba(0, 0, 0, 0.45);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.68fr);
  align-items: center;
  gap: clamp(26px, 5vw, 58px);
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  padding: 62px 0;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy {
  color: var(--white);
}

.hero-copy h1,
.section-heading h2,
.final-cta-premium h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 810px;
  font-size: clamp(2.65rem, 6vw, 5.8rem);
  line-height: 0.98;
}

.hero-copy p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.14rem;
  line-height: 1.75;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 34px;
}

.hero-stats div {
  border: 1px solid rgba(192, 176, 136, 0.42);
  background: rgba(255, 255, 255, 0.07);
  padding: 18px;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--gold);
  font-size: 1.18rem;
}

.hero-stats span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.4;
}

.lead-card {
  border: 2px solid #C0B088;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  padding: clamp(22px, 4vw, 34px);
}

.lead-card h2 {
  margin: 0 0 22px;
  color: var(--black);
  font-size: clamp(1.5rem, 2.5vw, 2.05rem);
  line-height: 1.08;
}

.lead-card label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 850;
}

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

.lead-card input,
.lead-card select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 6px;
  background: var(--white);
  color: var(--black);
  padding: 0 13px;
  outline: none;
}

.lead-card input:focus,
.lead-card select:focus {
  border-color: var(--gold-hover);
  box-shadow: 0 0 0 3px rgba(192, 176, 136, 0.22);
}

.gold-button {
  display: inline-flex;
  width: fit-content;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: var(--gold);
  color: var(--black);
  cursor: pointer;
  font-weight: 700;
  padding: 0 22px;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.lead-card .gold-button {
  width: 100%;
  margin-top: 4px;
}

.gold-button:hover {
  transform: translateY(-1px);
  background: var(--gold-hover);
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.28);
}

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

.trust-copy {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  margin-top: 16px;
  padding-top: 14px;
  color: var(--black);
  font-weight: 750;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--black);
  color: var(--white);
}

.value-strip div {
  border-top: 1px solid rgba(192, 176, 136, 0.24);
  border-right: 1px solid rgba(192, 176, 136, 0.24);
  padding: 28px clamp(20px, 4vw, 54px);
}

.value-strip strong,
.value-strip span {
  display: block;
}

.value-strip strong {
  color: var(--gold);
}

.value-strip span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

.content-section,
.urgency-section,
.legal-section,
.dark-section,
.final-cta-premium {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.section-heading {
  width: min(840px, 100%);
  margin-bottom: 34px;
}

.section-heading h2,
.final-cta-premium h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.04;
}

.section-heading p,
.final-cta-premium p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.properties-note {
  max-width: 760px;
  border-left: 4px solid var(--gold);
  background: rgba(192, 176, 136, 0.12);
  padding: 16px 18px;
}

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

.property-card,
.testimonial-card,
.process-grid div {
  border-radius: 8px;
}

.property-card {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.09);
}

.property-photo {
  position: relative;
  display: flex;
  min-height: 210px;
  align-items: flex-end;
  overflow: hidden;
  background: var(--black-soft);
  color: var(--white);
  padding: 18px;
}

.property-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.02), rgba(17, 17, 17, 0.78));
}

.property-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.property-card:hover .property-photo img {
  transform: scale(1.035);
}

.property-photo span {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(17, 17, 17, 0.55);
  padding: 8px 10px;
  font-size: 0.82rem;
  font-weight: 850;
}

.property-body {
  padding: 22px;
}

.property-body span {
  color: var(--gold-hover);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.property-body h3 {
  margin: 10px 0 8px;
  font-size: 1.35rem;
}

.property-body p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.property-body a {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.outline-link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  border: 1px solid var(--gold-hover);
  border-radius: 12px;
  color: var(--black);
  font-weight: 950;
  padding: 0 18px;
}

.urgency-section {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  background:
    linear-gradient(90deg, rgba(248, 246, 240, 0.95), rgba(255, 255, 255, 0.78)),
    radial-gradient(circle at 85% 10%, rgba(192, 176, 136, 0.28), transparent 34%);
}

.urgency-section h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(1.95rem, 3.7vw, 3.4rem);
  line-height: 1.05;
}

.urgency-section p {
  max-width: 710px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.urgency-section .gold-button {
  margin-top: 24px;
}

.dark-section {
  background: var(--black);
  color: var(--white);
}

.dark-section .section-heading p,
.dark-section .section-heading h2 {
  color: var(--white);
}

.testimonial-card {
  min-height: 260px;
  border: 1px solid rgba(192, 176, 136, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  padding: 28px;
}

.testimonial-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.75;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  color: var(--gold);
}

.testimonial-card span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

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

.process-grid div {
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: var(--white);
  padding: 26px;
}

.process-grid span {
  color: var(--gold-hover);
  font-weight: 950;
}

.process-grid h3 {
  margin: 20px 0 10px;
  font-size: 1.25rem;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.faq-list {
  display: grid;
  gap: 14px;
  width: min(920px, 100%);
}

.faq-list article {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  background: var(--white);
  padding: 24px;
  box-shadow: 0 16px 38px rgba(17, 17, 17, 0.06);
}

.faq-list h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.faq-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.text-button {
  display: inline-flex;
  margin-top: 18px;
  border: 0;
  background: transparent;
  color: var(--black);
  cursor: pointer;
  font-weight: 950;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.final-cta-premium {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.88), rgba(17, 17, 17, 0.72)),
    url("./assets/hero-inmobiliario.png") center / cover;
  color: var(--white);
}

.final-cta-premium p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
}

.final-cta-premium .gold-button {
  margin-top: 24px;
}

.legal-section {
  background: var(--paper-alt);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.legal-section p {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.legal-section-compact {
  padding-top: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: grid;
  gap: 2px;
  min-width: 178px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px;
  background: #C0B088;
  color: #111111;
  cursor: pointer;
  padding: 13px 16px;
  text-align: left;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.floating-whatsapp span {
  color: #111111;
  font-size: 0.82rem;
}

.floating-whatsapp strong {
  color: #111111;
  font-size: 1rem;
}

.floating-whatsapp small {
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.76rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px clamp(18px, 5vw, 72px);
  background: var(--black);
  color: var(--white);
}

.site-footer .brand-image {
  width: clamp(140px, 16vw, 210px);
  max-height: 88px;
}

.site-footer p,
.site-footer small {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.site-footer small {
  max-width: 430px;
  font-size: 0.78rem;
}

@media (max-width: 940px) {
  .site-header {
    position: relative;
  }

  .header-actions a:not(.header-whatsapp) {
    display: none;
  }

  .hero-inner,
  .property-grid,
  .testimonial-grid,
.process-grid,
.value-strip {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 16px 14px 12px;
  }

  .brand-image {
    width: 128px;
    max-height: 70px;
  }

  .site-footer .brand-image {
    width: 136px;
    max-height: 70px;
  }

  .header-actions {
    font-size: 0.8rem;
  }

  .header-whatsapp {
    padding: 9px 10px;
  }

  .hero-inner {
    width: calc(100% - 28px);
    padding: 42px 0;
  }

  .hero-copy h1 {
    font-size: 2.65rem;
  }

  .hero-copy p {
    font-size: 1rem;
  }

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

  .content-section,
  .urgency-section,
  .legal-section,
  .dark-section,
  .final-cta-premium {
    padding: 52px 14px;
  }

  .lead-card {
    padding: 20px;
  }

  .value-strip div {
    padding: 24px 18px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    min-width: 152px;
    padding: 11px 13px;
  }
}
