* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: radial-gradient(circle at 15% 8%, rgba(40,94,168,.09), transparent 28%), var(--canvas); font: 14px "Figtree", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid color-mix(in srgb, var(--primary) 30%, transparent); outline-offset: 3px; }
.hidden { display: none !important; }
.eyebrow { margin: 0 0 7px; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: none; }

.site-header { width: min(1180px, calc(100% - 40px)); height: 72px; display: flex; align-items: center; justify-content: space-between; margin: auto; }
.platform-brand { display: flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; }
.platform-brand > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: var(--on-primary); background: var(--primary); font: 800 15px "Bricolage Grotesque", sans-serif; }
.platform-brand strong { font: 800 14px "Bricolage Grotesque", sans-serif; }
.admin-entry { display: flex; align-items: center; gap: 9px; color: var(--muted); text-decoration: none; font-size: 11px; font-weight: 700; }
.admin-entry:hover { color: var(--primary); }
.site-actions { display: flex; align-items: center; gap: 12px; }
.theme-toggle { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--surface); font-size: 17px; transition: .17s; }
.theme-toggle:hover { color: var(--primary); transform: translateY(-1px); }

.booking-page { width: min(1180px, calc(100% - 40px)); display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 22px; align-items: start; margin: 16px auto 55px; }
.business-card, .booking-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: 0 8px 35px rgba(32,41,37,.05); }
.business-card { position: sticky; top: 20px; }
.business-cover { height: 155px; background: linear-gradient(135deg, #272e2b, #5a625f); background-position: center; background-size: cover; }
.business-identity { display: flex; align-items: center; gap: 15px; padding: 0 22px; transform: translateY(-25px); }
.business-logo { flex: 0 0 70px; width: 70px; height: 70px; display: grid; place-items: center; overflow: hidden; border: 5px solid #fff; border-radius: 21px; color: var(--on-primary); background: var(--primary); box-shadow: 0 8px 25px rgba(28,35,32,.14); font-size: 26px; }
.business-logo img { width: 100%; height: 100%; object-fit: cover; }
.business-identity > div:last-child { min-width: 0; padding-top: 25px; }
.business-identity span { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: none; }
.business-identity h1 { overflow: hidden; margin: 3px 0; text-overflow: ellipsis; white-space: nowrap; font: 800 20px "Bricolage Grotesque", sans-serif; }
.business-identity p { margin: 0; color: var(--muted); font-size: 11px; }
.trust-row { display: grid; gap: 10px; padding: 0 22px 23px; color: var(--muted); font-size: 11px; }
.trust-row span::first-letter { color: var(--green); }

.booking-card { min-height: 675px; padding: 30px; }
.booking-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.booking-title h2 { margin: 0; font: 800 25px "Bricolage Grotesque", sans-serif; letter-spacing: -.02em; }
.booking-title > div > p:last-child { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.booking-title > strong { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; color: var(--primary); background: var(--accent-soft); font-size: 12px; }

.progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 10px; margin: 28px 0 32px; }
.progress i { height: 2px; background: var(--line); transition: .2s; }
.progress i.complete { background: var(--primary); }
.progress-step { display: flex; align-items: center; gap: 7px; padding: 0; border: 0; color: #a0a6a2; background: transparent; }
.progress-step span { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 12px; font-weight: 800; }
.progress-step small { font-size: 12px; font-weight: 700; }
.progress-step.active, .progress-step.complete { color: var(--primary); }
.progress-step.active span, .progress-step.complete span { color: var(--on-primary); border-color: var(--primary); background: var(--primary); }
.progress-step:disabled { cursor: default; }

.section-label { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.section-label > span { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; color: var(--primary); background: var(--accent-soft); }
.section-label > div { display: grid; }
.section-label strong { font: 800 14px "Bricolage Grotesque", sans-serif; }
.section-label small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.space-top { margin-top: 27px; }

.pet-block { padding: 18px; margin-bottom: 24px; border: 1px solid #eadfea; border-radius: 17px; background: #fdf9fc; }
.pet-block .section-label > span { color: #a75577; background: #fae7ef; }
.people-count-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px 18px; padding: 16px 17px; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }
.people-count-copy { display: flex; align-items: center; gap: 11px; }
.people-count-copy > span { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; color: var(--primary); background: var(--accent-soft); font-size: 16px; }
.people-count-copy > div { display: grid; gap: 3px; }
.people-count-copy strong { font: 800 13px "Bricolage Grotesque", sans-serif; }
.people-count-copy small, .people-count-card > p { color: var(--muted); font-size: 12px; }
.people-stepper { display: grid; grid-template-columns: 36px 42px 36px; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.people-stepper button { height: 40px; border: 0; color: var(--primary); background: transparent; font-size: 18px; font-weight: 800; }
.people-stepper button:disabled { color: #b9bbb9; cursor: default; }
.people-stepper output { text-align: center; font: 800 14px "Bricolage Grotesque", sans-serif; }
.people-count-card > p { grid-column: 1 / -1; margin: -2px 0 0 49px; font-weight: 700; }
.form-grid, .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
label { display: grid; gap: 6px; color: #4e5652; font-size: 12px; font-weight: 700; }
label small { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; outline: none; color: var(--ink); background: #fff; transition: .16s; }
textarea { min-height: 76px; padding-top: 11px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(40,94,168,.09); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 3px color-mix(in srgb, var(--danger) 10%, transparent); }
select:disabled { cursor: not-allowed; color: var(--muted); background: var(--soft); opacity: 1; }
.wide { grid-column: 1 / -1; }
.field-error { color: var(--danger); font-size: 12px; font-weight: 700; }
.form-error { padding: 11px 13px; margin: 0; border: 1px solid color-mix(in srgb, var(--danger) 35%, var(--line)); border-radius: 8px; color: var(--danger); background: color-mix(in srgb, var(--danger) 7%, var(--surface)); font-size: 11px; font-weight: 700; line-height: 1.45; }
.weight-feedback { min-height: 44px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: var(--surface); }
.weight-feedback > span { flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--primary); background: color-mix(in srgb, var(--primary) 12%, transparent); font-size: 12px; font-weight: 800; }
.weight-feedback p { margin: 0; font-size: 12px; font-weight: 600; line-height: 1.45; }
.weight-feedback.success { color: var(--green); border-color: color-mix(in srgb, var(--green) 35%, var(--line)); background: color-mix(in srgb, var(--green) 7%, var(--surface)); }
.weight-feedback.success > span { color: var(--green); background: color-mix(in srgb, var(--green) 14%, transparent); }
.weight-feedback.error { color: var(--danger); border-color: color-mix(in srgb, var(--danger) 35%, var(--line)); background: color-mix(in srgb, var(--danger) 7%, var(--surface)); }
.weight-feedback.error > span { color: var(--danger); background: color-mix(in srgb, var(--danger) 14%, transparent); }

.selection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.select-card { position: relative; min-height: 96px; display: flex; align-items: center; gap: 13px; padding: 15px; text-align: left; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fff; transition: .17s; }
.select-card:hover { border-color: var(--primary); transform: translateY(-1px); }
.select-card.selected { border-color: var(--primary); background: var(--accent-soft); box-shadow: 0 0 0 2px rgba(40,94,168,.08); }
.select-card-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; color: #8c672e; background: #fff2dd; font-size: 18px; }
.select-card div { min-width: 0; display: grid; gap: 4px; }
.select-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 800 13px "Bricolage Grotesque", sans-serif; }
.select-card small { color: var(--muted); font-size: 12px; }
.select-card .check { position: absolute; top: 9px; right: 9px; width: 18px; height: 18px; display: none; place-items: center; border-radius: 50%; color: var(--on-primary); background: var(--primary); font-size: 12px; }
.select-card.selected .check { display: grid; }
.loading-card, .empty-card { grid-column: 1 / -1; padding: 42px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 8px; color: var(--muted); font-size: 11px; }
.professional-status { display: grid; justify-items: center; gap: 5px; }
.professional-status > span { width: 29px; height: 29px; display: grid; place-items: center; margin-bottom: 3px; border-radius: 9px; color: var(--primary); background: color-mix(in srgb, var(--primary) 10%, transparent); font-size: 13px; font-weight: 800; }
.professional-status strong { color: var(--ink); font: 800 12px "Bricolage Grotesque", sans-serif; }
.professional-status small { max-width: 430px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.professional-status.loading > span { animation: professional-status-spin 1s linear infinite; }
@keyframes professional-status-spin { to { transform: rotate(360deg); } }
.service-professional-feedback { margin-top: 10px; padding: 11px 13px; border: 1px solid #f4c7a5; border-radius: 8px; color: #8a4315; background: #fff7ef; font-size: 12px; font-weight: 700; line-height: 1.45; }
.service-professional-feedback.error { border-color: #efb3b3; color: #8d2727; background: #fff1f1; }

.professional-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.professional-card { display: grid; justify-items: center; gap: 7px; padding: 14px 10px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fff; }
.professional-card:hover { border-color: var(--primary); }
.professional-card.selected { color: var(--primary); border-color: var(--primary); background: var(--accent-soft); }
.professional-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary)); font: 800 11px "Bricolage Grotesque", sans-serif; }
.professional-card strong { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }

.date-strip { display: grid; grid-template-columns: repeat(7, minmax(67px, 1fr)); gap: 7px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }
.date-card { min-width: 67px; display: grid; justify-items: center; gap: 4px; padding: 10px 6px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: #fff; }
.date-card strong { color: var(--ink); font: 800 17px "Bricolage Grotesque", sans-serif; }
.date-card small { font-size: 11px; text-transform: none; }
.date-card.selected { color: var(--on-primary); border-color: var(--primary); background: var(--primary); }
.date-card.selected strong { color: var(--on-primary); }
.time-section { margin-top: 25px; }
.time-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.time-button { min-height: 40px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fff; font-size: 11px; font-weight: 700; }
.time-button:hover { border-color: var(--primary); color: var(--primary); }
.time-button.selected { color: var(--on-primary); border-color: var(--primary); background: var(--primary); }

.step-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 28px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border: 0; border-radius: 8px; font-weight: 700; transition: .17s; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: default; opacity: .45; transform: none; }
.button.primary { color: var(--on-primary); background: var(--primary); box-shadow: 0 9px 23px rgba(40,94,168,.19); }
.button.primary:hover { background: var(--primary-dark); }
.button.ghost { color: var(--ink); border: 1px solid var(--line); background: #fff; }

.summary-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 19px; margin-bottom: 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--accent-soft); }
.summary-card > div { display: grid; gap: 3px; }
.summary-card small { color: var(--muted); font-size: 12px; }
.summary-card strong { font-size: 12px; }
.summary-card > button { grid-column: 1 / -1; justify-self: start; padding: 0; border: 0; color: var(--primary); background: none; font-size: 12px; font-weight: 800; }
.optional-notes { margin-top: 2px; }
.whatsapp-consent { display: grid; gap: 11px; padding: 14px; border: 1px solid color-mix(in srgb, var(--green) 35%, var(--line)); border-radius: 8px; background: color-mix(in srgb, var(--green) 6%, var(--surface)); }
.whatsapp-consent-control { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-size: 11px; line-height: 1.45; cursor: pointer; }
.whatsapp-consent-control input { flex: 0 0 18px; width: 18px; min-height: 18px; height: 18px; padding: 0; margin: 1px 0 0; accent-color: var(--green); box-shadow: none; }
.whatsapp-consent-control strong { font-weight: 800; }
.whatsapp-preview { display: grid; grid-template-columns: auto 1fr; gap: 2px 9px; padding: 9px 11px; border-radius: 8px; color: var(--muted); background: color-mix(in srgb, var(--green) 8%, var(--surface)); }
.whatsapp-preview > span { grid-row: 1 / 3; align-self: center; padding: 4px 7px; border-radius: 999px; color: var(--green); background: color-mix(in srgb, var(--green) 13%, var(--surface)); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: none; }
.whatsapp-preview p, .whatsapp-preview small { margin: 0; line-height: 1.35; }
.whatsapp-preview p { color: var(--ink); font-size: 12px; font-weight: 600; }
.whatsapp-preview small { font-size: 11px; }

.success-step { min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-mark { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 15px 35px rgba(47,128,93,.2); font-size: 29px; }
.success-step h2 { margin: 0; font: 800 26px "Bricolage Grotesque", sans-serif; }
.success-step > p:not(.eyebrow) { max-width: 400px; margin: 9px 0 24px; color: var(--muted); }
.success-step > .whatsapp-success-status { display: flex; align-items: center; gap: 8px; padding: 10px 13px; margin: -11px 0 24px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: var(--soft); font-size: 12px; font-weight: 700; text-align: left; }
.whatsapp-success-status::before { content: 'i'; flex: 0 0 20px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--muted); background: color-mix(in srgb, var(--muted) 12%, transparent); font-size: 12px; font-weight: 800; }
.whatsapp-success-status.success { color: var(--green); border-color: color-mix(in srgb, var(--green) 35%, var(--line)); background: color-mix(in srgb, var(--green) 7%, var(--surface)); }
.whatsapp-success-status.success::before { content: '✓'; color: var(--green); background: color-mix(in srgb, var(--green) 14%, transparent); }
.whatsapp-success-status.warning { color: #8a6725; border-color: color-mix(in srgb, #b1842e 38%, var(--line)); background: color-mix(in srgb, #d7a94b 8%, var(--surface)); }
.whatsapp-success-status.warning::before { content: '!'; color: #8a6725; background: color-mix(in srgb, #d7a94b 18%, transparent); }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 22px; max-width: calc(100% - 30px); padding: 13px 18px; transform: translateX(-50%); border-radius: 8px; color: #fff; background: var(--ink); box-shadow: var(--shadow); font-size: 11px; font-weight: 700; }
.toast.error { background: var(--danger); }
.review-modal-backdrop { position: fixed; z-index: 90; inset: 0; display: grid; place-items: center; padding: 24px; overflow-y: auto; background: rgba(15, 22, 19, .62); backdrop-filter: blur(6px); }
.review-modal { width: min(100%, 720px); max-height: calc(100vh - 48px); overflow-y: auto; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: var(--surface); box-shadow: 0 30px 90px rgba(12, 20, 16, .28); }
.review-modal-header { position: sticky; z-index: 1; top: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 23px 24px 18px; border-bottom: 1px solid var(--line); background: var(--surface); }
.review-modal-header h2 { margin: 2px 0 0; font: 800 23px "Bricolage Grotesque", sans-serif; }
.review-modal-close { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--soft); font-size: 20px; }
.review-modal-description { padding: 17px 24px 0; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.review-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; padding: 17px 24px 5px; margin: 0; }
.review-details > div { min-width: 0; display: grid; align-content: start; gap: 4px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.review-details > .review-wide { grid-column: 1 / -1; }
.review-details dt { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: none; }
.review-details dd { overflow-wrap: anywhere; margin: 0; font-size: 12px; font-weight: 700; line-height: 1.45; }
.review-service-list { display: grid; gap: 4px; padding: 0; margin: 0; list-style: none; }
.review-service-list li { display: flex; justify-content: space-between; gap: 12px; }
.review-service-list li span:last-child { flex: 0 0 auto; color: var(--muted); font-weight: 600; }
.review-modal-actions { position: sticky; bottom: 0; display: flex; justify-content: flex-end; gap: 10px; padding: 18px 24px 22px; border-top: 1px solid var(--line); background: var(--surface); }
.review-modal-actions .button { min-width: 150px; }
.review-submit-status { padding: 0 24px; margin: 12px 0 0; color: var(--danger); font-size: 11px; font-weight: 700; }
.state-page { min-height: calc(100vh - 72px); display: grid; place-items: center; padding: 30px; }
.state-card { max-width: 520px; padding: 50px; text-align: center; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.state-symbol { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 18px; color: var(--primary); background: var(--accent-soft); font-size: 26px; }
.state-card h1 { margin: 0; font: 800 27px "Bricolage Grotesque", sans-serif; }
.state-card > p:last-child { color: var(--muted); }

html[data-theme="dark"] body { background: radial-gradient(circle at 15% 8%, rgba(40,94,168,.13), transparent 28%), var(--canvas); }
html[data-theme="dark"] .business-card,
html[data-theme="dark"] .booking-card,
html[data-theme="dark"] .pet-block,
html[data-theme="dark"] .people-count-card,
html[data-theme="dark"] .select-card,
html[data-theme="dark"] .professional-card,
html[data-theme="dark"] .date-card,
html[data-theme="dark"] .time-button,
html[data-theme="dark"] .button.ghost,
html[data-theme="dark"] .state-card { color: var(--ink); border-color: var(--line); background: var(--surface); }
html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea { color: var(--ink); border-color: var(--line); background: var(--soft); }
html[data-theme="dark"] label { color: #cbd1ce; }
html[data-theme="dark"] .business-logo { border-color: var(--surface); }
html[data-theme="dark"] .progress-step span { border-color: var(--line); background: var(--surface); }
html[data-theme="dark"] .progress-step.active span,
html[data-theme="dark"] .progress-step.complete span { border-color: var(--primary); background: var(--primary); }
html[data-theme="dark"] .pet-block { background: #1d191f; }
html[data-theme="dark"] .people-count-card { border-color: #41395f; background: #242035; }
html[data-theme="dark"] .people-count-copy > span { background: #302a4d; }
html[data-theme="dark"] .people-stepper { border-color: #51477b; background: #18151f; }
html[data-theme="dark"] .select-card.selected,
html[data-theme="dark"] .professional-card.selected { border-color: var(--primary); background: #28243c; }
html[data-theme="dark"] .date-card.selected,
html[data-theme="dark"] .time-button.selected { border-color: var(--primary); background: var(--primary); }
html[data-theme="dark"] .date-card.selected strong { color: var(--on-primary); }
html[data-theme="dark"] .summary-card { border-color: #41395f; background: #242035; }
html[data-theme="dark"] .whatsapp-consent { border-color: #355845; background: #19241e; }
html[data-theme="dark"] .whatsapp-preview { background: #1e2d25; }
html[data-theme="dark"] .loading-card,
html[data-theme="dark"] .empty-card { border-color: var(--line); }
html[data-theme="dark"] .review-modal,
html[data-theme="dark"] .review-modal-header,
html[data-theme="dark"] .review-modal-actions { background: var(--surface); }
html[data-theme="dark"] .review-details > div,
html[data-theme="dark"] .review-modal-close { color: var(--ink); border-color: var(--line); background: var(--soft); }

.privacy-notice {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.55;
}
.privacy-notice a,
.privacy-footer a {
    color: var(--primary);
    font-weight: 700;
}
.privacy-footer {
    display: flex;
    justify-content: center;
    gap: 18px;
    width: min(1120px, calc(100% - 34px));
    margin: 0 auto 28px;
    color: var(--muted);
    font-size: 11px;
}

@media (max-width: 900px) {
    .booking-page { grid-template-columns: 1fr; }
    .business-card { position: static; }
    .business-cover { height: 120px; }
    .trust-row { display: flex; flex-wrap: wrap; }
}

@media (max-width: 620px) {
    body { background: #fff; }
    html[data-theme="dark"] body { background: var(--canvas); }
    .site-header { width: calc(100% - 28px); height: 62px; }
    .admin-entry > span:first-child { display: none; }
    .admin-entry::before { content: 'Área admin'; }
    .booking-page { width: 100%; gap: 0; margin: 0; }
    .business-card, .booking-card { border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
    .business-card { border-top: 0; }
    .business-cover { height: 94px; }
    .business-identity { padding: 0 17px; transform: translateY(-21px); }
    .business-logo { flex-basis: 60px; width: 60px; height: 60px; border-radius: 18px; }
    .business-identity > div:last-child { padding-top: 20px; }
    .business-identity h1 { font-size: 17px; }
    .trust-row { padding: 0 17px 17px; font-size: 12px; }
    .booking-card { min-height: 640px; padding: 22px 17px 30px; }
    .booking-title h2 { font-size: 21px; }
    .booking-title > div > p:last-child { font-size: 11px; }
    .progress { margin: 22px 0 27px; }
    .progress-step small { display: none; }
    .progress-step { gap: 0; }
    .selection-grid, .form-grid, .contact-form { grid-template-columns: 1fr; }
    .people-count-card { grid-template-columns: 1fr auto; }
    .people-count-card > p { margin-left: 0; }
    .wide { grid-column: auto; }
    .select-card { min-height: 86px; }
    .professional-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .date-strip { grid-template-columns: repeat(7, 67px); margin-right: -17px; }
    .time-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .summary-card { grid-template-columns: 1fr; }
    .summary-card > button { grid-column: auto; }
    .contact-form .step-actions { grid-column: auto; }
    .step-actions .button { flex: 1; }
    .review-modal-backdrop { align-items: end; padding: 0; }
    .review-modal { width: 100%; max-height: 94vh; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 22px 22px 0 0; }
    .review-modal-header { padding: 19px 18px 15px; }
    .review-modal-description { padding: 15px 18px 0; }
    .review-details { grid-template-columns: 1fr; padding: 15px 18px 4px; }
    .review-details > .review-wide { grid-column: auto; }
    .review-modal-actions { padding: 15px 18px calc(17px + env(safe-area-inset-bottom)); }
    .review-modal-actions .button { flex: 1; min-width: 0; }
}

@media (max-width: 390px) {
    .professional-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .time-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
