@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --pink: #ec5f99;
  --pink-dark: #dc3f7e;
  --pink-soft: #fff1f7;
  --pink-line: #ffd2e3;
  --text: #282334;
  --muted: #6f6878;
  --white: #ffffff;
  --border: #f4c8d9;
  --shadow: 0 22px 55px rgba(236, 95, 153, 0.13);
}

body {
  font-family: 'Poppins', sans-serif;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 216, 231, 0.75), transparent 26%),
    radial-gradient(circle at 95% 80%, rgba(255, 226, 237, 0.9), transparent 28%),
    linear-gradient(180deg, #fffafa 0%, #fff 52%, #fff7fb 100%);
  color: var(--text);
}

.schedule-page {
  min-height: calc(100vh - 90px);
  padding: 72px 6vw 40px;
  position: relative;
  overflow: hidden;
}

.schedule-page::before,
.schedule-page::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: 0;
  pointer-events: none;
}

.schedule-page::before {
  width: 390px;
  height: 390px;
  left: -170px;
  bottom: -145px;
  background: rgba(255, 214, 229, 0.65);
}

.schedule-page::after {
  width: 310px;
  height: 310px;
  right: -135px;
  top: 130px;
  background: rgba(255, 234, 242, 0.9);
}

.schedule-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.55fr;
  gap: 64px;
 .schedule-shell {
  align-items: flex-start;
}
}

.schedule-intro {
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.intro-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--pink);
  background: var(--pink-soft);
  border: 1px solid var(--pink-line);
  box-shadow: 0 14px 32px rgba(236, 95, 153, 0.12);
  font-size: 1.55rem;
  margin-bottom: 28px;
}

.schedule-intro h1 {
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #232235;
  max-width: 420px;
  margin: 0;
}

.intro-line {
  width: 74px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), #ff9abb);
  margin: 26px 0 26px;
}

.schedule-intro p {
  max-width: 390px;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #3d374d;
}

.intro-art {
  position: relative;
  width: min(430px, 100%);
  min-height: 265px;
  margin-top: 54px;
}

.art-card {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 220px;
  height: 165px;
  border-radius: 42px 42px 34px 34px;
  background: linear-gradient(145deg, #ffffff, #fff0f6);
  border: 1px solid var(--pink-line);
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding-bottom: 28px;
}

.art-card::before {
  content: "";
  position: absolute;
  width: 185px;
  height: 105px;
  background: rgba(255, 202, 222, 0.55);
  border-radius: 55% 45% 48% 52%;
  top: -34px;
  left: 56px;
  z-index: -1;
}

.art-card .fa-dog,
.art-card .fa-cat {
  font-size: 4.1rem;
  color: var(--pink);
  filter: drop-shadow(0 10px 15px rgba(236, 95, 153, 0.16));
}

.art-card .fa-cat {
  font-size: 3.4rem;
  color: #f7a5bf;
}

.art-calendar {
  position: absolute;
  right: 18px;
  bottom: 10px;
  width: 175px;
  height: 155px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #fff, #ffe6f0);
  border: 1px solid var(--pink-line);
  box-shadow: 0 20px 45px rgba(236, 95, 153, 0.16);
  transform: rotate(-4deg);
}

.art-calendar i {
  font-size: 5.7rem;
  color: var(--pink);
}

.paw {
  position: absolute;
  color: #ffc3d9;
  opacity: 0.85;
  font-size: 1.35rem;
}

.paw-one {
  left: -18px;
  top: 44px;
}

.paw-two {
  right: 18px;
  top: 10px;
}

.schedule-form-area {
  position: relative;
}

.login-required-banner {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff7fb;
  border: 1px solid var(--pink-line);
  border-radius: 20px;
  padding: 16px 18px;
  margin-bottom: 24px;
  box-shadow: 0 12px 28px rgba(236, 95, 153, 0.08);
}

.login-required-banner-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #ffe1ec;
  color: var(--pink);
  flex-shrink: 0;
}

.login-required-banner-content strong,
.login-required-banner-content span {
  display: block;
}

.login-required-banner-content strong {
  font-size: 0.95rem;
  color: var(--text);
}

.login-required-banner-content span {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 2px;
}

.appt-section-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  color: var(--pink);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.appt-section-title span {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.appt-section-title::after {
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, var(--pink-line), transparent);
  border-radius: 999px;
}

.appt-form {
  width: 100%;
}

.form-label {
  font-weight: 600;
  font-size: 0.92rem;
  color: #2e2a3d;
  margin-bottom: 9px;
}

.input-shell {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1.5px solid #eadde3;
  border-radius: 15px;
  padding: 0 16px;
  transition: 0.22s ease;
  box-shadow: 0 12px 30px rgba(58, 38, 49, 0.035);
}

.input-shell i {
  color: var(--pink);
  font-size: 1.08rem;
  width: 22px;
  text-align: center;
  flex-shrink: 0;
}

.input-shell:focus-within {
  border-color: var(--pink);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(236, 95, 153, 0.11);
  transform: translateY(-1px);
}

