/* line 2, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) .booking-form-container-main {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* line 8, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) .hero-content, body:has(.step-choice-container) .booking-form-section-hide {
  display: none;
}

/* line 11, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) .landing-container.hero-grid {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 11, app/assets/stylesheets/booking/step_choice.scss */
  body:has(.step-choice-container) .landing-container.hero-grid {
    padding: 0 10px;
  }
}

/* line 17, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) #booking-app {
  text-align: left;
  margin: 0;
  width: auto;
}

/* line 22, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) .landing-phone-cta {
  display: none !important;
}

/* line 25, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) section.section-padding {
  display: none !important;
}

/* line 28, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) section#avis.section-padding {
  display: block !important;
}

/* line 32, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) .landing-nav-links {
  display: none !important;
}

/* line 37, app/assets/stylesheets/booking/step_choice.scss */
.step-choice-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 32px;
  align-items: start;
}

/* line 44, app/assets/stylesheets/booking/step_choice.scss */
.vehicles-section {
  flex: 1;
}

/* line 48, app/assets/stylesheets/booking/step_choice.scss */
.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

/* line 55, app/assets/stylesheets/booking/step_choice.scss */
.section-subtitle {
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
  margin-bottom: 6px;
  padding: 0 14px;
}

/* line 63, app/assets/stylesheets/booking/step_choice.scss */
.price-guarantee {
  background: #1974cc;
  border-radius: 12px;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 24px;
}

/* line 73, app/assets/stylesheets/booking/step_choice.scss */
.price-guarantee i {
  color: #10b981;
  font-size: 18px;
}

/* line 79, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 17px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

/* line 90, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card:hover {
  border-color: #39C7C2;
  box-shadow: 0 4px 12px rgba(57, 199, 194, 0.1);
}

/* line 95, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card:active {
  transform: scale(0.99);
}

/* line 99, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card.active {
  border-color: #39C7C2 !important;
  background: white;
  box-shadow: 0 4px 12px rgba(57, 199, 194, 0.2);
}

/* line 105, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card.recommended {
  border-color: #bafffd;
}

/* line 110, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: #ffb934;
  color: white;
  padding: 3px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* line 123, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-selection-icon {
  position: absolute;
  top: -4%;
  right: -2%;
  pointer-events: none;
  user-select: none;
}

/* line 130, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-selection-icon i {
  font-size: 28px;
  color: #9ca3af;
}

/* line 135, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-selection-icon .fa-circle-check {
  color: #39C7C2;
  background: #FFF;
  border-radius: 30px;
}

/* line 142, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 148, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

/* line 155, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-info {
  flex: 1;
}

/* line 158, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-info h4 {
  font-size: 26px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

/* line 165, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-info .vehicle-title-berline {
  color: #39C7C2;
}

/* line 169, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-info .vehicle-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 175, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-info .vehicle-subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #39C7C2;
  letter-spacing: 0.5px;
  margin: 0;
  padding-right: 3%;
  border-right: 1px solid #d1d5db;
}

/* line 186, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  font-style: italic;
  display: block;
  width: 100%;
}

/* line 195, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-specs {
  display: flex;
  gap: 12px;
  margin: 0;
  flex-wrap: nowrap;
}

/* line 201, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-specs span {
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 201, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-specs span {
    font-size: 0.6em;
  }
}

/* line 211, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-specs span i {
  margin-right: 5px;
  color: #6b7280;
  font-size: 11px;
}

/* line 219, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  padding-left: 24px;
  border-left: 1px solid #e5e7eb;
}

/* line 228, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-price-badge {
  background: #1974cc;
  font-family: "Poppins", sans-serif;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 240, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-price-badge i {
  font-size: 15px;
}

/* line 245, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-price {
  font-size: 26px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #1f2937;
  text-align: right;
  line-height: 1.1;
}

/* line 253, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-price .price-suffix {
  font-size: 11px;
  font-weight: 700;
  color: #1f2937;
  margin-left: 4px;
}

/* line 261, app/assets/stylesheets/booking/step_choice.scss */
.btn-selected {
  background: #39C7C2;
  color: white;
  border: 2px solid #2ba19d;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  width: 180px;
  box-shadow: 0 0 0 3px rgba(57, 199, 194, 0.15);
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

/* line 277, app/assets/stylesheets/booking/step_choice.scss */
.btn-selected:hover {
  background: #2ba19d;
  transform: translateY(-2px);
  box-shadow: 0 0 0 3px rgba(57, 199, 194, 0.15), 0 8px 25px rgba(57, 199, 194, 0.4);
}

/* line 283, app/assets/stylesheets/booking/step_choice.scss */
.btn-selected:active {
  transform: translateY(0) scale(0.97);
}

/* line 288, app/assets/stylesheets/booking/step_choice.scss */
.btn-selected-hidden {
  display: none !important;
}

/* line 292, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion {
  margin: 20px 0 20px;
}

/* line 296, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion-header {
  width: 100%;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

/* line 308, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion-header:hover {
  border-color: #39C7C2;
  background: #f9fafb;
}

/* line 313, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion-header h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

/* line 320, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion-header i {
  font-size: 18px;
  color: #6b7280;
  transition: transform 0.3s;
}

/* line 327, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion-content {
  margin-top: 10px;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 343, app/assets/stylesheets/booking/step_choice.scss */
.options-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 40px 0 20px;
}

