.home-web-hosting {
  background: #f8fafc;
  color: #0f172a;
  padding: 76px 20px;
}

.home-web-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.home-web-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.home-web-kicker {
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-web-head h2 {
  margin: 8px 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.home-web-head p {
  max-width: 680px;
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}

.home-web-cta,
.home-web-card a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-weight: 800;
  padding: 0 18px;
  text-decoration: none;
  white-space: nowrap;
}

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

.home-web-card {
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.home-web-card.featured {
  border-color: #2563eb;
  box-shadow: 0 20px 44px rgba(37, 99, 235, .16);
}

.home-web-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.home-web-price {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 900;
}

.home-web-price span {
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
}

.home-web-card p {
  min-height: 70px;
  margin: 0 0 16px;
  color: #475569;
  line-height: 1.55;
}

.home-web-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 18px;
  color: #334155;
}

.home-web-foot {
  margin-top: 18px;
  color: #475569;
  font-size: 14px;
}

@media (max-width: 980px) {
  .home-web-head {
    display: grid;
    align-items: start;
  }

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

@media (max-width: 620px) {
  .home-web-hosting {
    padding: 52px 16px;
  }

  .home-web-grid {
    grid-template-columns: 1fr;
  }
}