.input-shell .form-control,
.input-shell .form-select {
  border: 0;
  box-shadow: none !important;
  background-color: transparent;
  height: 56px;
  padding: 0;
  font-weight: 500;
  color: #2e293b;
}

.input-shell .form-control::placeholder,
.input-shell .form-select {
  color: #8b8491;
}

.input-shell .form-control:focus,
.input-shell .form-select:focus {
  background-color: transparent;
}

.textarea-shell {
  align-items: flex-start;
  min-height: 120px;
  padding-top: 17px;
}

.textarea-shell textarea {
  min-height: 100px;
  resize: vertical;
  padding-top: 0 !important;
}

.appt-reminder {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--pink-line);
  background: linear-gradient(135deg, #fff6fa, #fff);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 12px 28px rgba(236, 95, 153, 0.07);
}

.reminder-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #ffe4ee;
  color: var(--pink);
  font-size: 1.35rem;
  flex-shrink: 0;
}

.appt-reminder strong {
  display: block;
  font-size: 0.96rem;
  color: var(--text);
  margin-bottom: 3px;
}

.appt-reminder p {
  margin: 0;
  color: #51495d;
  font-size: 0.9rem;
  line-height: 1.55;
}

.submit-area {
  display: flex;
  justify-content: center;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #f3d9e4;
}

.btn-appt {
  border: 0;
  border-radius: 999px;
  padding: 15px 34px;
  min-width: 270px;
  background: linear-gradient(135deg, var(--pink), var(--pink-dark));
  color: #fff;
  font-weight: 800;
  font-size: 1.02rem;
  box-shadow: 0 18px 35px rgba(236, 95, 153, 0.32);
  transition: 0.25s ease;
}

.btn-appt:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 24px 42px rgba(236, 95, 153, 0.42);
}

.btn-appt:active {
  transform: translateY(-1px);
}

.btn-appt i {
  margin-right: 8px;
}

.btn-appt-disabled,
.btn-appt:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  box-shadow: none;
}

.guest-locked .appt-form-fields {
  opacity: 0.62;
}

.swal2-popup {
  border-radius: 24px !important;
  font-family: 'Poppins', sans-serif !important;
}

.swal2-confirm {
  border-radius: 999px !important;
}

.swal2-cancel {
  border-radius: 999px !important;
}

.flatpickr-calendar {
  border: 1px solid #ffd2e3 !important;
  border-radius: 22px !important;
  box-shadow: 0 20px 50px rgba(236, 95, 153, 0.22) !important;
  font-family: 'Poppins', sans-serif !important;
  overflow: hidden;
}

.flatpickr-months {
  background: linear-gradient(135deg, #ec5f99, #dc3f7e);
  padding: 10px 0;
}

.flatpickr-current-month,
.flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  color: #fff !important;
  font-weight: 700 !important;
}

.flatpickr-weekdays {
  background: #fff1f7;
}

span.flatpickr-weekday {
  color: #ec5f99 !important;
  font-weight: 700 !important;
}

.flatpickr-day {
  border-radius: 12px !important;
  font-weight: 500;
}

.flatpickr-day:hover {
  background: #fff1f7 !important;
  border-color: #ec5f99 !important;
  color: #dc3f7e !important;
}

.flatpickr-day.today {
  border-color: #ec5f99 !important;
  color: #ec5f99 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: linear-gradient(135deg, #ec5f99, #dc3f7e) !important;
  border-color: #ec5f99 !important;
  color: #fff !important;
}

.flatpickr-day.disabled {
  color: #d4c6ce !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  fill: #fff !important;
  color: #fff !important;
}

@media (max-width: 1100px) {
  .schedule-page {
    padding: 56px 5vw 72px;
  }

  .schedule-shell {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .schedule-intro {
    min-height: auto;
    text-align: center;
    align-items: center;
  }

  .schedule-intro h1,
  .schedule-intro p {
    max-width: 650px;
  }

  .intro-art {
    margin-top: 36px;
  }
}

@media (max-width: 768px) {
  .schedule-page {
    padding: 42px 18px 60px;
  }

  .schedule-intro h1 {
    font-size: 2.45rem;
  }

  .intro-art {
    display: none;
  }

  .appt-section-title {
    font-size: 0.9rem;
    margin-bottom: 24px;
  }

  .input-shell {
    min-height: 56px;
  }

  .appt-reminder {
    align-items: flex-start;
    padding: 16px;
  }

  .btn-appt {
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 480px) {
  .schedule-page {
    padding: 34px 14px 52px;
  }

  .intro-icon {
    width: 52px;
    height: 52px;
    font-size: 1.35rem;
    margin-bottom: 20px;
  }

  .schedule-intro h1 {
    font-size: 2.15rem;
  }

  .schedule-intro p {
    font-size: 0.94rem;
  }

  .appt-section-title {
    gap: 12px;
  }

  .appt-section-title span {
    white-space: normal;
  }

  .input-shell {
    border-radius: 14px;
    padding: 0 14px;
  }

  .appt-reminder {
    gap: 12px;
  }

  .reminder-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }
}