/* Fotografías completas y estrellas más visibles */
.portrait,
.barber img {
  height: 390px;
  object-fit: contain;
  object-position: center;
  background: #2d2a22;
}
.group-booking-intro,.group-booking-panel{margin:18px 0;padding:20px;border:1px solid #a88922;background:#17150e}.group-booking-intro{display:grid;gap:10px}.group-booking-intro strong{font-size:1.2rem}.group-booking-panel h2{margin-top:0}.group-people{display:grid;gap:16px;margin:20px 0}.group-person,.group-responsible{padding:16px;border:1px solid #4b4634;background:#101010}.group-person h3,.group-responsible h3{margin-top:0}.group-person label{display:block;margin:10px 0}.group-person input,.group-person select{width:100%;box-sizing:border-box}.group-schedule-choice{display:inline-flex;margin:10px 16px 10px 0;gap:7px}.group-booking-panel fieldset{margin:18px 0}.group-booking-panel .booking-back{margin-left:10px}@media (min-width:760px){.group-people{grid-template-columns:repeat(2,minmax(0,1fr))}.group-person{padding:20px}}@media (max-width:520px){.group-booking-panel .booking-back{margin:12px 0 0}}
#group-booking-panel{box-sizing:border-box;max-width:100%;overflow:hidden}#group-booking-panel *{box-sizing:border-box}#group-booking-panel .coupon-controls{display:flex;gap:10px;align-items:center}#group-booking-panel .coupon-controls input{flex:1;min-width:0}#group-booking-panel .group-payment-methods{display:flex;gap:16px;align-items:stretch}#group-booking-panel .group-payment-methods label{position:relative;flex:1;min-width:0}@media(max-width:700px){#group-booking-panel .coupon-controls{flex-direction:column;align-items:stretch}#group-booking-panel .group-payment-methods{flex-wrap:wrap}#group-booking-panel .group-payment-methods label{flex-basis:calc(50% - 8px)}}
.group-booking-intro[hidden],.group-booking-intro.wizard-hidden,#group-booking-panel[hidden]{display:none!important}

/* Varios servicios en una misma reserva */
.multi-service-picker {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #3c3c3c;
  background: #151515;
}
.multi-service-picker p { margin: 0 0 12px; color: #e5bd31; }
.multi-service-picker label {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 210px;
  margin: 0 14px 10px 0;
  font-size: 15px;
}
.multi-service-picker input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin: 0 8px 0 0;
  accent-color: #e2ba2f;
}
.service-choice-input { display: none !important; }
.service-decision {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #6a5717;
  background: #1d180b;
}
.service-decision p { margin: 0; color: #f4f0e7; }
.service-decision p strong { color: #e6be32; font-size: 18px; }
.service-decision p small { display: inline-block; margin-top: 6px; color: #cfc8ae; font-weight: 400; }
.service-decision-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.secondary-button { background: transparent; color: #f4f0e7; border: 1px solid #dcb62f; }
.secondary-button:hover { background: #2b2410; color: #fff; }
.multi-service-picker > label { display: block; width: 100%; min-width: 0; margin: 0 0 12px; }
.multi-service-picker > .button { margin: 0 8px 13px 0; }
.chosen-extra-services { margin: 2px 0 16px; }
.chosen-extra-services > small { color: #cfc8ae; }
.chosen-extra-services > p { margin: 12px 0 6px; color: #e6be32; }
.chosen-extra-services > div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-top: 1px solid #45401e; }
.chosen-extra-services button { border: 0; background: transparent; color: #f0ca3e; font: inherit; text-decoration: underline; cursor: pointer; }
.selected-services-summary {
  margin: 0 0 20px;
  padding: 18px;
  border: 1px solid #705b17;
  background: #1c180d;
}
.selected-services-title { margin: 0 0 12px; color: #e5bd31; font-weight: 800; }
.selected-service-row, .selected-services-total {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #49401d;
}
.selected-service-row span { flex: 1; }
.selected-service-row button {
  border: 0;
  padding: 6px 9px;
  background: transparent;
  color: #f4d051;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.selected-services-total { font-size: 18px; }
.selected-services-total span { flex: 1; font-weight: 800; }
.selected-services-summary small { display: block; margin-top: 9px; color: #cfc8ae; }

@media (max-width: 700px) {
  .multi-service-picker label { display: flex; width: 100%; margin-right: 0; }
  .service-decision-actions { flex-direction: column; }
  .service-decision-actions .button, .multi-service-picker > .button { width: 100%; text-align: center; }
  .selected-service-row { align-items: flex-start; flex-wrap: wrap; }
  .selected-service-row span { min-width: 55%; }
  .selected-service-row button { margin-left: auto; }
}

.stars {
  display: inline-block;
  color: #f3c63f;
  font-size: 24px;
  letter-spacing: 4px;
  text-shadow: 0 0 12px #d4af3766;
}

@media (max-width: 760px) {
  .portrait,
  .barber img {
    height: 460px;
  }
}

.service-card {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.service-card::after {
  content: "10% OFF\A EFECTIVO O\A TRANSFERENCIA";
  white-space: pre;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 8px;
  background: #25b85a;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 5px 16px #0008;
}

.service-image {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
}

.service-content {
  padding: 24px;
}

.map-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #ddb72f;
  text-underline-offset: 4px;
}

.map-link:hover {
  color: #ddb72f;
}

/* Menú: resalta automáticamente la sección que está visible */
header nav a {
  position: relative;
  padding: 26px 2px 23px;
  transition: color .2s ease;
}

header nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 0;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 3px;
  background: #d4af37;
  transition: width .25s ease;
}

header nav a:hover,
header nav a.active {
  color: #f3c63f;
}

header nav a.active::after {
  width: 100%;
}

/* Opiniones en carrusel automático */
.reviews-showcase {
  background: linear-gradient(180deg, #0f0f0f 0%, #111 100%);
}

.reviews-showcase-header {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.reviews-showcase-header h2 {
  margin-bottom: 14px;
}

.reviews-showcase-subtitle {
  color: #c7c7c7;
  line-height: 1.8;
  margin: 0;
}

.google-reviews-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.google-reviews-track {
  width: 100%;
  overflow-x: auto;
  display: flex;
  gap: 0;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.google-reviews-track::-webkit-scrollbar {
  display: none;
}

.google-review-card {
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 390px;
  scroll-snap-align: start;
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(25, 25, 25, 0.98), rgba(12, 12, 12, 1));
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.google-review-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.google-review-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.google-review-meta strong {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}

.google-review-meta span {
  display: block;
  margin-top: 4px;
  color: #b8b8b8;
}

.google-review-stars {
  color: #f2c84b;
  letter-spacing: .14em;
  font-size: 1.08rem;
}

.google-review-text {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.8;
  color: #f3f3f3;
}

.google-review-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.google-review-source {
  color: #d1d1d1;
  font-size: .95rem;
}

.google-review-link,
.reviews-google-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
}

.google-review-link {
  padding: 12px 18px;
  color: #121212;
  background: #d4af37;
  border: 1px solid #d4af37;
  transition: transform .18s ease, background .18s ease;
}

.google-review-link:hover {
  transform: translateY(-1px);
  background: #e6c65b;
}

.reviews-google-link {
  padding: 13px 22px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.1);
  color: #f6d86a;
}

.google-reviews-footer-link {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.google-reviews-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: #151515;
  color: #f3c63f;
  font-size: 2rem;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease;
}

.google-reviews-arrow:hover {
  transform: scale(1.04);
  border-color: rgba(212, 175, 55, 0.85);
}

.google-reviews-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.google-reviews-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #d4af37;
  background: transparent;
  cursor: pointer;
}

.google-reviews-dots button.active {
  background: #d4af37;
  transform: scale(1.18);
}

.avatar-green { background: linear-gradient(135deg, #3d8f2d, #2e6f22); }
.avatar-cyan { background: linear-gradient(135deg, #00a8c6, #087a90); }
.avatar-rose { background: linear-gradient(135deg, #e680a5, #a64c6d); }
.avatar-gold { background: linear-gradient(135deg, #f2c94c, #c99a1b); color: #1b1503; }
.avatar-slate { background: linear-gradient(135deg, #606c88, #3f4c6b); }
.avatar-sky { background: linear-gradient(135deg, #00b4d8, #0077b6); }

@media (max-width: 920px) {
  .google-reviews-shell {
    grid-template-columns: 1fr;
  }

  .google-reviews-arrow {
    display: none;
  }
}

@media (max-width: 760px) {
  .google-review-card {
    min-height: 450px;
    padding: 26px 20px;
    gap: 20px;
  }

  .google-review-meta strong {
    font-size: 1.05rem;
  }

  .google-review-meta span,
  .google-review-source {
    font-size: .9rem;
  }

  .google-review-text {
    font-size: 1rem;
    line-height: 1.72;
  }

  .reviews-showcase-header h2 {
    font-size: 44px;
    line-height: .95;
  }
}

/* Selector de pago grande, claro y apto para celulares */
#booking-form fieldset {
  border: 0;
  margin: 34px 0 26px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#booking-form fieldset legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
}

#booking-form fieldset label {
  position: relative;
  min-height: 132px;
  padding: 24px 66px 24px 168px;
  display: flex;
  align-items: center;
  background: #0d0d0d;
  border: 2px solid #414141;
  border-radius: 14px;
  font-size: 17px;
  line-height: 1.45;
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s;
}

#booking-form fieldset label:hover {
  border-color: #777;
  transform: translateY(-2px);
}

#booking-form fieldset label:has(input:checked) {
  border-color: #35c96f;
  background: #102419;
  box-shadow: 0 0 0 3px #35c96f22;
}

#booking-form fieldset .payment-mercadopago::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 128px;
  height: 58px;
  transform: translateY(-50%);
  border-radius: 9px;
  background: #fff url("payment-icons/mercado-pago.svg") center / 112px auto no-repeat;
}

#booking-form fieldset .payment-cash::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 128px;
  height: 58px;
  transform: translateY(-50%);
  border-radius: 9px;
  background: #fff url("payment-icons/efectivo.svg") center / 92px auto no-repeat;
}

.cash-price-preview,
.transfer-price-preview {
  display: block;
  margin-top: 6px;
  color: #62df8f;
  font-size: 13px;
  font-weight: 700;
}

#booking-form fieldset .payment-transfer::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 128px;
  height: 58px;
  transform: translateY(-50%);
  border-radius: 9px;
  background: #fff url("payment-icons/transferencia.svg") center / 92px auto no-repeat;
}

.transfer-note {
  margin: -12px 0 24px;
  color: #b8b8b8;
  font-size: 14px;
}

.service-content .service-regular-price {
  display: block;
  margin-bottom: 10px;
}

.service-content .service-cash-price {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  width: max-content;
  max-width: 100%;
  padding: 6px 9px;
  border: 1px solid #2bc46b;
  border-radius: 7px;
  background: #0d2d1b;
  color: #7aefa7 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25;
}

.service-content .service-cash-price b {
  color: #fff;
  font-weight: 800;
}

#booking-form fieldset input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 2px solid #777;
  border-radius: 50%;
  background: #171717;
  cursor: pointer;
}

#booking-form fieldset input[type="radio"]:checked {
  border-color: #35c96f;
  background-color: #27ae60;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.2 4.2L19 7'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

#booking-form fieldset input[type="radio"]:focus-visible {
  outline: 3px solid #d4af3788;
  outline-offset: 3px;
}

@media (min-width: 761px) {
  #booking-form fieldset label.payment-mercadopago,
  #booking-form fieldset label.payment-cash,
  #booking-form fieldset label.payment-transfer {
    min-width: 0;
    min-height: 255px;
    padding: 102px 18px 54px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
  }

  #booking-form fieldset .payment-mercadopago::before {
    left: 50%;
    top: 24px;
    width: 134px;
    height: 64px;
    transform: translateX(-50%);
  }

  #booking-form fieldset .payment-cash::before,
  #booking-form fieldset .payment-transfer::before {
    left: 50%;
    top: 24px;
    width: 134px;
    height: 64px;
    transform: translateX(-50%);
  }

  #booking-form fieldset .payment-title {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-height: 48px;
    margin: 0 !important;
    color: #fff !important;
    text-align: center !important;
  }

  #booking-form fieldset .cash-price-preview,
  #booking-form fieldset .transfer-price-preview {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: block !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 8px 7px !important;
    border: 1px solid #35c96f;
    border-radius: 7px;
    background: #0b2a18;
    color: #9af5ba !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  #booking-form fieldset input[type="radio"] {
    right: 50%;
    top: auto;
    bottom: 12px;
    width: 32px;
    height: 32px;
    transform: translateX(50%);
    background-size: 20px;
  }
}

@media (max-width: 760px) {
  /*
   * Los métodos de pago conservan dos columnas, pero cada texto ocupa
   * su propia fila para que el descuento nunca tape el nombre.
   */
  #booking-form fieldset label.payment-mercadopago,
  #booking-form fieldset label.payment-cash,
  #booking-form fieldset label.payment-transfer {
    min-height: 280px;
    padding: 92px 10px 52px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
  }

  #booking-form fieldset .payment-title {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-height: 58px;
    margin: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  #booking-form fieldset {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #booking-form fieldset label {
    min-width: 0;
    min-height: 174px;
    padding: 86px 12px 42px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
  }

  #booking-form fieldset .payment-mercadopago::before {
    left: 50%;
    top: 16px;
    width: 112px;
    height: 52px;
    transform: translateX(-50%);
    background-size: 98px auto;
  }

  #booking-form fieldset .payment-cash::before,
  #booking-form fieldset .payment-transfer::before {
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    font-size: 44px;
  }

  #booking-form fieldset input[type="radio"] {
    right: 50%;
    top: auto;
    bottom: 9px;
    width: 28px;
    height: 28px;
    transform: translateX(50%);
    background-size: 18px;
  }

  #booking-form fieldset .cash-price-preview,
  #booking-form fieldset .transfer-price-preview {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: block !important;
    width: calc(100% - 4px) !important;
    min-height: 50px;
    margin: 8px 2px 0 !important;
    padding: 8px 5px !important;
    border: 1px solid #35c96f;
    border-radius: 7px;
    background: #0b2a18;
    color: #9af5ba !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
    z-index: 2;
  }

  /* Catálogo compacto: dos fotografías por fila en celulares */
  #servicios {
    padding-left: 12px;
    padding-right: 12px;
  }

  .service-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .service-image {
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .service-content {
    padding: 12px 10px 14px;
  }

  .service-content h3 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.25;
  }

  .service-content p {
    min-height: 0;
    margin: 0 0 9px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 10px;
    line-height: 1.45;
  }

  .service-content strong {
    display: block;
    font-size: 10px;
    line-height: 1.35;
  }

  .service-card::after {
    top: 6px;
    right: 6px;
    padding: 5px 7px;
    font-size: 8px;
  }

  #barberos {
    padding-left: 12px;
    padding-right: 12px;
  }

  #barberos .barbers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #barberos .portrait,
  #barberos .barber img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  #barberos .barber {
    padding-bottom: 16px;
  }

  #barberos .barber h3 {
    padding: 0 8px;
    font-size: 15px;
  }

  #barberos .barber p,
  #barberos .text-button {
    padding: 0 8px;
    font-size: 11px;
  }
}
.barber-public-schedule {
  min-height: 58px;
  color: #d6d6d6;
  font-size: 14px;
  line-height: 1.45;
}
.barber-public-schedule strong { color: #dcb62f; }
.selected-barber-schedule {
  display: none !important;
  margin-top: 8px;
  color: #61dc8c;
  font-size: 13px;
  line-height: 1.35;
}

.booking-date-label {
  max-width: 620px !important;
}
.booking-calendar {
  width: 100%;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid #3b3b3b;
  background: #090909;
}
.booking-calendar-head {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  margin-bottom: 14px;
  text-align: center;
}
.booking-calendar-head strong {
  color: #f4f0e7;
  font-size: 20px;
  text-transform: capitalize;
}
.calendar-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #66581d;
  background: #211c0d;
  color: #f3ca35;
  font-size: 28px;
  cursor: pointer;
}
.calendar-arrow:disabled {
  opacity: .3;
  cursor: not-allowed;
}
.booking-calendar-weekdays,
.booking-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}
.booking-calendar-weekdays {
  margin-bottom: 7px;
  color: #aaa;
  text-align: center;
  font-size: 12px;
}
.booking-calendar-days button,
.calendar-spacer {
  min-height: 48px;
}
.booking-calendar-days button {
  border: 1px solid #444;
  background: #171717;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.booking-calendar-days button:hover:not(:disabled) {
  border-color: #dcb62f;
  color: #f3ca35;
}
.booking-calendar-days button.today {
  box-shadow: inset 0 0 0 2px #786622;
}
.booking-calendar-days button.selected {
  border-color: #dcb62f;
  background: #dcb62f;
  color: #111;
}
.booking-calendar-days button:disabled {
  border-color: #202020;
  background: #0c0c0c;
  color: #484848;
  cursor: not-allowed;
}
.booking-selected-date {
  margin: 14px 0 0;
  color: #62df91;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.choose-service {
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.choose-service:hover,
.choose-service:focus-visible {
  transform: translateY(-5px);
  border-color: #dcb62f;
  box-shadow: 0 12px 30px #0008;
  outline: none;
}
.choose-barber-card {
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.choose-barber-card:hover,
.choose-barber-card:focus-visible {
  transform: translateY(-5px);
  border-color: #dcb62f;
  box-shadow: 0 12px 30px #0008;
  outline: none;
}
#barberos .barbers {
  grid-template-columns: repeat(auto-fit, minmax(250px, 330px));
  justify-content: center;
}
#barberos .barber {
  width: 100%;
  max-width: 330px;
  overflow: hidden;
}
#barberos .portrait,
#barberos .barber img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 25%;
}
.booking-native-select {
  /* Respaldo para todos los celulares: si las tarjetas visuales no cargan,
     el cliente igualmente puede elegir el barbero desde este selector. */
  display: block !important;
  width: 100% !important;
  min-height: 52px;
  margin: 0 0 14px !important;
}
.booking-barber-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.booking-barber-card {
  position: relative;
  display: grid;
  grid-template-rows: 150px auto auto;
  min-width: 0;
  padding: 0 0 16px;
  overflow: hidden;
  border: 2px solid #3b3b3b;
  background: #151515;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.booking-barber-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center 28%;
}
.booking-barber-card strong,
.booking-barber-card small {
  display: block;
  padding: 0 14px;
}
.booking-barber-card strong {
  margin-top: 15px;
  color: #fff;
  font-size: 17px;
}
.booking-barber-card small {
  margin-top: 6px;
  color: #aaa;
}
.booking-barber-card:hover,
.booking-barber-card:focus-visible,
.booking-barber-card.selected {
  border-color: #dcb62f;
  outline: none;
}
.booking-barber-card.selected {
  background: #2b2410;
  box-shadow: inset 0 -4px #dcb62f;
}
.booking-barber-fast {
  display: grid;
  place-items: center;
  height: 150px;
  background: #0a0a0a;
  color: #f3ca35;
  font-size: 58px;
}
.service-book-cta {
  display: block;
  margin-top: 14px;
  color: #dcb62f;
  font-size: 13px;
  font-weight: 800;
}
.booking-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0 12px;
  border: 1px solid #333;
  background: #0c0c0c;
}
.booking-progress button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px;
  border: 0;
  border-right: 1px solid #333;
  background: transparent;
  color: #999;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.booking-progress button:last-child { border-right: 0; }
