/* Talent Star Mark — Booking y contratación artística */
.booking-page {
  --booking-max: 1420px;
  --booking-panel: linear-gradient(145deg, rgba(255,255,255,.058), rgba(255,255,255,.016));
  --booking-panel-strong: linear-gradient(145deg, color-mix(in srgb, var(--gold) 8%, rgba(255,255,255,.055)), rgba(255,255,255,.015));
  --booking-radius: 26px;
  --booking-soft-gold: color-mix(in srgb, var(--gold) 10%, transparent);
  --booking-soft-accent: color-mix(in srgb, var(--accent) 10%, transparent);
  --booking-soft-violet: color-mix(in srgb, var(--violet) 10%, transparent);
  overflow-x: clip;
}
.booking-page main { overflow: clip; }
.booking-page .page-header { max-width: min(1480px, calc(100% - 30px)); }
.booking-page .page-nav { gap: clamp(.72rem, 1.55vw, 1.55rem); }
.booking-page .page-nav a { white-space: nowrap; }
.booking-page .page-header.is-scrolled { --header-height: 58px; }
.booking-page.has-selection-open .whatsapp-fab,
.booking-page.has-modal-open .whatsapp-fab,
.booking-page.has-booking-focus .whatsapp-fab { opacity: 0; pointer-events: none; }

.booking-space {
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 11%, color-mix(in srgb, var(--accent) 15%, transparent), transparent 31%),
    radial-gradient(circle at 8% 42%, color-mix(in srgb, var(--violet) 11%, transparent), transparent 30%),
    linear-gradient(180deg, var(--bg), var(--bg-deep));
}
.booking-space::before,
.booking-space::after {
  position: absolute;
  inset: -12%;
  content: "";
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.62) 0 .75px, transparent 1.3px),
    radial-gradient(circle at 42% 8%, color-mix(in srgb, var(--gold-bright) 75%, white) 0 .8px, transparent 1.4px),
    radial-gradient(circle at 72% 30%, rgba(255,255,255,.5) 0 .7px, transparent 1.25px),
    radial-gradient(circle at 22% 68%, color-mix(in srgb, var(--accent) 76%, white) 0 .8px, transparent 1.35px),
    radial-gradient(circle at 90% 78%, rgba(255,255,255,.46) 0 .65px, transparent 1.2px);
  background-size: 180px 166px, 250px 228px, 320px 286px, 380px 350px, 470px 430px;
  opacity: .42;
}
.booking-space::after { opacity: .13; filter: blur(1px); transform: rotate(9deg) scale(1.08); }
body[data-motion="on"] .booking-space::before { animation: booking-stars 35s linear infinite alternate; }
@keyframes booking-stars { to { transform: translate3d(-24px, 18px, 0); } }

.booking-entry {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  pointer-events: none;
  background: radial-gradient(circle at 50% 44%, color-mix(in srgb, var(--gold) 12%, transparent), transparent 28%), #01030a;
  opacity: 1;
  transition: opacity .58s ease, visibility .58s step-end;
}
.booking-entry span {
  position: absolute;
  width: min(78vw, 760px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  box-shadow: 0 0 22px color-mix(in srgb, var(--gold) 38%, transparent);
  transform: scaleX(.12);
  opacity: .9;
}
.booking-entry span:nth-child(2) { width: min(58vw, 560px); background: linear-gradient(90deg, transparent, var(--accent), transparent); transform: rotate(12deg) scaleX(.1); }
.booking-entry span:nth-child(3) { width: min(44vw, 420px); background: linear-gradient(90deg, transparent, var(--violet), transparent); transform: rotate(-16deg) scaleX(.1); }
.booking-page.is-ready .booking-entry { opacity: 0; visibility: hidden; }
body[data-motion="on"] .booking-entry span { animation: booking-entry-line .58s cubic-bezier(.22,.8,.2,1) both; }
body[data-motion="on"] .booking-entry span:nth-child(2) { animation-delay: .05s; }
body[data-motion="on"] .booking-entry span:nth-child(3) { animation-delay: .09s; }
@keyframes booking-entry-line { to { transform: scaleX(1); opacity: .08; } }

.booking-container { width: min(var(--booking-max), calc(100% - 44px)); margin-inline: auto; }
.booking-section { position: relative; padding: clamp(72px, 8vw, 118px) 0; border-top: 1px solid rgba(255,255,255,.065); content-visibility: auto; contain-intrinsic-size: auto 850px; }
.booking-section__heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); align-items: end; gap: clamp(28px, 6vw, 80px); margin-bottom: clamp(30px, 5vw, 56px); }
.booking-section__heading h2 { max-width: 980px; margin: .35rem 0 0; font-family: var(--font-display); font-size: clamp(2.65rem, 5vw, 5.4rem); line-height: .94; letter-spacing: -.055em; text-wrap: balance; }
.booking-section__heading > p { max-width: 540px; margin: 0; color: var(--muted); line-height: 1.7; }
.booking-section__heading--brief { margin-bottom: 34px; }

