.home-hero { position: relative; overflow: hidden; background: var(--bg); }
.home-hero-blob { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(6px); }
.home-hero-blob-1 {
  top: -220px; left: -140px; width: 560px; height: 560px;
  background: radial-gradient(circle at 35% 35%, rgba(33,150,243,.30), rgba(33,150,243,0) 70%);
}
.home-hero-blob-2 {
  top: -80px; right: -180px; width: 480px; height: 480px;
  background: radial-gradient(circle at 60% 40%, rgba(255,171,64,.22), rgba(255,171,64,0) 70%);
}
.home-hero-body { position: relative; z-index: 1; padding: 56px 0 64px; }
@media (max-width: 640px) {
  .home-hero-body { padding: 40px 0 44px; }
  .home-hero-blob { display: none; }
}

.complex-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.complex-card-media { aspect-ratio: 4 / 5; position: relative; overflow: hidden; background-size: cover; background-position: center 30%; }
.complex-card-body { padding: 24px; }
.complex-card-body h3 { font-size: 20px; margin-bottom: 6px; }
.complex-card-addr { font-size: 13.5px; color: var(--fg-soft); margin-bottom: 16px; }
.complex-card-price-row { display: flex; justify-content: space-between; align-items: baseline; padding-top: 16px; border-top: 1px solid var(--line); }
.badge-count { position: absolute; top: 16px; right: 16px; background: rgba(10, 12, 24, .55); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: 999px; }
.badge-status { position: absolute; top: 16px; left: 16px; }

.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 34px 24px; }
.trust-item:first-child { border-right: 1px solid var(--line); }
.trust-item svg { flex-shrink: 0; }

.promo-card { background: var(--forest); border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 1fr 1.1fr; box-shadow: var(--shadow); }
.promo-body { padding: 36px 40px; }
.promo-media { background-size: cover; background-position: center 30%; min-height: 260px; }
.promo-feature { display: flex; gap: 12px; align-items: flex-start; }

.promo-icon-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 4px; }
.promo-icon-badge { text-align: center; }
.promo-icon-tile { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; }
.promo-icon-label { font-size: 12px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .02em; line-height: 1.25; }

.promo-divider { height: 1px; background: rgba(255,255,255,.14); margin: 20px 0; }

.promo-stats-row { display: flex; gap: 32px; margin-bottom: 20px; flex-wrap: wrap; }
.promo-stat { display: flex; align-items: flex-start; gap: 10px; }
.promo-stat-label { font-size: 12px; color: rgba(255,255,255,.55); margin-bottom: 2px; }
.promo-stat-value { font-size: 15.5px; font-weight: 600; color: #fff; }

@media (max-width: 640px) {
  .promo-icon-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
}

.sales-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.sales-card { padding: 28px; display: flex; flex-direction: column; }
.sales-card .btn { margin-top: auto; }
.sales-row { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--fg-soft); margin-bottom: 10px; }
.sales-phones { border-top: 1px solid var(--line); padding-top: 16px; display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; }
.sales-phone { display: flex; gap: 9px; align-items: center; font-size: 14.5px; font-weight: 600; }

@media (max-width: 980px) {
  .complex-grid, .sales-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promo-card { grid-template-columns: 1fr; }
  .promo-media { min-height: 200px; }
}

@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .section { padding-top: 44px; padding-bottom: 44px; }
  .complex-grid, .sales-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item:first-child { border-right: none; border-bottom: 1px solid var(--line); }
  .promo-body { padding: 36px 24px; }
  /* На мобільному показуємо лише перший (головний) відділ продажів */
  .sales-card:nth-child(n+2) { display: none; }
}
