.hero-hosting {
  padding-bottom: 128px;
}
.hero-hosting .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1023px) {
  .hero-hosting {
    padding-bottom: 48px;
  }
}

.hero-hosting .hero-image {
  margin: 0 auto;
  height: auto;
}

.hero-hosting .hero-image img {
  width: 100%;
}

.partners-inner-hosting {
  padding: 84px 0;
  background-color: var(--white);
}

@media (max-width: 1023px) {
  .partners-inner-hosting {
    padding: 48px 0;
  }
}

.hosting-packages .container {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

@media (max-width: 1023px) {
  .hosting-packages .container {
    gap: 48px;
  }
}

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

@media (max-width: 1023px) {
  .hosting-packages-grid {
    grid-template-columns: 1fr;
  }
}

.hosting-packages-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  border-radius: 8px;
  background-color: var(--slate-50);
  transition: background-color 0.3s ease-in-out;
}

.hosting-packages-card:hover {
  background-color: var(--slate-100);
}

.hosting-packages-card-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hosting-packages-card-header strong {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-600);
  line-height: var(--line-height-30);
  color: rgba(0, 0, 0, 0.7);
}

.hosting-packages-card-header span {
  min-height: 50px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-24);
  color: rgba(0, 0, 0, 0.7);
}

.hosting-packages-card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hosting-packages-card-body span:not(.tag) {
  display: flex;
  flex-direction: column;
}

.hosting-packages-card-body span:not(.tag) i {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-24);
  color: var(--slate-500);
  text-decoration: line-through;
  font-style: normal;
}

.hosting-packages-card-body span:not(.tag) strong {
  font-size: var(--font-size-38);
  line-height: var(--line-height-44);
  font-weight: var(--font-weight-600);
  color: var(--slate-800);
}

.hosting-packages-card-footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--slate-200);
}

.hosting-packages-card-footer li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-500);
  line-height: var(--line-height-22);
  color: var(--slate-800);
}

.hosting-packages-card-flat {
  background-color: var(--white);
  padding: 24px 32px;
}

.hosting-packages-card-flat .hosting-packages-card-body span:not(.tag) strong {
  font-size: var(--font-size-24);
  line-height: var(--line-height-32);
}

.hosting-packages-table {
  background-color: var(--white);
  padding: 128px 0 56px;
}

@media (max-width: 1023px) {
  .hosting-packages-table {
    padding: 48px 0;
  }
}

.server-cloud-packages {
  display: flex;
  gap: 24px;
  width: 100%;
}

@media (max-width: 1023px) {
  .server-cloud-packages {
    flex-direction: column;
  }
}

.server-cloud-packages .hosting-packages-card {
  width: 100%;
  max-width: 546px;
}

@media (max-width: 1023px) {
  .server-cloud-packages .hosting-packages-card {
    max-width: 100%;
  }
}

.server-cloud {
  max-width: 558px;
}

@media (max-width: 1023px) {
  .server-cloud {
    max-width: 100%;
  }
}

.server-cloud-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid var(--slate-200);
  border-radius: 20px;
  padding: 32px;
}

@media (max-width: 1023px) {
  .server-cloud-card {
    padding: 24px;
  }
}

.server-cloud-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-24);
  color: rgba(0, 0, 0, 0.7);
}

.server-cloud-header strong {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-600);
  line-height: var(--line-height-30);
}

.server-cloud-progress-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 8px 32px;
  border-radius: 100px;
  background-color: var(--slate-100);
}

.server-cloud-progress-label li {
  position: relative;
  width: max-content;
  text-align: center;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-500);
  line-height: var(--line-height-22);
  color: var(--slate-500);
}

.server-cloud-progress-label li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--slate-500);
}

.server-cloud-progress-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.server-cloud-progress-bar,
.server-cloud-progress-bar-fill {
  width: 100%;
  height: 8px;
  border-radius: 100px;
  background-color: var(--slate-100);
}

