/* Caretips Orders — Public Styles */
.ct-store, .ct-checkout, .ct-order-status { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 14px; color: #222; }

/* Category filter */
.ct-cat-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.ct-cat-btn { height: 34px; padding: 0 16px; border-radius: 20px; border: 1px solid #d1d5db; background: #fff; font-size: 12px; font-weight: 600; color: #555; cursor: pointer; transition: all .15s; }
.ct-cat-btn.active, .ct-cat-btn:hover { background: #1a2744; color: #fff; border-color: #1a2744; }

/* Section */
.ct-section-title { font-size: 15px; font-weight: 700; color: #1a2744; margin: 0 0 12px; padding-bottom: 8px; border-bottom: 2px solid #e5e7eb; }
.ct-section { margin-bottom: 28px; }

/* Cards */
.ct-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.ct-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 16px; display: flex; flex-direction: column; gap: 8px; transition: border-color .15s; }
.ct-card:hover { border-color: #9ca3af; }
.ct-card-name { font-size: 13px; font-weight: 600; color: #111; line-height: 1.4; }
.ct-card-desc { font-size: 12px; color: #6b7280; line-height: 1.55; flex: 1; }
.ct-badge { display: inline-block; font-size: 11px; padding: 2px 10px; border-radius: 20px; background: #dbeafe; color: #1e40af; font-weight: 600; align-self: flex-start; }
.ct-card-footer { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.ct-card-price { font-size: 16px; font-weight: 700; color: #111; flex: 1; }
.ct-btn-order { background: #1a2744; color: #fff; border: none; border-radius: 6px; padding: 8px 14px; font-size: 12px; font-weight: 600; cursor: pointer; text-decoration: none; transition: opacity .15s; }
.ct-btn-order:hover { opacity: .85; }
.ct-btn-inst { background: transparent; color: #1a2744; border: 1px solid #1a2744; border-radius: 6px; padding: 7px 12px; font-size: 11px; font-weight: 600; cursor: pointer; text-decoration: none; transition: all .15s; }
.ct-btn-inst:hover { background: #1a2744; color: #fff; }
.ct-inst-note { font-size: 11px; color: #9ca3af; }

/* Checkout layout */
.ct-checkout { display: grid; grid-template-columns: 1fr 280px; gap: 24px; align-items: start; }
@media (max-width: 640px) { .ct-checkout { grid-template-columns: 1fr; } }
.ct-checkout-steps h2 { font-size: 18px; font-weight: 700; color: #1a2744; margin: 0 0 16px; }
.ct-checkout-steps h3 { font-size: 14px; font-weight: 700; color: #1a2744; margin: 16px 0 10px; }

/* Fields */
.ct-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 10px; }
.ct-field label { font-size: 12px; font-weight: 600; color: #374151; }
.ct-field input, .ct-field select, .ct-field textarea { width: 100%; padding: 8px 10px; border: 1px solid #d1d5db; border-radius: 6px; font-size: 13px; color: #111; outline: none; font-family: inherit; }
.ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus { border-color: #1a2744; box-shadow: 0 0 0 3px rgba(26,39,68,.1); }
.ct-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* Payment options */
.ct-pay-opt { border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px 14px; cursor: pointer; display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; transition: border-color .15s; }
.ct-pay-opt:hover { border-color: #9ca3af; }
.ct-pay-opt.selected { border: 2px solid #1a2744; background: #f8f9ff; }
.ct-pay-opt input { margin-top: 2px; flex-shrink: 0; }
.ct-pay-title { font-size: 13px; font-weight: 600; color: #111; margin-bottom: 2px; }
.ct-pay-desc { font-size: 12px; color: #6b7280; line-height: 1.5; }
.ct-coming-soon { font-size: 12px; color: #9ca3af; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 6px; padding: 8px 12px; margin-bottom: 14px; }

/* Buttons */
.ct-btn-primary { background: #1a2744; color: #fff; border: none; border-radius: 8px; padding: 12px 20px; font-size: 14px; font-weight: 600; cursor: pointer; width: 100%; margin-top: 12px; transition: opacity .15s; font-family: inherit; }
.ct-btn-primary:hover { opacity: .85; }
.ct-btn-primary:disabled { opacity: .5; cursor: not-allowed; }

/* Notice */
.ct-notice { padding: 10px 14px; border-radius: 6px; font-size: 13px; margin: 10px 0; }
.ct-notice-error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
.ct-notice-success { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }

/* Order summary */
.ct-order-summary { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 18px; position: sticky; top: 20px; }
.ct-order-summary h3 { font-size: 13px; font-weight: 700; color: #6b7280; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 12px; }
.ct-summary-svc { font-size: 13px; font-weight: 600; color: #111; margin-bottom: 12px; line-height: 1.4; }
.ct-sum-row { display: flex; justify-content: space-between; font-size: 13px; color: #6b7280; margin-bottom: 6px; }
.ct-sum-total { display: flex; justify-content: space-between; font-size: 15px; font-weight: 700; color: #111; margin-top: 12px; padding-top: 12px; border-top: 1px solid #e5e7eb; }
.ct-trust { margin-top: 14px; font-size: 11px; color: #9ca3af; line-height: 2; }
.ct-divider { height: 1px; background: #e5e7eb; margin: 16px 0; }

/* Calendar */
.ct-cal-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.ct-cal-nav button { background: none; border: 1px solid #d1d5db; border-radius: 6px; width: 32px; height: 32px; cursor: pointer; font-size: 18px; line-height: 1; display: flex; align-items: center; justify-content: center; }
.ct-cal-nav span { font-size: 14px; font-weight: 700; color: #1a2744; }
.ct-cal-days-header { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 4px; }
.ct-cal-days-header span { text-align: center; font-size: 11px; font-weight: 700; color: #9ca3af; padding: 4px 0; }
.ct-cal-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 14px; }
.ct-day { text-align: center; font-size: 13px; padding: 8px 4px; border-radius: 6px; cursor: pointer; color: #374151; transition: all .15s; }
.ct-day:hover { background: #f3f4f6; }
.ct-day.booked { background: #dbeafe; color: #1e40af; font-weight: 600; cursor: not-allowed; }
.ct-day.selected { background: #1a2744; color: #fff; font-weight: 700; }

/* Slots */
.ct-slots h4 { font-size: 13px; font-weight: 700; color: #374151; margin: 0 0 10px; }
.ct-slot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.ct-slot { height: 38px; border-radius: 6px; border: 1px solid #d1d5db; background: #fff; font-size: 13px; font-weight: 600; color: #111; cursor: pointer; transition: all .15s; font-family: inherit; }
.ct-slot:hover:not(:disabled) { border-color: #1a2744; }
.ct-slot.active { background: #1a2744; color: #fff; border-color: #1a2744; }
.ct-slot.taken, .ct-slot:disabled { color: #d1d5db; border-color: #f3f4f6; cursor: not-allowed; text-decoration: line-through; }

/* Confirmation */
.ct-confirm-box { text-align: center; padding: 30px 20px; }
.ct-confirm-icon { width: 56px; height: 56px; border-radius: 50%; background: #d1fae5; color: #065f46; font-size: 28px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.ct-confirm-box h2 { font-size: 20px; font-weight: 700; color: #1a2744; margin: 0 0 8px; }
.ct-confirm-box p { font-size: 13px; color: #6b7280; margin: 0 0 14px; }
.ct-confirm-ref { display: inline-block; font-family: monospace; font-size: 16px; font-weight: 700; padding: 8px 18px; background: #f3f4f6; border-radius: 6px; margin: 0 0 14px; color: #1a2744; }
.ct-confirm-detail { font-size: 13px; color: #6b7280; margin-bottom: 16px; }
.ct-bank-box { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; padding: 14px; text-align: left; font-size: 13px; line-height: 1.8; color: #374151; max-width: 320px; margin: 0 auto; }
.ct-bank-box strong { display: block; font-weight: 700; color: #1a2744; margin-bottom: 6px; }

/* Order status */
.ct-order-status { max-width: 480px; }
.ct-status-table { width: 100%; border-collapse: collapse; font-size: 13px; margin-top: 16px; }
.ct-status-table th { text-align: left; padding: 8px 12px; background: #f9fafb; color: #6b7280; font-weight: 600; border: 1px solid #e5e7eb; width: 36%; }
.ct-status-table td { padding: 8px 12px; border: 1px solid #e5e7eb; color: #111; }
