:root {
  --bg: #f4f6f9;
  --surface: #fff;
  --text: #26384d;
  --muted: #667085;
  --line: #dfe7ef;
  --blue: #0866f2;
  --deep-blue: #0754b7;
  --nav-blue: #0868f6;
  --soft-blue: #f6fcff;
  --teal: #118274;
  --green: #28a745;
  --red: #ef334a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  font-family: Inter, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
input, select, button { font: inherit; }
.mobile-menu { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 24, 40, .08);
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1110px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
}
.logo {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 8px;
  color: #0f8ab6;
  font-weight: 900;
}
.logo span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 18px 22px 16px 22px;
  color: #fff;
  background: #178db4;
  font-size: 21px;
  letter-spacing: .2px;
  line-height: 1;
}
.logo strong {
  color: #178db4;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .1px;
}
.logo small {
  color: #6b7280;
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
}
.top-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 14px;
}
.top-links > a:not(.header-button),
.top-links .inline {
  color: #5b6675;
  font-weight: 650;
}
.hotline {
  color: #f12132;
  font-size: 16px;
  font-weight: 850;
}
.header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 18px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--deep-blue);
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
}
.header-button.ghost {
  color: var(--deep-blue);
  background: #edf5ff;
}
.inline { display: inline; margin: 0; }
.main-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  padding: 0 16px;
  background: var(--nav-blue);
  color: #fff;
  overflow-x: auto;
  scrollbar-width: thin;
}
.main-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}
.main-nav a:hover { background: rgba(255, 255, 255, .12); }
.home-link {
  min-width: 58px;
  background: rgba(255, 255, 255, .13);
  font-size: 25px;
  text-transform: none;
}

