.hosting-page,
.hosting-page * {
  box-sizing: border-box;
}

.hosting-page {
  width: 100%;
  padding: 32px 15px 48px;
  color: var(--echelon-text);
  font-family: "Poppins", Arial, sans-serif;
  text-align: center;
}

.hosting-page__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.hosting-heading {
  margin: 0 0 12px;
  color: var(--echelon-purple);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
}

.hosting-heading::after {
  display: block;
  width: 58px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--echelon-gold);
  content: "";
}

.hosting-intro {
  max-width: 860px;
  margin: 18px auto 30px;
  color: var(--echelon-muted);
  font-size: 16px;
  line-height: 1.75;
}

.bundle-notice {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 32px;
  padding: 28px 30px;
  background: var(--echelon-purple-soft);
  border: 1px solid var(--echelon-border);
  border-top: 4px solid var(--echelon-gold);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(59, 19, 68, 0.06);
  text-align: center;
}

.bundle-notice-title {
  margin: 0 0 16px;
  color: var(--echelon-purple);
  font-size: clamp(22px, 2.4vw, 27px);
  font-weight: 700;
  line-height: 1.35;
}

.bundle-notice p {
  margin: 0;
  color: var(--echelon-text);
  font-size: 16px;
  line-height: 1.65;
}

.bundle-options {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 22px auto 0;
}

.bundle-option {
  display: flex;
  align-items: flex-start;
  color: var(--echelon-text);
  font-size: 16px;
  line-height: 1.5;
}

.ltr .bundle-option {
  text-align: left;
}

.rtl .bundle-option {
  text-align: right;
}

.bundle-option__check {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--echelon-purple);
  color: var(--echelon-surface);
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.ltr .bundle-option__check {
  margin: 1px 10px 0 0;
}

.rtl .bundle-option__check {
  margin: 1px 0 0 10px;
}

.bundle-note {
  margin-top: 22px;
  color: var(--echelon-purple);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.hosting-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--echelon-border);
  border-radius: 10px;
  background: var(--echelon-surface);
  box-shadow: 0 10px 28px rgba(59, 19, 68, 0.08);
  -webkit-overflow-scrolling: touch;
}

.hosting-table-wrap:focus-visible {
  outline: 3px solid rgba(181, 148, 16, 0.5);
  outline-offset: 3px;
}

.hosting-table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
}

.hosting-table th,
.hosting-table td {
  border-bottom: 1px solid var(--echelon-border);
}

.ltr .hosting-table th,
.ltr .hosting-table td {
  border-right: 1px solid var(--echelon-border);
}

.rtl .hosting-table th,
.rtl .hosting-table td {
  border-left: 1px solid var(--echelon-border);
}

.ltr .hosting-table th:last-child,
.ltr .hosting-table td:last-child {
  border-right: 0;
}

.rtl .hosting-table th:last-child,
.rtl .hosting-table td:last-child {
  border-left: 0;
}

.hosting-table thead th {
  padding: 20px 14px;
  background: var(--echelon-purple);
  color: var(--echelon-surface);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}

.hosting-table thead th:first-child {
  width: 22%;
}

.ltr .hosting-table thead th:first-child {
  text-align: left;
}

.rtl .hosting-table thead th:first-child {
  text-align: right;
}

.hosting-table thead th:not(:first-child) {
  width: 26%;
}

.hosting-plan-price {
  display: block;
  margin-top: 6px;
  color: var(--echelon-surface);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.hosting-plan-price small {
  font-size: 13px;
  font-weight: 500;
}

.hosting-table tbody tr:nth-child(even):not(.hosting-actions-row) {
  background: var(--echelon-page-background);
}

.hosting-table tbody th {
  padding: 15px 14px;
  background: var(--echelon-purple-soft);
  color: var(--echelon-purple);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.ltr .hosting-table tbody th {
  text-align: left;
}

.rtl .hosting-table tbody th {
  text-align: right;
}

.hosting-table tbody td {
  padding: 15px 14px;
  color: var(--echelon-text);
  font-size: 15px;
  line-height: 1.45;
  vertical-align: middle;
}

.hosting-actions-row th,
.hosting-actions-row td {
  padding: 20px 14px;
  background: var(--echelon-surface);
  border-bottom: 0;
}

.hosting-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-hosting {
  display: block;
  width: 100%;
  padding: 11px 16px;
  border: 1px solid var(--echelon-purple);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-hosting:focus-visible {
  outline: 3px solid rgba(181, 148, 16, 0.55);
  outline-offset: 2px;
}

.btn-hosting--secondary {
  background: var(--echelon-surface);
  color: var(--echelon-purple);
}

.btn-hosting--secondary:hover,
.btn-hosting--secondary:focus {
  background: var(--echelon-purple-soft);
  color: var(--echelon-purple);
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-hosting--primary {
  background: var(--echelon-purple);
  color: var(--echelon-surface);
  box-shadow: 0 4px 10px rgba(59, 19, 68, 0.16);
}

.btn-hosting--primary:hover,
.btn-hosting--primary:focus {
  background: var(--echelon-purple-dark);
  border-color: var(--echelon-purple-dark);
  color: var(--echelon-surface);
  text-decoration: none;
  transform: translateY(-1px);
}

.hosting-empty {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px;
  background: var(--echelon-purple-soft);
  border: 1px solid var(--echelon-border);
  border-radius: 8px;
  color: var(--echelon-text);
  font-size: 16px;
  line-height: 1.6;
}

.ltr .hosting-empty {
  border-left: 5px solid var(--echelon-purple);
  text-align: left;
}

.rtl .hosting-empty {
  border-right: 5px solid var(--echelon-purple);
  text-align: right;
}

@media (max-width: 767px) {
  .hosting-page {
    padding: 24px 15px 38px;
  }

  .hosting-intro {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .bundle-notice {
    padding: 22px 18px;
  }

  .bundle-notice p,
  .bundle-option,
  .bundle-note {
    font-size: 15px;
  }

  .bundle-options {
    width: 100%;
  }

  .hosting-table-wrap {
    border-radius: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-hosting {
    transition: none;
  }
}