/* =========================================================
   NİZAM HUKUK OFİSİ — Kurumsal Tema
   Renk: Lacivert + Altın bronz | Tipografi: Serif başlık
   ========================================================= */

:root {
  /* Logo paleti: siyah zemin + altın + Türk bayrağı bordosu + krem */
  --navy:       #15110a;
  --navy-2:     #1f1a10;
  --navy-3:     #2b2417;
  --gold:       #c2901f;
  --gold-2:     #ddb154;
  --gold-soft:  rgba(194, 144, 31, 0.12);
  --red:        #7e150b;
  --red-2:      #9c1f12;
  --cream:      #f6f3ec;
  --paper:      #fbf9f5;
  --ink:        #1c1813;
  --muted:      #6a6155;
  --line:       rgba(28, 24, 19, 0.10);
  --line-dark:  rgba(255, 255, 255, 0.10);
  --shadow:     0 24px 60px -28px rgba(10, 8, 4, 0.40);
  --shadow-sm:  0 12px 30px -16px rgba(10, 8, 4, 0.30);
  --serif:      'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --sans:       'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --container:  1200px;
  --ease:       cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; color: var(--navy); letter-spacing: 0.2px; }

a { color: inherit; text-decoration: none; transition: color 0.3s var(--ease); }
img { max-width: 100%; display: block; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }

/* ---------- Yardımcı tipografi ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans);
  font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); display: inline-block; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 34px; height: 1px; background: var(--gold); display: inline-block; }

.section { padding: 110px 0; }
.section.tight { padding: 84px 0; }
.section-head { max-width: 640px; margin-bottom: 60px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin-bottom: 18px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

.lead { font-size: 1.15rem; color: var(--muted); }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 16px 32px; border: 1px solid transparent; cursor: pointer;
  transition: all 0.35s var(--ease);
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--navy); color: #fff; }
.btn-outline { border-color: rgba(255,255,255,0.4); color: #fff; }
.btn-outline:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--gold); }
.btn-ghost { color: var(--navy); padding: 16px 0; letter-spacing: 1.5px; }
.btn-ghost .arrow { transition: transform 0.35s var(--ease); }
.btn-ghost:hover { color: var(--gold); }
.btn-ghost:hover .arrow { transform: translateX(6px); }

/* =========================================================
   ÜST BAR + NAVİGASYON
   ========================================================= */
.topbar {
  background: #100d07; color: rgba(255,255,255,0.72);
  font-size: 13px; border-bottom: 1px solid var(--line-dark);
  border-top: 3px solid var(--red);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 44px; }
.topbar a:hover { color: var(--gold-2); }
.topbar .tb-left { display: flex; gap: 26px; }
.topbar .tb-left span { display: inline-flex; align-items: center; gap: 8px; }
.topbar .tb-right { display: flex; gap: 16px; }
.topbar .tb-right a { width: 30px; height: 30px; border: 1px solid var(--line-dark); display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; }
.topbar .tb-right a:hover { border-color: var(--gold); }

