@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;1,9..144,500&family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@500;600&display=swap');

:root{
  --navy-900:#0a1830; --navy-800:#0f2340; --navy-700:#17325a; --navy-600:#254478;
  --burgundy:#6e1e2b; --burgundy-light:#8c2a3b;
  --gold:#c19a3f; --gold-light:#e2c375;
  --cream:#f6f3ec; --white:#ffffff; --ink:#1a2233;
  --muted:#5c6478; --muted-light:#8991a3;
  --line:#e6e2d6; --line-dark:rgba(255,255,255,0.14);
  --radius-s:6px; --radius-m:12px; --radius-l:20px;
  --shadow-s:0 2px 10px rgba(15,35,64,0.06); --shadow-m:0 12px 32px rgba(15,35,64,0.10); --shadow-l:0 24px 60px rgba(10,24,48,0.18);
  --container:1240px;
  --ff-display:'Fraunces', serif; --ff-body:'Inter', sans-serif; --ff-mono:'IBM Plex Mono', monospace;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{ margin:0; font-family:var(--ff-body); color:var(--ink); background:var(--white); -webkit-font-smoothing:antialiased; line-height:1.6; }
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4{margin:0;font-family:var(--ff-display);font-weight:600;color:var(--navy-900);letter-spacing:-0.01em;}
p{margin:0;}
.wrap{max-width:var(--container);margin:0 auto;padding:0 28px;}
:focus-visible{outline:3px solid var(--gold);outline-offset:3px;}

.eyebrow{ font-family:var(--ff-mono); font-size:11.5px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--burgundy); display:flex; align-items:center; gap:10px; }
.eyebrow::before{ content:''; width:22px;height:1px; background:var(--gold); display:inline-block; }
.eyebrow.on-dark{color:var(--gold-light);}

.section{padding:80px 0;}
.section.alt{background:var(--cream);}
.section-head{ display:flex;justify-content:space-between;align-items:flex-end;gap:32px; margin-bottom:48px;flex-wrap:wrap; }
.section-title{font-size:clamp(28px,3.6vw,40px);margin-top:14px;max-width:640px;}
.section-desc{color:var(--muted);max-width:460px;font-size:15.5px;}

.btn{ display:inline-flex;align-items:center;gap:9px; padding:14px 26px; border-radius:3px; font-family:var(--ff-body); font-weight:600; font-size:14.5px; border:1.5px solid transparent; transition:all .22s ease; white-space:nowrap; }
.btn svg{width:16px;height:16px;flex-shrink:0;}
.btn-primary{background:var(--gold);color:var(--navy-900);}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px);}
.btn-outline{border-color:var(--line-dark);color:var(--white);}
.btn-outline:hover{background:rgba(255,255,255,0.1);}
.btn-navy{background:var(--navy-800);color:var(--white);}
.btn-navy:hover{background:var(--navy-700);}
.btn-line{border-color:var(--navy-900);color:var(--navy-900);}
.btn-line:hover{background:var(--navy-900);color:var(--white);}
.btn-sm{padding:10px 18px;font-size:13px;}

.topbar{ background:var(--navy-900); color:rgba(255,255,255,0.78); font-size:13px; }
.topbar .wrap{ display:flex;justify-content:space-between;align-items:center; height:40px;gap:20px; }
.topbar-left{display:flex;gap:22px;align-items:center;}
.topbar-left a{display:flex;align-items:center;gap:7px;color:inherit;}
.topbar-left a:hover{color:var(--gold-light);}
.topbar-left svg{width:14px;height:14px;opacity:.8;}
.topbar-right{display:flex;align-items:center;gap:16px;}
.social-row{display:flex;gap:10px;}
.social-row a{ width:26px;height:26px;border-radius:50%; display:flex;align-items:center;justify-content:center; background:rgba(255,255,255,0.08); transition:background .2s; }
.social-row a:hover{background:var(--gold);color:var(--navy-900);}
.social-row svg{width:13px;height:13px;}
.topbar-right .divider{width:1px;height:16px;background:rgba(255,255,255,0.18);}

header.site-header{ position:sticky;top:0;z-index:200; background:var(--white); border-bottom:1px solid var(--line); transition:box-shadow .25s ease; }
header.site-header.scrolled{box-shadow:var(--shadow-m);}
.nav-row{ display:flex;align-items:center;justify-content:space-between; height:88px;gap:24px; }
.brand{display:flex;align-items:center;gap:13px;}
.brand-logo{ width:58px; height:58px; object-fit:contain; flex-shrink:0; }
.brand-mark{ width:52px;height:52px;border-radius:50%; background:var(--navy-900); display:flex;align-items:center;justify-content:center; flex-shrink:0;}
.brand-mark svg{width:30px;height:30px;}
.brand-text{display:flex;flex-direction:column;line-height:1.15;}
.brand-text .b1{font-family:var(--ff-display);font-weight:700;font-size:19px;color:var(--navy-900);letter-spacing:0.01em;}
.brand-text .b2{font-family:var(--ff-mono);font-size:10.5px;letter-spacing:.03em;color:var(--muted);margin-top:3px;}
.footer-logo{ width:42px; height:42px; object-fit:contain; flex-shrink:0; opacity:.95; }
.footer-brand{display:flex;gap:12px;align-items:center;margin-bottom:18px;}
.footer-brand .brand-text{display:none;}

nav.main-nav > ul{display:flex;align-items:center;gap:2px;}
nav.main-nav > ul > li{position:relative;}
nav.main-nav > ul > li > a{ display:flex;align-items:center;gap:5px; padding:12px 15px; font-size:14.5px;font-weight:600;color:var(--navy-900); border-radius:4px; }
nav.main-nav > ul > li.menu-item-has-children > a::after{content:'▾';font-size:11px;opacity:.8;}
nav.main-nav > ul > li:hover > a, nav.main-nav > ul > li > a.active {color:var(--burgundy);}
nav.main-nav .sub-menu{ position:absolute; top:100%; left:0; min-width:220px; display:none; flex-direction:column; gap:4px; background:var(--white); border:1px solid var(--line); border-radius:0 0 12px 12px; box-shadow:var(--shadow-m); padding:8px; z-index:30; }
nav.main-nav .sub-menu a{ display:block; padding:10px 12px; border-radius:8px; color:var(--navy-900); font-size:14px; font-weight:500; }
nav.main-nav .sub-menu a:hover{ background:var(--cream); color:var(--burgundy); }
nav.main-nav li.menu-item-has-children:hover > .sub-menu,
nav.main-nav li.menu-item-has-children:focus-within > .sub-menu,
nav.main-nav li.menu-item-has-children.menu-open > .sub-menu{ display:flex; }

