/* Canlı form geri bildirimleri + gönder sonrası banner (iletişim / rezervasyon / modal) */
.ffc-msg {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    min-height: 18px;
    line-height: 1.35;
    transition: color .15s ease;
}
.ffc-msg--err { color: #b91c1c; }
.ffc-msg--ok { color: #047857; }
.ffc-msg--hint { color: #64748b; }

.ffc-banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 14px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
    border: 1px solid transparent;
}
.ffc-banner::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.15rem;
    margin-top: 2px;
}
.ffc-banner--error {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    color: #991b1b;
    border-color: #fecaca;
}
.ffc-banner--error::before { content: "\f06a"; color: #dc2626; }
.ffc-banner--success {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    color: #065f46;
    border-color: #a7f3d0;
}
.ffc-banner--success::before { content: "\f058"; color: #059669; }

.rez-input.is-invalid { border-color: #dc2626 !important; box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12) !important; }
.rez-input.is-valid { border-color: #059669 !important; }

.flatpickr-calendar { box-shadow: 0 12px 40px rgba(0,0,0,.15) !important; border-radius: 12px !important; }
.rez-fld .rez-live-msg { margin-top: 4px; }
.rez-fld .rez-hint { margin-top: 4px; }

.footer-site-logo {
    display: block;
    height: auto;
    max-width: 200px;
    width: auto;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

.uye-field-msg {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    min-height: 18px;
}
.uye-field-msg.err { color: #b91c1c; }
.uye-field-msg.ok { color: #047857; }
