/* Contact form additions on the landing page: alerts + captcha widget. */

.contact-alert {
    padding: 0.85rem 1rem;
    border-radius: 10px;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.contact-alert.success {
    background: rgba(34, 197, 94, 0.15);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.contact-alert.error {
    background: rgba(239, 68, 68, 0.15);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.4);
}

.captcha-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.captcha-img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #ffffff;
    padding: 3px;
}

.captcha-op {
    font-size: 1.35rem;
    font-weight: 700;
    opacity: 0.85;
}

.captcha-input {
    width: 90px;
    text-align: center;
}
