* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; background: #ffffff; color: #1a1a1a; line-height: 1.6; }
.wrap { max-width: 820px; margin: 0 auto; padding: 0 24px; }

/* Header / Nav */
header.site-header { border-bottom: 1px solid #e5e5e5; padding: 20px 0; background: #ffffff; }
.site-header .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.brand { font-size: 18px; font-weight: 700; color: #0a0a0a; text-decoration: none; }
nav.main-nav { display: flex; gap: 20px; flex-wrap: wrap; }
nav.main-nav a { color: #1a1a1a; text-decoration: none; font-size: 14px; font-weight: 500; }
nav.main-nav a:hover { color: #0066cc; }
nav.main-nav a.cta { background: #0a0a0a; color: #ffffff; padding: 6px 14px; border-radius: 6px; }
nav.main-nav a.cta:hover { background: #333; color: #ffffff; }

/* Main content */
main { padding: 48px 0; }
h1 { font-size: 32px; font-weight: 700; margin-bottom: 16px; color: #0a0a0a; line-height: 1.25; }
h2 { font-size: 22px; font-weight: 600; margin: 32px 0 12px; color: #0a0a0a; }
h3 { font-size: 18px; font-weight: 600; margin: 24px 0 8px; color: #0a0a0a; }
p { margin-bottom: 14px; }
ul, ol { margin: 0 0 14px 22px; }
li { margin-bottom: 6px; }
a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Hero / lede */
.lede { font-size: 18px; color: #444; margin-bottom: 24px; }
.subhead { font-size: 14px; color: #555; }

/* Sections */
section { margin-bottom: 32px; }
section.callout { background: #f8f8f8; padding: 24px; border-radius: 8px; margin: 24px 0; }

/* CTA button */
.btn { display: inline-block; background: #0a0a0a; color: #ffffff !important; padding: 12px 24px; font-size: 16px; font-weight: 600; border-radius: 6px; text-decoration: none; margin: 8px 0; }
.btn:hover { background: #333; text-decoration: none; }

/* Forms */
form { background: #f8f8f8; padding: 24px; border: 1px solid #e5e5e5; border-radius: 8px; margin-bottom: 24px; }
.field { margin-bottom: 16px; }
label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 14px; }
input[type="text"], input[type="tel"], input[type="email"], textarea { width: 100%; padding: 10px 12px; font-size: 16px; border: 1px solid #ccc; border-radius: 6px; font-family: inherit; }
textarea { min-height: 100px; resize: vertical; }
button[type="submit"] { background: #0a0a0a; color: #ffffff; padding: 12px 24px; font-size: 16px; font-weight: 600; border: none; border-radius: 6px; cursor: pointer; }
button[type="submit"]:hover { background: #333; }

/* Consent blocks (dual checkbox) */
.consent-block { background: #ffffff; padding: 16px; border: 1px solid #e5e5e5; border-radius: 6px; margin: 16px 0; }
.consent-row { display: flex; align-items: flex-start; gap: 12px; }
.consent-row input[type="checkbox"] { margin-top: 4px; flex-shrink: 0; width: 18px; height: 18px; }
.consent-text { font-size: 14px; color: #1a1a1a; }

/* Disclosure text */
.disclosures p { font-size: 14px; color: #1a1a1a; margin: 0 0 12px; line-height: 1.6; }

/* Service cards */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 24px 0; }
.service-card { background: #f8f8f8; padding: 24px; border-radius: 8px; border: 1px solid #e5e5e5; }
.service-card h3 { margin-top: 0; }

/* Contact details list */
.contact-list { list-style: none; margin: 16px 0; padding: 0; }
.contact-list li { padding: 10px 0; border-bottom: 1px solid #e5e5e5; font-size: 15px; }
.contact-list li:last-child { border-bottom: none; }
.contact-list strong { display: inline-block; width: 90px; color: #555; }

/* Footer */
footer.site-footer { margin-top: 48px; padding: 32px 0; border-top: 1px solid #e5e5e5; font-size: 13px; color: #555; background: #f8f8f8; }
footer.site-footer p { margin-bottom: 6px; }
footer.site-footer a { color: #0066cc; }
.footer-meta { margin-top: 16px; font-size: 12px; color: #888; }

/* Legal pages */
.legal h1 { margin-bottom: 8px; }
.legal .updated { color: #666; font-size: 14px; margin-bottom: 24px; }
.legal h2 { font-size: 18px; }

/* Responsive */
@media (max-width: 560px) {
  h1 { font-size: 26px; }
  h2 { font-size: 19px; }
  nav.main-nav { width: 100%; }
}