.menu-toggle{ display:none; width:42px; height:42px; border:1px solid var(--line); border-radius:10px; background:var(--white); padding:9px 8px; flex-direction:column; justify-content:space-between; } 
.menu-toggle span{ display:block; width:100%; height:2px; background:var(--navy-900); border-radius:999px; transition:transform .25s ease, opacity .25s ease; }
.site-header.menu-open .menu-toggle span:nth-child(1){ transform:translateY(10px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:nth-child(2){ opacity:0; }
.site-header.menu-open .menu-toggle span:nth-child(3){ transform:translateY(-10px) rotate(-45deg); }

.header-actions{display:flex;align-items:center;gap:14px;}
.icon-btn{ width:40px;height:40px;border-radius:50%; display:flex;align-items:center;justify-content:center; border:1px solid var(--line);background:var(--white); transition:all .2s; }
.icon-btn:hover{background:var(--navy-900);border-color:var(--navy-900);color:var(--white);}
.icon-btn svg{width:17px;height:17px;}

.page-header { background: linear-gradient(155deg, var(--navy-900) 0%, var(--navy-800) 60%, #10254a 100%); padding: 50px 0 100px; text-align: left; position: relative; overflow: hidden; color: var(--white); }
.page-header::before { content: ''; position: absolute; inset: 0; background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" stroke="%23c19a3f" stroke-width="2" fill="none" opacity="0.1"/></svg>') no-repeat center right 10%; background-size: 80%; opacity: 0.6; }
.page-header::after{content:'';position:absolute;right:6%;top:50%;width:clamp(170px,22vw,300px);aspect-ratio:1;background:url('../img/logo.png') center/contain no-repeat;opacity:.14;transform:translateY(-50%);pointer-events:none;}
.page-header>.wrap{position:relative;z-index:1;}
.page-header-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.page-header .eyebrow { justify-content: center; color: var(--gold-light); margin-bottom: 16px; }
.page-header h1 { font-size: clamp(32px, 4vw, 48px); color: var(--white); margin-bottom: 16px; line-height: 1.1; }
.page-header p { font-size: 16.5px; color: rgba(255,255,255,0.75); max-width: 600px; }

.breadcrumb { position: relative; z-index: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.6); font-family: var(--ff-mono); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 24px; }
.breadcrumb a { color: var(--gold-light); transition: color .2s; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb svg { width: 14px; height: 14px; }

.haber-detay-section { padding-bottom: 100px; position: relative; z-index: 10; }
.haber-container { max-width: 900px; margin: -50px auto 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l); box-shadow: var(--shadow-l); padding: 50px; }
.haber-meta-top { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.haber-cat-badge { font-family: var(--ff-mono); font-size: 11.5px; font-weight: 600; text-transform: uppercase; background: rgba(193,154,63,0.15); color: #a37f2d; padding: 6px 14px; border-radius: 20px; border: 1px solid rgba(193,154,63,0.3); }
.haber-date-text { font-family: var(--ff-mono); font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.haber-container h1 { font-size: clamp(28px, 3.5vw, 38px); color: var(--navy-900); line-height: 1.25; margin-bottom: 32px; }
.haber-main-img { width: 100%; aspect-ratio: 16 / 9; background: var(--navy-800); border-radius: var(--radius-m); overflow: hidden; margin-bottom: 40px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); }
.haber-main-img svg { width: 64px; height: 64px; }
.haber-main-img img { width: 100%; height: 100%; object-fit: cover; }
.haber-text-content { font-size: 16px; color: var(--ink); line-height: 1.8; display: flex; flex-direction: column; gap: 20px; }
.haber-text-content p { margin: 0; }
.haber-text-content blockquote { border-left: 4px solid var(--gold); background: var(--cream); padding: 20px 24px; margin: 20px 0; font-family: var(--ff-display); font-style: italic; font-size: 18px; color: var(--navy-900); border-radius: 0 var(--radius-s) var(--radius-s) 0; }
.haber-share { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.share-title { font-family: var(--ff-mono); font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.share-buttons { display: flex; gap: 10px; }
.share-btn { width: 36px; height: 36px; border-radius: 50%; background: var(--cream); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--navy-900); transition: all .2s; }
.share-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-900); }
.share-btn svg { width: 16px; height: 16px; }

.board-section { position: relative; z-index: 10; padding-bottom: 100px; }
.board-section .hero-pattern { position:absolute;inset:0; opacity:0.05; background-image:repeating-linear-gradient(45deg, var(--gold) 0 1px, transparent 1px 26px), repeating-linear-gradient(-45deg, var(--gold) 0 1px, transparent 1px 26px); z-index: -1; }
.board-head { margin-bottom: 30px; }
.board-featured { display: flex; justify-content: center; margin: 0 auto 32px; max-width: 540px; }
.board-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.board-leadership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin: 0 auto 32px; }
.board-special-grid { max-width: 1000px; }
.board-members-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.member-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 28px 22px; display: flex; flex-direction: column; align-items: center; text-align: center; box-shadow: var(--shadow-m); transition: transform 0.3s ease, border-color 0.3s ease; }
.member-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.member-card.featured { padding: 34px 28px; width: 100%; max-width: 440px; margin: 0 auto; }
.member-card .photo-frame { width: 160px; height: 160px; border-radius: 14px; background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); padding: 4px; margin-bottom: 22px; position: relative; }
.member-card.featured .photo-frame { width: 210px; height: 210px; }
.member-card .photo-frame img, .member-card .photo-frame .photo-inner { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 10px; }
.member-card .photo-inner { display: flex; align-items: center; justify-content: center; background: var(--navy-900); border: 2px solid var(--gold); color: var(--gold-light); font-size: 52px; font-weight: 700; }
.member-card h3 { font-size: 20px; color: var(--navy-900); line-height: 1.2; }
.member-card.featured h3 { font-size: 22px; }
.member-card .role { font-family: var(--ff-mono); font-size: 11.5px; font-weight: 600; color: var(--burgundy); margin-top: 8px; letter-spacing: 0.05em; text-transform: uppercase; }
.member-card.featured .role { font-size: 12px; }
.member-card .oda { font-size: 14px; color: var(--muted); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); width: 100%; line-height: 1.5; }
.member-card .board-meta { margin-top: 16px; width: 100%; display: flex; flex-direction: column; gap: 10px; text-align: left; font-size: 13px; color: var(--muted); }
.member-card .board-meta span { display: block; line-height: 1.5; }
.member-card .board-meta strong { color: var(--navy-900); }
.member-card-link { display: block; width: 100%; color: inherit; }
.member-card-link .member-card { height: 100%; }

body.single-kurul { background: var(--cream); }
.board-profile-header { padding-bottom: 120px; }
.profile-container { position: relative; z-index: 10; margin-top: -70px; padding-bottom: 80px; }
.profile-card { background: var(--white); border-radius: var(--radius-l); padding: 48px; box-shadow: var(--shadow-l); display: flex; gap: 40px; align-items: center; border: 1px solid var(--line); }
.profile-photo { width: 200px; height: 200px; border-radius: 16px; background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); padding: 6px; flex-shrink: 0; }
.profile-photo-inner { width: 100%; height: 100%; border-radius: 12px; background: var(--navy-900); border: 2px solid var(--gold); overflow: hidden; }
.profile-photo-inner img { width: 100%; height: 100%; object-fit: cover; }
.profile-info { flex: 1; min-width: 0; }
.profile-info h1 { font-size: clamp(28px, 4vw, 36px); margin-bottom: 12px; line-height: 1.1; }
.profile-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.badge { font-family: var(--ff-mono); font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; }
.badge.primary { background: rgba(193,154,63,0.15); color: #8b6b22; border: 1px solid rgba(193,154,63,0.3); }
.badge.secondary { background: var(--cream); color: var(--burgundy); border: 1px solid var(--line); }
.profile-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.profile-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); gap: 32px; margin-top: 32px; align-items: start; }
.cengiz-profile-hero{position:relative;min-height:430px;padding:84px 0 72px;background:var(--navy-900);overflow:hidden;text-align:center;color:var(--white);}
.cengiz-profile-hero-image{position:absolute;inset:0;background-position:center 25%;background-size:cover;background-repeat:no-repeat;opacity:.24;filter:saturate(.75);}
.cengiz-profile-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,var(--navy-900),rgba(10,24,48,.28));}
.cengiz-profile-hero-content{position:relative;z-index:2;max-width:820px;}
.cengiz-profile-hero-content h1{margin:18px 0 14px;color:var(--white);font-size:clamp(34px,5vw,54px);line-height:1.1;}
.cengiz-profile-hero-content p{max-width:680px;margin:0 auto;color:rgba(255,255,255,.74);font-size:15px;line-height:1.75;}
.cengiz-profile-breadcrumb{justify-content:center;margin:24px 0 0;}
.cengiz-profile-breadcrumb span{color:var(--gold);}
.cengiz-profile-main{padding:72px 0 100px;background:#f8fafc;}
.cengiz-profile-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(0,2fr);gap:42px;align-items:start;}
.cengiz-profile-sidebar{position:sticky;top:112px;}
.cengiz-identity-card,.cengiz-biography-card,.cengiz-facts-card{background:var(--white);border:1px solid #edf0f4;border-radius:24px;box-shadow:var(--shadow-m);}
.cengiz-identity-card{padding:24px;text-align:center;}
.cengiz-portrait{height:360px;margin-bottom:24px;border-radius:18px;overflow:hidden;background:#e2e8f0;}
.cengiz-portrait img{display:block;width:100%;height:100%;object-fit:cover;}
.cengiz-identity-card h2{margin-bottom:6px;color:var(--navy-900);font-family:var(--ff-display);font-size:28px;line-height:1.2;}
.cengiz-role{display:block;color:var(--burgundy);font-family:var(--ff-mono);font-size:10.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;}
.cengiz-contact-actions{display:flex;flex-direction:column;gap:9px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line);}
.cengiz-action{display:block;padding:12px;border-radius:10px;background:var(--navy-900);color:var(--white);font-size:12px;font-weight:700;transition:background .2s;}
.cengiz-action:hover{background:var(--burgundy);color:var(--white);}
.cengiz-profile-content{display:flex;flex-direction:column;gap:24px;min-width:0;}
.cengiz-biography-card{padding:38px 42px;color:var(--ink);}
.cengiz-biography-card h2{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--line);color:var(--navy-900);font-family:var(--ff-display);font-size:30px;line-height:1.25;}
.cengiz-content-body{font-size:16px;line-height:1.85;color:var(--muted);}
.cengiz-content-body p:first-child{font-size:18px;font-weight:600;line-height:1.7;color:var(--navy-900);}
.cengiz-content-body p,.cengiz-content-body ul,.cengiz-content-body ol,.cengiz-content-body blockquote{margin-bottom:20px;}
.cengiz-content-body h2,.cengiz-content-body h3,.cengiz-content-body h4{margin:28px 0 14px;color:var(--navy-900);font-family:var(--ff-display);line-height:1.3;}
.cengiz-content-body blockquote{padding:18px 20px;border-left:4px solid var(--gold);background:#fffaf0;border-radius:0 12px 12px 0;color:var(--navy-900);font-family:var(--ff-display);font-style:italic;}
.cengiz-duties-card{padding-top:30px;padding-bottom:30px;}
.cengiz-duties-card h2{font-size:24px;}
.cengiz-facts-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);overflow:hidden;}
.cengiz-facts-card>div{padding:20px;background:var(--cream);}
.cengiz-facts-card span{display:block;margin-bottom:6px;color:var(--muted);font-family:var(--ff-mono);font-size:10px;text-transform:uppercase;}
.cengiz-facts-card strong{display:block;color:var(--navy-900);font-size:13px;line-height:1.5;}
.content-card { background: var(--white); border-radius: var(--radius-m); padding: 40px; border: 1px solid var(--line); box-shadow: var(--shadow-m); margin-bottom: 32px; }
.content-card:last-child { margin-bottom: 0; }
.content-card h2 { font-size: 22px; margin-bottom: 24px; color: var(--navy-900); display: flex; align-items: center; gap: 12px; }
.content-card h2::before { content: ''; display: block; width: 4px; height: 24px; background: var(--gold); border-radius: 2px; flex-shrink: 0; }
.profile-content { color: var(--muted); line-height: 1.8; font-size: 15.5px; }
.profile-content > * { margin-bottom: 16px; }
.profile-content > *:last-child { margin-bottom: 0; }
.duty-list { display: flex; flex-direction: column; gap: 16px; }
.duty-list li { display: flex; align-items: flex-start; gap: 14px; color: var(--ink); font-size: 15.5px; line-height: 1.6; }
.duty-list li svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.sidebar-card { background: var(--white); border-radius: var(--radius-m); padding: 32px; border: 1px solid var(--line); box-shadow: var(--shadow-s); position: sticky; top: 120px; }
.sidebar-item { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.sidebar-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.sidebar-label { font-family: var(--ff-mono); font-size: 11px; color: var(--muted-light); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.sidebar-label svg { width: 14px; height: 14px; flex-shrink: 0; }
.sidebar-value { font-weight: 600; color: var(--navy-900); font-size: 15px; line-height: 1.5; }
.sidebar-address { font-weight: 500; font-size: 14px; color: var(--muted); }
.sidebar-empty { color: var(--muted); font-size: 14px; }

.hero-wrapper { padding: 48px 0; background: var(--cream); position: relative; }
.hero-wrapper::after{content:'';position:absolute;right:5%;top:50%;width:clamp(170px,22vw,280px);aspect-ratio:1;background:url('../img/logo.png') center/contain no-repeat;opacity:.1;transform:translateY(-50%);pointer-events:none;z-index:1;}
.hero-wrapper .hero-pattern { position:absolute;inset:0; opacity:0.05; background-image:repeating-linear-gradient(45deg, var(--gold) 0 1px, transparent 1px 26px), repeating-linear-gradient(-45deg, var(--gold) 0 1px, transparent 1px 26px); }
.hero-layout { display: grid; grid-template-columns: 1.9fr 1.1fr; gap: 24px; position: relative; z-index: 2; align-items: stretch; }

.slider-container { position: relative; overflow: hidden; border-radius: var(--radius-l); box-shadow: var(--shadow-l); background: var(--navy-900); display: flex; flex-direction: column; min-height: 480px; }
.slider-track { display: flex; height: 100%; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); cursor: grab; user-select: none; }
.slider-track.dragging { cursor: grabbing; }
.slide { min-width: 100%; padding: 60px 48px 36px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; color: var(--white); background-size: cover; background-position: center; background-repeat: no-repeat; cursor: pointer; }
.slide:nth-child(1), .slide:nth-child(2) { background-color: var(--navy-900); }
.slide-content { position: relative; z-index: 2; margin-top: auto; display: inline-flex; flex-direction: column; align-items: flex-start; width: fit-content; max-width: calc(100% - 70px); padding: 14px 18px; border-radius: 8px; background: rgba(7,15,27,0.72); }
.slide .eyebrow { color: var(--gold-light); margin-bottom: 10px; text-shadow: 0 2px 12px rgba(0,0,0,0.22); }
.slide h2 { font-size: clamp(20px, 1.65vw, 26px); line-height: 1.25; color: var(--white); max-width: 600px; margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,0.28); }
.slide p { display: none; }
.slider-nav { position: absolute; bottom: 30px; right: 80px; display: flex; gap: 10px; z-index: 10; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.26); color: var(--white); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 11; }
.slider-arrow:hover { background: rgba(255,255,255,0.22); }
.slider-arrow.prev { left: 18px; }
.slider-arrow.next { right: 18px; }
.slider-arrow svg { width: 18px; height: 18px; }
.slider-dot { width: 32px; height: 4px; border-radius: 2px; background: rgba(255,255,255,0.2); border: none; padding: 0; cursor: pointer; transition: background 0.3s; }
.slider-dot.active { background: var(--gold); }

