:root {
  --bg-page: #f5f5f7;
  --bg-page-strong: #ffffff;
  --bg-card: rgba(255, 255, 255, 0.9);
  --bg-card-solid: #ffffff;
  --bg-soft: #fafafc;
  --text-primary: #1d1d1f;
  --text-secondary: #515154;
  --text-muted: #86868b;
  --accent: #0071e3;
  --accent-strong: #0066cc;
  --accent-dim: rgba(0, 113, 227, 0.08);
  --border: rgba(29, 29, 31, 0.08);
  --border-strong: rgba(29, 29, 31, 0.12);
  --success: #12805c;
  --shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  --shadow-hover: 0 24px 56px rgba(15, 23, 42, 0.1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-primary);
  background:
    radial-gradient(circle at top left, rgba(0, 113, 227, 0.06), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.95), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fafafc 38%, #f5f5f7 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

img {
  display: block;
  width: 100%;
}

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

button {
  border: 0;
  background: none;
}

.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(29, 29, 31, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.logo {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.logo span {
  color: inherit;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px;
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.tab-link {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tab-link:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.98);
}

.tab-link.active {
  color: var(--accent);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.header-cta {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text-primary);
  font-weight: 500;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.header-cta:hover {
  border-color: rgba(0, 113, 227, 0.25);
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent);
}

.header-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  line-height: 0;
  color: #25d366;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    linear-gradient(180deg, rgba(37, 211, 102, 0.08), rgba(37, 211, 102, 0.02));
  box-shadow:
    0 10px 24px rgba(37, 211, 102, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.header-cta-icon:hover {
  border-color: rgba(37, 211, 102, 0.3);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.92)),
    linear-gradient(180deg, rgba(37, 211, 102, 0.12), rgba(37, 211, 102, 0.04));
  color: #1da851;
  box-shadow:
    0 14px 28px rgba(37, 211, 102, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.header-cta-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

main {
  padding-bottom: 88px;
}

.hero {
  position: relative;
  padding: 96px 0 64px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18px 0 auto;
  height: 360px;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 113, 227, 0.1), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.95), transparent 26%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: stretch;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 113, 227, 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

h1 {
  max-width: 10ch;
  font-size: clamp(48px, 6vw, 86px);
  margin-bottom: 22px;
}

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

h3 {
  font-size: clamp(24px, 2.6vw, 32px);
}

.accent {
  color: var(--accent);
}

.lead {
  max-width: 62ch;
  font-size: 20px;
  color: var(--text-secondary);
}

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

.hero-metrics {
  margin-top: 24px;
  max-width: 62ch;
  display: grid;
  gap: 14px;
}

.section-tight {
  padding-top: 16px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 500;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary svg,
.btn-secondary svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: currentColor;
}

.btn-whatsapp svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px;
  min-height: 28px;
  color: #25d366 !important;
}

.btn-whatsapp svg path {
  fill: #25d366 !important;
}

.btn-primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 113, 227, 0.18);
}

.btn-primary:hover {
  transform: translateY(-1px);
  background: var(--accent-strong);
  box-shadow: 0 16px 30px rgba(0, 113, 227, 0.22);
}

.btn-secondary {
  border: 1px solid rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-primary);
}

.btn-secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 113, 227, 0.2);
  background: rgba(255, 255, 255, 1);
  color: var(--accent);
}

.hero-card,
.panel,
.property-card,
.service-card,
.contact-card,
.info-card {
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 30px;
  background: var(--bg-card);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.panel,
.hero-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 252, 0.9));
}

.hero-card {
  padding: 28px;
}

.hero-card-media {
  display: flex;
  overflow: hidden;
  padding: 0;
  min-height: 100%;
}

.hero-card-media-compact {
  align-self: end;
  min-height: 0;
}

.hero-card-media-compact .hero-media-fill {
  flex: none;
  width: clamp(320px, 34vw, 430px);
  height: clamp(320px, 34vw, 430px);
  aspect-ratio: 1 / 1;
}

.hero-card-top-media {
  overflow: hidden;
  padding: 0;
}

