/* theme-specific fine tunings */
.section{{padding:48px 0;}}
.hero h1{{font-size:32px;margin:0 0 8px;}}
.hero p{{margin:0 0 18px;color:rgba(0,0,0,0.65);}}
.service-card h3{{margin:0 0 8px;}}
.cta{{display:flex;gap:12px;align-items:center;justify-content:center;padding:36px 0;}}
.form-field{{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;}}
input[type="text"], input[type="email"], select, textarea{{padding:10px;border-radius:8px;border:1px solid rgba(0,0,0,0.08);}}
textarea{{min-height:120px;resize:vertical;}}
.small-muted{{font-size:13px;color:rgba(0,0,0,0.55);}}