* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; color: #1a1a1a; }
.container { max-width: 960px; margin: 0 auto; padding: 0 1.5rem; }

header { background: #fff; border-bottom: 1px solid #eee; padding: 1.25rem 0; }
header .container { display: flex; justify-content: space-between; align-items: center; }
header h1 { font-size: 1.5rem; font-weight: 700; }
nav a { margin-left: 1.5rem; color: #1a1a1a; text-decoration: none; font-size: 0.95rem; }
nav a:hover { text-decoration: underline; }

.hero { background: linear-gradient(180deg, #f7f7f9 0%, #fff 100%); padding: 5rem 0; text-align: center; }
.hero h2 { font-size: 2.75rem; font-weight: 800; margin-bottom: 1rem; }
.hero .lead { font-size: 1.25rem; color: #555; max-width: 640px; margin: 0 auto 2.5rem; }
.cta { display: inline-block; background: #1a1a1a; color: #fff; padding: 1rem 2rem; border-radius: 6px; text-decoration: none; font-weight: 600; }
.cta:hover { background: #333; }

section { padding: 4rem 0; }
section h3 { font-size: 2rem; margin-bottom: 2rem; text-align: center; }

.services .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; }
.services .grid > div { padding: 1.5rem; background: #f7f7f9; border-radius: 8px; }
.services h4 { margin-bottom: 0.75rem; font-size: 1.15rem; }

.pricing table { width: 100%; border-collapse: collapse; max-width: 640px; margin: 0 auto; }
.pricing th, .pricing td { padding: 1rem; text-align: left; border-bottom: 1px solid #eee; }
.pricing th { background: #f7f7f9; font-weight: 600; }
.pricing .note { text-align: center; margin-top: 1.5rem; color: #777; font-size: 0.9rem; }

.audit { background: #f7f7f9; text-align: center; }
.audit p { max-width: 540px; margin: 0 auto 1rem; }

footer { padding: 2rem 0; text-align: center; color: #777; font-size: 0.9rem; border-top: 1px solid #eee; }
footer a { color: #555; }
