/* ===== SpaCenter Theme - Luxury Spa Style ===== */
:root {
  --spa-gold: #c9a227;
  --spa-gold-dark: #a8861f;
  --spa-gold-light: #e8d48b;
  --spa-dark: #1a1512;
  --spa-dark-2: #241d17;
  --spa-dark-3: #2f261d;
  --spa-cream: #f5efe4;
  --spa-cream-2: #eae0cf;
  --spa-green: #3d5a45;
  --spa-green-dark: #2c4433;
  --spa-bronze: #8c6d3f;
}

html {
  font-size: 15px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 0;
  font-family: 'Segoe UI', 'Playfair Display', Georgia, serif;
  background-color: var(--spa-cream);
  color: #2b2118;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
}

.text-gold {
  color: var(--spa-gold) !important;
}

.text-cream {
  color: var(--spa-cream) !important;
}

.bg-spa-dark {
  background-color: var(--spa-dark) !important;
}

.bg-spa-dark-2 {
  background-color: var(--spa-dark-2) !important;
}

.btn-gold {
  background: linear-gradient(135deg, var(--spa-gold-light), var(--spa-gold) 50%, var(--spa-gold-dark));
  color: var(--spa-dark);
  font-weight: 600;
  border: none;
  border-radius: 30px;
  padding: 10px 28px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.3);
}

.btn-gold:hover, .btn-gold:focus {
  background: linear-gradient(135deg, var(--spa-gold), var(--spa-gold-dark));
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(201, 162, 39, 0.4);
}

.btn-outline-gold {
  border: 1px solid var(--spa-gold);
  color: var(--spa-gold);
  background: transparent;
  border-radius: 30px;
  padding: 10px 28px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-gold:hover {
  background: var(--spa-gold);
  color: var(--spa-dark);
  transform: translateY(-2px);
}

.navbar-spa {
  background: linear-gradient(90deg, var(--spa-dark), var(--spa-dark-2)) !important;
  padding: 14px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.navbar-spa .navbar-brand {
  color: var(--spa-gold);
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.navbar-spa .navbar-brand:hover {
  color: var(--spa-gold-light);
}

.navbar-spa .nav-link {
  color: var(--spa-cream) !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.3s;
  margin: 0 6px;
}

.navbar-spa .nav-link:hover {
  color: var(--spa-gold) !important;
}

.hero-section {
  position: relative;
  background: var(--spa-dark) url('/images/spa/hero.jpg') center/cover no-repeat;
  min-height: 85vh;
  display: flex;
  align-items: center;
  color: var(--spa-cream);
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(90deg, rgba(20,15,8,0.94) 0%, rgba(20,15,8,0.82) 40%, rgba(20,15,8,0.35) 75%, rgba(20,15,8,0.25) 100%);
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, rgba(245,239,228,0.06) 100%);
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2;
}

.hero-title .gold-highlight {
  color: var(--spa-gold);
  font-style: italic;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: rgba(245,239,228,0.85);
  max-width: 600px;
  line-height: 1.7;
}

.hero-badge {
  display: inline-block;
  background: rgba(201, 162, 39, 0.15);
  border: 1px solid rgba(201, 162, 39, 0.4);
  color: var(--spa-gold-light);
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--spa-dark);
}

.section-title::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, var(--spa-gold), var(--spa-gold-light));
  margin-top: 10px;
  border-radius: 2px;
}

.section-subtitle {
  color: #8a7a66;
  font-size: 1rem;
  max-width: 600px;
}

.card-spa {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: all 0.35s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); 
}

.card-spa:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

.card-spa .card-img-top {
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card-spa:hover .card-img-top {
  transform: scale(1.05);
}

.card-spa .card-body {
  padding: 22px;
}

.card-spa .service-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, #2c4433, #3d5a45);
}

.card-spa .service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.card-spa .service-img-wrap:hover img {
  transform: scale(1.07);
}

.card-spa .service-img-wrap .img-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(20, 15, 8, 0.75);
  color: var(--spa-gold-light);
  border: 1px solid rgba(201, 162, 39, 0.5);
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 30px;
  backdrop-filter: blur(4px);
}

