.smp-form-wrap { max-width: 480px; margin: 24px auto; padding: 32px; background: #faf7f2; border-radius: 8px; border: 1px solid #e8e2d5; }
.smp-form-wrap.smp-style-inline { padding: 16px; background: transparent; border: 0; }
.smp-form-title { margin: 0 0 8px; font-size: 22px; color: #8B4A2B; }
.smp-form-desc { margin: 0 0 20px; color: #666; font-size: 14px; }
.smp-form .smp-field { margin-bottom: 14px; }
.smp-form label { display: block; margin-bottom: 4px; font-weight: 600; font-size: 13px; color: #555; }
.smp-form input[type=text],
.smp-form input[type=email],
.smp-form input[type=tel] {
    width: 100%; padding: 10px 12px; border: 1px solid #d5d0c4; border-radius: 6px; font-size: 15px; box-sizing: border-box;
    transition: border-color .15s;
}
.smp-form input[type=text]:focus,
.smp-form input[type=email]:focus,
.smp-form input[type=tel]:focus { outline: none; border-color: #8B4A2B; }
.smp-form .smp-consent label { font-weight: normal; font-size: 12px; color: #666; line-height: 1.4; }
.smp-form .smp-consent input { margin-right: 6px; }
.smp-submit { background: #8B4A2B; color: #fff; border: 0; padding: 12px 24px; border-radius: 6px; font-size: 15px; font-weight: 600; cursor: pointer; width: 100%; }
.smp-submit:hover { background: #6f3a20; }
.smp-submit:disabled { opacity: 0.6; cursor: wait; }
.smp-message { margin-top: 12px; padding: 10px; border-radius: 4px; font-size: 14px; display: none; }
.smp-message.smp-success { background: #e6f4ea; color: #1e7c3a; display: block; }
.smp-message.smp-error { background: #fde8e8; color: #c53030; display: block; }
