/* Custom styles beyond theme.json capabilities */

/* Contact Form 7 — match dark theme */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
    background-color: #1e293b;
    border: 1px solid #334155;
    color: #f1f5f9;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    width: 100%;
    border-radius: 4px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #10b981;
    outline: none;
}

.wpcf7 input[type="submit"] {
    background-color: #10b981;
    color: #0f172a;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 4px;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #6ee7b7;
}

.wpcf7 label {
    color: #94a3b8;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.5rem;
}

/* CF7 validation messages */
.wpcf7-not-valid-tip {
    color: #f87171;
    font-size: 0.8125rem;
}

.wpcf7-response-output {
    border-color: #10b981 !important;
    color: #6ee7b7;
    padding: 1rem;
}
