.wf-button-wrap {
    margin: 1rem 0;
}

.wf-button,
.wf-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 44px;
    padding: .8rem 1.15rem;
    border: 0;
    border-radius: 8px;
    background: #111827;
    color: #fff !important;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
}

.wf-button:hover,
.wf-submit:hover {
    background: #374151;
    color: #fff !important;
}

.wf-footer-button {
    font-size: 1rem;
}

.wf-form-wrap {
    max-width: 760px;
    margin: 2rem 0;
}

.wf-form p {
    margin: 0 0 1rem;
}

.wf-form label {
    display: block;
    margin-bottom: .35rem;
    font-weight: 700;
}

.wf-form input[type="text"],
.wf-form input[type="email"],
.wf-form textarea {
    width: 100%;
    max-width: 100%;
    padding: .75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #111827;
}

.wf-form textarea {
    resize: vertical;
}

.wf-check label {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    font-weight: 400;
}

.wf-privacy,
.wf-note {
    color: #4b5563;
    font-size: .95rem;
}

.wf-alert {
    margin: 0 0 1rem;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid transparent;
}

.wf-alert-success {
    background: #ecfdf5;
    border-color: #10b981;
    color: #065f46;
}

.wf-alert-error {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

.wf-hidden-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