.card-spa .service-img-wrap .img-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.5rem;
  height: 100%;
}

.card-spa .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--spa-dark);
  margin-bottom: 8px;
}

.card-spa .price-tag {
  color: var(--spa-gold-dark);
  font-weight: 700;
  font-size: 1.2rem;
}

.card-spa .price-old {
  color: #aaa;
  text-decoration: line-through;
  font-size: 0.9rem;
  font-weight: 400;
}

.card-spa .card-text {
  color: #6a5f52;
  font-size: 0.92rem;
  line-height: 1.6;
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--spa-gold-light), var(--spa-gold));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--spa-dark);
  margin-bottom: 14px;
}

.feature-box {
  text-align: center;
  padding: 30px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-box h5 {
  font-weight: 700;
  margin-top: 8px;
  color: var(--spa-dark);
}

.feature-box p {
  color: #7d7060;
  font-size: 0.9rem;
}

.stats-section {
  background:
    linear-gradient(rgba(24, 18, 11, 0.88), rgba(24, 18, 11, 0.88)),
    url('/images/spa/detox.jpg') center/cover;
  color: #fff;
  padding: 60px 0;
}

.stat-item .stat-number {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--spa-gold);
  font-family: 'Playfair Display', Georgia, serif;
}

.stat-item .stat-label {
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.cta-section {
  background:
    linear-gradient(rgba(30, 52, 39, 0.88), rgba(23, 43, 33, 0.88)),
    url('/images/spa/royal-ritual.jpg') center/cover;
  color: #fff;
  padding: 70px 0;
}

.cta-section h2 {
  font-size: 2.2rem;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
}

.footer-spa {
  background: var(--spa-dark);
  color: rgba(245, 239, 228, 0.7);
  padding: 55px 0 25px;
}

.footer-spa h5 {
  color: var(--spa-gold);
  font-weight: 700;
  margin-bottom: 18px;
}

.footer-spa a {
  color: rgba(245, 239, 228, 0.7);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-spa a:hover {
  color: var(--spa-gold);
}

.footer-spa .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 40px;
  font-size: 0.85rem;
}

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

/* Booking process */
.booking-steps {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.booking-step {
  display: flex;
  align-items: center;
  color: #aaa;
  font-weight: 500;
}

.booking-step .step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: all 0.3s;
  background: #fff;
}

.booking-step.active {
  color: var(--spa-gold-dark);
}

.booking-step.active .step-circle {
  border-color: var(--spa-gold);
  background: var(--spa-gold);
  color: #fff;
}

.booking-step.completed .step-circle {
  border-color: var(--spa-green);
  background: var(--spa-green);
  color: #fff;
}

.step-line {
  width: 50px;
  height: 2px;
  background: #ddd;
  margin: 0 15px;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
  margin: 15px 0;
}

.slot-item {
  border: 2px solid #2f9d45;
  border-radius: 10px;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  background: #eef9ef;
  font-size: 0.85rem;
  color: #173d20;
}

.slot-item:hover {
  border-color: #238339;
  background: #dff3e2;
}

.slot-item.slot-available {
  border-color: #2f9d45;
  background: #eef9ef;
  color: #173d20;
}

.slot-item.slot-available:hover {
  border-color: #238339;
  background: #dff3e2;
}

.slot-item.slot-booked,
.slot-item.disabled {
  border-color: #d84b4b;
  background: #fdeaea;
  color: #8a2222;
  opacity: 0.9;
  cursor: not-allowed;
}

.slot-item.slot-booked:hover,
.slot-item.disabled:hover {
  border-color: #c53d3d;
  background: #fdeaea;
}

.slot-item.selected {
  border-color: var(--spa-gold);
  background: linear-gradient(135deg, var(--spa-gold-light), var(--spa-gold));
  color: var(--spa-dark);
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.3);
}

.slot-item .slot-time {
  display: block;
  font-weight: 600;
}

.slot-item .slot-date {
  display: block;
  font-size: 0.78rem;
  color: #8a7a66;
}

.slot-status {
  display: block;
  font-size: 0.72rem;
  margin-top: 4px;
  font-weight: 700;
}

