/* LEPROM — site stilleri */
:root {
  --navy: #0F3448;
  --navy-deep: #0A2636;
  --blue: #1B8FCB;
  --link: #0F77AE;
  --sky: #9FD3F0;
  --green: #7AB829;
  --ink: #13222C;
  --text: #3A4852;
  --muted: #51606B;
  --faint: #6B7A85;
  --line: #DCE3E8;
  --line-soft: #EEF2F5;
  --bg-soft: #F3F6F8;
  --on-dark: #C7D8E3;
  --mono: 'IBM Plex Mono', ui-monospace, 'Courier New', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
html, body { margin: 0; padding: 0; }
body {
  background: #fff;
  color: var(--ink);
  font-family: 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--navy); }
h1, h2, h3, p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.wrap { max-width: 1240px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.mono { font-family: var(--mono); }

.skip {
  position: absolute; left: -9999px; top: 8px; z-index: 100;
  background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 4px;
}
.skip:focus { left: 8px; color: #fff; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.96);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-bar {
  padding-top: 14px; padding-bottom: 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img { height: 48px; width: auto; display: block; }

.nav-main { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 500; }
.nav-main a { color: var(--ink); }
.nav-main a:hover { color: var(--link); }
.nav-main a[aria-current="page"] { color: var(--link); box-shadow: inset 0 -2px 0 var(--blue); padding-bottom: 4px; }
.nav-mobile > a[aria-current="page"] { color: var(--link); }
.header-actions { display: flex; align-items: center; gap: 16px; }

.lang { display: flex; gap: 2px; font-family: var(--mono); font-size: 13px; }
.lang span, .lang a { padding: 4px 6px; }
.lang span { color: var(--navy); font-weight: 500; border-bottom: 2px solid var(--blue); }
.lang a { color: var(--muted); }
.lang a:hover { color: var(--navy); }

.btn {
  display: inline-block; border-radius: 4px; font-weight: 600;
  padding: 11px 18px; font-size: 15px;
}
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--blue); color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--sky); color: var(--navy); }
.btn-ghost { border: 1px solid rgba(255,255,255,0.4); color: #fff; font-weight: 500; font-family: var(--mono); }
.btn-ghost:hover { border-color: #fff; color: #fff; }

/* Sabit hat / cep telefonu çifti */
.phones a { color: inherit; white-space: nowrap; }
.phones a:hover { text-decoration: underline; text-underline-offset: 3px; }
.phones .sep { opacity: 0.5; }
.contact-row .phones a, .hero .phones a { color: #fff; }
.info-list .phones a { color: var(--navy); }
.info-list .phones a:hover { color: var(--link); }
.btn-outline { border: 1px solid var(--line); color: var(--navy); font-weight: 500; }
.btn-outline:hover { border-color: var(--navy); color: var(--navy); }
.btn-lg { padding: 15px 24px; font-size: 16px; }

.menu-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 1px solid var(--line); border-radius: 4px;
  padding: 12px 11px; cursor: pointer;
}
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--navy); }

.nav-mobile {
  border-top: 1px solid var(--line);
  padding: 8px 24px 20px;
  display: flex; flex-direction: column; font-size: 17px; font-weight: 500;
}
.nav-mobile > a { color: var(--ink); padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.nav-mobile-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 16px;
}

@media (max-width: 1079px) {
  .nav-main, .header-actions { display: none; }
  .menu-toggle { display: flex; }
}
@media (min-width: 1080px) {
  .nav-mobile { display: none !important; }
}

