.scsf-form,
.scsf-form * { box-sizing: border-box; }
.scsf-form { margin: 22px 0 0; width: 100%; min-width: 0; font-family: inherit; font-weight: 400; color: #596575; }
.scsf-form .scsf-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; }
.scsf-form .scsf-wide { grid-column: 1 / -1; }
.scsf-form .scsf-field { min-width: 0; }
.scsf-form label { display: block; margin: 0 0 7px; font-size: 14px; line-height: 1.5; font-weight: 400; letter-spacing: normal; hyphens: none; }
.scsf-form .scsf-optional { font-size: 12px; font-weight: 400; }
.scsf-form input:not([type="hidden"]),
.scsf-form textarea { display: block; width: 100%; max-width: 100%; min-width: 0; padding: 11px 12px; margin: 0; border: 1px solid #a8afb6; border-radius: 0; background: #fbfaf7; color: #455261; font-family: inherit; font-size: 16px; font-weight: 400; line-height: 1.5; box-shadow: none; }
.scsf-form textarea { min-height: 106px; resize: vertical; }
.scsf-form input::placeholder,
.scsf-form textarea::placeholder { color: #687280; opacity: 1; font-size: 14px; }
.scsf-form :is(input, textarea, button, a):focus-visible { outline: 2px solid #596575; outline-offset: 3px; }
.scsf-form .scsf-help { display: block; margin: 6px 0 0; font-size: 12px; line-height: 1.55; font-weight: 400; color: #596575; }
body .scsf-form p.scsf-privacy { margin: 18px 0; font-size: 12px; line-height: 1.65; font-weight: 400; }
.scsf-form .scsf-privacy a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.scsf-form .scsf-submit { display: inline-block; width: auto; min-height: 48px; margin: 0; padding: 13px 22px; border: 1px solid #596575; border-radius: 0; background: #596575; color: #fff; font-family: inherit; font-weight: 400; font-size: 15px; line-height: 1.4; letter-spacing: normal; text-transform: none; cursor: pointer; }
.scsf-form .scsf-submit:hover { background: #465361; }
.scsf-form .scsf-submit:disabled { opacity: .65; cursor: wait; }
.scsf-form .scsf-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; }
.scsf-form .scsf-whatsapp { font-size: 14px; font-weight: 400; color: #596575; text-decoration: underline; text-underline-offset: 4px; padding: 12px 0; }
body .scsf-form p.scsf-after { margin: 12px 0 0; font-size: 12px; line-height: 1.65; }
body .scsf-form p.scsf-status { margin: 20px 0 0; padding: 14px 16px; border: 1px solid #596575; background: #f8f5ef; color: #455261; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.scsf-form p.scsf-status[data-state="error"] { border-color: #945047; color: #773d35; }
.scsf-form .scsf-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); pointer-events: none; }
.scsf-form [hidden] { display: none !important; }
@media (max-width: 600px) {
  .scsf-form .scsf-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .scsf-form .scsf-submit { width: 100%; }
}
