@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');
/* ============================================================
   CetinsSite - cetins.org Görsel Katmanı (Aşama 1)
   @file assets/theme-cetins.css
   ------------------------------------------------------------
   theme.css'ten SONRA ve head.php'nin dinamik :root <style>'ından
   SONRA yüklenmeli (en son CSS olsun) ki palet override edilsin.
   Renk + tipografi + bölüm başlığı çizgisi + feature kartı +
   kahve->turuncu topografik footer.
   ============================================================ */

:root{
  --ce-orange:#ed7d21;
  --ce-orange-d:#d96f15;
  --ce-coffee-d:#652e1a;
  --ce-coffee-m:#8f553d;
  --ce-coffee-l:#c4802f;
  --ce-caramel:#bf8c54;
  --ce-ink:#272727;
  --ce-lav:#f4f6fb;

  /* Mevcut sistem değişkenlerini cetins paletine çek */
  --site-accent:#ed7d21;
  --site-accent-fg:#ffffff;
  --site-fg:#272727;
  --site-muted:#6b7280;
  /* İçerik genişliği — cetins.org ile eşle (panelde alan yok, burada sabit) */
  --site-max:1200px;
  /* Sayfa/yazı içeriği genişliğini de site genişliğine eşitle */
  --post-max:var(--site-max);
}

/* ---- Tipografi: gövde Inter, başlık Poppins ---- */
body{font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;}
h1,h2,h3,h4,h5,h6,
.blk-heading__title,.blk-feed__title,.blk-blogfeed__title,.blk-features__title,
.blk-faq__title,.blk-tabs__title,.blk-testim__title,.blk-pricing__title,
.blk-timeline__title,.blk-team__title,.blk-cta-sec__heading,.post-title,
.blk-slide__title,.blk-card-post__title,.blk-feature__title,.site-brand{
  font-family:'Poppins',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  font-weight:600;letter-spacing:-.01em;
}

/* ---- Bölüm başlığı üstü turuncu "—" çizgi (cetins imzası) ---- */
.blk-feed__title,.blk-features__title,.blk-faq__title,.blk-tabs__title,
.blk-testim__title,.blk-pricing__title,.blk-timeline__title,.blk-team__title,
.blk-blogfeed__title{position:relative;padding-top:20px;}
.blk-feed__title::before,.blk-features__title::before,.blk-faq__title::before,
.blk-tabs__title::before,.blk-testim__title::before,.blk-pricing__title::before,
.blk-timeline__title::before,.blk-team__title::before,.blk-blogfeed__title::before{
  content:"";position:absolute;top:0;left:0;width:46px;height:3px;border-radius:2px;background:var(--ce-orange);
}
/* Ortalı başlıklarda çizgi de ortalansın */
.blk-features__title::before,.blk-faq__title::before,.blk-tabs__title::before,
.blk-testim__title::before,.blk-pricing__title::before,.blk-timeline__title::before,
.blk-team__title::before{left:50%;transform:translateX(-50%);}

/* ---- Feature kartı: cetins dairesel ikon + hover ---- */
.blk-feature{background:#fff;border:1px solid #eef0f4;border-radius:14px;padding:34px 24px;
  transition:transform .2s,box-shadow .2s;}
.blk-feature:hover,.blk-feature--link:hover{box-shadow:0 16px 40px rgba(39,39,39,.08);transform:translateY(-4px);}
.blk-feature__icon{width:84px;height:84px;margin:0 auto 18px;border-radius:50%;
  background:var(--ce-lav);display:flex;align-items:center;justify-content:center;
  font-size:34px;color:var(--ce-orange);}