/* line 350, app/assets/stylesheets/booking/step_choice.scss */
.options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* line 356, app/assets/stylesheets/booking/step_choice.scss */
.option-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 8px 20px 3px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* line 363, app/assets/stylesheets/booking/step_choice.scss */
.option-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 12px 0 8px;
}

/* line 370, app/assets/stylesheets/booking/step_choice.scss */
.option-card p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
}

/* line 377, app/assets/stylesheets/booking/step_choice.scss */
.option-icon {
  width: 48px;
  height: 48px;
  background: #3d3d3d;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFF;
}

/* line 389, app/assets/stylesheets/booking/step_choice.scss */
.option-count {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}

/* line 395, app/assets/stylesheets/booking/step_choice.scss */
.option-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  border-top: 1px solid #e5e7eb;
}

/* line 403, app/assets/stylesheets/booking/step_choice.scss */
.btn-add-option {
  background: none;
  border: none;
  color: #39C7C2;
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.2s;
}

/* line 411, app/assets/stylesheets/booking/step_choice.scss */
.btn-add-option:hover {
  transform: scale(1.1);
}

/* line 416, app/assets/stylesheets/booking/step_choice.scss */
.option-price {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
}

/* line 422, app/assets/stylesheets/booking/step_choice.scss */
.mobile-sticky-bar {
  display: none;
}

/* line 426, app/assets/stylesheets/booking/step_choice.scss */
.mobile-trip-content-static {
  display: none;
}

