/* Archivo ve Petrona, ikisi de SIL Open Font License. Pakete gömüldü:
   dış istek yok, render engelleyen üçüncü taraf bağlantısı yok. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/statik/fonts/archivo-normal-400_900-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/statik/fonts/archivo-normal-400_900-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Petrona';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('/statik/fonts/petrona-italic-400_500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Petrona';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('/statik/fonts/petrona-italic-400_500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Petrona';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/statik/fonts/petrona-normal-400_600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Petrona';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/statik/fonts/petrona-normal-400_600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Sedef Buğday — sedefbugday.com
   Dünya: İznik. Kobalt zemin, firuze ve beyaz motif, bolu kırmızısı vurgu.
   Bütün süsleme bu site için SVG ile çizildi. */

:root {
  --kobalt: #16418C; --kobalt-koyu: #0F2E6E; --kobalt-ac: #E8EEF9;
  --firuze: #1B8791; --firuze-ac: #E4F2F3;
  --bolu:   #C0392B; --bolu-ac: #FBEFED;
  --murekkep: #16202E; --sis: #5D6B7C; --cizgi: #E3E7EE;
  --kagit: #FBFAF6; --beyaz: #FFFFFF;
  --yumusak: cubic-bezier(.16,.84,.32,1);
}

* { box-sizing: border-box; }

body {
  margin: 0; background: var(--kagit); color: var(--murekkep);
  font-family: "Petrona", Georgia, "Times New Roman", serif;
  font-size: 19px; line-height: 1.62; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--firuze); outline-offset: 3px; }
p, h1, h2, h3, h4 { margin: 0; }
h1, h2, h3 { text-wrap: balance; }

h1, h2, h3, h4, .mrk, .dgm, .etk, label, .dad, .nrd, .sss-s, .kirinti, .kart-ad, .yzi-ad {
  font-family: "Archivo", system-ui, -apple-system, sans-serif;
}

.kap { max-width: 1160px; margin: 0 auto; padding-inline: 26px; }
.dar { max-width: 820px; }

.dgm {
  font-family: "Archivo", sans-serif; font-size: 13.5px; font-weight: 700;
  padding: 15px 30px; text-decoration: none; display: inline-block;
  border: 2px solid transparent; cursor: pointer; border-radius: 0;
}
.dgm.bir {
  background: var(--kobalt); color: #fff; box-shadow: 6px 6px 0 var(--firuze);
  transition: box-shadow .18s var(--yumusak), transform .18s var(--yumusak);
}
.dgm.bir:hover { box-shadow: 3px 3px 0 var(--firuze); transform: translate(3px,3px); }
.dgm.iki { color: var(--kobalt); border-color: var(--kobalt); transition: background-color .18s, color .18s; }
.dgm.iki:hover { background: var(--kobalt); color: #fff; }

/* ── üst ── */
.ust { background: var(--beyaz); border-bottom: 1px solid var(--cizgi); }
.ust-ic { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-block: 16px; }
.mrk { font-weight: 800; font-size: 1.16rem; letter-spacing: -.02em; text-decoration: none; color: var(--kobalt); }
.ust nav { display: flex; gap: 20px; flex-wrap: wrap; }
.ust nav a { font-family: "Archivo", sans-serif; font-size: 13.5px; font-weight: 600; color: var(--sis); text-decoration: none; }
.ust nav a:hover { color: var(--firuze); }
.ust nav a[aria-current="page"] { color: var(--kobalt); border-bottom: 2px solid var(--firuze); }

/* ── ana sayfa kahramanı ── */
.kahraman { position: relative; overflow: hidden; background: var(--beyaz); }
.motif-sag { position: absolute; right: -10%; top: -18%; width: 54%; min-width: 430px; color: var(--firuze); opacity: .22; pointer-events: none; animation: gir 1.1s var(--yumusak) backwards; }
.motif-sol { position: absolute; left: -14%; bottom: -34%; width: 30%; min-width: 240px; color: var(--kobalt); opacity: .1; pointer-events: none; transform: scaleX(-1); animation: gir 1.2s .1s var(--yumusak) backwards; }
@keyframes gir { from { transform: translate(26px,-18px) rotate(-5deg); opacity: 0; } }
@keyframes yuksel { from { transform: translateY(14px); opacity: 0; } }

.kh-ic { position: relative; display: grid; grid-template-columns: 1.14fr .86fr; gap: clamp(28px,5vw,62px); align-items: center; padding-block: clamp(42px,6.5vw,88px); }
.etk { font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--firuze); display: flex; align-items: center; gap: 9px; animation: yuksel .7s var(--yumusak) backwards; }
.etk svg { color: var(--bolu); flex: none; }
.kahraman h1 { font-size: clamp(2.5rem,6.8vw,4.9rem); line-height: .99; letter-spacing: -.042em; font-weight: 800; color: var(--kobalt); margin-top: 18px; animation: yuksel .8s .07s var(--yumusak) backwards; }
.kahraman h1 em { font-style: normal; color: var(--bolu); }
.ozt { font-size: 1.12rem; color: #3C4A5C; margin-top: 24px; max-width: 52ch; animation: yuksel .8s .14s var(--yumusak) backwards; }
.dgmler { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 32px; animation: yuksel .8s .21s var(--yumusak) backwards; }
.kyt { font-family: "Archivo", sans-serif; font-size: 12.5px; color: var(--sis); margin-top: 20px; max-width: 50ch; line-height: 1.6; animation: yuksel .8s .27s var(--yumusak) backwards; }

.portre { position: relative; animation: gir 1s .12s var(--yumusak) backwards; }
.portre img { aspect-ratio: 4/5; object-fit: cover; clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); }
.portre .cerceve { position: absolute; inset: -16px; border: 2px solid var(--kobalt); opacity: .32; clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); pointer-events: none; }