.booking-progress button span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 2px solid #555;
  border-radius: 50%;
}
.booking-progress button.active {
  color: #f3ca35;
  background: #2b2410;
  box-shadow: inset 0 -4px #dcb62f;
}
.booking-progress button.active span {
  border-color: #dcb62f;
  background: #dcb62f;
  color: #111;
}
.booking-progress button.complete { color: #62df91; }
.booking-progress button.complete span {
  border-color: #29bd64;
  background: #176d39;
  color: #fff;
}
.booking-next-hint {
  margin: 0 0 24px;
  padding: 12px 16px;
  border-left: 4px solid #dcb62f;
  background: #211c0d;
  color: #f5d665;
  font-weight: 700;
}
[data-booking-step] { transition: border-color .2s ease, box-shadow .2s ease; }
.booking-main-fields > .step-active,
#booking-form fieldset.step-active {
  border-color: #dcb62f;
  box-shadow: 0 0 0 2px #dcb62f55;
}
.booking-step-panel {
  width: 100%;
  max-width: 920px;
  margin: 0 0 24px;
  padding: 24px;
  border: 1px solid #3b3b3b;
  background: #111;
  animation: bookingStepIn .25s ease;
}
.booking-step-panel > label {
  display: block;
  max-width: 520px;
  font-weight: 800;
}
.booking-step-panel select,
.booking-step-panel input[type="date"] {
  width: 100%;
  margin-top: 9px;
}
.wizard-hidden { display: none !important; }
.booking-wizard-actions {
  margin-top: 12px;
}
.booking-back {
  min-width: 140px;
  padding: 13px 20px;
  border: 1px solid #dcb62f;
  background: transparent;
  color: #dcb62f;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.booking-back:hover {
  background: #dcb62f;
  color: #111;
}
.booking-progress button:disabled {
  cursor: not-allowed;
  opacity: .55;
}
@keyframes bookingStepIn {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 760px) {
  .booking-progress { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-progress button {
    min-height: 62px;
    justify-content: flex-start;
    border-bottom: 1px solid #333;
    font-size: 12px;
  }
  .booking-progress button:nth-child(2) { border-right: 0; }
  .booking-progress button:nth-child(3),
  .booking-progress button:nth-child(4) { border-bottom: 0; }
  .booking-progress button span {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
    font-size: 11px;
  }
  .service-book-cta { font-size: 10px; }
  .booking-step-panel {
    padding: 16px 12px;
  }
  .booking-step-panel .customer {
    grid-template-columns: 1fr;
  }
  .booking-barber-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .booking-barber-card {
    grid-template-rows: 105px auto auto;
  }
  .booking-barber-card img,
  .booking-barber-fast {
    height: 105px;
  }
  .booking-barber-fast {
    font-size: 40px;
  }
  .booking-barber-card strong {
    padding: 0 8px;
    font-size: 13px;
  }
  .booking-barber-card small {
    padding: 0 8px;
    font-size: 10px;
  }
  .booking-calendar {
    padding: 12px 8px;
  }
  .booking-calendar-weekdays,
  .booking-calendar-days {
    gap: 3px;
  }
  .booking-calendar-days button,
  .calendar-spacer {
    min-height: 42px;
  }
  .booking-calendar-days button {
    padding: 3px;
    font-size: 13px;
  }
  .booking-calendar-days button:not(:disabled) {
    border-color: #555 !important;
    background: #1b1b1b !important;
    color: #fff !important;
    opacity: 1 !important;
  }
  .booking-calendar-days button:disabled {
    border-color: #171717 !important;
    background: #070707 !important;
    color: #353535 !important;
    opacity: 1 !important;
    box-shadow: none !important;
  }
  .booking-calendar-days button.today:not(:disabled) {
    border-color: #9b8429 !important;
    box-shadow: inset 0 0 0 2px #786622 !important;
  }
  .booking-calendar-days button.selected:not(:disabled) {
    border-color: #e2bc2f !important;
    background: #e2bc2f !important;
    color: #111 !important;
    box-shadow: none !important;
  }
  .booking-calendar-head strong {
    font-size: 17px;
  }
  #barberos .barbers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  #barberos .barber {
    max-width: none;
  }
  #barberos .portrait,
  #barberos .barber img {
    aspect-ratio: 4 / 5;
  }
}

