@charset "UTF-8";

/* Banner s informací o období - moderní floating design */
.period-info-banner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 250, 251, 0.95) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 1.25rem 1.75rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: floatIn 0.6s ease-out;
}

.period-info-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb 0%, #3b82f6 50%, #60a5fa 100%);
  border-radius: 16px 16px 0 0;
}

.period-info-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12), 0 6px 16px rgba(0, 0, 0, 0.06);
}

.period-info-banner .d-flex {
  position: relative;
  z-index: 1;
}

.period-info-banner i {
  font-size: 1.5rem;
  color: #2563eb;
  animation: pulse 2s ease-in-out infinite;
  margin-right: 0.75rem;
}

.period-info-banner strong {
  color: #1e293b;
  font-weight: 700;
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

.period-info-banner span {
  color: #475569;
  font-size: 0.95rem;
  font-weight: 500;
}

.period-info-banner span strong {
  color: #2563eb;
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0.25rem;
}

/* Animace pro floating efekt */
@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

/* Vylepšení pro letní období */
.period-info-banner.summer-period::before {
  background: linear-gradient(90deg, #f59e0b 0%, #f97316 50%, #fb923c 100%);
}

.period-info-banner.summer-period i {
  color: #f59e0b;
}

.period-info-banner.summer-period span strong {
  color: #f59e0b;
}

/* Vylepšení pro zimní období */
.period-info-banner.winter-period::before {
  background: linear-gradient(90deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
}

.period-info-banner.winter-period i {
  color: #3b82f6;
}

.period-info-banner.winter-period span strong {
  color: #3b82f6;
}

/* Hero sekce */
main {
  padding-top: 80px; /* Odsazení pro fixed navbar */
}

.hero-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, white, #f0f9ff);
  position: relative;
  overflow: hidden;
}
.hero-section .badge {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background: linear-gradient(135deg, #2563eb, #1043b3);
  width: -moz-fit-content;
  width: fit-content;
}
.hero-section .welcome-badge {
  display: flex;
  flex-direction: column;
}
.hero-section .welcome-badge img {
  max-width: 170px;
}
.hero-section .hero-text h1 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
}
.hero-section .hero-text h1 .gradient-text {
  background: linear-gradient(135deg, #2563eb, #1043b3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section .hero-text .lead {
  font-size: 1.25rem;
  color: #64748b;
  line-height: 1.6;
}
.hero-section .hero-text .quick-info i {
  font-size: 1.2rem;
}
.hero-section .hero-text .quick-info span {
  color: #64748b;
}
.hero-section .hero-calendar .calendar-wrapper {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: white;
  padding: 2rem;
  background: white;
  min-height: 450px;
  transition: transform 0.3s ease;
}
.hero-section .hero-calendar .calendar-wrapper:hover {
  transform: translateY(-5px);
}
.hero-section .air-datepicker {
  width: 100% !important;
  font-family: "Montserrat", sans-serif !important;
  padding: 1rem !important;
  border: none !important;
  background: transparent !important;
}
.hero-section .air-datepicker .air-datepicker-body--cells.-days- {
  gap: 10px !important;
}
.hero-section .air-datepicker .air-datepicker-nav {
  border: none;
  padding: 0.5rem 0 1.5rem 0;
}
.hero-section .air-datepicker .air-datepicker-nav--title {
  font-weight: 700;
  font-size: 1.4rem;
  color: #1e293b;
}
.hero-section .air-datepicker .air-datepicker-nav--action {
  color: #2563eb;
  background: #f0f9ff;
  border-radius: 8px;
  width: 32px;
  height: 32px;
}
.hero-section .air-datepicker .air-datepicker-nav--action:hover {
  background: #d7efff;
}
.hero-section .air-datepicker .air-datepicker-nav--action svg path {
  stroke: #2563eb;
}
.hero-section .air-datepicker .air-datepicker-body--day-names {
  margin: 1rem 0;
}
.hero-section .air-datepicker .air-datepicker-body--day-names .air-datepicker-body--day-name {
  color: #64748b;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  height: 40px;
}
.hero-section .air-datepicker .air-datepicker-body--cells .air-datepicker-cell {
  height: 45px;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 8px;
}
.hero-section .air-datepicker .air-datepicker-body--cells .air-datepicker-cell.-current- {
  color: #2563eb;
  font-weight: 700;
  background: #f0f9ff;
}
.hero-section .air-datepicker .air-datepicker-body--cells .air-datepicker-cell.-selected- {
  background: #2563eb;
  color: white;
  font-weight: 700;
}
.hero-section .air-datepicker .air-datepicker-body--cells .air-datepicker-cell.-selected-:hover {
  background: #1555e2;
}
.hero-section .air-datepicker .air-datepicker-body--cells .air-datepicker-cell:hover {
  background: #f0f9ff;
}
.hero-section .air-datepicker .air-datepicker-body--cells .air-datepicker-cell.-other-month- {
  color: #6f8ab6;
}

.hero-section .hero-calendar .calendar-wrapper {
  min-height: 500px;
}
.hero-section .hero-calendar .calendar-wrapper .air-datepicker-cell:hover {
  background: #d7efff;
  cursor: pointer;
}
.hero-section .hero-calendar .calendar-wrapper .air-datepicker-cell.-selected- {
  background: #2563eb;
  color: white;
}
.hero-section .hero-calendar .calendar-wrapper .air-datepicker-cell.-selected-:hover {
  background: #1555e2;
}

.air-datepicker-cell.-day- {
  position: relative;
}

.calendar-day-available::after,
.calendar-day-fully-booked::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.calendar-day-available::after {
  background-color: #16a34a; /* zelená */
}

.calendar-day-fully-booked::after {
  background-color: #dc2626; /* červená */
}

/* Zvýraznění při hoveru */
.calendar-day-available:hover::after,
.calendar-day-fully-booked:hover::after {
  transform: translateX(-50%) scale(1.2);
  transition: transform 0.2s ease;
}

/* Schedule container a grid */
.schedule-container {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: white;
  margin: 2rem auto;
  overflow-x: auto;
}

.schedule-grid {
  display: flex;
  min-width: 800px;
  border: 1px solid #e2e8f0;
}

.time-column {
  flex: 0 0 120px;
  border-right: 1px solid #e2e8f0;
}
.time-column .time-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  color: #2563eb;
}
.time-column .time-header i {
  font-size: 0.9rem;
}
.time-column .time-slots .time-slot {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 500;
  color: #2563eb;
}
.time-column .time-slots .time-slot:last-child {
  border-bottom: none;
}

.courts-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.courts-grid .court {
  border-right: 1px solid #e2e8f0;
}
.courts-grid .court:last-child {
  border-right: none;
}
.courts-grid .court .court-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  color: #2563eb;
}
.courts-grid .court .court-slots .slot {
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e2e8f0;
  transition: all 0.2s ease;
  padding: 0.25rem;
  text-align: center;
}
.courts-grid .court .court-slots .slot:last-child {
  border-bottom: none;
}
.courts-grid .court .court-slots .slot.organization, .courts-grid .court .court-slots .slot.fixed, .courts-grid .court .court-slots .slot.club {
  background-color: #fee2e2;
  color: #991b1b;
}
.courts-grid .court .court-slots .slot.reserved {
  background-color: #fee2e2;
  color: #991b1b;
}
.courts-grid .court .court-slots .slot.break {
  background-color: #f3f4f6;
  color: #6b7280;
}
.courts-grid .court .court-slots .slot.available {
  background-color: #dcfce7;
  color: #166534;
  cursor: pointer;
}
.courts-grid .court .court-slots .slot.available:hover {
  background-color: #bbf7d0;
  transform: scale(1.02);
}

/* Styly pro zobrazení jmen v rezervacích */
.courts-grid .court .court-slots .slot .slot-status {
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.125rem;
  line-height: 1.1;
}

.courts-grid .court .court-slots .slot .slot-name {
  font-size: 0.65rem;
  font-weight: 400;
  opacity: 0.85;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

/* Schedule Modal */
#scheduleModal .modal-content {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: white;
  border: none;
}
#scheduleModal .modal-content .modal-header {
  border-bottom: 1px solid #e2e8f0;
  padding: 1.5rem;
}
#scheduleModal .modal-content .modal-header .modal-title {
  font-weight: 700;
  color: #2563eb;
}
#scheduleModal .modal-content .modal-header .modal-title i {
  color: #2563eb;
}
#scheduleModal .modal-xl {
  max-width: 1200px;
}
#scheduleModal .schedule-container {
  margin: 0;
  border-radius: 0;
}

