.esc-contact-wrapper {
    max-width: 600px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.esc-field {
    margin-bottom: 18px;
}
.esc-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.esc-field input[type="text"],
.esc-field input[type="email"],
.esc-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
.esc-field input:focus,
.esc-field textarea:focus {
    border-color: #0073aa;
    outline: none;
}
.esc-website {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
.esc-submit-btn {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}
.esc-submit-btn:hover {
    background: #005a87;
}
.esc-response {
    margin-top: 14px;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
}
.esc-response.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.esc-response.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.esc-alt-contact {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}
.esc-whatsapp-btn {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}
.esc-whatsapp-btn:hover {
    background: #1da851;
}
.esc-math input {
    max-width: 120px;
}
