
:root{--kagit:#FFFDF7;--murekkep:#1A2E35;--akdeniz:#0E7C86;--narenciye:#FF7A1A;--kum:#F4EDE1;--cizgi:#E9E1D3}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Manrope',system-ui,sans-serif;background:var(--kagit);color:var(--murekkep);line-height:1.7}
.wrap{max-width:780px;margin-inline:auto;padding:32px 20px 72px}
.ust{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:34px}
.marka{display:flex;align-items:center;gap:10px;font-weight:800;font-size:16px;text-decoration:none;color:var(--murekkep)}
.marka svg{width:30px;height:30px}
.geri{font-weight:800;font-size:14px;color:var(--akdeniz);text-decoration:none}
.geri:hover{color:var(--narenciye)}
h1{font-size:clamp(26px,5vw,36px);font-weight:800;line-height:1.15;letter-spacing:-.01em}
.tarih{font-size:13.5px;font-weight:700;color:var(--akdeniz);margin:8px 0 26px}
.ozet{background:#FFF4E8;border:1px solid #FFD9B8;border-left:5px solid var(--narenciye);border-radius:14px;padding:20px 22px;margin-bottom:34px}
.ozet h2{font-size:14px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--narenciye);margin-bottom:10px}
.ozet ul{list-style:none;display:grid;gap:8px}
.ozet li{display:flex;gap:9px;font-size:15px;font-weight:600}
.ozet li::before{content:"";width:8px;height:8px;border-radius:2px;background:var(--narenciye);flex:none;margin-top:8px}
h2.bolum{font-size:19px;font-weight:800;margin:30px 0 10px}
p,li.duz{font-size:15.5px;color:#2B3F47;margin-bottom:12px}
ul.liste{margin:0 0 12px 20px}
ul.liste li{font-size:15.5px;color:#2B3F47;margin-bottom:6px}
a{color:var(--akdeniz);font-weight:700}
.alt{margin-top:44px;padding-top:20px;border-top:1px solid var(--cizgi);font-size:13.5px;color:#5B6E75}
@media (max-width:560px){
  .ozet{padding:18px 16px}
  .ozet ul{min-width:0}
  .ozet li{display:block;position:relative;min-width:0;padding-left:17px;overflow-wrap:anywhere}
  .ozet li::before{position:absolute;left:0;top:.62em;margin:0}
}
