.hosting-section {
  --hosting-blue-dark: #123a7a;
  --hosting-blue-main: #0056ff;
  --hosting-blue-soft: #eaf3ff;
  --hosting-sky: #7ec2ff;
  --hosting-white: #ffffff;
  --hosting-text: #18335f;
  --hosting-text-soft: #5c7296;
  --hosting-line: #d8e6ff;
  --hosting-accent: #0056ff;
  --hosting-accent-dark: #0044cc;
  --hosting-accent-hover: #000000;
  --hosting-shadow: 0 16px 40px rgba(18, 62, 145, 0.12);
  position: relative;
  overflow: hidden;
  padding: 34px 16px 56px;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--hosting-text);
}
.hosting-section,
.hosting-section *,
.hosting-section *::before,
.hosting-section *::after {
  box-sizing: border-box;
}
.hosting-section [hidden] {
  display: none !important;
}
.hosting-section .hosting-shell {
  width: min(1280px, 100%);
  margin: 0 auto;
}
.hosting-section .hosting-hero {
  position: relative;
  background: linear-gradient(135deg, #dff0ff 0%, #cbe4ff 52%, #b9dbff 100%);
  border: 1px solid #c8ddff;
  border-radius: 28px;
  padding: 30px 28px 28px;
  box-shadow: var(--hosting-shadow);
  color: var(--hosting-blue-dark);
}
.hosting-section .hosting-hero::before,
.hosting-section .hosting-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.hosting-section .hosting-hero::before {
  width: 260px;
  height: 260px;
  right: -80px;
  top: -120px;
  background: rgba(255, 255, 255, 0.18);
}
.hosting-section .hosting-hero::after {
  width: 180px;
  height: 180px;
  left: -60px;
  bottom: -90px;
  background: rgba(255, 255, 255, 0.12);
}
.hosting-section .hosting-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #c9dcff;
  color: var(--hosting-blue-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hosting-section .hosting-hero-title {
  margin: 18px 0 12px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
}
.hosting-section .hosting-hero-text {
  max-width: 980px;
  margin: 0;
  color: #224879;
  font-size: 17px;
  line-height: 1.7;
}
.hosting-section .hosting-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.hosting-section .hosting-highlight-card {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.76);
  border: 1px solid #cfe1ff;
  color: var(--hosting-blue-dark);
  font-weight: 700;
  line-height: 1.45;
}
.hosting-section .hosting-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin: 22px 0 16px;
}
.hosting-section .hosting-search-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hosting-section .hosting-search-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--hosting-text);
}
.hosting-section .hosting-search {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--hosting-line);
  border-radius: 16px;
  background: var(--hosting-white);
  font-size: 16px;
  color: var(--hosting-text);
  outline: none;
  box-shadow: 0 8px 24px rgba(20, 63, 145, 0.06);
}
.hosting-section .hosting-search:focus {
  border-color: var(--hosting-sky);
  box-shadow: 0 0 0 3px rgba(95, 178, 255, 0.15);
}
.hosting-section .hosting-note {
  align-self: end;
  display: flex;
  align-items: center;
  min-height: 54px;
  margin-top: 0;
  padding: 14px 22px;
  border-radius: 16px;
  background: var(--hosting-white);
  border: 1px solid var(--hosting-line);
  color: var(--hosting-text-soft);
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(20, 63, 145, 0.06);
}
.hosting-section .hosting-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.hosting-section .hosting-nav-btn {
  appearance: none;
  border: 1px solid var(--hosting-line);
  background: var(--hosting-white);
  color: var(--hosting-text);
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
  box-shadow: 0 8px 18px rgba(20, 63, 145, 0.05);
}
.hosting-section .hosting-nav-btn:hover {
  background: var(--hosting-accent-hover);
  border-color: transparent;
  color: var(--hosting-white);
}
.hosting-section .hosting-nav-btn.hosting-active {
  background: var(--hosting-accent);
  border-color: var(--hosting-accent);
  color: var(--hosting-white);
}
.hosting-section .hosting-nav-btn.hosting-active:hover {
  background: var(--hosting-accent-hover);
  border-color: var(--hosting-accent-hover);
  color: var(--hosting-white);
}
.hosting-section .hosting-feature-sections {
  display: grid;
  gap: 22px;
}
.hosting-section .hosting-category-section {
  background: var(--hosting-white);
  border: 1px solid var(--hosting-line);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(19, 57, 134, 0.06);
}
.hosting-section .hosting-category-head {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}
.hosting-section .hosting-category-title {
  margin: 0;
  font-size: clamp(23px, 3vw, 32px);
  line-height: 1.15;
  color: var(--hosting-blue-dark);
}
.hosting-section .hosting-table-wrap {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #dfe8ff;
}
.hosting-section .hosting-table {
  display: block;
  width: 100%;
  border-collapse: collapse;
}
.hosting-section .hosting-table thead,
.hosting-section .hosting-table tbody {
  display: block;
  width: 100%;
}
.hosting-section .hosting-table thead tr,
.hosting-section .hosting-table tbody tr.hosting-main-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(240px, 1.5fr) minmax(150px, 0.72fr) max-content;
  width: 100%;
}
.hosting-section .hosting-table tbody tr.hosting-detail-row {
  display: block;
  width: 100%;
}
.hosting-section .hosting-table thead th {
  background: linear-gradient(180deg, #edf3ff 0%, #e7efff 100%);
  color: var(--hosting-blue-dark);
  text-align: left;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #dce6ff;
  white-space: normal;
}
.hosting-section .hosting-table tbody td {
  padding: 18px;
  vertical-align: top;
  border-bottom: 1px solid #edf2ff;
  background: var(--hosting-white);
  white-space: normal;
  overflow-wrap: anywhere;
}
.hosting-section .hosting-table thead th,
.hosting-section .hosting-table tbody td {
  width: auto !important;
  min-width: 0;
}
.hosting-section .hosting-table tbody tr.hosting-main-row td:nth-child(3),
.hosting-section .hosting-table tbody tr.hosting-main-row td:nth-child(4) {
  display: flex;
  align-items: center;
}
.hosting-section .hosting-table tbody tr.hosting-main-row td:nth-child(4) {
  justify-content: flex-start;
  padding-right: 14px;
}
.hosting-section .hosting-table tbody tr:last-child td {
  border-bottom: none;
}
.hosting-section .hosting-feature-name {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  color: var(--hosting-blue-dark);
}
.hosting-section .hosting-feature-short {
  color: var(--hosting-text);
  font-size: 15px;
  line-height: 1.7;
}
.hosting-section .hosting-availability {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 22px;
  background: #eef6ff;
  color: var(--hosting-blue-main);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #d6e7ff;
}

.hosting-section .hosting-table th:nth-child(1),
.hosting-section .hosting-table td:nth-child(1),
.hosting-section .hosting-table th:nth-child(2),
.hosting-section .hosting-table td:nth-child(2),
.hosting-section .hosting-table th:nth-child(3),
.hosting-section .hosting-table td:nth-child(3),
.hosting-section .hosting-table th:nth-child(4),
.hosting-section .hosting-table td:nth-child(4) {
  width: auto;
}
.hosting-section .hosting-toggle {
  min-width: 0;
  min-height: 46px;
  padding: 0 16px;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--hosting-accent), var(--hosting-accent-dark));
  color: var(--hosting-white);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 10px 20px rgba(0, 86, 255, 0.24);
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.hosting-section .hosting-toggle:hover {
  background: var(--hosting-accent-hover);
  color: var(--hosting-white);
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24);
}
.hosting-section .hosting-toggle-icon {
  font-size: 19px;
  line-height: 1;
  transform: translateY(-1px);
}
.hosting-section .hosting-detail-row td {
  background: #f8fbff;
  padding-top: 0;
}
.hosting-section .hosting-detail-box {
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, #f3f8ff 0%, #edf4ff 100%);
  color: var(--hosting-text);
  font-size: 15px;
  line-height: 1.8;
  border: 1px solid #d8e6ff;
}
.hosting-section .hosting-mobile-detail {
  display: none;
  margin-top: 12px;
}
@media (max-width: 1280px) {
  .hosting-section .hosting-table thead tr,
  .hosting-section .hosting-table tbody tr.hosting-main-row {
    grid-template-columns: minmax(165px, 0.96fr) minmax(210px, 1.28fr) minmax(142px, 0.66fr) max-content;
  }
}
@media (max-width: 1200px) {
  .hosting-section .hosting-category-section {
    padding: 18px;
  }
  .hosting-section .hosting-table thead th,
  .hosting-section .hosting-table tbody td {
    padding: 15px 12px;
  }
  .hosting-section .hosting-feature-name {
    font-size: 17px;
  }
  .hosting-section .hosting-feature-short {
    font-size: 14px;
    line-height: 1.6;
  }
  .hosting-section .hosting-availability {
    padding: 9px 12px;
    font-size: 12px;
  }
  .hosting-section .hosting-toggle {
    min-width: 0;
    width: auto;
    max-width: 100%;
    padding: 0 12px;
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .hosting-section .hosting-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hosting-section .hosting-toolbar {
    grid-template-columns: 1fr;
  }
  .hosting-section .hosting-note {
    margin-top: 0;
    white-space: normal;
  }
  .hosting-section .hosting-table thead tr,
  .hosting-section .hosting-table tbody tr.hosting-main-row {
    grid-template-columns: minmax(150px, 0.9fr) minmax(190px, 1.12fr) minmax(132px, 0.58fr) max-content;
  }
}

@media (max-width: 980px) {
  .hosting-section .hosting-table thead tr,
  .hosting-section .hosting-table tbody tr.hosting-main-row {
    grid-template-columns: minmax(135px, 0.9fr) minmax(170px, 1.08fr) minmax(120px, 0.54fr) max-content;
  }
  .hosting-section .hosting-table thead th,
  .hosting-section .hosting-table tbody td {
    padding: 14px 10px;
  }
  .hosting-section .hosting-feature-name {
    font-size: 16px;
  }
  .hosting-section .hosting-feature-short {
    font-size: 13px;
    line-height: 1.55;
  }
  .hosting-section .hosting-availability {
    padding: 8px 11px;
    font-size: 12px;
  }
  .hosting-section .hosting-toggle {
    padding: 0 10px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .hosting-section {
    padding: 18px 10px 36px;
  }
  .hosting-section .hosting-hero {
    border-radius: 22px;
    padding: 22px 16px 18px;
  }
  .hosting-section .hosting-hero-text {
    font-size: 15px;
  }
  .hosting-section .hosting-highlight-grid {
    grid-template-columns: 1fr;
  }
  .hosting-section .hosting-category-section {
    padding: 14px;
    border-radius: 18px;
  }
  .hosting-section .hosting-table,
  .hosting-section .hosting-table thead,
  .hosting-section .hosting-table tbody,
  .hosting-section .hosting-table th,
  .hosting-section .hosting-table td,
  .hosting-section .hosting-table tr {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .hosting-section .hosting-table-wrap {
    overflow: visible;
    border: none;
  }
  .hosting-section .hosting-table thead {
    display: none;
  }
  .hosting-section .hosting-table tbody tr.hosting-main-row {
    display: block !important;
    width: 100%;
    grid-template-columns: none !important;
    margin-bottom: 14px;
    border: 1px solid #dce7ff;
    border-radius: 18px;
    overflow: hidden;
    background: var(--hosting-white);
  }
  .hosting-section .hosting-table tbody tr.hosting-detail-row {
    display: none !important;
  }
  .hosting-section .hosting-table tbody tr.hosting-main-row td,
  .hosting-section .hosting-table tbody tr.hosting-main-row td:nth-child(3),
  .hosting-section .hosting-table tbody tr.hosting-main-row td:nth-child(4) {
    display: block;
    width: 100%;
    min-width: 0;
    border: none !important;
    padding: 14px 14px 8px;
    align-items: initial;
    justify-content: initial;
  }
  .hosting-section .hosting-table tbody tr.hosting-main-row td:last-child {
    padding-bottom: 14px;
    padding-right: 14px;
  }
  .hosting-section .hosting-table tbody tr.hosting-main-row td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    color: var(--hosting-text-soft);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .hosting-section .hosting-feature-name,
  .hosting-section .hosting-feature-short,
  .hosting-section .hosting-availability,
  .hosting-section .hosting-detail-box {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .hosting-section .hosting-availability {
    display: inline-flex;
    max-width: 100%;
  }
  .hosting-section .hosting-toggle {
    width: 100%;
    max-width: 100%;
  }
  .hosting-section .hosting-mobile-detail {
    display: block;
    width: 100%;
  }
  .hosting-section .hosting-mobile-detail[hidden] {
    display: none !important;
  }
  .hosting-section .hosting-detail-box {
    padding: 14px;
    border-radius: 14px;
    font-size: 14px;
  }
}