.server-cloud-progress-bar-fill {
  position: relative;
  width: auto;
  background-color: var(--azure-radiance-500);
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}

.server-cloud-progress-bar-handle {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 100%;
  background-color: var(--azure-radiance-500);
  box-shadow: 0px -3px 0px 0px var(--azure-radiance-600) inset;
  cursor: pointer;
}

.server-cloud-progress-bar-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: var(--slate-100);
}

.server-cloud-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.server-cloud-features li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 106px;
  padding: 32px;
  border-radius: 8px;
  background-color: var(--slate-50);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-500);
  line-height: var(--line-height-22);
  color: var(--slate-800);
  transition: background-color 0.3s ease-in-out;
}

.server-cloud-features li:hover {
  background-color: var(--slate-100);
}

@media (max-width: 1023px) {
  .server-cloud-features li {
    min-height: 100px;
    padding: 12px;
    text-align: center;
  }
}

.platforms {
  display: flex;
  gap: 12px;
}

@media (max-width: 1023px) {
  .platforms {
    flex-direction: column;
  }
}

.platform-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 28px;
}

.platform-card-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 24px;
}

.platform-card ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.platform-card ul li {
  display: flex;
  gap: 12px;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-22);
  color: var(--white);
}

.platforms-text {
  padding: 48px 24px 24px;
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-18);
  color: var(--white);
}

.dedicated-servers .section-title {
  margin-bottom: 72px;
}

@media (max-width: 1023px) {
  .dedicated-servers .section-title {
    margin-bottom: 48px;
  }
}

.dedicated-server-table {
  width: 100%;
  min-width: 992px;
  padding: 8px;
  border-radius: 16px;
  background-color: var(--slate-100);
}

.dedicated-server-table table {
  width: 100%;
  border-collapse: collapse;
}

.dedicated-server-table th {
  padding: 30px 12px;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-600);
  line-height: var(--line-height-22);
  color: var(--slate-800);
  text-align: left;
}

.dedicated-server-table th strong {
  display: block;
  text-align: center;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-600);
  line-height: var(--line-height-24);
}

.dedicated-server-table tbody {
  background-color: var(--white);
}

.dedicated-server-table td {
  padding: 30px 12px;
  border-bottom: 1px solid var(--slate-200);
  text-align: center;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-500);
  line-height: var(--line-height-22);
  color: var(--slate-800);
}

.dedicated-server-table tr td:first-child {
  text-align: left;
}

.dedicated-server-table tr td:nth-child(6) {
  padding: 20px 12px;
  border-left: 1px solid var(--slate-200);
}

.dedicated-server-table tr:last-child td {
  border-right: 1px solid var(--slate-200);
}

.dedicated-server-table tr:last-child td:first-child,
.dedicated-server-table tr:last-child td:last-child {
  border-right: none;
}

.dedicated-server-table tr:last-child td {
  border-bottom: none;
}

.dedicated-server-table tr:first-child td {
  border-radius: 8px 0 0 0;
}

.dedicated-server-table tr:first-child td:last-child {
  border-radius: 0 8px 8px 0;
  border-bottom: none;
}

.dedicated-server-table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.dedicated-server-table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.dedicated-server-table td p {
  max-width: 160px;
  margin-bottom: 20px;
  text-align: left;
}

.dedicated-server-price {
  display: flex;
  flex-direction: column;
  max-width: 180px;
  text-align: left;
  padding: 0 10px;
}

.dedicated-server-price i {
  margin-top: 12px;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-400);
  line-height: var(--line-height-22);
  color: var(--slate-500);
  font-style: normal;
  text-decoration: line-through;
}

.dedicated-server-price strong {
  margin-bottom: 24px;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-600);
  line-height: var(--line-height-30);
  color: var(--slate-800);
}

.contact-info-section {
  padding: 128px 0 0;
  background-color: var(--white);
}

.contact-info-section .hero-contact-info {
  margin: 0 auto;
}