.hero-media {
  margin-bottom: 24px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.hero-media-fill {
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  border-radius: inherit;
  box-shadow: none;
}

.hero-media-top-fill {
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

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

.hero-card-media .hero-image {
  aspect-ratio: auto;
}

.hero-card .meta-list {
  display: grid;
  gap: 18px;
}

.hero-card-top-media .meta-list {
  padding: 24px 28px 28px;
}

.meta-item {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.meta-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.meta-label {
  color: var(--text-muted);
}

.meta-value {
  max-width: 20ch;
  text-align: right;
  color: var(--text-primary);
  font-weight: 500;
}

.section {
  padding: 44px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section-copy {
  max-width: 62ch;
  color: var(--text-secondary);
}

.panel {
  padding: 26px;
}

.property-card,
.service-card,
.contact-card,
.info-card {
  background: rgba(255, 255, 255, 0.94);
}

.filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.98);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9a9aa1;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(0, 113, 227, 0.28);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.1);
  background: #ffffff;
}

.field input:disabled {
  color: var(--text-secondary);
  background: rgba(245, 245, 247, 0.9);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 22px 0 0;
  color: var(--text-secondary);
}

.properties-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.property-card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.service-card,
.contact-card,
.info-card,
.hero-card,
.panel {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.contact-card:hover,
.info-card:hover,
.hero-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.property-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: linear-gradient(180deg, #fbfcff 0%, #eef3f9 100%);
}

.property-body {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.property-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.property-top p,
.property-copy,
.small-text,
.service-copy,
.list-copy,
.contact-copy {
  color: var(--text-secondary);
}

.property-top h3 {
  font-size: 25px;
}

.list-copy a,
.contact-copy a {
  color: var(--accent);
}

.price {
  font-size: 24px;
  font-weight: 600;
  color: var(--accent);
  white-space: nowrap;
}

.chip-row,
.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-metrics .stat-row {
  gap: 12px;
}

.hero-metrics .stat-row-compact {
  flex-wrap: nowrap;
  gap: 8px;
}

.hero-metrics .stat-row-compact .stat-pill {
  padding: 10px 12px;
}

.chip,
.stat-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.06);
  border: 1px solid rgba(0, 113, 227, 0.08);
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.2;
}

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

.testimonial-card {
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  background: var(--bg-card);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
  padding: 24px;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 64px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.testimonial-card h3 {
  margin-bottom: 6px;
}

.testimonial-stars {
  color: #f4b400;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.testimonial-copy {
  color: var(--text-secondary);
}

.empty-state[hidden],
.form-success[hidden] {
  display: none;
}

.empty-state,
.form-success {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  background: rgba(255, 255, 255, 0.75);
}

.form-success {
  color: var(--success);
  border-color: rgba(18, 128, 92, 0.18);
  background: rgba(18, 128, 92, 0.08);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.info-grid-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.info-stack,
.services-grid,
.contact-grid {
  display: grid;
  gap: 20px;
}

.services-grid {
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr);
  grid-template-areas: "card1 plus card2 equals card3";
  align-items: start;
}

.services-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-self: center;
  margin-bottom: 10px;
  margin-inline: auto;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.07);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
}

.service-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-card,
.service-card,
.contact-card {
  padding: 26px;
}

.service-card {
  min-width: 0;
  display: grid;
  align-content: start;
  height: 100%;
}

.service-column .service-card {
  align-self: stretch;
  width: 100%;
}

.service-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  color: var(--accent);
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.service-column-1 {
  grid-area: card1;
}

.service-separator-plus {
  grid-area: plus;
}

.service-column-2 {
  grid-area: card2;
}

.service-separator-equals {
  grid-area: equals;
}

.service-column-3 {
  grid-area: card3;
}

.info-card h3,
.service-card h3,
.contact-card h3 {
  margin-bottom: 10px;
}

.service-card h3 {
  text-align: center;
}

.service-fee {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  align-self: stretch;
  justify-self: stretch;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.07);
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  text-align: center;
}

.service-fee-multiline {
  display: grid;
  width: 100%;
  justify-items: center;
  gap: 2px;
}

.service-fee-multiline > span:first-child {
  font-weight: 700;
}

.service-fee-subline {
  font-weight: 400;
  white-space: nowrap;
}

ul.service-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin-top: 18px;
}

ul.service-list li {
  padding-left: 18px;
  position: relative;
  color: var(--text-secondary);
}

ul.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.request-form {
  display: grid;
  gap: 16px;
}

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

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

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

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
}

.legal-card {
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  padding: 28px;
}

.legal-card h3 {
  margin-bottom: 14px;
}

.legal-card p,
.legal-card li {
  color: var(--text-secondary);
}

.legal-card + .legal-card {
  margin-top: 20px;
}

.legal-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.legal-list strong {
  color: var(--text-primary);
}

.site-footer {
  padding: 36px 0 48px;
  border-top: 1px solid rgba(29, 29, 31, 0.06);
  background: rgba(255, 255, 255, 0.45);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--text-secondary);
}

.footer-meta {
  display: grid;
  gap: 6px;
}

.footer-copy {
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  font-size: 14px;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--accent);
}

@media (max-width: 1080px) {
  .hero-grid,
  .two-column,
  .properties-grid,
  .contact-grid,
  .legal-layout,
  .testimonial-strip {
    grid-template-columns: 1fr;
  }

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

  .service-separator {
    display: none;
  }
}

@media (max-width: 760px) {
  .info-grid-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-areas:
      "card1"
      "card2"
      "card3";
  }
}

@media (max-width: 760px) {
  .hero-metrics .stat-row-compact {
    flex-wrap: wrap;
  }

  .container {
    width: min(100% - 24px, 1200px);
  }

  .header-inner,
  .footer-inner,
  .section-heading,
  .results-bar {
    align-items: start;
    flex-direction: column;
  }

  .hero {
    padding-top: 60px;
  }

  h1 {
    max-width: none;
  }

  .hero-card,
  .panel,
  .property-card,
  .service-card,
  .contact-card,
  .info-card {
    border-radius: 24px;
  }

  .meta-item,
  .property-top {
    flex-direction: column;
  }

  .meta-value {
    max-width: none;
    text-align: left;
  }

  .filter-grid,
  .request-grid {
    grid-template-columns: 1fr;
  }

  .tab-link,
  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .header-cta {
    width: auto;
  }

  .tabs {
    width: 100%;
  }
}