.slot-selection-notice {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  padding: 13px 16px;
  border-left: 4px solid #e2ba2f;
  background: #2a240d;
  color: #f5d341;
  font-weight: 700;
}

.customer-profile .promotion-help {
  margin: 22px 0 10px;
  padding: 12px 15px;
  border-left: 4px solid #e2ba2f;
  background: #2a240d;
  color: #f5d341;
  font-weight: 700;
}
.customer-profile .promotion-consent {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px;
  border: 2px solid #555;
  background: #0b0b0b;
  cursor: pointer;
}
.customer-profile .promotion-consent:hover {
  border-color: #e2ba2f;
}
.customer-profile .promotion-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.customer-profile .promotion-check {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 3px solid #777;
  border-radius: 8px;
  color: transparent;
  font-size: 27px;
  font-weight: 900;
}
.customer-profile .promotion-consent input:checked + .promotion-check {
  border-color: #22c96b;
  background: #15964e;
  color: white;
}
.customer-profile .promotion-consent:has(input:checked) {
  border-color: #22c96b;
  background: #0c2b1b;
}
.customer-profile .promotion-consent strong,
.customer-profile .promotion-consent small {
  display: block;
}
.customer-profile .promotion-consent small {
  margin-top: 4px;
  color: #c8c8c8;
  font-weight: 400;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.barber-duration {
  margin: 12px 0 0;
  color: #e2b632;
  font-weight: 800;
}

@media (max-width: 700px) {
  .site-logo {
    width: 34px;
    height: 34px;
  }

  .barber-duration {
    font-size: 15px;
  }
}

/* Recomendá y ganá: página clara y cómoda en celulares */
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.referrals-page { max-width: 1040px; padding-top: 42px; padding-bottom: 70px; }
.customer-account-nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:9px; }
.account-action-nav { gap:10px; }
.account-action { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:44px; padding:0 15px; border:1px solid #4b4b4b; border-radius:7px; background:#141414; color:#f4f0e7; font-size:14px; font-weight:800; text-decoration:none; transition:border-color .2s ease,background .2s ease,transform .2s ease; }
.account-action > span { color:#e0ba32; font-size:17px; line-height:1; }.account-action:hover { border-color:#ddb72f; background:#28220e; color:#fff; transform:translateY(-2px); }.account-action-exit { border-color:#674244; color:#f0d7d7; }.account-action-exit > span { color:#e78989; }.account-action-exit:hover { border-color:#d87378; background:#35191b; }
.mobile-booking-cta { display:block; margin:0 0 24px; }
.customer-account-actions { display:flex !important; align-items:center; gap:10px; }
.customer-booking-button { min-height:42px; padding:10px 15px; white-space:nowrap; }
.booking-profile-note { margin:0 0 18px; padding:12px 14px; border-left:4px solid #29bd64; background:#0f2a1a; color:#b7f2cc; font-weight:700; }
@media (max-width:760px) {
  /* En móvil, los enlaces del menú no caben junto al logo y al acceso de clientes. */
  header > nav { display:none !important; }
  header .mobile-shop-link { display:inline-flex !important; }
  header .header-actions { flex:0 0 auto; margin-left:auto; }
  header .brand { min-width:0; }
}
@media (max-width:760px) {
  .customer-account .mobile-booking-cta .button { display:block; width:100%; text-align:center; }
  .customer-booking-button { display:none; }
}
.referral-hero { padding:42px 46px 38px; border:1px solid #41391b; background:radial-gradient(circle at 90% 0,#3a3011 0,#191713 36%,#121212 70%); }
.referral-hero h1 { margin:8px 0 14px; font-size:clamp(34px,5vw,58px); line-height:1; }
.referral-intro { max-width:720px; margin:0; color:#e0ddd4; font-size:18px; line-height:1.55; }
.referral-steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; margin-top:30px; }
.referral-steps > div { min-height:98px; padding:16px; border:1px solid #4a432b; background:#151515; }
.referral-steps span { display:grid; place-items:center; width:30px; height:30px; margin-bottom:9px; border-radius:50%; background:#dfba31; color:#151515; font-weight:900; }
.referral-steps strong,.referral-steps small { display:block; }
.referral-steps strong { color:#fff; font-size:15px; }
.referral-steps small { margin-top:4px; color:#bdbdbd; font-size:13px; line-height:1.35; }
.referral-link-card,.referral-status-card { margin-top:20px; padding:30px; border:1px solid #3c3c3c; background:#151515; }
.referral-link-heading { display:flex; align-items:center; gap:15px; margin-bottom:20px; }
.referral-link-heading h2,.referral-status-heading h2 { margin:0; color:#fff; }
.referral-link-heading p { margin:4px 0 0; color:#bbb; }
.referral-link-icon { display:grid; place-items:center; width:48px; height:48px; border-radius:50%; background:#2a230c; color:#f0ca3e; font-size:27px; font-weight:900; }
.referral-link-card input { width:100%; min-height:56px; box-sizing:border-box; border:1px solid #5a5a5a; border-radius:7px; background:#0c0c0c; color:#fff; font:inherit; padding:12px 14px; }
.referral-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:14px; }
.referral-copy-button,.referral-whatsapp { min-height:50px; box-sizing:border-box; display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:0 18px; font-weight:800; text-decoration:none; }
.referral-whatsapp { border:1px solid #30ad63; border-radius:6px; background:#123a23; color:#dff9e7; }
.referral-whatsapp:hover { background:#19552f; color:#fff; }
.referral-copy-message { min-height:20px; margin:13px 0 0; color:#6ce49b; font-weight:700; }
.referral-status-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:20px; }
.referral-total { min-width:74px; padding:8px 12px; border:1px solid #554719; text-align:center; }
.referral-total strong,.referral-total span { display:block; }
.referral-total strong { color:#f2c93d; font-size:25px; line-height:1; }
.referral-total span { margin-top:3px; color:#bbb; font-size:11px; text-transform:uppercase; }
.referral-list { border-top:1px solid #333; }
.referral-row { display:grid; grid-template-columns:minmax(150px,1fr) auto auto; align-items:center; gap:16px; padding:15px 0; border-bottom:1px solid #333; }
.referral-person { display:flex; align-items:center; gap:10px; min-width:0; }
.referral-person strong { overflow:hidden; color:#fff; text-overflow:ellipsis; white-space:nowrap; }
.referral-avatar { display:grid; flex:0 0 38px; place-items:center; width:38px; height:38px; border-radius:50%; background:#2c2614; color:#f0c73a; font-weight:900; }
.referral-badge { padding:7px 10px; border-radius:20px; font-size:12px; font-weight:800; white-space:nowrap; }
.referral-badge.success { background:#123921; color:#7ee8a5; }.referral-badge.pending { background:#302b17; color:#f2d168; }
.referral-code { color:#c5c5c5; font-size:13px; text-align:right; }
.referral-empty { display:flex; align-items:center; gap:16px; padding:20px; border:1px dashed #555; background:#101010; }.referral-empty > span { color:#e1ba32; font-size:32px; }.referral-empty strong { color:#fff; }.referral-empty p { margin:5px 0 0; color:#bbb; }
@media (max-width:760px) { .referrals-page { padding:20px 14px 45px; }.customer-account-header { align-items:center; gap:12px; margin-bottom:24px; }.customer-account-header .brand { font-size:25px; }.customer-account-nav { justify-content:flex-end; }.account-action-nav { width:100%; display:grid; grid-template-columns:1fr 1fr; }.account-action { width:100%; min-height:46px; padding:0 10px; }.account-action-exit { grid-column:1 / -1; }.referral-hero { padding:28px 20px; }.referral-hero h1 { font-size:38px; }.referral-intro { font-size:16px; }.referral-steps { grid-template-columns:1fr; gap:9px; margin-top:23px; }.referral-steps > div { min-height:0; display:grid; grid-template-columns:31px 1fr; column-gap:10px; padding:13px; }.referral-steps span { grid-row:span 2; margin:0; }.referral-steps small { margin-top:3px; }.referral-link-card,.referral-status-card { padding:22px 17px; }.referral-link-heading { align-items:flex-start; }.referral-link-heading h2 { font-size:22px; }.referral-link-card input { font-size:13px; }.referral-actions { flex-direction:column; }.referral-copy-button,.referral-whatsapp { width:100%; }.referral-row { grid-template-columns:1fr auto; gap:9px; }.referral-code { grid-column:1 / -1; text-align:left; padding-left:48px; font-size:12px; }.referral-badge { font-size:11px; }.referral-status-heading h2 { font-size:25px; } }

/* Confirmación de reserva */
.coupon-entry {
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid #4a4124;
  border-radius: 10px;
  background: rgba(214, 177, 45, .07);
}

.google-fill-card { display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 22px;padding:17px 18px;border:1px solid #3d3d3d;border-radius:10px;background:#151515; }
.google-fill-card strong,.google-fill-card small { display:block; }
.google-fill-card strong { color:#fff;font-size:16px; }
.google-fill-card small { margin-top:4px;color:#c8c8c8; }
.google-data-button { display:inline-flex;flex:0 0 auto;align-items:center;gap:11px;padding:12px 16px;border:1px solid #dadce0;border-radius:6px;background:#fff;color:#3c4043;font-weight:700;text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,.18);transition:box-shadow .2s ease,background .2s ease; }
.google-data-button:hover { background:#f8f9fa;box-shadow:0 2px 5px rgba(0,0,0,.28); }
.google-data-button svg { width:20px;height:20px; }
@media (max-width:700px){.google-fill-card{align-items:stretch;flex-direction:column}.google-data-button{justify-content:center}}

.coupon-entry label { display: block; font-weight: 800; }
.coupon-entry input { margin-top: 9px; text-transform: uppercase; }
.coupon-entry small { display: block; margin-top: 8px; color: #d0d0d0; }

.payment-return {
  max-width: 760px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.confirmation-card {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border: 1px solid #393939;
  border-radius: 18px;
  background: linear-gradient(135deg, #171717 0%, #0d0d0d 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.confirmation-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #d6b12d, #f2d15c, #d6b12d);
  content: '';
}

.confirmation-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: #1d8d52;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
}

.confirmation-card h1 {
  margin: 0 0 12px;
}

.confirmation-card .lead {
  margin-top: 0;
}

.confirmation-summary {
  display: grid;
  gap: 4px;
  margin: 28px 0;
  padding: 18px 20px;
  border: 1px solid #4a4124;
  border-radius: 12px;
  background: rgba(214, 177, 45, .08);
}

.confirmation-summary span,
.confirmation-summary small {
  color: #c9c9c9;
}

.confirmation-summary strong {
  color: #f0ca45;
  font-size: 19px;
}

.confirmation-help {
  color: #d0d0d0;
}

.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 30px 0 24px;
}
.transfer-receipt-form { display:grid; gap:14px; max-width:560px; margin:22px 0 0; padding:20px; border:1px solid #4a4124; border-radius:12px; background:rgba(214,177,45,.08); }
.transfer-receipt-form label { display:grid; gap:7px; }
.transfer-receipt-form small { color:#d0d0d0; font-weight:400; }
.transfer-receipt-form input[type="file"] { padding:10px; }
.transfer-alias-row { display:flex; align-items:center; flex-wrap:wrap; gap:10px; }
.copy-alias { appearance:none; border:1px solid #d4af37; border-radius:6px; background:transparent; color:#f5d35b; font:inherit; font-size:13px; font-weight:700; padding:7px 10px; cursor:pointer; }
.copy-alias:hover { background:rgba(212,175,55,.14); }

.confirmation-calendar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.confirmation-calendar span {
  font-size: 19px;
}

.confirmation-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #676767;
  border-radius: 7px;
  color: #f4f4f4;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease;
}

.confirmation-home:hover {
  border-color: #e2ba2f;
  background: #24200f;
}

.confirmation-notice {
  display: flex;
  gap: 10px;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid #333;
  color: #d3d3d3;
}

.confirmation-notice span {
  color: #e2ba2f;
  font-weight: 900;
}

.footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 6px;
  color: #f4ca3b;
  font-weight: 700;
  text-decoration: none;
}

.footer-instagram svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-instagram:hover,
.footer-instagram:focus-visible { color: #fff; }

/* Programa de beneficios en la página principal */
.benefits-section {
  display: grid;
  grid-template-columns: minmax(250px, .85fr) minmax(0, 1.45fr);
  gap: 42px;
  align-items: center;
  padding: 76px clamp(24px, 6vw, 100px);
  background: linear-gradient(135deg, #181611 0%, #242012 55%, #151515 100%);
}

.benefits-intro h2 { max-width: 560px; margin: 10px 0 16px; }
.benefits-intro > p:not(.eyebrow) { max-width: 500px; margin: 0 0 26px; color: #d5d0c4; line-height: 1.65; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.benefit-card { display: flex; gap: 14px; min-height: 104px; padding: 18px; border: 1px solid #4b4538; border-radius: 10px; background: #1c1b19; }
.benefit-card > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: #d4af37; color: #191713; font-weight: 900; font-size: 16px; }
.benefit-card h3 { margin: 1px 0 7px; color: #f8f5ee; font-size: 16px; }
.benefit-card p { margin: 0; color: #c9c3b7; font-size: 14px; line-height: 1.45; }
.benefit-card-featured { grid-column: span 2; border-color: #d4af37; background: linear-gradient(100deg, #2a2515, #1c1b19); }

@media (max-width: 820px) {
  .benefits-section { grid-template-columns: 1fr; gap: 30px; padding: 58px 24px; }
}

@media (max-width: 760px) {
  /* Evita que el enlace #beneficios quede oculto detrás del encabezado fijo. */
  #beneficios { scroll-margin-top: 86px; }
}

@media (max-width: 480px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card-featured { grid-column: auto; }
}

@media (max-width: 700px) {
  /* En celular, el pago empieza inmediatamente después del cupón. */
  #booking-form .coupon-entry {
    margin-bottom: 14px;
    padding: 14px;
  }

  #booking-form fieldset {
    margin: 0 0 22px;
  }

  .payment-return {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .confirmation-card {
    padding: 30px 22px;
    border-radius: 12px;
  }

  .confirmation-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .confirmation-actions .button,
  .confirmation-home {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
}

/* Landing de recomendados: lectura y acción clara en celulares. */
@media (max-width: 720px) {
  .referral-welcome { padding: 18px 14px 42px !important; }
  .referral-welcome header { margin-bottom: 18px !important; padding-bottom: 16px !important; }
  .referral-welcome .brand { font-size: 20px !important; }
  .referral-welcome .signin { font-size: 14px !important; }
  .referral-welcome .hero { grid-template-columns: 1fr !important; gap: 22px !important; padding: 28px 20px !important; }
  .referral-welcome h1 { font-size: clamp(34px, 11vw, 44px) !important; line-height: 1.05 !important; }
  .referral-welcome .lead { font-size: 16px !important; }
  .referral-welcome .hero-side { padding: 22px 18px !important; }
  .referral-welcome .hero-side h2 { font-size: 23px !important; }
  .referral-welcome .google,
  .referral-welcome .secondary { width: 100% !important; min-height: 54px !important; }
  .referral-welcome .benefits { grid-template-columns: 1fr !important; gap: 10px !important; margin: 14px 0 !important; }
  .referral-welcome .benefit { padding: 19px !important; }
  .referral-welcome .closing { padding: 24px 18px !important; text-align: left !important; }
  .referral-welcome .closing h2 { font-size: 25px !important; }
}

/* Accesos y cierre de la landing de recomendados. */
.referral-welcome .signin {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #d4af37;
  background: #2a230d;
  color: #f6d867 !important;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 4px 14px #0008;
}
.referral-welcome .signin::after { content: ' →'; margin-left: 6px; }
.referral-welcome .signin:hover,
.referral-welcome .signin:focus-visible { background: #d4af37; color: #171717 !important; outline: none; }
.referral-welcome .benefits { margin-bottom: 12px !important; }
.referral-welcome .closing { margin-top: 0 !important; }
@media (max-width: 720px) {
  .referral-welcome .signin { min-height: 40px; padding: 0 12px; font-size: 13px !important; }
  .referral-welcome .benefits { margin-bottom: 10px !important; }
}


.customer-profile .customer-associates {
  position: relative;
  margin-top: 34px;
  padding: 24px 0 0 54px;
  border-top: 1px solid #4a4a4a;
}
.customer-profile .customer-associates__sheet {
  position: relative;
  padding: 28px 24px 22px;
  border: 1px solid #6e5a1d;
  border-radius: 0 14px 14px 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0) 120px),
    radial-gradient(circle at top left, rgba(212,175,55,.10), transparent 33%),
    #0f0f10;
  box-shadow: inset 0 0 0 1px rgba(212,175,55,.08), 0 12px 34px rgba(0,0,0,.28);
}
.customer-profile .customer-associates__sheet::before {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  top: 90px;
  height: 1px;
  background: linear-gradient(90deg, #d4af37, rgba(212,175,55,.08));
}
.customer-profile .customer-associates__spiral {
  position: absolute;
  left: 0;
  top: 80px;
  width: 38px;
  display: grid;
  gap: 14px;
}
.customer-profile .customer-associates__spiral span {
  position: relative;
  display: block;
  width: 38px;
  height: 22px;
}
.customer-profile .customer-associates__spiral span::before,
.customer-profile .customer-associates__spiral span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #373737;
  border-right-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0,0,0,.25);
}
.customer-profile .customer-associates__spiral span::before { left: 0; }
.customer-profile .customer-associates__spiral span::after { right: 2px; }
.customer-profile .customer-associates__eyebrow,
.customer-profile .associate-card__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.customer-profile .customer-associates__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.customer-profile .customer-associates h2 {
  margin: 0 0 18px;
  font-size: 52px;
  line-height: .92;
}
.customer-profile .customer-associates__heading p {
  margin: 0;
  color: #d7d7d7;
  max-width: 570px;
  line-height: 1.65;
  font-size: 17px;
}
.customer-profile .customer-associates__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #6d5920;
  border-radius: 10px;
  background: #16130b;
  color: #f0cc59;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(212,175,55,.05);
}
.customer-profile .customer-associates__empty,
.customer-profile .associate-card,
.customer-profile .associate-create-card {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid #353535;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,0)), #121212;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.customer-profile .customer-associates__empty {
  border-color: #56471a;
  background: linear-gradient(180deg, rgba(212,175,55,.06), rgba(212,175,55,0)), #13110d;
}
.customer-profile .customer-associates__empty strong {
  display: block;
  margin-bottom: 6px;
  color: #f3d66a;
}
.customer-profile .customer-associates__empty p,
.customer-profile .associate-create-card__footer p {
  margin: 0;
  color: #c9c9c9;
  line-height: 1.6;
}
.customer-profile .customer-associates__list {
  display: grid;
  gap: 16px;
}
.customer-profile .associate-card__header,
.customer-profile .associate-create-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}
.customer-profile .associate-card__identity {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.customer-profile .associate-card__icon {
  position: relative;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border: 2px solid #d4af37;
  border-radius: 50%;
}
.customer-profile .associate-card__icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 12px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border: 2px solid #d4af37;
  border-radius: 50%;
}
.customer-profile .associate-card__icon::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 24px;
  height: 12px;
  margin-left: -12px;
  border: 2px solid #d4af37;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom: 0;
}
.customer-profile .associate-card__icon--add::after {
  width: 20px;
  margin-left: -10px;
}
.customer-profile .associate-card__icon--add .plus { display:none; }
.customer-profile .associate-card__icon--add {
  box-shadow: inset 0 0 0 1px rgba(212,175,55,.06);
}
.customer-profile .associate-card__icon--add::before {
  width: 10px;
  height: 10px;
  margin-left: -5px;
}
.customer-profile .associate-card__header strong,
.customer-profile .associate-create-card__header strong {
  display: block;
  font-size: 21px;
  color: #fff;
  line-height: 1.15;
}
.customer-profile .associate-card__badge,
.customer-profile .associate-create-card__hint {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid #8c6d1d;
  border-radius: 10px;
  background: #1a160d;
  color: #f0cc59;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.customer-profile .associate-card__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.customer-profile .associate-card__fields label {
  margin: 0;
}
.customer-profile .associate-card__fields input {
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid #3d3d3d;
  border-radius: 8px;
  background: #0d0d0e;
}
.customer-profile .associate-card__fields input:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212,175,55,.12);
}
.customer-profile .associate-card__actions,
.customer-profile .associate-create-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}
.customer-profile .associate-card__actions .button,
.customer-profile .associate-card__actions .danger-button,
.customer-profile .associate-create-card__footer .button {
  min-height: 48px;
  border-radius: 8px;
}
.customer-profile .associate-card__actions .button,
.customer-profile .associate-create-card__footer .button {
  flex: 1 1 0;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.customer-profile .associate-card__actions .danger-button {
  flex: 0 0 auto;
  border: 1px solid #7f3138;
  background: #161616;
  color: #fff;
  padding: 13px 20px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.customer-profile .associate-card__actions .danger-button:hover {
  background: #2a1819;
  border-color: #a73b45;
}
.customer-profile .associate-create-card {
  border-style: dashed;
  border-color: #7f681f;
  background: linear-gradient(180deg, rgba(212,175,55,.05), rgba(212,175,55,0)), #101011;
}
@media (max-width: 760px) {
  .customer-profile .customer-associates {
    padding-left: 0;
  }
  .customer-profile .customer-associates__spiral {
    display: none;
  }
  .customer-profile .customer-associates__sheet {
    padding: 24px 16px 18px;
  }
  .customer-profile .customer-associates__sheet::before {
    left: 16px;
    right: 16px;
    top: 78px;
  }
  .customer-profile .customer-associates h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .customer-profile .customer-associates__heading,
  .customer-profile .associate-card__header,
  .customer-profile .associate-create-card__header,
  .customer-profile .associate-card__actions,
  .customer-profile .associate-create-card__footer {
    flex-direction: column;
    align-items: stretch;
  }
  .customer-profile .associate-card__fields {
    grid-template-columns: 1fr;
  }
  .customer-profile .customer-associates__heading p {
    font-size: 15px;
  }
  .customer-profile .customer-associates__count,
  .customer-profile .associate-card__badge,
  .customer-profile .associate-create-card__hint {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
  .customer-profile .associate-card__actions .button,
  .customer-profile .associate-card__actions .danger-button,
  .customer-profile .associate-create-card__footer .button {
    width: 100%;
  }
  .customer-profile .associate-card,
  .customer-profile .associate-create-card,
  .customer-profile .customer-associates__empty {
    padding: 16px;
  }
}
/* Mejora acumulativa del flujo de reservas */
.withdrawal-top-strip{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;min-height:34px;padding:5px 14px;border-bottom:1px solid #342d18;background:#0a0a09}.withdrawal-top-strip a{display:inline-flex;align-items:center;gap:7px;color:#c9aa43;font-size:11px;font-weight:900;text-decoration:none;letter-spacing:.03em}.withdrawal-top-strip a:hover,.withdrawal-top-strip a:focus-visible{color:#f0cc59;text-decoration:underline}.withdrawal-top-strip span{font-size:14px}
.booking-final-summary{display:grid;gap:6px;margin:0 0 18px;padding:18px;border:1px solid rgba(224,184,45,.45);border-left:5px solid #e0b82d;border-radius:14px;background:linear-gradient(135deg,#211b0b,#131313)}
.booking-final-summary span{color:#e0b82d;font-size:12px;font-weight:900;letter-spacing:.16em}
.booking-final-summary strong{color:#fff;font-size:20px;line-height:1.25}
.booking-final-summary small{color:#d7d0c4;font-size:15px;line-height:1.45}
@media(max-width:700px){
  .withdrawal-top-strip{min-height:32px;padding:4px 12px}.withdrawal-top-strip a{font-size:10px}
  body.booking-only #reservar.booking{padding-top:24px!important;padding-bottom:95px!important}
  body.booking-only #reservar.booking>h2{margin-bottom:12px!important}
  body.booking-only .booking-progress{gap:5px!important;margin:12px 0!important}
  body.booking-only .booking-progress button{min-width:0!important;padding:8px 3px!important;font-size:9px!important}
  body.booking-only .booking-progress button span{width:24px!important;height:24px!important}
  body.booking-only .booking-next-hint{margin:8px 0 14px!important;padding:10px 12px!important}
  body.booking-only .booking-step-panel{margin-top:8px!important}
  body.booking-only .booking-step-panel label{margin-bottom:12px!important}
  body.booking-only .booking-final-summary{padding:14px;margin-bottom:13px}
  body.booking-only .booking-wizard-actions{margin-top:12px!important}
}
