/*
Theme Name: Fzt. Ömer Faruk Güney
Author: Semih Türker
Description: Fizyoterapi ve rehabilitasyon için özel tasarımlı WordPress teması. İçerik "Görünüm → Özelleştir" altından düzenlenir; blog WordPress yazılarıyla yönetilir.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: fzt-omer
*/

  :root{
    --bg:#EAF0EC; --surface:#FFFFFF; --surface-2:#F4F8F5;
    --ink:#0E1F19; --muted:#4A5B54; --line:#D6E0D9;
    --primary:#1B6B52; --primary-deep:#124C3A;
    --accent:#A9E34B; --accent-deep:#8CC72F; --accent-ink:#1B330A;
    --shadow:0 18px 50px -24px rgba(14,31,25,.35);
    --radius:22px; --maxw:1160px;
    --display:"Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
    --body:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  }
  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
  a{color:inherit;text-decoration:none}
  img{max-width:100%;display:block}
  h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.05;letter-spacing:-.02em;margin:0}
  p{margin:0}
  .wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}
  .eyebrow{font-family:var(--body);font-weight:600;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--primary);display:inline-flex;align-items:center;gap:9px}
  .eyebrow::before{content:"";width:26px;height:2px;background:var(--accent-deep);border-radius:2px}
  .btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--body);font-weight:600;font-size:15px;padding:14px 24px;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;white-space:nowrap}
  .btn-primary{background:var(--primary);color:#fff}
  .btn-primary:hover{background:var(--primary-deep);transform:translateY(-2px)}
  .btn-accent{background:var(--accent);color:var(--accent-ink)}
  .btn-accent:hover{background:var(--accent-deep);transform:translateY(-2px)}
  .btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}
  .btn-ghost:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}
  .btn svg{width:17px;height:17px}

  header{position:sticky;top:0;z-index:60;background:rgba(234,240,236,.82);backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid transparent;transition:border-color .25s ease, background .25s ease}
  header.scrolled{border-color:var(--line);background:rgba(234,240,236,.94)}
  .nav{display:flex;align-items:center;justify-content:space-between;height:74px}
  .brand{display:flex;align-items:center;gap:12px}
  .brand-mark{width:42px;height:42px;border-radius:12px;flex:none;background:linear-gradient(150deg,var(--primary),var(--primary-deep));display:grid;place-items:center;color:#fff;position:relative;overflow:hidden}
  .brand-mark span{font-family:var(--display);font-weight:800;font-size:19px;letter-spacing:-.03em;z-index:1}
  .brand-mark::after{content:"";position:absolute;inset:auto -6px -10px auto;width:26px;height:26px;background:var(--accent);border-radius:50%;opacity:.9}
  .brand-txt strong{font-family:var(--display);font-weight:700;font-size:16px;letter-spacing:-.01em;display:block;line-height:1.1}
  .brand-txt small{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
  .menu{display:flex;align-items:center;gap:28px}
  .menu a{font-size:14.5px;font-weight:500;color:var(--muted);position:relative;padding:4px 0}
  .menu a:hover{color:var(--ink)}
  .menu a::after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:var(--accent-deep);transition:width .22s ease;border-radius:2px}
  .menu a:hover::after{width:100%}
  .nav-cta{display:flex;align-items:center;gap:14px}
  .burger{display:none;width:44px;height:44px;border:1px solid var(--line);background:var(--surface);border-radius:12px;cursor:pointer;flex-direction:column;gap:5px;align-items:center;justify-content:center}
  .burger span{width:20px;height:2px;background:var(--ink);border-radius:2px;transition:.25s}
  .burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .burger.open span:nth-child(2){opacity:0}
  .burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .mobile-menu{display:none;flex-direction:column;gap:4px;padding:8px 24px 22px}
  .mobile-menu a{padding:13px 4px;border-bottom:1px solid var(--line);font-weight:500;color:var(--ink)}
  .mobile-menu .btn{margin-top:14px;justify-content:center}

  .hero{padding:64px 0 40px;position:relative;overflow:hidden}
  .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
  .hero h1{font-size:clamp(2.4rem,5.2vw,4.1rem);margin:22px 0 0}
  .hero h1 em{font-style:normal;color:var(--primary);position:relative;white-space:nowrap}
  .hero h1 em::after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.16em;background:var(--accent);z-index:-1;border-radius:3px}
  .hero-lead{margin-top:22px;font-size:1.12rem;color:var(--muted);max-width:34ch}
  .hero-actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}
  .chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}
  .chip{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--primary-deep);background:var(--surface);border:1px solid var(--line);padding:9px 15px;border-radius:999px}
  .chip svg{width:15px;height:15px;color:var(--primary);flex:none}
  .hero-visual{position:relative;min-height:440px;display:grid;place-items:center}
  .portrait{position:relative;z-index:2;width:min(340px,80%);aspect-ratio:4/5;border-radius:26px;background:linear-gradient(160deg,#DCE9E1,#F4F8F5);border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted);text-align:center;padding:24px;overflow:hidden}
  .portrait .ph-ic{width:60px;height:60px;border-radius:50%;background:var(--surface);display:grid;place-items:center;border:1px solid var(--line)}
  .portrait .ph-ic svg{width:30px;height:30px;color:var(--primary)}
  .portrait small{font-size:12.5px;line-height:1.5;max-width:22ch}
  .portrait b{font-family:var(--display);font-weight:700;color:var(--ink);font-size:15px}
  .has-photo{background-size:cover!important;background-position:center!important}
  .has-photo > *{display:none!important}
  .arc-svg{position:absolute;inset:0;z-index:1;width:100%;height:100%;overflow:visible}
  .arc-svg .track{fill:none;stroke:var(--line);stroke-width:2}
  .arc-svg .prog{fill:none;stroke:var(--primary);stroke-width:4;stroke-linecap:round}
  .arc-dot{fill:var(--accent-deep)}
  .badge{position:absolute;z-index:3;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:12px 15px;box-shadow:var(--shadow);display:flex;align-items:center;gap:11px}
  .badge .bdot{width:38px;height:38px;border-radius:11px;background:var(--primary);display:grid;place-items:center;color:#fff;flex:none}
  .badge .bdot svg{width:20px;height:20px}
  .badge b{font-family:var(--display);font-size:14px;display:block;line-height:1.1}
  .badge small{font-size:11.5px;color:var(--muted)}
  .badge.b1{top:26px;left:-6px}
  .badge.b2{bottom:34px;right:-10px}

  .section{padding:88px 0}
  .section-head{max-width:640px;margin-bottom:52px}
  .section-head h2{font-size:clamp(1.9rem,3.6vw,2.8rem);margin-top:16px}
  .section-head p{margin-top:16px;color:var(--muted);font-size:1.06rem}
  .alt{background:var(--surface)}

  .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
  .card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;display:flex;flex-direction:column}
  .alt .card{background:var(--surface-2)}
  .card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#C4D6CB}
  .card-ic{width:52px;height:52px;border-radius:14px;background:var(--surface-2);display:grid;place-items:center;margin-bottom:20px;border:1px solid var(--line)}
  .alt .card-ic{background:var(--surface)}
  .card-ic svg{width:26px;height:26px;color:var(--primary)}
  .card h3{font-size:1.22rem;margin-bottom:10px}
  .card p{color:var(--muted);font-size:.98rem;flex:1}
  .card .more{margin-top:18px;font-weight:600;font-size:14px;color:var(--primary);display:inline-flex;align-items:center;gap:7px}
  .card .more svg{width:15px;height:15px;transition:transform .2s ease}
  .card:hover .more svg{transform:translateX(4px)}

  .about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center}
  .about-photo{position:relative;aspect-ratio:1/1;border-radius:var(--radius);background:linear-gradient(160deg,#DCE9E1,#F4F8F5);border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted);text-align:center;padding:26px;box-shadow:var(--shadow)}
  .about-photo .ph-ic{width:66px;height:66px;border-radius:50%;background:var(--surface);display:grid;place-items:center;border:1px solid var(--line)}
  .about-photo .ph-ic svg{width:32px;height:32px;color:var(--primary)}
  .about-photo small{font-size:12.5px;max-width:24ch;line-height:1.5}
  .about-body h2{font-size:clamp(1.9rem,3.4vw,2.6rem);margin-top:16px}
  .about-body p{color:var(--muted);margin-top:18px}
  .creds{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
  .cred{display:flex;align-items:center;gap:10px;background:var(--surface-2);border:1px solid var(--line);border-radius:14px;padding:12px 16px;font-size:14px;font-weight:500}
  .cred svg{width:18px;height:18px;color:var(--primary);flex:none}

  .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;counter-reset:step}
  .step{position:relative;padding:30px 24px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius)}
  .alt .step{background:var(--surface)}
  .step .num{font-family:var(--display);font-weight:800;font-size:15px;color:var(--primary);letter-spacing:.06em;display:inline-flex;align-items:center;gap:8px;margin-bottom:16px}
  .step .num::before{counter-increment:step;content:counter(step,decimal-leading-zero);width:34px;height:34px;border-radius:10px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:14px}
  .step h3{font-size:1.12rem;margin-bottom:8px}
  .step p{color:var(--muted);font-size:.95rem}

  .faq{max-width:820px;margin:0 auto}
  .q{border:1px solid var(--line);border-radius:16px;background:var(--surface-2);margin-bottom:14px;overflow:hidden}
  .alt .q{background:var(--surface)}
  .q-btn{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:var(--display);font-weight:600;font-size:1.06rem;color:var(--ink)}
  .q-btn .ico{position:relative;width:30px;height:30px;flex:none;border-radius:9px;border:1px solid var(--line);display:grid;place-items:center;transition:.25s;background:var(--surface)}
  .q-btn .ico::before,.q-btn .ico::after{content:"";position:absolute;background:var(--primary);border-radius:2px}
  .q-btn .ico::before{width:12px;height:2px}
  .q-btn .ico::after{width:2px;height:12px;transition:transform .25s ease}
  .q.open .q-btn .ico{background:var(--primary);border-color:var(--primary)}
  .q.open .q-btn .ico::before,.q.open .q-btn .ico::after{background:#fff}
  .q.open .q-btn .ico::after{transform:rotate(90deg);opacity:0}
  .q-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
  .q-body p{padding:0 22px 22px;color:var(--muted);font-size:1rem}

  .contact{background:linear-gradient(155deg,var(--primary),var(--primary-deep));color:#fff;border-radius:34px;padding:60px 48px;position:relative;overflow:hidden}
  .contact::after{content:"";position:absolute;right:-80px;bottom:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(169,227,75,.28),transparent 70%)}
  .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;position:relative;z-index:1}
  .contact h2{color:#fff;font-size:clamp(2rem,3.6vw,2.7rem)}
  .contact .lead{color:rgba(255,255,255,.82);margin-top:16px;max-width:38ch}
  .contact-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
  .info-list{display:flex;flex-direction:column;gap:8px}
  .info{display:flex;align-items:flex-start;gap:15px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.16)}
  .info:last-child{border-bottom:none}
  .info .ic{width:44px;height:44px;border-radius:13px;background:rgba(255,255,255,.12);display:grid;place-items:center;flex:none}
  .info .ic svg{width:21px;height:21px;color:var(--accent)}
  .info b{display:block;font-family:var(--display);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.6);font-weight:600}
  .info span{font-size:1.02rem;color:#fff;font-weight:500}

  footer{padding:60px 0 34px}
  .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid var(--line)}
  .foot-brand p{color:var(--muted);margin-top:16px;max-width:34ch;font-size:.98rem}
  .foot-col h4{font-family:var(--display);font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);margin:0 0 16px}
  .foot-col a{display:block;color:var(--muted);font-size:.98rem;padding:6px 0;transition:color .18s ease}
  .foot-col a:hover{color:var(--primary)}
  .foot-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:24px;flex-wrap:wrap}
  .foot-bottom small{color:var(--muted);font-size:13.5px}
  .socials{display:flex;gap:10px}
  .socials a{width:40px;height:40px;border-radius:11px;border:1px solid var(--line);display:grid;place-items:center;color:var(--muted);transition:.18s}
  .socials a:hover{color:var(--primary);border-color:var(--primary);transform:translateY(-2px)}
  .socials svg{width:18px;height:18px}

  .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease, transform .6s ease}
  .reveal.in{opacity:1;transform:none}

  /* ---------- Blog ---------- */
  .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
  .blog-card{display:flex;flex-direction:column;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease}
  .blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#C4D6CB}
  .blog-card-img{aspect-ratio:16/10;background:#DCE9E1 center/cover no-repeat}
  .blog-card-img.no-img{display:grid;place-items:center;color:var(--primary);background:linear-gradient(160deg,#DCE9E1,#F4F8F5)}
  .blog-card-img.no-img svg{width:44px;height:44px;opacity:.55}
  .blog-card-body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
  .blog-date{font-size:12.5px;font-weight:600;letter-spacing:.03em;color:var(--primary)}
  .blog-card-body h3{font-size:1.16rem;margin:8px 0;line-height:1.22}
  .blog-card-body p{color:var(--muted);font-size:.96rem;flex:1}
  .blog-more{margin-top:16px;font-weight:600;font-size:14px;color:var(--primary);display:inline-flex;align-items:center;gap:7px}
  .blog-more svg{width:15px;height:15px;transition:transform .2s ease}
  .blog-card:hover .blog-more svg{transform:translateX(4px)}
  .blog-msg{text-align:center;max-width:520px;margin:8px auto 0;padding:44px 24px;border:1px dashed var(--line);border-radius:var(--radius);background:var(--surface-2)}
  .blog-msg-ic{width:56px;height:56px;border-radius:16px;background:var(--surface);display:grid;place-items:center;margin:0 auto 16px;color:var(--primary);border:1px solid var(--line)}
  .blog-msg-ic svg{width:28px;height:28px}
  .blog-msg h3{font-size:1.2rem;margin-bottom:8px}
  .blog-msg p{color:var(--muted)}
  .blog-msg.loading .blog-msg-ic{animation:spin 1s linear infinite}
  @keyframes spin{to{transform:rotate(360deg)}}
  .blog-post{max-width:760px;margin:0 auto}
  .blog-back{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:14px;color:var(--primary);margin-bottom:24px}
  .blog-back:hover{color:var(--primary-deep)}
  .post-img{aspect-ratio:16/9;border-radius:var(--radius);background:#DCE9E1 center/cover no-repeat;margin-bottom:26px;border:1px solid var(--line)}
  .post-meta{font-size:13px;font-weight:600;color:var(--primary);margin-bottom:12px}
  .post-title{font-size:clamp(1.9rem,4vw,2.7rem);margin-bottom:22px;line-height:1.08}
  .post-content{color:var(--ink);font-size:1.06rem;line-height:1.75}
  .post-content p{margin:0 0 18px}
  .post-content h2{font-size:1.5rem;margin:32px 0 12px}
  .post-content h3{font-size:1.25rem;margin:26px 0 10px}
  .post-content ul,.post-content ol{margin:0 0 18px;padding-left:22px}
  .post-content li{margin-bottom:8px}
  .post-content img{max-width:100%;height:auto;border-radius:14px;margin:18px 0}
  .post-content a{color:var(--primary);text-decoration:underline}
  .post-content blockquote{margin:22px 0;padding:12px 20px;border-left:3px solid var(--accent-deep);background:var(--surface-2);border-radius:0 12px 12px 0;color:var(--muted)}
  .post-content figure{margin:18px 0}
  .post-content figcaption{font-size:13px;color:var(--muted);text-align:center;margin-top:8px}

  /* ---------- Admin panel ---------- */
  .admin-fab{position:fixed;right:20px;bottom:20px;z-index:900;display:none;align-items:center;gap:9px;background:var(--ink);color:#fff;border:none;border-radius:999px;padding:13px 20px;font-family:var(--body);font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 14px 34px -12px rgba(0,0,0,.5)}
  .admin-fab svg{width:18px;height:18px}
  .admin-open .admin-fab{display:inline-flex}
  .admin-backdrop{position:fixed;inset:0;background:rgba(6,18,13,.4);backdrop-filter:blur(2px);z-index:940;opacity:0;pointer-events:none;transition:opacity .25s ease}
  .admin-backdrop.show{opacity:1;pointer-events:auto}
  .admin-panel{position:fixed;top:0;right:0;height:100%;width:400px;max-width:92vw;background:#fff;z-index:950;box-shadow:-20px 0 60px -30px rgba(0,0,0,.5);transform:translateX(105%);transition:transform .3s cubic-bezier(.4,0,.1,1);display:flex;flex-direction:column;font-size:14px}
  .admin-panel.show{transform:none}
  .admin-top{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}
  .admin-top h3{font-size:17px}
  .admin-top .x{width:36px;height:36px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);cursor:pointer;font-size:18px;line-height:1;color:var(--muted)}
  .admin-hint{margin:16px 22px 4px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:12px 14px;color:var(--muted);font-size:12.5px;line-height:1.55}
  .admin-body{flex:1;overflow-y:auto;padding:8px 22px 20px}
  .admin-body details{border:1px solid var(--line);border-radius:12px;margin-top:12px;overflow:hidden;background:#fff}
  .admin-body details[open]{box-shadow:0 6px 18px -14px rgba(0,0,0,.4)}
  .admin-body summary{cursor:pointer;list-style:none;padding:13px 16px;font-family:var(--display);font-weight:600;font-size:14px;color:var(--ink);display:flex;align-items:center;justify-content:space-between;background:var(--surface-2)}
  .admin-body summary::-webkit-details-marker{display:none}
  .admin-body summary::after{content:"+";color:var(--primary);font-size:18px;font-weight:700}
  .admin-body details[open] summary::after{content:"–"}
  .grp-inner{padding:14px 16px 6px}
  .fld{margin-bottom:14px}
  .fld label{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:6px}
  .fld input[type=text],.fld textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-family:var(--body);font-size:13.5px;color:var(--ink);background:#fff;resize:vertical}
  .fld input:focus,.fld textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(27,107,82,.12)}
  .fld textarea{min-height:78px;line-height:1.5}
  .photo-fld{display:flex;align-items:center;gap:12px}
  .photo-prev{width:56px;height:56px;border-radius:10px;border:1px solid var(--line);background:var(--surface-2) center/cover no-repeat;flex:none}
  .photo-btns{display:flex;flex-direction:column;gap:6px}
  .mini{border:1px solid var(--line);background:#fff;border-radius:9px;padding:7px 12px;font-size:12.5px;font-weight:600;cursor:pointer;color:var(--ink)}
  .mini.danger{color:#b03a2e;border-color:#eecfca}
  .admin-actions{padding:16px 22px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr;gap:9px;background:#fff}
  .admin-actions .btn{width:100%;justify-content:center;font-size:14px;padding:12px}
  .admin-actions .row2{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--ink);color:#fff;padding:12px 20px;border-radius:999px;font-size:14px;font-weight:500;z-index:980;opacity:0;transition:.25s;pointer-events:none}
  .toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

  @media(max-width:960px){
    .menu,.nav-cta .btn{display:none}
    .burger{display:flex}
    .hero-grid{grid-template-columns:1fr;gap:40px}
    .hero-visual{min-height:400px;order:-1}
    .cards,.blog-grid{grid-template-columns:repeat(2,1fr)}
    .about-grid{grid-template-columns:1fr;gap:36px}
    .steps{grid-template-columns:repeat(2,1fr)}
    .contact-grid,.foot-grid{grid-template-columns:1fr}
    .foot-grid{gap:30px}
  }
  @media(max-width:560px){
    body{font-size:16px}
    .section{padding:64px 0}
    .cards,.steps,.blog-grid{grid-template-columns:1fr}
    .contact{padding:40px 24px}
    .hero-actions .btn,.contact-actions .btn{flex:1;justify-content:center}
    .badge.b1{left:0}.badge.b2{right:0}
  }
  @media(prefers-reduced-motion:reduce){
    *{animation:none!important;transition:none!important}
    html{scroll-behavior:auto}
    .reveal{opacity:1;transform:none}
  }

/* ===== Tema uyarlamaları (WordPress) ===== */
.reveal{opacity:1;transform:none}
.mobile-menu.open{display:flex}
.arc-svg .prog{stroke-dasharray:640;stroke-dashoffset:640;animation:ofgArc 2.2s .25s ease forwards}
@keyframes ofgArc{to{stroke-dashoffset:0}}
@media (prefers-reduced-motion:reduce){.arc-svg .prog{animation:none;stroke-dashoffset:0}}
.faq summary.q-btn{list-style:none;cursor:pointer;display:flex;width:100%;align-items:center;justify-content:space-between}
.faq summary.q-btn::-webkit-details-marker{display:none}
.faq details.q .q-body{display:none}
.faq details.q[open] .q-body{display:block}
.faq details.q[open] .ico{transform:rotate(45deg)}
img{max-width:100%;height:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.alignleft{float:left;margin:.4rem 1.4rem 1rem 0}
.alignright{float:right;margin:.4rem 0 1rem 1.4rem}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:13px;color:var(--muted);text-align:center;margin-top:6px}
.page-wrap{max-width:820px;margin:0 auto;padding:130px 22px 70px}
.page-wrap .post-title{margin:0 0 12px}
.page-wrap .post-meta{margin-bottom:22px}
.blog-cover-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;margin-bottom:26px}
.entry-content{font-size:17px}
.entry-content p{margin:0 0 1.15em;line-height:1.75}
.entry-content h2,.entry-content h3{font-family:var(--display);margin:1.7em 0 .5em}
.entry-content ul,.entry-content ol{margin:0 0 1.15em;padding-left:1.3em;line-height:1.7}
.entry-content img{border-radius:14px;height:auto}
.entry-content a{color:var(--primary)}
.entry-content blockquote{margin:1.4em 0;padding:.6em 1.1em;border-left:3px solid var(--accent-deep);background:var(--surface-2);border-radius:8px}
.archive-head{max-width:680px;margin:0 auto 34px}
.posts-nav{display:flex;justify-content:space-between;gap:14px;margin-top:44px;font-weight:600}
.posts-nav a{color:var(--primary)}
.back-home{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-weight:600;margin-bottom:26px}

/* ============================================================
   Sabit WhatsApp butonu (sağ altta)
   ============================================================ */
.wa-float{
  position:fixed; right:22px; bottom:22px; z-index:900;
  display:inline-flex; align-items:center; gap:0;
  height:58px; padding:0; width:58px;
  border-radius:30px; overflow:hidden;
  background:#25D366; color:#fff;
  box-shadow:0 12px 30px -8px rgba(37,211,102,.6), 0 4px 12px rgba(0,0,0,.15);
  text-decoration:none; font-family:var(--body); font-weight:700; font-size:15px;
  transition:width .28s cubic-bezier(.4,0,.2,1), padding .28s cubic-bezier(.4,0,.2,1), box-shadow .2s, transform .2s;
}
.wa-float svg{width:30px; height:30px; flex:0 0 30px; margin:0 14px}
.wa-float-txt{white-space:nowrap; opacity:0; max-width:0; transition:opacity .2s .05s, max-width .28s; padding-right:0}
.wa-float:hover{width:172px; box-shadow:0 16px 36px -8px rgba(37,211,102,.7), 0 6px 16px rgba(0,0,0,.18); transform:translateY(-2px)}
.wa-float:hover .wa-float-txt{opacity:1; max-width:120px; padding-right:20px}
.wa-float:focus-visible{outline:3px solid var(--accent); outline-offset:3px}

/* Hafif nabız efekti (dikkat çekmesi için, çok abartısız) */
@keyframes wa-pulse{0%{box-shadow:0 12px 30px -8px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,.45)}70%{box-shadow:0 12px 30px -8px rgba(37,211,102,.6), 0 0 0 14px rgba(37,211,102,0)}100%{box-shadow:0 12px 30px -8px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,0)}}
.wa-float{animation:wa-pulse 2.6s ease-out infinite}
.wa-float:hover{animation:none}

@media (max-width:600px){
  .wa-float{right:16px; bottom:16px; height:54px; width:54px}
  .wa-float svg{width:28px; height:28px; flex-basis:28px; margin:0 13px}
  .wa-float:hover{width:160px}
}
@media (prefers-reduced-motion:reduce){
  .wa-float{animation:none}
}

/* ============================================================
   S.S.S. — WhatsApp'a yönlendiren soru kartları
   ============================================================ */
.faq{max-width:820px;margin:0 auto}
.q-wa{
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  border:1px solid var(--line); border-radius:16px; background:var(--surface-2);
  margin-bottom:14px; padding:18px 20px; text-decoration:none; color:var(--ink);
  transition:border-color .2s, box-shadow .2s, transform .2s, background .2s;
}
.alt .q-wa{background:var(--surface)}
.q-wa:hover{
  border-color:#25D366;
  box-shadow:0 12px 30px -16px rgba(37,211,102,.5);
  transform:translateY(-2px);
}
.q-wa-text{
  font-family:var(--display); font-weight:600; font-size:1.06rem; line-height:1.4; color:var(--ink);
}
.q-wa-cta{
  flex:none; display:inline-flex; align-items:center; gap:8px;
  background:#25D366; color:#fff; border-radius:11px;
  padding:9px 14px; font-family:var(--body); font-weight:700; font-size:.86rem;
  white-space:nowrap; transition:background .2s, box-shadow .2s;
  box-shadow:0 4px 12px -4px rgba(37,211,102,.5);
}
.q-wa:hover .q-wa-cta{background:#1eb955}
.q-wa-cta svg{width:18px; height:18px; flex:none}

@media (max-width:600px){
  .q-wa{flex-direction:column; align-items:flex-start; gap:14px; padding:16px 17px}
  .q-wa-cta{width:100%; justify-content:center; padding:11px 14px}
}
