/* GC Home Cleaning Styles */
.gc-hc-wrap{
  position: relative;
  color: #fff;
  padding: 24px;
  border-radius: 8px;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(1px);
}
.gc-hc-header h1{ font-size: 42px; margin: 0 0 12px 0; text-align: left; letter-spacing: 1px; }
.gc-hc-controls{ display: grid; gap: 14px; }
.gc-row{ display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 12px; }
.gc-row label{ font-weight: 600; }
.gc-counter{ width: 36px; text-align: center; background:#222; border-radius:8px; padding: 8px 10px; }
.gc-row-title{ grid-column: 1 / 4; font-size: 14px; opacity:.9; margin-top:8px; }
.gc-services, .gc-frequency, .gc-addons{ grid-template-columns: 1fr; }
#gc-service-buttons, #gc-frequency-buttons{ display:flex; gap:10px; flex-wrap:wrap; }
.gc-pill{
  background:#222; color:#fff; border:1px solid #444; border-radius:8px; padding:12px 16px;
  cursor:pointer; display:flex; flex-direction:column; align-items:center; gap:2px;
}
.gc-pill.active{ background:#ff4d2d; border-color:#ff4d2d; }
.gc-pill small{ font-size:12px; opacity:.9; }
.gc-pill em{ font-size:11px; background:#fff; color:#000; padding:2px 6px; border-radius:6px; margin-top:2px; }

.gc-addon{ display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px; background:#151515; border:1px solid #2b2b2b; border-radius:8px; }
.gc-addon input{ margin-right:8px; }
.gc-addon .title{ font-weight:600; }
.gc-addon .price{ opacity:.9; }

.gc-hc-footer{ margin-top:16px; display:flex; justify-content:flex-start; }
.gc-book-btn{
  background:#ff4d2d; border:none; color:#fff; padding:14px 18px; border-radius:8px; cursor:pointer;
  font-size:16px; display:flex; align-items:center; gap:10px; box-shadow:0 8px 20px rgba(0,0,0,.35);
}
.gc-book-btn:hover{ filter:brightness(1.05); }
#gc-book-caption{ font-weight:700; }
#gc-book-price{ background:#fff; color:#000; padding:6px 10px; border-radius:6px; }

#gc-booking-dialog{ border:none; border-radius:10px; padding:0; }
#gc-booking-dialog form{ padding:16px; max-width:640px; }
#gc-booking-dialog h3{ margin-top:0; }
#gc-booking-dialog .gc-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
#gc-booking-dialog label{ display:flex; flex-direction:column; gap:6px; }
#gc-booking-dialog .gc-full{ grid-column:1 / 3; }
#gc-booking-dialog menu{ display:flex; justify-content:flex-end; gap:8px; padding:0; }
#gc-booking-status{ margin-top:10px; }

/* Range inputs */
input[type=range]{ width:100%; accent-color:#ff4d2d; }

@media (max-width: 768px){
  .gc-hc-header h1{ font-size:28px; }
  .gc-row{ grid-template-columns: 1fr auto; }
  .gc-row label{ grid-column: 1 / 3; }
  .gc-counter{ grid-row: 2; }
  #gc-booking-dialog .gc-grid{ grid-template-columns: 1fr; }
  #gc-booking-dialog .gc-full{ grid-column: 1; }
}