/* line 430, app/assets/stylesheets/booking/step_choice.scss */
.btn-trip-hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 435, app/assets/stylesheets/booking/step_choice.scss */
  .step-choice-container {
    padding: 0;
  }
  /* line 439, app/assets/stylesheets/booking/step_choice.scss */
  .step-choice-header {
    display: none;
  }
  /* line 443, app/assets/stylesheets/booking/step_choice.scss */
  .step-choice-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  /* line 448, app/assets/stylesheets/booking/step_choice.scss */
  .vehicles-section {
    padding: 2px;
  }
  /* line 452, app/assets/stylesheets/booking/step_choice.scss */
  .section-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  /* line 457, app/assets/stylesheets/booking/step_choice.scss */
  .section-subtitle {
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  /* line 463, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-card {
    padding: 14px;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  /* line 469, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-badge {
    top: -12px;
    left: 8px;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 12px;
  }
  /* line 478, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-selection-icon i {
    font-size: 24px;
  }
  /* line 483, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  /* line 489, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
  }
  /* line 496, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-info {
    flex: 1;
    padding-right: 5px;
  }
  /* line 500, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-info h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px 0;
  }
  /* line 506, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-info .vehicle-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  /* line 512, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-info .vehicle-subtitle {
    font-size: 11px;
    margin-bottom: 0;
    padding-right: 0;
    border-right: none;
  }
  /* line 520, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-specs {
    margin: 0;
    gap: 8px;
  }
  /* line 524, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-specs span {
    font-size: 11px;
  }
  /* line 529, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-description {
    font-size: 13px;
    line-height: 1.4;
  }
  /* line 534, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding-left: 0;
    border-left: none;
  }
  /* line 543, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-price-badge {
    font-size: 10px;
    padding: 6px 10px;
  }
  /* line 547, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-price-badge i {
    font-size: 10px;
  }
  /* line 552, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-price {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    line-height: 1.1;
  }
  /* line 558, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-price .price-suffix {
    font-size: 9px;
    font-weight: 600;
  }
  /* line 564, app/assets/stylesheets/booking/step_choice.scss */
  .options-accordion {
    margin: 20px 0 10px;
  }
  /* line 568, app/assets/stylesheets/booking/step_choice.scss */
  .options-accordion-header {
    padding: 12px 16px;
    border-radius: 10px;
  }
  /* line 572, app/assets/stylesheets/booking/step_choice.scss */
  .options-accordion-header h4 {
    font-size: 17px;
  }
  /* line 576, app/assets/stylesheets/booking/step_choice.scss */
  .options-accordion-header i {
    font-size: 16px;
  }
  /* line 581, app/assets/stylesheets/booking/step_choice.scss */
  .options-title {
    font-size: 17px;
    margin: 20px 0 10px;
    padding: 0 6px;
  }
  /* line 587, app/assets/stylesheets/booking/step_choice.scss */
  .options-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0;
  }
  /* line 593, app/assets/stylesheets/booking/step_choice.scss */
  .option-card {
    padding: 10px 6px;
    text-align: center;
    border-radius: 8px;
  }
  /* line 598, app/assets/stylesheets/booking/step_choice.scss */
  .option-card h5 {
    font-size: 12px;
    font-weight: 600;
    margin: 8px 0 4px;
    line-height: 1.2;
  }
  /* line 605, app/assets/stylesheets/booking/step_choice.scss */
  .option-card p {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  /* line 612, app/assets/stylesheets/booking/step_choice.scss */
  .option-icon {
    width: 50px;
    height: 50px;
    background: #3d3d3d;
    border-radius: 10px;
    margin: 0 auto;
    color: white;
    font-size: 16px;
  }
  /* line 622, app/assets/stylesheets/booking/step_choice.scss */
  .option-count {
    font-size: 18px;
    font-weight: 700;
    color: white;
  }
  /* line 628, app/assets/stylesheets/booking/step_choice.scss */
  .option-footer {
    flex-direction: column;
    gap: 0px;
    padding-top: 0px;
    border-top: none;
  }
  /* line 635, app/assets/stylesheets/booking/step_choice.scss */
  .btn-add-option {
    font-size: 18px;
    padding: 4px;
  }
  /* line 640, app/assets/stylesheets/booking/step_choice.scss */
  .option-price {
    font-size: 13px;
    font-weight: 600;
  }
  /* line 645, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-sticky-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e5e7eb;
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    align-items: center;
    gap: 12px;
    z-index: 100;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  }
  /* line 661, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-total {
    flex: 1;
  }
  /* line 664, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-total small {
    display: block;
    font-size: 15px;
    color: #6b7280;
  }
  /* line 670, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-total strong {
    font-size: 21px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #1f2937;
  }
  /* line 678, app/assets/stylesheets/booking/step_choice.scss */
  .btn-validate-mobile {
    background: #FF5722;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
  }
  /* line 691, app/assets/stylesheets/booking/step_choice.scss */
  .btn-validate-mobile:hover {
    background: #FF5722;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(25, 116, 204, 0.4) !important;
  }
  /* line 697, app/assets/stylesheets/booking/step_choice.scss */
  .btn-validate-mobile:active {
    transform: scale(0.97);
  }
  /* line 702, app/assets/stylesheets/booking/step_choice.scss */
  .btn-trip-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 6px;
    background: white;
    color: #1f2937;
    border: 1px solid #e5e7eb;
    border-radius: 12px 12px 0 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  /* line 720, app/assets/stylesheets/booking/step_choice.scss */
  .btn-trip-hamburger i {
    color: #39C7C2;
    font-size: 14px;
  }
  /* line 725, app/assets/stylesheets/booking/step_choice.scss */
  .btn-trip-hamburger:active {
    background: #f9fafb;
  }
  /* line 729, app/assets/stylesheets/booking/step_choice.scss */
  .btn-trip-hamburger:hover {
    outline: none !important;
  }
  /* line 734, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static {
    display: none;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 12px 12px;
    margin-bottom: 16px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  /* line 747, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static.show {
    display: block;
    max-height: 2000px;
    padding: 5px 12px;
  }
  /* line 753, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 2px;
    border-bottom: 1px solid #e5e7eb;
  }
  /* line 760, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-tab {
    flex: 1;
    background: none;
    border: none;
    padding: 3px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
  }
  /* line 771, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-tab.active {
    color: #39C7C2;
    border-bottom-color: #39C7C2;
  }
  /* line 777, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-card {
    padding: 6px 10px;
    margin-bottom: 2px !important;
    background: #FFF;
    border: none !important;
  }
  /* line 784, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-date {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px;
    padding: 6px 0;
  }
  /* line 790, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-date i {
    font-size: 11px;
    margin-right: 4px;
  }
  /* line 795, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-date strong {
    color: #1f2937;
  }
  /* line 800, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
    font-size: 12px;
    position: relative;
    padding-left: 2px;
  }
  /* line 809, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location:not(:last-of-type) {
    padding-bottom: 10px;
  }
  /* line 812, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location:not(:last-of-type)::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 18px;
    bottom: -4px;
    width: 2px;
    background: linear-gradient(to bottom, #39C7C2 0%, #39C7C2 80%, transparent 100%);
  }
  /* line 823, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-marker {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 2px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    border: 2px solid white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
  /* line 834, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-marker.departure {
    background: #39C7C2;
  }
  /* line 838, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-marker.arrival {
    background: #39C7C2;
  }
  /* line 843, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-info {
    flex: 1;
    padding-top: 1px;
  }
  /* line 847, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-info strong {
    font-size: 11px;
    color: #6b7280;
    display: block;
    margin-bottom: 2px;
  }
  /* line 854, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-info p {
    margin: 0;
    color: #1f2937;
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 863, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-duration {
    font-size: 11px;
    color: #6b7280;
    padding: 6px 0 6px 22px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  /* line 872, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-duration i {
    font-size: 10px;
  }
  /* line 876, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-duration strong {
    font-weight: 500;
  }
  /* line 881, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .edit-icon-btn {
    background: none;
    border: none;
    color: #39C7C2;
    font-size: 12px;
    padding: 4px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  /* line 891, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .edit-icon-btn:active {
    opacity: 1;
  }
  /* line 896, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_trip-options-mobile {
    background: #f9fafb;
    padding: 8px;
    margin: 8px 0;
    border-radius: 6px;
  }
  /* line 903, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_option-item-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
  }
  /* line 909, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_option-item-mobile:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
  /* line 916, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_option-info-mobile {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #6b7280;
  }
  /* line 923, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_option-info-mobile i {
    color: #39C7C2;
    font-size: 12px;
  }
  /* line 929, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_option-price-mobile {
    font-size: 12px;
    font-weight: 600;
    color: #1f2937;
  }
  /* line 935, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-top: 8px;
    border-top: 1px solid #e5e7eb;
  }
  /* line 943, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-total .total-label {
    font-size: 12px;
    color: #6b7280;
  }
  /* line 947, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-total .total-label strong {
    color: #1f2937;
    font-weight: 600;
  }
  /* line 952, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-total .total-label span {
    font-size: 10px;
    margin-left: 4px;
  }
  /* line 958, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-total .total-price {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 977, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  animation: fadeIn 0.2s ease;
}

/* line 991, app/assets/stylesheets/booking/step_choice.scss */
.option-modal {
  background: white;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  animation: slideUpModal 0.3s ease;
}

@media screen and (max-width: 768px) {
  /* line 991, app/assets/stylesheets/booking/step_choice.scss */
  .option-modal {
    width: 100%;
    max-width: none;
    border-radius: 16px 16px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 85vh;
  }
}

/* line 1012, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: #39C7C2;
  border-radius: 16px 16px 0 0;
}

/* line 1020, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-header h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

/* line 1027, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-header .modal-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

/* line 1041, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-header .modal-close:hover {
  opacity: 0.8;
}

/* line 1047, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-body {
  padding: 24px;
}

/* line 1051, app/assets/stylesheets/booking/step_choice.scss */
.modal-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 12px;
}

