
.hc-contact-form {
    max-width: 680px;
    margin: 20px auto;
    padding: 28px;
    border: 3px solid #6b3e26;
    border-radius: 16px;
    background: #fffaf5;
    box-shadow: 0 8px 24px rgba(107, 62, 38, 0.10);
}

.hc-form-group {
    margin-bottom: 18px;
}

.hc-contact-form label {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    color: #6b3e26;
}

.hc-contact-form input,
.hc-contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #b98a6d;
    border-radius: 10px;
    background: #ffffff;
    box-sizing: border-box;
    font-size: 16px;
}

.hc-contact-form input:focus,
.hc-contact-form textarea:focus {
    outline: none;
    border-color: #6b3e26;
    box-shadow: 0 0 0 3px rgba(107, 62, 38, 0.12);
}

.hc-submit-button {
    width: 100%;
    padding: 14px 18px;
    border: none;
    border-radius: 10px;
    background: #6b3e26;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

.hc-submit-button:hover {
    background: #4f2d1d;
}

.hc-contact-success,
.hc-contact-error {
    max-width: 680px;
    margin: 20px auto;
    padding: 14px 18px;
    border-radius: 10px;
    font-weight: 700;
}

.hc-contact-success {
    border: 2px solid #2e7d32;
    background: #edf7ee;
    color: #1f5f24;
}

.hc-contact-error {
    border: 2px solid #b3261e;
    background: #fff0ef;
    color: #8f1d17;
}

.hc-honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
