.service-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}
.service-tab{padding:21px 12px;gap:10px;min-width:0}
.service-tab strong{font-size:13px}
.project-fields{gap:20px}
.project-fields textarea{font-family:inherit;line-height:1.6}
.project-fields .step-head{margin-bottom:0}
.project-fields label>small{line-height:1.6}
.primary-button:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:900px){.service-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.service-tab{border-bottom:1px solid var(--line);min-height:75px}.service-tab strong{font-size:12px}.service-tab small{font-size:10px}}
