.page-programa-viaje {
  background: #eef1f4;
  overflow-x: clip;
}

.page-programa-viaje .c-header-collective {
  flex-shrink: 0;
}

.page-programa-viaje .c-programa {
  padding: 24px 16px 64px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.c-programa-resume {
  position: sticky;
  top: 0;
  z-index: 8;
  margin-bottom: 22px;
  padding: 22px 22px 18px;
  background: #f5f6f7;
  border: 1px solid #e4e8ec;
  border-radius: 12px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.04), 0 8px 20px rgba(245, 246, 247, 0.95);
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.c-programa-resume__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.c-programa-resume__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 18px;
}

.c-programa-resume__guests {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

.c-programa-resume__dates {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
}

.c-programa-resume__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e6ea;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}

.c-programa-resume__pill i {
  color: #0077c8;
}

.c-programa-resume__pill-sep {
  opacity: 0.45;
  padding: 0 2px;
}

.c-programa__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-color, #0077c8);
  text-decoration: none;
}

.c-programa-resume h1,
.c-programa__head h1 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.1;
}

.c-programa-resume p,
.c-programa__head p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.c-programa__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  max-width: 100%;
}

.c-programa-save-bar {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.c-programa-save-bar__info {
  flex: 1 1 220px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.c-programa-save-bar__info .c-saved-route {
  max-width: 100%;
  overflow: hidden;
}

.c-programa-save-bar__info .c-saved-route__track {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.c-programa__toolbar .c-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.c-programa-modal__lead {
  margin: 0 0 16px;
  color: #666;
  font-size: 14px;
}

.c-programa-search-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-programa-search-filters {
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid #e4e8ec;
  border-radius: 10px;
  background: #f8fafc;
}

.c-programa-search-filters__label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #475569;
}

.c-programa-search-filters__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-programa-search-filter {
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  color: #334155;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.c-programa-search-filter:hover {
  border-color: #0077c8;
  color: #0077c8;
}

.c-programa-search-filter.is-active {
  border-color: #0077c8;
  background: #0077c8;
  color: #fff;
}

.c-programa-search-empty {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 13px;
}

.c-programa-search-option__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.c-programa-search-option__badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef6fc;
  color: #0369a1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.c-programa-search-option__badge--muted {
  background: #f3f4f6;
  color: #4b5563;
}

.c-programa-search-option__badge--ai {
  background: #ecfdf5;
  color: #047857;
}

.c-programa-step__tag--fixed {
  background: #fef3c7;
  color: #92400e;
}

.c-programa-step.is-optional-addon {
  border-left: 3px solid #f59e0b;
}

.c-programa-step__optional-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 8px 0 10px;
}

.c-programa-optional-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.c-programa-optional-type {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #e4e8ec;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.c-programa-optional-type:hover {
  border-color: #0077c8;
  box-shadow: 0 4px 14px rgba(0, 119, 200, 0.08);
}

.c-programa-optional-type i {
  color: #0077c8;
  font-size: 18px;
}

.c-programa-optional-type strong {
  font-size: 14px;
  color: #111827;
}

.c-programa-optional-type span {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}

.c-programa-optional-options__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 10px;
}

.c-programa-optional-options__head h3 {
  margin: 0;
  font-size: 16px;
}

.c-programa-optional-options {
  display: grid;
  gap: 10px;
}

.c-programa-optional-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #e4e8ec;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.c-programa-optional-option:hover {
  border-color: #0077c8;
}

.c-programa-optional-option strong {
  display: block;
  font-size: 14px;
  color: #111827;
}

.c-programa-optional-option span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}

.c-programa-optional-option em {
  font-style: normal;
  font-weight: 700;
  color: #0077c8;
}

.c-quote-submitted-detail {
  margin: 12px 0;
  padding-left: 18px;
  color: #374151;
  font-size: 14px;
}

.c-programa-search-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 16px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #e4e8ec;
  border-radius: 10px;
  background: #fff;
}

.c-programa-search-option.is-selected {
  border-color: #0077c8;
  box-shadow: 0 0 0 1px #0077c8;
  background: #f7fbff;
}

.c-programa-search-option__vendor {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: #223;
}

.c-programa-search-option__detail {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.c-programa-search-option__price {
  text-align: right;
}

.c-programa-search-option__price strong {
  display: block;
  font-size: 18px;
  color: #0077c8;
}

.c-programa-search-option__price small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #888;
}

