/* Verified Trades — Lead Engine Elite
   Front-end styles for the enquiry form.
   Loaded conditionally via wp_enqueue_style() only on pages that render the form.
   Theme developers can dequeue 'vt-lead-engine' and substitute their own stylesheet. */

.vt-lead-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.vt-lead-title {
    margin: 0 0 15px;
    font-size: 18px;
    color: #0f172a;
}

.vt-lead-field {
    margin-bottom: 12px;
}

.vt-lead-field input,
.vt-lead-field textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-sizing: border-box;
    font: inherit;
}

.vt-lead-field textarea {
    height: 120px;
    resize: vertical;
}

.vt-lead-submit {
    width: 100%;
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: background .2s;
}

.vt-lead-submit:hover  { background: #1d4ed8; }
.vt-lead-submit:active { background: #1e40af; }

.vt-lead-success {
    margin-bottom: 15px;
    padding: 12px;
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
}

.vt-lead-errors {
    margin-bottom: 15px;
    padding: 12px;
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
    border-radius: 8px;
}

.vt-lead-errors ul {
    margin: 8px 0 0 18px;
}

.vt-lead-admin-notice {
    margin-bottom: 15px;
    padding: 12px;
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
    border-radius: 8px;
}

/* Honeypot — must be visually and physically hidden from all users and AT. */
.vt-hp-wrap {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* Screen-reader-only labels for form fields. */
.vt-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cf-turnstile {
    margin-bottom: 15px;
}