.booking-hero { position: relative; min-height: 760px; padding: clamp(128px, 12vw, 170px) 0 clamp(66px, 8vw, 104px); border-bottom: 1px solid rgba(255,255,255,.07); content-visibility: visible; }
.booking-hero::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(ellipse at 78% 45%, color-mix(in srgb, var(--gold) 11%, transparent), transparent 32%), linear-gradient(96deg, rgba(0,0,0,.42), transparent 63%); }
.booking-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .98fr) minmax(480px, .86fr); gap: clamp(34px, 6vw, 90px); align-items: center; width: min(var(--booking-max), calc(100% - 44px)); margin-inline: auto; }
.booking-breadcrumb { grid-column: 1 / -1; margin-bottom: -8px; color: var(--muted); font-size: .8rem; }
.booking-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; margin: 0; padding: 0; list-style: none; }
.booking-breadcrumb li { display: inline-flex; align-items: center; gap: .45rem; }
.booking-breadcrumb li:not(:last-child)::after { content: "›"; color: var(--gold); }
.booking-breadcrumb a:hover { color: var(--gold-bright); }
.booking-hero__copy h1 { max-width: 900px; margin: .45rem 0 1.15rem; font-family: var(--font-display); font-size: clamp(3.35rem, 6.4vw, 7.2rem); line-height: .88; letter-spacing: -.066em; text-wrap: balance; }
.booking-hero__lead { max-width: 760px; margin: 0; color: color-mix(in srgb, var(--text) 88%, var(--muted)); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.58; }
.booking-hero__support { max-width: 720px; margin: 1rem 0 0; color: var(--muted); line-height: 1.72; }
.booking-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.6rem; }
.booking-hero__actions a { min-height: 50px; justify-content: center; }
.booking-disclaimer { display: flex; gap: .7rem; align-items: flex-start; max-width: 760px; margin: 1.5rem 0 0; padding: .86rem 1rem; border: 1px solid color-mix(in srgb, var(--gold) 28%, var(--line)); border-radius: 16px; color: color-mix(in srgb, var(--text) 82%, var(--muted)); background: color-mix(in srgb, var(--gold) 5%, rgba(0,0,0,.24)); font-size: .82rem; line-height: 1.5; }
.booking-disclaimer svg { flex: 0 0 20px; width: 20px; height: 20px; fill: none; stroke: var(--gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.booking-stage { position: relative; min-height: 540px; isolation: isolate; }
.booking-stage::before { position: absolute; inset: 8% 0 0 10%; content: ""; border-radius: 45% 55% 52% 48%; background: radial-gradient(circle at 45% 42%, color-mix(in srgb, var(--gold) 18%, transparent), transparent 28%), radial-gradient(circle at 62% 60%, color-mix(in srgb, var(--violet) 17%, transparent), transparent 32%); filter: blur(18px); opacity: .72; }
.booking-stage__beam { position: absolute; top: -8%; width: 36%; height: 94%; clip-path: polygon(43% 0, 57% 0, 100% 100%, 0 100%); opacity: .08; filter: blur(8px); pointer-events: none; }
.booking-stage__beam--gold { left: 8%; background: linear-gradient(var(--gold-bright), transparent 85%); transform: rotate(8deg); }
.booking-stage__beam--cyan { right: 4%; background: linear-gradient(var(--accent), transparent 85%); transform: rotate(-10deg); }
.booking-stage__beam--violet { left: 44%; background: linear-gradient(var(--violet), transparent 88%); transform: rotate(3deg); }
.booking-stage__orbit { position: absolute; left: 50%; top: 50%; width: 92%; height: 52%; border: 1px solid color-mix(in srgb, var(--gold) 24%, transparent); border-radius: 50%; transform: translate(-50%,-50%) rotate(-12deg); }
.booking-stage__orbit--two { width: 68%; height: 82%; border-color: color-mix(in srgb, var(--accent) 23%, transparent); transform: translate(-50%,-50%) rotate(28deg); }
.booking-stage__image { position: absolute; overflow: hidden; border: 1px solid color-mix(in srgb, var(--gold) 26%, rgba(255,255,255,.09)); background: #050712; box-shadow: 0 28px 70px rgba(0,0,0,.52), 0 0 35px color-mix(in srgb, var(--accent) 8%, transparent); }
.booking-stage__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); }
.booking-stage__image::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(180deg, transparent 44%, rgba(1,3,10,.82)), radial-gradient(circle at 50% 15%, transparent, rgba(1,3,10,.2)); }
.booking-stage__image--main { z-index: 2; inset: 6% 7% 4% 13%; border-radius: 48% 48% 26% 26% / 20% 20% 13% 13%; -webkit-mask-image: linear-gradient(180deg,#000 78%,transparent 100%); mask-image: linear-gradient(180deg,#000 78%,transparent 100%); }
.booking-stage__image--dj { z-index: 3; right: -3%; bottom: 2%; width: 34%; height: 47%; border-radius: 22px; transform: rotate(3deg); }
.booking-stage__image--dance { z-index: 1; left: 0; top: 18%; width: 30%; height: 43%; border-radius: 22px; transform: rotate(-4deg); opacity: .84; }
.booking-stage__wave { position: absolute; z-index: 4; left: 3%; right: 0; bottom: 0; width: 94%; height: auto; fill: none; stroke: var(--gold-bright); stroke-width: 2; opacity: .62; filter: drop-shadow(0 0 10px color-mix(in srgb, var(--gold) 40%, transparent)); }
body[data-motion="on"] .booking-stage__orbit { animation: booking-orbit 24s linear infinite; }
body[data-motion="on"] .booking-stage__orbit--two { animation-duration: 29s; animation-direction: reverse; }
body[data-motion="on"] .booking-stage__wave path { stroke-dasharray: 10 12; animation: booking-wave 4.8s linear infinite; }
body[data-motion="on"] .booking-stage__image--dj { animation: booking-float-dj 5.5s ease-in-out infinite alternate; }
body[data-motion="on"] .booking-stage__image--dance { animation: booking-float-dance 6.2s ease-in-out infinite alternate; }
@keyframes booking-orbit { to { transform: translate(-50%,-50%) rotate(348deg); } }
@keyframes booking-wave { to { stroke-dashoffset: -44; } }
@keyframes booking-float-dj { to { transform: rotate(3deg) translateY(-7px); } }
@keyframes booking-float-dance { to { transform: rotate(-4deg) translateY(6px); } }

.experience-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.experience-card { position: relative; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 13px; min-width: 0; min-height: 88px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; color: var(--text); text-align: left; background: rgba(255,255,255,.018); cursor: pointer; overflow: hidden; transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease; }
.experience-card::after { position: absolute; inset: auto -20% -60% 20%; height: 100%; content: ""; border-radius: 50%; background: color-mix(in srgb, var(--gold) 10%, transparent); filter: blur(24px); opacity: 0; transition: opacity .24s ease; }
.experience-card:hover,
.experience-card:focus-visible,
.experience-card.is-selected { border-color: color-mix(in srgb, var(--gold) 58%, var(--line)); background: var(--booking-soft-gold); box-shadow: 0 18px 44px rgba(0,0,0,.25), 0 0 24px color-mix(in srgb, var(--gold) 8%, transparent); transform: translateY(-4px); }
.experience-card:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.experience-card:hover::after,
.experience-card:focus-visible::after,
.experience-card.is-selected::after { opacity: 1; }
.experience-card__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid color-mix(in srgb, var(--gold) 34%, var(--line)); border-radius: 14px; background: rgba(0,0,0,.22); }
.experience-card__icon svg { width: 32px; height: 32px; fill: none; stroke: var(--gold-bright); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.experience-card__icon .accent { stroke: var(--accent); }
.experience-card > span:last-child { position: relative; z-index: 1; font-size: .82rem; font-weight: 760; line-height: 1.25; }

.booking-artists { background: radial-gradient(circle at 12% 38%, color-mix(in srgb, var(--violet) 7%, transparent), transparent 30%); }
.booking-category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.booking-category-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--booking-panel); box-shadow: 0 24px 60px rgba(0,0,0,.24); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.booking-category-card:hover,
.booking-category-card:focus-within { border-color: color-mix(in srgb, var(--gold) 48%, var(--line)); box-shadow: 0 28px 70px rgba(0,0,0,.32), 0 0 30px color-mix(in srgb, var(--gold) 8%, transparent); transform: translateY(-6px); }
.booking-category-card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: rgba(3,5,13,.8); }
.booking-category-card__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(2,4,12,.95)); }
.booking-category-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.booking-category-card:hover .booking-category-card__media img { transform: scale(1.045); filter: saturate(1.05) contrast(1.05); }
.booking-category-card__body { position: relative; display: grid; align-content: start; min-height: 250px; padding: 20px; }
.booking-category-card__number { position: absolute; right: 18px; top: 16px; margin: 0; color: color-mix(in srgb, var(--gold) 55%, transparent); font: 800 .72rem/1 var(--font-display); letter-spacing: .16em; }
.booking-category-card h3 { margin: 0 2.3rem .7rem 0; font-family: var(--font-display); font-size: 1.45rem; letter-spacing: -.03em; }
.booking-category-card__body > p:not(.booking-category-card__number) { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.6; }
.booking-category-card__body > a { justify-self: start; margin-top: auto; padding-top: 1.2rem; color: var(--gold-bright); font-weight: 780; font-size: .78rem; }
.booking-category-card__body > a::after { margin-left: .42rem; content: "→"; }
.booking-category-card a:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.booking-category-card--vector .booking-category-card__media { display: grid; place-items: center; background: radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 40%), rgba(3,5,13,.82); }
.booking-category-card--vector .booking-category-card__media svg { width: 74%; height: 82%; fill: none; stroke: var(--gold-bright); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 18px color-mix(in srgb, var(--gold) 20%, transparent)); transition: transform .4s ease; }
.booking-category-card--vector .booking-category-card__media svg .accent { stroke: var(--accent); }
.booking-category-card--vector .booking-category-card__media svg .violet { stroke: var(--violet); }
.booking-category-card--vector:hover svg { transform: translateY(-5px) scale(1.02); }