/* Styly pro navigační tlačítka v hlavičce modalu */
#scheduleModal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#scheduleModal .modal-title {
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}

#prevDay, #nextDay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  transition: all 0.2s ease;
}

#prevDay:hover, #nextDay:hover {
  background-color: #e9ecef;
  color: #495057;
}

/* Animace přechodu při změně data */
.schedule-container {
  transition: opacity 0.3s ease;
}

.schedule-container.loading {
  opacity: 0.7;
}

/* Indikátor načítání */
.schedule-container.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 2;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Reservation Modal */
#reservationModal .modal-content {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: white;
  border: none;
  overflow: hidden;
}

#reservationModal .modal-content .modal-header {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: white;
  padding: 1rem 1.5rem;
  border-bottom: none;
}

#reservationModal .modal-content .modal-header .modal-title {
  font-weight: 700;
  color: white;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

#reservationModal .modal-content .modal-header .modal-title i {
  color: white;
  font-size: 1.1rem;
}

#reservationModal .modal-content .modal-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

#reservationModal .modal-content .modal-header .btn-close:hover {
  opacity: 1;
}

#reservationModal .modal-body {
  padding: 1.5rem;
  background: #f8fafc;
}

#reservationModal .modal-body form {
  display: block;
}

/* Form Section Cards */
.form-section-card {
  background: white;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  margin-bottom: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Zajištění správného zobrazení sekcí vedle sebe */
#reservationModal .modal-body .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x, 0.75rem) * -0.5);
  margin-right: calc(var(--bs-gutter-x, 0.75rem) * -0.5);
}