.c-programa-step__tag--selected {
  background: #e8f4fb;
  color: #0077c8;
}

.c-programa-step.is-needs-complete {
  border-color: rgba(34, 197, 94, 0.35);
  box-shadow: 0 10px 28px rgba(34, 197, 94, 0.08);
}

.c-programa-needs-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.c-programa-needs-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.c-programa-needs-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #475569;
}

.c-programa-needs-field input,
.c-programa-needs-field select,
.c-programa-needs-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.45;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.c-programa-needs-field select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.5 1.5 6 6.5 10.5 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}

.c-programa-needs-field textarea {
  min-height: 112px;
  resize: vertical;
}

.c-programa-needs-field input::placeholder,
.c-programa-needs-field textarea::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.c-programa-needs-field input:focus,
.c-programa-needs-field select:focus,
.c-programa-needs-field textarea:focus {
  outline: none;
  border-color: #0077c8;
  box-shadow: 0 0 0 3px rgba(0, 119, 200, 0.14);
  background: #fff;
}

.c-programa-needs-field input[readonly],
.c-programa-needs-field textarea[readonly] {
  background: #f8fafc;
  color: #64748b;
  cursor: default;
}

.c-programa-needs-form__hint {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e40af;
  font-size: 13px;
  line-height: 1.45;
}

.c-programa-needs-field--location .c-location-ac {
  position: relative;
}

.page-programa-viaje .c-location-ac__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 1400;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  max-height: min(280px, 45vh);
  overflow: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.page-programa-viaje .c-modal .c-location-ac__panel {
  z-index: 1600;
}

.page-programa-viaje .c-location-ac__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
}

.page-programa-viaje .c-location-ac__hint {
  padding: 8px 14px;
  font-size: 12px;
  color: #888;
  font-style: italic;
  pointer-events: none;
}

.page-programa-viaje .c-location-ac__item:hover,
.page-programa-viaje .c-location-ac__item.is-active {
  background: #f3f8fb;
}

.page-programa-viaje .c-location-ac__item strong {
  display: block;
  font-size: 14px;
  color: #222;
  line-height: 1.25;
}

.page-programa-viaje .c-location-ac__item small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #777;
}

.page-programa-viaje .c-location-ac__icon {
  margin-top: 2px;
  color: #2d8ab8;
  width: 16px;
  text-align: center;
}

.c-programa-needs-field--checkbox {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  font-size: 14px;
  color: #334155;
}

@media (max-width: 720px) {
  .c-programa-needs-form__grid {
    grid-template-columns: 1fr;
  }
}

.c-programa-transfer-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.c-programa-transfer-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.c-programa-transfer-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #475569;
}

.c-programa-transfer-form select {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 40px 13px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.5 1.5 6 6.5 10.5 1.5'/%3E%3C/svg%3E") no-repeat right 14px center;
  color: #0f172a;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.c-programa-transfer-form select:focus {
  outline: none;
  border-color: #0077c8;
  box-shadow: 0 0 0 3px rgba(0, 119, 200, 0.14);
}

.c-programa__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.c-programa-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e4e4e4;
  font-size: 12px;
  color: #444;
}

.c-programa__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
  max-width: 100%;
  min-width: 0;
}

.c-programa__timeline-wrap {
  min-width: 0;
}

.c-programa__timeline-head {
  margin-bottom: 14px;
}

.c-programa__timeline-head h2 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}

.c-programa__timeline-head p {
  margin: 0;
  color: #666;
  font-size: 13px;
}

.c-programa__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.c-programa__timeline::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, #d8dee5 0%, #c5d0db 100%);
  z-index: 0;
}

.c-programa-step {
  display: grid;
  grid-template-columns: minmax(124px, 30%) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  position: relative;
  z-index: 1;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.c-programa-step:hover {
  border-color: #cbd5e1;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.09);
}

.c-programa-step__visual {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
}

.c-programa-step__visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.c-programa-step:hover .c-programa-step__visual-img {
  transform: scale(1.08);
}

.c-programa-step__visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.72) 100%);
}

.c-programa-step__visual-icon {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
}

