/*
Theme Name: Akkaş Hukuk
Theme URI: https://enesakkas.av.tr
Author: Akkaş Hukuk & Danışmanlık
Description: Akkaş Hukuk & Danışmanlık için lacivert ve altın tonlarında klasik WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.2
Text Domain: akkas-hukuk
*/

:root {
  --navy: #0d1424;
  --navy-deep: #0a101d;
  --cream: #f7f4ec;
  --cream-text: #f5efe0;
  --gold: #b9974a;
  --gold-light: #cfa64e;
  --muted: #a8afbc;
  --ink: #1c2440;
  --line: rgba(201, 166, 90, .22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--cream-text); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; }

.site-header { background: var(--cream); border-bottom: 1px solid #e2dccb; color: var(--ink); position: sticky; top: 0; z-index: 50; transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(10,16,29,.18); }
.nav-wrap { position: relative; max-width: 1400px; margin: 0 auto; padding: 14px 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand img { width: auto; height: 62px; display: block; }
.brand-name { display: flex; flex-direction: column; }
.brand-title { color: var(--ink); font: 700 21px/1.1 var(--serif); letter-spacing: .03em; }
.brand-subtitle { color: #a8834b; font-size: 9.5px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.site-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.site-nav a { color: #2a3350; }
.site-nav a:hover { color: var(--gold); }
.phone-link { display: inline-flex; align-items: center; gap: 9px; background: var(--ink); color: #f0e8d4 !important; padding: 11px 22px; border-radius: 2px; font-size: 13px; letter-spacing: .05em; white-space: nowrap; transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.phone-link svg { flex: none; width: 16px; height: 16px; }
.phone-link:hover { background: var(--gold); color: var(--navy) !important; box-shadow: 0 10px 22px rgba(28,36,64,.18); transform: translateY(-1px); }

.site-nav .lang-switcher { gap: 6px; }
.lang-switcher { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.lang-switcher li { display: flex; align-items: center; }
.lang-switcher li:not(:last-child)::after { content: "/"; margin-left: 6px; color: #c9bd9e; }
.lang-switcher a { color: #6d7590; text-transform: uppercase; }
.lang-switcher a:hover { color: var(--gold); }
.lang-switcher .current-lang a { color: var(--ink); text-transform: uppercase; }
.mobile-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 26px; cursor: pointer; }

.hero { position: relative; overflow: hidden; background: var(--navy); }
.hero-inner { max-width: 1400px; min-height: 620px; margin: 0 auto; padding: 100px 56px; display: flex; align-items: center; position: relative; }
.hero-copy { position: relative; z-index: 1; max-width: 600px; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 44px; height: 1px; background: var(--gold); }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; }
.hero h1 { margin: 28px 0 20px; color: var(--cream-text); font-size: clamp(48px, 5vw, 66px); line-height: 1.06; }
.hero h1 em { color: var(--gold-light); font-style: italic; }
.hero-text { max-width: 480px; color: var(--muted); font-size: 16.5px; line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; border: 1px solid transparent; border-radius: 2px; font-size: 14px; font-weight: 700; letter-spacing: .05em; }
.button svg { flex: none; width: 18px; height: 18px; }
.button-gold { background: var(--gold); color: var(--navy); }
.button-outline { border-color: rgba(255,255,255,.25); color: #e8e4d8; }
.button:hover { color: var(--navy); background: #d5b568; }
.button-outline:hover { color: #fff; background: rgba(255,255,255,.08); }

.area-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #090d14; }
.area-strip-inner { max-width: 1400px; margin: 0 auto; padding: 64px 56px 72px; }
.area-strip-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.area-strip-heading h2 { margin: 0; color: var(--cream-text); font: 700 36px/1.15 var(--sans); }
.area-strip-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.area { min-height: 166px; padding: 30px 28px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; background: rgba(255,255,255,.025); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.area:hover { border-color: rgba(201,166,90,.5); background: rgba(201,166,90,.055); transform: translateY(-2px); }
.area-number { display: block; color: #c68139; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.area-number::before { content: "/ "; }
.area-title { display: block; margin: 14px 0 10px; color: var(--cream-text); font-size: 20px; font-weight: 800; }
.area-text { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; color: #aeb8c8; font-size: 14px; line-height: 1.65; }

.section { max-width: 1400px; margin: 0 auto; padding: 88px 56px; }
.about-grid { display: grid; grid-template-columns: 420px 1fr; gap: 64px; align-items: center; }
.portrait { position: relative; }
.portrait img { width: 100%; display: block; border-radius: 2px; filter: saturate(.9); }
.portrait::after { content: ""; position: absolute; right: -14px; bottom: -14px; width: 100%; height: 100%; border: 1px solid rgba(201,166,90,.45); border-radius: 2px; pointer-events: none; }
.section-kicker { color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; }
.about h2 { margin: 20px 0; color: var(--cream-text); font-size: 44px; line-height: 1.1; }
.about p { color: var(--muted); font-size: 15.5px; line-height: 1.75; }
.credentials { display: grid; gap: 10px; margin-top: 20px; color: #cfd4de; font-size: 14px; }
.credentials span { color: var(--gold); margin-right: 12px; }
.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 64px; }
.tech-card { padding: 30px 28px; border: 1px solid rgba(201,166,90,.28); border-radius: 2px; background: rgba(255,255,255,.02); }
.tech-number { display: block; color: var(--gold-light); font: 30px var(--serif); }
.tech-card h3 { margin: 12px 0 8px; color: #ede7d8; font: 700 16px var(--sans); }
.tech-card p { margin: 0; color: #98a0ae; font-size: 13.5px; line-height: 1.65; }

.articles { background: var(--cream); color: var(--ink); }
.articles-inner { max-width: 1400px; margin: 0 auto; padding: 80px 56px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.articles h2 { margin: 8px 0 0; color: var(--ink); font-size: 40px; }
.all-link { color: #a8834b; font-size: 13px; font-weight: 700; letter-spacing: .14em; white-space: nowrap; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid #e2dccb; border-radius: 2px; background: #fff; }
.post-image { display: block; aspect-ratio: 16 / 9; width: 100%; overflow: hidden; border-bottom: 1px solid #eee8d9; background: #f7f4ec; }
.post-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.post-content { padding: 22px 24px 26px; }
.post-tag { display: block; color: #a8834b; font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.post-title { display: block; margin: 10px 0; color: var(--ink); font: 600 22px/1.3 var(--serif); }
.post-title:hover { color: #a8834b; }
.post-meta { color: #9a927e; font-size: 12.5px; }
.post-meta a { color: #9a927e; }
.post-meta a:hover { color: #a8834b; }

.contact-section { background: var(--navy-deep); border-top: 1px solid var(--line); }
.contact-grid { max-width: 1400px; margin: 0 auto; padding: 80px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-grid h2 { margin: 0 0 20px; color: var(--cream-text); font-size: 38px; }
.faq-list { display: grid; gap: 0; }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.1); padding: 16px 0; }
.faq-list summary { display: flex; justify-content: space-between; gap: 16px; cursor: pointer; color: #e8e4d8; font-size: 15.5px; font-weight: 600; }
.faq-list summary span { color: var(--gold); }
.faq-list p { margin: 12px 0 0; color: #98a0ae; font-size: 14px; line-height: 1.7; }
.contact-details { display: grid; gap: 12px; color: #cfd4de; font-size: 15px; }
.contact-card { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; min-height: 68px; padding: 13px 16px; border: 1px solid rgba(201,166,90,.2); border-radius: 4px; background: rgba(255,255,255,.025); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.contact-card[href]:hover { color: #f7f4ec; border-color: rgba(201,166,90,.54); background: rgba(201,166,90,.08); transform: translateY(-1px); }
.contact-card-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid rgba(201,166,90,.34); border-radius: 999px; color: var(--gold-light); background: rgba(201,166,90,.08); }
.contact-card-copy { min-width: 0; display: grid; gap: 4px; }
.contact-card-copy strong { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-card-copy span { color: #d6dbe4; line-height: 1.55; overflow-wrap: anywhere; }
.map-placeholder { min-height: 200px; margin-top: 24px; border: 1px solid rgba(201,166,90,.28); background: linear-gradient(135deg, #18243b, #0d1424); display: grid; place-items: center; color: #8d93a0; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { background: var(--navy-deep); border-top: 1px solid var(--line); color: #b7bdc9; }
.footer-main { max-width: 1400px; margin: 0 auto; padding: 72px 56px 48px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px; }
.footer-col-brand { padding-right: 24px; }
.footer-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--cream-text); }
.footer-brand:hover { color: var(--cream-text); }
.footer-brand-logo { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; padding: 8px; border: 1px solid rgba(201,166,90,.34); background: #f7f4ec; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.footer-brand-logo img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.footer-brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid rgba(201,166,90,.5); border-radius: 999px; color: var(--gold-light); font: 700 24px/1 var(--serif); background: rgba(201,166,90,.06); }
.footer-brand-copy { display: grid; gap: 4px; }
.footer-brand-title { color: var(--cream-text); font: 700 22px/1.05 var(--serif); letter-spacing: .02em; }
.footer-brand-subtitle { color: var(--gold); font-size: 9.5px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.footer-tagline { margin: 22px 0 0; max-width: 360px; color: #9ca4b3; font-size: 14px; line-height: 1.75; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social-icon { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-light); }
.footer-social-icon:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.footer-heading { margin: 0 0 20px; color: var(--cream-text); font: 700 13px var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.footer-links, .footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: 14px; }
.footer-links a, .footer-contact a { color: #b7bdc9; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold-light); }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; }
.footer-contact svg { flex: none; width: 16px; height: 16px; margin-top: 1px; color: var(--gold-light); }
.footer-address { color: #8d93a0; line-height: 1.6; }
.footer-bottom { max-width: 1400px; margin: 0 auto; padding: 22px 56px; border-top: 1px solid rgba(255,255,255,.06); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; font-size: 12.5px; color: #7c8290; }
.footer-note { color: #6b7180; font-size: 11.5px; }

@media (max-width: 980px) {
  .nav-wrap { padding: 14px 24px; }
  .mobile-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 5; max-height: calc(100vh - 100%); overflow-y: auto; padding: 24px; background: var(--cream); border-bottom: 1px solid #e2dccb; box-shadow: 0 16px 28px rgba(10,16,29,.14); flex-direction: column; align-items: flex-start; gap: 18px; }
  .site-nav.is-open { display: flex; }
  .site-nav ul { flex-direction: column; align-items: flex-start; gap: 18px; width: 100%; }
  .site-nav .lang-switcher { flex-direction: row; align-items: center; gap: 6px; }
  .phone-link { display: inline-block; margin-top: 4px; }
  .hero-inner { min-height: 600px; padding: 80px 24px; }
  .section, .articles-inner, .contact-grid { padding-left: 24px; padding-right: 24px; }
  .area-strip-inner { padding: 56px 24px 64px; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .portrait { max-width: 420px; }
  .contact-grid { grid-template-columns: 1fr; gap: 56px; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 56px 24px 40px; gap: 40px; }
  .footer-col-brand { grid-column: 1 / -1; padding-right: 0; }
  .footer-bottom { padding: 18px 24px; flex-direction: column; align-items: flex-start; }
  body.nav-open { overflow: hidden; }
}

@media (max-width: 560px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand-logo { width: 56px; height: 56px; padding: 7px; }
}

/* ---------- Yukarı kaydır butonu ---------- */
.scroll-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 40;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--navy);
  color: var(--gold-light);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, background .2s ease, color .2s ease, visibility .25s;
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
}
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--gold); color: var(--navy); }
@media (max-width: 640px) {
  .scroll-top { right: 16px; bottom: 16px; width: 42px; height: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-top { transition: opacity .25s ease, visibility .25s; }
}

/* ---------- Erişilebilirlik ---------- */
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link.screen-reader-text:focus { position: fixed !important; clip: auto !important; width: auto; height: auto; top: 10px; left: 10px; z-index: 100; background: var(--gold); color: var(--navy); padding: 12px 20px; border-radius: 2px; font-weight: 700; }

/* ---------- Hero art (animasyonlu SVG rozet) ---------- */
.hero-art { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); animation: akGlow 18s ease-in-out infinite; }
.hero-glow-1 { width: 620px; height: 620px; right: 0; top: -140px; background: radial-gradient(circle, rgba(201,162,78,.16), transparent 68%); }
.hero-glow-2 { width: 520px; height: 520px; left: 0; bottom: -220px; background: radial-gradient(circle, rgba(58,80,140,.22), transparent 68%); animation-delay: 3s; }
.hero-ring { position: absolute; width: 640px; height: 640px; right: -20px; top: -10px; opacity: .1; animation: akSpin 140s linear infinite; }
.hero-badge { position: absolute; right: 110px; top: 70px; width: 380px; height: 440px; animation: akFloat 7s ease-in-out infinite; filter: drop-shadow(0 0 22px rgba(201,162,78,.25)); }
.ak-draw { fill: none; stroke: #c9a24e; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 600; stroke-dashoffset: 600; animation: akDraw 2.4s ease forwards; }
circle.ak-draw { fill: none; }
@keyframes akDraw { to { stroke-dashoffset: 0; } }
@keyframes akFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes akGlow { 0%, 100% { transform: translate(0,0) scale(1); opacity: .45; } 50% { transform: translate(30px,-24px) scale(1.12); opacity: .8; } }
@keyframes akSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .hero-glow, .hero-ring, .hero-badge, .ak-draw { animation: none !important; }
  .ak-draw { stroke-dashoffset: 0; }
}
@media (max-width: 980px) {
  .hero-badge { right: 150px; width: 300px; height: 350px; opacity: .5; }
}
@media (max-width: 640px) {
  .hero-badge { display: none; }
}

/* ---------- Genel sayfa / makale şablonları ---------- */
.page-header { background: var(--navy); border-bottom: 1px solid var(--line); padding: 44px 0 36px; margin-bottom: 0; }
.page-header-inner { max-width: 1400px; margin: 0 auto; padding: 0 56px; }
.page-header h1 { margin: 14px 0 0; color: var(--cream-text); font-size: clamp(32px, 4vw, 48px); }
.breadcrumbs { margin-bottom: 14px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; font-size: 12.5px; }
.breadcrumbs li { display: flex; align-items: center; gap: 8px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: rgba(201,166,90,.35); }
.breadcrumbs a { color: #8d93a0; }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs span[aria-current] { color: var(--gold-light); }
.page-content { color: var(--muted); font-size: 16px; line-height: 1.8; }
.page-content p { margin: 0 0 20px; }
.page-content h2, .page-content h3 { color: var(--cream-text); margin: 36px 0 16px; }
.page-content a { color: var(--gold-light); text-decoration: underline; }
.page-content ul, .page-content ol { color: var(--muted); line-height: 1.8; padding-left: 22px; }
.lead-text { max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.7; margin: 0 0 28px; }

/* Çalışma alanları — tam liste sayfası */
.area-list { display: flex; flex-direction: column; margin-top: 24px; }
.area-row { display: grid; grid-template-columns: 70px 1fr 32px; gap: 6px 24px; align-items: center; padding: 22px 12px; border-top: 1px solid var(--line); color: inherit; transition: background-color .2s ease, padding-left .2s ease; }
.area-list .area-row:last-child { border-bottom: 1px solid var(--line); }
.area-row:hover { background: rgba(201,166,90,.05); padding-left: 20px; }
.area-row-number { font: 24px var(--serif); color: #8b7231; }
.area-row-body { min-width: 0; }
.area-row-title { margin: 0; color: var(--cream-text); font-size: 24px; transition: color .2s ease; }
.area-row:hover .area-row-title { color: var(--gold-light); }
.area-row-desc { margin: 4px 0 0; color: var(--muted); font-size: 15px; }
.area-row-arrow { justify-self: end; color: var(--gold); font-size: 20px; line-height: 1; opacity: 0; transform: translateX(-8px); transition: opacity .2s ease, transform .2s ease; }
.area-row:hover .area-row-arrow { opacity: 1; transform: translateX(0); }
@media (max-width: 640px) {
  .area-row { grid-template-columns: 44px 1fr; }
  .area-row-arrow { display: none; }
}

/* Blog listesi & tekil makale */
.blog-index .post-grid-archive { margin-top: 44px; }
.blog-index, .single-area, .not-found, .contact-page { max-width: 1400px; margin: 0 auto; padding: 88px 56px; }
.post-single { padding: 88px 56px; }
.page-header + .section, .page-header + .blog-index, .page-header + .contact-page { padding-top: 52px; }
.post-card { display: block; }
.pagination { margin-top: 48px; text-align: center; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; margin: 0 4px; padding: 0 10px; border: 1px solid var(--line); color: var(--muted); text-decoration: none; border-radius: 2px; }
.pagination .page-numbers.current { background: var(--gold); color: var(--navy); border-color: var(--gold); }

.post-single { padding-top: 52px; }
.post-single-layout { display: grid; grid-template-columns: 1fr 320px; gap: 64px; align-items: start; max-width: 1400px; margin: 0 auto; }
.post-single-main { min-width: 0; }
.not-found .breadcrumbs { max-width: 820px; margin: 0 auto 24px; }
.post-header { margin: 0 0 24px; }
.post-header h1 { margin: 12px 0 16px; color: var(--cream-text); font-size: clamp(32px, 4.4vw, 48px); line-height: 1.15; }
.post-header-meta { color: #8d93a0; font-size: 13px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.post-category-link { color: var(--gold-light); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.post-category-link:hover { color: #f1d58b; }
.post-featured-image { margin: 0 0 40px; }
.post-featured-image img { width: 100%; max-height: 520px; border-radius: 4px; display: block; object-fit: cover; border: 1px solid var(--line); }
.post-share { margin: 44px 0 0; padding: 18px 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.post-share-title { color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.post-share-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.post-share-links a { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; border: 1px solid rgba(201,166,90,.38); border-radius: 999px; color: #b7bdc9; background: rgba(201,166,90,.035); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.post-share-links svg { width: 13.5px; height: 13.5px; }
.post-share-icon-fill { fill: currentColor; stroke: none; }
.post-share-icon-stroke { fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.post-share-links a:hover { color: var(--gold-light); border-color: rgba(201,166,90,.62); background: rgba(201,166,90,.08); transform: translateY(-1px); }
.post-single-footer { margin: 0; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.post-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.post-tags a { padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12.5px; }
.post-tags a:hover { color: var(--gold-light); border-color: rgba(201,166,90,.5); background: rgba(201,166,90,.07); }

.not-found { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; }

/* Tekil çalışma alanı — içerik + kenar çubuğu */
.single-area { padding-top: 52px; }
.single-area-layout { display: grid; grid-template-columns: 1fr 320px; gap: 64px; align-items: start; }
.single-area-main { min-width: 0; }
.single-area-sidebar { display: grid; gap: 24px; position: sticky; top: 114px; }
.sidebar-card { padding: 28px; border: 1px solid var(--line); border-radius: 4px; background: rgba(255,255,255,.02); }
.sidebar-card h3 { margin: 0 0 16px; color: var(--gold-light); font: 20px var(--serif); }
.sidebar-lawyer { text-align: center; }
.sidebar-lawyer-photo { width: 96px; height: 96px; margin: 0 auto 16px; border-radius: 999px; object-fit: cover; display: block; filter: saturate(.9); border: 1px solid rgba(201,166,90,.45); }
.sidebar-lawyer h3 { margin-bottom: 8px; }
.sidebar-lawyer p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0 0 16px; }
.sidebar-contact { display: grid; gap: 12px; }
.sidebar-contact .contact-card { min-height: auto; padding: 11px 14px; grid-template-columns: 38px 1fr; }
.sidebar-contact .contact-card-icon { width: 38px; height: 38px; }
.sidebar-contact .contact-card-icon svg { width: 18px; height: 18px; }
.sidebar-areas { display: grid; }
.sidebar-area-link { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); color: inherit; transition: color .2s ease; }
.sidebar-areas .sidebar-area-link:last-child { padding-bottom: 0; }
.sidebar-area-num { font: 18px var(--serif); color: #8b7231; }
.sidebar-area-title { font-size: 14.5px; }
.sidebar-area-link:hover .sidebar-area-title { color: var(--gold-light); }

@media (max-width: 980px) {
  .post-single-layout,
  .single-area-layout { grid-template-columns: 1fr; gap: 44px; }
  .single-area-sidebar { position: static; }
}

/* İletişim sayfası ve formu */
.contact-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 0; align-items: start; }
.page-content + .contact-page-grid { margin-top: 28px; }
.contact-details-block { padding: 32px; border: 1px solid var(--line); border-radius: 4px; background: rgba(255,255,255,.02); }
.contact-page-map { margin-top: 40px; }
.contact-page-map .map-embed iframe { height: 390px; margin-top: 0; border-radius: 4px; }
.contact-page-map .map-placeholder { min-height: 320px; margin-top: 0; }
.contact-form { display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: var(--muted); font-size: 13.5px; font-weight: 600; }
.contact-form input, .contact-form textarea { font: 15px var(--sans); padding: 13px 16px; border: 1px solid var(--line); border-radius: 2px; background: rgba(255,255,255,.03); color: var(--cream-text); }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.contact-form button { justify-self: start; border: 0; cursor: pointer; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; }
.form-notice { padding: 14px 18px; border-radius: 2px; font-size: 14px; }
.form-notice-ok { background: rgba(201,166,90,.15); color: var(--gold-light); border: 1px solid var(--line); }
.form-notice-error { background: rgba(220,80,80,.12); color: #e69a9a; border: 1px solid rgba(220,80,80,.3); }
.map-embed iframe { width: 100%; height: 240px; border: 0; border-radius: 2px; margin-top: 20px; display: block; }

@media (max-width: 980px) {
  .contact-page-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .page-header-inner, .blog-index, .post-single, .single-area, .not-found, .contact-page { padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 640px) {
  .brand img { height: 50px; }
  .brand-title { font-size: 17px; }
  .brand-subtitle { font-size: 7px; letter-spacing: .2em; }
  .hero h1 { font-size: 48px; }
  .hero-art { background-position: 65% center; }
  .area-strip-heading { display: block; }
  .area-strip-heading h2 { font-size: 32px; }
  .area-strip-heading p { margin-top: 10px; }
  .area-grid, .tech-grid, .post-grid { grid-template-columns: 1fr; }
  .area { min-height: 0; padding: 26px 24px; }
  .tech-grid { margin-top: 44px; }
  .section-heading { display: block; }
  .all-link { display: inline-block; margin-top: 18px; }
  .about h2 { font-size: 38px; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { text-align: center; }
}