#reservationModal .modal-body .row > [class*="col-"] {
  padding-left: calc(var(--bs-gutter-x, 0.75rem) * 0.5);
  padding-right: calc(var(--bs-gutter-x, 0.75rem) * 0.5);
}

/* Barevné rozlišení sekcí */
.form-section-card:has(.fa-user) .form-section-header {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(99, 102, 241, 0.05) 100%);
  border-bottom: 2px solid #6366f1;
}

.form-section-card:has(.fa-user) .section-icon-wrapper {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
}

.form-section-card:has(.fa-user) .section-icon-wrapper i {
  color: white;
}

.form-section-card:has(.fa-calendar-alt) .form-section-header {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(236, 72, 153, 0.05) 100%);
  border-bottom: 2px solid #ec4899;
}

.form-section-card:has(.fa-calendar-alt) .section-icon-wrapper {
  background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

.form-section-card:has(.fa-calendar-alt) .section-icon-wrapper i {
  color: white;
}

.form-section-card:has(.fa-bowling-ball) .form-section-header {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
  border-bottom: 2px solid #3b82f6;
}

.form-section-card:has(.fa-bowling-ball) .section-icon-wrapper {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.form-section-card:has(.fa-bowling-ball) .section-icon-wrapper i {
  color: white;
}

.form-section-card:has(.fa-users:not(.fa-user-friends)) .form-section-header {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(245, 158, 11, 0.05) 100%);
  border-bottom: 2px solid #f59e0b;
}

.form-section-card:has(.fa-users:not(.fa-user-friends)) .section-icon-wrapper {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.form-section-card:has(.fa-users:not(.fa-user-friends)) .section-icon-wrapper i {
  color: white;
}

.form-section-card:has(.fa-user-friends) .form-section-header {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%);
  border-bottom: 2px solid #8b5cf6;
}

.form-section-card:has(.fa-user-friends) .section-icon-wrapper {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.form-section-card:has(.fa-user-friends) .section-icon-wrapper i {
  color: white;
}

.form-section-card:has(.fa-money-bill-wave) .form-section-header {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
  border-bottom: 2px solid #10b981;
}

.form-section-card:has(.fa-money-bill-wave) .section-icon-wrapper {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.form-section-card:has(.fa-money-bill-wave) .section-icon-wrapper i {
  color: white;
}

.form-section-header {
  background: #f8fafc;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.section-icon-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-icon-wrapper i {
  color: #64748b;
  font-size: 0.9rem;
}

.section-title {
  font-weight: 600;
  color: #334155;
  font-size: 0.95rem;
  margin: 0;
}

.form-section-body {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 0.75rem;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-label {
  font-weight: 600;
  color: #475569;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.form-label i {
  color: #64748b;
  font-size: 0.75rem;
  margin-right: 0.375rem;
}

#reservationModal .modal-content .form-control, 
#reservationModal .modal-content .form-select {
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  background: white;
}

#reservationModal .modal-content .form-control:focus, 
#reservationModal .modal-content .form-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
  background: white;
  outline: none;
}

#reservationModal .modal-content .form-control[readonly] {
  background: #f8fafc;
  cursor: not-allowed;
}

/* Court Cards - klikací karty místo checkboxů */
.court-card {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  width: 100%;
}

.court-card:hover {
  border-color: #3b82f6;
  background: #f0f9ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.15);
}

.court-card.selected {
  border-color: #3b82f6;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.court-card.selected .court-card-name {
  color: #2563eb;
  font-weight: 600;
}

.court-card-name {
  font-weight: 500;
  color: #334155;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  text-align: center;
  width: 100%;
}

/* Checkbox styling for courts */
#reservationModal .form-check {
  padding: 0.625rem 0.75rem;
  border-radius: 6px;
  transition: all 0.2s ease;
  margin-bottom: 0.5rem;
  border: 1px solid #e2e8f0;
  background: white;
}

#reservationModal .form-check:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

#reservationModal .form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  cursor: pointer;
}

#reservationModal .form-check-input:checked {
  background-color: #10b981;
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1);
}

#reservationModal .form-check-input:checked ~ .form-check-label {
  color: #10b981;
  font-weight: 600;
}

