/* ============================================================
   PF-FOOTER — Unified professional footer (standalone)
   Tema sayfaları responsive-pro.css §18'i kullanır;
   bu dosya Bootstrap içermeyen sayfalar (ana sayfa) içindir.
   Kendi mini grid'ini içerir — hiçbir framework gerektirmez.
   ============================================================ */

footer.pf-footer { padding: 0; }
.pf-footer { background: #14213d; color: #cbd5e1; margin-top: 60px; font-family: 'Sora', 'DM Sans', sans-serif; }
.pf-footer * { box-sizing: border-box; }
.pf-footer ul { list-style: none; margin: 0; padding: 0; }

/* --- Mini grid (Bootstrap yoksa) --- */
.pf-footer .container { width: 100%; max-width: min(1360px, 96%); margin: 0 auto; padding: 0 clamp(14px, 2.5vw, 32px); }
.pf-footer .row { display: flex; flex-wrap: wrap; margin: 0 -12px; row-gap: 40px; }
.pf-footer .row > [class*="col-"] { padding: 0 12px; width: 100%; }
@media (min-width: 576px) { .pf-footer .row > .col-6 { width: 50%; } }
@media (min-width: 768px) {
    .pf-footer .row > .col-md-4 { width: 33.3333%; }
    .pf-footer .row > .col-md-12 { width: 100%; }
}
@media (min-width: 992px) {
    .pf-footer .row > .col-lg-4 { width: 33.3333%; }
    .pf-footer .row > .col-lg-3 { width: 25%; }
    .pf-footer .row > .col-lg-2 { width: 16.6667%; }
}

/* --- Top --- */
.pf-footer .pf-footer-top { padding: 56px 0 36px; position: relative; }
.pf-footer .pf-footer-top:before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary-color, #2f6f6a) 0%, var(--secondary-color, #f59e0b) 100%); }

.pf-footer .pf-footer-logo { max-height: 56px; width: auto; margin-bottom: 18px; background: #ffffff; padding: 8px 14px; border-radius: 12px; display: inline-block; }
.pf-footer .pf-footer-title { font-family: 'Playfair Display', 'DM Serif Display', serif; color: #ffffff; font-size: 22px; font-weight: 700; margin: 0 0 14px; }
.pf-footer .pf-footer-tagline { color: #94a3b8; font-size: 14px; line-height: 1.7; margin: 0 0 20px; max-width: 320px; }

.pf-footer .pf-footer-social { display: flex; gap: 10px; flex-wrap: wrap; }
.pf-footer .pf-social { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); color: #ffffff; transition: background .25s ease, transform .2s ease, color .2s ease; text-decoration: none; }
.pf-footer .pf-social:hover { background: var(--secondary-color, #f59e0b); color: #ffffff; transform: translateY(-2px); }
.pf-footer .pf-social svg { width: 16px; height: 16px; fill: currentColor; }

.pf-footer .pf-footer-heading { font-family: 'Playfair Display', 'DM Serif Display', serif; color: #ffffff; font-size: 15px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; margin: 0 0 18px; padding-bottom: 10px; border-bottom: 2px solid rgba(255,255,255,.08); position: relative; }
.pf-footer .pf-footer-heading:after { content: ""; position: absolute; left: 0; bottom: -2px; width: 36px; height: 2px; background: var(--secondary-color, #f59e0b); }

.pf-footer .pf-footer-links li { margin-bottom: 10px; }
.pf-footer .pf-footer-links a { color: #cbd5e1; font-size: 14px; text-decoration: none; transition: color .2s ease, padding-left .2s ease; display: inline-block; }
.pf-footer .pf-footer-links a:hover { color: var(--secondary-color, #f59e0b); padding-left: 4px; }

.pf-footer .pf-footer-contact { margin: 0 0 22px; }
.pf-footer .pf-footer-contact li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 14px; line-height: 1.6; color: #cbd5e1; }
.pf-footer .pf-footer-contact .pf-icon { flex: 0 0 32px; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: rgba(245,158,11,.12); color: var(--secondary-color, #f59e0b); }
.pf-footer .pf-footer-contact .pf-icon svg { fill: currentColor; }
.pf-footer .pf-footer-contact a { color: #cbd5e1; text-decoration: none; transition: color .2s ease; word-break: break-word; }
.pf-footer .pf-footer-contact a:hover { color: var(--secondary-color, #f59e0b); }
.pf-footer .pf-footer-contact .pf-address { color: #94a3b8; font-size: 13px; }
.pf-footer .pf-footer-contact .pf-address p { margin: 0; }

.pf-footer .pf-footer-lang { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.06); }
.pf-footer .pf-footer-sublabel { display: block; font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; font-weight: 600; }
.pf-footer .pf-lang-select { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #ffffff; border-radius: 999px; padding: 8px 16px; font-size: 13px; min-width: 160px; height: 40px; appearance: auto; }
.pf-footer .pf-lang-select option { color: #14213d; }

/* --- Bottom --- */
.pf-footer .pf-footer-bottom { background: rgba(0,0,0,.25); border-top: 1px solid rgba(255,255,255,.06); padding: 18px 0; }
.pf-footer .pf-footer-bottom-wrap { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px; }
.pf-footer .pf-copyright { color: #94a3b8; font-size: 13px; margin: 0; text-align: center; }
.pf-footer .pf-copyright span { color: #cbd5e1; }

@media (max-width: 991.98px) {
    .pf-footer .pf-footer-top { padding: 44px 0 28px; }
    .pf-footer .pf-footer-heading { margin-bottom: 14px; }
    .pf-footer .pf-footer-tagline { max-width: 100%; }
}
@media (max-width: 575.98px) {
    .pf-footer { margin-top: 40px; }
    .pf-footer .pf-footer-top { padding: 36px 0 20px; }
    .pf-footer .pf-footer-logo { max-height: 40px; }
    .pf-footer .pf-footer-contact li { font-size: 13px; }
    .pf-footer .pf-footer-bottom { padding: 14px 0; }
    .pf-footer .pf-copyright { font-size: 12px; }
}