.blk-feature__icon-img{width:42px;height:42px;object-fit:contain;}
.blk-feature__more{color:var(--ce-orange);display:inline-flex;align-items:center;gap:5px;margin-top:14px;font-weight:600;}
.blk-feature__more:hover{color:var(--ce-orange-d);}
.blk-feature{text-align:center;}
.blk-feature__title{font-size:19px;margin:0 0 10px;}
.blk-feature__desc{color:#5b6470;font-size:15px;line-height:1.7;margin:0;}
.blk-feature:hover .blk-feature__icon{background:var(--ce-orange);color:#fff;}
.blk-features{padding:clamp(36px,5vw,64px) 0;}

/* ---- Vurgu rengini cetins turuncusuna sabitle ---- */
.blk-card-post__cat,.blk-card-post__price,.post-cat,.search-result__type,
.blk-team-card__role,.blk-timeline__date{color:var(--ce-orange);}
.blk-btn,.blk-cta--solid{background:var(--ce-orange);}
.blk-cta{border-color:var(--ce-orange);}
.blk-cta--outline{color:var(--ce-orange);}
.blk-cta--outline:hover{background:var(--ce-orange);color:#fff;}
.blk-cta-sec--accent{background:var(--ce-orange);}
.blk-page--active{background:var(--ce-orange);border-color:var(--ce-orange);}

/* ---- Header ---- */
.site-header{box-shadow:0 1px 0 rgba(39,39,39,.06);border-bottom:0;}
.site-header__in{height:74px;gap:30px;}
.site-brand__logo{height:52px;}
.site-nav{gap:26px;align-items:center;margin-inline-start:auto;}
.site-nav a{font-size:15px;font-weight:500;}
.site-nav a:hover{color:var(--ce-orange);}
.site-nav__item--has-sub>a::after{content:"+";color:var(--ce-orange);font-weight:600;margin-left:5px;}

/* ============================================================
   FOOTER — kahve->turuncu degrade + topografik nokta dokusu
   (mevcut markup: .site-footer__in > .site-footer__copy + .site-footer__nav
    1b'de logo + sütunlar eklenecek)
   ============================================================ */
.site-footer{
  border-top:0;color:#f3e7da;
  background:
    radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1.5px) 0 0 / 22px 22px,
    linear-gradient(100deg, var(--ce-coffee-d) 0%, var(--ce-coffee-m) 50%, var(--ce-coffee-l) 100%);
}
.site-footer a{color:#f3e7da;}
.site-footer a:hover{color:#fff;}
.site-footer__in{padding-top:40px;padding-bottom:28px;}
.site-footer__copy{color:#e9d6c4;opacity:.9;}
.site-footer__nav a{font-size:14px;}

/* ---- 1b için hazır footer sütun stilleri (markup gelince devreye girer) ---- */
.site-footer__top{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;width:100%;}
.site-footer__brand{display:flex;flex-direction:column;gap:12px;max-width:330px;}
.site-footer__logo{height:54px;width:auto;}
.site-footer__tagline{font-size:13.5px;line-height:1.7;color:#efe0d2;opacity:.92;margin:0;}
.site-footer__col-title{font-family:'Poppins',sans-serif;font-weight:600;font-size:16px;color:#fff;margin:0 0 14px;}
.site-footer__bar{width:100%;margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);
  display:flex;flex-wrap:wrap;gap:10px 20px;align-items:center;justify-content:space-between;font-size:12.5px;}

/* ============================================================
   ÜST BAR — beyaz (cetins.org): mail/tel solda, sosyal+Teklif sağda
   ============================================================ */
.site-topbar{background:#fff;color:#555;font-size:13.5px;border-bottom:1px solid #ededed;}
.site-topbar__in{max-width:var(--site-max);margin:0 auto;padding:9px var(--site-gap);
  display:flex;flex-wrap:wrap;gap:8px 26px;align-items:center;}
.site-topbar__contact{display:inline-flex;align-items:center;gap:8px;color:#555;}
.site-topbar__contact svg{color:var(--ce-orange);flex:0 0 auto;}
.site-topbar__contact:hover{color:var(--ce-orange);}
.site-topbar__contact--phone{color:var(--ce-orange);font-weight:600;}
.site-topbar__right{margin-inline-start:auto;display:flex;align-items:center;gap:18px;}
.site-topbar__social{display:flex;align-items:center;gap:14px;}
.site-topbar__social a{display:inline-flex;color:#9aa0a6;transition:color .15s;}
.site-topbar__social a:hover{color:var(--ce-orange);}
.site-topbar__cta{color:var(--ce-orange);font-weight:700;padding-left:18px;border-left:1px solid #e3e3e3;}
.site-topbar__cta:hover{color:var(--ce-orange-d);}
.site-topbar__langs{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px;padding-left:18px;border-left:1px solid #e3e3e3;}
.site-topbar__langs a{display:inline-flex;align-items:center;}
.site-topbar__langs a{display:inline-flex;opacity:.5;transition:opacity .15s;}
.site-topbar__langs a.is-active,.site-topbar__langs a:hover{opacity:1;}
@media (max-width:768px){
  .site-topbar__in{font-size:12.5px;gap:6px 16px;}
  .site-topbar__cta,.site-topbar__langs{padding-left:0;border-left:0;}
  .site-footer__top{gap:28px;}
}

/* ============================================================
   AŞAMA 1b — footer sütun içerikleri (üst bar stilleri yukarıda)
   ============================================================ */

/* Footer sütunları */
.site-footer__col{min-width:160px;}
.site-footer__social{display:flex;gap:12px;margin-top:4px;}
.site-footer__social a{display:inline-flex;color:#f3e7da;transition:transform .15s,color .15s;}
.site-footer__social a:hover{color:#fff;transform:translateY(-2px);}
.site-footer__contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px;}
.site-footer__contact li{display:flex;align-items:flex-start;gap:9px;font-size:14px;line-height:1.5;color:#efe0d2;}
.site-footer__contact li svg{flex:0 0 auto;margin-top:2px;opacity:.85;}
.site-footer__contact a{color:#efe0d2;}
.site-footer__contact a:hover{color:#fff;}
@media (max-width:768px){
  .site-footer__brand{max-width:none;}
  .site-footer__col{min-width:0;flex:1 1 100%;}
}

/* ============================================================
   ARAMA POPUP — cetins.org gibi ortada açılır arama kutusu
   ============================================================ */
.site-nav__search{background:none;border:0;cursor:pointer;color:inherit;display:inline-flex;align-items:center;padding:4px;}
.site-nav__search:hover{color:var(--ce-orange);}
.site-search-pop{position:fixed;inset:0;z-index:200;display:none;}
.site-search-pop.is-open{display:block;}
.site-search-pop__backdrop{position:absolute;inset:0;background:rgba(20,20,20,.35);}
.site-search-pop__box{position:absolute;top:120px;left:50%;transform:translateX(-50%);
  width:min(560px,92vw);background:#fff;border-radius:12px;
  box-shadow:0 20px 60px rgba(0,0,0,.22);padding:30px 26px 26px;}
.site-search-pop__close{position:absolute;top:10px;right:12px;background:none;border:0;
  cursor:pointer;color:#9aa0a6;display:inline-flex;}
.site-search-pop__close:hover{color:var(--ce-ink);}
.site-search-pop__form{display:flex;align-items:center;gap:8px;
  border:1px solid #e3e3e3;border-radius:8px;padding:6px 6px 6px 18px;}
.site-search-pop__form input{flex:1;border:0;outline:none;background:none;
  font-size:16px;color:var(--ce-ink);font-family:inherit;}
.site-search-pop__form input::placeholder{color:#9aa0a6;}
.site-search-pop__form button[type=submit]{background:none;border:0;cursor:pointer;
  color:var(--ce-ink);display:inline-flex;padding:9px;border-radius:6px;}
.site-search-pop__form button[type=submit]:hover{color:var(--ce-orange);}

/* ============================================================
   HERO — text_image bloğunun "Hero" stili (cetins anasayfa üstü)
   ============================================================ */
.blk-text-image--hero{
  display:grid;grid-template-columns:1.05fr 1.1fr;align-items:center;gap:48px;
  position:relative;padding:clamp(40px,6vw,80px) 0;overflow:visible;
}
.blk-text-image--hero::before{
  content:"";position:absolute;left:-12%;top:-4%;
  width:min(420px,40vw);height:min(460px,46vw);
  background:radial-gradient(circle at 50% 50%, rgba(124,108,255,.16), rgba(124,108,255,0) 70%);
  z-index:-1;pointer-events:none;
}
.blk-text-image--hero .blk-text-image__text{max-width:560px;}
.blk-text-image--hero .blk-text-image__body h1,
.blk-text-image--hero .blk-text-image__body h2,
.blk-text-image--hero .blk-text-image__body h3{
  font-family:'Poppins',system-ui,-apple-system,sans-serif;font-weight:700;color:var(--ce-ink);
  font-size:clamp(32px,4.6vw,56px);line-height:1.08;letter-spacing:-.01em;margin:0 0 20px;
}
.blk-text-image--hero .blk-text-image__body p{
  font-size:17px;line-height:1.75;color:#5b6470;margin:0 0 14px;max-width:520px;
}
.blk-text-image--hero .blk-btn{
  display:inline-block;margin-top:18px;background:var(--ce-orange);color:#fff;
  padding:13px 28px;border-radius:8px;font-weight:600;
  font-family:'Poppins',system-ui,sans-serif;transition:background .15s,transform .15s;
}
.blk-text-image--hero .blk-btn:hover{background:var(--ce-orange-d);color:#fff;transform:translateY(-1px);}
.blk-text-image--hero .blk-text-image__media img{width:100%;height:auto;display:block;border-radius:0;box-shadow:none;}
.blk-text-image--hero.blk-img-left .blk-text-image__text{order:2;}
.blk-text-image--hero.blk-img-left .blk-text-image__media{order:1;}
@media (max-width:860px){
  .blk-text-image--hero{grid-template-columns:1fr;gap:28px;padding:36px 0 44px;}
  .blk-text-image--hero.blk-img-left .blk-text-image__text,
  .blk-text-image--hero.blk-img-left .blk-text-image__media{order:initial;}
  .blk-text-image--hero .blk-text-image__media{max-width:480px;}
  .blk-text-image--hero::before{left:-20%;}
}

/* ============================================================
   "NEDEN BİZ" — text_image gövdesinde başlık + tikli sebep listesi
   ============================================================ */
.blk-text-image__body h1,.blk-text-image__body h2,.blk-text-image__body h3{
  font-family:'Poppins',system-ui,-apple-system,sans-serif;color:var(--ce-ink);
  line-height:1.18;margin:0 0 14px;}
.blk-text-image__body p{color:#5b6470;line-height:1.7;}
.blk-text-image__body ul{list-style:none;padding:0;margin:16px 0;display:grid;gap:12px;}
.blk-text-image__body ul li{position:relative;padding-left:32px;line-height:1.6;color:#3d4450;}
.blk-text-image__body ul li::before{
  content:"";position:absolute;left:0;top:1px;width:20px;height:20px;
  background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><circle cx='10' cy='10' r='10' fill='%23ed7d21'/><path d='M6 10.4l2.6 2.6 5-5.6' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
}
/* hero başlık kuralı yukarıda; burası normal/Neden Biz içindir (hero override eder) */
.blk-text-image--hero .blk-text-image__body ul{display:block;}

/* ============================================================
   PORTFÖY DETAY — sağ bilgi kartı (eski site düzeni)
   ============================================================ */
.single-intro{display:grid;grid-template-columns:1fr 320px;gap:42px;align-items:start;margin:10px 0 34px;}
.single-intro--nocard{grid-template-columns:1fr;}
.single-intro__main .single-lead{font-size:18px;line-height:1.85;color:#3d4450;margin:0;}
.single-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;
  box-shadow:0 12px 34px rgba(39,39,39,.07);padding:26px 24px;display:grid;gap:16px;align-self:start;}
.single-card__row{display:flex;flex-direction:column;gap:3px;}
.single-card__label{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#9aa0a6;}
.single-card__value{font-size:15px;color:var(--ce-ink);line-height:1.5;}
.single-card__link{display:inline-flex;align-items:center;gap:5px;color:var(--ce-orange);font-weight:600;}
.single-card__link:hover{color:var(--ce-orange-d);}
.single-card__share{display:flex;flex-direction:column;gap:9px;border-top:1px solid #eef0f4;padding-top:16px;}
.single-card__share-icons{display:flex;gap:13px;}
.single-card__share-icons a{display:inline-flex;color:#9aa0a6;transition:color .15s;}
.single-card__share-icons a:hover{color:var(--ce-orange);}
@media (max-width:768px){.single-intro{grid-template-columns:1fr;gap:22px;}}
/* Hizmet kartı: fiyat */
.single-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;}
.single-card__price-val{font-family:'Poppins',system-ui,sans-serif;font-size:26px;font-weight:700;color:var(--ce-orange);line-height:1.1;}
.single-card__price-label{font-size:14px;color:#9aa0a6;}

/* ============================================================
   SSS (faq bloğu) — akordeon, cetins stili (+/− turuncu)
   ============================================================ */
.blk-faq{max-width:880px;margin:0 auto;padding:clamp(36px,5vw,64px) 0;}
.blk-faq__title{font-family:'Poppins',system-ui,-apple-system,sans-serif;color:var(--ce-ink);
  text-align:center;margin:0 0 28px;}
.blk-faq__list{display:grid;gap:12px;}
.blk-faq__item{background:#fff;border:1px solid #eef0f4;border-radius:12px;
  box-shadow:0 6px 20px rgba(39,39,39,.04);overflow:hidden;}
.blk-faq__q{list-style:none;cursor:pointer;position:relative;
  padding:18px 54px 18px 22px;font-family:'Poppins',system-ui,sans-serif;
  font-weight:600;font-size:16px;color:var(--ce-ink);}
.blk-faq__q::-webkit-details-marker{display:none;}
.blk-faq__q::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);
  font-size:24px;font-weight:400;line-height:1;color:var(--ce-orange);}
.blk-faq__item[open] .blk-faq__q{color:var(--ce-orange);}
.blk-faq__item[open] .blk-faq__q::after{content:"\2212";}
.blk-faq__a{padding:0 22px 20px;color:#5b6470;line-height:1.75;}

/* ============================================================
   BLOG (blogfeed bloğu) — yazı kartları, cetins stili
   ============================================================ */
.blk-blogfeed{padding:clamp(36px,5vw,64px) 0;}
.blk-blogfeed__title{font-family:'Poppins',system-ui,-apple-system,sans-serif;color:var(--ce-ink);
  text-align:center;margin:0 0 30px;}
.blk-card-post{display:flex;flex-direction:column;background:#fff;border:1px solid #eef0f4;
  border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(39,39,39,.05);
  transition:transform .18s,box-shadow .18s;height:100%;color:inherit;}
.blk-card-post:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(39,39,39,.10);}
.blk-card-post__img{aspect-ratio:16/10;background-size:cover;background-position:center;background-color:#f1f3f7;}
.blk-card-post__img--empty{background:linear-gradient(135deg,#f1f3f7,#e7eaf0);}
.blk-card-post__body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:9px;flex:1;}
.blk-card-post__cat{align-self:flex-start;font-size:12px;font-weight:600;letter-spacing:.04em;
  text-transform:uppercase;color:var(--ce-orange);}
.blk-card-post__title{font-family:'Poppins',system-ui,sans-serif;font-size:18px;font-weight:600;
  color:var(--ce-ink);margin:0;line-height:1.35;transition:color .15s;}
.blk-card-post:hover .blk-card-post__title{color:var(--ce-orange);}
.blk-card-post__excerpt{color:#5b6470;font-size:14.5px;line-height:1.6;margin:0;}
.blk-card-post__date{margin-top:auto;color:#9aa0a6;font-size:13px;}

/* ============================================================
   BLOG SIDEBAR (menü-tabanlı widget'lar)
   ============================================================ */
.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:40px;align-items:start;}
.blog-layout--full{grid-template-columns:minmax(0,1fr);}
.blog-layout__main{min-width:0;}
.blog-layout__sidebar{display:flex;flex-direction:column;gap:24px;position:sticky;top:90px;}
@media (max-width:900px){
  .blog-layout{grid-template-columns:1fr;gap:32px;}
  .blog-layout__sidebar{position:static;}
}
.sidebar-widget{background:#fff;border:1px solid #eef0f4;border-radius:14px;
  padding:20px 20px 22px;box-shadow:0 6px 20px rgba(39,39,39,.04);}
.sidebar-widget__title{font-family:'Poppins',system-ui,sans-serif;font-size:17px;font-weight:600;
  color:var(--ce-ink);margin:0 0 16px;padding-bottom:12px;position:relative;}
.sidebar-widget__title::after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;
  border-radius:2px;background:var(--ce-orange);}
/* Arama */
.sidebar-search{display:flex;border:1px solid #e3e7ee;border-radius:10px;overflow:hidden;}
.sidebar-search input{flex:1;border:0;padding:11px 14px;font-size:14px;outline:none;background:#fff;color:var(--ce-ink);min-width:0;}
.sidebar-search button{border:0;background:var(--ce-orange);color:#fff;padding:0 16px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;transition:background .15s;}
.sidebar-search button:hover{background:var(--ce-orange-d);}
/* Son Yazılar */
.sidebar-posts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;}
.sidebar-posts a{display:flex;gap:12px;align-items:center;color:inherit;}
.sidebar-posts__thumb{flex:0 0 56px;width:56px;height:56px;border-radius:8px;background-size:cover;
  background-position:center;background-color:#f1f3f7;}
.sidebar-posts__info{display:flex;flex-direction:column;gap:3px;min-width:0;}
.sidebar-posts__t{font-size:14px;font-weight:600;color:var(--ce-ink);line-height:1.35;transition:color .15s;}
.sidebar-posts a:hover .sidebar-posts__t{color:var(--ce-orange);}
.sidebar-posts__d{font-size:12px;color:#9aa0a6;}
/* Liste (Kategoriler / Arşivler) */
.sidebar-list{list-style:none;margin:0;padding:0;}
.sidebar-list li{display:flex;justify-content:space-between;align-items:center;gap:10px;
  padding:9px 0;border-bottom:1px solid #f1f3f7;}
.sidebar-list li:last-child{border-bottom:0;}
.sidebar-list a{color:var(--ce-ink);font-size:14.5px;transition:color .15s;}
.sidebar-list a:hover{color:var(--ce-orange);}
.sidebar-list__count{flex:0 0 auto;min-width:24px;text-align:center;font-size:12px;font-weight:600;
  color:var(--ce-orange);background:#fff4ea;border-radius:20px;padding:2px 9px;}
/* Etiketler */
.sidebar-tags{display:flex;flex-wrap:wrap;gap:8px;}
.sidebar-tags a{font-size:13px;color:#5b6470;background:#f4f6f9;border:1px solid #eef0f4;
  border-radius:20px;padding:6px 13px;transition:background .15s,color .15s,border-color .15s;}
.sidebar-tags a:hover{color:#fff;background:var(--ce-orange);border-color:var(--ce-orange);}
/* Son Yorumlar */
.sidebar-comments{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;}
.sidebar-comments li{display:flex;flex-direction:column;gap:3px;padding-bottom:12px;border-bottom:1px solid #f1f3f7;}
.sidebar-comments li:last-child{border-bottom:0;padding-bottom:0;}
.sidebar-comments__who{font-weight:600;font-size:14px;color:var(--ce-ink);}
.sidebar-comments__txt{font-size:13px;color:#5b6470;line-height:1.5;}
.sidebar-comments__on{font-size:12.5px;color:var(--ce-orange);}
.sidebar-comments__on:hover{text-decoration:underline;}
/* Normal sidebar link / boş */
.sidebar-link{display:block;color:var(--ce-ink);font-weight:600;font-size:15px;}
.sidebar-link:hover{color:var(--ce-orange);}
.sidebar-empty{margin:0;color:#9aa0a6;font-size:14px;}