/* Psikologhane Studyo — ORTAK footer (ACIK TEMA) (tek kaynak).
   Duzenleme burada; tum sayfalara yansir. Kendi kendine yeten (renk sabit, sfx- prefiks). */
.sfx{display:block;text-align:left;margin:0;position:static;inset:auto;border-top:1px solid rgba(28,33,27,.1);background:#e9e4d6;padding:66px 0 28px;color:#1c211b;font-family:'Inter',system-ui,sans-serif;font-weight:300}
.sfx a{text-decoration:none}
.sfx .sfx-wrap{max-width:1180px;margin:0 auto;padding:0 36px}
.sfx .sfx-top{display:grid;grid-template-columns:1.35fr 2fr;gap:52px}
.sfx .sfx-brand{font-family:'Fraunces',serif;font-size:22px;font-weight:500;color:#1c211b}
.sfx .sfx-brand em{font-style:italic;color:#3e5c47}
.sfx .sfx-about{max-width:370px}
.sfx .sfx-tag{font-size:13.5px;color:rgba(28,33,27,.62);margin-top:14px;line-height:1.72}
.sfx .sfx-firma{font-style:normal;font-size:12.5px;color:rgba(28,33,27,.4);margin-top:22px;line-height:1.9}
.sfx .sfx-firma a{color:rgba(28,33,27,.62);transition:color .2s}
.sfx .sfx-firma a:hover{color:#3e5c47}
.sfx .sfx-nav{position:static;inset:auto;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.sfx .sfx-col{display:flex;flex-direction:column;gap:11px}
.sfx .sfx-col h4{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#3e5c47;font-weight:600;margin:0 0 4px}
.sfx .sfx-col a{font-size:13.5px;color:rgba(28,33,27,.62);transition:color .2s}
.sfx .sfx-col a:hover{color:#1c211b}
.sfx .sfx-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-top:52px;padding-top:22px;border-top:1px solid rgba(28,33,27,.1);font-size:12px;color:rgba(28,33,27,.4)}
.sfx .sfx-motto{font-family:'Fraunces',serif;font-style:italic;font-size:14px;color:#3e5c47}
@media(max-width:860px){.sfx .sfx-top{grid-template-columns:1fr;gap:38px}}
@media(max-width:560px){.sfx .sfx-nav{grid-template-columns:1fr 1fr;gap:24px}.sfx{padding-top:52px}.sfx .sfx-wrap{padding:0 20px}}

/* Floating WhatsApp butonu (tum sayfalarda) */
.sfx-wa{position:fixed;right:22px;bottom:22px;z-index:200;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(90,105,88,.16);transition:transform .25s,box-shadow .25s}
.sfx-wa:hover{transform:scale(1.08);box-shadow:0 12px 30px rgba(37,211,102,.45)}
.sfx-wa svg{width:30px;height:30px;display:block}
@media(max-width:560px){.sfx-wa{right:16px;bottom:16px;width:52px;height:52px}}