/* line 1059, app/assets/stylesheets/booking/step_choice.scss */
.quantity-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

/* line 1066, app/assets/stylesheets/booking/step_choice.scss */
.quantity-btn {
  flex: 1;
  min-width: 80px;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

/* line 1079, app/assets/stylesheets/booking/step_choice.scss */
.quantity-btn:hover {
  border-color: #39C7C2;
}

/* line 1083, app/assets/stylesheets/booking/step_choice.scss */
.quantity-btn.active {
  border-color: #39C7C2;
  background: #39C7C2;
  color: white;
}

/* line 1090, app/assets/stylesheets/booking/step_choice.scss */
.age-select {
  width: 100%;
  min-height: 120px;
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
  background: white;
}

/* line 1100, app/assets/stylesheets/booking/step_choice.scss */
.age-select:focus {
  outline: none;
  border-color: #39C7C2;
}

/* line 1105, app/assets/stylesheets/booking/step_choice.scss */
.age-select option {
  padding: 8px;
}

/* line 1108, app/assets/stylesheets/booking/step_choice.scss */
.age-select option:checked {
  background: #39C7C2;
  color: white;
}

/* line 1115, app/assets/stylesheets/booking/step_choice.scss */
.promo-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 16px;
  transition: border-color 0.2s;
}