.c-programa-step__visual-step {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.c-programa-step__visual-type {
  position: absolute;
  right: 12px;
  bottom: 18px;
  max-width: calc(100% - 72px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-align: right;
}

.c-programa-step__visual--flight .c-programa-step__visual-icon { background: rgba(0, 119, 200, 0.45); }
.c-programa-step__visual--hotel .c-programa-step__visual-icon { background: rgba(199, 119, 0, 0.45); }
.c-programa-step__visual--transfer .c-programa-step__visual-icon { background: rgba(58, 143, 58, 0.45); }
.c-programa-step__visual--activity .c-programa-step__visual-icon { background: rgba(123, 75, 183, 0.45); }
.c-programa-step__visual--train .c-programa-step__visual-icon { background: rgba(71, 85, 105, 0.55); }
.c-programa-step__visual--ferry .c-programa-step__visual-icon { background: rgba(14, 116, 144, 0.5); }
.c-programa-step__visual--bus .c-programa-step__visual-icon { background: rgba(180, 83, 9, 0.5); }

.c-programa-step__main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 14px;
  min-width: 0;
}

.c-programa-step__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: start;
}

.c-programa-step__head-text {
  min-width: 0;
}

.c-programa-step__exclude {
  grid-column: 1 / -1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #94a3b8;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.c-programa-step__exclude:hover {
  color: #dc2626;
  background: rgba(220, 38, 38, 0.06);
}

.c-programa-step__status {
  text-align: right;
  white-space: nowrap;
}

.c-programa-step__status strong {
  display: block;
  font-size: 0.95rem;
  color: #0f172a;
}

.c-programa-step__status small {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  color: #64748b;
}

.c-programa-step.is-needs-complete .c-programa-step__status strong {
  color: #15803d;
}

.c-programa-step.is-excluded {
  opacity: 0.55;
}

.c-programa-step__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.c-programa-step__tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eef3f7;
  color: #556;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.c-programa-step__tag--vehicle {
  background: #eef7ee;
  color: #3a8f3a;
}

.c-programa-step__transfer-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin: 10px 0;
  padding: 10px 12px;
  border: 1px dashed #dce9f2;
  border-radius: 8px;
  background: #fafcfe;
}

.c-programa-step__include {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
}

.c-programa-step__vehicle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
}

.c-programa-step__vehicle select {
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 12px;
}

.c-programa-step__body h3,
.c-programa-step__head-text h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  line-height: 1.25;
  color: #0f172a;
}

.c-programa-step__body {
  min-width: 0;
}

.c-programa-step__route {
  margin: 0 0 6px;
  font-size: 14px;
  color: #333;
  overflow-wrap: anywhere;
}

.c-programa-step__meta {
  margin: 0;
  font-size: 12px;
  color: #777;
  overflow-wrap: anywhere;
}

.c-programa-step__price {
  display: none;
}

.c-programa-step__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.c-programa-step__action {
  margin-top: 0;
  font-weight: 600;
}

.c-programa-summary-card {
  position: sticky;
  top: 68px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e4e8ec;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  max-width: 100%;
  box-sizing: border-box;
}

.c-programa-summary-card h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

.c-programa-summary-card__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.c-programa-summary-card__list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
}

.c-programa-summary-card__total {
  padding: 14px 0;
  border-top: 2px solid #eee;
  margin-bottom: 16px;
}

.c-programa-summary-card__total span {
  display: block;
  font-size: 12px;
  color: #777;
}

.c-programa-summary-card__total strong {
  display: block;
  margin-top: 4px;
  font-size: 28px;
  color: #0077c8;
}

#btn-request-quote {
  margin-top: 4px;
  font-weight: 700;
}

#btn-vdv-live-quote {
  display: none !important;
}

.c-programa-summary-card__total small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #999;
}

.c-programa-summary-card__note {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.45;
  color: #888;
}

@media (max-width: 900px) {
  .c-programa-transfer-form__row {
    grid-template-columns: 1fr;
  }

  .c-programa__layout {
    grid-template-columns: 1fr;
  }

  .c-programa-summary-card {
    position: static;
  }

  .c-programa-step {
    grid-template-columns: 1fr;
  }

  .c-programa-step__visual {
    min-height: 120px;
  }

  .c-programa-step__head {
    grid-template-columns: 1fr;
  }

  .c-programa-step__status {
    text-align: left;
  }

  .c-programa-step__price {
    grid-column: auto;
    text-align: left;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .page-programa-viaje .c-user-menu--bar span {
    display: none;
  }

  .page-programa-viaje .c-user-menu--bar {
    gap: 6px;
  }

  .page-programa-viaje .c-button--bar-light {
    padding: 6px 8px;
    font-size: 11px;
  }

  .c-programa {
    padding: 16px 12px 48px;
  }

  .c-programa-resume {
    padding: 16px 14px 14px;
  }

  .c-programa-resume__pill {
    white-space: normal;
    flex: 1 1 calc(50% - 5px);
    min-width: min(100%, 150px);
  }

  .c-programa__toolbar .c-button {
    flex: 1 1 100%;
    justify-content: center;
  }

  .c-programa-needs-form__grid--passengers {
    grid-template-columns: 1fr;
  }

  .c-programa-step__transfer-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .c-programa-step__hotel-actions {
    flex-wrap: wrap;
  }

  .c-programa-step__transfer-panel-tiles {
    flex-wrap: wrap;
  }

  .c-programa-step__action-tile {
    flex: 1 1 100%;
  }

  .c-programa-step__vehicle select {
    width: 100%;
  }
}

.c-quote-results__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.c-quote-results__item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #fff;
}

