:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  background: #f8fafc;
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; }
a { color: #047857; }
.site-header { background: #fff; border-bottom: 1px solid #e2e8f0; }
.header-inner, .page, .footer-inner { width: min(100% - 32px, 960px); margin: 0 auto; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #047857; text-decoration: none; font-weight: 800; font-size: 19px; }
.brand img { width: 42px; height: 42px; border-radius: 12px; border: 1px solid #e2e8f0; }
.header-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; font-size: 14px; font-weight: 700; }
.header-nav a { color: #475569; text-decoration: none; }
.header-nav a:hover, .brand:hover { color: #065f46; }
.page { padding: 48px 0 64px; }
.eyebrow { margin: 0 0 8px; color: #047857; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(32px, 6vw, 46px); line-height: 1.12; letter-spacing: -.03em; }
.intro { max-width: 720px; margin: 16px 0 30px; color: #475569; font-size: 17px; }
.card { margin-top: 22px; padding: 26px; border: 1px solid #e2e8f0; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(15, 23, 42, .05); }
.card h2 { margin: 0 0 10px; font-size: 21px; }
.card h3 { margin: 22px 0 6px; font-size: 16px; }
.card p { margin: 8px 0; color: #334155; }
.card ul { margin: 10px 0; padding-left: 22px; color: #334155; }
.business-address { font-style: normal; color: #334155; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-item { padding: 20px; border-radius: 14px; background: #f0fdfa; }
.contact-item strong { display: block; margin-bottom: 4px; color: #0f172a; }
.notice { padding: 16px 18px; border-left: 4px solid #10b981; border-radius: 8px; background: #ecfdf5; color: #065f46; }
.site-footer { border-top: 1px solid #e2e8f0; background: #fff; color: #64748b; font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; padding: 26px 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a { color: #475569; font-weight: 700; }
@media (max-width: 680px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .header-nav { justify-content: flex-start; gap: 12px; }
  .page { padding-top: 34px; }
  .card { padding: 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
}