/* line 1124, app/assets/stylesheets/booking/step_choice.scss */
.promo-input:focus {
  outline: none;
  border-color: #39C7C2;
}

/* line 1129, app/assets/stylesheets/booking/step_choice.scss */
.promo-input::placeholder {
  color: #9ca3af;
}

/* line 1134, app/assets/stylesheets/booking/step_choice.scss */
.option-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  color: #dc2626;
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1146, app/assets/stylesheets/booking/step_choice.scss */
.option-error i {
  font-size: 16px;
}

/* line 1151, app/assets/stylesheets/booking/step_choice.scss */
.btn-apply-option {
  width: 100%;
  background: #0066CC;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

/* line 1163, app/assets/stylesheets/booking/step_choice.scss */
.btn-apply-option:hover:not(:disabled) {
  background: #0052a3;
}

/* line 1167, app/assets/stylesheets/booking/step_choice.scss */
.btn-apply-option:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 1172, app/assets/stylesheets/booking/step_choice.scss */
.btn-apply-option i {
  margin-right: 8px;
}

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

/* line 1188, app/assets/stylesheets/booking/step_choice.scss */
.editable-field {
  position: relative;
  transition: all 0.2s ease;
}

/* line 1192, app/assets/stylesheets/booking/step_choice.scss */
.editable-field .field-display {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 1200, app/assets/stylesheets/booking/step_choice.scss */
.editable-field .field-edit {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
  flex-wrap: wrap;
}

/* line 1208, app/assets/stylesheets/booking/step_choice.scss */
.editable-field:hover .edit-icon-btn {
  opacity: 1;
}

/* line 1212, app/assets/stylesheets/booking/step_choice.scss */
.editable-field.is-editing {
  background: rgba(57, 199, 194, 0.05);
  border-radius: 8px;
  padding: 12px;
  margin: -12px;
}

/* line 1220, app/assets/stylesheets/booking/step_choice.scss */
.edit-input {
  padding: 10px 12px;
  border: 2px solid #39C7C2;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 8px;
}

/* line 1231, app/assets/stylesheets/booking/step_choice.scss */
.edit-input:focus {
  outline: none;
  border-color: #2ba19d;
  box-shadow: 0 0 0 3px rgba(57, 199, 194, 0.1);
}

/* line 1237, app/assets/stylesheets/booking/step_choice.scss */
.edit-input::placeholder {
  color: #94a3b8;
}

/* line 1241, app/assets/stylesheets/booking/step_choice.scss */
.edit-input.edit-date {
  width: 65%;
}

@media screen and (max-width: 768px) {
  /* line 1241, app/assets/stylesheets/booking/step_choice.scss */
  .edit-input.edit-date {
    width: 50%;
  }
}

/* line 1247, app/assets/stylesheets/booking/step_choice.scss */
.edit-input.edit-address {
  width: 100%;
}

/* line 1251, app/assets/stylesheets/booking/step_choice.scss */
.location-info-edit {
  flex: 1;
  width: 100%;
}

/* line 1255, app/assets/stylesheets/booking/step_choice.scss */
.location-info-edit strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #64748b;
}

/* line 1264, app/assets/stylesheets/booking/step_choice.scss */
.trip-location .field-edit .location-marker {
  flex-shrink: 0;
}

/* line 1268, app/assets/stylesheets/booking/step_choice.scss */
.trip-location .field-edit .location-info-edit {
  flex: 1;
  min-width: 0;
}

/* line 1273, app/assets/stylesheets/booking/step_choice.scss */
.trip-location .field-edit .edit-actions {
  width: 100%;
}

/* line 1278, app/assets/stylesheets/booking/step_choice.scss */
.edit-icon-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #39C7C2;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 4px;
  opacity: 0.6;
  transition: all 0.2s ease;
  font-size: 14px;
}