.hero-baskan { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 40px 32px; display: flex; flex-direction: column; align-items: center; text-align: center; box-shadow: var(--shadow-l); justify-content: center; }
.hero-baskan .photo-frame { width: 130px; height: 130px; border-radius: 10px; background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); padding: 4px; margin-bottom: 24px; position: relative; }
.hero-baskan .photo-inner { width: 100%; height: 100%; border-radius: 8px; background: var(--navy-900); display: flex; align-items: center; justify-content: center; border: 2px solid var(--gold); }
.hero-baskan .photo-inner svg { width: 60px; height: 60px; color: rgba(255,255,255,0.6); }
.hero-baskan .photo-inner img { width:100%; height:100%; object-fit:cover; border-radius:6px; }
.hero-baskan h3 { font-size: 20px; color: var(--navy-900); }
.hero-baskan .role { font-family: var(--ff-mono); font-size: 11.5px; font-weight: 600; color: var(--muted); margin-top: 6px; letter-spacing: 0.05em; text-transform: uppercase; }
.hero-baskan .quote { font-family: var(--ff-display); font-size: 17px; font-style: italic; color: var(--navy-800); line-height: 1.6; margin: 24px 0; }
.hero-baskan .quote::before, .hero-baskan .quote::after { content: '"'; color: var(--gold); font-weight: 700; }

.quick-band { margin-top: -30px; position: relative; z-index: 10; }
.quick-grid{ display:grid;grid-template-columns:repeat(5,1fr); gap:1px;background:var(--line-dark); border-radius:var(--radius-m); overflow:hidden;box-shadow:var(--shadow-m); }
.quick-card{ background:var(--navy-800); padding:22px 18px; display:flex;flex-direction:column;gap:12px;align-items:flex-start; transition:background .2s; }
.quick-card:hover{background:var(--navy-700);}
.quick-card .qi{ width:40px;height:40px;border-radius:50%; background:rgba(193,154,63,0.16); display:flex;align-items:center;justify-content:center; }
.quick-card .qi svg{width:18px;height:18px;color:var(--gold-light);}
.quick-card .qt{font-weight:700;font-size:14px;color:var(--white);}
.quick-card .qa{font-size:11.5px;color:rgba(255,255,255,0.5);display:flex;align-items:center;gap:4px;}