/* ── alt sayfa başlığı ── */
.sayfa-bas { background: var(--beyaz); position: relative; overflow: hidden; border-bottom: 1px solid var(--cizgi); }
.sayfa-bas .motif-sag { top: -26%; width: 42%; min-width: 360px; opacity: .17; color: var(--sb-renk, var(--firuze)); }
.sayfa-bas-ic { position: relative; padding-block: clamp(26px,4vw,44px) clamp(34px,5vw,58px); }
.kirinti { font-size: 11.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--sis); display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.kirinti a { text-decoration: none; color: var(--sb-renk, var(--kobalt)); }
.kirinti a:hover { text-decoration: underline; }
.kirinti svg { color: var(--sb-renk, var(--bolu)); flex: none; }
.sayfa-bas h1 { font-size: clamp(2.1rem,5.4vw,3.7rem); line-height: 1.02; letter-spacing: -.038em; font-weight: 800; color: var(--sb-renk, var(--kobalt)); margin-top: 16px; max-width: 20ch; }
.sayfa-bas .giris { font-size: 1.14rem; color: #3C4A5C; margin-top: 20px; max-width: 58ch; }
.sayfa-bas .dgmler { margin-top: 28px; animation: none; }
.sayfa-bas .kyt { animation: none; }
.sayfa-bas .dgm.bir { background: var(--sb-renk, var(--kobalt)); box-shadow: 6px 6px 0 var(--sb-golge, var(--firuze)); }
.sayfa-bas .dgm.bir:hover { box-shadow: 3px 3px 0 var(--sb-golge, var(--firuze)); }
.sayfa-bas .dgm.iki { color: var(--sb-renk, var(--kobalt)); border-color: var(--sb-renk, var(--kobalt)); }
.sayfa-bas .dgm.iki:hover { background: var(--sb-renk, var(--kobalt)); color: #fff; }

/* ── güven şeridi ── */
.guven { background: var(--kobalt-ac); border-block: 1px solid #D3DEF0; }
.guven-ic { display: flex; flex-wrap: wrap; gap: 10px 0; padding-block: 15px; }
.guven-ic > div { display: flex; align-items: center; gap: 11px; padding-inline: 20px; flex: 1 1 auto; }
.guven-ic > div:first-child { padding-left: 0; }
.guven-ic span { font-family: "Archivo", sans-serif; font-size: 12.5px; font-weight: 600; color: #274A86; line-height: 1.35; }
.guven-ic svg { color: var(--firuze); flex: none; }

/* ── bordürler ── */
.bordur {
  background: var(--kobalt); border-top: 4px solid var(--kobalt-koyu); border-bottom: 4px solid var(--kobalt-koyu);
  box-shadow: inset 0 6px 0 -3px rgba(168,196,236,.5), inset 0 -6px 0 -3px rgba(168,196,236,.5); line-height: 0;
}
.bordur svg { display: block; width: 100%; height: 124px; }
.bordur.ince { border-width: 3px; box-shadow: none; }
.bordur.ince svg { height: 46px; }

/* ── bölümler ── */
.bol { padding-block: clamp(48px,7vw,92px); }
.bol.beyaz { background: var(--beyaz); }
.bol.sik { padding-block: clamp(38px,5.5vw,66px); }
h2 { font-size: clamp(1.85rem,4.1vw,2.9rem); line-height: 1.08; letter-spacing: -.032em; font-weight: 800; color: var(--kobalt); }
.bol.renkli h2 { color: var(--sb-renk, var(--kobalt)); }
h3.ara { font-size: 1.3rem; font-weight: 800; letter-spacing: -.02em; color: var(--murekkep); }
.alt { color: var(--sis); margin-top: 15px; max-width: 64ch; font-size: 1.04rem; }
.metin { max-width: 64ch; }
.metin p { margin-top: 17px; font-size: 1.05rem; }
.metin p:first-child { margin-top: 22px; }
.metin p.ilk::first-letter { float: left; font-family: "Archivo", sans-serif; font-weight: 900; font-size: 3.5em; line-height: .78; padding: .04em .11em 0 0; color: var(--bolu); }

.hk { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(26px,4.5vw,54px); align-items: start; }

/* ── durum listesi: okuyanın kendini tanıdığı satırlar ── */
.durumlar { display: grid; grid-template-columns: repeat(auto-fit,minmax(272px,1fr)); gap: 2px; margin-top: 32px; background: var(--cizgi); border: 1px solid var(--cizgi); }
.durumlar > div { background: var(--beyaz); padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 9px; }
.durumlar svg { color: var(--sb-renk, var(--kobalt)); flex: none; }
.durumlar b { font-family: "Archivo", sans-serif; font-size: 1.02rem; font-weight: 700; line-height: 1.3; }
.durumlar span { color: var(--sis); font-size: .99rem; line-height: 1.52; }

/* ── yöntem ── */
.yontem { margin-top: 34px; border-top: 2px solid var(--sb-renk, var(--kobalt)); }
.yontem > div { display: grid; grid-template-columns: 52px 1fr; gap: 0 20px; padding-block: 22px; border-bottom: 1px solid var(--cizgi); align-items: start; }
.yontem .sira { display: flex; align-items: center; justify-content: center; width: 40px; height: 45px; background: var(--sb-renk, var(--kobalt)); color: #fff; font-family: "Archivo", sans-serif; font-weight: 800; font-size: 15px; clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); }
.yontem b { font-family: "Archivo", sans-serif; font-size: 1.08rem; display: block; margin-bottom: 6px; }
.yontem span { color: var(--sis); font-size: 1.01rem; line-height: 1.55; display: block; max-width: 62ch; }

/* ── kapsam kutuları ── */
.kapsam { display: grid; grid-template-columns: repeat(auto-fit,minmax(258px,1fr)); gap: 18px; margin-top: 32px; }
.kapsam > div { border: 1px solid var(--cizgi); background: var(--beyaz); padding: 22px; display: flex; flex-direction: column; gap: 8px; border-top: 3px solid var(--sb-renk, var(--kobalt)); }
.kapsam b { font-family: "Archivo", sans-serif; font-size: 1.02rem; font-weight: 700; }
.kapsam span { color: var(--sis); font-size: .99rem; line-height: 1.52; }

/* ── ana sayfa ders listesi ── */
.grup { margin-top: 38px; }
.gbas { display: flex; align-items: center; gap: 10px 16px; flex-wrap: wrap; background: var(--gr); color: #fff; padding: 13px 20px; }
.gbas h3 { font-size: 1.14rem; font-weight: 700; letter-spacing: -.01em; }
.gbas .nrd { font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-left: auto; opacity: .86; }
.gbas svg { flex: none; opacity: .9; }
.g1 { --gr: var(--kobalt); --gr-ac: var(--kobalt-ac); }
.g2 { --gr: var(--bolu);   --gr-ac: var(--bolu-ac); }
.g3 { --gr: var(--firuze); --gr-ac: var(--firuze-ac); }

.dersler { border: 1px solid var(--cizgi); border-top: none; background: var(--beyaz); }
.ders { display: grid; grid-template-columns: 46px .54fr 1.46fr; gap: 4px clamp(14px,2.6vw,34px); padding: 22px 18px; border-bottom: 1px solid #EFF2F6; align-items: start; transition: background-color .18s; }
.ders:last-child { border-bottom: none; }
.ders:hover { background: var(--gr-ac); }
.ders .ikn { color: var(--gr); padding-top: 3px; }
.dad { font-weight: 700; font-size: 1.08rem; line-height: 1.26; letter-spacing: -.015em; }
.dad a { text-decoration: none; }
.dad a:hover { color: var(--gr); text-decoration: underline; text-underline-offset: 3px; }
.drm { font-style: italic; color: var(--gr); font-size: 1.02rem; line-height: 1.45; }
.dne { color: var(--sis); font-size: 1.01rem; line-height: 1.55; max-width: 54ch; margin-top: 7px; }
.dkn { font-family: "Archivo", sans-serif; font-size: 11.5px; font-weight: 600; color: var(--gr); margin-top: 10px; }
.dbag { font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700; margin-top: 11px; }
.dbag a { color: var(--gr); text-decoration: none; border-bottom: 1.5px solid currentColor; padding-bottom: 1px; }

/* ── adımlar (ana sayfa) ── */
.adimlar { display: grid; grid-template-columns: repeat(auto-fit,minmax(206px,1fr)); gap: 30px 34px; margin-top: 40px; counter-reset: c; }
.adim { counter-increment: c; }
.adim::before { content: counter(c); display: flex; align-items: center; justify-content: center; width: 40px; height: 45px; background: var(--firuze); color: #fff; font-family: "Archivo", sans-serif; font-weight: 800; font-size: 15px; clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); margin-bottom: 15px; }
.adim b { font-family: "Archivo", sans-serif; font-size: 1.06rem; display: block; margin-bottom: 6px; }
.adim span { color: var(--sis); font-size: 1rem; line-height: 1.52; }

/* ── sık sorulanlar ── */
.sss { margin-top: 34px; border-top: 2px solid var(--sb-renk, var(--kobalt)); }
.sss details { border-bottom: 1px solid var(--cizgi); }
.sss summary { display: flex; align-items: center; gap: 14px; padding: 19px 4px; cursor: pointer; list-style: none; }
.sss summary::-webkit-details-marker { display: none; }
.sss-s { font-size: 1.05rem; font-weight: 700; letter-spacing: -.01em; color: var(--murekkep); }
.sss .isr { margin-left: auto; color: var(--sb-renk, var(--kobalt)); flex: none; transition: transform .22s var(--yumusak); }
.sss details[open] .isr { transform: rotate(45deg); }
.sss .cvp { color: var(--sis); font-size: 1.02rem; line-height: 1.62; padding: 0 4px 22px 34px; max-width: 70ch; }
.sss .cvp p + p { margin-top: 13px; }

/* ── künye / dayanak ── */
.kunye { display: grid; grid-template-columns: repeat(auto-fit,minmax(266px,1fr)); gap: 0 clamp(22px,4vw,46px); margin-top: 32px; }
.kunye div { padding-block: 15px; border-bottom: 1px solid var(--cizgi); }
.kunye b { display: block; font-family: "Archivo", sans-serif; font-size: .99rem; font-weight: 700; }
.kunye span { display: block; color: var(--sis); font-size: .94rem; margin-top: 3px; line-height: 1.45; }

/* ── ilgili dersler ── */
.ilgili { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 18px; margin-top: 30px; }
.kart { border: 1px solid var(--cizgi); background: var(--beyaz); padding: 22px; display: flex; flex-direction: column; gap: 9px; text-decoration: none; transition: border-color .18s, transform .18s var(--yumusak); border-left: 3px solid var(--kr, var(--kobalt)); }
.kart:hover { border-color: var(--kr, var(--kobalt)); transform: translateY(-2px); }
.kart-ad { font-size: 1.06rem; font-weight: 700; letter-spacing: -.015em; color: var(--kr, var(--kobalt)); }
.kart span { color: var(--sis); font-size: .98rem; line-height: 1.5; }
.kart em { font-style: normal; font-family: "Archivo", sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--sis); margin-top: 3px; }

/* ── yazılar ── */
.yzi-liste { margin-top: 34px; border-top: 2px solid var(--kobalt); }
.yzi { display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; padding-block: 24px; border-bottom: 1px solid var(--cizgi); align-items: start; }
.yzi-ad { font-size: 1.16rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.28; }
.yzi p { color: var(--sis); font-size: 1.01rem; line-height: 1.55; max-width: 62ch; margin-top: 7px; }
.yzi .rozet { font-family: "Archivo", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--bolu); border: 1.5px dashed var(--bolu); padding: 5px 10px; white-space: nowrap; }
.yzi .kimlik { font-family: "Archivo", sans-serif; font-size: 11.5px; font-weight: 600; color: var(--firuze); margin-top: 9px; }

/* ── yuva + görüş ── */
.yuva, .gorus { border: 2px dashed var(--bolu); background: var(--bolu-ac); padding: 21px; }
.yuva { display: flex; flex-direction: column; justify-content: flex-end; gap: 7px; min-height: 180px; }
.yuva b, .gorus .et { font-family: "Archivo", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--bolu); }
.yuva span, .gorus p, .gorus .kim { color: #7C6560; font-size: 13px; line-height: 1.5; }
.gorusler { display: grid; grid-template-columns: repeat(auto-fit,minmax(248px,1fr)); gap: 18px; margin-top: 30px; }
.gorus { display: flex; flex-direction: column; gap: 11px; }
.gorus p { font-style: italic; font-size: 1.01rem; }

/* ── form ── */
.ilt { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(26px,4.5vw,54px); align-items: start; }
form { display: flex; flex-direction: column; gap: 16px; }
.aln { display: flex; flex-direction: column; gap: 6px; }
.cft { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--sis); }
input, select, textarea { font-family: inherit; font-size: 1.02rem; padding: 13px 14px; width: 100%; border: 1px solid #D3DBE6; background: var(--beyaz); color: var(--murekkep); border-radius: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--kobalt); }
textarea { min-height: 110px; resize: vertical; line-height: 1.5; }
.zor { font-style: normal; font-size: 9.5px; font-weight: 700; letter-spacing: .12em; color: var(--bolu); margin-left: 5px; }
input:user-invalid, textarea:user-invalid { border-color: var(--bolu); }

.not { font-family: "Archivo", sans-serif; font-size: 12px; color: var(--sis); line-height: 1.55; border-left: 2px solid var(--cizgi); padding-left: 12px; }
.not[data-tur="hata"] { color: var(--bolu); border-left-color: var(--bolu); font-weight: 600; }
.not[data-tur="tamam"] { color: #1B6B4A; border-left-color: #1B6B4A; font-weight: 600; }
.not[data-tur="bekliyor"] { color: var(--sis); border-left-color: var(--firuze); }
.ilt .dgm.bir { background: var(--sb-renk, var(--kobalt)); box-shadow: 6px 6px 0 var(--sb-golge, var(--firuze)); }
.ilt .dgm.bir:hover { box-shadow: 3px 3px 0 var(--sb-golge, var(--firuze)); }

/* ── alt bilgi ── */
.altbilgi { background: var(--kobalt); color: #C5D3EC; padding-block: clamp(38px,5vw,62px) 40px; }
.altbilgi-ic { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 28px; }
.altbilgi b { font-family: "Archivo", sans-serif; font-size: 1.45rem; font-weight: 800; color: #fff; display: block; margin-bottom: 10px; letter-spacing: -.02em; }
.altbilgi p, .altbilgi li { font-family: "Archivo", sans-serif; font-size: 13px; line-height: 1.68; }
.altbilgi h4 { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #8FA9D6; margin-bottom: 11px; }
.altbilgi ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.altbilgi ul a { text-decoration: none; color: #C5D3EC; }
.altbilgi ul a:hover { color: #fff; }

@media (prefers-reduced-motion: reduce) { *, *::before { animation: none !important; transition: none !important; } }

@media (max-width: 900px) {
  .kh-ic, .hk, .ilt { grid-template-columns: 1fr; }
  .portre { max-width: 330px; }
  .ders { grid-template-columns: 34px 1fr; }
  .ders > div:last-child { grid-column: 2; }
  .motif-sag { width: 92%; right: -28%; opacity: .13; }
  .motif-sol { display: none; }
  .guven-ic > div { flex: 1 1 46%; padding-inline: 0; }
  .altbilgi-ic { grid-template-columns: 1fr 1fr; }
  .yontem > div { grid-template-columns: 44px 1fr; gap: 0 16px; }
}

@media (max-width: 560px) {
  .altbilgi-ic { grid-template-columns: 1fr; }
  .yzi { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  body { font-size: 18px; }
  .kap { padding-inline: 16px; }
  .cft { grid-template-columns: 1fr; }
  .bordur svg { height: 96px; }
}

.yzi .rozet.yayinda { color: var(--firuze); border-style: solid; border-color: var(--firuze); }
.yzi-ad a { text-decoration: none; }
.yzi-ad a:hover { color: var(--firuze); text-decoration: underline; text-underline-offset: 3px; }

/* ── marka kilidi ── */
.mrk { display: inline-flex; align-items: center; gap: 10px; }
.mrk-im { color: var(--kobalt); flex: none; }
.altbilgi .alt-im { color: #8FA9D6; margin-bottom: 12px; }