/* line 1293, app/assets/stylesheets/booking/step_choice.scss */
.edit-icon-btn:hover {
  opacity: 1;
  background: rgba(57, 199, 194, 0.1);
}

@media screen and (max-width: 768px) {
  /* line 1278, app/assets/stylesheets/booking/step_choice.scss */
  .edit-icon-btn {
    opacity: 1;
  }
}

/* line 1303, app/assets/stylesheets/booking/step_choice.scss */
.edit-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  align-items: center;
}

/* line 1309, app/assets/stylesheets/booking/step_choice.scss */
.edit-actions.edit-actions-address {
  margin: 0 0 16px 0 !important;
  justify-content: flex-end;
}

/* line 1314, app/assets/stylesheets/booking/step_choice.scss */
.trip-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border-radius: 12px;
}

/* line 1328, app/assets/stylesheets/booking/step_choice.scss */
.trip-loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #39C7C2;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(57, 199, 194, 0.3);
}

/* line 1338, app/assets/stylesheets/booking/step_choice.scss */
.trip-loading-spinner i {
  color: white;
  font-size: 36px;
  animation: spin 1s linear infinite;
}

/* line 1345, app/assets/stylesheets/booking/step_choice.scss */
.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: rgba(57, 199, 194, 0.1);
  border-radius: 6px;
}

/* line 1353, app/assets/stylesheets/booking/step_choice.scss */
.loading-spinner i {
  color: #39C7C2;
  font-size: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 1369, app/assets/stylesheets/booking/step_choice.scss */
.btn-validate-edit,
.btn-cancel-edit {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 1382, app/assets/stylesheets/booking/step_choice.scss */
.btn-validate-edit:disabled,
.btn-cancel-edit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 1388, app/assets/stylesheets/booking/step_choice.scss */
.btn-validate-edit {
  background: #39C7C2;
  color: white;
}

/* line 1392, app/assets/stylesheets/booking/step_choice.scss */
.btn-validate-edit:hover:not(:disabled) {
  background: #2ba19d;
  transform: translateY(-1px);
}

/* line 1397, app/assets/stylesheets/booking/step_choice.scss */
.btn-validate-edit i {
  font-size: 14px;
}

/* line 1402, app/assets/stylesheets/booking/step_choice.scss */
.btn-cancel-edit {
  background: #f1f5f9;
  color: #64748b;
}

/* line 1406, app/assets/stylesheets/booking/step_choice.scss */
.btn-cancel-edit:hover:not(:disabled) {
  background: #e2e8f0;
}

@media screen and (max-width: 768px) {
  /* line 1410, app/assets/stylesheets/booking/step_choice.scss */
  .btn-cancel-edit.btn-cancel-mobile {
    flex: 1;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1419, app/assets/stylesheets/booking/step_choice.scss */
  .step-choice-content {
    grid-template-columns: 1fr 350px;
    gap: 24px;
  }
  /* line 1424, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-content {
    grid-template-columns: 1fr auto;
    gap: 20px;
  }
  /* line 1429, app/assets/stylesheets/booking/step_choice.scss */
  .section-title {
    font-size: 24px;
  }
  /* line 1433, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-price {
    font-size: 28px;
  }
  /* line 1437, app/assets/stylesheets/booking/step_choice.scss */
  .btn-selected,
.btn-choose {
    width: 160px;
    padding: 12px 24px;
  }
  /* line 1443, app/assets/stylesheets/booking/step_choice.scss */
  .options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
