/* ===== HOW IT WORKS CSS ===== */

.how-it-works-section {
  background: #0d0e12;
  padding: 100px 5%;
  position: relative;
  border-top: 1px solid rgba(198, 163, 90, 0.15);
}

.how-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 60px;
}

.how-kicker {
  color: #C6A35A;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.how-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.how-title .highlight {
  background: linear-gradient(135deg, #C6A35A, #E5C378);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.how-subtitle {
  font-size: 1.05rem;
  color: #a5a5a8;
  line-height: 1.7;
  font-weight: 300;
}

.how-steps-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 880px;
  margin: 0 auto 50px;
}

.how-step-card {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(198, 163, 90, 0.15);
  border-radius: 0;
  padding: 20px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  text-align: left;
  box-shadow: none;
  transition: none;
}

.how-step-card:last-child {
  border-bottom: none;
}

.how-step-card:hover {
  transform: none;
  border-color: rgba(198, 163, 90, 0.15);
  box-shadow: none;
  background: transparent;
}

.step-number-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #C6A35A;
  background: radial-gradient(circle, rgba(198, 163, 90, 0.18) 0%, rgba(198, 163, 90, 0.03) 70%);
  color: #E5C378;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 12px rgba(198, 163, 90, 0.15);
  transition: all 0.3s ease;
}

.how-step-card:hover .step-number-circle {
  background: linear-gradient(135deg, #C6A35A, #A67C3C);
  color: #0b0b0c;
  border-color: #E5C378;
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(198, 163, 90, 0.4);
}

.step-content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1 1;
  min-width: 0;
}

.step-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.step-description {
  font-size: 0.95rem;
  color: #a0a0a5;
  line-height: 1.65;
  margin: 0 0 14px 0;
  font-weight: 300;
}

.gold-text {
  color: #E5C378 !important;
  font-weight: 700;
}

.how-bottom-support {
  display: flex;
  justify-content: center;
}

.support-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(198, 163, 90, 0.25);
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 0.92rem;
  color: #ccc;
}

.support-badge svg {
  width: 20px;
  height: 20px;
  color: #C6A35A;
  flex-shrink: 0;
}

.support-badge strong a {
  color: #C6A35A;
  text-decoration: none;
  font-weight: 700;
}

.support-badge strong a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
  .how-steps-grid {
    gap: 18px;
  }

  .how-step-card {
    padding: 16px 0;
    gap: 20px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(198, 163, 90, 0.15);
  }
}

