/* GS Intake — public form styles */
#gsi-wrap { max-width: 720px; margin: 0 auto; }
#gsi-wrap h3 { margin-top: 28px; border-bottom: 1px solid #ddd; padding-bottom: 6px; }
#gsi-wrap label { display: block; font-weight: 600; margin-bottom: 2px; }
#gsi-wrap input[type="text"],
#gsi-wrap input[type="tel"],
#gsi-wrap input[type="email"],
#gsi-wrap input[type="number"],
#gsi-wrap select,
#gsi-wrap textarea { width: 100%; max-width: 560px; padding: 8px 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 15px; box-sizing: border-box; }
#gsi-wrap textarea { resize: vertical; }
#gsi-wrap .required { color: #c00; }
.gsi-submit-btn { margin-top: 12px; padding: 12px 32px; background: #1a73e8; color: #fff; border: none; border-radius: 4px; font-size: 16px; cursor: pointer; }
.gsi-submit-btn:disabled { background: #aaa; cursor: not-allowed; }
.gsi-error-box { background: #fff3f3; border: 1px solid #c00; color: #c00; padding: 12px 16px; border-radius: 4px; margin-bottom: 16px; }
.gsi-error-inline { color: #c00; font-size: 13px; margin-top: 4px; }
.gsi-success-box { background: #f0fff4; border: 1px solid #2d7a2d; color: #1a4d1a; padding: 16px 20px; border-radius: 4px; }
.gsi-btn-secondary { background: #555; }
.gsi-btn-secondary:hover { background: #333; }