.booking-featured-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.booking-featured-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--booking-panel); }
.booking-featured-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.booking-featured-card__body { display: grid; gap: .45rem; padding: 17px; }
.booking-featured-card h3 { margin: 0; }
.booking-featured-card p { margin: 0; color: var(--muted); font-size: .75rem; }
.booking-featured-card__actions { display: grid; gap: 8px; margin-top: 10px; }
.booking-featured-card__actions a,
.booking-featured-card__actions button { min-height: 44px; justify-content: center; }

.booking-process { background: linear-gradient(180deg, transparent, rgba(255,255,255,.012), transparent); }
.booking-process-grid { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.booking-process-grid::before { position: absolute; top: 36px; left: 8%; right: 8%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, var(--gold), var(--accent), var(--violet), transparent); opacity: .45; }
.booking-process-grid li { position: relative; display: grid; gap: 19px; min-width: 0; padding: 0 8px; }
.booking-process-grid li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid color-mix(in srgb, var(--gold) 50%, var(--line)); border-radius: 50%; color: var(--gold-bright); background: #050815; box-shadow: 0 0 28px color-mix(in srgb, var(--gold) 10%, transparent); font: 800 .8rem/1 var(--font-display); letter-spacing: .14em; }
.booking-process-grid h3 { margin: 0 0 .55rem; font-size: 1.08rem; }
.booking-process-grid p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.63; }

