* { box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; margin: 0; color: #1a1a1a; line-height: 1.6; background: #fff; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 20px; }
.site-header { border-bottom: 1px solid #e5e5e5; padding: 14px 0; position: sticky; top: 0; background: #fff; }
.site-header .wrap { display: flex; justify-content: space-between; align-items: center; }
.brand { font-weight: 700; font-size: 1.25rem; }
.site-header nav a { margin-left: 18px; text-decoration: none; color: #444; font-size: 0.95rem; }
.site-header nav a:hover { color: #000; }
.hero { padding: 64px 0 56px; background: #f7f9fc; }
.hero h1 { font-size: 2.1rem; line-height: 1.25; margin: 0 0 16px; }
.lede { font-size: 1.15rem; color: #333; }
.btn { display: inline-block; background: #0b5fff; color: #fff; padding: 12px 28px; border-radius: 6px; text-decoration: none; font-weight: 600; margin-top: 12px; }
.btn:hover { background: #0047cc; }
.fine { color: #666; font-size: 0.9rem; margin-top: 10px; }
.section { padding: 48px 0; }
.section.alt { background: #f7f9fc; }
.section h2 { font-size: 1.6rem; margin-top: 0; }
.audit-list li, .steps li { margin-bottom: 12px; }
.disclaimer { background: #fff8e1; border-left: 4px solid #f5b301; padding: 12px 16px; font-size: 0.95rem; }
.price-card { border: 1px solid #e5e5e5; border-radius: 10px; padding: 28px; max-width: 460px; }
.price-card h3 { margin-top: 0; }
.price { font-size: 2rem; font-weight: 700; margin: 8px 0; }
.price span { font-size: 1rem; font-weight: 400; color: #666; }
.price-card ul { padding-left: 20px; }
.price-card li { margin-bottom: 8px; }
.site-footer { border-top: 1px solid #e5e5e5; padding: 24px 0; color: #666; font-size: 0.9rem; }
.site-footer .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.site-footer nav a { margin-left: 16px; color: #666; text-decoration: none; }
.site-footer nav a:hover { color: #000; }
.policy h1 { font-size: 1.9rem; }
.policy h2 { font-size: 1.25rem; margin-top: 32px; }
.policy .updated { color: #666; font-size: 0.9rem; }
a { color: #0b5fff; }
@media (max-width: 600px) { .hero h1 { font-size: 1.6rem; } .site-header nav a { margin-left: 10px; font-size: 0.85rem; } }
