.tmn-onboarding-form,
.tmn-booster-form { max-width: 450px; margin: 40px auto; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: #ffffff; padding: 40px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.tmn-onboarding-form p,
.tmn-booster-form p { margin-bottom: 24px; }
.tmn-onboarding-form label,
.tmn-booster-form label { font-weight: 600; color: #111827; display: block; font-size: 14px; margin-bottom: 8px; }
.tmn-onboarding-form input[type="text"], .tmn-onboarding-form input[type="email"], .tmn-onboarding-form input[type="number"], .tmn-onboarding-form select,
.tmn-booster-form input[type="text"], .tmn-booster-form input[type="email"], .tmn-booster-form input[type="number"], .tmn-booster-form select { width: 100%; padding: 14px 16px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 15px; transition: all 0.2s ease; box-sizing: border-box; background-color: #f9fafb; color: #111827; }
.tmn-onboarding-form input:focus, .tmn-onboarding-form select:focus,
.tmn-booster-form input:focus, .tmn-booster-form select:focus { border-color: #25D366; outline: none; box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.15); background-color: #ffffff; }
.tmn-onboarding-form button[type="submit"],
.tmn-booster-form button[type="submit"] { background: #111827; color: #ffffff; width: 100%; padding: 16px; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.tmn-onboarding-form button[type="submit"]:hover,
.tmn-booster-form button[type="submit"]:hover { background: #1f2937; transform: translateY(-1px); box-shadow: 0 6px 12px rgba(0,0,0,0.15); }
.tmn-onboarding-form button[type="submit"]:active,
.tmn-booster-form button[type="submit"]:active { transform: translateY(0); box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.tmn-onboarding-form small,
.tmn-booster-form small { color: #6b7280; font-weight: 400; font-size: 12px; margin-left: 4px; }
.tmn-booster-form #tmn_booster_total { color: #111827; }
.tmn-booster-total-wrap { font-size: 16px; }

/* Disclaimer */
.tmn-disclaimer { background: #fff7ed; border-left: 4px solid #ea580c; border-radius: 8px; padding: 12px 16px; margin-bottom: 24px; font-size: 13px; color: #7c2d12; line-height: 1.5; }

/* ── Multi-step indicator ── */
.tmn-step-indicator { display: flex; align-items: flex-start; margin-bottom: 28px; }
.tmn-step-dot { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.tmn-step-num { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #e5e7eb; background: #fff; color: #9ca3af; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; transition: all 0.25s ease; }
.tmn-step-dot.active .tmn-step-num { border-color: #111827; background: #111827; color: #fff; }
.tmn-step-dot.completed .tmn-step-num { border-color: #25D366; background: #25D366; color: #fff; content: '\2713'; }
.tmn-step-label { font-size: 11px; font-weight: 600; color: #9ca3af; white-space: nowrap; text-align: center; transition: color 0.25s ease; }
.tmn-step-dot.active .tmn-step-label { color: #111827; }
.tmn-step-dot.completed .tmn-step-label { color: #16a34a; }
.tmn-step-line { flex: 1; height: 2px; background: #e5e7eb; margin: 15px 8px 0; transition: background 0.25s ease; }
.tmn-step-line.completed { background: #25D366; }

/* ── Step navigation ── */
.tmn-step-nav { display: flex; gap: 10px; margin-top: 8px; }
.tmn-btn-back { flex-shrink: 0; background: #f9fafb; color: #374151; border: 1px solid #d1d5db; padding: 14px 20px; border-radius: 8px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; }
.tmn-btn-back:hover { background: #f3f4f6; border-color: #9ca3af; }
.tmn-btn-next { flex: 1; background: #111827; color: #fff; border: none; padding: 14px 24px; border-radius: 8px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.tmn-btn-next:hover { background: #1f2937; transform: translateY(-1px); box-shadow: 0 6px 12px rgba(0,0,0,0.15); }
.tmn-btn-next:active { transform: translateY(0); box-shadow: 0 2px 4px rgba(0,0,0,0.1); }

/* ── Step validation error ── */
.tmn-step-error { display: none; background: #fef2f2; border-left: 3px solid #dc2626; border-radius: 6px; padding: 10px 14px; margin-bottom: 16px; font-size: 13px; color: #7f1d1d; font-weight: 500; }

/* ── Combined form: add-on checkboxes ── */
.tmn-addons-section { margin-bottom: 24px; border-top: 1px solid #e5e7eb; padding-top: 22px; }
.tmn-addons-heading { font-size: 15px; font-weight: 700; color: #111827; margin-bottom: 6px; }
.tmn-addons-desc { font-size: 13px; color: #6b7280; margin-bottom: 14px; margin-top: 0; }

.tmn-check-cards { display: flex; flex-direction: column; gap: 10px; margin-bottom: 0; }
.tmn-check-card { display: block; cursor: pointer; }
.tmn-check-card input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.tmn-check-card-inner { border: 2px solid #e5e7eb; border-radius: 10px; padding: 14px 16px; background: #f9fafb; transition: all 0.2s ease; }
.tmn-check-card:hover .tmn-check-card-inner { border-color: #25D366; background: #fff; }
.tmn-check-card.selected .tmn-check-card-inner { border-color: #25D366; background: #f0fdf4; box-shadow: 0 0 0 3px rgba(37,211,102,0.15); }
.tmn-check-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.tmn-check-indicator { flex-shrink: 0; width: 18px; height: 18px; border: 2px solid #d1d5db; border-radius: 4px; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.tmn-check-card.selected .tmn-check-indicator { background: #25D366; border-color: #25D366; }
.tmn-check-card.selected .tmn-check-indicator::after { content: '\2713'; font-size: 12px; font-weight: 700; color: #fff; line-height: 1; }
.tmn-check-card-title { font-weight: 700; font-size: 14px; color: #111827; flex: 1; }
.tmn-check-card-price-tag { font-weight: 700; font-size: 14px; color: #111827; white-space: nowrap; text-align: right; line-height: 1.3; }
.tmn-check-card-price-tag small { display: block; font-size: 11px; font-weight: 400; color: #9ca3af; }
.tmn-check-card-desc { font-size: 13px; color: #6b7280; line-height: 1.5; }
.tmn-hours-input-wrap { margin-top: 12px; padding-top: 10px; border-top: 1px solid #e5e7eb; display: none; }
.tmn-hours-input-wrap label { font-size: 13px; font-weight: 600; color: #374151; display: block; }
.tmn-hours-input-wrap input[type="number"] { width: 90px !important; margin-top: 6px; }

/* ── Order summary panel ── */
.tmn-order-summary { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; padding: 18px 20px; margin-bottom: 20px; margin-top: 24px; }
.tmn-order-summary-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #9ca3af; margin-bottom: 12px; }
.tmn-summary-line { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; color: #374151; padding: 3px 0; }
.tmn-summary-line.is-booster { font-size: 13px; color: #6b7280; }
.tmn-summary-divider { border: none; border-top: 1px solid #e5e7eb; margin: 8px 0; }
.tmn-summary-subtotal { font-weight: 600; }
.tmn-summary-vat { font-size: 13px; color: #9ca3af; }
.tmn-summary-total { font-size: 16px; font-weight: 700; color: #111827; padding-top: 2px; }

/* ── Post-payment status notices ── */
.tmn-notice { padding: 20px; border-left: 4px solid #2271b1; background: #f0f6fc; margin: 20px 0; border-radius: 6px; }
.tmn-success { border-color: #00a32a; background: #edfaef; }
.tmn-cancel  { border-color: #d63638; background: #fcf0f1; }
.tmn-pending { border-color: #dba617; background: #fcf9e8; }
.tmn-notice h2 { margin-top: 0; }

/* Booster pack cards */
.tmn-pack-cards { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.tmn-pack-card { display: block; cursor: pointer; }
.tmn-pack-card input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.tmn-pack-card-inner { border: 2px solid #d1d5db; border-radius: 10px; padding: 16px 18px; background: #f9fafb; transition: all 0.2s ease; }
.tmn-pack-card:hover .tmn-pack-card-inner { border-color: #25D366; background: #fff; }
.tmn-pack-card.selected .tmn-pack-card-inner { border-color: #25D366; background: #f0fdf4; box-shadow: 0 0 0 3px rgba(37,211,102,0.15); }
.tmn-pack-card-title { font-weight: 700; font-size: 15px; color: #111827; margin-bottom: 4px; }
.tmn-pack-card-desc { font-size: 13px; color: #6b7280; line-height: 1.5; margin-bottom: 10px; font-weight: 400; }
.tmn-pack-card-price { font-size: 18px; font-weight: 700; color: #111827; }
.tmn-pack-card-price span { font-size: 13px; font-weight: 500; color: #6b7280; }
.tmn-pack-card-price small { display: block; font-size: 11px; font-weight: 400; color: #9ca3af; margin-top: 2px; }
