* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #070707;
  color: white;
}

/* TOP PINK BANNER */

.top-banner {
  background: #ffc0dc;
  color: #111;
  text-align: center;
  font-weight: bold;
  padding: 7px;
  letter-spacing: 1px;
  font-size: 14px;
}

/* HEADER / NAVIGATION */

header {
  background: #050505;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 55px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.logo {
  width: 140px;
  height: auto;
}

nav a {
  color: white;
  text-decoration: none;
  margin: 0 18px;
  font-weight: bold;
  font-size: 14px;
}

nav a:hover {
  color: #ff5aa5;
}

.nav-btn,
.main-btn,
button {
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  color: white;
  border: none;
  border-radius: 40px;
  padding: 14px 28px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 18px rgba(255, 80, 160, 0.45);
  transition: 0.2s ease;
}

.nav-btn:hover,
.main-btn:hover,
button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 25px rgba(255, 80, 160, 0.65);
}

/* HERO SECTION */

.hero {
  min-height: 410px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35)),
    url("background.png");
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding: 35px 55px;
  position: relative;
}

.hero-center {
  text-align: center;
  align-self: end;
  padding-bottom: 25px;
}

.hero-center .main-btn {
  display: inline-block;
}

.hero-btn {
  margin-top: 260px;
}

/* POLAROID PLACEHOLDERS */

.polaroids {
  position: relative;
  width: 260px;
  height: 360px;
}

.photo-card {
  position: absolute;
  width: 180px;
  background: #ffe7f1;
  padding: 10px 10px 20px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transform: rotate(-8deg);
}

.photo-card.second {
  top: 125px;
  left: 65px;
  transform: rotate(6deg);
}

.photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.photo-bow {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.kitty-box {
  justify-self: center;
  font-size: 100px;
  color: #ff80bb;
}

/* SERVICES SECTION */

.services-section {
  padding: 35px 25px;
  background: #080808;
}

h2 {
  text-align: center;
  color: #ff6aa9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  margin-top: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  border: 1.5px solid #ff4f9b;
  border-radius: 16px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 18px rgba(255, 80, 160, 0.12);
}

.service-card h3 {
  text-align: center;
  font-size: 16px;
  color: white;
}

.service-card p {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 15px;
  align-items: center;
  font-weight: bold;
}

.service-card span {
  border-bottom: 1px dotted #777;
  padding-bottom: 5px;
}

.service-card b,
.service-card em {
  color: #ff6aa9;
  font-style: normal;
}

/* BOOKING SECTION */

.booking-section {
  background:
    linear-gradient(180deg, rgba(255, 244, 250, 0.94), rgba(255, 234, 244, 0.98)),
    url("background.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #111;
  padding: 42px 55px 56px;
}

.booking-hero-panel {
  max-width: 1120px;
  margin: 0 auto 28px;
  color: white;
  background:
    linear-gradient(135deg, rgba(8, 8, 8, 0.92), rgba(55, 12, 35, 0.88)),
    url("lash-photo-2.jpg");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 145, 195, 0.62);
  border-radius: 28px;
  padding: clamp(28px, 5vw, 52px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.booking-eyebrow {
  color: #ffddec;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.booking-hero-panel h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 8vw, 86px);
  line-height: 0.95;
  letter-spacing: 0;
  margin: 0 0 16px;
}

.booking-hero-panel p {
  max-width: 650px;
  color: #fff4fa;
  font-size: 17px;
  line-height: 1.65;
}

.booking-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.booking-highlights span {
  background: rgba(255, 244, 250, 0.12);
  border: 1px solid rgba(255, 221, 236, 0.56);
  border-radius: 999px;
  color: white;
  font-weight: bold;
  padding: 10px 14px;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: start;
  max-width: 1120px;
  margin: auto;
}

form {
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.98));
  color: white;
  border: 1px solid rgba(255, 145, 195, 0.45);
  border-radius: 28px;
  padding: clamp(20px, 3vw, 32px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}

.booking-form-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.booking-form-heading span {
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  border: 1px solid white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: 0 0 18px rgba(255, 80, 160, 0.55);
}

.booking-form-heading h2 {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  margin: 0;
  text-align: left;
}

.booking-form-heading p {
  color: #ffddec;
  margin: 5px 0 0;
  line-height: 1.45;
}

.compact-heading {
  margin-top: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input,
textarea {
  background: #121212;
  border: 1px solid #3d3d3d;
  color: white;
  border-radius: 14px;
  padding: 15px;
  width: 100%;
}

textarea {
  min-height: 110px;
  resize: vertical;
  font-family: inherit;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #ff5aa5;
  box-shadow: 0 0 10px rgba(255, 90, 165, 0.45);
}

form h4 {
  color: #ff9bc5;
  text-align: center;
  margin-bottom: 14px;
}

.service-options {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid #ff4f9b;
  border-radius: 9px;
  padding: 12px;
  background: #0b0b0b;
}

summary {
  color: #ff9bc5;
  font-weight: bold;
  cursor: pointer;
}

label {
  display: block;
  margin-top: 12px;
  cursor: pointer;
  font-size: 14px;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
  accent-color: #ff5aa5;
}

form button {
  width: 100%;
  margin-top: 20px;
}

form small {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: white;
}

/* SAVED BOOKINGS */

.saved-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.booking-card {
  background: #090909;
  color: white;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #ff4f9b;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.booking-card h3 {
  color: #ff6aa9;
  margin-top: 0;
}

.booking-card button {
  padding: 10px 18px;
  margin-top: 10px;
}

/* FOOTER */

footer {
  background: #050505;
  text-align: center;
  padding: 25px;
}

footer h2 {
  font-size: 26px;
  margin: 0;
}

footer p {
  color: #ccc;
}

/* MOBILE RESPONSIVE */

@media (max-width: 850px) {
  header,
  .hero {
    padding: 20px;
  }

  header {
    flex-direction: column;
    gap: 15px;
  }

  nav a {
    margin: 0 8px;
    font-size: 13px;
  }

  .nav-btn {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 360px;
  }

  .polaroids,
  .kitty-box {
    display: none;
  }

  .services-grid,
  .booking-layout,
  .saved-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .booking-section {
    padding: 28px 20px;
  }
} 

.booking-page {
  background: #ffeaf4;
  min-height: 100vh;
}

.booking-page-section {
  padding-top: 42px;
}

.booking-side-card {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 110px;
}

.booking-side-card h3 {
  text-align: center;
  color: #ff4f9b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  margin-top: 0;
}

.booking-side-hero,
.step,
.mini-contact,
.policy-panel,
.payment-panel,
.squeeze-note {
  box-shadow: 0 14px 32px rgba(255, 80, 160, 0.14);
}

.booking-side-hero {
  background: #080808;
  color: white;
  border: 2px solid #ff4f9b;
  border-radius: 24px;
  padding: 24px;
  text-align: center;
}

.booking-side-hero img {
  width: 118px;
  height: auto;
  margin-bottom: 12px;
}

.booking-side-hero h3 {
  color: #ff9bc5;
}

.booking-side-hero p {
  color: #ffddec;
  line-height: 1.55;
  margin: 0;
}

.step {
  display: flex;
  gap: 15px;
  margin: 0;
  align-items: flex-start;
  background: #fff4fa;
  border: 1px solid #ff91c3;
  border-radius: 18px;
  padding: 16px;
}

.step span {
  background: #ff4f9b;
  color: white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  flex-shrink: 0;
}

.step h4 {
  margin: 0 0 5px;
  color: #111;
}

.step p {
  margin: 0;
}

.mini-contact {
  background: #fff4fa;
  border: 2px dashed #ff8ac8;
  border-radius: 18px;
  padding: 18px;
  margin-top: 25px;
}

.booking-preferences {
  background:
    linear-gradient(135deg, rgba(255, 79, 155, 0.08), rgba(255, 255, 255, 0.02)),
    #111;
  border: 1px solid #ff4f9b;
  border-radius: 24px;
  padding: clamp(16px, 3vw, 24px);
  margin-top: 24px;
}

.booking-preferences label {
  color: #ff9bc5;
  font-weight: bold;
}

.booking-preferences select,
.booking-preferences textarea {
  margin-top: 8px;
}

.policy-checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: flex-start;
  color: white;
  line-height: 1.4;
  background: rgba(255, 244, 250, 0.06);
  border: 1px solid rgba(255, 145, 195, 0.35);
  border-radius: 14px;
  padding: 14px;
}

.instagram-only-notice {
  background: #fff4fa;
  color: #111;
  border: 1px solid #ff91c3;
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.instagram-only-notice strong {
  color: #ff4f9b;
}

.intake-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  margin: 18px 0;
}

.intake-grid label {
  margin: 0;
}

.intake-grid textarea {
  grid-column: 1 / -1;
}

.policy-panel,
.payment-panel {
  background: #fff4fa;
  border: 2px solid #ff91c3;
  border-radius: 20px;
  padding: 18px;
  margin-top: 20px;
  color: #111;
}

.policy-panel h3,
.payment-panel h3 {
  font-size: 24px;
}

.policy-panel p,
.payment-panel p {
  line-height: 1.5;
}

.mini-contact h3 {
  font-size: 24px;
}

.hidden {
  display: none;
}

.admin-page {
  background: #f7f3f5;
  min-height: 100vh;
  padding: 34px 18px 52px;
}

.admin-login,
.admin-dashboard {
  max-width: 1180px;
  margin: auto;
}

.admin-dashboard {
  background: #fff;
  border: 1px solid #ead8e1;
  border-radius: 18px;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 16px 42px rgba(30, 20, 28, 0.08);
}

.admin-dashboard-header {
  align-items: center;
  border-bottom: 1px solid #f0dce7;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.admin-dashboard-header h2 {
  color: #181014;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 46px);
  margin: 3px 0 4px;
  text-align: left;
}

.admin-dashboard-header p {
  color: #725c68;
  font-weight: 700;
  margin: 0;
}

.admin-kicker {
  color: #d92d83;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.login-box {
  background: #080808;
  color: white;
  max-width: 420px;
  margin: auto;
  padding: 28px;
  border-radius: 22px;
  border: 2px solid #ff4f9b;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.login-box input {
  margin-bottom: 15px;
}

#loginError {
  color: #ff9bc5;
  text-align: center;
  font-weight: bold;
}

.admin-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.admin-actions button {
  margin-top: 0;
  width: auto;
}

.admin-stats-grid {
  max-width: 1200px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 10px;
}

.admin-stat-card {
  background: #faf7f9;
  color: #181014;
  border: 1px solid #f0dce7;
  border-radius: 12px;
  padding: 14px 12px;
  text-align: left;
  box-shadow: none;
}

.admin-stat-card span {
  display: block;
  color: #725c68;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 6px;
}

.admin-stat-card strong {
  color: #d92d83;
  font-size: 26px;
}

.admin-search-box {
  max-width: none;
  margin: 0 0 14px;
}

.admin-search-box input {
  border-color: #ead8e1;
  background: #fff;
  box-shadow: none;
  color: #181014;
}

.danger-btn {
  background: #181014;
  color: white;
}

select {
  background: #101010;
  border: 1px solid #555;
  color: white;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
}

select:focus {
  outline: none;
  border-color: #ff5aa5;
  box-shadow: 0 0 10px rgba(255, 90, 165, 0.45);
}

.date-time-picker {
  background:
    linear-gradient(135deg, rgba(255, 79, 155, 0.08), rgba(255, 255, 255, 0.02)),
    #111;
  border: 1px solid #ff4f9b;
  border-radius: 24px;
  padding: clamp(16px, 3vw, 24px);
  margin-top: 24px;
  box-shadow: inset 0 0 18px rgba(255, 80, 160, 0.08);
}

.date-time-picker h4 {
  color: #ff9bc5;
  text-align: center;
  margin: 0 0 8px;
}

.picker-note {
  text-align: center;
  color: #ffddec;
  font-size: 13px;
  margin-bottom: 18px;
}

.date-picker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

.date-picker-header span {
  color: white;
  font-weight: bold;
  text-align: center;
}

.date-picker-header button {
  padding: 8px 14px;
  border-radius: 999px;
  min-width: 44px;
}

.date-picker-header button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.date-buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.date-card {
  background: #181818;
  border: 1px solid #ff91c3;
  border-radius: 20px;
  padding: 16px 8px;
  color: white;
  cursor: pointer;
  box-shadow: none;
  display: grid;
  gap: 4px;
  justify-items: center;
}

.date-card span {
  color: #ff9bc5;
  font-size: 13px;
  font-weight: bold;
}

.date-card strong {
  font-size: 24px;
  color: white;
}

.date-card small {
  color: #ffddec;
}

.date-card:hover {
  background: #27101d;
  border-color: #ff4f9b;
}

.selected-date {
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  border-color: white;
  box-shadow: 0 0 18px rgba(255, 80, 160, 0.65);
}

.selected-date span,
.selected-date strong,
.selected-date small {
  color: white;
}

.time-picker-box {
  margin-top: 22px;
  background: rgba(8, 8, 8, 0.82);
  border: 1px dashed #ff7fb8;
  border-radius: 20px;
  padding: 18px;
}

.date-message {
  color: #ff9bc5;
  text-align: center;
  font-weight: bold;
  margin: 8px 0 16px;
}

.error-message {
  color: #ff4f9b;
}

.time-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.time-chip {
  background: #1a1a1a;
  border: 1px solid #ff91c3;
  color: white;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: none;
}

.time-chip:hover {
  background: #27101d;
}

.selected-time {
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  border-color: white;
  box-shadow: 0 0 18px rgba(255, 80, 160, 0.65);
}

.booked-time {
  background: #333;
  color: #aaa;
  border-color: #555;
  cursor: not-allowed;
  opacity: 0.55;
}

@media (max-width: 700px) {
  .date-buttons {
    grid-template-columns: repeat(2, 1fr);
  }

  .time-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .time-chip {
    width: 100%;
  }
}
.pretty-services {
  gap: 16px;
}

.service-group {
  border: 1px solid #ff4f9b;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 79, 155, 0.08), rgba(255, 255, 255, 0.02)),
    #0b0b0b;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.service-group summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px;
  color: white;
  cursor: pointer;
}

.service-group summary::-webkit-details-marker {
  display: none;
}

.service-group summary span {
  color: #ff9bc5;
  font-weight: bold;
  font-size: 17px;
}

.service-group summary small {
  color: #ffddec;
  font-size: 12px;
}

.service-group summary::after {
  content: "+";
  background: #ff4f9b;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

.service-group[open] summary::after {
  content: "−";
}

.pretty-option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0 16px 16px;
}

.pretty-option {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #141414;
  border: 1px solid #3a3a3a;
  border-radius: 18px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 0;
  transition: 0.2s ease;
}

.pretty-option:hover {
  border-color: #ff7fb8;
  background: #21111b;
  transform: translateY(-2px);
}

.pretty-option input {
  width: 18px;
  height: 18px;
  accent-color: #ff5aa5;
}

.option-title {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 15px;
}

.pretty-option small {
  display: block;
  color: #cfcfcf;
  margin-top: 4px;
  font-size: 12px;
}

.pretty-option strong {
  color: #ff9bc5;
  font-size: 16px;
}

.popular-option {
  border-color: #ff4f9b;
  box-shadow: 0 0 16px rgba(255, 79, 155, 0.25);
}

.popular-option em {
  position: absolute;
  top: -10px;
  right: 14px;
  background: #ff4f9b;
  color: white;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 999px;
}

.special-service-group {
  border-color: white;
  box-shadow: 0 0 20px rgba(255, 80, 160, 0.24);
}

.special-option {
  border-color: #ff91c3;
}

.special-option em {
  position: absolute;
  top: -10px;
  right: 14px;
  background: #fff4fa;
  color: #ff4f9b;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 999px;
}

.special-option:has(input:disabled) {
  opacity: 0.58;
  cursor: not-allowed;
}

.special-admin-alert {
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  padding: 14px 16px;
  margin: 12px 0;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 20px rgba(255, 80, 160, 0.45);
}

.pretty-option:has(input:checked) {
  border-color: white;
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  box-shadow: 0 0 20px rgba(255, 80, 160, 0.65);
}

.pretty-option:has(input:checked) .option-title,
.pretty-option:has(input:checked) small,
.pretty-option:has(input:checked) strong {
  color: white;
}

.add-on-grid {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 700px) {
  .pretty-option-grid,
  .add-on-grid {
    grid-template-columns: 1fr;
  }

  .service-group summary {
    align-items: flex-start;
  }
} 

.squeeze-note {
  background: #080808;
  color: white;
  border: 2px solid #ff4f9b;
  border-radius: 20px;
  padding: 20px;
  margin-top: 25px;
  text-align: center;
  box-shadow: 0 0 18px rgba(255, 80, 160, 0.25);
}

.squeeze-note h3 {
  color: #ff9bc5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  margin-top: 0;
}

.squeeze-note p {
  color: #ffddec;
  line-height: 1.5;
}

.squeeze-note strong {
  display: inline-block;
  margin-top: 8px;
  color: white;
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  padding: 10px 16px;
  border-radius: 999px;
}

.landing-contact {
  background: #080808;
  padding: 50px 25px;
}

.contact-card {
  max-width: 650px;
  margin: auto;
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px solid #ff4f9b;
  border-radius: 24px;
  padding: 35px;
  text-align: center;
  box-shadow: 0 0 22px rgba(255, 80, 160, 0.16);
}

.contact-card p {
  font-size: 17px;
  color: white;
  margin-bottom: 16px;
}

.contact-card b {
  color: #ff9bc5;
}

.contact-card .main-btn {
  display: inline-block;
  margin-top: 15px;
}

.hero-cta-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.licensed-badge {
  background: rgba(0, 0, 0, 0.75);
  border: 1.5px solid #ff8ac8;
  color: #ffddec;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 80, 160, 0.35);
  margin: 0;
}

.section-subtitle {
  text-align: center;
  color: #ffddec;
  margin-top: -18px;
  margin-bottom: 28px;
  font-weight: bold;
}

.booking-subtotal-box {
  margin-top: 18px;
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  border: 2px solid white;
  border-radius: 22px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  box-shadow: 0 0 20px rgba(255, 80, 160, 0.45);
}

.booking-subtotal-box span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.booking-subtotal-box small {
  display: block;
  margin-top: 4px;
  color: #fff1f8;
}

.booking-subtotal-box strong {
  font-size: 28px;
}

.admin-booking-info {
  background: #faf7f9;
  border: 1px solid #f0dce7;
  border-radius: 12px;
  padding: 12px 14px;
  margin: 12px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 14px;
}

.admin-booking-info p {
  margin: 8px 0;
}

.admin-services-box {
  background: #fff;
  border: 1px solid #ead8e1;
  border-radius: 12px;
  padding: 14px;
  margin: 12px 0;
}

.admin-services-box strong {
  color: #97185c;
}

.admin-services-box ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.admin-services-box li {
  margin-bottom: 6px;
}

.admin-subtotal {
  background: #181014;
  border-radius: 12px;
  color: white;
  padding: 12px 14px;
  margin: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-subtotal span {
  font-weight: bold;
}

.admin-subtotal strong {
  font-size: 24px;
}

.form-error-message {
  color: #ff9bc5;
  text-align: center;
  font-weight: bold;
  margin: 8px 0 0;
}

input:invalid {
  border-color: #ff4f9b;
}

/* Make admin cards easier to read */
.admin-dashboard .saved-grid {
  align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 12px;
}

.admin-dashboard .booking-card {
  background: #fff;
  border: 1px solid #ead8e1;
  border-radius: 14px;
  color: #181014;
  box-shadow: 0 8px 18px rgba(30, 20, 28, 0.05);
  overflow-wrap: anywhere;
  padding: 12px;
  word-break: break-word;
}

.admin-dashboard .booking-card h3 {
  color: #181014;
  font-size: 18px;
  margin: 0;
}

.admin-dashboard .booking-card button {
  border-radius: 8px;
  box-shadow: none;
}

.admin-dashboard .booking-card button:hover {
  transform: none;
  box-shadow: none;
}

.compact-booking-top {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.compact-booking-top p {
  color: #725c68;
  font-weight: 800;
  font-size: 14px;
  margin: 4px 0 0;
}

.compact-booking-meta {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.compact-booking-meta span {
  background: #faf7f9;
  border: 1px solid #f0dce7;
  border-radius: 8px;
  color: #181014;
  display: grid;
  font-size: 14px;
  gap: 2px;
  min-height: 46px;
  padding: 7px 8px;
}

.compact-booking-meta strong {
  color: #725c68;
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compact-booking-details {
  border: 1px solid #f0dce7;
  border-radius: 8px;
  margin-top: 6px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  box-shadow: none;
}

.compact-booking-details summary {
  background: #fff;
  color: #181014;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  list-style-position: inside;
  padding: 8px 10px;
}

.compact-booking-details[open] summary {
  background: #faf7f9;
  border-bottom: 1px solid #f0dce7;
}

.compact-booking-details .admin-services-box,
.compact-booking-details .admin-booking-info {
  border: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Prevent email/text from getting cropped */
.admin-booking-info p,
.admin-services-box li {
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.5;
}

/* Make email line stand out */
.admin-email {
  background: #fff7fb;
  border: 1px solid #f2c5da;
  border-radius: 10px;
  padding: 10px;
}

@media (max-width: 850px) {
  .admin-dashboard .saved-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .compact-booking-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .compact-booking-top {
    display: grid;
  }

  .compact-booking-meta {
    grid-template-columns: 1fr;
  }

  .admin-status {
    justify-content: center;
    width: fit-content;
  }
}

.admin-status {
  background: #f8eaf1;
  color: #97185c;
  border: 1px solid #f2c5da;
  border-radius: 999px;
  display: inline-flex;
  flex-shrink: 0;
  padding: 8px 11px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.booking-card button + button {
  margin-left: 0;
}

.admin-card-actions {
  border-top: 1px solid #f0dce7;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 8px;
  padding-top: 8px;
}

.admin-card-actions button {
  min-width: 0;
  margin-top: 0;
  padding: 8px 8px;
  font-size: 12px;
}

.confirmed-label {
  background: #f8eaf1;
  color: #97185c;
  border: 1px solid #f2c5da;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.fully-booked-date {
  background: #2a2a2a;
  border-color: #555;
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
  position: relative;
}

.fully-booked-date span,
.fully-booked-date strong,
.fully-booked-date small {
  color: #aaa;
}

.fully-booked-date em {
  margin-top: 4px;
  background: #444;
  color: #ddd;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 999px;
}

.fully-booked-date:hover {
  transform: none;
  background: #2a2a2a;
  border-color: #555;
}

.booking-filters {
  max-width: none;
  margin: 0 0 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.filter-btn {
  background: #fff;
  border: 1px solid #ead8e1;
  color: #725c68;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: none;
  margin-top: 0;
}

.filter-btn:hover {
  background: #fff7fb;
  color: #181014;
}

.active-filter {
  background: #181014;
  border-color: #181014;
  color: white;
  box-shadow: none;
}

.filter-summary {
  text-align: left;
  color: #725c68;
  font-weight: bold;
  margin-bottom: 14px;
}

.empty-bookings-message {
  grid-column: 1 / -1;
  background: #090909;
  color: white;
  border: 1px solid #ff4f9b;
  border-radius: 18px;
  padding: 22px;
  text-align: center;
}

.previous-booking-card {
  opacity: 0.72;
  border-color: #777;
}

.previous-label {
  background: #333;
  color: #ddd;
  border-radius: 999px;
  padding: 8px 12px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 700px) {
  .booking-filters {
    grid-template-columns: 1fr 1fr;
  }
}

.upcoming-label {
  background: #fff4fa;
  color: #ff4f9b;
  border: 1px solid #ff4f9b;
  border-radius: 999px;
  padding: 8px 12px;
  text-align: center;
  font-weight: bold;
}

/* ADMIN AVAILABILITY CALENDAR */

.admin-availability-section {
  max-width: 1100px;
  margin: 35px auto;
}

.admin-calendar-subtitle {
  text-align: center;
  color: #725c68;
  font-weight: bold;
  margin-top: -15px;
  margin-bottom: 24px;
}

.admin-availability-calendar {
  background: #fff;
  border: 1px solid #ead8e1;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 26px rgba(30, 20, 28, 0.06);
}

.admin-month-calendar {
  background: #fff;
  border: 1px solid #ead8e1;
  border-radius: 16px;
  padding: 24px;
  margin: 0 auto 26px;
  box-shadow: 0 10px 26px rgba(30, 20, 28, 0.06);
}

.admin-month-weekdays,
.admin-month-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.admin-month-weekdays {
  color: #725c68;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.admin-month-day {
  min-height: 98px;
  background: #faf7f9;
  border: 1px solid #ead8e1;
  border-radius: 12px;
  color: #181014;
  padding: 10px;
  box-shadow: none;
  display: grid;
  align-content: start;
  gap: 6px;
  text-align: left;
}

.admin-month-day span {
  color: #181014;
  font-weight: bold;
}

.admin-month-day strong {
  color: #725c68;
  font-size: 12px;
}

.admin-month-day em {
  justify-self: start;
  background: #ff4f9b;
  color: white;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
}

.outside-month {
  opacity: 0.38;
}

.month-booked-day {
  border-color: #f2c5da;
  background: #fff7fb;
}

.month-blocked-day {
  border-color: #ddd;
  background: #f1eef0;
}

.month-special-day {
  box-shadow: inset 0 0 0 2px rgba(217, 45, 131, 0.22);
}

.selected-month-day {
  border-color: #181014;
  background: #181014;
}

.selected-month-day strong,
.selected-month-day span {
  color: white;
}

.admin-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.admin-calendar-header span {
  color: #181014;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.admin-calendar-header button {
  padding: 10px 18px;
  min-width: 50px;
}

.admin-calendar-header button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.admin-date-buttons {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}

.admin-date-card {
  background: #faf7f9;
  border: 1px solid #ead8e1;
  border-radius: 12px;
  padding: 14px 8px;
  color: #181014;
  cursor: pointer;
  box-shadow: none;
  display: grid;
  gap: 4px;
  justify-items: center;
  min-height: 115px;
  position: relative;
}

.admin-date-card span {
  color: #725c68;
  font-size: 13px;
  font-weight: bold;
}

.admin-date-card strong {
  font-size: 26px;
  color: #181014;
}

.admin-date-card small {
  color: #725c68;
}

.admin-date-card em {
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 999px;
  margin-top: 4px;
}

.admin-open-date em {
  background: #d92d83;
  color: white;
}

.admin-open-date:hover {
  background: #fff7fb;
  border-color: #d92d83;
  transform: translateY(-2px);
}

.admin-selected-date {
  background: #181014;
  border-color: #181014;
  box-shadow: none;
}

.admin-selected-date span,
.admin-selected-date strong,
.admin-selected-date small {
  color: white;
}

.admin-fully-booked-date {
  background: #f1eef0;
  border-color: #ddd;
}

.admin-fully-booked-date em {
  background: #444;
  color: #ddd;
}

.admin-blocked-date {
  background: #f1eef0;
  border-color: #ddd;
  opacity: 0.72;
}

.admin-blocked-date span,
.admin-blocked-date strong,
.admin-blocked-date small {
  color: #777;
}

.admin-blocked-date em {
  background: #333;
  color: #aaa;
}

.admin-time-preview {
  margin-top: 28px;
  background: #faf7f9;
  color: #181014;
  border: 1px solid #ead8e1;
  border-radius: 14px;
  padding: 26px;
  text-align: center;
}

.admin-time-preview h3 {
  color: #181014;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  margin: 0 0 8px;
}

.admin-time-preview p {
  color: #725c68;
  font-weight: bold;
}

.admin-time-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.admin-time-chip {
  background: #fff;
  color: #181014;
  border: 1px solid #ead8e1;
  border-radius: 12px;
  padding: 14px 18px;
  min-width: 150px;
  display: grid;
  gap: 4px;
}

.admin-time-chip strong {
  color: #181014;
  font-size: 18px;
}

.admin-time-chip span {
  font-weight: bold;
}

.admin-time-chip small {
  color: #725c68;
}

.admin-open-chip {
  border-color: #d92d83;
}

.admin-open-chip span {
  color: #d92d83;
}

.admin-booked-chip {
  background: #f1eef0;
  border-color: #ddd;
  opacity: 0.85;
}

.admin-booked-chip span {
  color: #725c68;
}

@media (max-width: 900px) {
  .admin-date-buttons {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .admin-availability-calendar {
    padding: 20px;
  }

  .admin-date-buttons {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-calendar-header span {
    font-size: 16px;
  }

  .admin-time-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-time-chip {
    width: 100%;
  }
}

/* ADMIN REVENUE SUMMARY */

.revenue-section {
  max-width: 1100px;
  margin: 35px auto;
  background: #fff;
  border: 1px solid #ead8e1;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 26px rgba(30, 20, 28, 0.06);
}

.revenue-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.revenue-header h2 {
  margin: 0;
}

.revenue-header p {
  color: #725c68;
  font-weight: bold;
  margin: 8px 0 0;
}

#revenueYearSelect {
  max-width: 160px;
  background: #fff;
  color: #181014;
  border: 1px solid #ead8e1;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: bold;
}

.year-revenue-card {
  background: #181014;
  border: 0;
  border-radius: 14px;
  padding: 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  box-shadow: none;
}

.year-revenue-card span {
  font-weight: bold;
  font-size: 18px;
}

.year-revenue-card strong {
  font-size: 34px;
}

.monthly-revenue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.monthly-revenue-card {
  background: #faf7f9;
  border: 1px solid #ead8e1;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}

.monthly-revenue-card span {
  display: block;
  color: #725c68;
  font-weight: bold;
  margin-bottom: 8px;
}

.monthly-revenue-card strong {
  color: #d92d83;
  font-size: 24px;
}

@media (max-width: 850px) {
  .revenue-header,
  .year-revenue-card {
    flex-direction: column;
    text-align: center;
  }

  .monthly-revenue-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #revenueYearSelect {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .monthly-revenue-grid {
    grid-template-columns: 1fr;
  }
}

/* ADMIN MAIN TABS */

.admin-main-tabs {
  max-width: none;
  margin: 18px 0 22px;
  background: #faf7f9;
  border: 1px solid #f0dce7;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 6px;
}

.admin-tab-btn {
  background: transparent;
  border: 0;
  color: #725c68;
  border-radius: 9px;
  padding: 11px 12px;
  font-weight: bold;
  box-shadow: none;
  margin-top: 0;
}

.admin-tab-btn:hover {
  background: #fff;
  color: #181014;
}

.active-admin-tab {
  background: #fff;
  color: #d92d83;
  box-shadow: 0 6px 16px rgba(30, 20, 28, 0.08);
}

.admin-tab-content {
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 700px) {
  .admin-main-tabs {
    grid-template-columns: 1fr 1fr;
  }
}

.block-date-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto 24px;
}

.blocked-availability-list {
  max-width: 760px;
  margin: 0 auto 26px;
  background: #faf7f9;
  color: #181014;
  border: 1px solid #ead8e1;
  border-radius: 14px;
  padding: 20px;
}

.blocked-availability-list h3 {
  color: #181014;
  margin-top: 0;
}

.blocked-availability-list strong {
  display: block;
  margin: 14px 0 8px;
}

.blocked-availability-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.blocked-availability-list li {
  align-items: center;
  background: white;
  border: 1px solid #ffd1e6;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 12px;
}

.blocked-availability-list button {
  padding: 8px 12px;
}

.admin-time-chip {
  cursor: pointer;
}

.admin-blocked-chip {
  background: #f1eef0;
  border-color: #ddd;
  opacity: 0.65;
}

.admin-blocked-chip span {
  color: #725c68;
}

@media (max-width: 850px) {
  .block-date-form,
  .admin-stats-grid {
    grid-template-columns: 1fr;
  }

  .admin-month-calendar {
    padding: 18px;
  }

  .admin-month-weekdays {
    display: none;
  }

  .admin-month-grid {
    grid-template-columns: 1fr;
  }

  .admin-month-day {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .admin-main-tabs {
    grid-template-columns: 1fr;
  }
}

/* CONFIRMATION PAGE */

.confirmation-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 79, 155, 0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(255, 145, 195, 0.22), transparent 35%),
    #ffeaf4;
  padding: 60px 20px;
}

.confirmation-hero {
  max-width: 850px;
  margin: auto;
}

.confirmation-card {
  background: #080808;
  color: white;
  border: 2px solid #ff4f9b;
  border-radius: 32px;
  padding: 42px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(255, 80, 160, 0.25);
}

.confirmation-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 0 24px rgba(255, 80, 160, 0.65);
}

.confirmation-card h1 {
  color: #ff9bc5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 52px);
  margin: 0 0 14px;
}

.confirmation-lead {
  max-width: 620px;
  margin: 0 auto 18px;
  color: #ffddec;
  line-height: 1.7;
  font-size: 17px;
}

.status-pill {
  display: inline-block;
  background: #fff4fa;
  color: #ff4f9b;
  border: 1px solid #ff4f9b;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: bold;
  margin: 12px 0 26px;
}

.confirmation-details-page {
  background: #111;
  border: 1px solid #ff4f9b;
  border-radius: 24px;
  padding: 22px;
  text-align: left;
  margin-top: 15px;
}

.confirmation-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #333;
  padding: 14px 0;
}

.confirmation-row span,
.confirmation-services span {
  color: #ff9bc5;
  font-weight: bold;
}

.confirmation-row strong {
  color: white;
  text-align: right;
  overflow-wrap: anywhere;
}

.confirmation-services {
  padding: 18px 0;
  border-bottom: 1px solid #333;
}

.confirmation-services ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.confirmation-services li {
  margin-bottom: 8px;
  color: white;
}

.confirmation-total {
  margin-top: 18px;
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  border: 2px solid white;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.confirmation-total span {
  font-weight: bold;
}

.confirmation-total strong {
  font-size: 30px;
}

.confirmation-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.confirmation-policy-box {
  margin-top: 28px;
  background: #111;
  border: 1px solid #ff4f9b;
  border-radius: 22px;
  padding: 22px;
}

.confirmation-policy-box h2 {
  font-size: 28px;
  margin-bottom: 14px;
}

.confirmation-policy-box p {
  color: #ffddec;
  line-height: 1.5;
}

.gallery-section,
.testimonials-section {
  background: #080808;
  padding: 50px 25px;
}

.gallery-grid,
.testimonial-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.gallery-grid figure,
.testimonial-grid blockquote {
  margin: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px solid #ff4f9b;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 0 18px rgba(255, 80, 160, 0.12);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.gallery-grid figcaption,
.testimonial-grid cite {
  display: block;
  color: #ff9bc5;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-grid p {
  color: white;
  line-height: 1.6;
  text-align: center;
}

.status-page {
  min-height: 100vh;
  background: #ffeaf4;
  padding: 60px 20px;
}

.status-panel {
  max-width: 900px;
  margin: auto;
  background: #080808;
  color: white;
  border: 2px solid #ff4f9b;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 20px 45px rgba(255, 80, 160, 0.25);
}

.status-panel h1 {
  color: #ff9bc5;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
  margin-top: 0;
}

.status-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  padding: 0;
  box-shadow: none;
}

.status-results {
  margin-top: 24px;
  background: #111;
  border: 1px solid #ff4f9b;
  border-radius: 18px;
  padding: 18px;
}

.status-card {
  background: #fff4fa;
  color: #111;
  border: 1px solid #ff91c3;
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 16px;
}

.status-card h3 {
  color: #ff4f9b;
  margin-top: 0;
}

.status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.reminder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.reminder-actions button,
.quick-dm-actions button {
  flex: 1;
  min-width: 120px;
  padding: 10px 14px;
}

.quick-dm-box p {
  color: #ffddec;
  margin: 8px 0 12px;
}

.quick-dm-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.quick-dm-actions button {
  margin-top: 0;
}

.repeat-client-box ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.client-issue-box ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.has-client-issues {
  border-color: #ff9bc5;
  box-shadow: 0 0 16px rgba(255, 80, 160, 0.18);
}

.loyalty-badge {
  display: inline-flex;
  width: fit-content;
  margin: 10px 0 4px;
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  color: white;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: bold;
}

.new-client-badge {
  background: #333;
}

.status-deposit-box {
  background: #111;
  color: white;
  border: 1px solid #ff4f9b;
  border-radius: 14px;
  margin-top: 14px;
  padding: 14px;
}

.status-deposit-box span {
  color: #ffddec;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.status-deposit-box strong {
  color: #ff9bc5;
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}

.status-deposit-box p {
  margin: 0;
}

.mobile-sticky-book {
  display: none;
}

.aftercare-page {
  background: #ffeaf4;
  color: #111;
  min-height: 100vh;
  padding: 55px 25px;
}

.aftercare-hero {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.aftercare-hero h1 {
  color: #ff4f9b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 6vw, 64px);
  margin: 0 0 12px;
}

.aftercare-hero p {
  font-weight: bold;
}

.aftercare-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.aftercare-grid article {
  background: #080808;
  color: white;
  border: 2px solid #ff4f9b;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 15px 35px rgba(255, 80, 160, 0.18);
}

.aftercare-grid h2 {
  font-size: 28px;
}

.aftercare-grid li {
  margin-bottom: 12px;
  line-height: 1.5;
}

.policies-page {
  background:
    linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.82)),
    url("background.png");
  background-size: cover;
  background-position: center;
  color: white;
  min-height: 100vh;
  padding: 55px 25px;
}

.policies-hero {
  max-width: 960px;
  margin: 0 auto 30px;
  text-align: center;
}

.policies-hero h1 {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 12vw, 128px);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 18px 0;
}

.policies-hero p:last-child {
  color: #ffddec;
  font-weight: bold;
}

.policies-list {
  max-width: 1050px;
  margin: auto;
  display: grid;
  gap: 20px;
}

.policies-list article {
  background: rgba(8, 8, 8, 0.9);
  border: 1.5px solid #ff4f9b;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

.policies-list h2 {
  color: white;
  font-family: Arial, sans-serif;
  font-size: clamp(24px, 5vw, 42px);
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #ff91c3;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.policies-list ul {
  margin: 0;
  padding-left: 22px;
}

.policies-list li {
  color: #f7f7f7;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.no-guests-policy {
  max-width: 900px;
  margin: 30px auto 0;
  background: linear-gradient(135deg, #ff72b4, #ff3f91);
  border: 2px solid white;
  border-radius: 22px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 0 26px rgba(255, 80, 160, 0.45);
}

.no-guests-policy h2 {
  color: white;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.no-guests-policy p {
  font-size: 24px;
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
}

@media (max-width: 850px) {
  .gallery-grid,
  .testimonial-grid,
  .status-form,
  .aftercare-grid {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: 74px;
  }

  header {
    position: static;
  }

  nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
  }

  nav a {
    margin: 0;
  }

  .booking-layout {
    gap: 24px;
  }

  .booking-hero-panel {
    border-radius: 22px;
    margin-bottom: 20px;
  }

  .booking-highlights {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking-side-card {
    position: static;
  }

  form,
  .booking-side-card,
  .status-panel,
  .confirmation-card {
    border-radius: 18px;
    padding: 20px;
  }

  .pretty-option {
    grid-template-columns: auto 1fr;
    align-items: flex-start;
  }

  .pretty-option strong {
    grid-column: 2;
    justify-self: start;
  }

  .booking-form-heading h2 {
    font-size: 24px;
  }

  .mobile-sticky-book {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 30;
    display: block;
    background: linear-gradient(135deg, #ff72b4, #ff3f91);
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 999px;
    padding: 15px 18px;
    box-shadow: 0 0 25px rgba(255, 80, 160, 0.65);
  }
}

@media (max-width: 520px) {
  .top-banner {
    font-size: 12px;
    line-height: 1.4;
  }

  .booking-section,
  .status-page,
  .aftercare-page,
  .policies-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .booking-section {
    padding-top: 22px;
  }

  .booking-hero-panel {
    padding: 24px 18px;
  }

  .booking-hero-panel h1 {
    font-size: 42px;
  }

  .booking-form-heading {
    gap: 10px;
  }

  .booking-form-heading span {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .intake-grid {
    grid-template-columns: 1fr;
  }

  .date-picker-header {
    gap: 10px;
  }

  .date-picker-header span {
    font-size: 14px;
  }

  .policies-list article {
    padding: 20px;
  }

  .policies-list li {
    font-size: 16px;
  }

  .date-buttons,
  .admin-date-buttons,
  .monthly-revenue-grid,
  .booking-filters {
    grid-template-columns: 1fr;
  }

  .admin-card-actions,
  .status-actions,
  .reminder-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.secondary-btn {
  background: #111;
  color: white;
  border: 1px solid #ff4f9b;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.secondary-btn:hover {
  background: #1a0d18;
}

.confirmation-note-page {
  margin-top: 24px;
  color: #ffddec;
  font-weight: bold;
}

@media (max-width: 650px) {
  .confirmation-card {
    padding: 28px 20px;
  }

  .confirmation-row,
  .confirmation-total {
    flex-direction: column;
    text-align: left;
  }

  .confirmation-row strong {
    text-align: left;
  }
}
