/* booking页面专用样式 */
.booking-page-inner { padding: 40px 70px 60px; }

.btn-back-home {
  display: inline-block;
  padding: 10px 28px;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 999px;
  color: rgba(255,255,255,0.7);
  font-size: 0.7em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  margin-bottom: 36px;
  transition: background 0.2s;
}
.btn-back-home:hover { background: rgba(255,255,255,0.1); }

.booking-title {
  font-size: 1.8em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 32px;
}

/* 表单卡片 */
.booking-card {
  background: rgba(245,245,245,0.95);
  border-radius: 16px;
  padding: 36px 40px;
  color: #222;
  margin: 0 auto;
}
.form-step { display: none; }
.form-step.active { display: block; }
.form-step h3 {
  font-size: 0.9em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 4px;
}
.step-sub { font-size: 0.75em; color: #666; margin-bottom: 20px; }
.form-group { margin-bottom: 16px; }
.form-group label, .form-row label { display: block; font-size: 0.8em; font-weight: 600; color: #333; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea,
.form-row input, .form-row select {
  width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 8px;
  font-size: 0.85em; background: #fff; color: #333; outline: none; transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #888; }
.form-group textarea { min-height: 90px; resize: vertical; }
.form-row { display: flex; gap: 16px; margin-bottom: 16px; align-items: flex-start; }
.form-row > div { flex: 1; }

/* 计数器 */
.counter { display: flex; align-items: center; gap: 0; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background: #fff; }
.counter button { width: 44px; height: 44px; border: none; background: #f0f0f0; font-size: 1.2em; cursor: pointer; transition: background 0.2s; }
.counter button:hover { background: #e0e0e0; }
.counter input { flex: 1; text-align: center; border: none; border-left: 1px solid #ddd; border-right: 1px solid #ddd; font-size: 0.9em; background: #fff; padding: 10px; }

.field-error { color: #c00; font-size: 0.7em; margin-top: 4px; display: none; }
.error-banner { background: #fff5f5; color: #c00; border-radius: 8px; padding: 10px 14px; font-size: 0.75em; margin-bottom: 14px; display: none; }
.note { font-size: 0.7em; color: #888; margin: 8px 0; }
.price-display { text-align: right; margin: 12px 0 20px; }
.price-total { font-size: 1em; font-weight: 700; color: #1e90ff; }
.price-per { font-size: 0.7em; color: #888; }

.btn-form {
  width: 100%; padding: 16px; background: #fff; border: 2px solid #333;
  border-radius: 10px; font-size: 0.85em; font-family: 'Montserrat', sans-serif;
  font-weight: 700; letter-spacing: 1px; color: #333; cursor: pointer;
  text-transform: uppercase; transition: background 0.2s, color 0.2s; margin-top: 8px;
}
.btn-form:hover { background: #333; color: #fff; }
.btn-back-step { background: #f5f5f5; border: 1px solid #aaa; border-radius: 8px; padding: 8px 18px; font-size: 0.8em; cursor: pointer; margin-bottom: 16px; transition: background 0.2s; }
.btn-back-step:hover { background: #e0e0e0; }
.summary-box { background: #f5f5f5; border-radius: 10px; padding: 14px; margin-bottom: 16px; font-size: 0.85em; }
.summary-box p { margin: 4px 0; }
.contact-field { margin-bottom: 14px; }
.contact-field label { display: block; font-size: 0.8em; font-weight: 600; color: #333; margin-bottom: 6px; }
.contact-field input { width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 8px; font-size: 0.85em; background: #fff; color: #333; outline: none; }
.phone-row { display: flex; gap: 10px; }
.phone-row input:first-child { width: 90px; flex-shrink: 0; }
.phone-row input:last-child { flex: 1; }
.field-note { font-size: 0.7em; color: #888; margin: 4px 0; }
.social-links { display: flex; justify-content: center; gap: 12px; background: #5c5c66; border-radius: 9px; padding: 10px; margin: 14px 0; }
.social-links a { width: 40px; height: 40px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; }
.social-links a:hover { transform: scale(1.1); }
.social-links img { width: 20px; height: 20px; }
.success-msg { display: none; text-align: center; background: rgba(46,125,50,0.12); color: #2e7d32; border-radius: 9px; padding: 14px; margin-top: 14px; font-size: 0.85em; }

/* ══ 响应式：手机端 ══ */
@media (max-width: 768px) {
  .site-wrapper { margin: 20px 12px; border-radius: 24px; }
  .booking-page-inner { padding: 24px 20px 40px; }
  .btn-back-home { font-size: 0.6em; padding: 8px 20px; margin-bottom: 24px; }
  .booking-title { font-size: 1.2em; letter-spacing: 2px; margin-bottom: 20px; }
  .booking-card { padding: 24px 20px; border-radius: 12px; }
  .form-row { flex-direction: column; gap: 12px; }
  .form-row > div[style] { flex: unset !important; }
  .counter button { width: 38px; height: 38px; }
  .btn-form { padding: 14px; font-size: 0.8em; }
  .social-links { gap: 8px; }
  .social-links a { width: 36px; height: 36px; }
  .social-links img { width: 18px; height: 18px; }
}