.news-section{padding-top:54px;}
.news-head{ margin-bottom: 28px; }
.news-grid{ display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.news-card{ background:#f9f7f3; border:1px solid var(--line); border-radius:18px; overflow:hidden; box-shadow: 0 10px 16px rgba(15,35,64,0.04); }
.news-media{ height: 230px; background: #0d1d35; position: relative; }
.dark-media{ background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-900) 100%); }
.media-placeholder{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color: rgba(255,255,255,0.48); }
.media-placeholder svg{ width: 72px; height: 72px; }
.news-body{ padding: 18px 18px 22px; }
.news-meta{ display:flex; justify-content:space-between; align-items:center; gap:8px; font-size:11px; font-weight:700; color: var(--muted); }
.news-label{ color: #9b1f34; letter-spacing:0.12em; text-transform:uppercase; font-family:var(--ff-mono); }
.news-label.alt{ color: #a7373d; }
.news-label.alt2{ color: #0d5b7d; }
.news-label.alt3{ color: #7a4a0f; }
.news-date{ font-weight:600; color: var(--muted); }
.news-card h3{ margin-top:14px; font-size:20px; line-height:1.35; letter-spacing:-0.02em; }
.news-card p{ margin-top:12px; font-size:15px; line-height:1.6; color: var(--muted); }
.read-more{ display:inline-flex; align-items:center; gap:8px; margin-top:20px; font-weight:700; color: var(--navy-900); }
.read-more span{ font-size:20px; line-height:1; }

.service-head{ align-items:flex-end; }
.service-head-caption{ color: var(--navy-900); font-size: 18px; font-weight: 700; }
.service-layout{ display:grid; grid-template-columns: 1.75fr .95fr; gap: 22px; }
.service-panel{ background: rgba(255,255,255,0.78); border:1px solid var(--line); border-radius:20px; padding: 18px; }
.service-links{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.service-item{ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; text-align:center; min-height:164px; padding:18px 12px; border-radius:16px; background: #fff; border:1px solid var(--line); color: var(--navy-900); font-weight:700; font-size:15px; }
.service-item:hover{ border-color: var(--gold); box-shadow: 0 10px 18px rgba(15,35,64,0.08); }
.service-icon{ width:52px; height:52px; border-radius:50%; background: rgba(193,154,63,0.12); display:flex; align-items:center; justify-content:center; color: var(--navy-900); }
.service-icon svg{ width:24px; height:24px; }
.service-side-card{ background: var(--white); border:1px solid var(--line); border-radius:20px; padding:20px 24px; }
.service-side-title{ font-size: 14px; letter-spacing:0.12em; text-transform:uppercase; color: var(--burgundy); font-family:var(--ff-mono); font-weight:700; margin-bottom:16px; }
.service-side-card ul{ display:flex; flex-direction:column; gap:12px; }
.service-side-card li a{ display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:10px; background:var(--cream); color:var(--navy-900); font-weight:600; }
.quick-link-icon{width:28px;height:28px;border-radius:50%;background:rgba(193,154,63,.14);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--burgundy);}
.quick-link-icon svg{width:14px;height:14px;}

.announcement-section{padding-top:20px;}
.announcement-section .section-head{ margin-bottom: 28px; }
.announcement-list{ display:flex; flex-direction:column; gap: 12px; }
.announcement-links-section{padding:18px 0 80px;background:#f6f7f9;}
.announcement-links{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;}
.announcement-link{display:flex;flex:0 1 166px;flex-direction:column;align-items:center;justify-content:flex-start;gap:14px;min-height:214px;padding:26px 16px 20px;border:1px solid #edf0f4;border-radius:24px;background:var(--white);color:var(--ink);font-size:14px;font-weight:500;line-height:1.35;text-align:center;box-shadow:0 4px 14px rgba(15,35,64,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.announcement-link:hover{transform:translateY(-3px);border-color:rgba(193,154,63,.5);box-shadow:0 12px 24px rgba(15,35,64,.1);color:var(--navy-900);}
.announcement-link-icon{display:flex;align-items:center;justify-content:center;width:104px;height:104px;border-radius:50%;background:#f8fafc;color:var(--burgundy);flex-shrink:0;}
.announcement-link-icon svg{width:42px;height:42px;}
.announcement-link-image{width:104px;height:104px;border-radius:0;object-fit:contain;flex-shrink:0;}
.announcement-item{ position:relative; display:flex; align-items:center; gap: 20px; background: #f9f7f3; border:1px solid var(--line); border-radius: 16px; padding: 18px 20px; box-shadow: 0 8px 18px rgba(15,35,64,0.03); overflow:hidden; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.announcement-item::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background: linear-gradient(180deg, var(--gold) 0%, var(--navy-900) 100%); }
.announcement-item:hover{ transform:translateY(-2px); box-shadow: 0 12px 22px rgba(15,35,64,0.06); border-color: rgba(193,154,63,0.45); }
.announcement-date{ display:flex; flex-direction:column; align-items:center; justify-content:center; min-width:86px; height:78px; background: var(--white); border:1px solid var(--line); border-radius:12px; color: var(--navy-900); }
.announcement-date strong{ font-size:28px; line-height:1; font-family:var(--ff-display); }
.announcement-date span{ margin-top:4px; font-family:var(--ff-mono); font-size:10px; letter-spacing:0.12em; text-transform:uppercase; }
.announcement-copy{ flex:1; }
.announcement-tag{ display:inline-block; margin-bottom:8px; font-size:10.5px; letter-spacing:0.12em; text-transform:uppercase; color: var(--burgundy); font-family:var(--ff-mono); font-weight:700; }
.announcement-item h3{ font-size:18px; line-height:1.4; }

.finder{ background:var(--white);border:1px solid var(--line); border-radius:var(--radius-l);box-shadow:var(--shadow-m); padding:36px;margin-top:8px; }
.finder-bar{ display:flex;gap:12px;flex-wrap:wrap; align-items:center; padding-bottom:26px;border-bottom:1px solid var(--line);margin-bottom:26px; }
.finder-clear-btn{ margin-left:auto; display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:12px 18px; border:1px solid var(--line); border-radius:var(--radius-s); background:var(--paper); color:var(--ink); font-size:13px; font-weight:700; letter-spacing:.02em; cursor:pointer; transition:all .2s ease; }
.finder-clear-btn:hover{ border-color:var(--gold); background:var(--cream); }
.finder-clear-btn:focus-visible{ outline:2px solid var(--navy-700); outline-offset:2px; }
.finder-search-btn{ display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:12px 22px; border:1px solid var(--navy-800); border-radius:var(--radius-s); background:var(--navy-800); color:var(--white); font-size:14px; font-weight:700; cursor:pointer; transition:background .2s ease, border-color .2s ease, transform .2s ease; }
.finder-search-btn:hover{ background:var(--navy-700); border-color:var(--navy-700); transform:translateY(-1px); }
.finder-search-btn:focus-visible{ outline:2px solid var(--gold); outline-offset:2px; }
.finder-input{ flex:1 1 260px;position:relative; }
.finder-input input{ width:100%;padding:14px 16px 14px 46px; border:1.5px solid var(--line);border-radius:var(--radius-s); font-size:14.5px;font-family:inherit; }
.finder-input input:focus{border-color:var(--navy-700);}
.finder-input svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--muted-light);}
.finder select{ padding:14px 16px;border:1.5px solid var(--line);border-radius:var(--radius-s); font-size:14px;font-family:inherit;background:var(--white);color:var(--ink);min-width:170px; }
.finder-results{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.oda-card{ border:1px solid var(--line);border-radius:var(--radius-m); padding:22px;transition:all .2s; }
.oda-card:hover{border-color:var(--gold);box-shadow:var(--shadow-s);transform:translateY(-2px);}
.oda-card .oda-tag{ font-family:var(--ff-mono);font-size:10.5px;letter-spacing:.06em; text-transform:uppercase;color:var(--burgundy);font-weight:600; }
.oda-card h4{font-size:16.5px;margin-top:10px;line-height:1.3;}
.oda-meta{margin-top:14px;display:flex;flex-direction:column;gap:8px;}
.oda-meta div{display:flex;gap:9px;align-items:flex-start;font-size:13px;color:var(--muted);}
.oda-meta svg{width:14px;height:14px;flex-shrink:0;margin-top:2px;color:var(--muted-light);}
.oda-card .oda-foot{ margin-top:16px;padding-top:14px;border-top:1px solid var(--line); display:flex;justify-content:space-between;align-items:center; }
.oda-card .oda-link{font-size:13px;font-weight:700;color:var(--navy-800);display:inline-flex;align-items:center;gap:5px;white-space:nowrap;}
.oda-card .oda-link svg{width:16px;height:16px;flex-shrink:0;}

body.post-type-archive-oda, body.single-oda{background:var(--cream);}
.odalar-page-header{padding-bottom:140px;}
.page-title-area{position:relative;z-index:2;}
.page-title-area h1{font-size:clamp(32px,4vw,44px);color:var(--white);margin-bottom:12px;}
.page-title-area p{font-size:16px;color:rgba(255,255,255,.7);max-width:650px;}
.odalar-section{padding-bottom:100px;position:relative;z-index:10;}
.odalar-section .finder{margin-top:-70px;padding:40px;box-shadow:var(--shadow-l);}
.odalar-section .finder-bar{gap:16px;padding-bottom:32px;margin-bottom:38px;}
.odalar-section .finder-results{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.oda-groups{display:flex;flex-direction:column;gap:48px;}
.oda-group[hidden],.oda-card[hidden]{display:none;}
.oda-group-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--line);}
.oda-group-kicker{font-family:var(--ff-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--burgundy);font-weight:700;}
.oda-group-head h2{font-size:26px;margin-top:5px;}
.oda-group-count{font-size:12px;font-family:var(--ff-mono);color:var(--muted);}
.odalar-section .oda-card{padding:26px;background:var(--white);display:flex;flex-direction:column;}
.odalar-section .oda-card h3{font-size:17.5px;margin-top:12px;line-height:1.35;}
.odalar-section .oda-card .oda-meta{flex-grow:1;}
.oda-no-results{text-align:center;padding:30px;color:var(--muted);}

.oda-detail-header{padding-bottom:80px;}
.oda-title-area{position:relative;z-index:2;display:flex;align-items:center;gap:24px;}
.oda-icon{width:80px;height:80px;background:var(--white);border-radius:var(--radius-m);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--shadow-m);}
.oda-icon svg{width:40px;height:40px;color:var(--navy-900);}
.oda-icon.has-logo{padding:8px;overflow:hidden;}
.oda-icon .oda-logo{width:100%;height:100%;object-fit:contain;}
.oda-title-area h1{font-size:clamp(26px,3.5vw,36px);color:var(--white);line-height:1.2;margin-bottom:8px;}
.oda-badge{display:inline-block;font-family:var(--ff-mono);font-size:12px;font-weight:600;background:rgba(193,154,63,.2);color:var(--gold-light);padding:4px 12px;border-radius:4px;text-transform:uppercase;border:1px solid rgba(193,154,63,.4);}
.oda-tarife-link{display:inline-flex;margin-left:8px;padding:5px 12px;border-radius:4px;border:1px solid rgba(255,255,255,.28);color:var(--white);font-size:12px;font-weight:700;transition:background .2s;}
.oda-tarife-link:hover{background:rgba(255,255,255,.12);color:var(--white);}
.oda-content-section{padding-top:60px;padding-bottom:100px;}
.oda-description{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-m);padding:28px;margin-bottom:40px;color:var(--muted);}
.section-title-sm{font-size:24px;display:flex;align-items:center;gap:12px;margin-bottom:32px;}
.section-title-sm::before{content:'';width:4px;height:24px;background:var(--gold);border-radius:2px;}
.management-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-bottom:28px;}
.management-members-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:60px;}
.management-members-grid .mgmt-card{width:min(100%,210px);}
.mgmt-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-m);padding:24px;text-align:center;box-shadow:var(--shadow-s);transition:transform .3s,border-color .3s;}
.mgmt-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:var(--shadow-m);}
.mgmt-card.featured{display:flex;text-align:left;align-items:center;gap:24px;background:linear-gradient(to right,var(--white),var(--cream));border-color:rgba(193,154,63,.3);}
.sq-photo{width:100%;aspect-ratio:1;border-radius:var(--radius-s);background:var(--navy-800);overflow:hidden;margin-bottom:20px;border:2px solid transparent;}
.mgmt-card.featured .sq-photo{width:172px;margin-bottom:0;flex-shrink:0;}
.sq-photo img{width:100%;height:100%;object-fit:cover;}
.mgmt-info h3{font-size:18px;margin-bottom:6px;}
.mgmt-card.featured .mgmt-info h3{font-size:26px;line-height:1.2;}
.mgmt-info .role{font-family:var(--ff-mono);font-size:11.5px;font-weight:600;color:var(--burgundy);text-transform:uppercase;}
.mgmt-info p{font-size:13.5px;color:var(--muted);margin-top:10px;line-height:1.5;}
.contact-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:0;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-l);overflow:hidden;box-shadow:var(--shadow-m);}
.contact-info-panel{background:var(--navy-900);color:var(--white);padding:48px 40px;position:relative;}
.contact-info-panel h3{color:var(--white);font-size:26px;margin-bottom:32px;}
.contact-list{display:flex;flex-direction:column;gap:24px;}
.contact-item{display:flex;gap:16px;align-items:flex-start;}
.contact-icon{width:44px;height:44px;border-radius:var(--radius-s);background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold-light);}
.contact-icon svg{width:20px;height:20px;}
.contact-text h4{font-family:var(--ff-mono);font-size:11px;color:rgba(255,255,255,.6);text-transform:uppercase;margin-bottom:6px;}
.contact-text p,.contact-text a{font-size:15px;color:var(--white);line-height:1.5;font-weight:500;}
.map-panel{min-height:400px;background:#e5e3df;position:relative;}
.map-panel iframe{width:100%;height:100%;border:0;position:absolute;inset:0;}
.map-placeholder{height:100%;min-height:400px;display:flex;align-items:center;justify-content:center;color:var(--muted);}

body.post-type-archive-proje{background:var(--cream);}
.projeler-page-header{padding-bottom:140px;}
.projeler-section{padding-bottom:100px;position:relative;z-index:10;}
.projeler-section .finder{margin-top:-70px;padding:40px;box-shadow:var(--shadow-l);}
.projeler-section .finder-bar{gap:16px;padding-bottom:32px;margin-bottom:32px;}
.proje-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.proje-card{border:1px solid var(--line);border-radius:var(--radius-m);background:var(--white);overflow:hidden;display:flex;flex-direction:column;transition:all .25s ease;box-shadow:var(--shadow-s);}
.proje-card[hidden]{display:none;}
.proje-card:hover{border-color:var(--gold);box-shadow:var(--shadow-m);transform:translateY(-4px);}
.proje-img{width:100%;aspect-ratio:16/10;background:var(--navy-800);overflow:hidden;display:block;}
.proje-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.proje-card:hover .proje-img img{transform:scale(1.025);}
.proje-body{padding:24px;display:flex;flex-direction:column;flex-grow:1;}
.proje-meta-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;}
.proje-status{font-family:var(--ff-mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;padding:4px 10px;border-radius:var(--radius-s);border:1px solid var(--line);background:var(--cream);color:var(--navy-900);}
.proje-status.devam-ediyor{color:#8b6b22;border-color:rgba(193,154,63,.3);background:rgba(193,154,63,.1);}
.proje-status.tamamlandi{color:#2e7d32;border-color:rgba(46,125,50,.3);background:rgba(46,125,50,.1);}
.proje-status.baslanacak{color:var(--navy-600);border-color:rgba(37,68,120,.25);background:rgba(37,68,120,.08);}
.proje-date{font-family:var(--ff-mono);font-size:12px;color:var(--muted);}
.proje-card h2{font-size:18px;line-height:1.35;margin-bottom:12px;}
.proje-card p{font-size:14px;color:var(--muted);line-height:1.6;margin-bottom:20px;flex-grow:1;}
.proje-foot{border-top:1px solid var(--line);padding-top:16px;margin-top:auto;}
.proje-link{font-size:13.5px;font-weight:700;color:var(--navy-800);display:inline-flex;align-items:center;gap:6px;}
.proje-link svg{width:16px;height:16px;}
.proje-card:hover .proje-link{color:#8b6b22;}
.proje-empty,.proje-no-results{text-align:center;padding:32px;color:var(--muted);}

body.single-proje{background:var(--cream);}
.proje-detay-section{padding-bottom:100px;position:relative;z-index:10;}
.proje-container{max-width:900px;margin:-50px auto 0;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-l);box-shadow:var(--shadow-l);padding:50px;}
.proje-meta-top{display:flex;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap;}
.proje-status-badge{font-family:var(--ff-mono);font-size:11.5px;font-weight:600;text-transform:uppercase;padding:6px 14px;border-radius:20px;border:1px solid var(--line);background:var(--cream);color:var(--navy-900);}
.proje-status-badge.devam-ediyor{color:#8b6b22;border-color:rgba(193,154,63,.3);background:rgba(193,154,63,.15);}
.proje-status-badge.tamamlandi{color:#2e7d32;border-color:rgba(46,125,50,.3);background:rgba(46,125,50,.1);}
.proje-status-badge.baslanacak{color:var(--navy-600);border-color:rgba(37,68,120,.25);background:rgba(37,68,120,.08);}
.proje-date-text{font-family:var(--ff-mono);font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px;}
.proje-date-text svg{width:14px;height:14px;}
.proje-container h1{font-size:clamp(28px,3.5vw,38px);line-height:1.25;margin-bottom:32px;}
.proje-main-img{width:100%;aspect-ratio:16/9;background:var(--navy-800);border-radius:var(--radius-m);overflow:hidden;margin-bottom:40px;}
.proje-main-img img{width:100%;height:100%;object-fit:cover;}
.proje-text-content{font-size:16px;color:var(--ink);line-height:1.8;display:flex;flex-direction:column;gap:20px;}
.proje-text-content p{margin:0;}
.proje-text-content h2,.proje-text-content h3{font-size:23px;margin-top:8px;}
.proje-text-content ul{display:flex;flex-direction:column;gap:10px;padding-left:20px;list-style:disc;}
.proje-text-content li{font-size:15.5px;color:var(--ink);}
.proje-info-box{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius-m);padding:24px 30px;margin:10px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
.p-info-item .p-label{font-family:var(--ff-mono);font-size:11px;text-transform:uppercase;color:var(--muted);margin-bottom:4px;}
.p-info-item .p-val{font-weight:700;color:var(--navy-900);font-size:15px;}
.p-info-item .proje-state-devam-ediyor{color:#8b6b22;}
.p-info-item .proje-state-tamamlandi{color:#2e7d32;}
.p-info-item .proje-state-baslanacak{color:var(--navy-600);}

body.category-haberler,body.category-duyurular{background:var(--cream);}
.haberler-page-header{padding-bottom:140px;}
.haberler-section{padding-bottom:100px;position:relative;z-index:10;}
.haberler-section .finder{margin-top:-70px;padding:40px;box-shadow:var(--shadow-l);}
.haberler-section .finder-bar{gap:16px;padding-bottom:32px;margin-bottom:32px;}
.haber-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.haber-card{border:1px solid var(--line);border-radius:var(--radius-m);background:var(--white);overflow:hidden;display:flex;flex-direction:column;transition:all .25s ease;box-shadow:var(--shadow-s);}
.haber-card[hidden]{display:none;}
.haber-card:hover{border-color:var(--gold);box-shadow:var(--shadow-m);transform:translateY(-4px);}
.haber-img{width:100%;aspect-ratio:16/10;background:var(--navy-800);overflow:hidden;display:block;}
.haber-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.haber-card:hover .haber-img img{transform:scale(1.025);}
.haber-body{padding:24px;display:flex;flex-direction:column;flex-grow:1;}
.haber-meta-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;}
.haber-cat{font-family:var(--ff-mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--burgundy);font-weight:600;}
.haber-date{font-family:var(--ff-mono);font-size:12px;color:var(--muted);white-space:nowrap;}
.haber-card h2{font-size:17.5px;line-height:1.35;margin-bottom:12px;}
.haber-card p{font-size:14px;color:var(--muted);line-height:1.6;margin-bottom:20px;flex-grow:1;}
.haber-foot{border-top:1px solid var(--line);padding-top:16px;margin-top:auto;}
.haber-link{font-size:13.5px;font-weight:700;color:var(--navy-800);display:inline-flex;align-items:center;gap:6px;white-space:nowrap;}
.haber-link svg{width:16px;height:16px;flex-shrink:0;}
.haber-card:hover .haber-link{color:#8b6b22;}
.haber-no-results{text-align:center;padding:32px;color:var(--muted);}
.haberler-section .navigation.pagination{display:block;margin-top:48px;}
.haberler-section .pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;}
.haberler-section .page-numbers{min-width:40px;height:40px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-s);border:1.5px solid var(--line);font-family:var(--ff-mono);font-size:14px;font-weight:600;background:var(--white);color:var(--navy-900);}
.haberler-section .page-numbers.current{background:var(--navy-900);color:var(--white);border-color:var(--navy-900);}
.haberler-section a.page-numbers:hover{border-color:var(--gold);background:rgba(193,154,63,.05);}

body.post-type-archive-fiyat_tarifesi,body.single-fiyat_tarifesi{background:#f8fafc;}
.tarife-page-header{padding:70px 0 110px;text-align:center;}
.page-title-centered{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;}
.page-title-centered h1{font-size:clamp(34px,4vw,48px);color:var(--white);margin-bottom:12px;}
.page-title-centered>p{max-width:680px;color:rgba(255,255,255,.72);}
.tarife-breadcrumb{justify-content:center;margin:20px 0 0;}
.tarife-archive-section,.tarife-oda-section,.tarife-detail-section{padding:54px 0 100px;}
.tarife-filter-card{display:grid;grid-template-columns:1.4fr 1fr;gap:18px;background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-m);padding:28px;margin-bottom:34px;}
.tarife-filter-field label{display:block;font-size:13px;font-weight:700;color:var(--navy-900);margin-bottom:8px;}
.tarife-filter-field select,.tarife-search-input input{width:100%;height:48px;border:1.5px solid #dfe4eb;border-radius:10px;background:#f8fafc;color:var(--ink);font:inherit;font-size:14px;padding:0 14px;}
.tarife-search-input{position:relative;}
.tarife-search-input input{padding-left:44px;}
.tarife-search-input svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--muted-light);z-index:2;}
.tarife-table-card{background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-m);overflow:hidden;}
.tarife-table-wrap{overflow-x:auto;}
.tarife-table{width:100%;border-collapse:collapse;text-align:left;min-width:820px;}
.tarife-table thead{background:#0f172a;color:var(--white);}
.tarife-table th{padding:16px 20px;font-family:var(--ff-mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;}
.tarife-table td{padding:17px 20px;border-bottom:1px solid #edf0f4;font-size:13.5px;color:var(--muted);vertical-align:middle;}
.tarife-table tbody tr:hover{background:#f8fafc;}
.tarife-table tbody tr:last-child td{border-bottom:0;}
.tarife-oda-name,.tarife-document-name{display:flex;align-items:center;gap:12px;color:var(--navy-900);}
.tarife-oda-name strong,.tarife-document-name strong{display:block;line-height:1.4;}
.tarife-document-name small{display:block;color:var(--muted);margin-top:4px;}
.tarife-oda-icon{width:40px;height:40px;border-radius:10px;background:#fff7ed;color:#b56d12;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.tarife-oda-icon svg{width:20px;height:20px;}
.tarife-district{display:inline-flex;padding:4px 10px;border-radius:999px;background:#fff7ed;color:#9a5b0c;font-size:11px;font-weight:700;}
.tarife-view-btn,.tarife-download-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:9px;background:var(--navy-900);color:var(--white);font-size:12px;font-weight:700;white-space:nowrap;transition:background .2s;}
.tarife-view-btn:hover,.tarife-download-btn:hover{background:var(--burgundy);color:var(--white);}
.tarife-table-footer{padding:17px 22px;background:#f8fafc;border-top:1px solid #edf0f4;color:var(--muted);font-size:12.5px;}
.tarife-no-results,.tarife-empty{text-align:center;padding:30px;color:var(--muted);}
.tarife-oda-header{padding-bottom:70px;}
.tarife-oda-identity{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;}
.tarife-header-icon{width:72px;height:72px;border-radius:16px;background:var(--burgundy);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-m);flex-shrink:0;}
.tarife-header-icon svg{width:34px;height:34px;}
.tarife-oda-identity h1,.tarife-detail-title h1{color:var(--white);font-size:clamp(25px,3vw,34px);line-height:1.25;margin-top:7px;}
.tarife-oda-identity p,.tarife-detail-title p{font-size:13px;color:rgba(255,255,255,.62);margin-top:5px;}
.tarife-oda-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.tarife-oda-meta span{background:#fff7ed;color:#9a5b0c;border-radius:999px;padding:4px 11px;font-size:10px;font-weight:700;text-transform:uppercase;}
.tarife-oda-meta small{color:rgba(255,255,255,.7);}
.tarife-back-btn{justify-self:end;}
.tarife-search-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-m);padding:22px 24px;margin-bottom:28px;}
.tarife-search-bar .tarife-search-input{width:min(100%,430px);}
.tarife-search-bar>span{font-size:12px;color:var(--muted);}
.tarife-pdf-icon{width:40px;height:40px;border-radius:10px;background:#fef2f2;color:#b91c1c;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;flex-shrink:0;}
.tarife-status{display:inline-flex;padding:5px 10px;border-radius:999px;font-size:10.5px;font-weight:700;white-space:nowrap;}
.tarife-status.aktif{background:#ecfdf5;color:#047857;border:1px solid #d1fae5;}
.tarife-status.suresi-dolan{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;}
.tarife-detail-header{padding-bottom:100px;}
.tarife-detail-title{position:relative;z-index:2;display:flex;align-items:center;gap:20px;}
.tarife-detail-title .tarife-status{margin-bottom:3px;}
.tarife-detail-card{max-width:980px;margin:-50px auto 0;background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-l);padding:42px;position:relative;z-index:10;}
.tarife-detail-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-bottom:30px;}
.tarife-detail-summary>div{background:var(--cream);padding:18px;}
.tarife-detail-summary span{display:block;font-family:var(--ff-mono);font-size:10px;text-transform:uppercase;color:var(--muted);margin-bottom:5px;}
.tarife-detail-summary strong{font-size:13.5px;color:var(--navy-900);line-height:1.45;}
.tarife-detail-lead{font-size:17px;color:var(--muted);line-height:1.75;margin-bottom:24px;}
.tarife-detail-content{font-size:15.5px;line-height:1.8;color:var(--ink);margin-bottom:30px;}
.tarife-detail-content p,.tarife-detail-content ul,.tarife-detail-content ol{margin-bottom:16px;}
.tarife-pdf-section{border-top:1px solid var(--line);padding-top:28px;margin-top:28px;}
.tarife-pdf-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;}
.tarife-pdf-head span{font-family:var(--ff-mono);font-size:10px;color:var(--burgundy);text-transform:uppercase;}
.tarife-pdf-head h2{font-size:22px;margin-top:3px;}
.tarife-pdf-section iframe{width:100%;height:680px;border:1px solid var(--line);border-radius:12px;background:#f1f5f9;}
.tarife-detail-actions{margin-top:28px;padding-top:22px;border-top:1px solid var(--line);}

body.post-type-archive-mevzuat,body.single-mevzuat{background:#f8fafc;}
.ahilik-story-header{position:relative;padding:70px 0 90px;background:var(--navy-900);overflow:hidden;}
.ahilik-story-header::before{content:"";position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1542385151-efd9000785a0?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;opacity:.14;}
.ahilik-story-header::after,.president-message-header::after,.ahilik-archive-hero::after{content:'';position:absolute;right:7%;top:50%;width:clamp(170px,22vw,290px);aspect-ratio:1;background:url('../img/logo.png') center/contain no-repeat;opacity:.13;transform:translateY(-50%);pointer-events:none;}
.ahilik-story-header .wrap{position:relative;z-index:1;}
.ahilik-story-title{position:relative;z-index:2;max-width:880px;margin-top:24px;}
.ahilik-badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:var(--gold);color:var(--navy-900);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;}
.ahilik-story-title h1{margin-top:18px;color:var(--white);font-size:clamp(28px,4vw,46px);line-height:1.15;}
.ahilik-story-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px;color:rgba(255,255,255,.78);font-size:12px;}
.ahilik-story-meta span{display:inline-flex;align-items:center;gap:8px;}
.ahilik-story-meta svg{width:14px;height:14px;}
.ahilik-story-main{padding:50px 0 100px;}
.ahilik-story-layout{max-width:980px;}
.ahilik-story-content{background:var(--white);border:1px solid #edf0f4;border-radius:24px;box-shadow:var(--shadow-m);overflow:hidden;padding:0;}
.ahilik-story-image{height:420px;background:#e2e8f0;}
.ahilik-story-image img{width:100%;height:100%;object-fit:cover;display:block;}
.ahilik-story-body{padding:34px 36px 10px;color:var(--ink);font-size:16px;line-height:1.9;}
.ahilik-story-body p,.ahilik-story-body ul,.ahilik-story-body ol,.ahilik-story-body blockquote{margin-bottom:20px;}
.ahilik-story-body h2,.ahilik-story-body h3,.ahilik-story-body h4{margin:24px 0 14px;color:var(--navy-900);line-height:1.3;}
.ahilik-story-body blockquote{padding-left:22px;border-left:4px solid var(--burgundy);background:#f8fafc;color:var(--navy-900);font-style:italic;font-size:1.1em;line-height:1.7;padding-top:16px;padding-bottom:16px;padding-right:16px;border-radius:0 12px 12px 0;}
.ahilik-story-actions{padding:0 36px 34px;}
.ahilik-back-link{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:12px;background:var(--navy-900);color:var(--white);font-size:13px;font-weight:700;transition:all .2s;}
.ahilik-back-link:hover{background:var(--burgundy);}
.ahilik-back-link svg{width:16px;height:16px;}
.ahilik-archive-hero{position:relative;min-height:420px;padding:86px 0 78px;background:var(--navy-900);overflow:hidden;text-align:center;}
.ahilik-archive-hero-image{position:absolute;inset:0;background:linear-gradient(to top,var(--navy-900),rgba(15,23,42,.35)),url('https://images.unsplash.com/photo-1588615419958-8120ccb32313?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;opacity:.75;}
.ahilik-archive-hero-content{position:relative;z-index:1;max-width:820px;}
.ahilik-archive-hero h1{margin:18px 0 14px;color:var(--white);font-family:var(--ff-display);font-size:clamp(32px,5vw,54px);line-height:1.1;}
.ahilik-archive-hero p{max-width:680px;margin:0 auto;color:rgba(255,255,255,.78);font-size:15px;line-height:1.75;}
.ahilik-archive-breadcrumb{justify-content:center;margin-top:24px;}
.ahilik-archive-breadcrumb span{color:var(--gold);}
.ahilik-archive-main{padding:72px 0 100px;background:#f8fafc;}
.ahilik-featured-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px;color:var(--gold);font-family:var(--ff-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;}
.ahilik-featured-meta span+span{padding-left:12px;border-left:1px solid rgba(255,255,255,.25);}
.ahilik-archive-heading{max-width:660px;margin:0 auto 38px;text-align:center;}
.ahilik-archive-heading>span{display:block;margin-bottom:9px;color:var(--burgundy);font-family:var(--ff-mono);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;}
.ahilik-archive-heading h2{margin:0;color:var(--navy-900);font-family:var(--ff-display);font-size:clamp(26px,3vw,36px);line-height:1.2;}
.ahilik-archive-heading i{display:block;width:64px;height:4px;margin:18px auto 0;border-radius:4px;background:var(--gold);}
.ahilik-pagination{display:flex;justify-content:center;margin-top:46px;}
.ahilik-pagination ul{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none;}
.ahilik-pagination a,.ahilik-pagination span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e2e8f0;border-radius:12px;background:var(--white);color:var(--muted);font-size:13px;font-weight:700;}
.ahilik-pagination .current,.ahilik-pagination a:hover{border-color:var(--navy-900);background:var(--navy-900);color:var(--white);}
.ahilik-empty{margin-top:30px;text-align:center;color:var(--muted);}
.corporate-page-hero{position:relative;min-height:360px;padding:76px 0 64px;background:var(--navy-900);overflow:hidden;text-align:center;}
.corporate-page-hero-image{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:.2;}
.corporate-page-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,var(--navy-900),rgba(10,24,48,.28)),url('../img/logo.png') no-repeat calc(100% - 6%) center / clamp(170px,22vw,280px);background-blend-mode:soft-light;pointer-events:none;}
.corporate-page-hero-content{position:relative;z-index:1;max-width:900px;}
.corporate-page-hero h1{margin:18px 0;color:var(--white);font-size:clamp(34px,5vw,54px);line-height:1.1;}
.corporate-page-breadcrumb{justify-content:center;flex-wrap:wrap;margin-top:22px;}
.corporate-page-breadcrumb span:last-child{color:var(--gold);}
.corporate-page-main{padding:72px 0 100px;background:#f8fafc;}
.corporate-page-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:48px;align-items:start;}
.corporate-page-content{min-width:0;background:var(--white);border:1px solid #edf0f4;border-radius:24px;box-shadow:var(--shadow-m);overflow:hidden;}
.corporate-page-featured-image{height:360px;background:#e2e8f0;overflow:hidden;}
.corporate-page-featured-image img{width:100%;height:100%;object-fit:cover;}
.corporate-page-body{padding:40px 42px;color:var(--ink);font-size:15.5px;line-height:1.85;}
.corporate-page-body>p:first-child{font-size:18px;font-weight:600;line-height:1.7;color:var(--navy-900);}
.corporate-page-body h2,.corporate-page-body h3,.corporate-page-body h4{margin:28px 0 14px;color:var(--navy-900);line-height:1.3;}
.corporate-page-body p,.corporate-page-body ul,.corporate-page-body ol,.corporate-page-body blockquote{margin-bottom:18px;}
.corporate-page-body ul,.corporate-page-body ol{padding-left:22px;list-style:revert;}
.corporate-page-body blockquote{padding:18px 20px;border-left:4px solid var(--gold);background:#fffaf0;border-radius:0 12px 12px 0;font-family:var(--ff-display);font-style:italic;}
.corporate-page-sidebar{position:sticky;top:112px;display:flex;flex-direction:column;gap:24px;min-width:0;}
.page-sidebar-widget{margin:0;padding:28px;background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-m);}
.page-sidebar-widget-title{margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid var(--line);font-size:21px;}
.page-sidebar-widget ul,.corporate-fallback-menu{display:flex;flex-direction:column;gap:6px;}
.page-sidebar-widget li a,.corporate-fallback-menu a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:9px;color:var(--muted);font-size:13px;transition:background .2s,color .2s;}
.page-sidebar-widget li a:hover,.corporate-fallback-menu a:hover{background:#f8fafc;color:var(--burgundy);}
.page-sidebar-widget p{color:var(--muted);font-size:13px;line-height:1.7;}
.page-sidebar-support{padding:30px;background:var(--navy-900);border-radius:20px;box-shadow:var(--shadow-m);color:var(--white);}
.page-sidebar-support-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:16px;border-radius:14px;background:var(--burgundy);font-family:var(--ff-display);font-size:24px;}
.page-sidebar-support h2{margin-bottom:8px;color:var(--white);font-size:22px;}
.page-sidebar-support p{margin-bottom:20px;color:rgba(255,255,255,.68);font-size:13px;line-height:1.7;}
.page-sidebar-support a{display:block;padding:12px;border-radius:9px;background:var(--gold);color:var(--navy-900);font-size:13px;font-weight:800;text-align:center;}
.page-sidebar-support a:hover{background:var(--gold-light);}
.contact-page-hero{position:relative;min-height:420px;padding:78px 0 70px;background:var(--navy-900);overflow:hidden;text-align:center;}
.contact-page-hero-image{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:.18;}
.contact-page-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,var(--navy-900),rgba(10,24,48,.25)),url('../img/logo.png') no-repeat calc(100% - 6%) center / clamp(170px,22vw,280px);background-blend-mode:soft-light;pointer-events:none;}
.contact-page-hero-content{position:relative;z-index:1;max-width:800px;}
.contact-page-hero h1{margin:18px 0 14px;color:var(--white);font-size:clamp(34px,5vw,54px);line-height:1.1;}
.contact-page-hero p{max-width:700px;margin:0 auto;color:rgba(255,255,255,.76);font-size:15px;line-height:1.75;}
.contact-page-breadcrumb{justify-content:center;margin-top:24px;}
.contact-page-breadcrumb span{color:var(--gold);}
.contact-page-main{padding:72px 0 100px;background:#f8fafc;}
.contact-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-bottom:48px;}
.contact-info-card{min-width:0;padding:28px 22px;background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-m);text-align:center;}
.contact-info-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin:0 auto 16px;border-radius:16px;font-family:var(--ff-display);font-size:25px;font-weight:700;}
.contact-address-icon{background:#fff7ed;color:#c2410c;}.contact-phone-icon{background:#eff6ff;color:#2563eb;}.contact-email-icon{background:#ecfdf5;color:#059669;}.contact-hours-icon{background:#f5f3ff;color:#7c3aed;}
.contact-info-card h2{margin-bottom:8px;font-size:18px;}
.contact-info-card p{min-height:42px;color:var(--muted);font-size:12px;line-height:1.65;}
.contact-info-card a{display:inline-block;margin-top:8px;color:var(--burgundy);font-size:13px;font-weight:800;overflow-wrap:anywhere;}
.contact-map-section{width:100%;}
.contact-map-card{padding:10px;overflow:hidden;}
.contact-map-card{background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-m);}
.contact-map-card iframe{display:block;width:100%;height:500px;border:0;border-radius:13px;}
.contact-map-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;padding:28px;text-align:center;}.contact-map-placeholder strong{color:var(--navy-900);font-family:var(--ff-display);font-size:23px;}.contact-map-placeholder span{max-width:360px;margin-top:10px;color:var(--muted);font-size:13px;line-height:1.65;}
.president-message-header{position:relative;padding:54px 0 66px;background:var(--navy-900);overflow:hidden;text-align:center;}
.president-message-header-image{position:absolute;inset:0;background:linear-gradient(to top,var(--navy-900),rgba(10,24,48,.35)),url('https://images.unsplash.com/photo-1542385151-efd9000785a0?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;opacity:.3;}
.president-message-header-content{position:relative;z-index:1;max-width:920px;}
.president-message-breadcrumb{justify-content:center;margin-bottom:22px;}
.president-message-breadcrumb span{color:var(--gold);}
.president-message-tag{display:inline-flex;padding:7px 13px;border-radius:999px;background:var(--gold);color:var(--navy-900);font-family:var(--ff-mono);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
.president-message-header h1{margin:16px auto 20px;max-width:820px;color:var(--white);font-size:clamp(30px,4vw,46px);line-height:1.18;}
.president-message-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;color:rgba(255,255,255,.72);font-family:var(--ff-mono);font-size:11px;}
.president-message-meta span+span::before{content:'•';margin-right:14px;color:var(--gold);}
.president-message-main{padding:64px 0 100px;background:#f8fafc;}
.president-message-layout{max-width:900px;}
.president-message-content{background:var(--white);border:1px solid #edf0f4;border-radius:24px;box-shadow:var(--shadow-m);overflow:hidden;}
.president-message-image{height:420px;background:#e2e8f0;overflow:hidden;}
.president-message-image img{width:100%;height:100%;object-fit:cover;display:block;}
.president-message-body{padding:38px 44px 30px;color:var(--ink);font-size:16px;line-height:1.9;}
.president-message-body p,.president-message-body ul,.president-message-body ol,.president-message-body blockquote{margin-bottom:20px;}
.president-message-body h2,.president-message-body h3,.president-message-body h4{margin:28px 0 14px;color:var(--navy-900);line-height:1.3;}
.president-message-body ul,.president-message-body ol{padding-left:22px;list-style:revert;}
.president-message-body blockquote{padding:18px 20px;border-left:4px solid var(--burgundy);background:#f8fafc;border-radius:0 12px 12px 0;font-family:var(--ff-display);font-style:italic;}
.president-message-signature{margin-top:34px;padding-top:22px;border-top:1px solid #edf0f4;text-align:right;}
.president-message-signature strong{display:block;color:var(--navy-900);font-family:var(--ff-display);font-size:17px;}
.president-message-signature span{color:var(--muted);font-size:12px;}
.president-message-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:30px;padding-top:22px;border-top:1px solid #edf0f4;}
.president-message-back{display:inline-flex;align-items:center;gap:8px;color:var(--navy-900);font-size:13px;font-weight:800;}
.president-message-back:hover{color:var(--burgundy);}
.president-message-back svg{width:17px;height:17px;}
.president-message-share{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;}
.president-message-share a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f1f5f9;color:var(--navy-900);font-size:12px;font-weight:800;text-transform:none;}
.president-message-share a:hover{background:var(--navy-900);color:var(--white);}
.ahilik-featured-card{display:grid;grid-template-columns:1.12fr 1.2fr;gap:0;margin-bottom:64px;background:linear-gradient(135deg,#0f172a,#111827);border:1px solid rgba(255,255,255,.08);border-radius:30px;overflow:hidden;box-shadow:var(--shadow-m);}
.ahilik-featured-card .ahilik-image{min-height:280px;}
.ahilik-featured-card>a.ahilik-image{display:block;}
.ahilik-featured-card .ahilik-image img{width:100%;height:100%;object-fit:cover;display:block;}
.ahilik-featured-copy{padding:28px 30px;color:var(--white);display:flex;flex-direction:column;justify-content:center;}
.ahilik-featured-copy .eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--gold);color:var(--navy-900);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;width:max-content;}
.ahilik-featured-copy h2{font-size:clamp(24px,2.6vw,32px);line-height:1.2;margin:0 0 12px;color:var(--white);}
.ahilik-featured-copy p{color:rgba(255,255,255,.72);font-size:14px;line-height:1.65;margin:0 0 18px;}
.ahilik-featured-copy .ahilik-read-more{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;padding:12px 20px;border-radius:10px;background:var(--gold);color:var(--navy-900);font-size:13px;font-weight:800;}
.ahilik-featured-copy .ahilik-read-more:hover{background:var(--gold-light);}
.ahilik-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:34px;}
.ahilik-card{display:flex;flex-direction:column;background:var(--white);border:1px solid #edf0f4;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-s);transition:transform .2s, box-shadow .2s;}
.ahilik-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-m);}
.ahilik-card-image{height:220px;background:#e2e8f0;overflow:hidden;}
.ahilik-card-image img{width:100%;height:100%;object-fit:cover;display:block;}
.ahilik-card-body{padding:22px 22px 18px;display:flex;flex-direction:column;justify-content:space-between;flex:1;}
.ahilik-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;font-size:11px;color:var(--muted);}
.ahilik-card-tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fff7ed;color:#9a5b0c;border:1px solid #ffedd5;font-weight:700;}
.ahilik-card-body h3{font-size:20px;line-height:1.35;color:var(--navy-900);margin:0 0 12px;}
.ahilik-card-body p{font-size:14px;line-height:1.7;color:var(--muted);margin:0 0 16px;}
.ahilik-card-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:var(--burgundy);margin-top:auto;}
.ahilik-card-link svg{width:14px;height:14px;}
.mevzuat-page-header{padding:70px 0 110px;text-align:center;}
.mevzuat-breadcrumb{justify-content:center;margin:20px 0 0;}
.mevzuat-archive-section{padding:54px 0 100px;}
.mevzuat-filter-card{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-m);padding:28px;margin-bottom:34px;}
.mevzuat-tabs{display:flex;gap:8px;flex-wrap:wrap;}
.mevzuat-tab{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:#f1f5f9;color:var(--ink);padding:10px 16px;font-size:12px;font-weight:700;transition:all .2s;}
.mevzuat-tab:hover{background:#e2e8f0;}
.mevzuat-tab.active{background:var(--navy-900);color:var(--white);}
.mevzuat-search{width:min(100%,330px);flex-shrink:0;}
.mevzuat-document-name{display:flex;align-items:center;gap:12px;color:var(--navy-900);}
.mevzuat-document-name strong{display:block;line-height:1.4;}
.mevzuat-document-name small{display:block;color:var(--muted);margin-top:4px;}
.mevzuat-document-icon{width:40px;height:40px;border-radius:10px;background:#fef2f2;color:#b91c1c;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.mevzuat-document-icon svg{width:20px;height:20px;}
.mevzuat-type{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff7ed;color:#9a5b0c;border:1px solid #ffedd5;font-size:10.5px;font-weight:700;white-space:nowrap;}
.mevzuat-type.yonetmelikler{background:#eff6ff;color:#1d4ed8;border-color:#dbeafe;}
.mevzuat-type.genelgeler{background:#faf5ff;color:#7e22ce;border-color:#f3e8ff;}
.mevzuat-type.kurulus-sozlesmesi{background:#ecfdf5;color:#047857;border-color:#d1fae5;}
.mevzuat-table tr[hidden]{display:none;}
.mevzuat-no-results{text-align:center;padding:30px;color:var(--muted);}
.mevzuat-detail-header{padding-bottom:90px;}
.mevzuat-detail-title{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;}
.mevzuat-header-icon{width:74px;height:74px;border-radius:16px;background:var(--burgundy);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-m);}
.mevzuat-header-icon svg{width:36px;height:36px;}
.mevzuat-title-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.mevzuat-title-meta small{color:rgba(255,255,255,.7);}
.mevzuat-detail-title h1{font-size:clamp(25px,3vw,35px);line-height:1.25;color:var(--white);margin-top:7px;}
.mevzuat-pdf-top{display:inline-flex;padding:12px 18px;border-radius:10px;background:var(--gold);color:var(--navy-900);font-size:13px;font-weight:800;white-space:nowrap;}
.mevzuat-pdf-top:hover{background:var(--gold-light);color:var(--navy-900);}
.mevzuat-detail-section{padding:50px 0 100px;}
.mevzuat-detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:30px;align-items:start;}
.mevzuat-detail-main{display:flex;flex-direction:column;gap:28px;}
.mevzuat-content-card,.mevzuat-identity-card,.mevzuat-back-card{background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-m);padding:32px;}
.mevzuat-content-card h2,.mevzuat-identity-card h2{font-size:23px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--line);}
.mevzuat-content{font-size:15.5px;line-height:1.8;color:var(--ink);}
.mevzuat-content p,.mevzuat-content ul,.mevzuat-content ol{margin-bottom:16px;}
.mevzuat-pdf-card{background:var(--navy-900);border-radius:20px;box-shadow:var(--shadow-m);padding:30px;color:var(--white);display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;}
.mevzuat-pdf-copy{display:flex;align-items:center;gap:14px;}
.mevzuat-pdf-copy h2{color:var(--white);font-size:20px;}
.mevzuat-pdf-copy p{color:rgba(255,255,255,.6);font-size:13px;margin-top:4px;}
.mevzuat-pdf-card iframe{grid-column:1/-1;width:100%;height:620px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#fff;}
.mevzuat-sidebar{position:sticky;top:120px;display:flex;flex-direction:column;gap:22px;}
.mevzuat-identity-card dl{margin:0;}
.mevzuat-identity-card dl>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #edf0f4;}
.mevzuat-identity-card dl>div:last-child{border-bottom:0;}
.mevzuat-identity-card dt{font-family:var(--ff-mono);font-size:9.5px;text-transform:uppercase;color:var(--muted);}
.mevzuat-identity-card dd{margin:0;text-align:right;font-size:12.5px;font-weight:700;color:var(--navy-900);}
.mevzuat-status{display:inline-flex;padding:4px 9px;border-radius:999px;font-size:10px;white-space:nowrap;}
.mevzuat-status.yururlukte{background:#ecfdf5;color:#047857;}
.mevzuat-status.yururlukten-kalkti{background:#f1f5f9;color:#64748b;}
.mevzuat-back-card{background:#f8fafc;box-shadow:none;}
.mevzuat-back-card h2{font-size:19px;}
.mevzuat-back-card p{font-size:13px;color:var(--muted);margin:8px 0 18px;}

body.post-type-archive-bilgi_bankasi,body.single-bilgi_bankasi{background:#f8fafc;}
.bilgi-page-header{padding:70px 0 110px;text-align:center;}
.bilgi-breadcrumb{justify-content:center;margin:20px 0 0;}
.bilgi-archive-section{padding:54px 0 100px;}
.bilgi-filter-card{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-m);padding:28px;margin-bottom:34px;}
.bilgi-tabs{display:flex;gap:8px;flex-wrap:wrap;}
.bilgi-tab{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:#f1f5f9;color:var(--ink);padding:10px 16px;font-size:12px;font-weight:700;transition:all .2s;}
.bilgi-tab:hover{background:#e2e8f0;}
.bilgi-tab.active{background:var(--navy-900);color:var(--white);}
.bilgi-search{width:min(100%,330px);flex-shrink:0;}
.bilgi-document-name{display:flex;align-items:center;gap:12px;color:var(--navy-900);}
.bilgi-document-name strong{display:block;line-height:1.4;}
.bilgi-document-name small{display:block;color:var(--muted);margin-top:4px;}
.bilgi-document-icon{width:40px;height:40px;border-radius:10px;background:#eef2ff;color:#4338ca;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.bilgi-document-icon svg{width:20px;height:20px;}
.bilgi-type{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff7ed;color:#9a5b0c;border:1px solid #ffedd5;font-size:10.5px;font-weight:700;white-space:nowrap;}
.bilgi-type.finansman-kredi{background:#fff7ed;color:#a16207;border-color:#fef3c7;}
.bilgi-type.sicil-oda-islemleri{background:#f5f3ff;color:#6d28d9;border-color:#e9d5ff;}
.bilgi-type.dijital-donusum{background:#eff6ff;color:#1d4ed8;border-color:#dbeafe;}
.bilgi-type.vergi-tesvikler{background:#ecfdf5;color:#047857;border-color:#d1fae5;}
.bilgi-table tr[hidden]{display:none;}
.bilgi-no-results{text-align:center;padding:30px;color:var(--muted);}
.bilgi-detail-header{padding-bottom:90px;}
.bilgi-detail-title{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;}
.bilgi-header-icon{width:74px;height:74px;border-radius:16px;background:var(--burgundy);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-m);}
.bilgi-header-icon svg{width:36px;height:36px;}
.bilgi-title-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.bilgi-title-meta small{color:rgba(255,255,255,.7);}
.bilgi-detail-title h1{font-size:clamp(25px,3vw,35px);line-height:1.25;color:var(--white);margin-top:7px;}
.bilgi-pdf-top{display:inline-flex;padding:12px 18px;border-radius:10px;background:var(--gold);color:var(--navy-900);font-size:13px;font-weight:800;white-space:nowrap;}
.bilgi-pdf-top:hover{background:var(--gold-light);color:var(--navy-900);}
.bilgi-detail-section{padding:50px 0 100px;}
.bilgi-detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:30px;align-items:start;}
.bilgi-detail-main{display:flex;flex-direction:column;gap:28px;}
.bilgi-content-card,.bilgi-identity-card,.bilgi-back-card{background:var(--white);border:1px solid #edf0f4;border-radius:20px;box-shadow:var(--shadow-m);padding:32px;}
.bilgi-content-card h2,.bilgi-identity-card h2{font-size:23px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--line);}
.bilgi-content{font-size:15.5px;line-height:1.8;color:var(--ink);}
.bilgi-content p,.bilgi-content ul,.bilgi-content ol{margin-bottom:16px;}
.bilgi-pdf-card{background:var(--navy-900);border-radius:20px;box-shadow:var(--shadow-m);padding:30px;color:var(--white);display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;}
.bilgi-pdf-copy{display:flex;align-items:center;gap:14px;}
.bilgi-pdf-copy h2{color:var(--white);font-size:20px;}
.bilgi-pdf-copy p{color:rgba(255,255,255,.6);font-size:13px;margin-top:4px;}
.bilgi-pdf-card iframe{grid-column:1/-1;width:100%;height:620px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#fff;}
.bilgi-sidebar{position:sticky;top:120px;display:flex;flex-direction:column;gap:22px;}
.bilgi-identity-card dl{margin:0;}
.bilgi-identity-card dl>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #edf0f4;}
.bilgi-identity-card dl>div:last-child{border-bottom:0;}
.bilgi-identity-card dt{font-family:var(--ff-mono);font-size:9.5px;text-transform:uppercase;color:var(--muted);}
.bilgi-identity-card dd{margin:0;text-align:right;font-size:12.5px;font-weight:700;color:var(--navy-900);}
.bilgi-back-card{background:#f8fafc;box-shadow:none;}
.bilgi-back-card h2{font-size:19px;}
.bilgi-back-card p{font-size:13px;color:var(--muted);margin:8px 0 18px;}

footer{background:var(--navy-900);color:rgba(255,255,255,0.65);}
.footer-top{padding:60px 0 40px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1.1fr;gap:40px;}
.footer-brand{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px;}
.footer-brand .brand-mark{background:rgba(255,255,255,0.08);}
.footer-brand .b1{color:var(--white);}
.footer-col h5{font-family:var(--ff-mono);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-light);margin-bottom:20px;}
.footer-col ul{display:flex;flex-direction:column;gap:12px;}
.footer-col a{font-size:14px;color:rgba(255,255,255,0.68);transition:color .2s;}
.footer-col a:hover{color:var(--gold-light);}
.footer-bottom{ border-top:1px solid var(--line-dark);padding:22px 0; display:flex;justify-content:space-between;align-items:center;font-size:12.5px; }

.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease;}
.reveal.show{opacity:1;transform:translateY(0);}

@media (max-width:1080px){
  .hero-layout { grid-template-columns: 1fr; }
  .slider-container { min-height: 400px; }
  .quick-grid{grid-template-columns:repeat(3,1fr);}
  .news-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-links{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .service-layout{ grid-template-columns:1fr; }
  .svc-grid, .finder-results, .board-grid{grid-template-columns:repeat(2,1fr);}
  .board-members-grid{grid-template-columns:repeat(3, minmax(0,1fr));}
  .footer-top{grid-template-columns:1fr 1fr;}
  .odalar-section .finder-results,.management-featured-grid,.management-members-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .proje-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .haber-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ahilik-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .corporate-page-layout{grid-template-columns:minmax(0,1.6fr) minmax(250px,1fr);gap:28px;}
  .contact-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:860px){
  .menu-toggle { display:flex; }
  .nav-row { position:relative; }
  .main-nav{ position:absolute; left:0; right:0; top:100%; background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line); box-shadow:var(--shadow-s); opacity:0; visibility:hidden; transform:translateY(-8px); transition:all .2s ease; z-index:200; }
  .site-header.menu-open .main-nav{ opacity:1; visibility:visible; transform:translateY(0); }
  .main-nav > ul{ flex-direction:column; align-items:stretch; padding:12px 18px 18px; }
  .main-nav > ul > li > a{ padding:12px 12px; border-radius:8px; }
  .main-nav .sub-menu{position:static;min-width:0;margin:0 0 6px 12px;border:0;border-left:2px solid var(--gold);border-radius:0;box-shadow:none;padding:4px 0 4px 10px;background:var(--cream);}
  .main-nav li.menu-item-has-children:not(.menu-open) > .sub-menu{display:none;}
  .main-nav li.menu-item-has-children.menu-open > .sub-menu{display:flex;}
  .main-nav li.menu-item-has-children.menu-open > a::after{transform:rotate(180deg);}
  .header-actions .icon-btn {display:none;}
  .quick-grid{grid-template-columns:repeat(2,1fr);}
  .news-grid{ grid-template-columns:1fr; }
  .duyuru-grid{grid-template-columns:1fr;}
  .profile-grid { grid-template-columns: 1fr; }
  .profile-card { flex-direction: column; text-align: center; padding: 40px 24px; }
  .profile-badges, .profile-actions { justify-content: center; }
  .sidebar-card { position: static; }
  .contact-layout{grid-template-columns:1fr;}
  .map-panel{min-height:300px;}
  .proje-container{padding:30px 24px;}
  .proje-info-box{grid-template-columns:1fr;}
  .tarife-filter-card{grid-template-columns:1fr;}
  .tarife-oda-identity{grid-template-columns:auto 1fr;}
  .tarife-back-btn{grid-column:1/-1;justify-self:start;}
  .tarife-search-bar{align-items:stretch;flex-direction:column;}
  .tarife-search-bar .tarife-search-input{width:100%;}
  .tarife-detail-summary{grid-template-columns:1fr;}
  .tarife-detail-card{padding:28px 22px;}
  .tarife-pdf-head{align-items:flex-start;flex-direction:column;}
  .tarife-pdf-section iframe{height:520px;}
  .mevzuat-filter-card{align-items:stretch;flex-direction:column;}
  .mevzuat-search{width:100%;}
  .mevzuat-detail-title{grid-template-columns:auto 1fr;}
  .mevzuat-pdf-top{grid-column:1/-1;justify-self:start;}
  .mevzuat-detail-grid{grid-template-columns:1fr;}
  .mevzuat-sidebar{position:static;}
  .section{padding:50px 0;}
  .brand-text .b2{font-size:8.8px;}
  .brand-logo{ width:48px; height:48px; }
  .ahilik-featured-card{grid-template-columns:1fr;}
  .ahilik-featured-card .ahilik-image{min-height:230px;}
  .corporate-page-layout{grid-template-columns:1fr;}
  .corporate-page-sidebar{position:static;}
  .cengiz-profile-layout{grid-template-columns:1fr;gap:28px;}
  .cengiz-profile-sidebar{position:static;}
  .cengiz-portrait{height:320px;}
  .board-members-grid{grid-template-columns:repeat(2, minmax(0,1fr));}
  .president-message-actions{align-items:flex-start;flex-direction:column;}
}
@media (max-width:600px){
  .wrap{padding:0 18px;}
  .ahilik-archive-hero{min-height:390px;padding:68px 0 56px;}
  .ahilik-archive-main{padding:48px 0 72px;}
  .ahilik-grid{grid-template-columns:1fr;gap:18px;}
  .ahilik-featured-card{border-radius:20px;}
  .ahilik-featured-copy{padding:28px 22px 30px;}
  .ahilik-featured-copy h2{font-size:27px;}
  .ahilik-card-image{height:205px;}
  .corporate-page-hero{min-height:330px;padding:62px 0 52px;}
  .corporate-page-main{padding:48px 0 72px;}
  .corporate-page-featured-image{height:240px;}
  .cengiz-profile-hero{min-height:380px;padding:64px 0 54px;}
  .cengiz-profile-main{padding:48px 0 72px;}
  .cengiz-portrait{height:300px;}
  .cengiz-biography-card{padding:28px 22px;}
  .cengiz-biography-card h2{font-size:25px;}
  .cengiz-facts-card{grid-template-columns:1fr;}
  .corporate-page-body{padding:28px 22px;font-size:15px;}
  .corporate-page-body>p:first-child{font-size:17px;}
  .contact-page-hero{min-height:380px;padding:64px 0 54px;}
  .contact-page-main{padding:48px 0 72px;}
  .contact-info-grid{grid-template-columns:1fr;gap:16px;margin-bottom:32px;}
  .contact-info-card{padding:24px 18px;}
  .contact-map-card iframe,.contact-map-placeholder{height:320px;min-height:320px;}
  .president-message-header{padding:44px 0 52px;}
  .president-message-main{padding:48px 0 72px;}
  .president-message-image{height:250px;}
  .president-message-body{padding:28px 22px 24px;font-size:15px;}
  .president-message-header h1{font-size:30px;}
  .president-message-share{flex-wrap:wrap;}
  .quick-grid, .finder-results, .svc-grid, .service-links, .board-grid{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr;}
  .finder-bar{flex-direction:column;}
  .announcement-item{ align-items:flex-start; }
  .brand-text .b1{ font-size:16px; }
  .brand-text .b2{ display:none; }
  .topbar{ display:none; }
  .member-card .photo-frame{ width:140px; height:140px; }
  .member-card .board-meta{ font-size:12.5px; }
  .profile-photo { width: 150px; height: 150px; }
  .content-card { padding: 32px 24px; }
  .profile-container { margin-top: -55px; padding-bottom: 56px; }
  .odalar-section .finder{padding:24px;margin-top:-40px;}
  .projeler-section .finder{padding:24px;margin-top:-40px;}
  .odalar-section .finder-results,.management-featured-grid,.management-members-grid{grid-template-columns:1fr;}
  .proje-grid{grid-template-columns:1fr;}
  .haber-grid{grid-template-columns:1fr;}
  .haberler-section .finder{padding:24px;margin-top:-40px;}
  .mgmt-card.featured{grid-column:span 1;flex-direction:column;text-align:center;}
  .mgmt-card.featured .sq-photo{width:100%;margin-bottom:20px;}
  .oda-title-area{align-items:flex-start;}
  .oda-icon{width:58px;height:58px;}
  .tarife-page-header{padding:54px 0 88px;}
  .tarife-archive-section,.tarife-oda-section,.tarife-detail-section{padding:38px 0 70px;}
  .tarife-header-icon{width:56px;height:56px;border-radius:12px;}
  .tarife-header-icon svg{width:27px;height:27px;}
  .tarife-oda-identity{align-items:start;gap:13px;}
  .tarife-pdf-section iframe{height:400px;}
  .mevzuat-page-header{padding:54px 0 88px;}
  .mevzuat-archive-section,.mevzuat-detail-section{padding:38px 0 70px;}
  .mevzuat-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;}
  .mevzuat-header-icon{width:56px;height:56px;border-radius:12px;}
  .mevzuat-header-icon svg{width:27px;height:27px;}
  .mevzuat-pdf-card{grid-template-columns:1fr;}
  .mevzuat-pdf-card iframe{height:400px;}
  .mevzuat-content-card,.mevzuat-identity-card,.mevzuat-back-card{padding:24px;}
}

.featured-image-trigger,.gallery-thumb,.announcement-image{border:0;padding:0;background:none;cursor:zoom-in;font:inherit;color:inherit;}
.featured-image-trigger{position:relative;display:block;width:100%;overflow:hidden;border-radius:inherit;}
.featured-image-trigger img{width:100%;}
.featured-image-trigger span{position:absolute;right:16px;bottom:16px;padding:8px 12px;border-radius:4px;background:rgba(10,24,48,.82);color:var(--white);font-size:13px;font-weight:700;opacity:0;transition:opacity .2s ease;}
.featured-image-trigger:hover span,.featured-image-trigger:focus-visible span{opacity:1;}
.content-gallery{margin-top:44px;padding-top:36px;border-top:1px solid var(--line);}
.content-gallery h2{font-size:25px;margin-bottom:20px;}
.content-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.gallery-thumb{display:block;overflow:hidden;border-radius:var(--radius-s);aspect-ratio:4/3;}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease;}
.gallery-thumb:hover img,.gallery-thumb:focus-visible img{transform:scale(1.04);}
.haber-text-content .wp-block-gallery,.haber-text-content .gallery{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:28px 0!important;padding:0!important;list-style:none;}
.haber-text-content .wp-block-gallery .wp-block-image,.haber-text-content .gallery .gallery-item{width:auto!important;margin:0!important;padding:0!important;}
.haber-text-content .wp-block-gallery figure,.haber-text-content .gallery figure{margin:0;}
.haber-text-content .editor-gallery-trigger{display:block;overflow:hidden;border-radius:var(--radius-s);cursor:zoom-in;}
.haber-text-content .editor-gallery-trigger img{display:block;width:100%;height:190px;object-fit:cover;transition:transform .25s ease;}
.haber-text-content .editor-gallery-trigger:hover img,.haber-text-content .editor-gallery-trigger:focus-visible img{transform:scale(1.04);}
.announcement-image{width:66px;height:66px;flex:0 0 66px;overflow:hidden;border-radius:var(--radius-s);}
.announcement-image img{width:100%;height:100%;object-fit:cover;}
.slidebox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:70px 80px;background:rgba(4,12,27,.92);}
.slidebox[hidden]{display:none;}
.slidebox-open{overflow:hidden;}
.slidebox figure{margin:0;max-width:min(1100px,100%);max-height:100%;text-align:center;}
.slidebox figure img{display:block;max-width:100%;max-height:calc(100vh - 150px);margin:0 auto;border-radius:var(--radius-s);}
.slidebox figcaption{margin-top:12px;color:rgba(255,255,255,.82);font-size:14px;}
.slidebox-close,.slidebox-prev,.slidebox-next{position:absolute;border:0;color:var(--white);background:rgba(255,255,255,.12);cursor:pointer;display:flex;align-items:center;justify-content:center;}
.slidebox-close{top:22px;right:24px;width:42px;height:42px;border-radius:50%;font-size:31px;line-height:1;}
.slidebox-prev,.slidebox-next{top:50%;width:48px;height:58px;transform:translateY(-50%);font-size:46px;line-height:1;}
.slidebox-prev{left:20px;}.slidebox-next{right:20px;}
.slidebox-close:hover,.slidebox-prev:hover,.slidebox-next:hover{background:rgba(193,154,63,.9);color:var(--navy-900);}
@media (max-width:600px){.content-gallery-grid,.haber-text-content .wp-block-gallery,.haber-text-content .gallery{grid-template-columns:repeat(2,minmax(0,1fr));}.haber-text-content .editor-gallery-trigger img{height:145px;}.slidebox{padding:64px 18px;}.slidebox-prev,.slidebox-next{width:38px;height:48px;font-size:36px;}.slidebox-prev{left:8px;}.slidebox-next{right:8px;}.featured-image-trigger span{opacity:1;right:10px;bottom:10px;font-size:12px;}.announcement-image{width:58px;height:58px;flex-basis:58px;}}
@media (max-width:600px){.page-header::after,.hero-wrapper::after,.ahilik-story-header::after,.president-message-header::after,.ahilik-archive-hero::after{display:none;}.corporate-page-hero::after,.contact-page-hero::after{background-image:linear-gradient(to top,var(--navy-900),rgba(10,24,48,.3));}}

