:root {
  --ink: #0f172a;
  --ink-2: #1e293b;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f8fafc;
  --brand: #f97316;
  --brand-dark: #c2410c;
  --blue: #0f5bd8;
  --green: #16a34a;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(15, 23, 42, .12);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 780px; }
.content-narrow { max-width: 900px; }
.skip-link { position: fixed; left: 10px; top: -100px; background: var(--ink); color: white; padding: 10px 14px; z-index: 999; }
.skip-link:focus { top: 10px; }
.site-header { height: 78px; display: flex; align-items: center; position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(226,232,240,.8); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 200px; }
.brand img { border-radius: 12px; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 1rem; letter-spacing: .02em; }
.brand small { color: var(--brand-dark); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.site-nav { display: flex; align-items: center; gap: 24px; font-weight: 700; font-size: .94rem; }
.site-nav a:not(.btn) { color: #334155; }
.site-nav a.active, .site-nav a:hover { color: var(--brand-dark); }
.phone-link { border-left: 1px solid var(--line); padding-left: 24px; }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.7rem; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--brand), #fb923c); color: white; box-shadow: 0 10px 25px rgba(249,115,22,.25); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-secondary { background: white; border-color: var(--line); color: var(--ink); }
.btn-dark { background: var(--ink); color: white; }
.btn-light { background: white; color: var(--ink); }
.btn-outline-light { color: white; border-color: rgba(255,255,255,.5); }
.btn-whatsapp { background: #16a34a; color: white; }
.btn-small { min-height: 42px; padding-inline: 16px; }
.btn-tiny { min-height: 34px; padding-inline: 12px; border-radius: 10px; font-size: .82rem; }
.btn-full { width: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); text-transform: uppercase; font-size: .76rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 13px; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.eyebrow-light { color: #fdba74; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.6rem, 6vw, 5.1rem); line-height: .98; letter-spacing: -.055em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; letter-spacing: -.04em; margin-bottom: 18px; }
h3 { line-height: 1.2; }
p { color: #475569; }
.muted { color: var(--muted); }
.text-link { color: var(--brand-dark); font-weight: 850; }
.centered-link { display: block; text-align: center; margin-top: 18px; }
.hero { position: relative; overflow: hidden; padding: 80px 0 76px; background: linear-gradient(180deg, #fff7ed 0%, #ffffff 90%); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy p { max-width: 690px; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px 22px; color: #334155; font-weight: 750; font-size: .9rem; }
.hero-visual { position: relative; z-index: 2; }
.hero-image-card { position: relative; padding: 16px; border-radius: 36px; background: white; box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-image-card > img { width: 100%; aspect-ratio: 1.05; object-fit: cover; border-radius: 26px; background: #fed7aa; }
.availability-card, .rating-card { position: absolute; background: white; box-shadow: 0 15px 40px rgba(15,23,42,.16); border: 1px solid var(--line); border-radius: 16px; display: flex; align-items: center; gap: 10px; padding: 14px 16px; }
.availability-card { left: -32px; bottom: 35px; }
.availability-card div, .rating-card { line-height: 1.2; }
.availability-card small, .rating-card small { display: block; color: var(--muted); margin-top: 3px; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px #dcfce7; }
.rating-card { right: -28px; top: 38px; display: block; }
.rating-card span { display: block; color: #f59e0b; letter-spacing: .12em; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; }
.hero-glow-one { width: 400px; height: 400px; background: #fed7aa; right: -100px; top: -100px; }
.hero-glow-two { width: 220px; height: 220px; background: #dbeafe; left: 40%; bottom: -130px; }
.stats-bar { border-block: 1px solid var(--line); background: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid div { padding: 28px; text-align: center; border-right: 1px solid var(--line); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { display: block; font-size: 1.6rem; }
.stats-grid span { color: var(--muted); font-size: .9rem; }
.section { padding: 95px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--ink); color: white; }
.section-dark p { color: #cbd5e1; }
.section-heading { margin-bottom: 40px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.split-heading > div { max-width: 760px; }
.centered { text-align: center; max-width: 760px; margin-inline: auto; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-grid-large { grid-template-columns: repeat(3,1fr); }
.service-card { min-height: 290px; display: flex; flex-direction: column; padding: 26px; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #fdba74; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: #fff7ed; font-size: 1.6rem; margin-bottom: 22px; }
.service-card h3, .service-card h2 { font-size: 1.25rem; letter-spacing: -.02em; margin-bottom: 10px; }
.service-card p { font-size: .94rem; flex: 1; }
.service-card > div:last-child { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .83rem; }
.service-card > div strong { color: var(--brand-dark); }
.process-grid, .ai-grid, .gallery-layout, .two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.process-list li { display: flex; gap: 17px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.process-list li > span { flex: 0 0 42px; height: 42px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 12px; font-weight: 900; }
.process-list p { margin: 4px 0 0; font-size: .9rem; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gallery-grid figure { margin: 0; position: relative; border-radius: 22px; overflow: hidden; min-height: 220px; background: #e2e8f0; }
.gallery-grid .gallery-large { grid-column: 1 / -1; min-height: 300px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figcaption { position: absolute; inset: auto 12px 12px; background: rgba(15,23,42,.82); color: white; padding: 8px 12px; border-radius: 10px; font-size: .84rem; }
.check-list { padding: 0; list-style: none; display: grid; gap: 10px; }
.check-list li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 10px; }
.ai-window { background: white; color: var(--ink); padding: 16px; border-radius: 24px; min-height: 390px; transform: rotate(-2deg); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.ai-window-top { border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 20px; display: flex; gap: 6px; align-items: center; }
.ai-window-top span { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; }
.ai-window-top strong { margin-left: 8px; font-size: .85rem; }
.ai-bubble { max-width: 82%; padding: 13px 15px; border-radius: 16px; margin: 14px 0; }
.ai-bubble.assistant { background: #f1f5f9; }
.ai-bubble.user { margin-left: auto; background: var(--brand); color: white; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.feature-pills span { border: 1px solid #334155; background: #1e293b; color: #e2e8f0; padding: 9px 12px; border-radius: 999px; font-size: .84rem; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.review-card p { font-size: 1.05rem; min-height: 96px; }
.review-card span { display: block; color: var(--muted); }
.stars { color: #f59e0b; letter-spacing: .15em; margin-bottom: 18px; }
.sample-note { text-align: center; font-size: .82rem; margin-top: 18px; color: var(--muted); }
.section-cta { padding-top: 20px; }
.cta-box { border-radius: 30px; color: white; padding: 50px; background: linear-gradient(135deg, #c2410c, #f97316); display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.cta-box h2 { margin-bottom: 10px; }
.cta-box p { color: #ffedd5; margin-bottom: 0; }
.cta-actions { display: flex; gap: 10px; flex-shrink: 0; }
.page-hero { background: linear-gradient(180deg,#fff7ed,white); padding: 86px 0 65px; text-align: center; }
.page-hero.compact { padding: 62px 0 45px; }
.page-hero h1 { font-size: clamp(2.5rem,5vw,4.4rem); }
.service-detail-hero { text-align: left; }
.service-icon-large { width: 70px; height: 70px; font-size: 2rem; }
.price-panel, .action-card { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 34px; box-shadow: var(--shadow); }
.price-panel > small { text-transform: uppercase; color: var(--muted); font-weight: 800; letter-spacing: .08em; }
.price-panel > strong { display: block; font-size: 4rem; line-height: 1; margin: 12px 0 16px; }
.price-panel ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.price-panel li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 30px 0; }
.info-grid article { border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.info-grid p { margin-bottom: 0; font-size: .9rem; }
.notice { background: #fff7ed; border: 1px solid #fdba74; border-radius: 16px; padding: 18px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 35px rgba(15,23,42,.06); }
.booking-section { background: var(--soft); }
.booking-layout, .booking-status-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 28px; align-items: start; }
.booking-form { padding: 34px; }
.form-step { display: flex; gap: 13px; align-items: center; margin: 34px 0 18px; padding-top: 28px; border-top: 1px solid var(--line); }
.form-step:first-of-type { border-top: 0; margin-top: 0; padding-top: 0; }
.form-step > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: white; font-weight: 900; }
.form-step div { display: grid; }
.form-step small { color: var(--muted); }
.form-grid { display: grid; gap: 17px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
label { display: grid; gap: 8px; font-weight: 750; font-size: .91rem; color: #334155; }
label small { font-weight: 500; color: var(--muted); }
input, select, textarea { width: 100%; border: 1px solid #cbd5e1; background: white; border-radius: 12px; padding: 13px 14px; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(249,115,22,.12); }
textarea { resize: vertical; }
.input-money { display: flex; align-items: center; border: 1px solid #cbd5e1; border-radius: 12px; overflow: hidden; background: white; }
.input-money span { padding-left: 14px; color: var(--muted); }
.input-money input { border: 0; box-shadow: none; }
.upload-zone { border: 2px dashed #cbd5e1; border-radius: 18px; padding: 22px; text-align: center; background: var(--soft); cursor: pointer; }
.upload-zone input { border: 0; padding: 0; }
.upload-zone span { color: var(--brand-dark); }
.file-list { display: grid; gap: 6px; color: var(--muted); font-size: .84rem; }
.checkbox-row { grid-template-columns: auto 1fr; align-items: start; margin: 24px 0; font-weight: 500; }
.checkbox-row input { width: 20px; height: 20px; margin-top: 2px; }
.checkbox-row a { color: var(--brand-dark); text-decoration: underline; }
.secure-note { text-align: center; font-size: .82rem; margin: 12px 0 0; }
.sticky-card { position: sticky; top: 100px; }
.booking-sidebar .card, .payment-card { padding: 26px; }
.mini-steps { list-style: none; padding: 0; display: grid; gap: 18px; }
.mini-steps li { display: flex; gap: 10px; align-items: center; font-size: .9rem; }
.mini-steps span { width: 28px; height: 28px; display: grid; place-items: center; background: #fff7ed; color: var(--brand-dark); border-radius: 9px; font-weight: 900; }
hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }
.alert { padding: 15px 17px; border-radius: 14px; margin-bottom: 20px; }
.alert-error { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }
.alert-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; }
.alert-info { background: #eff6ff; border: 1px solid #bfdbfe; color: #1e40af; }
.detail-card { padding: 28px; }
.detail-header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.detail-header small { display: block; color: var(--muted); margin-bottom: 7px; }
.status-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: .75rem; font-weight: 900; text-transform: capitalize; background: #e2e8f0; color: #334155; }
.status-new { background: #fef3c7; color: #92400e; }
.status-deposit-paid, .status-confirmed, .payment-paid, .payment-card-paid { background: #dcfce7; color: #166534; }
.status-scheduled { background: #dbeafe; color: #1d4ed8; }
.status-in-progress { background: #ede9fe; color: #6d28d9; }
.status-completed { background: #cffafe; color: #155e75; }
.status-cancelled, .payment-refunded { background: #fee2e2; color: #991b1b; }
.detail-list { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0 0; }
.detail-list > div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.detail-list > div:nth-child(odd) { padding-right: 20px; }
.detail-list .wide { grid-column: 1 / -1; }
.detail-list dt { color: var(--muted); font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.detail-list dd { margin: 5px 0 0; white-space: pre-line; }
.booking-media { margin-top: 28px; }
.media-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.media-grid a { min-height: 130px; border-radius: 14px; overflow: hidden; background: var(--soft); border: 1px solid var(--line); }
.media-grid img { width: 100%; height: 100%; object-fit: cover; }
.video-file { height: 100%; min-height: 130px; display: grid; place-items: center; font-size: 2rem; padding: 12px; text-align: center; }
.video-file span { display: block; font-size: .75rem; overflow-wrap: anywhere; }
.payment-card > small { color: var(--muted); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.deposit-amount { display: block; font-size: 3.2rem; margin: 6px 0 10px; }
.paid-check { background: #dcfce7; color: #166534; border-radius: 14px; padding: 18px; text-align: center; font-weight: 900; margin: 18px 0; }
.setup-notice { background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 15px; margin: 16px 0; }
.payment-message { color: #991b1b; font-size: .88rem; margin-top: 8px; }
.legal-content { padding: clamp(26px,5vw,60px); }
.legal-content h2 { font-size: 1.35rem; margin-top: 30px; }
.error-page { background: var(--soft); text-align: center; min-height: 68vh; display: grid; place-items: center; }
.error-page .card { padding: 50px; }
.error-code { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 20px; border-radius: 50%; background: #fff7ed; color: var(--brand-dark); font-size: 2rem; font-weight: 900; }
.site-footer { background: #0b1220; color: white; padding: 70px 0 25px; margin-top: 20px; }
.site-footer p, .site-footer .muted { color: #94a3b8; font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid h3 { font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; color: #cbd5e1; }
.footer-grid a, .footer-grid span { color: #94a3b8; }
.footer-grid a:hover { color: white; }
.brand-footer { margin-bottom: 10px; }
.brand-footer small { color: #fb923c; }
.footer-bottom { border-top: 1px solid #1e293b; margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; color: #64748b; font-size: .82rem; }
.mobile-actions { display: none; }
.chat-launch { position: fixed; right: 22px; bottom: 22px; z-index: 160; background: var(--ink); color: white; border: 0; border-radius: 999px; box-shadow: var(--shadow); min-height: 54px; padding: 0 18px; display: flex; align-items: center; gap: 8px; }
.chat-panel { position: fixed; right: 22px; bottom: 88px; width: min(390px, calc(100vw - 28px)); height: 560px; z-index: 170; border-radius: 22px; background: white; box-shadow: 0 30px 90px rgba(15,23,42,.28); border: 1px solid var(--line); overflow: hidden; display: none; grid-template-rows: auto 1fr auto auto auto; }
.chat-panel.open { display: grid; }
.chat-panel header { background: var(--ink); color: white; padding: 16px; display: flex; justify-content: space-between; align-items: center; }
.chat-panel header div { display: grid; }
.chat-panel header small { color: #cbd5e1; }
.chat-close { background: transparent; border: 0; color: white; font-size: 1.6rem; }
.chat-messages { padding: 16px; overflow-y: auto; background: #f8fafc; }
.chat-message { max-width: 84%; padding: 11px 13px; margin-bottom: 10px; border-radius: 15px; font-size: .9rem; white-space: pre-wrap; }
.chat-message.assistant { background: white; border: 1px solid var(--line); }
.chat-message.user { margin-left: auto; background: var(--brand); color: white; }
.chat-message.loading { color: var(--muted); }
.chat-quick { display: flex; gap: 6px; overflow-x: auto; padding: 10px 12px; border-top: 1px solid var(--line); }
.chat-quick button { white-space: nowrap; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 7px 10px; font-size: .78rem; }
.chat-form { display: grid; grid-template-columns: 1fr 46px; gap: 8px; padding: 10px 12px; border-top: 1px solid var(--line); }
.chat-form input { padding: 11px; }
.chat-form button { border: 0; border-radius: 12px; background: var(--brand); color: white; }
.chat-book { background: #fff7ed; color: var(--brand-dark); text-align: center; padding: 10px; font-weight: 850; font-size: .86rem; }
.admin-login-page { background: var(--soft); min-height: 75vh; }
.login-wrap { max-width: 480px; }
.login-card { padding: 38px; display: grid; gap: 16px; }
.login-card img { margin: auto; }
.login-card h1 { font-size: 2.2rem; margin: 0; }
.admin-page { background: var(--soft); min-height: 75vh; }
.admin-top { background: white; border-bottom: 1px solid var(--line); padding: 35px 0; }
.admin-title { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.admin-title h1 { font-size: 2.4rem; margin: 6px 0 0; }
.admin-actions { display: flex; align-items: center; gap: 8px; }
.admin-section { padding-top: 36px; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 24px; }
.metric-grid article { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.metric-grid small { color: var(--muted); }
.metric-grid strong { display: block; font-size: 2rem; margin-top: 6px; }
.admin-tabs { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 16px; }
.admin-tabs a { padding: 9px 13px; border-radius: 999px; background: white; border: 1px solid var(--line); font-size: .84rem; font-weight: 800; white-space: nowrap; }
.admin-tabs a.active { background: var(--ink); color: white; border-color: var(--ink); }
.table-card { overflow: hidden; }
.table-heading { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.table-heading h2 { font-size: 1.1rem; margin: 0; }
.table-heading span { color: var(--muted); font-size: .82rem; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .86rem; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-size: .7rem; }
td small { display: block; color: var(--muted); margin-top: 4px; }
.empty-cell { text-align: center; color: var(--muted); padding: 35px; }
.admin-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; align-items: start; }
.panel-card { overflow: hidden; }
.lead-list, .tech-list { display: grid; }
.lead-list article, .tech-list article { display: flex; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.lead-list small, .tech-list small { display: block; color: var(--muted); }
.lead-list p, .tech-list p { margin: 7px 0 0; font-size: .84rem; }
.lead-list a { color: var(--brand-dark); font-weight: 800; }
.booking-admin-grid { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 24px; align-items: start; }
.admin-form { padding: 25px; display: grid; gap: 16px; }
.admin-form h2 { font-size: 1.3rem; margin: 0; }
.admin-form code { display: block; white-space: pre-wrap; overflow-wrap: anywhere; background: var(--soft); padding: 8px; border-radius: 8px; font-size: .72rem; }

@media (max-width: 1000px) {
  .site-nav { gap: 14px; }
  .phone-link { display: none; }
  .hero-grid, .process-grid, .ai-grid, .gallery-layout { gap: 35px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .booking-layout, .booking-status-layout, .booking-admin-grid { grid-template-columns: 1fr; }
  .sticky-card { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}
@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 68px; }
  .brand { min-width: auto; }
  .brand img { width: 40px; height: 40px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 18px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav .btn { width: 100%; }
  .hero { padding: 55px 0 60px; }
  .hero-grid, .process-grid, .ai-grid, .gallery-layout, .two-column { grid-template-columns: 1fr; }
  h1 { font-size: 3.05rem; }
  .hero-copy p { font-size: 1rem; }
  .hero-visual { margin-top: 18px; }
  .availability-card { left: -4px; bottom: 18px; }
  .rating-card { right: -5px; top: 20px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .stats-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 70px 0; }
  .split-heading { align-items: start; flex-direction: column; }
  .service-grid, .service-grid-large, .review-grid, .info-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .gallery-grid .gallery-large { min-height: 240px; }
  .cta-box { padding: 34px 24px; flex-direction: column; align-items: flex-start; }
  .cta-actions { width: 100%; flex-direction: column; }
  .form-grid.two { grid-template-columns: 1fr; }
  .booking-form { padding: 22px; }
  .detail-list { grid-template-columns: 1fr; }
  .detail-list > div:nth-child(odd) { padding-right: 0; }
  .detail-list .wide { grid-column: auto; }
  .media-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-actions { position: fixed; z-index: 150; bottom: 0; left: 0; right: 0; height: 62px; display: grid; grid-template-columns: 1fr 1.2fr 1.2fr; background: white; border-top: 1px solid var(--line); }
  .mobile-actions a { display: grid; place-items: center; font-weight: 850; font-size: .8rem; }
  .mobile-actions .primary { background: var(--brand); color: white; }
  .chat-launch { bottom: 76px; right: 14px; }
  .chat-panel { bottom: 76px; right: 14px; height: min(590px, calc(100vh - 95px)); }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .admin-title { align-items: flex-start; flex-direction: column; }
  .admin-actions { flex-wrap: wrap; }
  .admin-two-column { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  h1 { font-size: 2.6rem; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .7rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .rating-card { display: none; }
  .media-grid, .metric-grid { grid-template-columns: 1fr; }
}
