*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#eef8ff;color:#0f172a}.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 5vw;background:linear-gradient(90deg,#effbff,#dff5ff);border-bottom:1px solid #bae6fd;box-shadow:0 6px 24px rgba(2,132,199,.08)}.brand{display:flex;align-items:center;gap:10px;color:#075985;text-decoration:none;font-weight:800}.brand img{width:34px;height:34px;border-radius:10px}nav{display:flex;gap:8px;flex-wrap:wrap}nav a,.btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:13px;text-decoration:none;border:1px solid #93c5fd;background:#fff;color:#075985;font-weight:700;font-size:14px}.btn.primary{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;border:none}.btn.ghost{background:#f8fcff}.container{width:min(1180px,92vw);margin:22px auto}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center}.card,.panel{background:rgba(255,255,255,.92);border:1px solid #bfdbfe;border-radius:22px;padding:18px;box-shadow:0 12px 35px rgba(37,99,235,.08)}h1{font-size:clamp(30px,5vw,58px);line-height:1.02;margin:0 0 12px;color:#075985}h2{color:#075985;margin:0 0 12px}.lead{font-size:18px;line-height:1.7;color:#334155}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.grid.two{grid-template-columns:repeat(2,1fr)}.service-img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px;background:#dbeafe}.meta{color:#64748b;font-size:13px}.price{font-size:20px;font-weight:900;color:#0369a1}.form{display:grid;gap:10px}.input,textarea,select{width:100%;padding:11px 12px;border-radius:14px;border:1px solid #bfdbfe;background:#fff;font:inherit}textarea{min-height:110px}.table-wrap{overflow:auto;border-radius:18px;border:1px solid #bfdbfe}.table{width:100%;border-collapse:collapse;background:#fff;min-width:720px}.table th,.table td{padding:11px 12px;border-bottom:1px solid #e0f2fe;text-align:left;font-size:14px}.table th{background:#dff5ff;color:#075985}.alert{padding:12px 14px;border-radius:14px;margin:12px 0;border:1px solid #bfdbfe;background:#eff6ff}.alert.err{border-color:#fecaca;background:#fff1f2;color:#991b1b}.badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#dbeafe;color:#075985;font-size:12px;font-weight:800}.footer{text-align:center;color:#64748b;padding:28px}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.mapbox{height:340px;border-radius:18px;background:linear-gradient(135deg,#dbeafe,#f0f9ff);display:flex;align-items:center;justify-content:center;color:#0369a1;font-weight:800;border:1px dashed #60a5fa}.sharebar{display:flex;gap:8px;flex-wrap:wrap}.sharebar a{font-size:13px}@media(max-width:820px){.hero,.grid,.grid.two{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}nav a{font-size:13px;padding:8px 10px}.container{width:94vw;margin:14px auto}.card,.panel{padding:14px;border-radius:18px}}