#reservationModal .form-check-label {
  font-weight: 500;
  color: #334155;
  cursor: pointer;
  padding-left: 0.625rem;
  font-size: 0.875rem;
}

/* Price Groups */
.price-group-row {
  padding: 0.75rem;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(251, 146, 60, 0.02) 100%);
  border: 1px solid #fbbf24;
  margin-bottom: 0.625rem;
  transition: all 0.2s ease;
}

.price-group-row:hover {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 146, 60, 0.05) 100%);
  border-color: #f59e0b;
  box-shadow: 0 2px 4px rgba(245, 158, 11, 0.1);
}

.price-group-row .form-select,
.price-group-row .form-control {
  background: white;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}

/* Payment Options */
.payment-option {
  padding: 0.875rem;
  border-radius: 8px;
  border: 2px solid #e2e8f0;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-bottom: 0.75rem;
  background: white;
}

.payment-option:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.payment-option .form-check-input {
  margin-top: 0.375rem;
}

.payment-option .form-check-input:checked {
  border-color: #2563eb;
  background-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-check-input:checked ~ .form-check-label .payment-option {
  border-color: #2563eb;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.05) 100%);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.payment-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.payment-icon i {
  font-size: 1.1rem;
  color: #2563eb;
}

.form-check-input:checked ~ .form-check-label .payment-icon {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 4px 8px rgba(37, 99, 235, 0.2);
}

.form-check-input:checked ~ .form-check-label .payment-icon i {
  color: white;
}

.payment-title {
  color: #1e293b;
  font-size: 0.9rem;
  transition: color 0.2s ease;
  font-weight: 600;
}

.form-check-input:checked ~ .form-check-label .payment-title {
  color: #2563eb;
}

.payment-description {
  color: #64748b;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

/* Player Input */
.player-input {
  position: relative;
}

.player-input .form-control {
  background: white;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  border-color: #e2e8f0;
}

.player-input .form-control:focus {
  border-color: #ec4899;
  box-shadow: 0 0 0 2px rgba(236, 72, 153, 0.1);
}

/* Modal Footer */
#reservationModal .modal-footer {
  padding: 0.875rem 1.25rem;
  background: white;
  border-top: 1px solid #e2e8f0;
}

#reservationModal .modal-footer .btn {
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}

#reservationModal .modal-footer .btn-primary {
  background: #2563eb;
  border: none;
  box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
}

#reservationModal .modal-footer .btn-primary:hover {
  background: #1d4ed8;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
}

#reservationModal .modal-footer .btn-secondary {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.875rem;
}

#reservationModal .modal-footer .btn-secondary:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
}

/* Price Summary Card */
.price-summary-card {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-top: 0.75rem;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.price-summary-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-label {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.price-label i {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
  margin-right: 0.5rem;
}

.price-value {
  color: white;
  font-weight: 800;
  font-size: 1.75rem;
  letter-spacing: -0.02em;
}

/* Responsivní styly pro hero sekci */
@media (max-width: 992px) {
  .hero-section {
    padding: 3rem 0;
  }
  .hero-section .hero-text h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 2rem 0;
  }
  .hero-section .hero-text h1 {
    font-size: 2rem;
  }
  .hero-section .hero-calendar .calendar-wrapper {
    min-height: 400px;
    padding: 1rem;
  }
  .hero-section .air-datepicker .air-datepicker-body--day-names .air-datepicker-body--day-name {
    height: 35px;
    font-size: 0.8rem;
  }
  .hero-section .air-datepicker .air-datepicker-body--cells .air-datepicker-cell {
    height: 40px;
    font-size: 0.9rem;
  }
  .time-column {
    flex: 0 0 100px;
  }
  .time-column .time-slot,
  .courts-grid .court .slot {
    height: 50px;
    font-size: 0.9rem;
  }
}

/* Responsivní styly pro mobilní zařízení */
@media (max-width: 576px) {
  #scheduleModal .modal-header {
    flex-wrap: wrap;
  }
  #scheduleModal .modal-title {
    font-size: 1rem;
  }
  #prevDay, #nextDay {
    width: 32px;
    height: 32px;
  }
  
  #reservationModal .modal-body {
    padding: 1rem;
  }
  
  #reservationModal .form-section-header {
    padding: 0.625rem 0.875rem;
  }
  
  #reservationModal .form-section-body {
    padding: 0.875rem;
  }
  
  .section-icon-wrapper {
    width: 28px;
    height: 28px;
  }
  
  .section-icon-wrapper i {
    font-size: 0.85rem;
  }
  
  .section-title {
    font-size: 0.9rem;
  }
  
  .price-summary-card {
    padding: 0.875rem 1rem;
  }
  
  .price-summary-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .price-value {
    font-size: 1.5rem;
  }
}