.c-quote-results__item p {
  margin: 4px 0 0;
  color: #667085;
  font-size: 0.92rem;
}

.c-quote-results__price {
  font-weight: 700;
  white-space: nowrap;
}

.c-quote-results__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1.05rem;
}

.c-quote-results__subtitle {
  margin: 0 0 16px;
  color: #667085;
}

/* =============================================================================
   Programa del viaje — modales premium (Editar requerimiento y flotantes)
   Solo estilos visuales · sin alterar lógica JS
   ============================================================================= */

.page-programa-viaje {
  --pg-modal-brand: #0077c8;
  --pg-modal-brand-soft: rgba(0, 119, 200, 0.1);
  --pg-modal-brand-ring: rgba(0, 119, 200, 0.16);
  --pg-modal-border: #e2e8f0;
  --pg-modal-border-strong: #cbd5e1;
  --pg-modal-surface: #f8fafc;
  --pg-modal-text: #0f172a;
  --pg-modal-muted: #64748b;
  --pg-modal-radius: 12px;
  --pg-modal-radius-lg: 16px;
  --pg-modal-shadow: 0 28px 56px rgba(15, 23, 42, 0.16), 0 10px 24px rgba(15, 23, 42, 0.08);
}

.page-programa-viaje .c-modal__backmask {
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.page-programa-viaje .c-modal__wrapper {
  max-width: min(560px, calc(100vw - 32px));
}

.page-programa-viaje .c-modal__container {
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--pg-modal-radius-lg);
  box-shadow: var(--pg-modal-shadow);
  overflow: hidden;
}

.page-programa-viaje .c-modal__container--wide {
  max-width: 600px;
}

.page-programa-viaje .c-modal__container--form {
  display: flex;
  flex-direction: column;
  max-height: min(92vh, 820px);
}

.page-programa-viaje .c-modal__container--form > .c-modal__body--scroll {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

/* Encabezado visual del editor / buscador de servicios */
.page-programa-viaje .c-programa-service-hero {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: clamp(160px, 38vw, 228px);
  overflow: hidden;
  background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 48%, #0ea5e9 100%);
}

.page-programa-viaje .c-programa-service-hero.is-loading {
  background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 48%, #0ea5e9 100%);
}

.page-programa-viaje .c-programa-service-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.page-programa-viaje .c-programa-service-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.72) 100%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.35) 0%, transparent 55%);
  pointer-events: none;
}

.page-programa-viaje .c-programa-service-hero__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 18px 24px 20px;
}

.page-programa-viaje .c-programa-service-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-programa-viaje .c-programa-service-hero__badge i {
  font-size: 13px;
  opacity: 0.95;
}

.page-programa-viaje .c-programa-service-hero__route {
  margin: 0;
  max-width: 92%;
  color: #fff;
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(15, 23, 42, 0.35);
}

