
.stscf-form-wrap{max-width:960px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.stscf-form h3{margin:0 0 6px;font-size:28px}
.stscf-subheading{margin:0 0 18px;color:#4b5563}
.stscf-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.stscf-grid p{margin:0}
.stscf-grid label{display:block;font-weight:600;margin:0 0 6px}
.stscf-grid input,.stscf-grid textarea{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:4px}
.stscf-full{grid-column:1/-1}
.stscf-hp{position:absolute!important;left:-999em!important;top:-999em!important}
.stscf-submit{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:0;background:linear-gradient(180deg,#efd99a 0%, #d2a64d 56%, #a8842f 100%);color:#111;font-weight:700;cursor:pointer}
.stscf-notice{padding:12px 14px;margin:0 0 14px}
.stscf-notice.success{background:#ecfdf5;color:#065f46}
.stscf-notice.error{background:#fef2f2;color:#991b1b}
@media (max-width:768px){.stscf-grid{grid-template-columns:1fr}}
