.hosting-hero {
  padding: 86px 0;
  background:
    radial-gradient(circle at 86% 20%, rgba(246, 195, 61, 0.24), transparent 28%),
    radial-gradient(circle at 12% 12%, rgba(18, 103, 179, 0.13), transparent 32%),
    linear-gradient(180deg, #ffffff, #f7fbff);
}

.hosting-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 52px;
  align-items: center;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hosting-panel {
  position: relative;
  min-height: 420px;
  border-radius: 34px;
  background: linear-gradient(145deg, #ffffff, #eef6ff);
  box-shadow: 0 30px 70px rgba(11, 49, 95, 0.14);
  overflow: hidden;
}

.hosting-panel::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(246, 195, 61, 0.42);
}

.hosting-panel::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(18, 103, 179, 0.16);
}

.server-stack {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  gap: 18px;
  width: 72%;
  transform: translate(-50%, -50%);
}

.server-stack span {
  height: 72px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(11, 49, 95, 0.16);
  border-left: 12px solid var(--blue);
  position: relative;
}

.server-stack span:nth-child(2) {
  border-left-color: var(--yellow);
}

.server-stack span:nth-child(3) {
  border-left-color: var(--orange);
}

.server-stack span::before,
.server-stack span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
}

.server-stack span::before {
  left: 28px;
  width: 12px;
  height: 12px;
  background: var(--blue);
}

.server-stack span::after {
  right: 28px;
  width: 42%;
  height: 12px;
  background: #eaf1f8;
}

.hosting-badge {
  position: absolute;
  z-index: 3;
  padding: 12px 16px;
  border-radius: 16px;
  color: var(--blue-dark);
  background: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(11, 49, 95, 0.16);
}

.badge-one {
  left: 26px;
  top: 72px;
}

.badge-two {
  right: 30px;
  top: 110px;
}

.badge-three {
  right: 52px;
  bottom: 72px;
}

.hosting-services-section {
  background: var(--soft);
}

.hosting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.hosting-card {
  min-height: 230px;
  padding: 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(18, 103, 179, 0.08);
  box-shadow: 0 16px 34px rgba(11, 49, 95, 0.08);
}

.hosting-icon {
  display: inline-flex;
  min-width: 58px;
  height: 54px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 18px;
  color: #ffffff;
  background: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.hosting-card:nth-child(2n) .hosting-icon {
  background: var(--blue-dark);
}

.hosting-card:nth-child(3n) .hosting-icon {
  color: var(--blue-dark);
  background: linear-gradient(135deg, var(--yellow), var(--orange));
}

.hosting-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.hosting-info-section {
  background: #ffffff;
}

.hosting-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.hosting-info-box {
  padding: 42px;
  border-radius: 30px;
  background: linear-gradient(145deg, #ffffff, #f7fbff);
  border: 1px solid rgba(18, 103, 179, 0.10);
  box-shadow: 0 16px 38px rgba(11, 49, 95, 0.08);
}

.hosting-info-box p {
  color: var(--muted);
  font-size: 17px;
}

.hosting-checklist {
  display: grid;
  gap: 18px;
}

.hosting-checklist div {
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(18, 103, 179, 0.10);
  box-shadow: 0 14px 30px rgba(11, 49, 95, 0.07);
}

.hosting-checklist strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-size: 20px;
}

.hosting-checklist span {
  color: var(--muted);
}

.hosting-cta-section {
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.hosting-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 44px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 14%, rgba(246, 195, 61, 0.40), transparent 28%),
    linear-gradient(135deg, var(--blue-dark), var(--blue));
  box-shadow: 0 24px 60px rgba(11, 49, 95, 0.18);
}

.hosting-cta .eyebrow,
.hosting-cta h2,
.hosting-cta p {
  color: #ffffff;
}

.hosting-cta p {
  max-width: 720px;
  margin-bottom: 0;
  opacity: 0.9;
}

.hosting-cta .btn.primary {
  flex: 0 0 auto;
  color: var(--blue-dark);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.hosting-cta .btn.primary:hover {
  color: #ffffff;
  background: var(--orange);
}

@media (max-width: 980px) {
  .hosting-hero-grid,
  .hosting-info-grid {
    grid-template-columns: 1fr;
  }

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

  .hosting-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .hosting-hero {
    padding: 58px 0;
  }

  .hosting-panel {
    min-height: 330px;
  }

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

  .hosting-card,
  .hosting-info-box,
  .hosting-checklist div,
  .hosting-cta {
    padding: 24px;
  }
}
