.qc-wrap { max-width: 900px; margin: 0 auto; padding: 20px 16px; box-sizing: border-box; font-family: 'Segoe UI', Arial, sans-serif; color: #222; }
.qc-wrap * { box-sizing: border-box; }

/* Hero */
.qc-hero { text-align: center; background: linear-gradient(135deg,#e63946,#ff7b54); color: #fff; padding: 48px 20px; border-radius: 12px; margin-bottom: 30px; }
.qc-hero h1 { font-size: 2.4rem; margin: 0 0 8px; }
.qc-tagline { font-size: 1.1rem; opacity: .9; margin-bottom: 24px; }
.qc-hero-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.qc-btn { display: inline-block; padding: 12px 22px; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid transparent; cursor: pointer; font-size: 1rem; }
.qc-btn-primary { background: #fff; color: #e63946; }
.qc-btn-primary:hover { background: #f1f1f1; }
.qc-btn-outline { background: transparent; color: #fff; border-color: #fff; }
.qc-btn-outline:hover { background: rgba(255,255,255,.15); }

/* Services */
.qc-services h2, .qc-contact h2 { text-align: center; margin-bottom: 20px; color: #e63946; }
.qc-services-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 16px; margin-bottom: 30px; }
.qc-service-card { background: #fff5f4; border: 1px solid #ffd6d1; border-radius: 10px; padding: 18px; font-size: 1.05rem; display: flex; align-items: center; gap: 10px; }

.qc-contact { text-align: center; background: #fafafa; border-radius: 12px; padding: 26px 16px; }
.qc-contact p { margin: 6px 0; }

/* Forms */
.qc-form-wrap { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 26px; box-shadow: 0 2px 10px rgba(0,0,0,.04); }
.qc-form label { display: block; margin-bottom: 14px; font-weight: 600; font-size: .95rem; }
.qc-form input, .qc-form select { width: 100%; padding: 10px 12px; margin-top: 6px; border: 1px solid #ddd; border-radius: 6px; font-size: 1rem; }
.qc-note { font-size: .85rem; color: #777; margin-top: 10px; }

.qc-alert { padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; font-size: .95rem; }
.qc-alert-success { background: #e8f7ee; color: #1a7f4b; border: 1px solid #b6e6c9; }
.qc-alert-error { background: #fdeeee; color: #c62828; border: 1px solid #f3c2c2; }

/* Dashboard */
.qc-wallet-box { background: #1f2937; color: #fff; border-radius: 12px; padding: 20px; margin-bottom: 24px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.qc-wallet-balance span { display: block; font-size: .85rem; opacity: .75; }
.qc-wallet-balance strong { font-size: 1.8rem; }
.qc-wallet-recharge { display: flex; gap: 8px; flex-wrap: wrap; }
.qc-wallet-recharge input { padding: 10px; border-radius: 6px; border: none; width: 140px; }

.qc-pending-rides, .qc-my-rides, .qc-wallet-history { margin-bottom: 28px; }
.qc-ride-card { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 14px; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }

.qc-table { width: 100%; border-collapse: collapse; background: #fff; }
.qc-table th, .qc-table td { text-align: left; padding: 10px; border-bottom: 1px solid #eee; font-size: .9rem; }
.qc-credit { color: #1a7f4b; font-weight: 600; }
.qc-debit { color: #c62828; font-weight: 600; }

/* Mobile responsive */
@media (max-width: 600px) {
	.qc-hero h1 { font-size: 1.8rem; }
	.qc-hero { padding: 32px 14px; }
	.qc-wallet-box { flex-direction: column; align-items: flex-start; }
	.qc-table th, .qc-table td { font-size: .8rem; padding: 6px; }
	.qc-hero-buttons { flex-direction: column; }
	.qc-btn { width: 100%; text-align: center; }
}