@media (max-width: 768px) {
  .how-it-works-section {
    padding: 60px 4%;
  }

  .how-title {
    font-size: 2rem;
  }

  .how-step-card {
    padding: 14px 0;
    gap: 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(198, 163, 90, 0.12);
  }

  .step-number-circle {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .step-title {
    font-size: 1.15rem;
  }

  .step-description {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .support-badge {
    flex-direction: column;
    text-align: center;
    border-radius: 16px;
    padding: 16px 20px;
  }
}

.booking-page {
  min-height: 100vh;
  background: #090a0d;
  background: radial-gradient(circle at 85% 15%, rgba(198, 163, 90, 0.06) 0%, transparent 50%), #090a0d;
  padding: 125px 4% 80px;
  color: #f7f5f0;
}

.booking-layout-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 530px 1fr;
  grid-gap: 45px;
  gap: 45px;
  align-items: start;
}

.booking-form-col {
  width: 100%;
}

/* Modulo di prenotazione ingrandito e più spazioso */
.booking-form-col .transfer-form {
  max-width: 100%;
  padding: 34px 32px 28px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(198, 163, 90, 0.35);
  background: rgba(18, 20, 28, 0.94);
}

.booking-form-col .transfer-form-title {
  font-size: 1.55rem;
  margin-bottom: 22px;
  padding-bottom: 14px;
}

.booking-form-col .tf-row {
  gap: 14px;
  margin-bottom: 14px;
}

.booking-form-col .tf-row-3 {
  gap: 14px;
}

.booking-form-col .transfer-form label,
.booking-form-col .tf-full {
  font-size: 0.78rem;
  gap: 7px;
  margin-bottom: 14px;
}

.booking-form-col .transfer-form input,
.booking-form-col .transfer-form textarea {
  padding: 12px 14px;
  font-size: 0.96rem;
  border-radius: 6px;
}

.booking-form-col .tf-submit-btn {
  padding: 15px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 8px;
}

.booking-how-col {
  width: 100%;
}

/* Integrazione elegante di HowItWorks nella colonna destra */
.booking-how-col .how-it-works-section {
  background: transparent;
  padding: 0;
  border-top: none;
}

.booking-how-col .how-it-works-section .container {
  max-width: 100%;
  padding: 0;
}

.booking-how-col .how-header {
  text-align: center !important;
  margin: 0 auto 22px auto !important;
  max-width: 680px;
}

.booking-how-col .how-kicker {
  color: #C6A35A;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: center !important;
}

/* Titolo centrato senza mandare MAI a capo servizio NCC */
.booking-how-col .how-title {
  font-size: clamp(1.15rem, 3.2vw, 1.85rem) !important;
  font-weight: 800;
  color: #fff;
  margin: 0 auto 8px auto !important;
  line-height: 1.25;
  text-align: center !important;
  white-space: nowrap !important;
  letter-spacing: -0.2px;
}

.booking-how-col .how-title .highlight {
  white-space: nowrap !important;
  display: inline !important;
}

.booking-how-col .how-subtitle {
  font-size: 0.92rem;
  color: #b0b0b8;
  line-height: 1.55;
  margin: 0 auto 20px auto !important;
  text-align: center !important;
  max-width: 620px;
}

/* Rimozione totale cards: cerchio dorato a sinistra, titolo e sotto descrizione a destra */
.booking-how-col .how-steps-grid {
  display: flex;
  flex-direction: column;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100%;
  gap: 16px;
  margin: 0 auto 20px auto;
}

.booking-how-col .how-step-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  gap: 18px !important;
  padding: 14px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(198, 163, 90, 0.15) !important;
  box-shadow: none !important;
  transition: none !important;
}

.booking-how-col .how-step-card:last-child {
  border-bottom: none !important;
}

.booking-how-col .how-step-card:hover {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.booking-how-col .step-number-circle,
.booking-how-col .step-number-badge {
  margin: 2px 0 0 0 !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(198, 163, 90, 0.22) 0%, transparent 70%) !important;
  border: 2.5px solid #C6A35A !important;
  color: #E5C378 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4), 0 0 12px rgba(198, 163, 90, 0.25) !important;
}

.booking-how-col .step-content-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  width: 100% !important;
  flex: 1 1 !important;
  min-width: 0 !important;
}

.booking-how-col .step-title {
  font-size: 1.18rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 6px 0 !important;
  letter-spacing: 0.2px !important;
  text-align: left !important;
  line-height: 1.3 !important;
}

.booking-how-col .step-description {
  font-size: 0.92rem !important;
  color: #c4c4cc !important;
  line-height: 1.6 !important;
  margin: 0 0 8px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
}

.booking-how-col .gold-text {
  color: #E5C378 !important;
  font-weight: 700 !important;
}

