/* صفحات الحجز — حاضنة · منصة · مكتب */
.hub-book-page .hub-feature-hero {
  margin-bottom: 20px;
}

.hub-book-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
}

.hub-book-card {
  background: #fff;
  border: 1px solid #ececf1;
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.hub-book-card h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
  color: #111827;
}

.hub-book-card > p {
  margin: 0 0 18px;
  color: #4b5563;
  font-weight: 600;
  line-height: 1.7;
}

.hub-book-form {
  display: grid;
  gap: 10px;
}

.hub-book-form label {
  font-size: 13px;
  font-weight: 800;
  color: #1f2937;
}

.hub-book-form input,
.hub-book-form select,
.hub-book-form textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  font-weight: 700;
  box-sizing: border-box;
  background: #fff;
}

.hub-book-form input[type='file'] {
  padding: 10px;
  font-weight: 600;
  background: #f8fafc;
}

.hub-book-form select:disabled {
  background: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

.hub-book-subdomain-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  direction: ltr;
}

.hub-book-subdomain-row input {
  border-radius: 12px 0 0 12px;
  border-right: 0;
}

.hub-book-subdomain-suffix {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 0 12px 12px 0;
  background: #f3f4f6;
  color: #4b5563;
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
}

.hub-book-form textarea {
  resize: vertical;
  min-height: 88px;
}

.hub-book-form .btn {
  margin-top: 6px;
  justify-self: start;
}

.hub-book-feedback {
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ecfdf5;
  color: #065f46;
  font-weight: 800;
  font-size: 13px;
}

.hub-book-aside h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
}

.hub-book-aside ul {
  margin: 0;
  padding: 0 18px 0 0;
  color: #374151;
  font-weight: 700;
  line-height: 1.85;
  font-size: 13px;
}

.hub-book-aside .hub-book-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hub-book-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin: 0 0 10px;
}

.hub-book-steps article {
  background: #fff;
  border: 1px solid #ececf1;
  border-radius: 16px;
  padding: 16px 14px;
  border-top: 3px solid #2563eb;
}

.hub-book-steps strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 900;
}

.hub-book-steps small {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .hub-book-grid {
    grid-template-columns: 1fr;
  }
}

.hub-book-grid--simple {
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
}

.hub-book-subdomain-status {
  margin: -4px 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
}

.hub-book-subdomain-status.is-ok {
  color: #047857;
}

.hub-book-subdomain-status.is-bad {
  color: #b91c1c;
}

.hub-book-feedback.is-error {
  background: #fef2f2;
  color: #991b1b;
}

.hub-book-feedback.is-ok {
  background: #ecfdf5;
  color: #065f46;
}

.hub-platform-recharge-banner {
  display: none;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-weight: 800;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hub-platform-recharge-banner.is-show {
  display: flex;
}