.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(15, 12, 7, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-dark);
  transition: all 0.4s var(--ease);
}
.nav .container { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.nav.scrolled { height: auto; box-shadow: var(--shadow-sm); }
.nav.scrolled .container { height: 70px; }

.brand { display: flex; align-items: center; gap: 14px; }
.brand .mark-img { width: 54px; height: 54px; flex: none; object-fit: contain; }
.brand .b-text { display: flex; flex-direction: column; gap: 4px; line-height: 1; }
.brand .b-name { font-family: var(--serif); font-size: 1.34rem; font-weight: 700; color: #fff; letter-spacing: 1px; line-height: 1; }
.brand .b-sub { font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold-2); line-height: 1; }

.menu { display: flex; align-items: center; gap: 4px; list-style: none; }
.menu > li > a {
  display: block; padding: 12px 18px; font-size: 14px; font-weight: 500;
  color: rgba(255, 255, 255, 0.82); position: relative;
}
.menu > li > a::after {
  content: ""; position: absolute; left: 18px; right: 18px; bottom: 6px; height: 1.5px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease);
}
.menu > li > a:hover, .menu > li > a.active { color: #fff; }
.menu > li > a:hover::after, .menu > li > a.active::after { transform: scaleX(1); }

.nav-cta { margin-left: 18px; }
.nav-cta .btn { padding: 13px 26px; background: var(--gold); color: #fff; }
.nav-cta .btn:hover { background: #fff; color: var(--navy); }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { width: 26px; height: 2px; background: #fff; transition: 0.3s var(--ease); }
.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); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: center;
  color: #fff; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,20,34,0.94) 0%, rgba(12,24,40,0.82) 45%, rgba(14,28,47,0.5) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 760px; padding: 60px 0; }
.hero h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 4.8rem); margin-bottom: 26px; }
.hero h1 .gold { color: var(--gold-2); font-style: italic; }
.hero p { font-size: 1.18rem; color: rgba(255,255,255,0.82); max-width: 560px; margin-bottom: 38px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero .eyebrow { color: var(--gold-2); }
.hero .eyebrow::before { background: var(--gold-2); }

.hero-meta {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  border-top: 1px solid var(--line-dark);
  background: rgba(10, 20, 34, 0.55); backdrop-filter: blur(4px);
}
.hero-meta .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-meta .hm {
  padding: 26px 0; display: flex; align-items: center; gap: 16px;
}
.hero-meta .hm + .hm { border-left: 1px solid var(--line-dark); padding-left: 32px; }
.hero-meta .hm .num { font-family: var(--serif); font-size: 2.4rem; color: var(--gold-2); line-height: 1; }
.hero-meta .hm .lbl { font-size: 13px; color: rgba(255,255,255,0.7); letter-spacing: 0.5px; }

/* =========================================================
   INTRO / İKİLİ DÜZEN
   ========================================================= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; height: 100%; object-fit: cover; box-shadow: var(--shadow); }
.split-media .frame { position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--gold); z-index: -1; }
.split-media .badge {
  position: absolute; right: -24px; bottom: -24px; background: var(--navy); color: #fff;
  padding: 26px 30px; text-align: center; box-shadow: var(--shadow);
}
.split-media .badge .big { font-family: var(--serif); font-size: 2.6rem; color: var(--gold-2); line-height: 1; }
.split-media .badge .small { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-top: 6px; }
.split-body h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 22px; }
.split-body p { color: var(--muted); margin-bottom: 18px; }
.sign { margin-top: 30px; display: flex; align-items: center; gap: 18px; }
.sign .s-name { font-family: var(--serif); font-size: 1.5rem; color: var(--navy); }
.sign .s-role { font-size: 13px; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }

.ticks { list-style: none; margin: 26px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.ticks li::before { content: ""; flex: none; margin-top: 8px; width: 16px; height: 16px; border: 1px solid var(--gold); position: relative; }
.ticks li::after { content: ""; position: absolute; }

/* =========================================================
   ÇALIŞMA ALANLARI (kart grid)
   ========================================================= */
.areas { background: var(--cream); }
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.area-card {
  position: relative; overflow: hidden; background: var(--navy);
  aspect-ratio: 4 / 3.4; display: flex; box-shadow: var(--shadow-sm);
}
.area-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0.5; transition: transform 0.9s var(--ease), opacity 0.6s var(--ease);
}
.area-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,20,34,0.92) 8%, rgba(10,20,34,0.35) 60%, rgba(10,20,34,0.55) 100%);
  z-index: 1; transition: background 0.5s var(--ease);
}
.area-card:hover img { transform: scale(1.08); opacity: 0.6; }
.area-card .area-body {
  position: relative; z-index: 2; margin-top: auto; padding: 30px; color: #fff; width: 100%;
}
.area-card .area-num { font-family: var(--serif); font-size: 0.95rem; color: var(--gold-2); letter-spacing: 2px; }
.area-card h3 { color: #fff; font-size: 1.5rem; margin: 8px 0 0; }
.area-card .area-line {
  width: 38px; height: 2px; background: var(--gold); margin-top: 16px;
  transition: width 0.5s var(--ease);
}
.area-card:hover .area-line { width: 70px; }
.area-card .area-go {
  position: absolute; top: 26px; right: 26px; z-index: 2;
  width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center; color: #fff;
  opacity: 0; transform: translateY(-8px); transition: all 0.4s var(--ease);
}
.area-card:hover .area-go { opacity: 1; transform: translateY(0); border-color: var(--gold); background: var(--gold); }

/* =========================================================
   NEDEN BİZ / DEĞERLER
   ========================================================= */
.values { background: var(--navy); color: #fff; position: relative; }
.values h2 { color: #fff; }
.values .section-head p { color: rgba(255,255,255,0.72); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.value-card { background: var(--navy); padding: 44px 38px; transition: background 0.4s var(--ease); }
.value-card:hover { background: var(--navy-2); }
.value-card .v-ico {
  width: 56px; height: 56px; border: 1px solid var(--gold); color: var(--gold-2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 24px;
}
.value-card .v-ico svg { width: 26px; height: 26px; }
.value-card h3 { color: #fff; font-size: 1.4rem; margin-bottom: 12px; }
.value-card p { color: rgba(255,255,255,0.68); font-size: 0.96rem; }

/* =========================================================
   İSTATİSTİK ŞERİDİ
   ========================================================= */
.stats { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 56px 24px; text-align: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat .s-num { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 3.6rem); color: var(--navy); line-height: 1; }
.stat .s-num .plus { color: var(--gold); }
.stat .s-lbl { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-top: 12px; }

/* =========================================================
   BLOG KARTLARI
   ========================================================= */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.post {
  background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.post:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-thumb { position: relative; overflow: hidden; aspect-ratio: 16 / 10; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.post:hover .post-thumb img { transform: scale(1.07); }
.post-thumb .cat {
  position: absolute; top: 16px; left: 16px; background: var(--gold); color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 7px 14px;
}
.post-body { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.post-date { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.post-body h3 { font-size: 1.4rem; margin-bottom: 14px; }
.post-body h3 a:hover { color: var(--gold); }
.post-body p { color: var(--muted); font-size: 0.96rem; margin-bottom: 20px; }
.post-body .btn-ghost { margin-top: auto; font-size: 12px; }
.post-meta { display:flex; gap:18px; font-size:12px; color:var(--muted); margin-top:auto; padding-top:18px; border-top:1px solid var(--line); }

/* =========================================================
   CTA ŞERİDİ
   ========================================================= */
.cta {
  position: relative; color: #fff; text-align: center; overflow: hidden;
}
.cta-bg { position: absolute; inset: 0; z-index: 0; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(10,20,34,0.93), rgba(10,20,34,0.93)); }
.cta .container { position: relative; z-index: 2; padding: 96px 0; }
.cta h2 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 20px; }
.cta p { color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto 36px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   SAYFA BAŞLIĞI (alt sayfalar)
   ========================================================= */
.page-hero {
  position: relative; color: #fff; padding: 130px 0 70px; overflow: hidden;
}
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(10,20,34,0.95), rgba(14,28,47,0.7)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 3.8rem); margin-bottom: 16px; }
.breadcrumb { display: flex; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.65); letter-spacing: 0.5px; }
.breadcrumb a:hover { color: var(--gold-2); }
.breadcrumb .sep { color: var(--gold); }

/* =========================================================
   İLETİŞİM
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.info-list { list-style: none; display: grid; gap: 6px; }
.info-item { display: flex; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.info-item .i-ico { flex: none; width: 52px; height: 52px; border: 1px solid var(--gold); color: var(--gold); display: flex; align-items: center; justify-content: center; }
.info-item .i-ico svg { width: 22px; height: 22px; }
.info-item .i-lbl { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.info-item .i-val { font-size: 1.05rem; color: var(--navy); font-weight: 500; }
.info-item .i-val span { display: block; color: var(--muted); font-weight: 400; font-size: 0.95rem; }

.form { background: #fff; border: 1px solid var(--line); padding: 40px; box-shadow: var(--shadow-sm); }
.form h3 { font-size: 1.6rem; margin-bottom: 8px; }
.form .form-sub { color: var(--muted); margin-bottom: 28px; font-size: 0.95rem; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); background: var(--paper);
  font-family: var(--sans); font-size: 15px; color: var(--ink); transition: border 0.3s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-alert { padding: 14px 18px; margin-bottom: 22px; font-size: 0.95rem; border-left: 3px solid; }
.form-alert.ok { background: #eef6ee; border-color: #3c7a3c; color: #2c5e2c; }
.form-alert.err { background: #fbeeee; border-color: var(--red); color: var(--red); }
.form .btn { width: 100%; justify-content: center; }
.map-wrap { margin-top: 0; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-wrap iframe { display: block; width: 100%; height: 380px; border: 0; filter: grayscale(0.3) contrast(1.05); }

/* =========================================================
   AVUKAT KARTI
   ========================================================= */
.lawyer { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.lawyer-media { position: relative; }
.lawyer-media img { width: 100%; object-fit: cover; box-shadow: var(--shadow); }
.lawyer-media .frame { position: absolute; inset: -18px -18px 18px 18px; border: 1px solid var(--gold); z-index: -1; }
.lawyer-media .tag {
  position: absolute; left: -20px; top: 40px; background: var(--gold); color: #fff;
  writing-mode: vertical-rl; padding: 16px 10px; font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
}
.lawyer-body .role { color: var(--gold); letter-spacing: 2px; text-transform: uppercase; font-size: 13px; font-weight: 600; }
.lawyer-body h2 { font-size: clamp(2.2rem, 4vw, 3rem); margin: 10px 0 8px; }
.lawyer-body .bar { font-style: italic; color: var(--muted); margin-bottom: 24px; font-size: 1.1rem; }
.lawyer-body p { color: var(--muted); margin-bottom: 16px; }
.cred { list-style: none; margin-top: 26px; display: grid; gap: 12px; }
.cred li { display: flex; gap: 14px; align-items: baseline; }
.cred li b { font-family: var(--serif); color: var(--gold); font-size: 1.1rem; }

/* =========================================================
   DİPNOT
   ========================================================= */
.footer { background: var(--navy); color: rgba(255,255,255,0.66); padding-top: 80px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 56px; }
.footer h4 { color: #fff; font-family: var(--sans); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px; font-weight: 600; }
.footer .f-brand .brand { margin-bottom: 22px; }
.footer .f-brand .b-name { color: #fff; }
.footer .f-brand p { font-size: 0.95rem; max-width: 320px; }
.footer ul { list-style: none; display: grid; gap: 12px; }
.footer ul a { font-size: 0.95rem; }
.footer ul a:hover { color: var(--gold-2); padding-left: 4px; }
.footer .f-contact li { display: flex; gap: 12px; font-size: 0.95rem; margin-bottom: 14px; }
.footer .f-contact .gold { color: var(--gold-2); flex: none; }
.f-social { display: flex; gap: 12px; margin-top: 22px; }
.f-social a { width: 38px; height: 38px; border: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: center; }
.f-social a:hover { background: var(--red); border-color: var(--red); color: #fff; }
.footer-bottom {
  border-top: 1px solid var(--line-dark); padding: 26px 0;
  display: flex; justify-content: space-between; align-items: center; font-size: 13px; flex-wrap: wrap; gap: 12px;
}
.footer-bottom a:hover { color: var(--gold-2); }

/* =========================================================
   KAYDIRMA ANİMASYONLARI (ölçülü)
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   BLOG YAZI SAYFASI
   ========================================================= */
.post-hero-meta { display: flex; gap: 20px; align-items: center; margin-top: 20px; font-size: 13px; color: rgba(255,255,255,0.78); flex-wrap: wrap; }
.post-hero-meta .pcat { background: var(--gold); color: #fff; padding: 7px 15px; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.article { max-width: 800px; margin: 0 auto; }
.article > .lead { font-size: 1.22rem; color: var(--ink); margin-bottom: 28px; line-height: 1.7; }
.article p { color: var(--muted); margin-bottom: 18px; font-size: 1.05rem; }
.article h2 { font-size: 1.7rem; margin: 42px 0 16px; }
.article h2::before { content: ""; display: block; width: 38px; height: 2px; background: var(--gold); margin-bottom: 18px; }
.article ul.bullets { list-style: none; margin: 4px 0 24px; padding: 0; }
.article ul.bullets li { position: relative; padding-left: 28px; margin-bottom: 12px; color: var(--muted); }
.article ul.bullets li::before { content: ""; position: absolute; left: 0; top: 9px; width: 11px; height: 11px; border: 1.5px solid var(--gold); }
.article ul.bullets li b { color: var(--navy); }
.article .note { border-left: 3px solid var(--gold); background: var(--cream); padding: 18px 24px; color: var(--ink); margin: 32px 0 0; font-size: 0.97rem; }
.article-foot { max-width: 800px; margin: 36px auto 0; padding-top: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; }
.article-author { display: flex; align-items: center; gap: 14px; }
.article-author .aa-ava { width: 50px; height: 50px; flex: none; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold); font-family: var(--serif); font-size: 1.4rem; }
.article-author .aa-name { font-weight: 600; color: var(--navy); }
.article-author .aa-role { font-size: 13px; color: var(--muted); }

/* ---- Ekran goruntusu/PDF yakalama modu (?capture=1) ---- */
html.capture .hero { min-height: 720px; }
html.capture .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }

/* =========================================================
   DUYARLI / RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .area-grid, .value-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .lawyer, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .split.reverse .split-media { order: 0; }
  .lawyer-media { max-width: 460px; }
  .split-media .badge { right: 20px; }
}
@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .topbar { display: none; }
  .menu {
    position: fixed; top: 70px; right: 0; width: min(82vw, 340px); height: calc(100vh - 70px);
    background: var(--navy); flex-direction: column; align-items: stretch; gap: 0;
    padding: 20px; transform: translateX(100%); transition: transform 0.4s var(--ease); z-index: 99;
  }
  .menu.open { transform: translateX(0); }
  .menu > li > a { color: #fff; padding: 16px 8px; border-bottom: 1px solid var(--line-dark); }
  .menu > li > a::after { display: none; }
  .nav-cta { display: none; }
  .burger { display: flex; }
  .hero-meta .container { grid-template-columns: 1fr; }
  .hero-meta .hm + .hm { border-left: none; border-top: 1px solid var(--line-dark); padding-left: 0; }
  .hero-meta .hm { padding: 18px 0; }
  .stats .container { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: none; }
  .stat { border-top: 1px solid var(--line); }
  .stat:nth-child(-n+2) { border-top: none; }
  .area-grid, .value-grid, .post-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .ticks { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .container { padding: 0 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .form { padding: 28px 22px; }
}