.slot-booked .slot-status {
  color: #b13b3b;
}

.slot-available .slot-status {
  color: #2d7d30;
}

.date-pill {
  border: 2px solid #e0d6c8;
  border-radius: 12px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.2s;
  background: #fff;
  text-align: center;
  flex: 0 0 auto;
  min-width: 95px;
}

.date-pill:hover {
  border-color: var(--spa-gold);
}

.date-pill.selected {
  border-color: var(--spa-gold);
  background: linear-gradient(135deg, var(--spa-gold-light), var(--spa-gold));
  color: var(--spa-dark);
  font-weight: 700;
}

.date-pill .date-dow {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.date-pill .date-num {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}

.date-pill .date-month {
  display: block;
  font-size: 0.75rem;
  color: #8a7a66;
}

.form-control-spa {
  border: 1.5px solid #e0d6c8;
  border-radius: 10px;
  padding: 12px 16px;
  transition: all 0.3s;
  background: #fff;
}

.form-control-spa:focus {
  border-color: var(--spa-gold);
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 39, 0.15);
}

.form-label-spa {
  font-weight: 600;
  color: var(--spa-dark);
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.form-section-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 28px;
  margin-bottom: 20px;
}

.form-section-card .card-header-spa {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.form-section-card .section-number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--spa-gold-light), var(--spa-gold));
  color: var(--spa-dark);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.form-section-card h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--spa-dark);
}

.admin-topbar {
  min-height: 70px;
}

.admin-topbar .container-fluid {
  gap: 14px;
}

.admin-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.admin-topbar-link {
  color: var(--spa-cream);
  text-decoration: none;
  opacity: 0.85;
  white-space: nowrap;
}

.admin-topbar-link:hover {
  color: var(--spa-gold);
  opacity: 1;
}

.admin-user-pill {
  background: rgba(201, 162, 39, 0.2);
  color: var(--spa-gold-light);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  white-space: nowrap;
}

.admin-logout-btn {
  border: 1px solid rgba(201, 162, 39, 0.4);
  color: var(--spa-gold);
  border-radius: 20px;
  padding: 6px 16px;
  white-space: nowrap;
}

.admin-logout-btn:hover {
  border-color: var(--spa-gold);
  color: #fff;
}

.admin-sidebar {
  background: linear-gradient(180deg, var(--spa-dark), var(--spa-dark-3));
  min-height: calc(100vh - 70px);
  color: var(--spa-cream);
  padding: 25px 0;
}

.admin-sidebar .nav-link {
  color: rgba(245, 239, 228, 0.75);
  padding: 12px 25px;
  font-weight: 500;
  border-left: 3px solid transparent;
  transition: all 0.3s;
}

.admin-sidebar .nav-link:hover, .admin-sidebar .nav-link.active {
  color: var(--spa-gold);
  background: rgba(201, 162, 39, 0.08);
  border-left-color: var(--spa-gold);
}

.admin-content {
  background: #f5f1ea;
  min-height: calc(100vh - 70px);
  padding: 30px;
}

.admin-page-header h2 {
  font-size: 1.9rem;
}

.admin-header-actions form {
  margin: 0;
}

.stat-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  border-left: 4px solid var(--spa-gold);
  display: flex;
  align-items: center;
  gap: 16px;
}

.stat-card .stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.stat-card .stat-value {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--spa-dark);
  font-family: 'Playfair Display', Georgia, serif;
}

.stat-card .stat-title {
  color: #8a7a66;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.status-badge {
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
}

