@import url('/fonts/fonts.css');

:root {
  --navy: #0E1826; --navy2: #0A121D; --line: #243244; --red: #C8202F; --redL: #E2505C; --redD: #9E1824;
  --paper: #F5F4F0; --ink: #0E1826; --body: #4A5568; --mute: #5B6573; --rule: #E4E1DA; --soft: #93A0B1;
  --d: 'Archivo', 'Arial Narrow', 'Segoe UI', sans-serif; --s: 'IBM Plex Sans', 'Segoe UI', system-ui, sans-serif; --m: 'IBM Plex Mono', Consolas, monospace;
  --gut: clamp(20px, 5.5vw, 80px);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--s); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--d); margin: 0; text-wrap: balance; color: inherit; }
p { margin: 0; text-wrap: pretty; }
a { color: var(--red); text-decoration: none; } a:hover { color: var(--redD); }
img { max-width: 100%; display: block; }
.wrap { padding-inline: var(--gut); }
.eyebrow { font-size: 13px; letter-spacing: .16em; color: var(--red); font-weight: 600; text-transform: uppercase; display: block; }
.dark .eyebrow, .eyebrow.l { color: var(--redL); }
.skip { position: absolute; left: -999px; } .skip:focus { left: 12px; top: 12px; background: #fff; padding: 8px 12px; z-index: 10; }

/* üst şerit + menü */
.topbar { background: var(--navy2); color: #9AA6B6; font-size: 13px; display: flex; justify-content: space-between; gap: 16px; padding-block: 10px; }
.topbar div { display: flex; gap: 28px; } .topbar a { color: #C9D1DB; }
.nav { background: var(--navy); border-bottom: 1px solid #1E2A3A; display: flex; justify-content: space-between; align-items: center; padding-block: 16px; position: relative; }
.brand { display: flex; align-items: center; gap: 14px; color: #fff; }
.brand:hover { color: #fff; }
.brand b { font-family: var(--d); font-weight: 700; font-size: 16px; letter-spacing: .03em; display: block; line-height: 1.3; }
.brand small { font-size: 13px; color: #8C98A8; display: block; }
.brand .logo, .brandf .logo { flex-shrink: 0; border-radius: 50%; }
.menu { display: flex; align-items: center; gap: 30px; font-size: 15px; }
.menu a { color: #C9D1DB; }
.menu a:hover { color: #fff; }
.menu a[aria-current] { color: #fff; font-weight: 600; box-shadow: inset 0 -2px 0 var(--red); padding-bottom: 4px; }
.btn { display: inline-block; background: var(--red); color: #fff !important; padding: 12px 20px; border-radius: 4px; font-weight: 600; font-size: 15px; white-space: nowrap; border: 0; cursor: pointer; font-family: var(--s); text-align: center; }
.btn:hover { background: var(--redD); }
.btn.big { padding: 17px 28px; font-size: 16px; }
.btn.ghost { background: transparent; border: 1px solid #3A4757; color: #E6EAF0 !important; font-weight: 500; }
.btn.ghost:hover { border-color: #fff; }
.navtoggle { display: none; }

/* bölümler */
.hero { background: var(--navy); color: #fff; padding-block: 84px 92px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: center; }
.hero h1 { font-size: clamp(36px, 4.4vw, 60px); line-height: 1.04; font-weight: 800; letter-spacing: -.015em; }
.lead { font-size: 19px; line-height: 1.6; color: #B9C3D0; max-width: 580px; }
.stack { display: flex; flex-direction: column; gap: 26px; }
.row { display: flex; gap: 14px; flex-wrap: wrap; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); margin-top: 12px; padding-top: 24px; }
.facts > div { display: flex; flex-direction: column; gap: 6px; padding-inline: 20px; border-left: 1px solid var(--line); }
.facts > div:first-child { padding-left: 0; border-left: 0; }
.facts b { font-family: var(--d); font-size: 22px; font-weight: 700; white-space: nowrap; }
.formbox { padding: 44px; }
.facts span { font-size: 14px; line-height: 1.5; color: var(--soft); }
.photo img { width: 100%; height: 480px; object-fit: cover; object-position: 8% 50%; border-radius: 6px; }
.caption { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: #8C98A8; margin-top: 12px; }
.caption.l { color: var(--mute); }

.kurye { background: var(--red); color: #fff; padding-block: 56px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.kurye .eyebrow { color: #FFFFFF; }
.kurye .date { font-family: var(--d); font-size: clamp(44px, 5vw, 64px); font-weight: 800; letter-spacing: -.02em; line-height: 1; display: block; margin-top: 10px; }
.kurye .t { font-family: var(--d); font-size: 26px; font-weight: 700; line-height: 1.25; }
.kurye p + p { margin-top: 14px; } .kurye .s { font-size: 16px; color: #FFFFFF; }

.sec { padding-block: 92px; }
.sec.white { background: #fff; }
.sec h2, .h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.12; font-weight: 800; color: var(--ink); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.split.top { align-items: start; }
.split.w { grid-template-columns: .8fr 1.2fr; gap: 64px; }
.col { display: flex; flex-direction: column; gap: 18px; }
.body { font-size: 17px; line-height: 1.65; color: var(--body); }
.src { font-size: 13px; color: var(--mute); }
.fines { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.fine { border-radius: 6px; padding: 40px 36px; display: flex; flex-direction: column; gap: 14px; background: #fff; border: 1px solid var(--rule); }
.fine.d { background: var(--navy); color: #fff; border-color: var(--navy); }
.fine .k { font-size: 14px; letter-spacing: .1em; color: var(--mute); font-weight: 600; }
.fine.d .k { color: var(--redL); }
.fine .v { font-family: var(--d); font-size: clamp(34px, 3.4vw, 46px); font-weight: 800; letter-spacing: -.02em; white-space: nowrap; }
.fine .n { font-size: 15px; color: #6B7684; } .fine.d .n { color: #A7B2C0; }

.headrow { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 40px; flex-wrap: wrap; margin-bottom: 44px; }
.grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.card { background: #fff; padding: 32px; display: flex; flex-direction: column; gap: 12px; }
.code { font-family: var(--m); font-size: 13px; color: var(--red); }
.card h3 { font-size: 23px; font-weight: 700; }
.card p, .step p { font-size: 15px; line-height: 1.6; color: #5A6573; }

.band { background: var(--navy); color: #fff; border-radius: 6px; padding: 40px 44px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: center; margin-top: 20px; }
.band h3 { font-size: 28px; font-weight: 800; line-height: 1.2; }
.band p { color: #B9C3D0; }
.band .side { display: flex; flex-direction: column; gap: 6px; border-left: 1px solid var(--line); padding-left: 40px; }
.band .side b { font-family: var(--d); font-size: 44px; font-weight: 800; white-space: nowrap; }
.band .side small { font-size: 13px; color: var(--soft); line-height: 1.5; }

.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 50px; }
.step { display: flex; flex-direction: column; gap: 12px; border-top: 3px solid var(--navy); padding-top: 22px; }
.step h3 { font-size: 21px; font-weight: 700; }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.duo.k { grid-template-columns: 1.2fr .8fr; }
.box { background: #fff; border: 1px solid var(--rule); border-radius: 6px; padding: 40px; }
.box.d { background: var(--navy); color: #fff; border-color: var(--navy); }
.person { display: flex; gap: 28px; align-items: flex-start; }
.avatar { width: 88px; height: 88px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--d); font-weight: 700; font-size: 24px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.box.d .avatar { width: 112px; height: 112px; }
img.avatar { object-fit: cover; border: 3px solid #fff; box-shadow: 0 0 0 1px var(--rule); }
.box.d img.avatar { border-color: #1C2A3E; box-shadow: none; }
.map { display: block; border-radius: 6px; overflow: hidden; border: 1px solid var(--rule); }
.map img { width: 100%; height: auto; }
.btn.ghost.dark { color: var(--ink) !important; border-color: #CFCAC0; }
.btn.ghost.dark:hover { border-color: var(--ink); }
.box h3 { font-size: 26px; font-weight: 700; }
.box .col { gap: 10px; }
.box.d p { color: #B9C3D0; }

.cta { background: var(--navy); color: #fff; padding-block: 84px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: center; }
.cta h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.1; font-weight: 800; color: #fff; }
.chips2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.chip2 { border: 1px solid #2C3A4C; border-radius: 4px; padding: 16px 18px; display: flex; flex-direction: column; gap: 4px; color: #fff; }
.chip2 small { font-size: 12px; color: #8C98A8; letter-spacing: .08em; }
.chip2:hover { border-color: #fff; color: #fff; }

/* yakın çevre */
.near { padding-block: 56px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; align-items: center; border-block: 1px solid var(--rule); }
.near.white { background: #fff; }
.near h2 { font-size: 30px; line-height: 1.15; font-weight: 800; }
.near p { font-size: 15px; color: var(--body); }
.neargrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.neargrid div { background: #fff; padding: 20px 22px; display: flex; flex-direction: column; gap: 4px; }
.neargrid b { font-family: var(--d); font-size: 26px; font-weight: 800; }
.neargrid span { font-size: 14px; color: var(--body); }
.neargrid .note { font-size: 12px; color: var(--mute); justify-content: center; line-height: 1.5; }

/* sayfa başlığı */
.ptitle { background: var(--navy); color: #fff; padding-block: 72px 64px; display: flex; flex-direction: column; gap: 18px; }
.ptitle h1 { font-size: clamp(34px, 4vw, 52px); line-height: 1.06; font-weight: 800; letter-spacing: -.015em; max-width: 980px; }
.ptitle p { font-size: 18px; color: #B9C3D0; max-width: 760px; }

/* tablolar */
.tablebox { background: #fff; border: 1px solid var(--rule); border-radius: 6px; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 520px; }
th { text-align: left; padding: 14px 22px; font-size: 12px; letter-spacing: .1em; color: var(--mute); font-weight: 600; border-bottom: 2px solid var(--navy); text-transform: uppercase; }
td { padding: 17px 22px; border-bottom: 1px solid var(--rule); font-size: 15px; color: var(--body); }
td:first-child { font-family: var(--d); font-weight: 700; color: var(--ink); }
.num { text-align: right; font-family: var(--m); color: var(--ink); white-space: nowrap; }
th.num { font-family: var(--s); }
.tnote { padding: 16px 22px; font-size: 13px; color: var(--mute); line-height: 1.6; }
.fees { display: grid; grid-template-columns: 1.55fr 1fr; gap: 48px; align-items: start; }
.harc { display: flex; flex-direction: column; gap: 20px; }
.harc .box { padding: 32px; }
.harc .li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.harc .li + .li { border-top: 1px solid var(--line); padding-top: 16px; }
.harc .li b { font-family: var(--d); font-size: 28px; font-weight: 700; white-space: nowrap; }
.harc .li span { display: block; font-size: 14px; color: var(--soft); }
.harc .li strong { font-size: 17px; font-weight: 600; }

/* süreç */
.timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.timeline > div { padding: 32px 36px 36px; display: flex; flex-direction: column; gap: 12px; border-left: 1px solid var(--rule); }
.timeline > div:nth-child(3n+1) { padding-left: 0; border-left: 0; }
.timeline > div:nth-child(n+4) { border-top: 1px solid var(--rule); }
.timeline h3 { font-size: 24px; font-weight: 700; }
.timeline p { font-size: 15px; color: #5A6573; }
.report { box-shadow: 0 18px 40px -24px rgba(14,24,38,.35); }
.report .hd { display: flex; justify-content: space-between; gap: 12px; padding: 18px 22px; background: var(--navy); color: #fff; font-size: 13px; }
.report .hd b { font-family: var(--d); font-size: 16px; }
.ok { color: #1F7A4D !important; font-weight: 600; } .bad { color: var(--red) !important; font-weight: 600; }
td.plain { font-family: var(--s); font-weight: 600; }
.checks { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.checks li { padding: 16px 0 16px 30px; border-bottom: 1px solid var(--rule); position: relative; }
.checks li::before { content: ''; position: absolute; left: 2px; top: 22px; width: 12px; height: 6px; border-left: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(-45deg); }
.faq { border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); padding: 20px 0; }
.faq summary { font-family: var(--d); font-size: 19px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::after { content: '+'; color: var(--red); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: '–'; }
.faq p { margin-top: 10px; color: var(--body); }

/* künye */
.kunye { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--rule); margin: 0; }
.kunye div { padding: 18px 18px 18px 0; border-bottom: 1px solid var(--rule); display: flex; flex-direction: column; gap: 6px; }
.kunye div:nth-child(2n) { padding-left: 24px; padding-right: 0; }
.kunye dt { font-size: 12px; letter-spacing: .1em; color: var(--mute); text-transform: uppercase; }
.kunye dd { margin: 0; font-size: 15px; color: var(--ink); font-weight: 500; }
.qrrow { display: flex; gap: 20px; align-items: center; }
.qr { background: #fff; border: 1px solid var(--rule); border-radius: 4px; padding: 6px; flex-shrink: 0; line-height: 0; }

/* form */
.formgrid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; align-items: start; }
form { display: flex; flex-direction: column; gap: 22px; }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.full { grid-column: 1 / -1; }
label, .lbl { font-size: 14px; font-weight: 600; color: var(--ink); display: flex; flex-direction: column; gap: 8px; }
input[type=text], input[type=email], input[type=tel], input[type=number], textarea { font: inherit; font-size: 16px; font-weight: 400; color: var(--ink); height: 50px; border: 1px solid #CFCAC0; border-radius: 4px; background: #fff; padding: 0 14px; width: 100%; }
textarea { height: 110px; padding: 12px 14px; resize: vertical; }
input:focus, textarea:focus { outline: 2px solid var(--navy); outline-offset: 1px; border-color: var(--navy); }
.opts { display: flex; flex-wrap: wrap; gap: 10px; border: 0; padding: 0; margin: 0; }
.opts legend { font-size: 14px; font-weight: 600; margin-bottom: 8px; padding: 0; }
.opt { position: relative; }
.opt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.opt span { display: inline-block; border: 1px solid #CFCAC0; background: #fff; padding: 11px 16px; border-radius: 4px; font-size: 14px; font-weight: 500; }
.opt input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; }
.opt input:focus-visible + span { outline: 2px solid var(--red); outline-offset: 2px; }
.hp { position: absolute; left: -5000px; }
.legal { font-size: 13px; line-height: 1.6; color: var(--mute); }
.msg { padding: 16px 18px; border-radius: 4px; font-size: 15px; }
.msg.ok { background: #E7F4EC; color: #1F5C3D !important; } .msg.err { background: #FBE9EA; color: #8A1B25; }
.info { display: flex; flex-direction: column; }
.info div { display: grid; grid-template-columns: 124px 1fr; gap: 12px; padding: 10px 0; border-top: 1px solid var(--rule); font-size: 14px; }
.info span:first-child { color: var(--mute); }

/* metin sayfası */
.doc { display: grid; grid-template-columns: 260px 1fr; gap: 72px; align-items: start; }
.toc { display: flex; flex-direction: column; gap: 10px; font-size: 14px; border-left: 2px solid var(--rule); padding-left: 18px; position: sticky; top: 24px; }
.toc a { color: var(--body); }
.prose { max-width: 760px; display: flex; flex-direction: column; gap: 22px; }
.prose h1 { font-size: clamp(30px, 3vw, 42px); line-height: 1.1; font-weight: 800; }
.prose h2 { font-size: 20px; font-weight: 700; margin-top: 8px; scroll-margin-top: 20px; }
.prose p, .prose li { font-size: 16px; line-height: 1.75; color: var(--body); }
.prose ul { margin: 0; padding-left: 20px; }

/* sosyal */
.social { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #2C3A4C; color: #C9D1DB; display: inline-flex; align-items: center; justify-content: center; }
.social a:hover { color: #fff; border-color: #fff; }
@media (max-width: 640px) { .social a { width: 44px; height: 44px; } }

/* altbilgi */
.foot { background: var(--navy2); color: #8792A2; font-size: 13px; padding-block: 44px 36px; }
.foot .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.foot b { color: #fff; font-weight: 600; display: block; margin-bottom: 8px; }
.foot a { color: #B8C1CC; } .foot a:hover { color: #fff; }
.foot .brandf { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.foot .brandf span { font-family: var(--d); font-weight: 700; color: #fff; font-size: 14px; line-height: 1.3; }
.foot .qrf { display: flex; gap: 14px; align-items: flex-start; }
.foot .qrf .qr { border: 0; padding: 4px; }
.foot .bottom { border-top: 1px solid #1E2A3A; margin-top: 26px; padding-top: 20px; display: flex; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; }
.foot .bottom div { display: flex; gap: 24px; flex-wrap: wrap; }

/* ---------- dar ekran ---------- */
@media (max-width: 1080px) {
  .hero, .kurye, .split, .split.w, .cta, .near, .fees, .formgrid, .band { grid-template-columns: 1fr; gap: 36px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot .cols { grid-template-columns: 1fr 1fr; }
  .band .side { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 24px; }
  .doc { grid-template-columns: 1fr; gap: 24px; } .toc { position: static; }
}
@media (max-width: 860px) {
  .navtoggle { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: none; border: 0; cursor: pointer; }
  .menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy); flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gut) 20px; z-index: 5; border-bottom: 1px solid #1E2A3A; }
  .nav.open .menu { display: flex; }
  .menu a { padding: 14px 0; border-bottom: 1px solid #1E2A3A; }
  .menu a[aria-current] { box-shadow: none; color: #fff; }
  .menu .btn { margin-top: 14px; border-bottom: 0; }
  .topbar span.hide { display: none; }
  .brand b { font-size: 12.5px; } .brand small { font-size: 11.5px; } .brand .logo { width: 42px; height: 42px; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .topbar { font-size: 12px; } .topbar div { gap: 14px; }
  .hero { padding-block: 40px 44px; } .photo img { height: 220px; }
  .lead { font-size: 16px; }
  .facts { grid-template-columns: 1fr; padding-top: 0; }
  .facts > div { flex-direction: row; justify-content: space-between; align-items: baseline; padding: 14px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .facts b { font-size: 19px; } .facts span { font-size: 13px; text-align: right; }
  .row .btn { width: 100%; }
  .sec { padding-block: 52px; } .kurye { padding-block: 36px; } .cta { padding-block: 52px; } .ptitle { padding-block: 40px; } .near { padding-block: 40px; }
  .fines, .grid3, .steps, .duo, .duo.k, .fields, .chips2, .kunye { grid-template-columns: 1fr; }
  .qrrow { flex-direction: column; align-items: flex-start; }
  .kunye dd { overflow-wrap: anywhere; }
  .kunye div:nth-child(2n) { padding-left: 0; }
  .neargrid { grid-template-columns: 1fr 1fr; }
  .fine { padding: 24px; flex-direction: row; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; }
  .fine .n { width: 100%; }
  .box, .band, .formbox { padding: 22px; } .person { flex-direction: column; gap: 16px; }
  .timeline { grid-template-columns: 1fr; } .timeline > div { padding: 22px 0 !important; border-left: 0 !important; border-top: 1px solid var(--rule); }
  .foot .cols { grid-template-columns: 1fr; gap: 24px; }
  .caption { flex-direction: column; gap: 2px; }
  .info div { grid-template-columns: 1fr; gap: 2px; }
}
