@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --bg: #08090b;
  --paper: #ffffff;
  --ink: #101216;
  --muted: #666b72;
  --silver: #d6d9dd;
  --silver-bright: #f6f7f8;
  --silver-dark: #737a82;
  --silver-soft: #e9ebee;
  --line: #d3d6da;
  --dark: #07080a;
  --dark-2: #12151a;
  --ok: #187842;
  --danger: #a43a3a;
  --shadow: 0 24px 60px rgba(17, 19, 23, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; font-family: 'DM Sans', system-ui, sans-serif; background: var(--bg); color: var(--ink); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.hero { position: relative; min-height: 620px; color: #fff; overflow: hidden; isolation: isolate; background:
  radial-gradient(ellipse at 76% 32%, rgba(215,219,224,.16), transparent 28%),
  radial-gradient(ellipse at 12% 86%, rgba(255,255,255,.07), transparent 25%),
  linear-gradient(122deg, #050607 0%, #101318 58%, #050607 100%); }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .88; background:
  radial-gradient(circle at 7% 20%, rgba(255,255,255,.95) 0 1px, transparent 2.5px),
  radial-gradient(circle at 23% 76%, rgba(220,225,231,.88) 0 1.5px, transparent 3px),
  radial-gradient(circle at 48% 14%, rgba(255,255,255,.76) 0 1px, transparent 2.5px),
  radial-gradient(circle at 66% 73%, rgba(255,255,255,.9) 0 1.5px, transparent 3px),
  radial-gradient(circle at 92% 18%, rgba(225,229,234,.9) 0 1px, transparent 2.5px),
  radial-gradient(circle at 87% 89%, rgba(255,255,255,.75) 0 1px, transparent 2px),
  linear-gradient(104deg, transparent 15%, rgba(255,255,255,.035) 42%, transparent 58%); }
.hero::after { content: '✦  ✧'; position: absolute; z-index: -1; top: 17%; right: 7%; color: rgba(255,255,255,.5); font-size: 1rem; letter-spacing: 4rem; text-shadow: 0 0 14px rgba(255,255,255,.88); pointer-events: none; }
.nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.11); }
.brand { position: relative; display: inline-flex; align-items: center; gap: 12px; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; }
.brand::after { content: '✦'; position: absolute; top: 18px; left: 42px; color: rgba(255,255,255,.92); font-size: .48rem; text-shadow: 0 0 9px #fff; }
.brand-emblem { position: relative; width: 48px; height: 72px; overflow: hidden; flex: 0 0 auto; }
.brand-emblem img { position: absolute; top: -22px; left: -58px; width: 158px; max-width: none; height: auto; display: block; mix-blend-mode: screen; filter: contrast(1.08) drop-shadow(0 0 7px rgba(255,255,255,.24)); }
.brand-name { color: transparent; background: linear-gradient(110deg, #8d939a, #fff 48%, #a4aab1 82%); background-clip: text; -webkit-background-clip: text; letter-spacing: .16em; font-size: 1.28rem; line-height: .9; }
.brand-name small { display: block; margin-top: 8px; color: #c9cdd2; font-family: 'DM Sans', sans-serif; font-size: .48rem; font-weight: 500; letter-spacing: .38em; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: .92rem; }
.nav-links > a:not(.btn) { color: #d9d9d9; transition: color .18s ease; }
.nav-links > a:not(.btn):hover { color: #fff; }
.nav-booking-link { font-weight: 800; }

.hero-grid { min-height: 530px; display: grid; grid-template-columns: 1.15fr .72fr; gap: 80px; align-items: center; padding: 52px 0 64px; }
.hero-copy { max-width: 700px; }
.eyebrow { margin: 0 0 14px; color: #d0d4d9; letter-spacing: .19em; font-weight: 800; font-size: .73rem; }
.eyebrow.dark { color: var(--silver-dark); }
.hero h1 { max-width: 730px; margin: 0 0 24px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(4rem, 7.4vw, 6.8rem); font-weight: 600; line-height: .82; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 span { color: transparent; background: linear-gradient(110deg, #8d9299 0%, #fff 45%, #90969d 100%); background-clip: text; -webkit-background-clip: text; text-shadow: 0 0 24px rgba(255,255,255,.07); }
.lead { max-width: 650px; margin: 0; color: #c9cbd0; font-size: 1.12rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 32px; }
.hero-status { display: inline-flex; align-items: center; gap: 13px; }
.hero-status-copy { display: grid; gap: 11px; }
.availability { display: inline-flex; align-items: center; gap: 9px; color: #cfd1d5; font-size: .88rem; }
.availability i { width: 8px; height: 8px; border-radius: 50%; background: #4dcc7c; box-shadow: 0 0 0 5px rgba(77,204,124,.12); }
.parking-note { display: inline-flex; align-items: center; gap: 8px; color: #b7bcc2; font-size: .76rem; font-weight: 600; }
.parking-note b { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.36); border-radius: 6px; color: #f4f5f6; background: rgba(255,255,255,.08); font-size: .66rem; font-weight: 900; }
.hero-location-thumb { position: relative; width: 156px; height: 111px; display: block; overflow: hidden; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.42); border-radius: 14px; background: #111318; box-shadow: 0 12px 30px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.12); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.hero-location-thumb::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 35%, rgba(4,5,7,.35)); pointer-events: none; }
.hero-location-thumb:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.85); box-shadow: 0 15px 36px rgba(0,0,0,.44), 0 0 16px rgba(255,255,255,.1); }
.hero-location-thumb:focus-visible { outline: 3px solid rgba(255,255,255,.55); outline-offset: 3px; }
.hero-location-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 47%; filter: saturate(.86) contrast(1.06); transition: transform .25s ease; }
.hero-location-thumb:hover img { transform: scale(1.035); }
.hero-location-thumb span { position: absolute; z-index: 2; right: 8px; bottom: 8px; min-width: 21px; height: 23px; display: grid; place-items: center; padding: 0 8px; border-radius: 999px; color: #111318; background: rgba(255,255,255,.93); box-shadow: 0 3px 9px rgba(0,0,0,.34); font-size: .62rem; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.hero-info { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 38px; color: #b9bbc0; font-size: .88rem; }
.hero-info span { display: inline-flex; align-items: center; gap: 5px; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 21px; border: 1px solid #f4f5f6; border-radius: 10px; cursor: pointer; color: #0b0c0e; background: linear-gradient(115deg, #858b92 0%, #f8f9fa 38%, #b7bcc2 70%, #fff 100%); font-weight: 800; box-shadow: 0 10px 28px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.85); transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.btn:hover { filter: brightness(1.04); transform: translateY(-1px); box-shadow: 0 13px 32px rgba(0,0,0,.30); }
.btn:focus-visible { outline: 3px solid rgba(201,206,212,.46); outline-offset: 3px; }
.btn:disabled { cursor: wait; opacity: .68; transform: none; }
.btn.small { min-height: 42px; padding: 0 17px; font-size: .86rem; }
.btn.full { width: 100%; }
.hero-cta { min-height: 54px; padding: 0 25px; }

.hero-panel { position: relative; padding: 35px; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.018)); box-shadow: 0 30px 80px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.hero-panel::before { content: ''; position: absolute; width: 96px; height: 2px; top: -1px; left: 35px; background: linear-gradient(90deg, transparent, #fff 45%, transparent); border-radius: 9px; box-shadow: 0 0 10px rgba(255,255,255,.75); }
.panel-kicker { margin: 0 0 23px; color: var(--silver); font-size: .7rem; font-weight: 800; letter-spacing: .18em; }
.quick-steps { margin: 0; padding: 0; list-style: none; }
.quick-steps li { display: flex; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.quick-steps li > span { color: var(--silver); font-family: Manrope, sans-serif; font-size: .72rem; font-weight: 800; }
.quick-steps strong, .quick-steps small { display: block; }
.quick-steps strong { margin-bottom: 4px; font-size: .98rem; }
.quick-steps small { color: #9fa2a8; }
.panel-note { display: flex; align-items: center; gap: 9px; margin-top: 23px; color: #c8cacf; font-size: .83rem; }
.panel-note span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #101214; background: var(--silver); font-weight: 900; }

.section { padding: 66px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 38px; }
.section-heading h2, .booking-heading h2 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.8rem, 5vw, 4.5rem); font-weight: 600; line-height: .95; letter-spacing: -.035em; }
.section-heading > p { width: min(360px, 100%); margin: 0 0 5px; color: var(--muted); line-height: 1.65; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.services-section { position: relative; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 12% 28%, rgba(255,255,255,.09), transparent 18%),
  radial-gradient(circle at 88% 74%, rgba(190,196,203,.1), transparent 20%),
  linear-gradient(135deg, #090a0c, #12151a 52%, #07080a); border-top: 1px solid rgba(255,255,255,.08); }
.services-section::before { content: '✦'; position: absolute; top: 13%; right: 6%; color: rgba(255,255,255,.5); text-shadow: 0 0 13px #fff; }
.services-section .section-heading > p { color: #aeb3b9; }
.service-card { position: relative; min-height: 305px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; color: #f5f6f7; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); text-align: left; cursor: pointer; box-shadow: 0 18px 42px rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.05); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.service-card::before { content: ''; position: absolute; top: 0; left: 13%; width: 34%; height: 1px; background: linear-gradient(90deg, transparent, #fff, transparent); box-shadow: 0 0 9px rgba(255,255,255,.65); }
.service-card:hover, .service-card.selected { transform: translateY(-5px); border-color: rgba(225,228,232,.62); box-shadow: 0 22px 54px rgba(0,0,0,.38), 0 0 22px rgba(255,255,255,.04); }
.service-card.selected::after { content: '✓'; position: absolute; top: 20px; right: 20px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #111318; background: linear-gradient(135deg, #fff, #9ea4ab); font-weight: 800; }
.service-number { color: #aeb4bb; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 28px 0 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; color: #f0f2f4; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04)); font-size: 1.35rem; text-shadow: 0 0 9px rgba(255,255,255,.5); }
.service-card strong { font-family: Manrope, sans-serif; font-size: 1.23rem; }
.service-meta { margin-top: 7px; color: #aeb3b9; font-size: .9rem; }
.service-price { margin-top: 23px; font-family: Manrope, sans-serif; font-size: 1.8rem; font-weight: 800; }
.service-price small { color: var(--silver-dark); font-size: .64rem; letter-spacing: .11em; }
.service-card-actions { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); }
.choose-service { min-height: 42px; padding: 0 14px; border: 1px solid #d7dbe0; border-radius: 9px; color: #111318; background: linear-gradient(120deg, #f5f6f7, #aeb4bb); font-weight: 800; cursor: pointer; }
.choose-service:hover { filter: brightness(1.08); }
.service-whatsapp { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 7px 18px rgba(24,120,66,.22); transition: transform .18s ease, filter .18s ease; }
.service-whatsapp:hover { transform: translateY(-2px) scale(1.04); filter: brightness(1.04); }
.service-whatsapp:focus-visible { outline: 3px solid rgba(37,211,102,.24); outline-offset: 3px; }
.service-whatsapp svg { width: 27px; height: 27px; display: block; }
.whatsapp-service { min-height: 245px; }
.whatsapp-service .service-card-actions { justify-content: flex-start; }
.whatsapp-service:hover { border-color: #25a85a; }

.booking-section { position: relative; overflow: hidden; background:
  radial-gradient(circle at 8% 16%, rgba(255,255,255,.98) 0 1.5px, transparent 3px),
  radial-gradient(circle at 92% 28%, rgba(73,79,86,.2) 0 1px, transparent 2.5px),
  radial-gradient(circle at 83% 87%, rgba(255,255,255,.96) 0 2px, transparent 4px),
  linear-gradient(135deg, #f2f3f4 0%, #d9dde1 52%, #f2f3f4 100%); border-bottom: 1px solid #c5c9ce; }
.booking-section::before { content: '✦'; position: absolute; top: 54px; left: 5%; color: rgba(116,124,133,.24); font-size: 1.4rem; text-shadow: 0 0 14px rgba(255,255,255,.95); }
.booking-heading { max-width: 720px; margin: 0 auto 28px; text-align: center; }
.booking-heading > p:last-child { margin: 10px 0 0; color: var(--muted); }
.booking-shell { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 20px; align-items: start; }
.booking-card, .booking-summary { border: 1px solid rgba(104,111,119,.26); border-radius: 20px; box-shadow: 0 18px 48px rgba(17,19,23,.11); }
.booking-card { padding: 23px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); }
.booking-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 18px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.booking-progress span { display: flex; align-items: center; gap: 9px; color: #858c94; font-size: .78rem; font-weight: 700; }
.booking-progress b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #c9ced4; font-size: .7rem; }
.booking-progress .active { color: #4f565e; }
.booking-progress .active b { color: #fff; border-color: var(--silver-dark); background: var(--silver-dark); }
.form-section { margin: 0; padding: 0 0 15px; border: 0; }
.form-section + .form-section { padding-top: 15px; border-top: 1px solid var(--line); }
.form-section legend { width: 100%; display: flex; align-items: center; gap: 11px; margin-bottom: 12px; padding: 0; font-family: Manrope, sans-serif; font-size: .95rem; font-weight: 800; }
.form-section legend span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: #454b52; background: var(--silver-soft); font-size: .78rem; }
.field-grid { display: grid; gap: 15px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.field { margin-bottom: 10px; }
.field label, label { display: block; margin-bottom: 6px; font-size: .82rem; font-weight: 700; }
.field label span { color: #8f969e; font-weight: 500; }
input, select { width: 100%; min-height: 45px; padding: 0 13px; border: 1px solid #cdd2d7; border-radius: 10px; color: var(--ink); background: #fff; transition: border-color .16s ease, box-shadow .16s ease; }
input::placeholder { color: #9ca2a9; }
input:focus, select:focus { outline: none; border-color: var(--silver-dark); box-shadow: 0 0 0 4px rgba(153,160,168,.16); }
input:invalid:not(:placeholder-shown) { border-color: #c46b6b; }
select:disabled { color: #9299a1; background: #f0f2f4; cursor: not-allowed; }
.field-help { display: block; margin-top: 7px; color: #7e858d; font-size: .74rem; }
.submit-btn { min-height: 56px; margin-top: 4px; font-size: .96rem; }
.submit-btn.loading span:last-child { animation: pulse 1s infinite; }
.privacy-note { margin: 13px 0 0; color: #767d85; text-align: center; font-size: .73rem; }
.message { margin-top: 16px; padding: 15px; border: 1px solid #bee2cc; border-radius: 11px; color: var(--ok); background: #eaf7ef; font-weight: 700; line-height: 1.5; }
.message.error { border-color: #edcaca; color: var(--danger); background: #faeaea; }
.message.warning { border-color: #ead59f; color: #745719; background: #fff6df; }
.hidden { display: none !important; }

.booking-summary { position: sticky; top: 20px; overflow: hidden; padding: 24px; color: #fff; background:
  radial-gradient(circle at 90% 8%, rgba(255,255,255,.15), transparent 18%),
  linear-gradient(145deg, #111419, #050607); }
.summary-head { display: flex; gap: 13px; align-items: center; padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.1); }
.summary-icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; color: #17191d; background: var(--silver); }
.summary-head small { color: var(--silver); font-size: .62rem; font-weight: 800; letter-spacing: .18em; }
.summary-head h3 { margin: 4px 0 0; font-family: Manrope, sans-serif; font-size: 1.05rem; }
.summary-list { margin: 9px 0 0; }
.summary-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.summary-list dt { color: #a5abb2; font-size: .77rem; }
.summary-list dd { margin: 0; text-align: right; font-size: .82rem; font-weight: 700; }
.summary-total { display: flex; justify-content: space-between; gap: 15px; align-items: end; padding: 21px 0; }
.summary-total span { color: #a5abb2; font-size: .75rem; }
.summary-total strong { color: #e0e3e6; font-family: Manrope, sans-serif; }
.summary-assurance { display: flex; gap: 9px; margin: 0; padding: 13px; border-radius: 9px; color: #c7c9cd; background: rgba(255,255,255,.06); font-size: .72rem; line-height: 1.5; }
.summary-assurance span { color: var(--silver); font-weight: 900; }

.footer { padding: 25px 0; color: #bebfc2; background: #050607; border-top: 1px solid rgba(255,255,255,.09); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-brand .brand-emblem { width: 39px; height: 59px; }
.footer-brand .brand-emblem img { top: -18px; left: -48px; width: 132px; height: auto; }
.footer-brand.brand::after { top: 14px; left: 34px; }
.footer p { margin: 0; font-size: .83rem; }
.whatsapp-button { position: fixed; right: 22px; bottom: 22px; z-index: 50; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 10px 28px rgba(0,0,0,.24); transition: transform .2s ease, filter .2s ease; }
.whatsapp-button:hover { transform: translateY(-2px) scale(1.04); filter: brightness(1.04); }
.whatsapp-button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.whatsapp-button svg { width: 34px; height: 34px; display: block; }

/* Panel administrativo */
.admin-body { min-height: 100vh; background: #e8ebee; }
.admin-header { background: var(--dark); color: #fff; }
.admin-top { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.admin-top .brand { letter-spacing: .06em; }
.admin-link { color: #d7d7d7; font-size: .88rem; }
.admin-main { padding: 46px 0 80px; }
.login-card { width: min(460px,100%); margin: 70px auto; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.login-card h1 { margin: 6px 0 10px; }
.login-card form { display: grid; gap: 12px; margin-top: 20px; }
.muted { color: var(--muted); }
.dashboard-head { display: flex; justify-content: space-between; align-items: center; }
.dashboard-head h1 { margin-top: 6px; }
.ghost-btn { padding: 10px 14px; border: 1px solid #cbd0d5; border-radius: 9px; background: #fff; cursor: pointer; }
.calendar-connect-card { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin: 20px 0; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.calendar-connect-card p { margin: 5px 0 0; }
.calendar-connect-actions { display: flex; align-items: center; gap: 8px; }
.filters { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; margin: 20px 0; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.filters > div:not(.filter-actions) { flex: 1 1 150px; }
.filter-actions { flex: 1 1 100%; display: flex; flex-wrap: wrap; gap: 9px; align-items: center; padding-top: 3px; }
.export-btn { min-width: 155px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 18px; }
.stat { padding: 18px; border-radius: 14px; color: #fff; background: var(--dark-2); }
.stat span { display: block; color: #c9c9c9; font-size: .78rem; }
.stat strong { display: block; margin-top: 5px; font-size: 1.8rem; }
.appointments { display: grid; gap: 10px; }
.appointment { display: grid; grid-template-columns: 90px 1fr auto; gap: 18px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.appointment-time { font-size: 1.3rem; font-weight: 900; }
.appointment h3 { margin: 0 0 4px; }
.appointment p { margin: 3px 0; color: var(--muted); font-size: .88rem; }
.badge, .calendar-badge { display: inline-block; margin: 0 5px 5px 0; padding: 4px 9px; border-radius: 999px; font-size: .7rem; font-weight: 800; }
.badge { color: #454c54; background: #e3e6e9; }
.calendar-badge.synced { color: #176b3b; background: #e3f4e9; }
.calendar-badge.pending { color: #866018; background: #fff1cf; }
.actions { display: flex; gap: 6px; }
.actions button { padding: 8px 9px; border: 1px solid #d0d4d8; border-radius: 8px; background: #f7f8f9; cursor: pointer; }
.actions .danger { color: var(--danger); }
.empty { padding: 30px; border: 1px dashed #c8cdd2; border-radius: 14px; color: var(--muted); background: #fff; text-align: center; }

@keyframes pulse { 50% { opacity: .35; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 40px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .booking-shell { grid-template-columns: 1fr; }
  .booking-summary { display: none; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .nav { min-height: 74px; }
  .nav-links > a:not(.btn) { display: none; }
  .brand-name { font-size: 1rem; }
  .hero { min-height: auto; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding: 48px 0 52px; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 5rem); }
  .lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-status { flex-wrap: wrap; }
  .hero-panel { padding: 27px; }
  .section { padding: 48px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .cards { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .booking-heading { text-align: left; }
  .booking-card { padding: 21px 18px; }
  .booking-progress { gap: 8px; }
  .booking-progress span { flex-direction: column; align-items: flex-start; gap: 5px; font-size: .68rem; }
  .field-grid.two { grid-template-columns: 1fr; gap: 0; }
  .booking-summary { padding: 23px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 20px; }
  .whatsapp-button { right: 15px; bottom: 15px; width: 54px; height: 54px; }
  .filters { display: grid; grid-template-columns: 1fr; }
  .filter-actions { align-items: stretch; flex-direction: column; }
  .filter-actions button { width: 100%; }
  .calendar-connect-card { align-items: stretch; flex-direction: column; }
  .calendar-connect-actions { align-items: stretch; flex-direction: column; }
  .stats { grid-template-columns: 1fr; }
  .appointment { grid-template-columns: 65px 1fr; }
  .actions { grid-column: 1 / -1; flex-wrap: wrap; }
}
