/* Rediseño del flujo público de reservas Revitek */
.public-page {
  --booking-yellow: #ffd21f;
  --booking-ink: #111318;
  --booking-muted: #667085;
  --booking-line: #ddd8cc;
  --booking-surface: #f3f0e8;
  --booking-soft: #eae6dc;
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 210, 31, .15), transparent 27rem),
    linear-gradient(180deg, #090a0c 0, #111318 27rem, #f4f4f2 27rem);
  color: #fff;
  padding: 34px 20px 72px;
}

.public-page .container { max-width: 1160px; }

.public-page .public-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: 1000px;
  margin: 4px auto 22px;
  padding: 12px 4px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.booking-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: var(--booking-yellow);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.booking-kicker::before { content: ''; width: 28px; height: 2px; background: currentColor; }
.public-page .public-hero h1 { max-width: 660px; margin: 0; font-family: Impact, Arial Black, sans-serif; font-size: clamp(36px, 5vw, 54px); font-style: italic; font-weight: 400; line-height: .96; letter-spacing: -.02em; text-transform: uppercase; }
.public-page .agenda-hero-subtitle { margin: 10px 0 0; color: #fff; font-size: clamp(18px, 2vw, 24px); font-weight: 550; letter-spacing: -.015em; }
.public-page .public-hero p { max-width: 590px; margin: 10px 0 0; color: #b7bbc4; font-size: 14px; line-height: 1.5; }
.public-page .agenda-hero-actions { align-self: flex-end; }
.public-page .agenda-hero-actions a { display: inline-flex !important; align-items: center; gap: 9px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.06); color: #fff; box-shadow: none; font-size: 13px; }
.public-page .agenda-hero-actions a:hover { border-color: var(--booking-yellow); background: rgba(255,210,31,.1); }

.booking-shell { max-width: 1000px; margin: 0 auto; padding-bottom: 48px; }
.booking-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(15,16,19,.82);
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}

.step-item {
  position: relative;
  max-width: none;
  min-width: 0;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #747985;
  text-align: left;
  cursor: default;
  opacity: 1;
}
.step-item.can-visit { cursor: pointer; }
.step-item.can-visit:hover { background: rgba(255,255,255,.05); color: #fff; }
.step-item.active { background: var(--booking-yellow); color: #111318; }
.step-item.done { color: #d8dae0; }
.step-circle {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid currentColor;
  border-radius: 9px;
  background: transparent;
  color: inherit;
  box-shadow: none;
}
.step-circle.active, .step-circle.done { border-color: currentColor; background: transparent; color: inherit; box-shadow: none; }
.step-circle svg { width: 15px; height: 15px; }
.step-copy { min-width: 0; }
.step-number { display: block; margin-bottom: 1px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .62; }
.step-label, .step-label.active, .step-label.done { display: block; color: inherit; font-size: 12px; font-weight: 750; letter-spacing: 0; text-align: left; text-transform: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.step-connector { display: none; }

.native-step-card {
  margin: 0;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--booking-line);
  border-radius: 26px;
  background: var(--booking-surface);
  color: var(--booking-ink);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .16);
  backdrop-filter: none;
  animation: bookingEnter .34s ease both;
}
@keyframes bookingEnter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.native-step-header { align-items: center; gap: 16px; margin-bottom: 28px; }
.native-step-icon { width: 46px; height: 46px; border: 1px solid #e5c227; border-radius: 13px; background: #fff9d9; color: #17191e; font-size: 0; }
.native-step-icon svg { width: 21px; height: 21px; }
.native-step-header h2 { color: var(--booking-ink); font-size: clamp(22px, 3vw, 30px); font-weight: 830; letter-spacing: -.035em; }
.native-step-header p { max-width: 620px; margin-top: 5px; color: var(--booking-muted); font-size: 14px; line-height: 1.5; }

.service-cat-title { margin: 22px 0 10px; padding: 0; background: transparent; color: #7b808b; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.category-grid-native { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.category-card-native { display: flex; min-height: 168px; padding: 18px; flex-direction: column; align-items: flex-start; border: 1px solid #ded8c9; border-radius: 17px; background: linear-gradient(145deg,#fffdf8,#f8f4e9); color: var(--booking-ink); text-align: left; box-shadow: 0 9px 22px rgba(45,39,25,.06); }
.category-card-native:hover { border-color: #c5a500; background: #fffaf0; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(45,39,25,.1); }
.category-card-icon { display: grid; width: 34px; height: 34px; margin-bottom: 16px; place-items: center; border: 1px solid #e1bd00; border-radius: 10px; background: #ffda32; color: #111318; }
.category-card-icon svg { width: 17px; height: 17px; }
.category-card-copy { display: flex; flex-direction: column; gap: 7px; }
.category-card-copy strong { color: #181a1f; font-size: 14px; line-height: 1.3; }
.category-card-copy > span { color: #6d716f; font-size: 11px; line-height: 1.45; }
.category-card-meta { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 15px; border-top: 1px solid #ebe5d8; color: #826c00; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.category-card-meta svg { width: 15px; height: 15px; }
.category-back-btn { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 18px; padding: 8px 11px; border: 1px solid #c8cbc8; border-radius: 10px; background: rgba(255,255,255,.45); color: #525862; font-size: 11px; font-weight: 750; }
.category-back-btn:hover { border-color: #a98e00; background: #fff8ce; color: #111318; }
.category-back-btn svg { width: 14px; height: 14px; }
.service-grid-native { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.service-card-native {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: left;
  min-height: 164px;
  padding: 19px;
  border: 1px solid var(--booking-line);
  border-radius: 16px;
  background: rgba(255,255,255,.68);
  color: var(--booking-ink);
  box-shadow: none;
}
.service-card-native:hover { border-color: #c8a800; background: #fffdf3; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(17,19,24,.08); }
.service-card-native.selected { border-color: #c9a900; background: #fffbea; box-shadow: 0 0 0 3px rgba(255,210,31,.22); }
.service-card-native.selected::before { content: none; }
.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.service-card-native h4 { margin: 0; padding: 0; color: var(--booking-ink); font-size: 15px; font-weight: 780; line-height: 1.35; }
.service-select-mark { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; border: 1px solid #d7dae0; border-radius: 50%; color: transparent; }
.service-card-native.selected .service-select-mark { border-color: var(--booking-yellow); background: var(--booking-yellow); color: #111318; }
.service-select-mark svg { width: 13px; height: 13px; }
.svc-desc { display: block; margin: 9px 0 17px; color: #717783; font-size: 12px; line-height: 1.5; }
.svc-meta { margin-top: auto; padding-top: 12px; border-top: 1px solid #eff0f2; }
.svc-duration { display: inline-flex; align-items: center; gap: 6px; color: #707681; font-size: 11px; }
.svc-duration svg { width: 14px; height: 14px; }
.svc-price, .svc-price.free { color: var(--booking-ink); font-size: 15px; font-weight: 850; }

.booking-summary-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid #ece4b4;
  border-radius: 14px;
  background: #fffdf2;
  color: #606672;
  font-size: 12px;
  line-height: 1.5;
}
.booking-summary-bar strong { color: var(--booking-ink); }
.summary-item { display: inline-flex; align-items: center; gap: 7px; }
.summary-item svg { width: 15px; height: 15px; color: #8b7500; }

.public-cal-wrap, .time-slots-wrap {
  padding: 18px 20px;
  border: 1px solid var(--booking-line);
  border-radius: 18px;
  background: var(--booking-soft);
  box-shadow: none;
}
.public-cal-wrap.compact { padding: 15px 18px; }
.public-cal-wrap.compact .public-cal-title::after { content: 'Cambiar'; background: #eceef1; color: #565c67; }
.public-cal-header { margin-bottom: 18px; }
.public-cal-title { color: var(--booking-ink); font-size: 16px; font-weight: 800; letter-spacing: -.01em; }
.cal-nav-btn { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 12px; border: 1px solid #dadddf; border-radius: 11px; background: #fff; color: #4f5560; font-size: 11px; }
.cal-nav-btn svg { width: 14px; height: 14px; }
.cal-nav-btn:hover { border-color: #c5a600; background: #fff9d9; transform: none; }
.public-cal-grid { gap: 7px; }
.cal-weekday { padding: 4px 0 6px; color: #777c86; font-size: 10px; }
.cal-day-cell { grid-column: auto; width: 100%; max-width: none; min-height: 52px; aspect-ratio: auto; margin: 0; border-radius: 11px; color: #333842; font-size: 14px; }
.cal-day-cell.past, .cal-day-cell.weekend { border-color: rgba(190,186,176,.35); background: rgba(255,255,255,.22); color: #b5b3ad; }
.cal-day-cell.available { border-color: #d8d4cb; background: rgba(255,255,255,.82); color: #252931; }
.cal-day-cell.available:hover { border-color: #c6a500; background: #fff8ce; box-shadow: none; }
.cal-day-cell.today { border-color: #c8a800; color: #6e5e00; box-shadow: inset 0 0 0 1px #d6b600; }
.cal-day-cell.selected { border-color: var(--booking-yellow); background: var(--booking-yellow); color: #111318; box-shadow: 0 7px 18px rgba(190,156,0,.22); }
.cal-day-cell.sold-out { border-color: #d9d6cf; background: #dfddd7; color: #a5a39d; }
.calendar-legend { color: #747a85; }
.calendar-legend i { background: #fff; border-color: #d4d7dc; }
.calendar-legend i.sold-out { background: #e4e6e9; border-color: #e4e6e9; }
.time-slots-wrap { margin-top: 14px; }
.time-slots-title { display: flex; align-items: center; gap: 8px; color: var(--booking-ink); font-size: 12px; }
.time-slots-title svg { width: 15px; height: 15px; }
.time-slots-grid { grid-template-columns: repeat(auto-fill,minmax(150px,190px)); justify-content: start; }
.time-pill { display: flex; min-height: 54px; padding: 9px 12px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; border-color: #dadddf; border-radius: 11px; background: #fff; color: #353a43; font-size: 12px; }
.time-pill span { font-weight: 850; }
.time-pill small { color: #758078; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.time-pill:hover { border-color: #c7a700; background: #fff9d9; box-shadow: none; }
.time-pill.selected { border-color: #111318; background: #111318; color: #fff; box-shadow: 0 7px 16px rgba(17,19,24,.17); }
.time-pill.occupied { border-color: transparent; background: #e7e9eb; color: #a2a6ae; }
.time-pill.occupied small { color: #a2a6ae; }
.empty-schedule { display: flex; align-items: center; gap: 9px; margin-top: 14px; padding: 13px 15px; border: 1px dashed #d6d9de; border-radius: 13px; color: #747a85; font-size: 12px; }
.empty-schedule svg { width: 17px; height: 17px; }

.booking-form-native { gap: 14px; }
.booking-field { display: flex; flex-direction: column; gap: 7px; }
.booking-field.full { grid-column: 1/-1; }
.booking-field label { color: #4f5560; font-size: 11px; font-weight: 780; }
.booking-form-native input, .booking-form-native select, .booking-form-native textarea {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  border: 1px solid #dadddf;
  border-radius: 12px;
  background: #fff;
  color: var(--booking-ink);
  font-size: 13px;
}
.booking-form-native input::placeholder, .booking-form-native textarea::placeholder { color: #a3a7af; }
.booking-form-native input:hover, .booking-form-native select:hover { border-color: #bfc3c9; }
.booking-form-native input:focus, .booking-form-native select:focus, .booking-form-native textarea:focus { border-color: #b99a00; box-shadow: 0 0 0 3px rgba(255,210,31,.18); }
.booking-form-native input.invalid { border-color: #c84040 !important; box-shadow: 0 0 0 3px rgba(200,64,64,.1); }
.booking-form-native select option { background: #fff; color: #111318; }
.booking-privacy { display: flex; align-items: flex-start; gap: 8px; margin-top: 13px; color: #818691; font-size: 10px; line-height: 1.45; }
.booking-privacy svg { width: 14px; height: 14px; flex: 0 0 14px; }

.schedule-actions, .form-actions { display: flex; align-items: center; gap: 10px; margin-top: 20px; }
.next-step-btn, .native-submit-btn, .back-step-btn, .new-booking-btn {
  min-height: 48px;
  margin: 0;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.next-step-btn, .native-submit-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #111318; background: #111318; color: #fff; box-shadow: none; }
.next-step-btn svg, .native-submit-btn svg, .back-step-btn svg, .new-booking-btn svg { width: 15px; height: 15px; }
.next-step-btn:hover, .native-submit-btn:hover { background: #2a2d33; box-shadow: none; transform: translateY(-1px); }
.next-step-btn:disabled, .native-submit-btn:disabled { border-color: #d9dce0; background: #d9dce0; color: #979ba3; cursor: not-allowed; box-shadow: none; transform: none; }
.back-step-btn, .new-booking-btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid #dadddf; background: #fff; color: #555b66; }
.back-step-btn:hover, .new-booking-btn:hover { border-color: #aeb2b9; color: #111318; }

#publicNativeMessage .error { margin-top: 14px; border: 1px solid #efc4c4; border-radius: 11px; background: #fff5f5; color: #a52f2f; font-size: 12px; }
.success-screen { padding: 12px 0 4px; }
.success-check { width: 72px; height: 72px; border: 0; border-radius: 20px; background: #eef8f1; color: #168447; font-size: 0; }
.success-check svg { width: 34px; height: 34px; }
.success-screen h2 { color: var(--booking-ink); font-size: clamp(26px,4vw,36px); letter-spacing: -.04em; }
.success-screen > p { max-width: 540px; margin: 0 auto 24px; color: var(--booking-muted); }
.success-detail-card { max-width: 620px; margin: 0 auto 20px; padding: 18px 20px; border: 1px solid var(--booking-line); border-radius: 16px; background: var(--booking-soft); }
.success-detail-row { border-bottom-color: #e4e6e9; color: var(--booking-ink); }
.success-detail-row span:first-child { color: #747a85; }
.success-detail-row span:last-child { color: #252931; }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.success-wa-btn { min-height: 48px; padding: 0 18px; border-radius: 12px; background: #17191e; color: #fff; font-size: 12px; }
.success-wa-btn svg { width: 17px; height: 17px; }
.success-wa-btn:hover { background: #2a2d33; box-shadow: none; transform: translateY(-1px); }
.floating-right .private-access { display: inline-flex; align-items: center; gap: 7px; }
.floating-right .private-access svg { width: 14px; height: 14px; }

.booking-consents { margin-top: 15px; overflow: hidden; border: 1px solid #dddfe3; border-radius: 15px; background: #fafafa; }
.booking-consents-head { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid #e5e7ea; background: #f4f4f2; }
.booking-consents-head > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 9px; background: #fff2b0; color: #796300; }
.booking-consents-head svg { width: 17px; height: 17px; }
.booking-consents-head strong, .booking-consents-head small { display: block; }
.booking-consents-head strong { color: #262a31; font-size: 11px; }
.booking-consents-head small { margin-top: 3px; color: #7a808a; font-size: 9px; }
.booking-consent-row { position: relative; display: grid; grid-template-columns: 21px minmax(0,1fr); gap: 10px; align-items: flex-start; padding: 14px 16px; color: #4f5661; font-size: 10px; line-height: 1.55; cursor: pointer; }
.booking-consent-row + .booking-consent-row { border-top: 1px solid #e7e9ec; }
.booking-consent-row input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.booking-custom-check { position: relative; display: block; width: 21px; height: 21px; margin-top: 1px; border: 1.5px solid #c9cdd3; border-radius: 6px; background: #fff; transition: border-color .16s ease, background .16s ease; }
.booking-consent-row input:focus-visible + .booking-custom-check { outline: 3px solid rgba(255,210,31,.3); outline-offset: 2px; }
.booking-consent-row input:checked + .booking-custom-check { border-color: #17191e; background: #17191e; }
.booking-consent-row input:checked + .booking-custom-check::after { content: ''; position: absolute; left: 6px; top: 2px; width: 6px; height: 11px; border: solid #ffd21f; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.booking-consent-row input:disabled + .booking-custom-check { border-color: #dedfe2; background: #eceef0; }
.booking-consent-row > span:last-child { min-width: 0; }
.booking-consent-row small { display: block; margin-top: 4px; color: #8b919a; font-size: 8px; }
.booking-terms-link { display: inline; min-height: 0; margin: 0; padding: 0; border: 0; border-bottom: 1px solid #a68b00; border-radius: 0; background: transparent; color: #6f5d00; font: inherit; font-weight: 850; line-height: inherit; cursor: pointer; }
.booking-terms-link:hover { color: #111318; border-bottom-color: #111318; }
body.terms-modal-open { overflow: hidden; }
.terms-modal { position: fixed; z-index: 5000; inset: 0; display: grid; place-items: center; padding: 18px; }
.terms-modal-backdrop { position: absolute; inset: 0; background: rgba(5,7,10,.72); backdrop-filter: blur(5px); }
.terms-modal-card { position: relative; display: grid; grid-template-rows: auto minmax(0,1fr) auto; width: min(760px,100%); max-height: min(820px,calc(100vh - 36px)); overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.34); }
.terms-modal-card > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 21px; border-bottom: 1px solid #e4e6e9; }
.terms-modal-card > header span { display: block; margin-bottom: 3px; color: #a18400; font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.terms-modal-card > header h3 { margin: 0; color: #1e2229; font-size: 20px; letter-spacing: -.025em; }
.terms-modal-close { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; padding: 0; border: 1px solid #dfe2e6; border-radius: 10px; background: #fff; color: #707782; font-size: 23px; cursor: pointer; }
.terms-scroll-hint { display: flex; align-items: center; gap: 8px; padding: 9px 21px; border-bottom: 1px solid #eee4b7; background: #fff9dc; color: #766300; font-size: 9px; }
.terms-scroll-hint svg { width: 14px; height: 14px; flex: 0 0 14px; }
.terms-scroll-hint.is-complete { border-bottom-color: #cfe9d9; background: #edf9f2; color: #176d47; }
.terms-modal-scroll { min-height: 0; overflow-y: auto; padding: 24px 27px; outline: none; overscroll-behavior: contain; scrollbar-color: #b8bbc1 #eceef0; }
.terms-pdf-presentation { display: grid; grid-template-rows: minmax(520px,68vh) auto; gap: 12px; }
.terms-pdf-presentation iframe { width: 100%; height: 100%; min-height: 520px; border: 1px solid #dfe2e6; border-radius: 10px; background: #f4f5f6; }
.terms-pdf-presentation p { margin: 0; color: #747b86; font-size: 10px; line-height: 1.5; text-align: center; }
.terms-document { color: #4f5661; font-size: 11px; line-height: 1.68; }
.terms-document h4 { margin: 0 0 14px; color: #1c2027; font-size: 15px; line-height: 1.35; text-align: center; }
.terms-document > p { margin: 0 0 18px; }
.terms-document ol { margin: 0; padding-left: 21px; }
.terms-document ol > li { margin-bottom: 12px; padding-left: 5px; }
.terms-document strong { color: #272b32; }
.terms-exclusions { margin: 10px 0; padding: 11px 13px; border-left: 3px solid #ffd21f; border-radius: 7px; background: #f7f7f5; }
.terms-exclusions ul { margin: 7px 0 0; padding-left: 18px; }
.terms-exclusions li { margin: 3px 0; }
.terms-acceptance-copy { margin-top: 22px; padding: 15px; border: 1px solid #ebdc91; border-radius: 11px; background: #fffbea; }
.terms-acceptance-copy p { margin: 5px 0 0; }
.terms-scroll-end { margin-top: 20px; padding: 10px; border-radius: 8px; background: #f0f2f4; color: #7e858f; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.terms-modal-card > footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 21px; border-top: 1px solid #e2e5e8; background: #fafafa; }
.terms-modal-card > footer a { color: #666d77; font-size: 9px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.terms-modal-card > footer button { min-height: 42px; padding: 0 16px; border: 1px solid #d2af00; border-radius: 10px; background: #ffd21f; color: #17191e; font: inherit; font-size: 10px; font-weight: 850; cursor: pointer; }
.terms-modal-card > footer button:disabled { border-color: #dfe1e4; background: #e7e9eb; color: #9a9fa7; cursor: not-allowed; }

@media (max-width: 760px) {
  .public-page { padding: 16px 12px 54px; background: linear-gradient(180deg,#090a0c 0,#111318 21rem,#f4f4f2 21rem); }
  .public-page .public-hero { display: block; margin: 0 auto 16px; padding: 8px 6px; }
  .public-page .public-hero h1 { font-size: clamp(32px,10vw,44px); }
  .public-page .public-hero p { max-width: 34rem; margin-top: 8px; font-size: 13px; line-height: 1.45; }
  .public-page .agenda-hero-actions { margin-top: 18px; }
  .booking-stepper { grid-template-columns: repeat(4,1fr); gap: 4px; padding: 6px; border-radius: 15px; }
  .step-item { justify-content: center; padding: 9px 4px; }
  .step-copy { display: none; }
  .step-circle { width: 29px; height: 29px; flex-basis: 29px; }
  .native-step-card { padding: 20px 16px; border-radius: 20px; }
  .native-step-header { align-items: flex-start; margin-bottom: 22px; }
  .native-step-icon { width: 42px; height: 42px; flex-basis: 42px; }
  .category-grid-native { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .category-card-native { min-height: 150px; padding: 14px; }
  .category-card-copy > span { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .service-grid-native, .booking-form-native { grid-template-columns: 1fr; }
  .service-card-native { min-height: 0; }
  .public-cal-wrap, .time-slots-wrap { padding: 14px 10px; }
  .public-cal-header { gap: 6px; }
  .cal-nav-btn { width: 38px; padding: 0; font-size: 0; justify-content: center; }
  .public-cal-title { font-size: 13px; text-align: center; }
  .public-cal-grid { gap: 4px; }
  .cal-weekday { padding-bottom: 4px; font-size: 8px; }
  .cal-day-cell { min-height: 42px; border-radius: 8px; font-size: 11px; }
  .time-slots-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .schedule-actions, .form-actions { position: static; flex-direction: column-reverse; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .schedule-actions button, .form-actions button { width: 100%; }
  .success-detail-row { align-items: flex-start; gap: 14px; }
  .success-actions { flex-direction: column; }
  .success-actions > * { width: 100%; }
  .booking-consent-row { padding: 13px; }
  .terms-modal { padding: 8px; }
  .terms-modal-card { max-height: calc(100vh - 16px); border-radius: 15px; }
  .terms-modal-card > header { padding: 15px; }
  .terms-modal-card > header h3 { font-size: 17px; }
  .terms-scroll-hint { padding: 8px 15px; }
  .terms-modal-scroll { padding: 19px 17px; }
  .terms-pdf-presentation { grid-template-rows: minmax(430px,65vh) auto; }
  .terms-pdf-presentation iframe { min-height: 430px; }
  .terms-modal-card > footer { align-items: stretch; flex-direction: column-reverse; padding: 12px 15px; }
  .terms-modal-card > footer button { width: 100%; }
  .terms-modal-card > footer a { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .native-step-card, .success-check { animation: none; }
  .service-card-native, .time-pill, .cal-day-cell, button { transition: none !important; }
}
