:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#111827;background:#f8fafc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f7fb}.site{min-height:100vh}.page{max-width:1140px;margin:0 auto;padding:18px}.topbar{max-width:1140px;margin:0 auto;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:10px;color:#0f172a}.brand-dot{width:11px;height:11px;border-radius:999px;background:#38bdf8;box-shadow:0 0 0 8px #38bdf833}.topbar nav{display:flex;gap:14px;flex-wrap:wrap}.topbar a{color:#1d4ed8;text-decoration:none;font-size:14px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;margin:14px 0 18px;align-items:stretch}.hero-content{display:flex;flex-direction:column;justify-content:space-between;min-height:100%}.eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;font-size:12px;margin:0 0 10px}h1{margin:0;color:#0f172a;font-size:clamp(1.9rem,2.4vw,2.8rem);line-height:1.15}.lead{color:#334155;max-width:62ch;margin:14px 0 18px;line-height:1.65;text-align:justify;text-wrap:pretty}.hero-cta{display:flex;flex-wrap:wrap;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:11px 16px;text-decoration:none;border:1px solid transparent;cursor:pointer;font-weight:600}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.btn-ghost{background:#fff;border-color:#cbd5e1;color:#334155}.kpis{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kpis article{background:#fffef2;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.kpis strong{display:block;color:#0f172a;margin-bottom:5px}.kpis span{color:#475569;font-size:13px}.profile-card{background:#fffef2;border:1px solid #e2e8f0;border-radius:14px;padding:14px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:12px;border:1px solid #cbd5e1}.profile-card h3{color:#0f172a;margin-bottom:6px}.profile-card p{color:#334155;margin:0 0 8px}.profile-card .mail{color:#1d4ed8;font-weight:600}.card{background:#fffef2;border:1px solid #e2e8f0;border-radius:14px;padding:18px;margin-bottom:16px}.card h2,.card h3{margin-top:0;color:#0f172a}.card p{color:#334155;text-align:justify}.muted{color:#64748b}.service-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.service-grid article{background:#fffbeb;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.calendar-head{display:flex;justify-content:space-between;align-items:center;margin:14px 0;gap:8px}.calendar-title{font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:.06em;margin-bottom:8px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.calendar-grid.labels{margin-bottom:8px;font-size:12px;color:#fff}.calendar-grid.labels span{background:#2563eb;border:1px solid #1d4ed8;border-radius:8px;padding:8px 6px;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.calendar-grid.days{margin-bottom:12px}.day{border:1px solid #cbd5e1;border-radius:10px;height:180px;padding:8px;background:#fff;display:flex;flex-direction:column}.day.empty{border:none;background:transparent}.day-title{font-weight:700;margin-bottom:8px;color:#0f172a}.slots{display:flex;flex-direction:column;gap:4px;overflow-y:auto;padding-right:4px;flex:1}.slot{border:1px solid #cbd5e1;color:#1e293b;background:#fff;border-radius:8px;font-size:12px;padding:5px 6px;cursor:pointer}.slot.active{border-color:#2563eb;background:#dbeafe}.slot.slot-taken{background:#7f1d1da6;border-color:#ef4444;color:#fecaca}.slot.slot-blocked{background:#5c3b00b3;border-color:#f59e0b;color:#fde68a}.day-weekend{background:#fee2e2;border-color:#ef4444}.day-weekend .day-title{color:#991b1b}.day-past{opacity:.65}.booking-box{margin-top:16px;display:flex;flex-direction:column;gap:8px;background:#fffbeb;border:1px solid #e2e8f0;border-radius:10px;padding:12px}input,textarea,button{font:inherit;padding:10px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#1e293b}textarea{min-height:85px;resize:vertical}button:disabled{opacity:.6;cursor:not-allowed}.contact-card a{color:#1d4ed8;text-decoration:none;font-weight:600}.error{color:#fca5a5;font-weight:600}.success{color:#86efac;font-weight:600}.admin-bar{display:flex;gap:10px;align-items:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617b3;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.modal-card{width:100%;max-width:520px;border-radius:14px;border:1px solid #cbd5e1;background:#fff;padding:18px}.modal-card h3{margin-top:0}@media (max-width: 980px){.hero{grid-template-columns:1fr}.hero-content{justify-content:flex-start;gap:12px}.service-grid{grid-template-columns:1fr}}@media (max-width: 760px){.calendar-grid.days{grid-template-columns:repeat(1,minmax(0,1fr))}.calendar-grid.labels{display:none}.kpis{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}.day{height:200px}}
