.hero-bg--home {
  background-image: url("../images/banner-image.jpg");
}

.acquirelink {
  color: #1aa6ff;
  text-decoration: none;
}

.acquirelink:hover {
  text-decoration: underline;
}

.overview-section {
  padding: 70px 0 76px;
  background:
    radial-gradient(circle at top right, rgba(26, 166, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.overview-shell {
  display: grid;
  gap: 28px;
}

.overview-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.overview-copy,
.overview-highlight-card,
.overview-panel,
.amenities-band,
.builder-strip {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(16, 24, 40, 0.08);
}

.overview-copy {
  padding: 36px 38px;
}

.overview-kicker,
.overview-panel-label,
.overview-card-label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1aa6ff;
}

.overview-title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  color: #0d1b2a;
}

.overview-text,
.builder-text,
.overview-disclaimer,
.spec-card p,
.overview-highlight-list li {
  color: #445168;
  line-height: 1.75;
  font-size: 16px;
}

.overview-text {
  margin: 0 0 16px;
}

.overview-text:last-child {
  margin-bottom: 0;
}

.overview-highlight-card {
  padding: 32px 28px;
  background: linear-gradient(180deg, #0d1b2a 0%, #17304b 100%);
  color: #ffffff;
}

.overview-card-label {
  color: #8ad5ff;
}

.overview-highlight-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 14px;
}

.overview-highlight-list li {
  color: rgba(255, 255, 255, 0.88);
}

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

.overview-panel {
  padding: 30px;
}

.overview-panel--accent {
  background: linear-gradient(180deg, rgba(26, 166, 255, 0.08), rgba(51, 178, 73, 0.06));
}

.overview-panel h3,
.amenities-copy h3 {
  margin: 0 0 18px;
  color: #0d1b2a;
  font-size: 28px;
  line-height: 1.2;
}

.overview-chip-list,
.amenities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.overview-chip-list span,
.amenities-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}

.overview-chip-list span {
  background: #ffffff;
  border: 1px solid rgba(26, 166, 255, 0.18);
  color: #17304b;
}

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

.spec-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.spec-card h4 {
  margin: 0 0 8px;
  color: #0d1b2a;
  font-size: 18px;
}

.spec-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.amenities-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  padding: 30px;
  background: linear-gradient(120deg, #0d1b2a 0%, #14355a 100%);
}

.amenities-copy h3 {
  color: #ffffff;
  margin-bottom: 0;
}

.amenities-list span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.builder-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
}

.builder-text,
.overview-disclaimer {
  margin: 0;
}

.builder-cta {
  min-width: 260px;
  padding: 22px 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, #33b249 0%, #27853a 100%);
  color: #ffffff;
  text-align: center;
}

.builder-cta p {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.builder-cta a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 22px;
}

.builder-cta a:hover {
  text-decoration: underline;
}

.overview-disclaimer {
  padding: 0 6px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .overview-intro,
  .overview-grid,
  .amenities-band {
    grid-template-columns: 1fr;
  }

  .builder-strip {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .overview-section {
    padding: 56px 0 62px;
  }

  .overview-copy,
  .overview-highlight-card,
  .overview-panel,
  .amenities-band,
  .builder-strip {
    padding: 24px 20px;
    border-radius: 20px;
  }

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

  .overview-panel h3,
  .amenities-copy h3 {
    font-size: 24px;
  }

  .builder-cta {
    min-width: 0;
  }

  .builder-cta a {
    font-size: 20px;
  }
}