.booking-how-col .how-bottom-support {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.booking-how-col .support-badge {
  background: rgba(198, 163, 90, 0.08);
  border: 1px solid rgba(198, 163, 90, 0.25);
  border-radius: 24px;
  padding: 10px 18px;
  font-size: 0.82rem;
  color: #dcdce0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  gap: 10px;
}

@media (max-width: 1024px) {
  .booking-page {
    padding: 135px 4% 60px;
  }

  .booking-layout-wrapper {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .booking-form-col {
    max-width: 540px;
    margin: 0 auto;
  }

  .booking-how-col {
    max-width: 640px;
    margin: 0 auto;
  }

  .booking-how-col .how-header {
    text-align: center;
    margin-bottom: 16px;
  }

  .booking-how-col .how-title {
    white-space: normal;
    font-size: 1.6rem;
  }

  .booking-how-col .how-subtitle {
    font-size: 0.88rem;
  }

  /* Come Funziona NCC: cerchio oro a sinistra, testo a destra senza card */
  .booking-how-col .how-steps-grid {
    gap: 14px;
    margin-bottom: 16px;
    align-items: stretch !important;
  }

  .booking-how-col .how-step-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 12px 0 !important;
    gap: 16px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(198, 163, 90, 0.15) !important;
    box-shadow: none !important;
  }

  .booking-how-col .step-number-circle,
  .booking-how-col .step-number-badge {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    font-size: 1.15rem !important;
    border-radius: 50% !important;
    border: 2px solid #C6A35A !important;
    margin: 2px 0 0 0 !important;
  }

  .booking-how-col .step-content-box {
    text-align: left !important;
    align-items: flex-start !important;
  }

  .booking-how-col .step-title {
    font-size: 1.05rem !important;
    margin-bottom: 4px !important;
    text-align: left !important;
  }

  .booking-how-col .step-description {
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
    text-align: left !important;
  }

  .booking-how-col .step-tag {
    font-size: 0.72rem !important;
    padding: 2px 8px !important;
    text-align: left !important;
    align-self: flex-start !important;
    margin: 0 !important;
  }

  .booking-how-col .how-bottom-support {
    text-align: center;
  }
}

/* ===================================================
   MOBILE (< 768px): FORM IDENTICO ALLA HOME & CARD MINIMAL
   =================================================== */

@media (max-width: 768px) {
  .booking-page {
    padding: 145px 3% 50px;
  }

  .booking-layout-wrapper {
    gap: 28px;
  }

  .booking-form-col {
    max-width: 100%;
  }

  /* Rende il form per prenotare UGUALE alla Home su mobile */
  .booking-form-col .transfer-form {
    padding: 18px 16px 16px !important;
    border-radius: 12px !important;
    background: rgba(14, 14, 16, 0.92) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
  }

  .booking-form-col .transfer-form-title {
    font-size: 1.18rem !important;
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
  }

  .booking-form-col .tf-row {
    gap: 8px !important;
    margin-bottom: 8px !important;
  }

  .booking-form-col .tf-row-3 {
    gap: 6px !important;
  }

  .booking-form-col .transfer-form label,
  .booking-form-col .tf-full {
    font-size: 0.70rem !important;
    gap: 4px !important;
    margin-bottom: 8px !important;
  }

  .booking-form-col .transfer-form input,
  .booking-form-col .transfer-form textarea {
    padding: 8px 10px !important;
    font-size: 0.84rem !important;
    border-radius: 5px !important;
  }

  .booking-form-col .transfer-form textarea {
    height: 44px !important;
  }

  .booking-form-col .tf-submit-btn {
    padding: 11px 16px !important;
    font-size: 0.85rem !important;
  }

  /* Card Come Funziona NCC compatte, snelle e completamente CENTRATE su Mobile */
  .booking-how-col .how-header {
    text-align: center !important;
    margin: 0 auto 14px auto !important;
  }

  .booking-how-col .how-title {
    font-size: clamp(0.98rem, 4.3vw, 1.25rem) !important;
    white-space: nowrap !important;
    text-align: center !important;
    margin: 0 auto 6px auto !important;
    letter-spacing: -0.2px;
  }

  .booking-how-col .how-title .highlight {
    white-space: nowrap !important;
    display: inline !important;
  }

  .booking-how-col .how-subtitle {
    font-size: 0.82rem !important;
    line-height: 1.45 !important;
    text-align: center !important;
    margin: 0 auto 12px auto !important;
    max-width: 95% !important;
  }

  .booking-how-col .how-steps-grid {
    gap: 12px;
    margin-bottom: 14px;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100%;
  }

  .booking-how-col .how-step-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 14px !important;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(198, 163, 90, 0.12) !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .booking-how-col .step-content-box {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100%;
    flex: 1 1;
  }

  .booking-how-col .step-number-circle,
  .booking-how-col .step-number-badge {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    font-size: 1.1rem !important;
    border-radius: 50% !important;
    border: 2px solid #C6A35A !important;
    margin: 2px 0 0 0 !important;
  }

  .booking-how-col .step-title {
    font-size: 1rem !important;
    text-align: left !important;
    margin-bottom: 3px !important;
  }

  .booking-how-col .step-description {
    font-size: 0.84rem !important;
    text-align: left !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.48 !important;
    max-width: 100% !important;
  }

  .booking-how-col .step-tag {
    font-size: 0.68rem !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    align-self: flex-start !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .booking-how-col .how-bottom-support {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    margin-top: 10px !important;
  }

  .booking-how-col .support-badge {
    padding: 8px 12px;
    font-size: 0.74rem;
    border-radius: 18px;
    gap: 8px;
    text-align: center !important;
    margin: 0 auto !important;
  }
}

/* ===================================================
   PICCOLI SMARTPHONE (<= 480px): PERFETTA CORRISPONDENZA HOME
   =================================================== */

@media (max-width: 480px) {
  .booking-page {
    padding: 145px 3% 40px;
  }

  .booking-form-col .transfer-form {
    padding: 13px 10px 12px !important;
  }

  .booking-form-col .transfer-form-title {
    font-size: 0.98rem !important;
    margin-bottom: 8px !important;
    padding-bottom: 5px !important;
  }

  .booking-form-col .tf-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    margin-bottom: 6px !important;
  }

  .booking-form-col .tf-row-3 {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 4px !important;
  }

  .booking-form-col .transfer-form input,
  .booking-form-col .transfer-form textarea {
    padding: 6px 7px !important;
    font-size: 0.78rem !important;
  }

  .booking-form-col .transfer-form textarea {
    height: 38px !important;
  }

  .booking-form-col .tf-submit-btn {
    padding: 10px 14px !important;
    font-size: 0.82rem !important;
  }

  .booking-how-col .how-title {
    font-size: clamp(0.90rem, 4.3vw, 1.15rem) !important;
    white-space: nowrap !important;
    text-align: center !important;
    margin: 0 auto 6px auto !important;
    letter-spacing: -0.2px;
  }

  .booking-how-col .how-step-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 8px 0 !important;
    gap: 12px !important;
    max-width: 100% !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(198, 163, 90, 0.12) !important;
    box-shadow: none !important;
  }

  .booking-how-col .step-number-circle,
  .booking-how-col .step-number-badge {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    font-size: 0.95rem !important;
    border-radius: 50% !important;
    border: 2px solid #C6A35A !important;
    margin: 2px 0 0 0 !important;
  }

  .booking-how-col .step-content-box {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100%;
    flex: 1 1;
  }

  .booking-how-col .step-title {
    font-size: 0.92rem !important;
    text-align: left !important;
    margin-bottom: 2px !important;
  }

  .booking-how-col .step-description {
    font-size: 0.78rem !important;
    text-align: left !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.4 !important;
  }

  .booking-how-col .step-tag {
    font-size: 0.65rem !important;
    padding: 2px 6px !important;
    align-self: flex-start !important;
    margin: 0 !important;
    text-align: left !important;
  }
}

