:root{
  --font-head:"Manrope",system-ui,sans-serif;
  --font-body:"Inter",system-ui,sans-serif;
  --bg:#f7f8fa;--bg-alt:#eef1f5;--card:#fff;--ink:#141a24;--muted:#5b6472;
  --line:#e3e7ee;--line-strong:#c9d0da;
  --accent:#f59e0b;--accent-dark:#b45309;--accent-soft:#fef3c7;--on-accent:#1a1204;
  --header-bg:rgba(247,248,250,.85);
  --footer-bg:#0f1520;--footer-ink:#c7ced9;
  --hero-fallback:linear-gradient(135deg,#0f1520,#1e2a3d);
  --hero-shade:linear-gradient(90deg,rgba(10,14,22,.85) 0%,rgba(10,14,22,.55) 60%,rgba(10,14,22,.25));
  --radius:16px;--radius-btn:12px;
}
.hero .wrap{max-width:none}
.hero-inner{max-width:640px}
.service-card{display:grid;gap:.6rem}
.service-card .ico{width:44px;height:44px;border-radius:12px;background:var(--accent-soft);color:var(--accent-dark);display:grid;place-items:center}
.service-card .ico svg{width:24px;height:24px}
.service-card .from{font-weight:800;color:var(--accent-dark);font-family:var(--font-head)}
.hours{list-style:none;padding:0;margin:0}
.hours li{display:flex;justify-content:space-between;padding:.45rem 0;border-bottom:1px dashed var(--line)}
.hours li.today{font-weight:700;color:var(--accent-dark)}
.slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem}
.slot-grid label{border:1px solid var(--line-strong);border-radius:10px;padding:.5rem;text-align:center;cursor:pointer;font-weight:600;display:block}
.slot-grid input{display:none}
.slot-grid input:checked + span{color:var(--accent-dark)}
.slot-grid label:has(input:checked){border-color:var(--accent);background:var(--accent-soft)}
.trust{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}
