/* Reservas de Salón y Quincho · Rotary Club Antofagasta
   Todo el CSS está encapsulado bajo .rca-reservas / .rca-body */

.rca-body { margin: 0; background: #F8FAFB; }
.rca-reservas {
  --navy: #003F87; --navy-deep: #002A5C; --navy-ink: #001D3D;
  --gold: #F7A81B; --gold-light: #FFC84A; --gold-pale: #FFF3D0;
  --sky: #009FDB;
  --text: #001D3D; --text-2: #3D4E6B; --muted: #6B7A96;
  --line: rgba(0,63,135,.12); --line-2: rgba(0,63,135,.22);
  --st-quincho: #17753A; --st-quincho-bg: #E4F3E9;
  --st-salon: #1747D1; --st-salon-bg: #E6ECFD;
  --st-ambos: #E67E00; --st-ambos-bg: #FFF0DC;
  --st-busy: #D62828; --st-free: #1C7A3E;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(0,29,61,.06), 0 8px 24px -12px rgba(0,29,61,.18);
  font-family: 'Open Sans', Arial, sans-serif;
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.rca-reservas *, .rca-reservas *::before, .rca-reservas *::after { box-sizing: border-box; }
.rca-reservas a { color: var(--navy); }
.rca-reservas h1, .rca-reservas h2, .rca-reservas h3 { margin: 0; line-height: 1.1; }
.rca-reservas :focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 6px; }

/* ---------- Barra superior ---------- */
.rca-topbar {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 10px clamp(16px, 4vw, 48px);
  background: rgba(255,255,255,.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.rca-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.rca-brand img { width: 44px; height: 44px; object-fit: contain; }
.rca-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.rca-brand-text strong { font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--navy); font-size: 15px; }
.rca-brand-text small { color: var(--gold); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: 10.5px; }
.rca-back { white-space: nowrap;
  font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
  padding: 9px 14px; border: 1.5px solid var(--line-2); border-radius: 8px; transition: border-color .2s, background .2s;
}
.rca-back:hover { border-color: var(--navy); background: #F0F5FC; }

/* ---------- Hero ---------- */
.rca-hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1200px 500px at 85% 0%, rgba(0,159,219,.28), transparent 60%),
    radial-gradient(800px 400px at 0% 100%, rgba(247,168,27,.14), transparent 60%),
    linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%);
}
.rca-hero::after { /* rueda rotaria como marca de agua */
  content: ""; position: absolute; right: -120px; bottom: -160px; width: 520px; height: 520px; border-radius: 50%;
  border: 38px dashed rgba(247,168,27,.08); pointer-events: none;
}
.rca-hero-inner {
  position: relative; z-index: 1; max-width: 1180px; margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) clamp(16px, 4vw, 48px) clamp(56px, 8vw, 104px);
  display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center;
}
.rca-eyebrow, .rca-kicker {
  margin: 0 0 14px; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 15px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
}
.rca-hero h1 {
  font-weight: 800; text-transform: uppercase; letter-spacing: -.02em;
  font-size: clamp(34px, 6vw, 64px);
}
.rca-hero h1 span { color: var(--gold); display: block; }
.rca-lead { margin: 20px 0 32px; max-width: 540px; font-size: clamp(16px, 1.8vw, 19px); color: #CFE0F5; }
.rca-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.rca-centenario {
  display: grid; justify-items: center; text-align: center; padding: 28px 30px;
  border: 1px solid rgba(247,168,27,.45); border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.01));
}
.rca-cent-num {
  font-family: 'Cinzel', serif; font-weight: 700; font-size: 84px; line-height: .9;
  background: linear-gradient(180deg, #FFE08A 0%, var(--gold) 55%, #E08A00 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.rca-cent-anos { font-family: 'Cinzel', serif; font-weight: 700; letter-spacing: .3em; font-size: 18px; margin-top: 6px; }
.rca-cent-years { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: .12em; margin-top: 8px; }
.rca-cent-tag { margin-top: 10px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); max-width: 170px; }

/* ---------- Botones ---------- */
.rca-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 24px; border-radius: 10px; border: 2px solid transparent;
  font: 800 13.5px/1 'Open Sans', sans-serif; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s;
}
.rca-btn:hover { transform: translateY(-1px); }
.rca-btn:active { transform: translateY(0); }
.rca-reservas .rca-btn-gold { background: var(--gold); color: var(--navy-ink); box-shadow: 0 8px 20px -8px rgba(247,168,27,.7); }
.rca-reservas .rca-btn-gold:hover { background: var(--gold-light); }
.rca-reservas .rca-btn-ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.rca-reservas .rca-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.rca-reservas .rca-btn-navy { background: var(--navy); color: #fff; }
.rca-reservas .rca-btn-navy:hover { background: var(--navy-deep); box-shadow: 0 10px 24px -10px rgba(0,42,92,.6); }
.rca-reservas .rca-btn-ghost-dark { color: var(--navy); border-color: var(--line-2); background: #fff; }
.rca-reservas .rca-btn-ghost-dark:hover { border-color: var(--navy); }

/* ---------- Secciones ---------- */
.rca-section { max-width: 1180px; margin: 0 auto; padding: clamp(48px, 7vw, 88px) clamp(16px, 4vw, 48px) 0; }
.rca-section-head { max-width: 680px; margin-bottom: 28px; }
.rca-section-head h2, .rca-form-head h2, .rca-pay h2 {
  font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; color: var(--navy); font-size: clamp(26px, 3.4vw, 38px);
}
.rca-section-head p:not(.rca-kicker) { margin: 12px 0 0; color: var(--text-2); }
.rca-kicker { color: #C98100; }

/* ---------- Calendario ---------- */
.rca-calendar { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.rca-cal-nav {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px;
  padding: 16px 18px; background: var(--navy-deep); color: #fff;
}
.rca-cal-month {
  text-align: center; font-family: 'Rajdhani', sans-serif; font-weight: 700; text-transform: uppercase;
  font-size: clamp(22px, 3.2vw, 34px); letter-spacing: .06em; color: var(--gold);
}
.rca-cal-arrow {
  display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 16px;
  border-radius: 10px; border: 1.5px solid rgba(255,255,255,.3); background: transparent; color: #fff;
  font: 700 13px 'Open Sans', sans-serif; letter-spacing: .06em; text-transform: uppercase; cursor: pointer;
  transition: background .2s, border-color .2s;
}
.rca-cal-arrow:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.rca-cal-arrow:disabled { opacity: .35; cursor: default; }

.rca-legend {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin: 0; padding: 14px 18px;
  list-style: none; border-bottom: 1px solid var(--line);
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: .04em; text-transform: uppercase; color: var(--navy);
}
.rca-legend li { display: inline-flex; align-items: center; gap: 8px; }
.rca-sw { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 5px; font-style: normal; font-size: 12px; }
.rca-sw-quincho { background: var(--st-quincho); }
.rca-sw-salon { background: var(--st-salon); }
.rca-sw-ambos { background: var(--st-ambos); }
.rca-sw-libre { border: 2px solid var(--st-free); color: var(--st-free); border-radius: 50%; font-weight: 800; }

.rca-status:empty { display: none; }
.rca-status { margin: 12px 18px 0; padding: 12px 14px; border-radius: 10px; font-size: 14px; }
.rca-status.is-loading { background: #F0F5FC; color: var(--text-2); }
.rca-status.is-error { background: #FDECEA; color: #8E1F16; }
.rca-status button { margin-left: 8px; font: inherit; font-weight: 700; color: inherit; background: none; border: 0; text-decoration: underline; cursor: pointer; }

.rca-grid-wrap { padding: 14px; }
.rca-weekdays, .rca-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.rca-weekdays span {
  text-align: center; padding: 8px 0; border-radius: 8px; background: var(--navy);
  color: #fff; font-family: 'Rajdhani', sans-serif; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 15px;
}
.rca-grid { margin-top: 6px; }
.rca-day {
  position: relative; display: flex; flex-direction: column; align-items: stretch; gap: 4px;
  min-height: 118px; padding: 8px 8px 10px; text-align: left;
  background: #fff; border: 1px solid var(--line); border-radius: 10px; cursor: pointer;
  font: inherit; color: inherit;
  transition: border-color .18s, box-shadow .18s, transform .18s;
  animation: rcaFade .35s ease both;
}
.rca-day:hover { border-color: var(--navy); box-shadow: 0 6px 18px -10px rgba(0,42,92,.45); transform: translateY(-1px); }
.rca-day.is-empty { background: transparent; border-style: dashed; border-color: rgba(0,63,135,.06); cursor: default; pointer-events: none; }
.rca-day.is-past { background: #F7F9FC; }
.rca-day.is-past .rca-day-body { opacity: .55; }
.rca-day.is-today { border: 2px solid var(--gold); }
.rca-day.is-selected { border: 2px solid var(--navy); box-shadow: 0 0 0 3px rgba(0,63,135,.15); }
.rca-day-num { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 24px; line-height: 1; color: var(--navy-ink); }
.rca-day-today { position: absolute; top: 9px; right: 8px; font-size: 9.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #B06F00; }
.rca-day-body { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; flex: 1; text-align: center; }
.rca-free { display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--st-free); font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.rca-free i { display: grid; place-items: center; width: 26px; height: 26px; border: 2px solid var(--st-free); border-radius: 50%; font-style: normal; font-size: 14px; }
.rca-busy { color: var(--st-busy); font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: .05em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 4px; }
.rca-busy i { display: grid; place-items: center; width: 17px; height: 17px; border: 2px solid currentColor; border-radius: 50%; font-style: normal; font-size: 10px; }
.rca-holder { font-size: 12.5px; font-weight: 600; line-height: 1.2; color: var(--text); overflow-wrap: anywhere; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rca-pill {
  display: inline-block; max-width: 100%; padding: 3px 8px; border-radius: 6px; color: #fff; text-align: center; line-height: 1.15;
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 12.5px; letter-spacing: .05em; text-transform: uppercase;
}
.rca-pill-salon { background: var(--st-salon); }
.rca-pill-quincho { background: var(--st-quincho); }
.rca-pill-ambos { background: var(--st-ambos); }
.rca-other-free { font-size: 11px; font-weight: 700; color: var(--st-free); }
.rca-day.st-salon { background: linear-gradient(180deg, #fff 55%, var(--st-salon-bg)); }
.rca-day.st-quincho { background: linear-gradient(180deg, #fff 55%, var(--st-quincho-bg)); }
.rca-day.st-ambos { background: linear-gradient(180deg, #fff 55%, var(--st-ambos-bg)); }
.rca-day.st-split { background: linear-gradient(180deg, #fff 45%, #F2EEFB); }
.rca-unknown { color: var(--muted); font-size: 13px; }
.rca-dots { display: none; }

@keyframes rcaFade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

/* Detalle del día */
.rca-day-detail {
  margin: 0 14px 14px; padding: 18px; border-radius: 14px; background: #F0F5FC; border: 1px solid var(--line-2);
  animation: rcaFade .25s ease both;
}
.rca-day-detail h4 { margin: 0 0 12px; font-family: 'Rajdhani', sans-serif; font-size: 22px; text-transform: uppercase; letter-spacing: .04em; color: var(--navy); }
.rca-detail-rows { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.rca-detail-row { background: #fff; border-radius: 10px; padding: 12px 14px; border-left: 5px solid var(--st-free); }
.rca-detail-row.is-busy { border-left-color: var(--st-busy); }
.rca-detail-row b { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.rca-detail-row span { font-weight: 700; }
.rca-detail-row.is-busy span { color: var(--st-busy); }
.rca-detail-row:not(.is-busy) span { color: var(--st-free); }
.rca-detail-row small { display: block; color: var(--text-2); font-size: 13px; margin-top: 2px; }
.rca-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; align-items: center; }
.rca-detail-actions p { margin: 0; color: var(--text-2); font-size: 14px; }
.rca-detail-close { margin-left: auto; background: none; border: 0; color: var(--navy); font: 700 13px 'Open Sans', sans-serif; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; padding: 8px; }

/* Lista mensual (móvil) */
.rca-month-list { display: none; }

/* ---------- Pasos ---------- */
.rca-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: none; }
.rca-steps li {
  position: relative; padding: 26px 24px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s;
}
.rca-steps li:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -16px rgba(0,42,92,.35); }
.rca-steps li::before { content: ""; position: absolute; left: 24px; right: 24px; top: 0; height: 3px; background: var(--gold); border-radius: 0 0 3px 3px; }
.rca-step-n {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: var(--gold); font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 24px;
}
.rca-steps h3 { margin: 16px 0 8px; font-size: 19px; font-weight: 800; text-transform: uppercase; color: var(--navy); }
.rca-steps p { margin: 0; color: var(--text-2); font-size: 15px; }

/* ---------- Formulario ---------- */
.rca-form-section { padding-bottom: clamp(56px, 8vw, 96px); }
.rca-form-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.rca-booking-form, .rca-success {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 40px);
}
.rca-booking-form .rca-kicker { margin-bottom: 10px; }
.rca-notice {
  margin: 20px 0 24px; padding: 14px 16px 14px 18px; border-radius: 10px;
  background: var(--gold-pale); border-left: 4px solid var(--gold); color: #5A3A00; font-size: 14.5px; font-weight: 600;
}
.rca-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 18px; }
.rca-col-2 { grid-column: 1 / -1; }
.rca-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; margin: 0; padding: 0; border: 0; }
.rca-field label, .rca-field legend { font-size: 13px; font-weight: 700; color: var(--navy-ink); letter-spacing: .02em; padding: 0; }
.rca-field legend { margin-bottom: 8px; }
.rca-field em { font-style: normal; font-weight: 500; color: var(--muted); }
.rca-field input, .rca-field textarea {
  width: 100%; min-height: 48px; padding: 11px 14px; border-radius: 10px;
  border: 1.5px solid #CBD6E6; background: #FBFCFE; color: var(--text);
  font: 500 16px 'Open Sans', sans-serif; transition: border-color .18s, box-shadow .18s, background .18s;
}
.rca-field textarea { resize: vertical; min-height: 92px; }
.rca-field input:hover, .rca-field textarea:hover { border-color: #9DB0CC; }
.rca-field input:focus, .rca-field textarea:focus { outline: none; border-color: var(--navy); background: #fff; box-shadow: 0 0 0 4px rgba(0,63,135,.12); }
.rca-field.is-invalid input, .rca-field.is-invalid textarea { border-color: var(--st-busy); background: #FFF8F7; }
.rca-field .rca-err { color: #B3261E; font-size: 12.5px; font-weight: 600; }

.rca-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rca-chips label, .rca-space { position: relative; cursor: pointer; }
.rca-chips input, .rca-space input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.rca-chips span {
  display: inline-flex; align-items: center; min-height: 42px; padding: 0 18px; border-radius: 999px;
  border: 1.5px solid #CBD6E6; background: #fff; font-weight: 600; font-size: 14.5px; transition: all .18s;
}
.rca-chips label:hover span { border-color: var(--navy); }
.rca-chips input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; }
.rca-chips input:focus-visible + span, .rca-space input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }

.rca-space-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.rca-space span {
  display: flex; flex-direction: column; gap: 4px; height: 100%; padding: 14px 14px 12px 16px; border-radius: 12px;
  border: 1.5px solid #CBD6E6; background: #fff; transition: all .18s; border-left-width: 6px;
}
.rca-space-salon span { border-left-color: var(--st-salon); }
.rca-space-quincho span { border-left-color: var(--st-quincho); }
.rca-space-ambos span { border-left-color: var(--st-ambos); }
.rca-space b { font-size: 15px; }
.rca-space small { font-size: 12.5px; font-weight: 600; color: var(--muted); min-height: 1em; }
.rca-space small.is-free { color: var(--st-free); }
.rca-space small.is-busy { color: var(--st-busy); }
.rca-space:hover span { border-color: var(--navy); }
.rca-space input:checked + span { background: #F0F5FC; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(0,63,135,.12); }
.rca-space input:disabled + span { opacity: .5; cursor: not-allowed; background: #F4F6F9; }

.rca-date-hint { justify-content: flex-end; font-size: 13.5px; color: var(--text-2); }
.rca-date-hint:empty { display: none; }

.rca-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.rca-accept { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--text-2); cursor: pointer; }
.rca-accept input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--navy); flex: none; }
.rca-accept.is-invalid span { color: #B3261E; }

.rca-form-error { margin-top: 18px; padding: 12px 14px; border-radius: 10px; background: #FDECEA; color: #8E1F16; font-weight: 600; font-size: 14.5px; }
.rca-submit { width: 100%; margin-top: 22px; min-height: 54px; font-size: 14.5px; }
.rca-submit:disabled { opacity: .7; cursor: progress; transform: none; }
.rca-spinner { display: none; width: 18px; height: 18px; border: 2.5px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: rcaSpin .8s linear infinite; }
.rca-submit.is-busy .rca-spinner { display: inline-block; }
@keyframes rcaSpin { to { transform: rotate(360deg); } }
.rca-privacy { margin: 12px 0 0; text-align: center; font-size: 12.5px; color: var(--muted); }

/* Éxito */
.rca-success { text-align: center; animation: rcaFade .35s ease both; }
.rca-success-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 16px; border-radius: 50%; background: var(--st-quincho-bg); color: var(--st-free); font-size: 36px; font-weight: 800; }
.rca-success h2 { color: var(--navy); text-transform: uppercase; font-weight: 800; font-size: 28px; }
.rca-success p { color: var(--text-2); }
.rca-success-id { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 34px; letter-spacing: .08em; color: var(--navy) !important; margin: 0 0 12px; }
.rca-success-text { max-width: 520px; margin: 0 auto 18px; }
.rca-success-warn { max-width: 520px; margin: 0 auto 18px; padding: 12px; border-radius: 10px; background: #FFF0DC; color: #7A4B00 !important; font-weight: 600; font-size: 14px; }

/* Pago */
.rca-pay {
  position: sticky; top: 88px; padding: 28px 26px; border-radius: 20px; color: #fff;
  background: linear-gradient(165deg, var(--navy-deep), var(--navy)); box-shadow: var(--shadow);
}
.rca-pay h2 { color: #fff; font-size: 24px; padding-bottom: 14px; border-bottom: 1px solid rgba(247,168,27,.5); }
.rca-pay-data { margin: 18px 0 0; display: grid; gap: 12px; }
.rca-pay-data div { display: grid; gap: 2px; }
.rca-pay-data dt { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.rca-pay-data dd { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
.rca-pay-data a { color: #fff; }
.rca-mono { font-family: 'Rajdhani', sans-serif; font-size: 20px; letter-spacing: .08em; }
.rca-pay-note { margin-top: 22px; padding: 14px 16px; border-radius: 12px; background: rgba(255,255,255,.08); font-size: 14px; }
.rca-pay-note strong { color: var(--gold); text-transform: uppercase; letter-spacing: .06em; font-size: 12.5px; }
.rca-pay-note p { margin: 6px 0 0; color: #DCE7F5; }

/* Pie */
.rca-footer {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px;
  padding: 22px clamp(16px, 4vw, 48px); background: var(--navy-deep); color: #fff; font-size: 14px;
}
.rca-footer p { margin: 0; }
.rca-footer strong { color: var(--gold); text-transform: uppercase; letter-spacing: .04em; }
.rca-footer span { color: var(--gold-light); }
.rca-footer a { color: #fff; font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .rca-form-layout { grid-template-columns: 1fr; }
  .rca-pay { position: static; }
  .rca-day { min-height: 104px; }
  .rca-holder { font-size: 11.5px; }
  .rca-day .rca-pill { font-size: 11px; padding: 2px 5px; letter-spacing: .02em; }
}

@media (max-width: 760px) {
  .rca-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .rca-centenario { grid-template-columns: auto 1fr; justify-items: start; text-align: left; column-gap: 18px; padding: 18px 20px; }
  .rca-cent-num { grid-row: span 4; font-size: 64px; align-self: center; }
  .rca-cent-anos, .rca-cent-years, .rca-cent-tag { margin-top: 0; }
  .rca-cent-tag { max-width: none; }
  .rca-hide-sm { display: none; }
  .rca-cal-arrow { padding: 0 14px; font-size: 18px; }
  .rca-legend { justify-content: flex-start; gap: 8px 16px; font-size: 14px; }
  .rca-grid-wrap { padding: 8px; }
  .rca-weekdays, .rca-grid { gap: 4px; }
  .rca-weekdays span { font-size: 12px; padding: 6px 0; }
  /* En móvil la celda muestra número + indicador de color; el detalle se abre al tocar */
  .rca-day { min-height: 58px; padding: 6px 4px; align-items: center; gap: 4px; }
  .rca-day-num { font-size: 18px; }
  .rca-day-today { display: none; }
  .rca-day-body { display: none; }
  .rca-dots { display: flex; gap: 3px; justify-content: center; }
  .rca-dots i { display: block; width: 18px; height: 6px; border-radius: 3px; }
  .rca-dots .d-free { width: 16px; height: 16px; border: 2px solid var(--st-free); border-radius: 50%; position: relative; }
  .rca-dots .d-free::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; font-size: 9px; font-weight: 800; color: var(--st-free); font-style: normal; }
  .rca-dots .d-salon { background: var(--st-salon); }
  .rca-dots .d-quincho { background: var(--st-quincho); }
  .rca-dots .d-ambos { background: var(--st-ambos); width: 26px; }
  .rca-detail-rows { grid-template-columns: 1fr; }
  .rca-day-detail { margin: 0 8px 12px; padding: 16px; }
  .rca-detail-actions .rca-btn { width: 100%; }
  .rca-detail-close { margin-left: 0; }

  .rca-month-list { display: block; padding: 4px 12px 16px; border-top: 1px solid var(--line); }
  .rca-month-list h4 { margin: 12px 4px 8px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
  .rca-ml-item { display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center; width: 100%; padding: 10px; margin-bottom: 8px; border: 1px solid var(--line); border-radius: 12px; background: #fff; text-align: left; font: inherit; color: inherit; cursor: pointer; }
  .rca-ml-date { display: grid; place-items: center; height: 52px; border-radius: 10px; background: var(--navy); color: #fff; line-height: 1; }
  .rca-ml-date b { font-family: 'Rajdhani', sans-serif; font-size: 22px; }
  .rca-ml-date small { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--gold); }
  .rca-ml-info { display: flex; flex-direction: column; gap: 4px; align-items: flex-start; min-width: 0; }
  .rca-ml-info span { font-weight: 600; font-size: 14px; overflow-wrap: anywhere; }
  .rca-ml-empty { margin: 8px 4px; color: var(--st-free); font-weight: 700; font-size: 14px; }

  .rca-steps { grid-template-columns: 1fr; }
  .rca-fields { grid-template-columns: 1fr; }
  .rca-space-options { grid-template-columns: 1fr; }
  .rca-date-hint { justify-content: flex-start; }
  .rca-topbar { padding: 8px 16px; }
  .rca-brand img { width: 38px; height: 38px; }
  .rca-back { font-size: 11.5px; padding: 8px 10px; }
  .rca-footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
  .rca-brand-text small { display: none; }
  .rca-hero-actions .rca-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .rca-reservas *, .rca-reservas *::before, .rca-reservas *::after { animation: none !important; transition: none !important; }
}