.booking-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background: #1a1a1a;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  border: 2px solid #C6A35A;
  position: relative;
  overflow: hidden;
}

/* Pulsante chiusura */
.booking-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #C6A35A;
  border-radius: 50%;
  color: #C6A35A;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
}

.booking-close-btn:hover {
  background: #C6A35A;
  color: #000;
  transform: rotate(90deg);
}

.booking-container::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, transparent, #C6A35A, transparent);
  border-radius: 20px;
  animation: borderLight 3s linear infinite;
  z-index: -1;
}

.booking-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a1a1a;
  border-radius: 18px;
  z-index: -1;
}

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

.booking-header {
  text-align: center;
  margin-bottom: 40px;
}

.booking-logo {
  width: 80px;
  margin-bottom: 20px;
}

.booking-header h1 {
  color: var(--primary-color);
  font-size: 2rem;
  margin-bottom: 30px;
}

.step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #C6A35A;
  margin-top: 30px;
}

.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  color: #C6A35A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.3s;
}

.step.active {
  background: var(--primary-color);
  color: #C6A35A;
}

.step-line {
  width: 60px;
  height: 2px;
  background: #333;
}

.booking-step {
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.booking-step h2 {
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
}

.offer-list {
  margin-bottom: 40px;
}

.offer-category {
  color: #C6A35A;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.offer-category:first-child {
  margin-top: 0;
}

.offer-item-simple {
  color: #ccc;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.3s;
}

.offer-item-simple:hover {
  color: #C6A35A;
  padding-left: 10px;
}

.booking-form {
  margin-top: 30px;
}

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

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  color: #ccc;
  margin-bottom: 8px;
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  background: #333;
  border: 1px solid #444;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(198, 163, 90, 0.1);
}