.booking-brief { background: radial-gradient(circle at 88% 32%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 28%); contain-intrinsic-size: auto 1800px; }
.booking-brief-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 390px); align-items: start; gap: clamp(24px, 4vw, 52px); }
.booking-form-column { min-width: 0; }
.booking-progress { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin: 0 0 14px; padding: 0; list-style: none; }
.booking-progress li { position: relative; display: grid; gap: 5px; min-width: 0; min-height: 62px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 15px; color: var(--muted); background: rgba(255,255,255,.018); }
.booking-progress li::after { position: absolute; top: 50%; right: -8px; z-index: 2; width: 15px; height: 1px; content: ""; background: var(--line); }
.booking-progress li:last-child::after { display: none; }
.booking-progress li[aria-current="step"] { border-color: color-mix(in srgb, var(--gold) 52%, var(--line)); color: var(--text); background: var(--booking-soft-gold); }
.booking-progress li.is-complete { border-color: color-mix(in srgb, var(--accent) 36%, var(--line)); color: var(--text); }
.booking-progress strong { color: var(--gold-bright); font-size: .68rem; letter-spacing: .14em; }
.booking-progress span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .7rem; font-weight: 760; }
.booking-draft-row { display:flex; align-items:center; justify-content:flex-end; gap:12px; margin:0 0 12px; }
.booking-draft-status { min-height: 1.25em; margin: 0; color: var(--muted); font-size: .72rem; text-align: right; }
.booking-save-draft { min-height:44px; padding:0 14px; border:1px solid var(--line); border-radius:999px; background:rgba(8,12,26,.72); color:var(--text); font:inherit; font-size:.76rem; cursor:pointer; transition:transform .2s ease,border-color .2s ease,background .2s ease; }
.booking-save-draft:hover,.booking-save-draft:focus-visible { transform:translateY(-2px); border-color:var(--gold); background:rgba(237,196,93,.1); }
.booking-form { min-width: 0; border: 1px solid var(--line); border-radius: 26px; background: var(--booking-panel); box-shadow: 0 28px 76px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.055); }
.booking-step { padding: clamp(22px, 3.2vw, 40px); }
.booking-step[hidden] { display: none !important; }
.no-js .booking-step[hidden] { display: block !important; border-top: 1px solid var(--line); }
.booking-step__header { display: grid; gap: .45rem; margin-bottom: 26px; }
.booking-step__header h3 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.65rem); line-height: .94; letter-spacing: -.047em; }
.booking-step__header p { max-width: 740px; margin: 0; color: var(--muted); line-height: 1.65; }
.booking-error-summary { margin: 0 0 22px; padding: 15px 17px; border: 1px solid color-mix(in srgb, #ff7187 55%, transparent); border-radius: 14px; color: #ffd9df; background: rgba(90,8,25,.22); }
.booking-error-summary:focus { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.booking-error-summary h4 { margin: 0 0 .45rem; font-size: .87rem; }
.booking-error-summary ul { margin: 0; padding-left: 1.2rem; font-size: .75rem; }
.booking-error-summary a { text-decoration: underline; text-underline-offset: 2px; }
.booking-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.booking-fieldset + .booking-fieldset,
.booking-fieldset + .booking-grid,
.booking-grid + .booking-fieldset { margin-top: 30px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.08); }
.booking-fieldset legend { width: 100%; margin: 0 0 16px; padding: 0; color: var(--gold-bright); font-size: .78rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.required-text { display: inline-flex; margin-left: .35rem; color: #ffc6cf; font-size: .62rem; font-weight: 650; letter-spacing: .02em; text-transform: none; }
.booking-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.booking-field { display: grid; align-content: start; gap: 7px; min-width: 0; }
.booking-field--full { grid-column: 1 / -1; }
.booking-field label { color: var(--text); font-size: .79rem; font-weight: 740; }
.booking-field__hint { margin: -2px 0 0; color: var(--muted); font-size: .67rem; line-height: 1.42; }
.booking-field input,
.booking-field select,
.booking-field textarea,
.booking-summary-editor,
.booking-mobile-summary textarea { width: 100%; min-height: 50px; padding: .76rem .88rem; border: 1px solid var(--line); border-radius: 13px; color: var(--text); background: rgba(1,3,10,.7); outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.booking-field textarea { min-height: 118px; resize: vertical; }
.booking-field input:hover,
.booking-field select:hover,
.booking-field textarea:hover,
.booking-summary-editor:hover,
.booking-mobile-summary textarea:hover { border-color: color-mix(in srgb, var(--gold) 34%, var(--line)); }
.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus,
.booking-summary-editor:focus,
.booking-mobile-summary textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 15%, transparent); }
.booking-field [aria-invalid="true"],
.booking-privacy input[aria-invalid="true"] + .booking-check__box { border-color: #ff7187; box-shadow: 0 0 0 3px rgba(255,113,135,.12); }
.booking-error { min-height: 1em; margin: 0; color: #ffb6c2; font-size: .68rem; }
.booking-choice-grid { display: grid; gap: 10px; }
.booking-choice-grid--modes { grid-template-columns: repeat(3,minmax(0,1fr)); }
.booking-choice { position: relative; display: flex; align-items: flex-start; gap: .75rem; min-height: 114px; padding: 15px; border: 1px solid var(--line); border-radius: 17px; background: rgba(0,0,0,.2); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.booking-choice:hover { border-color: color-mix(in srgb, var(--gold) 38%, var(--line)); }
.booking-choice:has(input:checked) { border-color: var(--gold); background: var(--booking-soft-gold); box-shadow: 0 0 26px color-mix(in srgb, var(--gold) 7%, transparent); }
.booking-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.booking-choice__mark { flex: 0 0 20px; display: grid; place-items: center; width: 20px; height: 20px; margin-top: 1px; border: 1px solid color-mix(in srgb, var(--gold) 48%, var(--line)); border-radius: 50%; }
.booking-choice input:checked + .booking-choice__mark::after { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px color-mix(in srgb, var(--gold) 50%, transparent); content: ""; }
.booking-choice input:focus-visible + .booking-choice__mark { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.booking-choice strong { display: block; font-size: .81rem; line-height: 1.35; }
.booking-choice small { display: block; margin-top: .35rem; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.booking-mode-panel { margin: 22px 0; }
.booking-selection-context { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(0,0,0,.2); }
.booking-selection-context__head { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 13px; }
.booking-selection-context__head h4 { margin: 0 0 .25rem; font-size: .92rem; }
.booking-selection-context__head p { margin: 0; color: var(--muted); font-size: .71rem; }
.booking-selection-context__head > span { display: grid; place-items: center; min-width: 38px; height: 38px; border: 1px solid color-mix(in srgb, var(--gold) 38%, var(--line)); border-radius: 50%; color: var(--gold-bright); background: var(--booking-soft-gold); font-weight: 800; }
.booking-selected-artists { display: grid; gap: 9px; margin: 0 0 13px; padding: 0; list-style: none; }
.booking-selected-artist { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 10px; padding: 9px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.018); }
.booking-selected-artist img { width: 50px; height: 58px; border-radius: 10px; object-fit: cover; background: rgba(255,255,255,.04); }
.booking-selected-artist strong { display: block; font-size: .8rem; }
.booking-selected-artist span { color: var(--muted); font-size: .66rem; }
.booking-selected-artist button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: transparent; cursor: pointer; }
.booking-selected-artist button:hover { border-color: #ff7187; color: #ffd9df; }
.booking-selected-artist button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.booking-empty-mini { padding: 16px; border: 1px dashed color-mix(in srgb, var(--gold) 22%, var(--line)); border-radius: 14px; color: var(--muted); text-align: center; }
.booking-empty-mini p { margin: 0; font-size: .72rem; }
.booking-selection-context > a { display: inline-flex; min-height: 44px; margin-top: 1px; justify-content: center; }
.booking-non-artistic { margin: 12px 0 0; padding: 14px 15px; border: 1px solid color-mix(in srgb, var(--violet) 40%, var(--line)); border-radius: 14px; background: var(--booking-soft-violet); }
.booking-non-artistic strong { font-size: .79rem; }
.booking-non-artistic p { margin: .35rem 0 .55rem; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.booking-non-artistic a { color: var(--gold-bright); font-size: .72rem; font-weight: 780; }
.booking-check { position: relative; display: flex; align-items: flex-start; gap: .68rem; min-height: 48px; padding: .72rem .8rem; border: 1px solid var(--line); border-radius: 13px; background: rgba(0,0,0,.2); cursor: pointer; }
.booking-check input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.booking-check__box { flex: 0 0 20px; display: grid; place-items: center; width: 20px; height: 20px; margin-top: 1px; border: 1px solid color-mix(in srgb, var(--gold) 44%, var(--line)); border-radius: 6px; }
.booking-check input:checked + .booking-check__box { border-color: var(--gold); background: var(--gold); }
.booking-check input:checked + .booking-check__box::after { width: 8px; height: 4px; border-left: 2px solid #07101f; border-bottom: 2px solid #07101f; content: ""; transform: rotate(-45deg) translateY(-1px); }
.booking-check input:focus-visible + .booking-check__box { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.booking-check span:last-child { color: var(--muted); font-size: .75rem; line-height: 1.45; }
.booking-check strong { display: block; color: var(--text); font-size: .78rem; }
.booking-check small { display: block; margin-top: .28rem; color: var(--muted); font-size: .66rem; }
.booking-privacy { background: var(--booking-soft-gold); }
.booking-step-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); }
.booking-step-actions button { min-height: 48px; justify-content: center; }
.booking-final-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.booking-final-actions a,
.booking-final-actions button { min-height: 48px; justify-content: center; }
.booking-send-notice { display: flex; gap: .65rem; align-items: flex-start; margin: 15px 0 0; color: var(--muted); font-size: .72rem; }
.booking-send-notice svg { flex: 0 0 18px; width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 1.7; }
.booking-copy-feedback { min-height: 1.2em; margin: .6rem 0 0; color: var(--gold-bright); font-size: .74rem; }
.booking-mobile-summary { display: none; margin-top: 24px; }
.booking-mobile-summary label { display: block; margin-bottom: 8px; font-weight: 760; }
.booking-mobile-summary textarea { min-height: 360px; resize: vertical; font: 500 .78rem/1.65 var(--font-body); }
.booking-mobile-summary p { margin: .45rem 0 0; color: var(--muted); font-size: .68rem; }

.booking-summary-panel { position: sticky; top: 88px; min-width: 0; padding: 22px; border: 1px solid color-mix(in srgb, var(--gold) 26%, var(--line)); border-radius: 24px; background: var(--booking-panel-strong); box-shadow: 0 28px 75px rgba(0,0,0,.28), 0 0 30px color-mix(in srgb, var(--gold) 5%, transparent); }
.booking-summary-panel__head { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.booking-summary-panel__head h3 { margin: .25rem 0 0; font-family: var(--font-display); font-size: 1.65rem; letter-spacing: -.035em; }
.booking-summary-panel__head > span { display: grid; place-items: center; min-width: 38px; height: 38px; border: 1px solid color-mix(in srgb, var(--gold) 40%, var(--line)); border-radius: 50%; color: var(--gold-bright); background: var(--booking-soft-gold); font-weight: 800; }
.booking-summary-panel__hint { margin: 1rem 0; color: var(--muted); font-size: .72rem; line-height: 1.52; }
.booking-summary-preview { max-height: 56vh; margin: 0; padding: 16px; overflow: auto; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; color: color-mix(in srgb, var(--text) 90%, var(--muted)); background: rgba(0,0,0,.28); font: 500 .75rem/1.65 var(--font-body); white-space: pre-wrap; }
.booking-summary-editor-label { display: none; margin: 16px 0 7px; font-size: .76rem; font-weight: 760; }
.booking-summary-editor { display: none; min-height: 52vh; resize: vertical; font: 500 .75rem/1.62 var(--font-body); }
.booking-summary-panel.is-editable .booking-summary-preview { display: none; }
.booking-summary-panel.is-editable .booking-summary-editor-label,
.booking-summary-panel.is-editable .booking-summary-editor { display: block; }
.booking-summary-panel__notice { margin: 13px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }

.booking-faq { background: radial-gradient(circle at 10% 30%, color-mix(in srgb, var(--violet) 7%, transparent), transparent 29%); }
.booking-faq__layout { display: grid; grid-template-columns: minmax(280px,.64fr) minmax(0,1fr); gap: clamp(32px,7vw,96px); align-items: start; }
.booking-faq__layout h2 { margin: .4rem 0 1rem; font-family: var(--font-display); font-size: clamp(2.8rem,5vw,5.3rem); line-height: .94; letter-spacing: -.05em; }
.booking-faq__layout > div:first-child > p:last-child { color: var(--muted); line-height: 1.65; }
.booking-accordion { display: grid; gap: 10px; }
.booking-accordion details { border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.018); overflow: hidden; }
.booking-accordion summary { position: relative; min-height: 58px; padding: 17px 54px 17px 18px; cursor: pointer; font-size: .85rem; font-weight: 760; list-style: none; }
.booking-accordion summary::-webkit-details-marker { display: none; }
.booking-accordion summary::after { position: absolute; right: 18px; top: 50%; width: 12px; height: 12px; border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); content: ""; transform: translateY(-70%) rotate(45deg); transition: transform .2s ease; }
.booking-accordion details[open] { border-color: color-mix(in srgb, var(--gold) 35%, var(--line)); background: var(--booking-soft-gold); }
.booking-accordion details[open] summary::after { transform: translateY(-20%) rotate(225deg); }
.booking-accordion summary:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: -4px; }
.booking-accordion details p { margin: 0; padding: 0 18px 18px; color: var(--muted); font-size: .78rem; line-height: 1.64; }

.booking-closing { padding-bottom: clamp(82px,10vw,136px); }
.booking-closing__inner { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(310px,.55fr); align-items: center; gap: clamp(28px,6vw,80px); min-height: 430px; padding: clamp(30px,5vw,64px); overflow: hidden; border: 1px solid color-mix(in srgb, var(--gold) 32%, var(--line)); border-radius: 32px; background: radial-gradient(circle at 88% 50%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 38%), radial-gradient(circle at 10% 90%, color-mix(in srgb, var(--violet) 9%, transparent), transparent 34%), var(--booking-panel-strong); box-shadow: 0 30px 90px rgba(0,0,0,.34); }
.booking-closing h2 { max-width: 860px; margin: .38rem 0 1rem; font-family: var(--font-display); font-size: clamp(3rem,5.5vw,6rem); line-height: .91; letter-spacing: -.06em; }
.booking-closing p:not(.eyebrow) { max-width: 720px; color: var(--muted); line-height: 1.7; }
.booking-closing__actions { display: grid; gap: 11px; position: relative; z-index: 2; }
.booking-closing__actions a { min-height: 50px; justify-content: center; }
.booking-closing__discrete { display: grid !important; padding: .7rem 1rem; color: var(--muted); text-align: center; font-size: .72rem; }
.booking-closing__discrete strong { color: var(--gold-bright); }
.booking-closing__visual { position: absolute; right: 5%; bottom: -11%; width: min(310px,32%); fill: none; stroke: var(--gold-bright); stroke-width: 1.4; opacity: .19; }
.booking-closing__visual .accent { stroke: var(--accent); }
.booking-closing__visual .violet { stroke: var(--violet); }
body[data-motion="on"] .booking-closing__visual { animation: booking-closing-pulse 5s ease-in-out infinite alternate; }
@keyframes booking-closing-pulse { to { opacity: .3; transform: translateY(-6px); } }

.booking-status { position: fixed; z-index: 900; right: 18px; bottom: 18px; max-width: min(390px,calc(100vw - 36px)); padding: .8rem 1rem; border: 1px solid color-mix(in srgb, var(--gold) 40%, var(--line)); border-radius: 14px; color: var(--text); background: rgba(5,8,18,.96); box-shadow: 0 20px 60px rgba(0,0,0,.4); opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.booking-status.is-visible { opacity: 1; transform: translateY(0); }
.booking-page .whatsapp-fab { bottom: max(18px,env(safe-area-inset-bottom)); }

[data-reveal] { opacity: 0; transform: translateY(8px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1240px) {
  .booking-hero__inner { grid-template-columns: minmax(0,1fr) minmax(410px,.75fr); }
  .experience-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .booking-category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .booking-brief-layout { grid-template-columns: minmax(0,1fr) 340px; }
  .booking-choice-grid--modes { grid-template-columns: 1fr; }
  .booking-choice { min-height: auto; }
}
@media (max-width: 1040px) {
  .booking-hero { min-height: 700px; }
  .booking-hero__inner { grid-template-columns: minmax(0,1fr) 390px; }
  .booking-stage { min-height: 470px; }
  .booking-section__heading { grid-template-columns: 1fr; gap: 18px; }
  .experience-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .booking-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .booking-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 18px; }
  .booking-process-grid::before { display: none; }
  .booking-brief-layout { grid-template-columns: minmax(0,1fr) 300px; gap: 22px; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-field--full { grid-column: auto; }
  .booking-faq__layout { grid-template-columns: minmax(240px,.55fr) minmax(0,1fr); gap: 36px; }
}
@media (max-width: 900px) {
  .booking-hero { min-height: auto; padding-top: 118px; }
  .booking-hero__inner { grid-template-columns: 1fr; }
  .booking-stage { min-height: 420px; width: min(620px,100%); margin-inline: auto; }
  .experience-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .booking-brief-layout { grid-template-columns: 1fr; }
  .booking-summary-panel { position: static; }
  .booking-faq__layout { grid-template-columns: 1fr; }
  .booking-closing__inner { grid-template-columns: 1fr; }
  .booking-closing__actions { max-width: 470px; }
}
@media (max-width: 760px) {
  .booking-page .page-header { max-width: calc(100% - 14px); }
  .booking-container,
  .booking-hero__inner { width: calc(100% - 24px); }
  .booking-section { padding: 62px 0; }
  .booking-hero { padding: 104px 0 58px; }
  .booking-hero__copy h1 { font-size: clamp(3.1rem,14.5vw,5.25rem); }
  .booking-hero__lead { font-size: 1rem; }
  .booking-hero__actions { display: grid; grid-template-columns: 1fr; }
  .booking-hero__actions a { width: 100%; }
  .booking-stage { min-height: 350px; }
  .booking-stage__image--main { inset: 5% 4% 3% 9%; }
  .booking-stage__image--dj { right: -1%; width: 36%; height: 48%; }
  .booking-stage__image--dance { left: -1%; width: 32%; height: 44%; }
  .booking-section__heading h2 { font-size: clamp(2.55rem,12vw,4.3rem); }
  .experience-grid { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 3px 2px 12px; scrollbar-width: thin; }
  .experience-card { flex: 0 0 min(280px,82vw); scroll-snap-align: start; min-height: 84px; }
  .booking-category-grid { grid-template-columns: 1fr; }
  .booking-category-card { display: grid; grid-template-columns: minmax(125px,.42fr) minmax(0,1fr); }
  .booking-category-card__media { height: 100%; aspect-ratio: auto; min-height: 230px; }
  .booking-category-card__body { min-height: 230px; }
  .booking-process-grid { grid-template-columns: 1fr; }
  .booking-process-grid li { grid-template-columns: 60px 1fr; align-items: start; gap: 15px; }
  .booking-process-grid li > span { width: 60px; height: 60px; }
  .booking-progress { position: sticky; top: 68px; z-index: 30; padding: 6px; border: 1px solid var(--line); border-radius: 16px; background: rgba(3,6,15,.92); backdrop-filter: blur(16px); }
  .booking-progress li { min-height: 50px; padding: 7px 5px; text-align: center; }
  .booking-progress strong { font-size: .61rem; }
  .booking-progress span { white-space: normal; font-size: .61rem; line-height: 1.12; }
  .booking-form { border-radius: 21px; }
  .booking-step { padding: 22px 16px 96px; }
  .booking-step__header h3 { font-size: clamp(2rem,10vw,3.15rem); }
  .booking-choice-grid--modes { grid-template-columns: 1fr; }
  .booking-step-actions { position: sticky; z-index: 24; bottom: max(0px,env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; margin: 28px -16px -96px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(3,6,15,.96); backdrop-filter: blur(16px); }
  .booking-step-actions > span:only-child { display: none; }
  .booking-step-actions > span + button { grid-column: 1 / -1; }
  .booking-step-actions button { width: 100%; min-height: 50px; }
  .booking-summary-panel { display: none; }
  .booking-mobile-summary { display: grid; }
  .booking-final-actions { display: grid; grid-template-columns: 1fr; }
  .booking-final-actions a,
  .booking-final-actions button { width: 100%; }
  .booking-closing__inner { min-height: auto; padding: 28px 20px; border-radius: 24px; }
  .booking-closing h2 { font-size: clamp(2.9rem,13vw,4.5rem); }
  .booking-closing__visual { width: 50%; opacity: .12; }
  .booking-page .whatsapp-fab { bottom: calc(max(10px,env(safe-area-inset-bottom)) + 4px); }
}
@media (max-width: 520px) {
  .booking-stage { min-height: 300px; }
  .booking-stage__image--dj,
  .booking-stage__image--dance { display: none; }
  .booking-stage__image--main { inset: 2% 2% 2% 2%; }
  .booking-category-card { grid-template-columns: 1fr; }
  .booking-category-card__media { min-height: 220px; aspect-ratio: 16 / 10; }
  .booking-category-card__body { min-height: 210px; }
  .booking-selected-artist { grid-template-columns: 44px 1fr auto; }
  .booking-selected-artist img { width: 44px; height: 52px; }
  .booking-faq__layout h2 { font-size: clamp(2.6rem,13vw,4rem); }
}
@media (max-width: 380px) {
  .booking-container,
  .booking-hero__inner { width: calc(100% - 18px); }
  .booking-step { padding-inline: 13px; }
  .booking-step-actions { margin-inline: -13px; padding-inline: 13px; }
  .booking-progress li { padding-inline: 2px; }
  .booking-choice { padding: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .booking-entry { display: none; }
  .booking-page *,
  .booking-page *::before,
  .booking-page *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
body[data-motion="off"] .booking-entry { display: none; }
body[data-motion="off"] [data-reveal] { opacity: 1; transform: none; }
body[data-motion="off"] .booking-stage__orbit,
body[data-motion="off"] .booking-stage__wave path,
body[data-motion="off"] .booking-stage__image--dj,
body[data-motion="off"] .booking-stage__image--dance,
body[data-motion="off"] .booking-closing__visual { animation: none !important; }


/* TSM UX 2026 — formulario sin panel de resumen visible */
.booking-brief-layout { grid-template-columns:minmax(0,1fr); width:min(100%,1120px); margin-inline:auto; }
.booking-summary-panel[hidden], .booking-mobile-summary { display:none !important; }
.booking-next-step { margin-top:26px; padding:20px 22px; border:1px solid color-mix(in srgb,var(--gold) 28%,var(--line)); border-radius:18px; background:linear-gradient(135deg,color-mix(in srgb,var(--gold) 8%,transparent),rgba(8,12,28,.62)); }
.booking-next-step h4 { margin:.35rem 0 .45rem; font-family:var(--font-display); font-size:clamp(1.25rem,2.2vw,1.65rem); letter-spacing:-.025em; }
.booking-next-step > p:last-child { margin:0; color:var(--muted); line-height:1.65; }
.booking-after-actions { margin-top:14px; text-align:right; }
.booking-step-actions--send > a { min-height:48px; justify-content:center; }
@media (max-width:760px) {
  .booking-step-actions--send > a, .booking-step-actions--send > button { width:100%; min-height:50px; }
  .booking-after-actions { padding-bottom:4px; text-align:center; }
}
