.puyenes-booking {
  --puyenes-ink: #17221d;
  --puyenes-green: #244c3b;
  --puyenes-green-soft: #dce9df;
  --puyenes-gold: #b98b44;
  --puyenes-sand: #f5f0e6;
  --puyenes-red: #8f4c45;
  margin: clamp(2.5rem, 6vw, 5rem) 0;
  color: var(--puyenes-ink);
}
.puyenes-booking *, .puyenes-booking *::before, .puyenes-booking *::after { box-sizing: border-box; }
.puyenes-booking__intro { max-width: 760px; margin-bottom: 2rem; }
.puyenes-booking__eyebrow { margin: 0 0 .55rem; color: var(--puyenes-gold); font-size: .78rem; font-weight: 800; letter-spacing: .16em; }
.puyenes-booking__intro h2 { margin: 0 0 .8rem; font-size: clamp(1.85rem, 4vw, 3rem); line-height: 1.08; }
.puyenes-booking__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: clamp(1.25rem, 3vw, 2.5rem); align-items: start; }
.puyenes-booking__panel { padding: clamp(1rem, 3vw, 1.75rem); border: 1px solid rgba(23,34,29,.14); border-radius: 14px; background: #fff; box-shadow: 0 14px 38px rgba(22,37,29,.06); }
.puyenes-booking label, .puyenes-booking legend { display: block; margin-bottom: .45rem; font-weight: 700; }
.puyenes-booking input, .puyenes-booking select, .puyenes-booking textarea { width: 100%; min-height: 46px; padding: .72rem .8rem; color: var(--puyenes-ink); border: 1px solid rgba(23,34,29,.28); border-radius: 7px; background: #fff; font: inherit; }
.puyenes-booking input:focus, .puyenes-booking select:focus, .puyenes-booking textarea:focus, .puyenes-calendar button:focus-visible { outline: 3px solid rgba(185,139,68,.35); outline-offset: 2px; border-color: var(--puyenes-gold); }
.puyenes-booking__field { margin: 0 0 1rem; }
.puyenes-booking__field small { display: block; margin-top: .35rem; color: #5c665f; }
.puyenes-booking__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.puyenes-booking__experiences { margin: 0 0 .65rem; padding: 0; border: 0; }
.puyenes-booking__experiences legend { margin-bottom: .7rem; }
.puyenes-booking__experience-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; }
.puyenes-booking__experience-tab { position: relative; display: flex !important; min-height: 66px; margin: 0 !important; padding: .65rem .7rem; flex-direction: column; justify-content: center; gap: .12rem; border: 1px solid rgba(23,34,29,.22); border-radius: 9px; color: var(--puyenes-ink); background: #fff; font: inherit; text-align: left; cursor: pointer; }
.puyenes-booking__experience-tab input { position: absolute; width: 1px; min-height: 1px; opacity: 0; }
.puyenes-booking__experience-tab > span { display: flex; flex-direction: column; gap: .12rem; }
.puyenes-booking__experience-tab strong { font-size: .9rem; line-height: 1.15; }
.puyenes-booking__experience-tab small { color: #667069; font-size: .72rem; font-weight: 500; line-height: 1.2; }
.puyenes-booking__experience-tab:hover { border-color: var(--puyenes-gold); }
.puyenes-booking__experience-tab.is-active { color: #fff; border-color: var(--puyenes-green); background: var(--puyenes-green); box-shadow: 0 0 0 2px rgba(36,76,59,.16); }
.puyenes-booking__experience-tab.is-active small { color: rgba(255,255,255,.82); }
.puyenes-booking__experience-tab:focus-within { outline: 3px solid rgba(185,139,68,.35); outline-offset: 2px; }
.puyenes-booking__experience-link { margin: .55rem 0 1.35rem; font-size: .92rem; }
.puyenes-booking__experience-link a { color: var(--puyenes-green); text-decoration: underline; text-underline-offset: 3px; }
.puyenes-calendar { padding: .9rem; border-radius: 12px; background: var(--puyenes-sand); }
.puyenes-calendar__nav { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; margin-bottom: .8rem; text-align: center; }
.puyenes-calendar__nav button { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(23,34,29,.18); border-radius: 50%; color: var(--puyenes-ink); background: #fff; font-size: 1.45rem; cursor: pointer; }
.puyenes-calendar__nav button:disabled { opacity: .35; cursor: default; }
.puyenes-calendar__week, .puyenes-calendar__grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.puyenes-calendar__week { margin-bottom: 5px; color: #69736d; font-size: .69rem; font-weight: 800; text-align: center; }
.puyenes-calendar__day { aspect-ratio: 1; min-width: 0; padding: 0; border: 0; border-radius: 7px; color: var(--puyenes-ink); font-weight: 750; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease; }
.puyenes-calendar__day:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 4px 10px rgba(23,34,29,.14); }
.puyenes-calendar__day.is-free, .puyenes-calendar__legend i.is-free { background: var(--puyenes-green-soft); }
.puyenes-calendar__day.is-partial, .puyenes-calendar__legend i.is-partial { background: #ead9a8; }
.puyenes-calendar__day.is-full, .puyenes-calendar__legend i.is-full { color: #fff; background: var(--puyenes-red); }
.puyenes-calendar__day.is-disabled { color: #8a8f8b; background: #e4e4e1; cursor: default; }
.puyenes-calendar__day.is-selected { color: #fff; background: var(--puyenes-green); box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--puyenes-green); }
.puyenes-calendar__legend { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-top: .9rem; color: #505a54; font-size: .78rem; }
.puyenes-calendar__legend span { display: inline-flex; align-items: center; gap: .35rem; }
.puyenes-calendar__legend i { width: 13px; height: 13px; border-radius: 3px; }
.puyenes-calendar__grid.is-loading { opacity: .45; pointer-events: none; }
.puyenes-calendar__error { grid-column: 1 / -1; padding: 1rem; }
.puyenes-booking__selected-date { margin: 1rem 0; }
.puyenes-booking__slots { margin: 1rem 0 0; padding: 1rem; border: 1px solid rgba(23,34,29,.14); border-radius: 9px; }
.puyenes-booking__slots label { display: inline-flex; align-items: center; gap: .45rem; margin: .25rem 1.2rem .25rem 0; font-weight: 600; }
.puyenes-booking__slots input { width: auto; min-height: 0; }
.puyenes-booking__slots p { margin: .6rem 0 0; color: #5c665f; font-size: .88rem; }
.puyenes-booking__privacy { display: grid !important; grid-template-columns: 20px 1fr; gap: .65rem; align-items: start; margin: 1.15rem 0; font-size: .9rem; font-weight: 500 !important; }
.puyenes-booking__privacy input { width: 18px; min-height: 18px; margin-top: .1rem; }
.puyenes-booking__submit, .puyenes-booking__whatsapp { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .85rem 1.2rem; border: 0; border-radius: 7px; color: #fff !important; background: var(--puyenes-green); font: inherit; font-weight: 800; text-decoration: none !important; cursor: pointer; }
.puyenes-booking__submit { width: 100%; }
.puyenes-booking__submit:disabled { opacity: .48; cursor: not-allowed; }
.puyenes-booking__fineprint { margin: .75rem 0 0; color: #5c665f; font-size: .83rem; }
.puyenes-booking__notice { margin: 0 0 1.5rem; padding: 1rem 1.15rem; border-left: 4px solid var(--puyenes-green); border-radius: 8px; background: var(--puyenes-green-soft); }
.puyenes-booking__notice.is-error { border-color: var(--puyenes-red); background: #f3dfdc; }
.puyenes-booking__whatsapp { margin-top: .8rem; background: #1f7a4d; }
.puyenes-booking__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 1.5rem; overflow: hidden; border-radius: 12px; background: rgba(23,34,29,.12); }
.puyenes-booking__steps div { display: flex; gap: .7rem; align-items: center; padding: 1rem; background: var(--puyenes-sand); }
.puyenes-booking__steps strong { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--puyenes-green); }
.puyenes-booking__steps span { font-size: .86rem; font-weight: 650; }
.puyenes-booking__trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 820px) {
  .puyenes-booking__grid { grid-template-columns: 1fr; }
  .puyenes-booking__steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .puyenes-booking__panel { padding: .85rem; }
  .puyenes-booking__columns, .puyenes-booking__steps { grid-template-columns: 1fr; }
  .puyenes-booking__experience-tabs { grid-template-columns: 1fr 1fr; }
  .puyenes-calendar { padding: .65rem; }
  .puyenes-calendar__week, .puyenes-calendar__grid { gap: 3px; }
  .puyenes-calendar__day { border-radius: 5px; font-size: .82rem; }
}
