.hosting-home {
  min-height: 100vh;
  color: #eef5ff;
  background:
    linear-gradient(135deg, rgba(12, 19, 32, 0.94), rgba(21, 34, 46, 0.9)),
    url("/static/assets/images/auth/login_1.jpg") center / cover fixed;
}

.hosting-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(9, 15, 24, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}

.hosting-brand,
.hosting-links a,
.hosting-support a {
  color: #eef5ff;
  text-decoration: none;
}

.hosting-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1rem;
}

.hosting-brand img {
  width: 30px;
  height: 30px;
}

.hosting-links {
  display: flex;
  gap: 22px;
  font-size: 0.92rem;
}

.hosting-links a {
  color: rgba(238, 245, 255, 0.76);
}

.hosting-links a:hover {
  color: #ffffff;
}

.hosting-actions .btn,
.hosting-hero__buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.hosting-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 168px);
  padding: clamp(48px, 7vw, 96px) clamp(18px, 5vw, 72px) 34px;
}

.hosting-kicker {
  color: #7bdcb5;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hosting-hero h1,
.hosting-section h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
}

.hosting-hero h1 {
  font-size: clamp(3rem, 8vw, 6.25rem);
  line-height: 0.95;
}

.hosting-subtitle {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(238, 245, 255, 0.78);
  font-size: 1.16rem;
  line-height: 1.7;
}

.hosting-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hosting-console,
.hosting-plan,
.hosting-stat,
.hosting-section--split {
  background: rgba(14, 24, 37, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.hosting-console {
  overflow: hidden;
  border-radius: 8px;
}

.hosting-console__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.07);
}

.hosting-console__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b6b;
}

.hosting-console__bar span:nth-child(2) {
  background: #ffd166;
}

.hosting-console__bar span:nth-child(3) {
  background: #7bdcb5;
}

.hosting-console__bar strong {
  margin-left: auto;
  font-size: 0.82rem;
  color: rgba(238, 245, 255, 0.72);
}

.hosting-console__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hosting-console__grid div {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hosting-console__grid div:last-child {
  border-right: 0;
}

.hosting-console small,
.hosting-stat span,
.hosting-plan p {
  display: block;
  color: rgba(238, 245, 255, 0.62);
}

.hosting-console__grid strong {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 1.6rem;
}

.hosting-terminal {
  padding: 24px;
  min-height: 260px;
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 0.95rem;
}

.hosting-terminal p {
  margin: 0 0 13px;
  color: rgba(238, 245, 255, 0.82);
}

.hosting-terminal span {
  color: #7bdcb5;
}

.hosting-terminal__ok {
  color: #7bdcb5 !important;
}

.hosting-band,
.hosting-section {
  padding: 34px clamp(18px, 5vw, 72px);
}

.hosting-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  background: #eef5ff;
  color: #162236;
}

.hosting-stat {
  min-height: 156px;
  padding: 24px;
  border-radius: 8px;
  color: #eef5ff;
}

.hosting-stat i {
  color: #7bdcb5;
  font-size: 1.8rem;
}

.hosting-stat strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 1.08rem;
}

.hosting-section {
  background: #f6f8fb;
  color: #162236;
}

.hosting-section__head {
  max-width: 760px;
  margin-bottom: 22px;
}

.hosting-section h2 {
  color: #162236;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

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

.hosting-plan {
  min-height: 240px;
  padding: 28px;
  border-radius: 8px;
  color: #eef5ff;
}

.hosting-plan span {
  color: #7bdcb5;
  font-size: 0.86rem;
  font-weight: 700;
}

.hosting-plan strong {
  display: block;
  margin: 16px 0 12px;
  color: #ffffff;
  font-size: 2.5rem;
}

.hosting-plan a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 18px;
  padding: 8px 14px;
  color: #0f1a29;
  background: #7bdcb5;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.hosting-plan--featured {
  background: #102b3f;
  border-color: rgba(123, 220, 181, 0.45);
}

.hosting-section--split {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  gap: 26px;
  align-items: center;
  margin: 0 clamp(18px, 5vw, 72px) 56px;
  color: #eef5ff;
  background: #101a29;
}

.hosting-section--split h2 {
  color: #ffffff;
}

.hosting-support {
  display: grid;
  gap: 12px;
}

.hosting-support a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
}

@media (max-width: 900px) {
  .hosting-links {
    display: none;
  }

  .hosting-hero,
  .hosting-section--split {
    grid-template-columns: 1fr;
  }

  .hosting-console {
    max-width: 680px;
  }

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

@media (max-width: 560px) {
  .hosting-nav {
    gap: 12px;
  }

  .hosting-brand span {
    display: none;
  }

  .hosting-hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hosting-hero h1 {
    font-size: 3rem;
  }

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

  .hosting-console__grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hosting-section--split {
    margin: 0 18px 42px;
  }
}
