/* Dandy Plumbers UI — "App look" (Tailwind via CDN) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

html, body { height: 100%; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  background: #f8fafc;
}
.container { max-width: 1120px; margin: 0 auto; padding: 0 1rem; }
.card { border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; }
.footer-link { color: rgba(255,255,255,0.85); }
.footer-link:hover { color: #fff; text-decoration: underline; }
.small-muted { color: #64748b; }
