:root {
  --manual-primary: #6a435e;
  --manual-secondary: #c594a9;
  --canvas: #fbf7f5;
  --canvas-brand: radial-gradient(circle at 8% 0%, #f3e5e8 0, #fbf7f5 42%, #fffdfb 76%, #f2e8df 100%);
  --surface: rgba(255, 255, 255, .9);
  --surface-raised: #fffdfc;
  --surface-muted: #f7efee;
  --border-subtle: #f1e4e2;
  --border-default: #e7d4d6;
  --border-strong: #d2b4bb;
  --text-strong: #342532;
  --text-default: #5b4d59;
  --text-muted: #8b7887;
  --text-subtle: #a696a1;
  --accent-primary: #6a435e;
  --accent-primary-hover: #55334b;
  --accent-primary-soft: #f5e7ec;
  --accent-secondary: #a87691;
  --accent-secondary-soft: #f8edf1;
  --brand-gradient: linear-gradient(135deg, #6a435e 0%, #a87691 58%, #d5ae9d 100%);
  --brand-gradient-hover: linear-gradient(135deg, #55334b 0%, #8f5e79 58%, #c39787 100%);
  --brand-strong: #55334b;
  --brand-raised: #6a435e;
  --focus-ring: rgba(106, 67, 94, .2);
  --status-success: #567f6a;
  --status-success-soft: #edf7f0;
  --status-danger: #ad5369;
  --status-danger-soft: #fff1f3;
  --shadow: 0 1.1rem 3rem rgba(84, 48, 70, .1);
  --shadow-small: 0 .35rem 1rem rgba(84, 48, 70, .08);
  --radius-sm: .4rem;
  --radius-md: .75rem;
  --radius-lg: 1.1rem;
  --radius-xl: 1.45rem;
}

body {
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.app-shell { max-width: 1240px; padding-top: clamp(1.2rem, 4vw, 3.2rem); }
.booking-header { border: 0; border-radius: 1.4rem; padding: 1rem 1.2rem; box-shadow: 0 .8rem 2.5rem rgba(84, 48, 70, .08); }
.booking-header::before { height: .28rem; }
.brand-logo { width: 3rem; height: 3rem; border-radius: 1rem; }
.panel, .confirmation-card { border-radius: 1.35rem; box-shadow: 0 1.2rem 3.6rem rgba(84, 48, 70, .08); }
.panel-heading { padding: 1.35rem 1.4rem 1rem; }
.step-label { letter-spacing: .15em; }
.schedule-controls { padding: 1.1rem 1.4rem .75rem; }
.control input, .control select, .field input, .field select, .field textarea { border-radius: .85rem; background: rgba(255,255,255,.92); }
.slot { border-radius: .9rem; }
.slot.selected { border-color: var(--accent-primary); box-shadow: 0 0 0 .2rem var(--focus-ring), 0 .5rem 1.2rem rgba(106,67,94,.12); }
.button-primary, .submit { border-radius: .9rem; background: var(--brand-gradient); box-shadow: 0 .65rem 1.2rem rgba(106,67,94,.18); }
.button-primary:hover, .submit:hover { background: var(--brand-gradient-hover); transform: translateY(-1px); }
.booking-intro { color: var(--text-muted); }
.confirmation-card { background: rgba(255,255,255,.92); }

@media (max-width: 760px) {
  .app-shell { padding-left: .75rem; padding-right: .75rem; }
  .booking-header { border-radius: 1rem; }
  .booking-layout { grid-template-columns: 1fr; }
  .panel-heading, .schedule-controls { padding-left: 1rem; padding-right: 1rem; }
}