.status-pending { background: #fff4e0; color: #b07b00; }
.status-confirmed { background: #e3f2e3; color: #2d6a2d; }
.status-completed { background: #e3edf5; color: #1a5c8f; }
.status-cancelled { background: #fbe9e9; color: #a03030; }
.status-noshow { background: #f4e9f0; color: #7a3a6a; }

.table-spa {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.table-spa thead th {
  background: var(--spa-dark-2);
  color: var(--spa-cream);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  padding: 14px 16px;
}

.table-spa tbody td {
  padding: 14px 16px;
  border-color: #f0e9de;
  vertical-align: middle;
}

.table-spa tbody tr:hover {
  background: #fbf7ef;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

/* Testimonials */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.testimonial-card .stars {
  color: var(--spa-gold);
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.testimonial-card blockquote {
  font-style: italic;
  color: #6a5f52;
  line-height: 1.7;
}

.testimonial-card .author {
  font-weight: 700;
  color: var(--spa-dark);
  margin-top: 12px;
}

.testimonial-card .author small {
  color: #aaa;
  font-weight: 400;
}

/* Gallery */
.gallery-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 250px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item .gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  background: linear-gradient(transparent, rgba(26, 21, 18, 0.85));
  color: #fff;
  padding: 30px 15px 12px;
  font-size: 0.9rem;
  opacity: 0;
  transition: opacity 0.4s;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Login page */
.login-wrapper {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--spa-dark), var(--spa-dark-3));
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 420px;
  width: 100%;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-section {
    min-height: 70vh;
  }
}

@media (max-width: 991.98px) {
  .admin-topbar {
    padding: 10px 0;
  }

  .admin-topbar .container-fluid {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-topbar .navbar-brand {
    font-size: 1.15rem;
    max-width: 100%;
  }

  .admin-topbar-actions {
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .admin-shell {
    display: block;
  }

  .admin-sidebar-column,
  .admin-main-column {
    width: 100%;
    max-width: 100%;
  }

  .admin-sidebar {
    min-height: auto;
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  }

  .admin-sidebar .nav {
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    padding: 0 10px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .admin-sidebar .nav-item {
    flex: 0 0 auto;
  }

  .admin-sidebar .nav-link {
    border-left: 0;
    border-bottom: 3px solid transparent;
    border-radius: 10px;
    padding: 10px 12px;
    white-space: nowrap;
    font-size: 0.9rem;
  }

  .admin-sidebar .nav-link:hover,
  .admin-sidebar .nav-link.active {
    border-left-color: transparent;
    border-bottom-color: var(--spa-gold);
  }

  .admin-content {
    min-height: auto;
    padding: 18px;
  }
}

@media (max-width: 575.98px) {
  .admin-topbar-link,
  .admin-user-pill,
  .admin-logout-btn {
    font-size: 0.8rem;
  }

  .admin-page-header {
    align-items: stretch !important;
  }

  .admin-page-header > div:first-child,
  .admin-header-actions,
  .admin-header-actions form,
  .admin-header-actions .btn {
    width: 100%;
  }

  .admin-header-actions {
    flex-direction: column;
  }

  .admin-page-header h2 {
    font-size: 1.55rem;
  }

  .admin-content {
    padding: 14px;
  }

  .card-spa.p-4,
  .form-section-card {
    padding: 18px !important;
  }

  .stat-card {
    padding: 16px;
    gap: 12px;
  }

  .stat-card .stat-icon {
    width: 46px;
    height: 46px;
    font-size: 1.25rem;
  }

  .stat-card .stat-value {
    font-size: 1.45rem;
  }

  .stat-card .stat-title {
    font-size: 0.76rem;
  }

  .table-spa {
    min-width: 720px;
  }

  .table-spa thead th,
  .table-spa tbody td {
    padding: 11px 12px;
    font-size: 0.88rem;
  }

  .admin-booking-list-item {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 8px;
  }

  .admin-booking-list-item .text-end {
    text-align: left !important;
  }
}

/* Alert styling */
.alert-spa {
  border-radius: 12px;
  border: none;
  padding: 14px 18px;
}

.alert-spa-success {
  background: #e3f2e3;
  color: #2d6a2d;
}

.alert-spa-error {
  background: #fbe9e9;
  color: #a03030;
}

/* Reservation confirmation */
.confirmation-check {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4CAF50, #2d7d30);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2.6rem;
  color: #fff;
  box-shadow: 0 8px 30px rgba(76, 175, 80, 0.3);
}

.confirmation-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  max-width: 620px;
  margin: 0 auto;
}

.confirmation-detail {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0e9de;
}

.confirmation-detail .detail-label {
  color: #8a7a66;
}

.confirmation-detail .detail-value {
  font-weight: 600;
  color: var(--spa-dark);
  text-align: right;
}