/* Hero */
.hero {
  position: relative; min-height: 600px; display: flex; align-items: center;
  background-color: var(--navy); overflow: hidden;
}
/* Fotoğraf eklemek için: assets/hero.jpg dosyasını koyun ve aşağıdaki satırın yorumunu kaldırın.
.hero { background: var(--navy) url(hero.jpg) center / cover no-repeat; } */
.hero::before {
  /* teknik çizim ızgarası */
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(159,211,240,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,211,240,0.07) 1px, transparent 1px),
    linear-gradient(rgba(159,211,240,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,211,240,0.035) 1px, transparent 1px);
  background-size: 120px 120px, 120px 120px, 24px 24px, 24px 24px;
  -webkit-mask-image: linear-gradient(90deg, transparent 10%, #000 70%);
  mask-image: linear-gradient(90deg, transparent 10%, #000 70%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 85% 50%, rgba(27,143,203,0.28), transparent 70%),
    linear-gradient(90deg, rgba(15,52,72,0.94) 0%, rgba(15,52,72,0.72) 50%, rgba(15,52,72,0.2) 100%);
}
.hero-inner { position: relative; z-index: 1; width: 100%; padding-top: 96px; padding-bottom: 96px; }
.hero-content { max-width: 640px; display: flex; flex-direction: column; gap: 24px; }
.hero h1 {
  font-size: clamp(38px, 5.4vw, 64px); line-height: 1.05; font-weight: 600;
  letter-spacing: -0.02em; color: #fff; text-wrap: balance;
}
.hero p { font-size: 19px; line-height: 1.6; color: #D5E3EC; max-width: 540px; text-wrap: pretty; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 8px; }

.kicker {
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--link);
}
.kicker-line { display: flex; align-items: center; gap: 10px; }
.kicker-line::before { content: ""; width: 24px; height: 2px; background: var(--green); flex-shrink: 0; }
.hero .kicker { color: var(--sky); }

/* Rakamlar */
.stats { border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 36px 24px; display: flex; flex-direction: column; gap: 6px; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat-num { font-size: 40px; font-weight: 600; color: var(--navy); letter-spacing: -0.02em; }
.stat-label { font-size: 15px; color: var(--muted); }
@media (max-width: 860px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: 28px 20px; }
  .stat:nth-child(odd) { padding-left: 0; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

/* Bölümler */
.section { padding-top: 96px; padding-bottom: 96px; }
.section-soft { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.h2 {
  font-size: clamp(30px, 3.4vw, 42px); line-height: 1.15; font-weight: 600;
  letter-spacing: -0.015em; color: var(--navy); text-wrap: balance;
}
.section-head {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;
  gap: 24px; margin-bottom: 48px;
}
.section-head > div { display: flex; flex-direction: column; gap: 16px; max-width: 620px; }
.section-head p { font-size: 17px; line-height: 1.6; color: var(--muted); }

.two-col {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 48px;
}
.two-col > div:first-child { display: flex; flex-direction: column; gap: 16px; }
.prose { display: flex; flex-direction: column; gap: 20px; font-size: 17px; line-height: 1.7; color: var(--text); }
.prose p { text-wrap: pretty; }

.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; padding-top: 8px; }
.fact { border-left: 2px solid var(--green); padding: 4px 0 4px 14px; }
.fact-k { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); }
.fact-v { font-size: 15px; font-weight: 500; color: var(--navy); padding-top: 2px; }

/* Hizmet kartları */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 20px; }
.card {
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 6px;
  padding: 28px 24px; display: flex; flex-direction: column; gap: 14px;
}
.card-top { display: flex; justify-content: space-between; align-items: center; }
.card-num { font-family: var(--mono); font-size: 13px; color: var(--faint); }
.card-icon { width: 40px; height: 40px; color: var(--link); }
.card h3 { font-size: 21px; font-weight: 600; color: var(--navy); }
.card ul { display: flex; flex-direction: column; gap: 8px; font-size: 15px; line-height: 1.45; color: var(--text); }
.card li { position: relative; padding-left: 16px; }
.card li::before {
  content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px;
  background: var(--green); border-radius: 1px;
}

/* Sektörler */
.sectors {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.sector {
  padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: flex; gap: 16px; align-items: baseline;
}
.sector .card-num { flex-shrink: 0; }
.sector span:last-child { font-size: 19px; font-weight: 500; color: var(--navy); }

/* İletişim */
.contact { background: var(--navy); }
.contact .wrap {
  padding-top: 88px; padding-bottom: 88px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 40px; align-items: center;
}
.contact-copy { display: flex; flex-direction: column; gap: 16px; }
.contact h2 {
  font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; font-weight: 600;
  letter-spacing: -0.015em; color: #fff; text-wrap: balance;
}
.contact-copy p { font-size: 18px; line-height: 1.6; color: var(--on-dark); max-width: 480px; text-wrap: pretty; }
.contact-list { display: flex; flex-direction: column; gap: 12px; }
.contact-row {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 16px;
  padding: 20px 24px; border: 1px solid rgba(255,255,255,0.22); border-radius: 6px; color: #fff;
}
a.contact-row:hover { border-color: #fff; color: #fff; }
.contact-row .label { font-size: 15px; color: var(--on-dark); }
.contact-row .value { font-family: var(--mono); font-size: 18px; }
.contact-row .value-text { font-size: 16px; text-align: right; line-height: 1.5; }
.contact .btn-light { padding: 18px 24px; border-radius: 6px; font-size: 16px; text-align: center; }

.more { font-weight: 600; color: var(--link); display: inline-flex; align-items: center; gap: 8px; }
.more:hover { color: var(--navy); }

/* Alt sayfa başlığı */
.page-head { background: var(--navy); }
.page-head .wrap { padding-top: 56px; padding-bottom: 52px; display: flex; flex-direction: column; gap: 14px; }
.page-head h1 {
  font-size: clamp(36px, 4.6vw, 56px); line-height: 1.05; font-weight: 600;
  letter-spacing: -0.02em; color: #fff; text-wrap: balance;
}
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: #8FA9B8; }
.crumbs a { color: var(--sky); }
.crumbs a:hover { color: #fff; }

/* Sayfa girişi */
.intro {
  padding-top: 88px; padding-bottom: 40px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 40px; align-items: end;
}
.intro-title, .intro-body { display: flex; flex-direction: column; gap: 16px; }
.intro-body p { font-size: 17px; line-height: 1.7; color: var(--text); text-wrap: pretty; }
.jump { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; }
.jump a { color: var(--navy); border: 1px solid var(--line); border-radius: 3px; padding: 8px 12px; }
.jump a:hover { border-color: var(--navy); color: var(--navy); }

/* Disiplin blokları */
.disciplines { padding-bottom: 56px; }
.discipline {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 48px;
  padding: 64px 0; border-top: 1px solid var(--line);
}
.discipline-copy { display: flex; flex-direction: column; gap: 20px; }
.discipline h2 {
  font-size: clamp(26px, 2.8vw, 36px); line-height: 1.15; font-weight: 600;
  letter-spacing: -0.015em; color: var(--navy);
}
.discipline p { font-size: 17px; line-height: 1.7; color: var(--text); text-wrap: pretty; }
.discipline-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; margin-top: 8px; }

.line-list { font-size: 16px; line-height: 1.5; color: var(--ink); border-top: 1px solid var(--line-soft); align-self: start; }
.line-list li { display: flex; gap: 12px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.line-list li::before { content: ""; width: 6px; height: 6px; background: var(--green); flex-shrink: 0; transform: translateY(-2px); }

/* Yalın araç blokları */
.tools { padding-bottom: 72px; }
.tool {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 40px;
  padding: 56px 0; border-top: 1px solid var(--line); align-items: start;
}
.tool-copy { display: flex; flex-direction: column; gap: 14px; }
.tool h2 {
  font-size: clamp(24px, 2.6vw, 32px); line-height: 1.15; font-weight: 600;
  letter-spacing: -0.01em; color: var(--navy);
}
.tool-sub { font-size: 15px; color: var(--link); font-weight: 500; }
.tool p { font-size: 16px; line-height: 1.7; color: var(--text); text-wrap: pretty; padding-top: 4px; }
.tool-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; }
.dot-list { display: flex; flex-direction: column; gap: 8px; font-size: 15px; color: var(--ink); padding-top: 6px; }
.dot-list li { display: flex; gap: 10px; align-items: baseline; }
.dot-list li::before { content: ""; width: 6px; height: 6px; background: var(--green); flex-shrink: 0; transform: translateY(-2px); }

/* Sektör satırları */
.sector-rows { padding-bottom: 72px; }
.sector-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 48px;
  align-items: center; padding: 48px 0; border-top: 1px solid var(--line);
}
.sector-copy { display: flex; flex-direction: column; gap: 14px; }
.sector-row h2 { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.15; font-weight: 600; letter-spacing: -0.01em; color: var(--navy); }
.sector-row p { font-size: 17px; line-height: 1.7; color: var(--text); text-wrap: pretty; max-width: 520px; }
.sector-row .tags { padding-top: 4px; }
.sector-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; display: block; }
.sector-visual {
  position: relative; aspect-ratio: 16 / 10; border-radius: 6px; overflow: hidden;
  background-color: var(--navy);
  background-image:
    radial-gradient(ellipse 70% 80% at 80% 60%, rgba(27,143,203,0.35), transparent 70%),
    linear-gradient(rgba(159,211,240,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,211,240,0.08) 1px, transparent 1px),
    linear-gradient(rgba(159,211,240,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,211,240,0.04) 1px, transparent 1px);
  background-size: auto, 80px 80px, 80px 80px, 16px 16px, 16px 16px;
  display: flex; align-items: flex-end; padding: 24px;
}
.sector-visual span { font-family: var(--mono); font-size: clamp(56px, 7vw, 96px); line-height: 1; color: rgba(255,255,255,0.9); }
.sector-visual::before { content: ""; position: absolute; left: 24px; top: 24px; width: 32px; height: 2px; background: var(--green); }
@media (min-width: 861px) {
  .sector-row.flip > :first-child { order: 2; }
}
@media (max-width: 860px) {
  .sector-row { gap: 24px; }
  .sector-visual { aspect-ratio: 16 / 6; }
}

.sector-meta { display: flex; align-items: center; gap: 12px; }
.badge {
  font-size: 12px; font-weight: 600; letter-spacing: 0.02em; color: #3B5E12;
  background: #EEF7E4; border: 1px solid #CFE6B3; border-radius: 3px; padding: 3px 8px;
}
.highlights { padding-top: 0; font-size: 16px; font-weight: 500; }

/* İş ortakları */
.partners { display: grid; gap: 20px; }
.partner {
  background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: clamp(24px, 3vw, 36px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 32px 48px;
}
.partner-id { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.partner-logo { max-height: 56px; width: auto; margin-bottom: 8px; }
.partner h3 { font-size: 24px; font-weight: 600; color: var(--navy); letter-spacing: -0.01em; }
.partner-role { font-size: 15px; font-weight: 500; color: var(--link); }
.partner-loc { font-size: 14px; color: var(--faint); padding-bottom: 8px; }
.partner-phone { font-weight: 600; color: var(--link); }
.partner-phone .mono { font-weight: 500; }
.partner-phone:hover { color: var(--navy); }
.partner-body { display: flex; flex-direction: column; gap: 16px; }
.partner-body p { font-size: 16px; line-height: 1.7; color: var(--text); text-wrap: pretty; }

/* Proje kartları */
.projects {
  padding-top: 8px; padding-bottom: 96px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 20px;
}
.project {
  border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 6px; overflow: hidden;
  display: flex; flex-direction: column; background: #fff;
}
.project:has(.project-img) { border-top: 1px solid var(--line); }
.project-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-bottom: 1px solid var(--line); display: block; }
.project-body { padding: 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.project h2 { font-size: 20px; line-height: 1.3; font-weight: 600; color: var(--navy); text-wrap: balance; }
.project p { font-size: 15px; line-height: 1.6; color: var(--text); flex: 1; text-wrap: pretty; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags span {
  font-size: 13px; color: var(--navy); background: var(--bg-soft);
  border: 1px solid var(--line); border-radius: 3px; padding: 4px 8px;
}
.metric { display: flex; align-items: baseline; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line-soft); font-size: 14px; color: var(--muted); }
.metric-num { font-size: 26px; font-weight: 600; color: var(--navy); letter-spacing: -0.01em; }

/* İletişim sayfası */
.contact-page {
  padding-top: 80px; padding-bottom: 96px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 64px; align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.contact-info > p { font-size: 17px; line-height: 1.7; color: var(--text); text-wrap: pretty; }
.info-list { margin: 8px 0 0; padding-top: 12px; border-top: 1px solid var(--line); }
.info-list > div { display: flex; flex-direction: column; gap: 6px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.info-list dt { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }
.info-list dd { margin: 0; font-size: 17px; line-height: 1.6; color: var(--ink); }
.info-list dd.mono, .info-list dd .mono { font-size: 18px; }
.info-list a { color: var(--navy); }
.info-list a.mail { color: var(--link); }
.info-list a:hover { color: var(--link); }

.contact-form {
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 6px;
  padding: clamp(24px, 4vw, 40px); display: flex; flex-direction: column; gap: 20px;
}
.contact-form h2 { font-size: 22px; font-weight: 600; color: var(--navy); }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 500; color: var(--ink); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 16px; font-weight: 400; color: var(--ink); background: #fff;
  border: 1px solid #C9D3DA; border-radius: 4px; padding: 13px 14px; width: 100%; outline: none;
}
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(27,143,203,0.18);
}
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.5; color: var(--text); }
.consent input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--navy); flex-shrink: 0; }
.contact-form button { align-self: flex-start; border: 0; cursor: pointer; font-family: inherit; }
.contact-form button:disabled { opacity: 0.6; cursor: wait; }
.form-hint { font-size: 14px; line-height: 1.6; color: var(--muted); }
.form-hint a { font-weight: 500; }
.form-status { font-size: 15px; line-height: 1.5; padding: 14px 16px; border-radius: 4px; }
.form-status.ok { background: #EEF7E4; color: #3B5E12; border: 1px solid #CFE6B3; }
.form-status.err { background: #FDF0EE; color: #8A2A1B; border: 1px solid #F1CBC4; }

.map { border-top: 1px solid var(--line); }
.map iframe { display: block; width: 100%; height: 420px; border: 0; filter: grayscale(0.3); }

/* Geniş kartlar (öne çıkan uygulamalar) */
.cards-wide { grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); }
.card p { font-size: 15px; line-height: 1.65; color: var(--text); text-wrap: pretty; }
.card-media { border-top-width: 1px; border-top-color: var(--line); padding: 0; overflow: hidden; }
.card-media > :not(img) { margin-left: 28px; margin-right: 28px; }
.card-media > :last-child { margin-bottom: 28px; }
.card-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-bottom: 1px solid var(--line); }

/* Yönlendirme bandı */
.banner {
  padding-top: 72px; padding-bottom: 72px;
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px;
}
.banner > div { display: flex; flex-direction: column; gap: 8px; }
.banner h2 { font-size: 26px; font-weight: 600; color: var(--navy); }
.banner p { font-size: 16px; color: var(--muted); }

/* 404 */
.not-found { display: flex; flex-direction: column; gap: 16px; min-height: 50vh; justify-content: center; }
.not-found p { font-size: 17px; line-height: 1.6; color: var(--muted); max-width: 560px; }

/* Footer */
.site-footer { background: var(--navy-deep); color: var(--on-dark); }
.footer-grid {
  padding-top: 56px; padding-bottom: 32px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 40px;
}
.footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 15px; line-height: 1.6; }
.footer-col a { color: var(--on-dark); }
.footer-col a:hover { color: #fff; }
.footer-col a.mail { color: var(--sky); }
.footer-title { font-size: 18px; font-weight: 600; color: #fff; }
.footer-label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #8FA9B8; }
.footer-bottom {
  padding-top: 20px; padding-bottom: 28px; border-top: 1px solid rgba(255,255,255,0.12);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13px; color: #8FA9B8;
}