.page-programa-viaje [data-modal-id="search-service"] .c-modal__container--form:has(#search-service-hero:not([hidden])) .c-modal__close-btn,
.page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__container--form:has(.c-programa-service-hero) .c-modal__close-btn {
  top: 12px;
  right: 12px;
  background: rgba(15, 23, 42, 0.42);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.page-programa-viaje [data-modal-id="search-service"] .c-modal__container--form:has(#search-service-hero:not([hidden])) .c-modal__close-btn:hover,
.page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__container--form:has(.c-programa-service-hero) .c-modal__close-btn:hover {
  background: rgba(15, 23, 42, 0.58);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.page-programa-viaje [data-modal-id="search-service"] .c-modal__container--form:has(#search-service-hero:not([hidden])) .c-modal__body--scroll h2 {
  margin-top: 2px;
}

.page-programa-viaje [data-modal-id="search-service"] .c-modal__container--form:has(#search-service-hero:not([hidden])) #search-service-route:not(:empty) {
  display: none;
}

/* Desktop: cuadro horizontal · portada 40% izquierda a altura completa */
@media (min-width: 900px) {
  .page-programa-viaje [data-modal-id="search-service"] .c-modal__wrapper,
  .page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__wrapper {
    max-width: min(880px, calc(100vw - 32px));
  }

  .page-programa-viaje [data-modal-id="search-service"] .c-modal__container--wide,
  .page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__container--wide {
    max-width: none;
  }

  .page-programa-viaje [data-modal-id="search-service"] .c-modal__container--form:has(#search-service-hero:not([hidden])),
  .page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__container--form:has(.c-programa-service-hero) {
    flex-direction: row;
    align-items: stretch;
    width: min(880px, 94vw);
    height: min(580px, 86vh);
    max-height: min(86vh, 640px);
  }

  .page-programa-viaje [data-modal-id="search-service"] .c-modal__container--form:has(#search-service-hero:not([hidden])) .c-programa-service-hero,
  .page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__container--form:has(.c-programa-service-hero) .c-programa-service-hero {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
    height: auto;
    min-height: 100%;
    align-self: stretch;
  }

  .page-programa-viaje [data-modal-id="search-service"] .c-modal__container--form:has(#search-service-hero:not([hidden])) .c-modal__body--scroll,
  .page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__container--form:has(.c-programa-service-hero) .c-modal__body--scroll {
    flex: 1 1 60%;
    min-width: 0;
    width: 60%;
  }

  .page-programa-viaje [data-modal-id="search-service"] .c-programa-service-hero__overlay,
  .page-programa-viaje [data-modal-id="quote-submitted"] .c-programa-service-hero__overlay {
    background:
      linear-gradient(90deg, rgba(15, 23, 42, 0.2) 0%, transparent 55%),
      linear-gradient(180deg, transparent 30%, rgba(15, 23, 42, 0.78) 100%);
  }
}

.page-programa-viaje .c-modal__container--small {
  max-width: 440px;
}

.page-programa-viaje .c-modal__body,
.page-programa-viaje .c-modal__body--scroll {
  padding: 28px 28px 24px;
}

.page-programa-viaje .c-modal__body h2,
.page-programa-viaje .c-modal__body--scroll h2 {
  margin: 0 0 8px;
  padding-right: 44px;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--pg-modal-text);
}

.page-programa-viaje .c-modal__body h3,
.page-programa-viaje .c-modal__body--scroll h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--pg-modal-text);
}

.page-programa-viaje .c-programa-modal__lead,
.page-programa-viaje .c-save-draft-form__hint,
.page-programa-viaje .c-travel-compiler-modal__lead {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--pg-modal-muted);
  font-weight: 400;
}

.page-programa-viaje .c-modal__close-btn {
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 10px;
  background: var(--pg-modal-surface);
  border: 1px solid var(--pg-modal-border);
  color: #475569;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.page-programa-viaje .c-modal__close-btn span {
  display: none !important;
}

.page-programa-viaje .c-modal__close-btn i {
  font-size: 16px;
}

.page-programa-viaje .c-modal__close-btn:hover {
  background: #fff;
  border-color: var(--pg-modal-border-strong);
  color: var(--pg-modal-text);
}

.page-programa-viaje .c-modal__close-btn:active {
  transform: scale(0.96);
}

/* Formularios dentro del modal de búsqueda / edición de requerimiento */
.page-programa-viaje .c-programa-search-list {
  gap: 0;
}

.page-programa-viaje [data-modal-id="search-service"] .c-programa-search-list {
  padding-top: 4px;
}

.page-programa-viaje .c-programa-modal__count {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pg-modal-muted);
}

.page-programa-viaje .c-programa-modal__tools {
  margin-bottom: 16px;
}

/* Contacto / guardar borrador — inputs del grid compartido */
.page-programa-viaje .c-travel-compiler-modal__grid,
.page-programa-viaje .c-save-draft-form label {
  display: grid;
  gap: 8px;
}

.page-programa-viaje .c-travel-compiler-modal__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.page-programa-viaje .c-travel-compiler-modal__grid label,
.page-programa-viaje .c-save-draft-form label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #475569;
}

.page-programa-viaje .c-travel-compiler-modal__grid input,
.page-programa-viaje .c-save-draft-form input {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 16px;
  border: 1px solid var(--pg-modal-border);
  border-radius: 10px;
  background: #fff;
  color: var(--pg-modal-text);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-programa-viaje .c-travel-compiler-modal__grid input:focus,
.page-programa-viaje .c-save-draft-form input:focus {
  outline: none;
  border-color: var(--pg-modal-brand);
  box-shadow: 0 0 0 3px var(--pg-modal-brand-ring);
}

.page-programa-viaje .c-save-draft-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Barra de acciones — Cancelar / Guardar */
.page-programa-viaje .c-travel-compose-form__actions,
.page-programa-viaje .c-edit-location-form__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid var(--pg-modal-border);
}

.page-programa-viaje .c-modal .c-travel-compose-form__actions .c-button,
.page-programa-viaje .c-modal .c-edit-location-form__actions .c-button {
  min-width: 128px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.page-programa-viaje .c-modal .c-travel-compose-form__actions .c-button--outline,
.page-programa-viaje .c-modal .c-edit-location-form__actions .c-button--outline {
  border: 1px solid var(--pg-modal-border-strong);
  background: #fff;
  color: #334155;
}

.page-programa-viaje .c-modal .c-travel-compose-form__actions .c-button--outline:hover,
.page-programa-viaje .c-modal .c-edit-location-form__actions .c-button--outline:hover {
  border-color: #94a3b8;
  background: var(--pg-modal-surface);
  color: var(--pg-modal-text);
}

.page-programa-viaje .c-modal .c-travel-compose-form__actions .c-button--brand,
.page-programa-viaje .c-modal .c-edit-location-form__actions .c-button--brand {
  border: 1px solid transparent;
  box-shadow: 0 4px 14px rgba(0, 119, 200, 0.22);
}

.page-programa-viaje .c-modal .c-travel-compose-form__actions .c-button--brand:hover,
.page-programa-viaje .c-modal .c-edit-location-form__actions .c-button--brand:hover {
  box-shadow: 0 6px 18px rgba(0, 119, 200, 0.28);
  filter: brightness(1.03);
}

.page-programa-viaje .c-modal .c-travel-compose-form__actions .c-button:active,
.page-programa-viaje .c-modal .c-edit-location-form__actions .c-button:active {
  transform: translateY(1px);
}

.page-programa-viaje .c-modal .c-button--full {
  width: 100%;
  min-width: 0;
  margin-top: 4px;
}

/* Servicios opcionales — tarjetas de tipo */
.page-programa-viaje .c-programa-optional-type {
  padding: 18px 16px;
  border: 1px solid var(--pg-modal-border);
  border-radius: var(--pg-modal-radius);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.page-programa-viaje .c-programa-optional-type:hover {
  border-color: var(--pg-modal-brand);
  box-shadow: 0 8px 24px var(--pg-modal-brand-ring);
  transform: translateY(-1px);
}

.page-programa-viaje .c-programa-optional-option {
  padding: 14px 16px;
  border: 1px solid var(--pg-modal-border);
  border-radius: var(--pg-modal-radius);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.page-programa-viaje .c-programa-optional-option:hover {
  border-color: var(--pg-modal-brand);
  background: #f8fcff;
}

.page-programa-viaje .c-programa-optional-options__head {
  margin: 20px 0 14px;
}

/* Filtros de búsqueda (modo catálogo legacy) */
.page-programa-viaje .c-programa-search-filters {
  border: 1px solid var(--pg-modal-border);
  border-radius: var(--pg-modal-radius);
  background: var(--pg-modal-surface);
}

.page-programa-viaje .c-programa-search-filter {
  border: 1px solid var(--pg-modal-border);
  border-radius: 999px;
  padding: 8px 14px;
}

.page-programa-viaje .c-programa-search-option {
  border: 1px solid var(--pg-modal-border);
  border-radius: var(--pg-modal-radius);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-programa-viaje .c-programa-search-option:hover {
  border-color: #bae6fd;
  box-shadow: 0 4px 16px rgba(0, 119, 200, 0.06);
}

/* Modal envío / confirmación — mismas dimensiones que el editor de servicios */
.page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__wrapper {
  max-width: min(560px, calc(100vw - 24px));
  width: 100%;
}

.page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__container--wide,
.page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__container--form {
  max-width: none;
  width: 100%;
}

.page-programa-viaje .c-programa-service-hero--success {
  height: clamp(168px, 34vw, 220px);
}

.page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__container--form .c-modal__close-btn {
  top: 12px;
  right: 12px;
  z-index: 3;
  background: rgba(15, 23, 42, 0.42);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__container--form .c-modal__close-btn:hover {
  background: rgba(15, 23, 42, 0.58);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__body--scroll {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 24px 28px 24px;
}

.page-programa-viaje [data-modal-id="quote-submitted"] .c-programa-modal__lead {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--pg-modal-muted, #64748b);
}

.page-programa-viaje .c-quote-submitted__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-programa-viaje .c-quote-submitted__ref {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  font-size: 14px;
  color: var(--pg-modal-text);
}

.page-programa-viaje .c-quote-submitted-detail {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: var(--pg-modal-radius);
  background: var(--pg-modal-surface);
  border: 1px solid var(--pg-modal-border);
  list-style: none;
}

.page-programa-viaje .c-quote-submitted-detail li {
  padding: 7px 0;
  border-bottom: 1px solid #eef2f6;
  font-size: 14px;
  color: #334155;
  line-height: 1.4;
}

.page-programa-viaje .c-quote-submitted-detail li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-programa-viaje [data-modal-id="quote-submitted"] .c-admin-legal {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.45;
  color: #94a3b8;
}

.page-programa-viaje [data-modal-id="quote-submitted"] .c-button {
  margin-top: auto;
}

@media (min-width: 900px) {
  .page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__wrapper {
    max-width: min(880px, calc(100vw - 32px));
  }

  .page-programa-viaje [data-modal-id="quote-submitted"] .c-programa-service-hero--success {
    height: auto;
    min-height: 100%;
  }

  .page-programa-viaje [data-modal-id="quote-submitted"] .c-modal__body--scroll {
    padding: 28px 30px 26px;
  }
}

@media (max-width: 640px) {
  .page-programa-viaje .c-modal__body,
  .page-programa-viaje .c-modal__body--scroll {
    padding: 22px 18px 18px;
  }

  .page-programa-viaje .c-travel-compiler-modal__grid {
    grid-template-columns: 1fr;
  }

  .page-programa-viaje .c-modal .c-travel-compose-form__actions,
  .page-programa-viaje .c-modal .c-edit-location-form__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .page-programa-viaje .c-modal .c-travel-compose-form__actions .c-button,
  .page-programa-viaje .c-modal .c-edit-location-form__actions .c-button {
    width: 100%;
    min-width: 0;
  }
}

.c-programa-needs-progress {
  margin: 14px 0 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(232, 93, 4, 0.06);
  border: 1px solid rgba(232, 93, 4, 0.14);
}

.c-programa-needs-progress__track {
  height: 8px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
  margin-bottom: 8px;
}

.c-programa-needs-progress__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #e85d04, #f48c06);
  transition: width 0.35s ease;
}

.c-programa-needs-progress__text {
  margin: 0;
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.45;
}

.c-programa-step__progress {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #e85d04;
}

.c-programa-needs-form__fieldset {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.c-programa-needs-form__fieldset legend {
  padding: 0 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}

.c-programa-needs-form__fieldset--hotel-prefs {
  margin-top: 4px;
}

.c-programa-needs-field__help {
  display: block;
  margin-top: 4px;
  font-size: 0.76rem;
  color: #64748b;
  line-height: 1.35;
}

.c-programa-needs-field--hotel .c-location-ac {
  width: 100%;
}

.c-programa-step__transfer-hint {
  margin: 0 0 10px;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.45;
}

.c-programa-step.has-dest-services {
  grid-template-rows: auto;
}

.c-programa-dest-services {
  margin-top: 4px;
  display: grid;
  gap: 10px;
}

.c-programa-dest-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.c-programa-dest-tabs:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.c-programa-dest-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 72px;
  padding: 10px 8px;
  border: 1px solid #d5e6f3;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  color: #0f172a;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.c-programa-dest-tab i {
  color: #0077c8;
  font-size: 1rem;
}

.c-programa-dest-tab > span:not(.c-programa-dest-tab__chip) {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-programa-dest-tab:hover {
  border-color: #0077c8;
  box-shadow: 0 6px 16px rgba(0, 119, 200, 0.12);
  transform: translateY(-1px);
}

.c-programa-dest-tab.is-active {
  border-color: #0077c8;
  box-shadow: inset 0 0 0 1px rgba(0, 119, 200, 0.25);
  background: #eef7fd;
}

.c-programa-dest-tab.is-off,
.c-programa-dest-tab:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.c-programa-dest-tab__chip {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.c-programa-dest-tab__chip.is-done {
  background: #ecfdf5;
  color: #047857;
}

.c-programa-dest-tab__chip.is-pending {
  background: #fff7ed;
  color: #c2410c;
}

.c-programa-dest-tab__chip.is-muted {
  background: #f1f5f9;
  color: #64748b;
}

.c-programa-dest-panel {
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.c-programa-dest-panel__empty {
  margin: 0;
  font-size: 0.82rem;
  color: #64748b;
}

@media (max-width: 720px) {
  .c-programa-dest-tabs,
  .c-programa-dest-tabs:has(> :nth-child(2):last-child) {
    grid-template-columns: 1fr;
  }

  .c-programa-dest-tab {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 52px;
    padding: 10px 12px;
  }

  .c-programa-dest-tab__chip {
    margin-left: auto;
  }
}

.c-programa-step__hotel-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
  grid-column: 1 / -1;
  padding-top: 12px;
  border-top: 1px solid #eef2f6;
}

.c-programa-step__transfer-panel-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0f4c81;
}

.c-programa-step__transfer-panel-title i {
  color: #0077c8;
}

.c-programa-step__transfer-panel-tiles {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.c-programa-step.has-hotel-actions {
  grid-template-rows: auto auto;
}

.c-programa-step__action-tile {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #dce9f2;
  border-radius: 10px;
  background: #fff;
}

.c-programa-step__action-tile--primary {
  border-color: #b8d9f0;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.c-programa-step__action-tile--compact {
  padding: 10px 12px;
  justify-content: flex-end;
}

.c-programa-step__action-tile.is-off {
  opacity: 0.88;
  background: #f8fafc;
}

.c-programa-step__action-tile-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0077c8;
}

.c-programa-step__action-tile-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
}

.c-programa-step__action-tile-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.25;
}

.c-programa-step__action-tile-route {
  font-size: 0.76rem;
  color: #64748b;
  line-height: 1.35;
}

.c-programa-step__action-tile-detail {
  font-size: 0.74rem;
  color: #475569;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.c-programa-step__action-tile-field {
  display: grid;
  gap: 4px;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 600;
  color: #64748b;
}

.c-programa-step__action-tile-field select {
  width: 100%;
  min-height: 34px;
  padding: 6px 8px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font-size: 0.78rem;
  font-weight: 600;
}

.c-programa-step__action-tile-field select:disabled {
  opacity: 0.65;
  background: #f1f5f9;
}

.c-programa-step__action-tile .c-button {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  min-height: 34px;
}

.c-programa-step__hotel-actions .c-programa-step__action {
  margin-top: auto;
}

.c-programa-needs-form__transfer-leg {
  margin-bottom: 14px;
}

.c-programa-needs-form__dest-transfer {
  padding: 14px 16px;
  border: 1px solid #dbe7f2;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.c-programa-needs-form__dest-transfer legend {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f4c81;
  padding: 0 4px;
}

.c-programa-needs-form__dest-transfer label {
  display: grid;
  gap: 4px;
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #475569;
}

.c-programa-needs-form__dest-transfer select {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-weight: 600;
}

.c-programa-needs-form__check {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  grid-template-columns: none !important;
}

.c-programa-needs-form__check input {
  width: auto;
  min-height: auto;
}

.c-programa-needs-form__hint--compact {
  margin: 0 !important;
  font-size: 0.8rem;
  color: #64748b;
}

.c-programa-needs-form--dest-transfers .c-programa-needs-form__dest-transfer + .c-programa-needs-form__dest-transfer {
  margin-top: 12px;
}

.c-programa-needs-form__activity-block {
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
}

.c-programa-needs-form__activity-block legend {
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
}

.c-programa-excluded {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
}

.c-programa-excluded__title {
  margin: 0 0 4px;
  font-size: 0.95rem;
  color: #334155;
}

.c-programa-excluded__lead {
  margin: 0 0 12px;
  font-size: 0.82rem;
  color: #64748b;
}

.c-programa-excluded__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-programa-excluded__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.c-programa-excluded__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: #64748b;
}

.c-programa-excluded__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.c-programa-excluded__body strong {
  font-size: 0.88rem;
  color: #334155;
}

.c-programa-excluded__body span {
  font-size: 0.78rem;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640px) {
  .c-programa-excluded__item {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .c-programa-excluded__item .c-button {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }
}