.page {
  width: min(1110px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 68px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  margin: 0 calc((100% - min(1110px, calc(100vw - 32px))) / -2) 24px;
  padding: 0 max(16px, calc((100vw - 1110px) / 2));
  background: #eeeeef;
  color: #607083;
}
.breadcrumb a { color: var(--deep-blue); }
.breadcrumb strong { font-weight: 500; }
.catalog-intro {
  max-width: 980px;
  margin: 0 auto 26px;
  text-align: center;
}
.catalog-intro h1 {
  margin: 0;
  color: #3d4b5d;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
}
.title-mark {
  position: relative;
  width: 118px;
  height: 18px;
  margin: 8px auto 8px;
}
.title-mark:before,
.title-mark:after {
  content: "";
  position: absolute;
  top: 9px;
  width: 50px;
  border-top: 1px solid #dce4ec;
}
.title-mark:before { left: 0; }
.title-mark:after { right: 0; }
.title-mark {
  background:
    radial-gradient(circle at 50% 50%, #d0d7df 0 3px, transparent 4px),
    radial-gradient(circle at 42% 50%, #dce3ea 0 2px, transparent 3px),
    radial-gradient(circle at 58% 50%, #dce3ea 0 2px, transparent 3px);
}
.catalog-intro p {
  max-width: 980px;
  margin: 0 auto;
  color: #34495f;
  font-size: 14.5px;
  line-height: 1.7;
}

h1, h2, h3 { margin-top: 0; }
h2 { color: #111827; font-size: 24px; font-weight: 800; line-height: 1.25; }
h3 { font-size: 20px; font-weight: 800; line-height: 1.2; }
.muted { color: var(--muted); }

.pricing-section { margin-bottom: 26px; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 28px;
  min-width: 0;
}
.pricing-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe8f0;
  border-radius: 4px;
  background: var(--soft-blue);
  box-shadow: 0 2px 10px rgba(18, 50, 90, .12);
}
.plan-ribbon {
  position: relative;
  min-height: 42px;
  padding: 12px 18px 15px;
  color: #fff;
  text-align: center;
  background: var(--deep-blue);
}
.plan-ribbon:after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: -9px;
  height: 18px;
  border-radius: 0 0 50% 50%;
  background: var(--deep-blue);
}
.plan-ribbon h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.plan-price {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-height: 110px;
  padding: 24px 18px 14px;
  background: #eeeeee;
  text-align: center;
}
.plan-price strong {
  color: var(--red);
  font-size: 27px;
  font-weight: 850;
  line-height: 1;
}
.plan-price span {
  color: #1f2937;
  font-size: 14px;
}
.plan-price small {
  min-height: 17px;
  color: #496079;
  font-size: 13px;
  font-weight: 700;
}
.plan-spec-list {
  padding: 16px 30px 12px;
  background: var(--soft-blue);
}
.plan-spec-list div {
  display: grid;
  grid-template-columns: 20px minmax(88px, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  border-bottom: 1px solid #dce7ee;
  color: #2d4056;
  font-size: 14px;
}
.plan-spec-list div:last-child { border-bottom: 0; }
.plan-spec-list strong {
  min-width: 0;
  color: #004bb6;
  overflow-wrap: anywhere;
  text-align: right;
  font-weight: 800;
}
.spec-icon {
  color: #46586c;
  text-align: center;
  font-weight: 900;
}
.plan-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px 30px 20px;
  background: var(--soft-blue);
}
.plan-actions .button:only-child { grid-column: 1 / -1; }
.plan-order-form {
  display: grid;
  gap: 0;
  background: var(--soft-blue);
}
.plan-order-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 10px;
  padding: 4px 30px 0;
}
.plan-order-fields label {
  min-width: 0;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
}
.plan-order-fields input,
.plan-order-fields select {
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 650;
}
.plan-order-fields .password-field {
  grid-column: 1 / -1;
}
.plan-order-fields .os-field {
  grid-column: 1 / -1;
}
.plan-order-fields .duration-field {
  grid-column: 1 / 2;
}
.plan-order-fields .quantity-field {
  grid-column: 2 / 3;
}
.modal-note {
  margin: 12px 0 0;
}
.modal-note a {
  color: var(--deep-blue);
  font-weight: 800;
}
.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.auth-modal:target {
  display: flex;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .5);
}
.auth-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  margin: 0;
  border-top: 4px solid var(--deep-blue);
}
.modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  color: #64748b;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.panel, .card, .stat {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(15, 40, 75, .08);
}
.panel { padding: 18px; margin-bottom: 18px; }
.order-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
  width: min(920px, 100%);
  margin: 0 auto 30px;
}
.order-panel,
.auth-panel {
  border-top: 4px solid var(--deep-blue);
}
.info-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding: 22px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid var(--line);
}
.info-band h2 { margin-bottom: 6px; }
.info-band p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.form { display: grid; gap: 12px; }
label { display: grid; gap: 6px; color: #344054; font-size: 13px; font-weight: 800; }
input, select {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}
.check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 600;
}
.check input { width: auto; min-height: auto; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--green);
  cursor: pointer;
  font-weight: 800;
  text-align: center;
}
.button:hover { filter: brightness(.96); }
.button.secondary { background: var(--blue); }
.button.danger { background: var(--red); }
.button.ghost { color: var(--deep-blue); background: #edf5ff; }
.button.small { min-height: 34px; padding: 7px 10px; font-size: 13px; }
.button:disabled { opacity: .55; cursor: not-allowed; }

.alert {
  padding: 12px;
  margin: 16px 0;
  border-radius: 5px;
  border: 1px solid #bbf7d0;
  color: #14532d;
  background: #f0fdf4;
}
.alert.error, .error {
  border-color: #fecdd3;
  color: #9f1239;
  background: #fff1f2;
}
.error { margin-top: 8px; padding: 8px; border-radius: 5px; font-size: 13px; }
.badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef2f7;
  color: #344054;
  font-size: 12px;
  font-weight: 900;
}
.badge.green { color: #14532d; background: #dcfce7; }
.badge.blue { color: #1e3a8a; background: #dbeafe; }
.badge.orange { color: #7c2d12; background: #ffedd5; }
.badge.red { color: #9f1239; background: #ffe4e6; }

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
  align-items: start;
}
.sticky { position: sticky; top: 152px; }
.card { padding: 18px; }
.price { color: var(--teal); font-size: 22px; font-weight: 900; }
.specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.specs span {
  display: block;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: #344054;
  background: #fbfdff;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.detail-title { align-items: flex-start; }
.detail-title h2 { margin-bottom: 4px; }
#vps-manager {
  padding: 22px 24px;
  border-color: #d1d8e3;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}
.vps-manager-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .74fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 34px;
}
.vps-manager-head h2 {
  margin-bottom: 12px;
  color: #111827;
  font-size: 28px;
  line-height: 1.1;
}
.vps-manager-head .muted {
  color: #2f3642;
  font-size: 15px;
  line-height: 1.45;
}
.vps-manager-filters {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) 250px;
  gap: 8px;
  align-items: start;
}
.search-field {
  position: relative;
  display: block;
}
.search-field span {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8a93a3;
  font-size: 22px;
  line-height: 1;
}
.search-field input {
  min-height: 46px;
  padding-left: 42px;
  border: 1px solid #c8ced8;
  border-radius: 8px;
  color: #111827;
  font-size: 15px;
  box-shadow: 0 1px 5px rgba(15, 23, 42, .08) inset;
}
.filter-stack {
  display: grid;
  overflow: hidden;
  border: 1px solid #c8ced8;
  border-radius: 8px;
  background: #fff;
}
.filter-stack select {
  min-height: 46px;
  border: 0;
  border-bottom: 1px solid #e3e7ee;
  border-radius: 0;
  color: #111827;
  font-size: 15px;
}
.filter-stack select:last-child {
  border-bottom: 0;
}
.vps-bulk-form { display: none; }
.vps-bulk-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  padding: 12px 16px;
  border: 1px solid #cfd6e1;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfcff, #f7f9fc);
  box-shadow: 0 12px 26px rgba(15, 23, 42, .06);
}
.bulk-check {
  display: inline-flex;
  grid-auto-flow: column;
  align-items: center;
  gap: 9px;
  min-width: max-content;
  padding-right: 16px;
  border-right: 1px solid #ccd3df;
  color: #111827;
  font-size: 15px;
  font-weight: 850;
}
.bulk-check input,
.select-cell input {
  width: auto;
  min-height: auto;
}
.bulk-check input,
.vps-select {
  width: 19px;
  height: 19px;
  accent-color: var(--blue);
}
.bulk-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.bulk-actions .button {
  min-height: 38px;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 0 8px 18px rgba(8, 102, 242, .18);
}
.bulk-actions .button span {
  font-size: 16px;
}
.bulk-actions .button:disabled {
  opacity: .52;
  filter: grayscale(.35);
}
.vps-table-wrap {
  border: 0;
  border-radius: 0;
}
.vps-management-table {
  min-width: 1040px;
  table-layout: fixed;
}
.vps-management-table th,
.vps-management-table td {
  padding: 13px 10px;
}
.vps-management-table thead th {
  border-bottom: 1px solid #d6dce6;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.vps-row td {
  border-bottom: 1px solid #d6dce6;
  background: #fff;
  color: #111827;
  font-size: 14px;
  line-height: 1.35;
}
.vps-row:hover td {
  background: #fbfdff;
}
.select-cell {
  width: 42px;
  text-align: center;
}
.vps-management-table th:nth-child(2),
.vps-management-table td:nth-child(2) { width: 130px; }
.vps-management-table th:nth-child(3),
.vps-management-table td:nth-child(3) {
  width: 145px;
  white-space: nowrap;
}
.vps-management-table th:nth-child(4),
.vps-management-table td:nth-child(4) { width: 150px; }
.vps-management-table th:nth-child(5),
.vps-management-table td:nth-child(5) {
  width: 112px;
  white-space: nowrap;
}
.vps-management-table th:nth-child(6),
.vps-management-table td:nth-child(6) { width: 128px; }
.vps-management-table th:nth-child(7),
.vps-management-table td:nth-child(7) { width: 320px; }
.vps-management-table code {
  display: inline-block;
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 13px;
}
.vps-row-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 9px;
  min-width: 0;
}
.vps-row-actions form {
  display: inline-flex;
  margin: 0;
}
.icon-action {
  display: inline-grid;
  gap: 3px;
  justify-items: center;
  min-width: 58px;
  border: 0;
  background: transparent;
  color: #606977;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
.icon-action span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.icon-action.green { color: #248a45; }
.icon-action.green span { background: #22a457; }
.icon-action.gold { color: #d69b05; }
.icon-action.gold span { color: #d69b05; background: transparent; font-size: 23px; }
.icon-action.gray { color: #6b7280; }
.icon-action.gray span { color: #6b7280; background: transparent; font-size: 23px; }
.icon-action.blue { color: #0754b7; }
.icon-action.blue span { background: #0866f2; font-size: 12px; }
.vps-more-menu {
  position: relative;
  margin: 0;
}
.vps-more-menu summary {
  display: inline-flex;
  width: 36px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e8eef8;
  color: #111827;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  list-style: none;
}
.vps-more-menu summary::-webkit-details-marker { display: none; }
.vps-more-menu > div {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 5;
  display: grid;
  min-width: 150px;
  padding: 8px;
  border: 1px solid #d7dde7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .14);
}
.vps-more-menu button,
.vps-more-menu a {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #111827;
  cursor: pointer;
  font-size: 15px;
  text-align: left;
}
.vps-more-menu button:hover,
.vps-more-menu a:hover {
  background: #f3f6fb;
}
.vps-more-menu button:disabled {
  color: #9ca3af;
  cursor: not-allowed;
  background: transparent;
}
.status-pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #166534;
  background: #dcfce7;
  font-size: 12px;
  font-weight: 900;
}
.status-pill > span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #16a34a;
}
.status-pill.idle {
  color: #7c2d12;
  background: #ffedd5;
}
.status-pill.idle > span {
  background: #f97316;
}
.status-pill.pending {
  color: #92400e;
  background: #fef3c7;
}
.status-pill.pending > span {
  background: #f59e0b;
}
.vps-row.is-pending {
  background: #fffdf5;
}
.vps-detail-row td {
  padding: 0;
  background: #f8fbff;
}
.vps-detail-drawer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid var(--line);
}
.compact-credentials {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vps-detail-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.vps-pending-note {
  grid-column: 1 / -1;
  padding: 10px 12px;
  border: 1px solid #fde68a;
  border-radius: 6px;
  color: #854d0e;
  background: #fffbeb;
  font-size: 13px;
  font-weight: 700;
}
.mini-action-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
  padding: 10px;
  border: 1px solid #d9e5ef;
  border-radius: 5px;
  background: #fff;
}
.mini-action-form label {
  min-width: 0;
}
.mini-action-form input,
.mini-action-form select {
  min-height: 36px;
  padding: 7px 9px;
  font-size: 13px;
}
.mini-action-form input:disabled,
.mini-action-form select:disabled {
  color: #9ca3af;
  background: #f3f4f6;
  cursor: not-allowed;
}
.mini-action-form.danger-zone {
  grid-template-columns: minmax(0, 1fr) minmax(140px, .7fr) auto;
  border-color: #fecdd3;
  background: #fff9fa;
}
.mini-action-form.password-zone {
  border-color: #bfdbfe;
  background: #f8fbff;
}
.vps-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.vps-detail-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fbfdff;
}
.vps-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.vps-detail-head h3 {
  margin-bottom: 4px;
  color: #0f2747;
  font-size: 18px;
}
.credential-list {
  display: grid;
  gap: 8px;
}
.credential-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.credential-row span {
  color: #5f6c7c;
  font-size: 12px;
  font-weight: 800;
}
.credential-row code {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #d9e5ef;
  border-radius: 5px;
  background: #fff;
  color: #14345b;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.copy-button {
  white-space: nowrap;
}
.vps-copy-all {
  width: 100%;
}
.vps-control-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.vps-control-actions form {
  display: grid;
}
.vps-control-actions .button {
  width: 100%;
}
.vnc-panel {
  display: grid;
  gap: 16px;
  max-width: 760px;
}
.vnc-panel h2 {
  margin-bottom: 4px;
}
.browser-vnc-viewer {
  overflow: hidden;
  border: 1px solid #cfdbea;
  border-radius: 5px;
  background: #0b1220;
}
.browser-vnc-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #dbeafe;
  background: #111b2e;
}
.browser-vnc-toolbar > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
#vnc-status {
  font-size: 13px;
}
#vnc-status[data-kind="ok"] { color: #86efac; }
#vnc-status[data-kind="pending"] { color: #fde68a; }
#vnc-status[data-kind="error"] { color: #fca5a5; }
.browser-vnc-screen {
  width: 100%;
  min-height: 520px;
  background: #050816;
}
.browser-vnc-screen canvas {
  max-width: 100%;
}
.vnc-actions {
  display: grid;
  gap: 10px;
}
.vnc-actions .button {
  width: 100%;
}
.vnc-note {
  margin: 0;
  padding: 12px;
  border: 1px solid #d9e5ef;
  border-radius: 5px;
  background: #f8fbff;
  color: #526174;
  line-height: 1.65;
}
.vnc-note code {
  color: #14345b;
  font-weight: 800;
}
.api-result-box {
  max-height: 520px;
  overflow: auto;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #0f172a;
  color: #e5edf8;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 13px;
  white-space: pre-wrap;
  word-break: break-word;
}
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: #344054; font-size: 13px; }
.admin-table { min-width: 1160px; }
.legacy-admin-plans[hidden] {
  display: none !important;
}
.provider-plans {
  display: grid;
  gap: 18px;
}
.provider-plan-group {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #d7e1ee;
  border-radius: 8px;
  background: #fbfdff;
}
.provider-plan-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.provider-plan-heading h3 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 18px;
}
.provider-plan-heading p {
  margin: 0;
}
.provider-vpsttt {
  border-top: 4px solid #2876cf;
}
.provider-vpssieutoc {
  border-top: 4px solid #28a455;
}
.provider-thuevpsgiare {
  border-top: 4px solid #2876cf;
}
.provider-admin-table {
  min-width: 1080px;
}
.admin-table input {
  min-height: 36px;
  padding: 7px 9px;
  margin-bottom: 6px;
  font-size: 13px;
}
.admin-table .sort-input {
  width: 82px;
}
.admin-table td { background: #fff; }
.admin-provider-meta {
  display: grid;
  gap: 8px;
  min-width: 240px;
}
.admin-provider-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 6px;
  line-height: 1.45;
}
.admin-provider-line code {
  display: inline-block;
  max-width: 220px;
  overflow-wrap: anywhere;
  padding: 2px 6px;
  border: 1px solid #d9e2ec;
  border-radius: 6px;
  background: #f3f6fb;
  font-size: 12px;
}
.admin-provider-line .button {
  min-height: 28px;
  padding: 4px 8px;
  font-size: 12px;
}
.new-row td { background: #f8fafc; }
.row-actions {
  min-width: 120px;
}
.row-actions .button {
  width: 100%;
  margin-bottom: 6px;
}
.row-actions .button:last-child {
  margin-bottom: 0;
}
.mini-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(70px, 1fr));
  gap: 6px;
}
.mini-fields.prices { grid-template-columns: repeat(2, minmax(100px, 1fr)); }
.api-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}
.api-table code,
details code {
  display: block;
  max-width: 520px;
  white-space: pre-wrap;
  word-break: break-word;
  padding: 8px;
  border-radius: 5px;
  background: #f1f5f9;
  color: #344054;
  font-size: 12px;
}
details { margin-top: 6px; }
summary {
  cursor: pointer;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}
.stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-bottom: 18px; }
.stat { padding: 16px; display: grid; gap: 8px; }
.stat span { color: var(--muted); font-size: 13px; font-weight: 800; }
.stat strong { font-size: 24px; }
hr { border: 0; border-top: 1px solid var(--line); margin: 18px 0; }

@media (max-width: 980px) {
  .header-top { align-items: flex-start; flex-direction: column; gap: 12px; padding: 14px 0; }
  .top-links { justify-content: flex-start; }
  .main-nav { justify-content: flex-start; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(260px, 1fr)); }
  .order-section, .layout, .api-grid { grid-template-columns: 1fr; }
  .vps-detail-grid { grid-template-columns: 1fr; }
  .vps-manager-head,
  .vps-manager-filters {
    grid-template-columns: 1fr;
  }
  .vps-manager-head {
    margin-bottom: 28px;
  }
  .vps-bulk-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .bulk-actions {
    justify-content: stretch;
  }
  .bulk-actions .button {
    flex: 1 1 130px;
  }
  .vps-detail-drawer,
  .compact-credentials,
  .vps-detail-actions,
  .mini-action-form,
  .mini-action-form.danger-zone {
    grid-template-columns: 1fr;
  }
  .vps-row-actions {
    min-width: 0;
  }
  .grid, .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sticky { position: static; }
}
@media (max-width: 640px) {
  body { font-size: 13px; }
  .page {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-top {
    width: 100%;
    min-height: auto;
    padding: 12px 10px 10px;
  }
  .logo span {
    min-width: 74px;
    min-height: 32px;
    font-size: 19px;
  }
  .logo strong { font-size: 17px; }
  .logo small { font-size: 10px; }
  .top-links {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
    margin-left: auto;
  }
  .mobile-menu summary {
    display: inline-flex;
    width: 40px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #111827;
    cursor: pointer;
    font-size: 24px;
    font-weight: 800;
    list-style: none;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu div {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;
    display: grid;
    min-width: 190px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .18);
  }
  .mobile-menu a {
    padding: 10px 12px;
    border-radius: 7px;
    color: #111827;
    font-weight: 750;
  }
  .mobile-menu a:hover { background: #f3f6fb; }
  .header-button {
    width: 100%;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 5px;
  }
  .main-nav {
    justify-content: flex-start;
    padding: 0;
  }
  .main-nav a { min-height: 48px; padding: 0 12px; font-size: 12px; }
  .breadcrumb {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .catalog-intro h1 { font-size: 22px; white-space: normal; }
  .catalog-intro p { font-size: 13.5px; }
  .pricing-grid, .grid, .stats { grid-template-columns: minmax(0, 1fr); }
  .pricing-card,
  .panel,
  .info-band { max-width: 100%; }
  #vps-manager {
    padding: 18px 12px;
  }
  .vps-manager-head h2 {
    font-size: 25px;
  }
  .vps-manager-head .muted,
  .search-field input,
  .filter-stack select {
    font-size: 14px;
  }
  .search-field input,
  .filter-stack select {
    min-height: 46px;
  }
  .search-field span {
    font-size: 24px;
  }
  .vps-bulk-toolbar {
    padding: 12px;
  }
  .bulk-check {
    border-right: 0;
    padding-right: 0;
  }
  .plan-spec-list { padding-left: 18px; padding-right: 18px; }
  .plan-spec-list div {
    grid-template-columns: 20px minmax(0, 1fr) minmax(0, 92px);
  }
  .plan-actions {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }
  .plan-order-fields {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }
  .plan-order-fields .os-field,
  .plan-order-fields .duration-field,
  .plan-order-fields .quantity-field,
  .plan-order-fields .password-field {
    grid-column: 1 / -1;
  }
  .vps-detail-head,
  .credential-row {
    grid-template-columns: 1fr;
  }
  .vps-control-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .browser-vnc-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .browser-vnc-toolbar > div {
    justify-content: stretch;
  }
  .browser-vnc-toolbar .button {
    flex: 1 1 120px;
  }
  .browser-vnc-screen {
    min-height: 360px;
  }
  .vnc-actions {
    grid-template-columns: 1fr;
  }
  .vps-detail-head {
    display: grid;
  }
  .credential-row .button {
    width: 100%;
  }
  .info-band { align-items: stretch; flex-direction: column; }
}

/* Homepage cloud landing */
.home-page {
  background: #f5f7fb;
}
.home-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding-top: 10px;
  background: transparent;
  box-shadow: none;
}
.home-page .header-top {
  width: min(720px, calc(100% - 32px));
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(59, 91, 130, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 26px rgba(40, 75, 110, .18);
  backdrop-filter: blur(8px);
}
.home-page .logo {
  column-gap: 5px;
}
.home-page .logo span {
  min-width: 43px;
  min-height: 22px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
}
.home-page .logo strong,
.home-page .logo small {
  display: none;
}
.home-page .top-links {
  gap: 18px;
  font-size: 12px;
}
.home-page .top-links > a:not(.header-button) {
  color: #243449;
  font-weight: 800;
}
.home-page .header-button {
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 7px;
  background: #2877c9;
  font-size: 12px;
}
.home-page .page {
  width: 100%;
  padding: 0 0 54px;
}
.home-hero {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 74px 16px 92px;
  background:
    linear-gradient(180deg, rgba(157, 195, 225, .86) 0%, rgba(231, 242, 250, .92) 42%, rgba(255,255,255,.96) 100%),
    radial-gradient(circle at 15% 38%, #fff 0 42px, transparent 43px),
    radial-gradient(circle at 26% 28%, #fff 0 52px, transparent 53px),
    radial-gradient(circle at 40% 38%, #fff 0 42px, transparent 43px),
    radial-gradient(circle at 76% 32%, #fff 0 58px, transparent 59px),
    radial-gradient(circle at 89% 40%, #fff 0 48px, transparent 49px);
  text-align: center;
}
.home-hero:before,
.home-hero:after,
.cloud {
  content: "";
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0 8px 14px rgba(81, 116, 148, .14));
}
.home-hero:before {
  left: -40px;
  top: 54px;
  width: 230px;
  height: 80px;
  border-radius: 80px;
  background:
    radial-gradient(circle at 20% 66%, #f8fbff 0 38px, transparent 39px),
    radial-gradient(circle at 48% 42%, #f8fbff 0 64px, transparent 65px),
    radial-gradient(circle at 78% 66%, #f8fbff 0 45px, transparent 46px);
}
.home-hero:after {
  right: -34px;
  top: 62px;
  width: 230px;
  height: 84px;
  border-radius: 80px;
  background:
    radial-gradient(circle at 23% 66%, #f8fbff 0 42px, transparent 43px),
    radial-gradient(circle at 56% 46%, #f8fbff 0 66px, transparent 67px),
    radial-gradient(circle at 84% 70%, #f8fbff 0 39px, transparent 40px);
}
.cloud-a {
  left: 15%;
  bottom: 22px;
  width: 90px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
}
.cloud-b {
  right: 20%;
  bottom: 35px;
  width: 120px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
}
.cloud-c {
  left: 50%;
  top: 52px;
  width: 82px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0 auto;
}
.hero-content h1 {
  max-width: 520px;
  margin: 0 auto 10px;
  color: #111827;
  font-size: 31px;
  font-weight: 950;
  line-height: 1.08;
}
.hero-content p {
  margin: 0 auto 16px;
  color: #1f2937;
  font-size: 14px;
}
.hero-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 7px;
  color: #fff;
  background: #1f73ca;
  box-shadow: 0 8px 18px rgba(31, 115, 202, .24);
  font-weight: 850;
}
.hero-content .hero-cta {
  display: none;
}
.home-page .pricing-section {
  width: min(880px, calc(100% - 32px));
  margin: -56px auto 18px;
  position: relative;
  z-index: 3;
}
.legacy-pricing-section[hidden] {
  display: none !important;
}
.service-tabs-section {
  display: grid;
  gap: 14px;
}
.service-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  border: 1px solid #d8e2ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .08);
}
.main-service-tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.service-tab {
  display: inline-flex;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 0;
  border-radius: 6px;
  color: #0f2747;
  background: #f3f7fc;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}
.service-tab.is-active {
  color: #fff;
  background: #2876cf;
  box-shadow: 0 8px 16px rgba(40, 118, 207, .22);
}
.service-tab-panel[hidden] {
  display: none;
}
.vps-type-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}
.vps-type-tab {
  display: inline-flex;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #d8e2ef;
  border-radius: 6px;
  color: #0f2747;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}
.vps-type-tab.is-active {
  border-color: #2876cf;
  color: #fff;
  background: #2876cf;
}
.vps-type-panel[hidden] {
  display: none;
}
.service-empty {
  display: grid;
  min-height: 150px;
  place-items: center;
  padding: 24px;
  border: 2px dashed #cbd7e6;
  border-radius: 8px;
  color: #475569;
  background: #fff;
  font-weight: 800;
  text-align: center;
}
.home-page .pricing-section.vpssieutoc-section,
.home-page .pricing-section.vps-gia-re-section {
  margin-top: 22px;
}
.plan-provider-heading {
  margin: 0 0 12px;
  padding: 0 2px;
}
.plan-provider-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}
.plan-provider-heading p {
  margin: 5px 0 0;
  color: #475569;
  font-size: 14px;
}
.home-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.home-plan-card {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 14px 14px 15px;
  border: 2px solid #2c74b9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .12);
}
.home-plan-card.accent-green { border-color: #2c9656; }
.home-plan-card.accent-red { border-color: #b94138; }
.home-plan-card.is-vpssieutoc {
  border-color: #0f69cf;
}
.home-plan-card h3 {
  margin: 0;
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}
.home-plan-price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e7eb;
}
.home-plan-price strong {
  color: #111827;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}
.home-plan-price span {
  color: #111827;
  font-size: 13px;
}
.home-spec-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #111827;
  font-size: 13px;
  line-height: 1.3;
}
.home-spec-list li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.home-spec-list span {
  width: 15px;
  flex: 0 0 15px;
  color: #3b719d;
  text-align: center;
}
.home-plan-card.is-vpssieutoc .home-spec-list span {
  width: 34px;
  flex-basis: 34px;
  text-align: left;
}
.accent-green .home-spec-list span { color: #2c9656; }
.accent-red .home-spec-list span { color: #b94138; }
.home-plan-button,
.quick-order summary {
  display: inline-flex;
  width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #2876cf;
  cursor: pointer;
  font-weight: 850;
  line-height: 1.15;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}
.accent-green .home-plan-button,
.accent-green .quick-order summary { background: #28a455; }
.accent-red .home-plan-button,
.accent-red .quick-order summary { background: #d9443d; }
.quick-order summary {
  list-style: none;
}
.quick-order summary::-webkit-details-marker { display: none; }
.quick-order-form {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}
.quick-order-form label {
  font-size: 12px;
}
.quick-order-form input,
.quick-order-form select {
  min-height: 36px;
  padding: 7px 9px;
  font-size: 13px;
}
.quick-order-form input[readonly] {
  background: #f8fafc;
  color: #0f172a;
}
.duration-card-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.duration-card-option {
  position: relative;
  display: grid;
  min-height: 86px;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding: 10px 8px;
  border: 1px solid #d7e0ea;
  border-radius: 7px;
  background: #fff;
  color: #172033;
  cursor: pointer;
  text-align: center;
}
.duration-card-option input {
  position: absolute;
  inset: 8px 8px auto auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #ff6500;
}
.duration-card-option.is-selected,
.duration-card-option:has(input:checked) {
  border-color: #ff6500;
  box-shadow: inset 0 0 0 1px #ff6500;
  background: #fff7f0;
}
.duration-card-title {
  padding-right: 18px;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.15;
}
.duration-card-note,
.duration-card-save {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 850;
}
.duration-card-note {
  background: #f3f6fb;
  color: #172033;
}
.duration-card-save {
  background: #3cad4a;
  color: #fff;
}
.quick-order-note {
  margin: 0;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.35;
}
.quick-order-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 8px;
}
.home-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
}
.home-features article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 4px 10px;
  min-height: 112px;
  padding: 14px;
  border: 1px solid #d6dce6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}
.home-features article > span {
  grid-row: span 2;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #1f73ca;
  background: #e7f1ff;
  font-weight: 900;
}
.home-features article:nth-child(2) > span {
  color: #1f8f4b;
  background: #e8f8ef;
}
.home-features article:nth-child(3) > span {
  color: #b94138;
  background: #fff0ef;
}
.home-features h3 {
  margin: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}
.home-features p {
  margin: 0;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .home-page {
    background: #111827;
  }
  .home-page .site-header {
    padding-top: 18px;
    left: 0;
    right: auto;
    width: 100vw;
  }
  .home-page .header-top {
    width: min(375px, calc(100vw - 28px));
    min-height: 54px;
    margin-left: 14px;
    margin-right: auto;
    padding: 0 12px;
    border-radius: 16px 16px 0 0;
    border-color: rgba(15, 23, 42, .22);
    box-shadow: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .home-page .top-links {
    display: none;
  }
  .home-page .mobile-menu {
    display: block;
  }
  .home-page .mobile-menu summary {
    color: #111827;
  }
  .home-page .page {
    width: min(375px, calc(100vw - 28px));
    margin: 18px 0 28px 14px;
    overflow: hidden;
    border: 8px solid #111827;
    border-radius: 34px;
    background: #f5f7fb;
    box-shadow: 0 18px 36px rgba(0,0,0,.28);
  }
  .home-hero {
    min-height: 225px;
    padding: 78px 16px 58px;
  }
  .home-hero:before {
    left: -80px;
    top: 64px;
    transform: scale(.72);
  }
  .home-hero:after {
    right: -86px;
    top: 68px;
    transform: scale(.72);
  }
  .cloud-a,
  .cloud-b,
  .cloud-c {
    display: none;
  }
  .hero-content h1 {
    font-size: 22px;
    line-height: 1.08;
  }
  .hero-content p {
    max-width: 280px;
    font-size: 12.5px;
    line-height: 1.35;
  }
  .hero-cta {
    min-height: 34px;
    padding: 8px 14px;
    font-size: 12px;
  }
  .home-page .pricing-section {
    width: calc(100% - 28px);
    margin-top: -32px;
  }
  .service-tabs-section {
    gap: 10px;
  }
  .service-tabs {
    gap: 5px;
    padding: 5px;
  }
  .main-service-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service-tab {
    min-height: 38px;
    padding: 7px 5px;
    font-size: 10.5px;
  }
  .vps-type-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 10px;
  }
  .vps-type-tab {
    min-height: 36px;
    padding: 7px 6px;
    font-size: 10.5px;
  }
  .service-empty {
    min-height: 112px;
    padding: 18px 12px;
    font-size: 12px;
  }
  .home-page .pricing-section.vpssieutoc-section,
  .home-page .pricing-section.vps-gia-re-section {
    margin-top: 14px;
  }
  .plan-provider-heading h2 {
    font-size: 18px;
  }
  .plan-provider-heading p {
    font-size: 12px;
  }
  .home-pricing-grid,
  .home-features {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home-plan-card {
    padding: 12px;
    box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
  }
  .home-plan-card h3 {
    font-size: 15px;
  }
  .home-plan-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    row-gap: 2px;
    padding-bottom: 7px;
  }
  .home-plan-price strong {
    font-size: 22px;
    line-height: 1.05;
  }
  .home-plan-price span {
    font-size: 12px;
  }
  .home-spec-list {
    gap: 8px;
    font-size: 12px;
  }
  .home-plan-button,
  .quick-order summary {
    min-height: 34px;
    font-size: 12px;
  }
  .quick-order-split {
    grid-template-columns: 1fr;
  }
  .home-features {
    width: calc(100% - 28px);
    margin-bottom: 14px;
  }
  .home-features article {
    min-height: 72px;
    padding: 11px;
  }
  .home-features h3 {
    font-size: 13px;
  }
  .home-features p {
    font-size: 11.5px;
  }
}
