#top-brand a {
  font-size: 20px;
  color: #313439;
  font-weight: bold;
  text-decoration: none;
}

#hero {
  padding-top: 35px;
  padding-bottom: 35px;
}

#hero p {
  max-width: 840px !important;
}

.notice-banner {
  display: block;
  max-width: 840px;
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid #93c5fd;
  background: #eff6ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  color: #334155;
  box-sizing: border-box;
}

.notice-badge {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.notice-title {
  color: #1e293b;
  font-weight: 700;
}

.notice-banner a {
  margin: 0 4px;
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.notice-banner a:hover {
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.notice-text {
  color: #475569;
}

#kube-features {
  margin-top: 60px;
}

#kube-features p {
  text-align: left;
}

#kube-features .vps {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  font-weight: 600;
  margin-bottom: 20px;
}

#kube-component img {
  padding: 4px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

#footer {
  margin-bottom: 30px;
}