.info-box {
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
}

.info-box p {
  color: #ffc107;
  font-size: 0.9rem;
  margin: 5px 0;
}

.form-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn-back,
.btn-continue,
.btn-submit,
.btn-home {
  flex: 1 1;
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  background: #C6A35A;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-back:hover,
.btn-back:active,
.btn-continue:hover,
.btn-continue:active,
.btn-submit:hover,
.btn-submit:active,
.btn-home:hover,
.btn-home:active {
  background: #C6A35A;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(198, 163, 90, 0.4);
}

.btn-continue:disabled,
.btn-submit:disabled {
  background: #666;
  color: #999;
  cursor: not-allowed;
  transform: none;
}

.booking-loading {
  min-height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loading-logo {
  width: 150px;
  margin-bottom: 30px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.loading-bar {
  width: 300px;
  height: 4px;
  background: #333;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.loading-progress {
  height: 100%;
  background: var(--primary-color);
  animation: loading 2s infinite;
}

@keyframes loading {
  0% { width: 0%; }
  50% { width: 70%; }
  100% { width: 100%; }
}

.loading-content p {
  color: var(--primary-color);
  font-size: 1.1rem;
}

.booking-success {
  min-height: 100vh;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.success-content {
  text-align: center;
  max-width: 600px;
}

.success-content h1 {
  color: var(--primary-color);
  font-size: 2.5rem;
  margin-bottom: 20px;
  animation: fadeIn 0.5s;
}

.success-content p {
  color: #ccc;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.btn-home {
  background: #C6A35A;
  color: #000;
  border: none;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-home:hover,
.btn-home:active {
  background: #C6A35A;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(198, 163, 90, 0.4);
}

@media (max-width: 768px) {
  .booking-container {
    padding: 25px 15px 20px;
    border-radius: 15px;
  }

  .booking-close-btn {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 22px;
  }

  .booking-logo {
    width: 50px;
    margin-bottom: 10px;
  }

  .booking-header h1 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .step-indicator {
    margin-top: 15px;
  }

  .step {
    width: 28px;
    height: 28px;
    font-size: 0.85rem;
  }

  .step-line {
    width: 30px;
  }

  .booking-step h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .offer-category {
    font-size: 1rem;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .offer-item-simple {
    font-size: 0.9rem;
    padding: 6px 0;
  }

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

  .form-group {
    margin-bottom: 15px;
  }

  .form-group label {
    margin-bottom: 6px;
    font-size: 0.9rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 0.9rem;
    padding: 10px 12px;
  }

  .form-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .btn-back,
  .btn-continue,
  .btn-submit {
    font-size: 0.85rem;
    padding: 11px;
  }

  .loading-logo {
    width: 100px;
  }

  .loading-bar {
    width: 250px;
  }

  .loading-content p {
    font-size: 1rem;
  }

  .success-content h1 {
    font-size: 1.8rem;
  }

  .success-content p {
    font-size: 1rem;
  }

  .btn-home {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .booking-container {
    padding: 25px 12px 18px;
  }

  .booking-close-btn {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .booking-logo {
    width: 45px;
    margin-bottom: 8px;
  }

  .booking-header h1 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  .step-indicator {
    margin-top: 12px;
  }

  .step {
    width: 26px;
    height: 26px;
    font-size: 0.8rem;
  }

  .step-line {
    width: 25px;
  }

  .booking-step h2 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  .offer-category {
    font-size: 0.9rem;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .offer-item-simple {
    font-size: 0.85rem;
    padding: 5px 0;
  }

  .form-group {
    margin-bottom: 12px;
  }

  .form-group label {
    margin-bottom: 5px;
    font-size: 0.85rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 0.85rem;
    padding: 9px 10px;
  }

  .form-buttons {
    margin-top: 15px;
    gap: 8px;
  }

  .btn-back,
  .btn-continue,
  .btn-submit {
    font-size: 0.8rem;
    padding: 10px;
  }

  .loading-logo {
    width: 80px;
  }

  .loading-bar {
    width: 200px;
  }

  .success-content h1 {
    font-size: 1.5rem;
  }
}
