*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:#f4f8ff;color:#0f172a}
a{color:inherit}
img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 5vw;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid #dbe7f7}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}
.brand-mark{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 28px rgba(37,99,235,.25);flex:0 0 auto}
.brand strong{display:block;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand small{display:block;color:#64748b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nav{display:flex;align-items:center;gap:6px}
.nav a{text-decoration:none;font-weight:800;color:#334155;padding:10px 12px;border-radius:14px}
.nav a:hover{background:#eef4ff;color:#1d4ed8}
.nav .game-link{background:#0f172a;color:#fff}
.menu-btn{display:none;border:0;border-radius:12px;background:#eef4ff;padding:10px 12px;font-weight:900}
.hero{display:grid;gap:40px;align-items:center;padding:70px 5vw;background:radial-gradient(circle at 10% 8%,rgba(37,99,235,.16),transparent 26%),radial-gradient(circle at 85% 18%,rgba(124,58,237,.14),transparent 28%),linear-gradient(180deg,#f8fbff,#edf4ff)}
.hero h1{font-size:clamp(44px,7vw,82px);line-height:.96;letter-spacing:-3px;margin:14px 0}
.hero p{font-size:20px;line-height:1.65;color:#475569;max-width:700px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,rgba(37,99,235,.11),rgba(124,58,237,.10));color:#1d4ed8;border:1px solid rgba(37,99,235,.13);border-radius:999px;padding:8px 12px;font-weight:900;font-size:13px}
.hero-actions,.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.trust-row span{background:#fff;border:1px solid #dbe7f7;border-radius:999px;padding:9px 12px;color:#475569;font-weight:800}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border:0;border-radius:16px;padding:13px 17px;font-weight:900;cursor:pointer}
.btn.primary{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 18px 38px rgba(37,99,235,.24)}
.btn.primary.light{background:#fff;color:#1d4ed8}
.btn.soft{background:#fff;color:#1d4ed8;border:1px solid #dbe7f7}
.hero-visual{position:relative;min-height:420px}
.orb{position:absolute;border-radius:999px;filter:blur(4px);opacity:.8}
.orb1{width:260px;height:260px;background:rgba(37,99,235,.18);top:10%;left:8%}
.orb2{width:220px;height:220px;background:rgba(124,58,237,.16);right:8%;bottom:10%}
.glass-card{position:absolute;inset:60px 20px auto auto;width:min(390px,90%);background:rgba(255,255,255,.78);backdrop-filter:blur(18px);border:1px solid rgba(219,231,247,.9);border-radius:30px;box-shadow:0 30px 80px rgba(15,23,42,.13);padding:28px}
.glass-card strong{font-size:34px}
.glass-card p{font-size:16px}
.glass-card a{font-weight:900;color:#1d4ed8}
.section{padding:70px 5vw}
.section-head{max-width:760px;margin-bottom:26px}
.section-head.inline{max-width:none;display:flex;justify-content:space-between;gap:20px;align-items:end}
.section-head h1,.section-head h2{font-size:clamp(32px,4vw,52px);letter-spacing:-1.6px;margin:12px 0}
.section-head p,.lead{color:#64748b;font-size:18px;line-height:1.65}
.feature-grid,.card-grid{display:grid;gap:18px}
.feature,.content-card,.admin-card{background:#fff;border:1px solid #dbe7f7;border-radius:24px;box-shadow:0 18px 48px rgba(15,23,42,.08)}
.feature{padding:24px}
.feature span{font-size:34px}
.feature h3,.content-card h3{font-size:22px}
.feature p,.content-card p{color:#64748b;line-height:1.55}
.content-card{overflow:hidden}
.content-card .media{height:190px;background:#eaf1ff;display:block;text-decoration:none}
.placeholder{height:100%;display:grid;place-items:center;font-size:64px;font-weight:900;color:#1d4ed8;background:linear-gradient(135deg,#eaf1ff,#f8fbff)}
.content-card .media img{width:100%;height:100%;object-fit:cover}
.content-card .content{padding:18px}
.chip{display:inline-block;background:#eef4ff;color:#1d4ed8;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}
.content-card h3 a{text-decoration:none}
.game-cta{margin:35px 5vw;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1d4ed8,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:0 28px 70px rgba(37,99,235,.25)}
.game-cta .eyebrow{background:rgba(255,255,255,.15);color:#fff;border-color:rgba(255,255,255,.2)}
.game-cta h2{font-size:clamp(30px,5vw,58px);margin:12px 0}
.game-cta p{font-size:18px;line-height:1.6;color:#dbeafe}
.split{display:grid;gap:26px}
.mini-list{display:grid;gap:12px}
.list-item{display:flex;gap:12px;align-items:center;text-decoration:none;background:#fff;border:1px solid #dbe7f7;border-radius:20px;padding:15px;box-shadow:0 12px 34px rgba(15,23,42,.06)}
.list-item span{font-size:26px}
.list-item strong{display:block}
.list-item small{display:block;color:#64748b;margin-top:4px}
.gallery-grid{display:grid;gap:12px}
.gallery-grid a{position:relative;min-height:160px;overflow:hidden;border-radius:20px;background:#eaf1ff;text-decoration:none;border:1px solid #dbe7f7}
.gallery-grid img,.gallery-grid .placeholder{width:100%;height:100%;object-fit:cover}
.gallery-grid span{position:absolute;left:10px;right:10px;bottom:10px;background:rgba(15,23,42,.78);color:#fff;border-radius:12px;padding:8px;font-size:13px;font-weight:800}
.contact-strip{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff;margin:50px 5vw;border:1px solid #dbe7f7;border-radius:28px;box-shadow:0 18px 50px rgba(15,23,42,.08)}
.article-page,.contact-page{padding:70px 5vw;max-width:1120px;margin:0 auto}
.article-page h1,.contact-page h1{font-size:clamp(34px,5vw,64px);line-height:1.02;letter-spacing:-2px}
.article-cover{border-radius:28px;margin:25px 0;box-shadow:0 18px 50px rgba(15,23,42,.12)}
.article-body{font-size:18px;line-height:1.8;color:#334155}
.video-frame{position:relative;padding-top:56.25%;border-radius:24px;overflow:hidden;margin:24px 0;background:#0f172a}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-player{width:100%;border-radius:24px;margin:24px 0}
.contact-form{background:#fff;border:1px solid #dbe7f7;border-radius:26px;box-shadow:0 18px 50px rgba(15,23,42,.08);padding:22px;display:grid;gap:12px}
.contact-form label{display:grid;gap:6px;font-weight:900}
.contact-form input,.contact-form textarea{border:1px solid #d8e4f4;border-radius:14px;padding:12px;font-size:15px}
.contact-form textarea{min-height:130px}
.form-msg{background:#ecfdf5;color:#166534;border-radius:14px;padding:11px}
.footer{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:34px 5vw;background:#0f172a;color:#fff}
.footer p{color:#cbd5e1}
.footer-links{display:flex;gap:12px;flex-wrap:wrap}
.footer-links a{color:#dbeafe;text-decoration:none;font-weight:800}
.empty{color:#64748b}
.page-list{min-height:60vh}

/* ===== v1.4 Logo ve renk uyumu =====
   Kurumsal logo renkleri: mavi + turuncu.
*/
:root{
  --dga-blue:#00a9e8;
  --dga-blue-dark:#007cb8;
  --dga-orange:#f58220;
  --dga-orange-dark:#df6f12;
  --dga-navy:#0f172a;
  --dga-soft:#eef9ff;
}

body{
  background:
    radial-gradient(circle at 8% 6%, rgba(0,169,232,.12), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(245,130,32,.10), transparent 26%),
    linear-gradient(180deg,#f8fcff,#edf8ff 48%,#f7fbff);
}

.site-header{
  background:rgba(255,255,255,.90);
  border-bottom:1px solid rgba(0,169,232,.18);
  box-shadow:0 12px 34px rgba(0,124,184,.07);
}

.brand-with-logo{
  gap:14px;
  max-width:min(520px,48vw);
}

.brand-logo{
  height:58px;
  width:auto;
  max-width:360px;
  object-fit:contain;
  display:block;
  background:#fff;
  border-radius:14px;
  padding:4px 8px;
  box-shadow:0 10px 24px rgba(0,124,184,.10);
}

.brand-fallback{
  display:none;
}

.nav a:hover{
  background:rgba(0,169,232,.08);
  color:var(--dga-blue-dark);
}

.nav .game-link{
  background:linear-gradient(135deg,var(--dga-orange),var(--dga-blue));
  color:#fff;
  box-shadow:0 12px 28px rgba(245,130,32,.20);
}

.hero{
  background:
    radial-gradient(circle at 10% 8%,rgba(0,169,232,.18),transparent 30%),
    radial-gradient(circle at 88% 16%,rgba(245,130,32,.16),transparent 28%),
    linear-gradient(180deg,#fbfdff,#edf9ff);
}

.eyebrow{
  background:linear-gradient(135deg,rgba(0,169,232,.12),rgba(245,130,32,.10));
  color:var(--dga-blue-dark);
  border-color:rgba(0,169,232,.18);
}

.btn.primary{
  background:linear-gradient(135deg,var(--dga-blue),var(--dga-orange));
  color:#fff;
  box-shadow:0 18px 38px rgba(0,169,232,.22);
}

.btn.soft{
  color:var(--dga-blue-dark);
  border-color:rgba(0,169,232,.22);
}

.glass-card{
  border-color:rgba(0,169,232,.18);
  box-shadow:0 30px 80px rgba(0,124,184,.13);
}

.glass-card strong{
  color:var(--dga-blue-dark);
}

.glass-card a{
  color:var(--dga-orange-dark);
}

.feature,.content-card,.admin-card,.list-item,.contact-form,.contact-strip{
  border-color:rgba(0,169,232,.15);
}

.chip{
  background:rgba(0,169,232,.10);
  color:var(--dga-blue-dark);
}

.placeholder{
  color:var(--dga-blue-dark);
  background:linear-gradient(135deg,rgba(0,169,232,.12),rgba(245,130,32,.10));
}

.game-cta{
  background:linear-gradient(135deg,var(--dga-blue-dark),var(--dga-orange));
  box-shadow:0 28px 70px rgba(0,124,184,.24);
}

.gallery-grid span{
  background:linear-gradient(135deg,rgba(0,124,184,.88),rgba(245,130,32,.82));
}

.footer{
  background:linear-gradient(135deg,#06344f,#0f172a);
  border-top:4px solid var(--dga-orange);
}

.footer-brand{
  display:grid;
  gap:12px;
}

.footer-logo{
  width:min(360px,86vw);
  max-height:82px;
  object-fit:contain;
  background:#fff;
  border-radius:16px;
  padding:6px 10px;
}


/* ===== v1.5 Profesyonel Sade Logo Teması =====
   Gerçek logo renkleri sade kullanılır: mavi + turuncu.
   Karışık gradient kullanılmaz; ana sayfa daha temiz ve premiumdur.
*/
:root{
  --dga-blue:#0A9ED8;
  --dga-blue-dark:#0879A8;
  --dga-blue-soft:#EAF8FD;
  --dga-orange:#F58212;
  --dga-orange-dark:#D96E0D;
  --dga-ink:#172033;
  --dga-muted:#5D6B82;
  --dga-line:#DCEBF4;
  --dga-bg:#F6FAFD;
  --dga-card:#FFFFFF;
}

body{background:var(--dga-bg)!important;color:var(--dga-ink)}
.site-header{background:rgba(255,255,255,.94)!important;border-bottom:1px solid var(--dga-line)!important;box-shadow:0 10px 28px rgba(8,121,168,.06)!important}
.brand-logo{height:62px;max-width:430px;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important}
.nav a{color:var(--dga-ink);font-weight:900}
.nav a:hover{background:var(--dga-blue-soft)!important;color:var(--dga-blue-dark)!important}
.nav .game-link{background:var(--dga-orange)!important;color:#fff!important;box-shadow:0 10px 24px rgba(245,130,18,.20)!important}
.nav .game-link:hover{background:var(--dga-orange-dark)!important;color:#fff!important}
.hero{background:#fff!important;border-bottom:1px solid var(--dga-line)}
.hero h1{color:var(--dga-ink)}
.hero p{color:var(--dga-muted)}
.eyebrow{background:var(--dga-blue-soft)!important;color:var(--dga-blue-dark)!important;border:1px solid #BFE8F7!important}
.btn.primary{background:var(--dga-blue)!important;color:#fff!important;box-shadow:0 12px 26px rgba(10,158,216,.20)!important}
.btn.primary:hover{background:var(--dga-blue-dark)!important}
.btn.primary.light{background:#fff!important;color:var(--dga-blue-dark)!important;border:1px solid #BFE8F7!important;box-shadow:none!important}
.btn.soft{background:#fff!important;color:var(--dga-blue-dark)!important;border:1px solid var(--dga-line)!important;box-shadow:0 8px 18px rgba(23,32,51,.04)}
.btn.soft:hover{border-color:#BFE8F7!important;background:var(--dga-blue-soft)!important}
.trust-row span{background:#fff!important;color:var(--dga-muted)!important;border:1px solid var(--dga-line)!important}
.orb{display:none!important}
.glass-card{background:#fff!important;border:1px solid var(--dga-line)!important;box-shadow:0 22px 52px rgba(23,32,51,.08)!important}
.glass-card strong{color:var(--dga-blue-dark)!important}
.glass-card a{color:var(--dga-orange-dark)!important}
.section-head h1,.section-head h2{color:var(--dga-ink)}
.section-head p,.lead{color:var(--dga-muted)}
.feature,.content-card,.list-item,.contact-form,.contact-strip{background:var(--dga-card)!important;border:1px solid var(--dga-line)!important;box-shadow:0 16px 38px rgba(23,32,51,.06)!important}
.feature span{color:var(--dga-orange)}
.feature h3,.content-card h3,.list-item strong{color:var(--dga-ink)}
.feature p,.content-card p,.list-item small{color:var(--dga-muted)}
.chip{background:var(--dga-blue-soft)!important;color:var(--dga-blue-dark)!important}
.placeholder{color:var(--dga-blue-dark)!important;background:#EEF8FC!important}
.content-card .media{background:#EEF8FC!important}
.game-cta{background:#0A9ED8!important;color:#fff!important;box-shadow:0 22px 52px rgba(10,158,216,.22)!important}
.game-cta .eyebrow{background:rgba(255,255,255,.18)!important;color:#fff!important;border-color:rgba(255,255,255,.30)!important}
.game-cta p{color:#EAF8FD!important}
.game-cta .btn.primary.light{background:#fff!important;color:var(--dga-orange-dark)!important;border:0!important}
.gallery-grid a{border:1px solid var(--dga-line)!important;box-shadow:0 14px 32px rgba(23,32,51,.05)}
.gallery-grid span{background:rgba(23,32,51,.82)!important}
.article-cover{box-shadow:0 18px 42px rgba(23,32,51,.08)!important}
.footer{background:#172033!important;border-top:4px solid var(--dga-orange)!important}
.footer-logo{background:#fff!important;border-radius:10px!important;padding:6px 10px!important;box-shadow:none!important}
.section:nth-of-type(even){background:#fff}
a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:3px solid rgba(245,130,18,.24);outline-offset:2px}


/* ===== v1.7 Ana Sayfa Premium Bölüm Yapısı ===== */
.premium-hero{
  border-bottom:1px solid var(--dga-line);
}

.hero-dashboard{
  display:grid;
  gap:14px;
  align-content:center;
}

.hero-panel{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 18px 46px rgba(23,32,51,.08);
}

.hero-panel .panel-label{
  display:inline-flex;
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
  border:1px solid #BFE8F7;
  border-radius:999px;
  padding:7px 10px;
  font-weight:950;
  font-size:12px;
}

.hero-panel h2{
  margin:16px 0 10px;
  color:var(--dga-ink);
  font-size:32px;
  line-height:1.08;
  letter-spacing:-1px;
}

.hero-panel p{
  color:var(--dga-muted);
  font-size:16px;
  line-height:1.6;
}

.hero-panel a{
  color:var(--dga-orange-dark);
  font-weight:950;
  text-decoration:none;
}

.hero-mini-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.hero-mini{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:20px;
  padding:16px;
  box-shadow:0 12px 28px rgba(23,32,51,.05);
}

.hero-mini strong{
  display:block;
  color:var(--dga-blue-dark);
  font-size:18px;
}

.hero-mini span{
  display:block;
  color:var(--dga-muted);
  font-size:13px;
  margin-top:5px;
  line-height:1.35;
}

.audience-section{
  background:#fff;
}

.audience-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.audience-grid article,
.premium-list-panel{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:24px;
  padding:22px;
  box-shadow:0 14px 34px rgba(23,32,51,.055);
}

.audience-grid article span{
  font-size:34px;
}

.audience-grid article h3{
  color:var(--dga-ink);
  margin:14px 0 8px;
}

.audience-grid article p{
  color:var(--dga-muted);
  line-height:1.55;
  margin:0;
}

.section-soft{
  background:#F9FCFE;
}

.premium-split{
  align-items:start;
}

.premium-list-panel .section-head{
  margin-bottom:18px;
}

.premium-list-panel .section-head h2{
  font-size:34px;
}

.premium-game-cta{
  position:relative;
  overflow:hidden;
}

.premium-game-cta::after{
  content:"";
  position:absolute;
  right:28px;
  bottom:18px;
  width:140px;
  height:140px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  pointer-events:none;
}

@media (min-width:1025px){
  .hero-dashboard{
    padding-left:20px;
  }
}

@media (min-width:741px) and (max-width:1024px){
  .audience-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hero-mini-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:740px){
  .hero-panel{
    padding:22px;
    border-radius:22px;
  }
  .hero-panel h2{
    font-size:27px;
  }
  .hero-mini-row,
  .audience-grid{
    grid-template-columns:1fr;
  }
  .hero-mini{
    padding:14px;
  }
  .audience-grid article,
  .premium-list-panel{
    border-radius:20px;
    padding:18px;
  }
  .premium-list-panel .section-head h2{
    font-size:30px;
  }
}


/* ===== v1.8 Menü Yönetimi frontend dokunuşları ===== */
.nav a{
  white-space:nowrap;
}

.nav a:empty{
  display:none;
}


/* ===== v1.9 Video + Galeri Geliştirme ===== */
.media{
  position:relative;
  overflow:hidden;
}

.media-badge{
  position:absolute;
  left:14px;
  bottom:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 13px;
  border-radius:999px;
  font-weight:950;
  background:#fff;
  color:var(--dga-blue-dark);
  box-shadow:0 10px 24px rgba(23,32,51,.16);
}

.play-badge{
  background:var(--dga-orange);
  color:#fff;
  font-size:18px;
}

.count-badge{
  background:#fff;
  color:var(--dga-blue-dark);
  font-size:13px;
}

.video-card .media img,
.gallery-card .media img{
  transition:transform .25s ease;
}

.video-card:hover .media img,
.gallery-card:hover .media img{
  transform:scale(1.04);
}

.gallery-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:26px 0;
}

.gallery-lightbox-trigger{
  border:0;
  padding:0;
  background:#eef8fc;
  border-radius:22px;
  overflow:hidden;
  cursor:pointer;
  box-shadow:0 14px 34px rgba(23,32,51,.08);
}

.gallery-lightbox-trigger img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}

.gallery-lightbox-trigger:hover img{
  transform:scale(1.04);
}

.gallery-lightbox{
  position:fixed;
  inset:0;
  z-index:200;
  background:rgba(23,32,51,.88);
  display:grid;
  place-items:center;
  padding:24px;
}

.gallery-lightbox[hidden]{
  display:none;
}

.gallery-lightbox img{
  max-width:min(1100px,96vw);
  max-height:86vh;
  border-radius:20px;
  box-shadow:0 28px 80px rgba(0,0,0,.35);
}

.gallery-lightbox-close{
  position:absolute;
  top:20px;
  right:22px;
  width:48px;
  height:48px;
  border:0;
  border-radius:999px;
  background:#fff;
  color:var(--dga-ink);
  font-size:34px;
  line-height:1;
  cursor:pointer;
}

body.lightbox-open{
  overflow:hidden;
}

@media (min-width:741px) and (max-width:1024px){
  .gallery-detail-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:740px){
  .gallery-detail-grid{
    grid-template-columns:1fr;
  }
  .gallery-lightbox-trigger img{
    height:220px;
  }
}


/* ===== v1.11 Bakım Modu ===== */
.maintenance-page{
  min-height:70vh;
  display:grid;
  place-items:center;
  padding:70px 5vw;
  background:#fff;
}

.maintenance-card{
  width:min(760px,100%);
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 58px rgba(23,32,51,.08);
  text-align:center;
}

.maintenance-card h1{
  color:var(--dga-ink);
  font-size:clamp(34px,5vw,58px);
  line-height:1.05;
  letter-spacing:-1.6px;
}

.maintenance-card p{
  color:var(--dga-muted);
  line-height:1.7;
  font-size:18px;
}


/* ===== v1.12 Site Arama + Arşiv Filtreleme ===== */
.header-search{
  display:flex;
  align-items:center;
  gap:6px;
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:999px;
  padding:5px;
  box-shadow:0 8px 18px rgba(23,32,51,.04);
}

.header-search input{
  width:170px;
  border:0;
  outline:0;
  background:transparent;
  color:var(--dga-ink);
  padding:8px 6px 8px 10px;
  font-weight:800;
}

.header-search button{
  width:34px;
  height:34px;
  border:0;
  border-radius:999px;
  background:var(--dga-blue);
  color:#fff;
  font-size:18px;
  cursor:pointer;
}

.search-hero-form,
.archive-filter{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:22px;
  padding:14px;
  box-shadow:0 14px 34px rgba(23,32,51,.05);
  margin-bottom:24px;
}

.search-hero-form input,
.archive-filter input,
.archive-filter select{
  flex:1 1 240px;
  min-width:0;
  border:1px solid var(--dga-line);
  border-radius:14px;
  padding:13px 14px;
  color:var(--dga-ink);
  font-weight:800;
  background:#FBFDFE;
}

.archive-filter select{
  flex:0 1 220px;
}

.search-summary{
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
  border:1px solid #BFE8F7;
  border-radius:18px;
  padding:13px 15px;
  font-weight:900;
  margin-bottom:18px;
}

.empty-state{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 34px rgba(23,32,51,.05);
}

.empty-state h2{
  color:var(--dga-ink);
  margin:0 0 8px;
}

.empty-state p{
  color:var(--dga-muted);
  margin:0;
}

@media (min-width:741px) and (max-width:1024px){
  .header-search{
    order:4;
    width:100%;
    border-radius:16px;
  }
  .header-search input{
    width:100%;
  }
}

@media (max-width:740px){
  .header-search{
    order:4;
    width:100%;
    border-radius:16px;
    margin-top:8px;
  }
  .header-search input{
    width:100%;
  }
  .search-hero-form,
  .archive-filter{
    display:grid;
    grid-template-columns:1fr;
  }
  .archive-filter select{
    width:100%;
  }
}


/* ===== v1.13 Alt Menülü Üst Menü ===== */
.nav{
  gap:4px;
}

.nav-dropdown{
  position:relative;
}

.nav-parent{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--dga-ink);
  font:inherit;
  font-weight:900;
  padding:10px 12px;
  border-radius:14px;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:6px;
}

.nav-parent span{
  font-size:13px;
  color:var(--dga-muted);
  transition:transform .16s ease;
}

.nav-dropdown:hover .nav-parent,
.nav-dropdown.open .nav-parent,
.nav-parent:focus{
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
  outline:0;
}

.nav-dropdown:hover .nav-parent span,
.nav-dropdown.open .nav-parent span{
  transform:rotate(180deg);
  color:var(--dga-blue-dark);
}

.submenu{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  min-width:238px;
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:18px;
  padding:8px;
  box-shadow:0 22px 48px rgba(23,32,51,.13);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index:80;
}

.submenu::before{
  content:"";
  position:absolute;
  left:22px;
  top:-7px;
  width:14px;
  height:14px;
  background:#fff;
  border-left:1px solid var(--dga-line);
  border-top:1px solid var(--dga-line);
  transform:rotate(45deg);
}

.nav-dropdown:hover .submenu,
.nav-dropdown:focus-within .submenu,
.nav-dropdown.open .submenu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.submenu a{
  display:flex;
  align-items:center;
  border-radius:13px;
  padding:11px 12px;
  color:var(--dga-ink);
  text-decoration:none;
  font-weight:900;
}

.submenu a:hover{
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
}

@media (min-width:741px) and (max-width:1024px){
  .nav-dropdown{
    width:100%;
  }
  .nav-parent{
    width:100%;
    justify-content:space-between;
    padding:13px 12px;
  }
  .submenu{
    position:static;
    min-width:0;
    box-shadow:none;
    border-radius:14px;
    margin:4px 0 6px;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    background:#FBFDFE;
  }
  .submenu::before{
    display:none;
  }
  .nav-dropdown.open .submenu{
    display:grid;
  }
}

@media (max-width:740px){
  .nav-dropdown{
    width:100%;
  }
  .nav-parent{
    width:100%;
    justify-content:space-between;
    padding:13px 12px;
  }
  .submenu{
    position:static;
    min-width:0;
    box-shadow:none;
    border-radius:14px;
    margin:4px 0 6px;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    background:#FBFDFE;
  }
  .submenu::before{
    display:none;
  }
  .nav-dropdown.open .submenu{
    display:grid;
  }
  .submenu a{
    padding:12px 14px;
  }
}


/* ===== v1.14 Footer Yönetimi / Premium Footer ===== */
.premium-footer{
  background:#172033 !important;
  border-top:0 !important;
  padding:0 !important;
  display:block !important;
}

.footer-cta{
  margin:0;
  padding:36px 5vw;
  background:#0A9ED8;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.footer-cta .eyebrow{
  background:rgba(255,255,255,.16) !important;
  border-color:rgba(255,255,255,.22) !important;
  color:#fff !important;
}

.footer-cta h2{
  margin:12px 0 8px;
  font-size:clamp(28px,4vw,46px);
  line-height:1.08;
  letter-spacing:-1px;
}

.footer-cta p{
  margin:0;
  color:#EAF8FD;
  line-height:1.6;
  max-width:760px;
}

.footer-main{
  display:grid;
  grid-template-columns:1.4fr repeat(3,1fr);
  gap:30px;
  padding:42px 5vw 34px;
}

.footer-brand{
  display:grid;
  gap:14px;
  align-content:start;
}

.footer-brand p{
  color:#C9D5E1;
  line-height:1.6;
  margin:0;
}

.footer-logo{
  width:min(330px,100%) !important;
  max-height:82px;
  object-fit:contain;
  background:#fff !important;
  border-radius:10px !important;
  padding:7px 10px !important;
}

.footer-socials{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.footer-socials a{
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  padding:8px 11px;
  text-decoration:none;
  font-weight:900;
  font-size:13px;
}

.footer-socials a:hover{
  background:rgba(255,255,255,.14);
}

.footer-col{
  display:grid;
  align-content:start;
  gap:9px;
}

.footer-col h3{
  color:#fff;
  margin:0 0 10px;
  font-size:17px;
}

.footer-col a{
  color:#C9D5E1;
  text-decoration:none;
  font-weight:800;
}

.footer-col a:hover{
  color:#fff;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.10);
  padding:18px 5vw;
  display:flex;
  justify-content:space-between;
  gap:14px;
  color:#9FB0C3;
  font-size:14px;
}

@media (min-width:741px) and (max-width:1024px){
  .footer-cta{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-main{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:740px){
  .footer-cta{
    padding:30px 18px;
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-cta .btn{
    width:100%;
  }
  .footer-main{
    grid-template-columns:1fr;
    padding:34px 18px 28px;
  }
  .footer-bottom{
    padding:18px;
    flex-direction:column;
  }
}


/* ===== v1.15 Premium İletişim Sayfası ===== */
.premium-contact-page{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
  max-width:1180px;
  align-items:start;
}

.contact-intro{
  min-width:0;
}

.contact-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
}

.contact-info-card{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:22px;
  padding:18px;
  box-shadow:0 14px 34px rgba(23,32,51,.055);
  text-decoration:none;
  display:grid;
  gap:7px;
}

.contact-info-card span{
  font-size:30px;
}

.contact-info-card strong{
  color:var(--dga-ink);
}

.contact-info-card small{
  color:var(--dga-muted);
  line-height:1.45;
  overflow-wrap:anywhere;
}

.contact-note{
  margin-top:16px;
  background:var(--dga-blue-soft);
  border:1px solid #BFE8F7;
  border-radius:22px;
  padding:16px;
}

.contact-note strong{
  color:var(--dga-blue-dark);
}

.contact-note p{
  color:var(--dga-muted);
  margin:8px 0 0;
  line-height:1.6;
}

.premium-contact-form{
  position:sticky;
  top:96px;
}

.contact-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.contact-form-grid .full{
  grid-column:1/-1;
}

.contact-privacy{
  color:var(--dga-muted);
  font-size:13px;
  line-height:1.5;
  margin:4px 0 2px;
}

.hp-field{
  position:absolute !important;
  left:-9999px !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.contact-map-section{
  padding-top:10px;
}

.contact-map-box{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:28px;
  padding:12px;
  box-shadow:0 18px 42px rgba(23,32,51,.07);
  overflow:hidden;
}

.contact-map-box iframe{
  width:100%;
  min-height:360px;
  border:0;
  border-radius:18px;
  display:block;
}

@media (min-width:741px) and (max-width:1024px){
  .premium-contact-page{
    grid-template-columns:1fr;
  }
  .premium-contact-form{
    position:static;
  }
}

@media (max-width:740px){
  .premium-contact-page{
    grid-template-columns:1fr;
    gap:22px;
  }
  .contact-card-grid,
  .contact-form-grid{
    grid-template-columns:1fr;
  }
  .premium-contact-form{
    position:static;
  }
}


/* ===== v1.16 Etkinlik Takvimi + Duyuru Vitrini ===== */
.event-filter-tabs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:0 0 20px;
}

.event-filter-tabs a{
  text-decoration:none;
  background:#fff;
  border:1px solid var(--dga-line);
  color:var(--dga-ink);
  border-radius:999px;
  padding:10px 14px;
  font-weight:950;
}

.event-filter-tabs a.active,
.event-filter-tabs a:hover{
  background:var(--dga-blue);
  color:#fff;
  border-color:var(--dga-blue);
}

.event-timeline{
  display:grid;
  gap:16px;
}

.event-card{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:18px;
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:26px;
  padding:14px;
  box-shadow:0 16px 38px rgba(23,32,51,.06);
  overflow:hidden;
}

.event-media{
  min-height:160px;
  border-radius:20px;
  overflow:hidden;
  background:#EEF8FC;
  text-decoration:none;
}

.event-media img,
.event-media .placeholder{
  width:100%;
  height:100%;
  object-fit:cover;
}

.event-content{
  min-width:0;
  display:grid;
  align-content:center;
}

.event-meta-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
  margin-bottom:10px;
}

.event-date,
.event-state{
  display:inline-flex;
  border-radius:999px;
  padding:7px 10px;
  font-weight:950;
  font-size:12px;
}

.event-date{
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
  border:1px solid #BFE8F7;
}

.event-state{
  background:#FFF4E8;
  color:#A95408;
  border:1px solid #FFD8AE;
}

.event-card.past .event-state{
  background:#F1F5F9;
  color:#64748B;
  border-color:#E2E8F0;
}

.event-card h3{
  margin:0 0 8px;
  font-size:24px;
}

.event-card h3 a{
  text-decoration:none;
  color:var(--dga-ink);
}

.event-card p{
  margin:0;
  color:var(--dga-muted);
  line-height:1.55;
}

.event-location{
  display:block;
  margin-top:10px;
  color:var(--dga-muted);
  font-weight:900;
}

.announcement-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.announcement-card{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:24px;
  padding:22px;
  box-shadow:0 16px 38px rgba(23,32,51,.06);
  display:grid;
  gap:12px;
}

.announcement-date{
  width:max-content;
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
  border:1px solid #BFE8F7;
  border-radius:999px;
  padding:7px 10px;
  font-weight:950;
  font-size:12px;
}

.announcement-card h3{
  margin:0;
  font-size:22px;
}

.announcement-card h3 a{
  color:var(--dga-ink);
  text-decoration:none;
}

.announcement-card p{
  margin:0;
  color:var(--dga-muted);
  line-height:1.55;
}

.announcement-more{
  color:var(--dga-orange-dark);
  font-weight:950;
  text-decoration:none;
}

.detail-info-panel{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:24px 0;
}

.detail-info-panel > div{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:20px;
  padding:16px;
  box-shadow:0 12px 28px rgba(23,32,51,.045);
}

.detail-info-panel span{
  display:block;
  color:var(--dga-muted);
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.detail-info-panel strong{
  display:block;
  color:var(--dga-ink);
  margin-top:7px;
  overflow-wrap:anywhere;
}

.detail-info-panel a{
  color:var(--dga-blue-dark);
}

@media (min-width:741px) and (max-width:1024px){
  .announcement-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .event-card{
    grid-template-columns:180px 1fr;
  }
  .detail-info-panel{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:740px){
  .announcement-grid,
  .detail-info-panel{
    grid-template-columns:1fr;
  }
  .event-card{
    grid-template-columns:1fr;
  }
  .event-media{
    min-height:190px;
  }
}


/* ===== v1.17 Kaynak Kütüphanesi / Doküman - Kitap - Link ===== */
.resource-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.resource-card{
  display:grid;
  grid-template-columns:74px 1fr;
  gap:16px;
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:24px;
  padding:18px;
  box-shadow:0 16px 38px rgba(23,32,51,.06);
}

.resource-icon{
  width:74px;
  height:74px;
  border-radius:22px;
  display:grid;
  place-items:center;
  font-size:34px;
  background:var(--dga-blue-soft);
  border:1px solid #BFE8F7;
}

.document-resource .resource-icon{
  background:#FFF4E8;
  border-color:#FFD8AE;
}

.resource-content{
  min-width:0;
}

.resource-top{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:center;
  margin-bottom:9px;
}

.resource-category{
  background:#F8FAFC;
  color:var(--dga-muted);
  border:1px solid var(--dga-line);
  border-radius:999px;
  padding:6px 9px;
  font-size:12px;
  font-weight:950;
}

.resource-card h3{
  margin:0 0 8px;
  font-size:22px;
}

.resource-card h3 a{
  color:var(--dga-ink);
  text-decoration:none;
}

.resource-card p{
  color:var(--dga-muted);
  margin:0;
  line-height:1.55;
}

.resource-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

.book-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.book-card{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 16px 38px rgba(23,32,51,.06);
}

.book-cover{
  height:240px;
  display:block;
  background:#EEF8FC;
  text-decoration:none;
  overflow:hidden;
}

.book-cover img,
.book-cover .placeholder{
  width:100%;
  height:100%;
  object-fit:cover;
}

.book-content{
  padding:18px;
}

.book-content h3{
  margin:12px 0 8px;
  font-size:22px;
}

.book-content h3 a{
  color:var(--dga-ink);
  text-decoration:none;
}

.book-meta{
  display:grid;
  gap:4px;
  color:var(--dga-muted);
  font-size:13px;
  font-weight:900;
  margin-bottom:10px;
}

.book-content p{
  color:var(--dga-muted);
  line-height:1.55;
  margin:0;
}

.resource-detail-panel{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:24px 0;
}

.resource-detail-panel > div{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:20px;
  padding:16px;
  box-shadow:0 12px 28px rgba(23,32,51,.045);
}

.resource-detail-panel span{
  display:block;
  color:var(--dga-muted);
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.resource-detail-panel strong{
  display:block;
  color:var(--dga-ink);
  margin-top:7px;
}

@media (min-width:741px) and (max-width:1024px){
  .resource-grid,
  .book-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:740px){
  .resource-grid,
  .book-grid,
  .resource-detail-panel{
    grid-template-columns:1fr;
  }
  .resource-card{
    grid-template-columns:1fr;
  }
  .resource-icon{
    width:62px;
    height:62px;
    border-radius:18px;
  }
}


/* ===== v1.20 Kullanıcı Deneyimi + Performans ===== */
html.has-smooth-scroll,
body.has-smooth-scroll{
  scroll-behavior:smooth;
}

.reading-progress{
  position:fixed;
  left:0;
  top:0;
  width:0;
  height:4px;
  background:var(--dga-blue);
  z-index:999;
  box-shadow:0 2px 12px rgba(10,158,216,.28);
}

.back-to-top{
  position:fixed;
  right:22px;
  bottom:22px;
  width:48px;
  height:48px;
  border:0;
  border-radius:999px;
  background:var(--dga-blue);
  color:#fff;
  font-size:24px;
  font-weight:950;
  box-shadow:0 16px 34px rgba(10,158,216,.26);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease, background .18s ease;
  z-index:120;
}

.back-to-top.visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.back-to-top:hover{
  background:var(--dga-blue-dark);
}

.has-compact-header .site-header{
  padding-top:8px;
  padding-bottom:8px;
}

.has-compact-header .brand-logo{
  height:48px;
}

.content-card,
.feature,
.resource-card,
.book-card,
.event-card,
.announcement-card,
.contact-info-card{
  will-change:transform;
}

body:not(.reduce-card-motion) .content-card:hover,
body:not(.reduce-card-motion) .feature:hover,
body:not(.reduce-card-motion) .resource-card:hover,
body:not(.reduce-card-motion) .book-card:hover,
body:not(.reduce-card-motion) .event-card:hover,
body:not(.reduce-card-motion) .announcement-card:hover,
body:not(.reduce-card-motion) .contact-info-card:hover{
  transform:translateY(-2px);
}

@media (prefers-reduced-motion: reduce){
  html,body{
    scroll-behavior:auto !important;
  }
  .back-to-top,
  .content-card,
  .feature,
  .resource-card,
  .book-card,
  .event-card,
  .announcement-card,
  .contact-info-card{
    transition:none !important;
    transform:none !important;
  }
}

@media (max-width:740px){
  .back-to-top{
    right:16px;
    bottom:16px;
    width:44px;
    height:44px;
  }
}


/* ===== v1.21 Yasal Sayfalar + 404 ===== */
.legal-page,
.not-found-page{
  padding:70px 5vw;
  background:#fff;
  min-height:65vh;
}

.legal-card,
.not-found-card{
  width:min(960px,100%);
  margin:0 auto;
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 58px rgba(23,32,51,.08);
}

.legal-card h1,
.not-found-card h1{
  color:var(--dga-ink);
  font-size:clamp(34px,5vw,58px);
  line-height:1.05;
  letter-spacing:-1.4px;
  margin:14px 0;
}

.legal-content{
  margin-top:24px;
  color:var(--dga-ink);
  line-height:1.85;
  font-size:18px;
  background:#FBFDFE;
  border:1px solid var(--dga-line);
  border-radius:22px;
  padding:24px;
}

.not-found-card p{
  color:var(--dga-muted);
  line-height:1.7;
  font-size:18px;
}

.footer-legal-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}

.footer-legal-links a{
  color:#C9D5E1;
  text-decoration:none;
  font-weight:800;
  font-size:13px;
}

.footer-legal-links a:hover{
  color:#fff;
}

@media (max-width:740px){
  .legal-page,
  .not-found-page{
    padding:44px 18px;
  }
  .legal-card,
  .not-found-card{
    padding:22px;
    border-radius:24px;
  }
  .legal-content{
    padding:18px;
    font-size:16px;
  }
  .footer-legal-links{
    justify-content:flex-start;
  }
}


/* ===== v1.22 Premium Header Düzenleme =====
   Header sıkışıklığı giderildi, logo çok az küçültüldü,
   menü + arama alanı daha ferah ve premium hale getirildi.
*/
.site-header{
  display:grid !important;
  grid-template-columns:auto minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:18px !important;
  padding:12px 5vw !important;
  background:rgba(255,255,255,.94) !important;
  border-bottom:1px solid rgba(10,158,216,.13) !important;
  box-shadow:0 14px 34px rgba(23,32,51,.055) !important;
}

.brand-with-logo{
  max-width:340px !important;
  min-width:0 !important;
}

.brand-logo{
  height:56px !important;
  max-width:320px !important;
  width:auto !important;
  object-fit:contain !important;
}

.nav{
  justify-self:center !important;
  min-width:0 !important;
  max-width:100% !important;
  background:#fff !important;
  border:1px solid var(--dga-line) !important;
  border-radius:999px !important;
  padding:5px !important;
  box-shadow:0 10px 24px rgba(23,32,51,.045) !important;
  gap:2px !important;
}

.nav > a,
.nav-parent{
  padding:9px 12px !important;
  border-radius:999px !important;
  font-size:14px !important;
  line-height:1 !important;
}

.nav .game-link{
  background:var(--dga-orange) !important;
  box-shadow:none !important;
}

.nav-dropdown{
  display:flex !important;
  align-items:center !important;
}

.submenu{
  border-radius:20px !important;
  padding:10px !important;
  min-width:250px !important;
}

.header-search{
  justify-self:end !important;
  width:210px !important;
  flex:0 0 210px !important;
  border-radius:999px !important;
  background:#FBFDFE !important;
  border:1px solid var(--dga-line) !important;
  box-shadow:0 10px 24px rgba(23,32,51,.04) !important;
}

.header-search input{
  width:100% !important;
  min-width:0 !important;
  font-size:13px !important;
}

.header-search button{
  flex:0 0 auto !important;
}

/* Kompakt header açıksa da yeni ölçü bozulmasın */
.has-compact-header .site-header{
  padding-top:9px !important;
  padding-bottom:9px !important;
}

.has-compact-header .brand-logo{
  height:50px !important;
}

/* Genişlik azaldığında header iki satıra geçip sıkışmayı önler */
@media (min-width:1025px) and (max-width:1280px){
  .site-header{
    grid-template-columns:auto auto !important;
    grid-template-areas:
      "brand search"
      "nav nav" !important;
    row-gap:10px !important;
  }

  .brand{
    grid-area:brand !important;
  }

  .header-search{
    grid-area:search !important;
    width:240px !important;
    flex-basis:240px !important;
  }

  .nav{
    grid-area:nav !important;
    justify-self:center !important;
  }
}

@media (min-width:1281px){
  .nav{
    overflow:visible !important;
  }
}


/* ===== v1.23 Yasal Sayfa Akış Fix ===== */
.legal-page,
.not-found-page{
  padding:70px 5vw;
  background:#fff;
  min-height:65vh;
}

.legal-card,
.not-found-card{
  width:min(960px,100%);
  margin:0 auto;
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 58px rgba(23,32,51,.08);
}

.legal-card h1,
.not-found-card h1{
  color:var(--dga-ink);
  font-size:clamp(34px,5vw,58px);
  line-height:1.05;
  letter-spacing:-1.4px;
  margin:14px 0;
}

.legal-content{
  margin-top:24px;
  color:var(--dga-ink);
  line-height:1.85;
  font-size:18px;
  background:#FBFDFE;
  border:1px solid var(--dga-line);
  border-radius:22px;
  padding:24px;
}

.not-found-card p{
  color:var(--dga-muted);
  line-height:1.7;
  font-size:18px;
}

@media (max-width:740px){
  .legal-page,
  .not-found-page{
    padding:44px 18px;
  }
  .legal-card,
  .not-found-card{
    padding:22px;
    border-radius:24px;
  }
  .legal-content{
    padding:18px;
    font-size:16px;
  }
}


/* ===== v1.24 Çerez Bildirimi ===== */
.cookie-consent{
  position:fixed;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  width:min(1080px,calc(100vw - 36px));
  z-index:260;
}

.cookie-consent[hidden]{
  display:none;
}

.cookie-consent.closing{
  opacity:0;
  transform:translateX(-50%) translateY(12px);
  transition:opacity .18s ease, transform .18s ease;
}

.cookie-consent-content{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(10,158,216,.18);
  border-radius:24px;
  box-shadow:0 24px 70px rgba(23,32,51,.18);
  padding:16px;
  backdrop-filter:blur(12px);
}

.cookie-consent strong{
  display:block;
  color:var(--dga-ink);
  font-size:18px;
  margin-bottom:4px;
}

.cookie-consent p{
  color:var(--dga-muted);
  line-height:1.55;
  margin:0;
}

.cookie-consent-actions{
  display:flex;
  gap:8px;
  flex:0 0 auto;
  align-items:center;
}

@media (max-width:740px){
  .cookie-consent{
    bottom:12px;
    width:calc(100vw - 24px);
  }

  .cookie-consent-content{
    display:grid;
    grid-template-columns:1fr;
    border-radius:20px;
    padding:14px;
  }

  .cookie-consent-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .cookie-consent-actions .btn{
    width:100%;
  }
}


/* ===== v1.25 İçerik Detay Premium + Paylaşım ===== */
.premium-article-page{
  max-width:1040px;
}

.article-meta-actions{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin:22px 0 24px;
  padding:14px;
  background:#FBFDFE;
  border:1px solid var(--dga-line);
  border-radius:22px;
}

.article-meta-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  min-width:0;
}

.article-meta-pills span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 11px;
  border-radius:999px;
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
  border:1px solid #BFE8F7;
  font-weight:950;
  font-size:13px;
}

.article-meta-pills span:nth-child(2n){
  background:#FFF4E8;
  color:#A95408;
  border-color:#FFD8AE;
}

.article-share{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.article-share strong{
  color:var(--dga-muted);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.article-share a,
.copy-link-btn{
  appearance:none;
  border:1px solid var(--dga-line);
  background:#fff;
  color:var(--dga-ink);
  border-radius:999px;
  padding:9px 11px;
  font-weight:950;
  font-size:13px;
  text-decoration:none;
  cursor:pointer;
  transition:background .16s ease, color .16s ease, border-color .16s ease;
}

.article-share a:hover,
.copy-link-btn:hover,
.copy-link-btn.copied{
  background:var(--dga-blue);
  color:#fff;
  border-color:var(--dga-blue);
}

.article-action-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0;
}

.related-content-box{
  margin-top:40px;
  padding-top:28px;
  border-top:1px solid var(--dga-line);
}

.related-content-box .section-head{
  margin-bottom:18px;
}

.related-content-box h2{
  font-size:clamp(28px,4vw,40px);
  letter-spacing:-1px;
}

.related-card-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.article-body{
  font-size:18px;
  line-height:1.85;
}

.article-body h2,
.article-body h3{
  color:var(--dga-ink);
  letter-spacing:-.4px;
}

.article-cover{
  box-shadow:0 18px 42px rgba(23,32,51,.08);
}

@media (min-width:741px) and (max-width:1024px){
  .article-meta-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .article-share{
    justify-content:flex-start;
  }

  .related-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:740px){
  .article-meta-actions{
    display:grid;
    grid-template-columns:1fr;
    padding:12px;
    border-radius:18px;
  }

  .article-share{
    justify-content:flex-start;
  }

  .article-share a,
  .copy-link-btn{
    flex:1 1 auto;
    text-align:center;
  }

  .related-card-grid{
    grid-template-columns:1fr;
  }

  .article-body{
    font-size:16px;
    line-height:1.78;
  }
}


/* ===== v1.26 Kurumsal / Hakkımızda Sayfası ===== */
.about-hero{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:24px;
  align-items:center;
  padding:70px 5vw;
  background:linear-gradient(180deg,#F7FCFE 0%,#FFFFFF 100%);
  border-bottom:1px solid var(--dga-line);
}

.about-hero-content h1{
  color:var(--dga-ink);
  font-size:clamp(42px,6vw,78px);
  line-height:1;
  letter-spacing:-2.2px;
  margin:18px 0;
}

.about-hero-content p{
  color:var(--dga-muted);
  font-size:20px;
  line-height:1.65;
  max-width:820px;
}

.about-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:24px;
}

.about-hero-card{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:30px;
  padding:28px;
  box-shadow:0 24px 70px rgba(23,32,51,.10);
  position:relative;
  overflow:hidden;
}

.about-hero-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:7px;
  background:linear-gradient(90deg,var(--dga-blue),var(--dga-orange));
}

.about-hero-card strong{
  color:var(--dga-ink);
  font-size:30px;
  letter-spacing:-.8px;
}

.about-hero-card p{
  color:var(--dga-muted);
  line-height:1.7;
  font-size:18px;
}

.about-section{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
}

.about-text-card,
.about-values-card{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 18px 42px rgba(23,32,51,.06);
}

.about-text-card h2,
.about-values-card h2{
  color:var(--dga-ink);
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
  letter-spacing:-1.2px;
  margin:14px 0 18px;
}

.about-values-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}

.about-values-list div{
  display:flex;
  align-items:center;
  gap:10px;
  background:#FBFDFE;
  border:1px solid var(--dga-line);
  border-radius:16px;
  padding:13px;
}

.about-values-list span{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--dga-blue);
  color:#fff;
  font-weight:950;
}

.about-values-list strong{
  color:var(--dga-ink);
}

.about-feature-section{
  background:#F9FCFE;
}

@media (min-width:741px) and (max-width:1024px){
  .about-hero,
  .about-section{
    grid-template-columns:1fr;
  }
}

@media (max-width:740px){
  .about-hero{
    grid-template-columns:1fr;
    padding:44px 18px;
  }

  .about-hero-content h1{
    font-size:42px;
  }

  .about-hero-content p{
    font-size:17px;
  }

  .about-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .about-actions .btn{
    width:100%;
  }

  .about-section{
    grid-template-columns:1fr;
  }

  .about-text-card,
  .about-values-card{
    padding:20px;
    border-radius:24px;
  }
}


/* ===== v1.27 Erişilebilirlik Araçları ===== */
body{
  font-size:calc(16px * var(--accessibility-font-scale, 1));
}

.accessibility-tools{
  position:fixed;
  left:22px;
  bottom:22px;
  z-index:270;
}

.accessibility-toggle{
  display:flex;
  align-items:center;
  gap:9px;
  border:0;
  border-radius:999px;
  background:#fff;
  color:var(--dga-ink);
  padding:10px 13px 10px 10px;
  box-shadow:0 16px 42px rgba(23,32,51,.18);
  border:1px solid rgba(10,158,216,.18);
  font-weight:950;
  cursor:pointer;
}

.accessibility-toggle span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--dga-blue);
  color:#fff;
  font-size:18px;
}

.accessibility-panel{
  position:absolute;
  left:0;
  bottom:58px;
  width:min(340px, calc(100vw - 32px));
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:22px;
  padding:14px;
  box-shadow:0 24px 70px rgba(23,32,51,.20);
}

.accessibility-panel[hidden]{
  display:none;
}

.accessibility-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}

.accessibility-panel-head strong{
  color:var(--dga-ink);
  font-size:18px;
}

.accessibility-panel-head button{
  width:34px;
  height:34px;
  border:0;
  border-radius:999px;
  background:#F1F5F9;
  color:var(--dga-ink);
  cursor:pointer;
  font-size:22px;
}

.accessibility-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.accessibility-actions button{
  border:1px solid var(--dga-line);
  background:#FBFDFE;
  color:var(--dga-ink);
  border-radius:14px;
  padding:11px 10px;
  font-weight:950;
  cursor:pointer;
  text-align:left;
}

.accessibility-actions button:hover{
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
  border-color:#BFE8F7;
}

.accessibility-panel p{
  color:var(--dga-muted);
  line-height:1.5;
  margin:12px 0 0;
  font-size:13px;
}

body.a11y-readable{
  font-family:Arial, Verdana, sans-serif !important;
  letter-spacing:.01em;
}

body.a11y-contrast{
  --dga-ink:#07111f;
  --dga-muted:#1f2937;
  --dga-line:#7dd3fc;
  background:#fff !important;
}

body.a11y-contrast .site-header,
body.a11y-contrast .content-card,
body.a11y-contrast .feature,
body.a11y-contrast .legal-card,
body.a11y-contrast .about-text-card,
body.a11y-contrast .about-values-card,
body.a11y-contrast .resource-card,
body.a11y-contrast .book-card,
body.a11y-contrast .event-card,
body.a11y-contrast .announcement-card{
  border-color:#0284c7 !important;
  box-shadow:none !important;
}

body.a11y-contrast a,
body.a11y-contrast .nav > a,
body.a11y-contrast .nav-parent{
  text-decoration:underline;
  text-underline-offset:3px;
}

body.a11y-reduce-motion *,
body.a11y-reduce-motion *::before,
body.a11y-reduce-motion *::after{
  animation:none !important;
  transition:none !important;
  scroll-behavior:auto !important;
}

@media (max-width:740px){
  .accessibility-tools{
    left:12px;
    bottom:12px;
  }

  .accessibility-toggle strong{
    display:none;
  }

  .accessibility-panel{
    bottom:54px;
  }

  .accessibility-actions{
    grid-template-columns:1fr;
  }
}


/* ===== v1.28 Yönetilebilir Duyuru Bandı ===== */
.notice-bar{
  position:relative;
  z-index:95;
  padding:8px 5vw;
  border-bottom:1px solid rgba(255,255,255,.16);
}

.notice-bar-inner{
  max-width:1480px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:36px;
}

.notice-message{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  flex-wrap:wrap;
  text-align:center;
  min-width:0;
  color:#fff;
}

.notice-icon{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  font-weight:950;
}

.notice-message strong{font-weight:950;}
.notice-message span:not(.notice-icon){opacity:.92;font-weight:750;}

.notice-action{
  flex:0 0 auto;
  color:#fff;
  border:1px solid rgba(255,255,255,.30);
  background:rgba(255,255,255,.12);
  text-decoration:none;
  border-radius:999px;
  padding:8px 12px;
  font-weight:950;
  font-size:13px;
}

.notice-action:hover{background:rgba(255,255,255,.20);}

.notice-close{
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  cursor:pointer;
  font-size:20px;
  line-height:1;
}

.notice-close:hover{background:rgba(255,255,255,.24);}
.notice-bar.closing{opacity:0;transform:translateY(-8px);transition:opacity .18s ease, transform .18s ease;}
.notice-blue{background:#0A9ED8;}
.notice-orange{background:#F28C1B;}
.notice-dark{background:#172033;}
.notice-soft{background:#F7FCFE;border-bottom:1px solid var(--dga-line);}
.notice-soft .notice-message,
.notice-soft .notice-action,
.notice-soft .notice-close{color:var(--dga-ink);}
.notice-soft .notice-icon{background:var(--dga-blue-soft);color:var(--dga-blue-dark);}
.notice-soft .notice-action{background:#fff;border-color:var(--dga-line);}
.notice-soft .notice-close{background:#fff;border:1px solid var(--dga-line);}

@media (max-width:740px){
  .notice-bar{padding:9px 42px 9px 14px;}
  .notice-bar-inner{justify-content:flex-start;}
  .notice-message{justify-content:flex-start;text-align:left;gap:7px;font-size:13px;}
  .notice-message strong{width:100%;}
  .notice-action{width:100%;text-align:center;}
  .notice-close{right:10px;}
}


/* ===== v1.29 SSS / Yardım Merkezi ===== */
.faq-hero{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:24px;
  align-items:center;
  padding:70px 5vw;
  background:linear-gradient(180deg,#F7FCFE 0%,#FFFFFF 100%);
  border-bottom:1px solid var(--dga-line);
}

.faq-hero h1{
  color:var(--dga-ink);
  font-size:clamp(42px,6vw,76px);
  line-height:1;
  letter-spacing:-2px;
  margin:18px 0;
}

.faq-hero p{
  color:var(--dga-muted);
  font-size:20px;
  line-height:1.65;
  max-width:820px;
}

.faq-hero-card{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:30px;
  padding:28px;
  box-shadow:0 24px 70px rgba(23,32,51,.10);
  position:relative;
  overflow:hidden;
}

.faq-hero-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:7px;
  background:linear-gradient(90deg,var(--dga-blue),var(--dga-orange));
}

.faq-hero-card strong{
  color:var(--dga-ink);
  font-size:28px;
  letter-spacing:-.7px;
}

.faq-hero-card p{
  font-size:17px;
  margin:12px 0 18px;
}

.faq-section{
  max-width:1040px;
}

.faq-list{
  display:grid;
  gap:12px;
}

.faq-item{
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:22px;
  padding:0;
  box-shadow:0 14px 34px rgba(23,32,51,.055);
  overflow:hidden;
}

.faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:20px 22px;
  color:var(--dga-ink);
  font-weight:950;
  font-size:19px;
  display:flex;
  justify-content:space-between;
  gap:18px;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item summary::after{
  content:"+";
  width:30px;
  height:30px;
  flex:0 0 30px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
}

.faq-item[open] summary::after{
  content:"−";
  background:var(--dga-blue);
  color:#fff;
}

.faq-item div{
  padding:0 22px 22px;
  color:var(--dga-muted);
  line-height:1.75;
  font-size:17px;
}

@media (min-width:741px) and (max-width:1024px){
  .faq-hero{
    grid-template-columns:1fr;
  }
}

@media (max-width:740px){
  .faq-hero{
    grid-template-columns:1fr;
    padding:44px 18px;
  }

  .faq-hero h1{
    font-size:42px;
  }

  .faq-hero p{
    font-size:17px;
  }

  .faq-hero-card{
    padding:20px;
    border-radius:24px;
  }

  .faq-item summary{
    padding:17px;
    font-size:17px;
  }

  .faq-item div{
    padding:0 17px 17px;
    font-size:16px;
  }
}


/* ===== v1.42 Ana sayfa liste kartları ferah düzen ===== */
.home-media-events{
  align-items:stretch;
}

.home-clean-panel{
  padding:28px;
  border-radius:30px;
  overflow:hidden;
}

.home-clean-panel .compact-head{
  margin-bottom:20px;
  align-items:flex-end;
  gap:18px;
}

.home-clean-panel .compact-head h2{
  margin-bottom:0;
}

.home-clean-panel .compact-head > a{
  flex:0 0 auto;
  color:var(--dga-blue-dark);
  background:var(--dga-blue-soft);
  border:1px solid #C9ECF7;
  border-radius:999px;
  padding:9px 12px;
  text-decoration:none;
  font-weight:950;
  font-size:13px;
}

.clean-list{
  display:grid;
  gap:14px;
}

.clean-list-item{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 22px;
  align-items:center;
  gap:14px;
  min-height:88px;
  padding:16px;
  border:1px solid var(--dga-line);
  border-radius:22px;
  background:#fff;
  color:var(--dga-ink);
  text-decoration:none;
  box-shadow:0 10px 28px rgba(23,32,51,.045);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.clean-list-item:hover{
  transform:translateY(-2px);
  border-color:#BEE8F7;
  box-shadow:0 18px 42px rgba(23,32,51,.075);
}

.clean-icon,
.clean-date{
  width:52px;
  height:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
  font-weight:950;
  text-align:center;
  line-height:1.08;
}

.video-icon{
  background:#FFF3E6;
  color:var(--dga-orange);
  font-size:20px;
}

.clean-date{
  font-size:13px;
  padding:6px;
}

.clean-date b{
  font-size:11px;
}

.clean-body{
  min-width:0;
}

.clean-body strong{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:var(--dga-ink);
  font-size:17px;
  line-height:1.28;
  letter-spacing:-.15px;
  margin-bottom:5px;
}

.clean-body small{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:var(--dga-muted);
  font-size:14px;
  line-height:1.42;
}

.clean-arrow{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#F4FAFD;
  color:var(--dga-blue-dark);
  font-size:22px;
  line-height:1;
  opacity:.75;
}

.event-clean-list .clean-list-item{
  min-height:104px;
}

.event-clean-item .clean-body strong{
  font-size:18px;
}

@media (min-width:741px) and (max-width:1024px){
  .home-media-events{
    grid-template-columns:1fr;
  }
}

@media (max-width:740px){
  .home-clean-panel{
    padding:20px;
    border-radius:24px;
  }

  .home-clean-panel .compact-head{
    align-items:flex-start;
  }

  .clean-list-item{
    grid-template-columns:44px minmax(0,1fr);
    gap:12px;
    min-height:auto;
    padding:14px;
    border-radius:18px;
  }

  .clean-icon,
  .clean-date{
    width:44px;
    height:44px;
    border-radius:15px;
    font-size:12px;
  }

  .clean-arrow{
    display:none;
  }

  .clean-body strong{
    font-size:16px;
  }

  .clean-body small{
    font-size:13px;
  }
}


/* ===== v1.43 Dokuman ve kaynaklar ferah kart duzeni ===== */
.home-docs-books .clean-list-item{
  min-height:96px;
}

.clean-file-badge{
  min-width:52px;
  height:52px;
  padding:0 10px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:#EEF8FD;
  color:var(--dga-blue-dark);
  font-weight:900;
  font-size:13px;
  text-transform:uppercase;
}

.doc-clean-item .clean-body strong,
.book-clean-item .clean-body strong{
  font-size:17px;
}

.book-icon{
  background:#FFF5EA;
  color:var(--dga-orange);
  font-size:22px;
}

.docs-clean-list .clean-body small,
.books-clean-list .clean-body small{
  -webkit-line-clamp:3;
}

@media (max-width:740px){
  .clean-file-badge{
    min-width:44px;
    height:44px;
    border-radius:15px;
    font-size:11px;
    padding:0 8px;
  }
}


/* ===== v1.44 Galeri premium kart duzeni ===== */
.premium-gallery-section .compact-head{
  align-items:flex-end;
  gap:18px;
}

.premium-gallery-section .compact-head h2{
  margin-bottom:0;
}

.premium-gallery-section .compact-head > a{
  flex:0 0 auto;
  color:var(--dga-blue-dark);
  background:var(--dga-blue-soft);
  border:1px solid #C9ECF7;
  border-radius:999px;
  padding:10px 14px;
  text-decoration:none;
  font-weight:950;
  font-size:13px;
}

.gallery-premium-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}

.gallery-premium-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:26px;
  overflow:hidden;
  text-decoration:none;
  box-shadow:0 16px 40px rgba(23,32,51,.06);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gallery-premium-card:hover{
  transform:translateY(-4px);
  border-color:#BFE8F7;
  box-shadow:0 24px 50px rgba(23,32,51,.11);
}

.gallery-premium-media{
  position:relative;
  height:230px;
  background:#EAF7FD;
  overflow:hidden;
}

.gallery-premium-media img,
.gallery-premium-media .placeholder{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .28s ease;
}

.gallery-premium-card:hover .gallery-premium-media img,
.gallery-premium-card:hover .gallery-premium-media .placeholder{
  transform:scale(1.05);
}

.gallery-premium-media::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:40%;
  background:linear-gradient(180deg, rgba(15,23,42,0), rgba(15,23,42,.58));
  pointer-events:none;
}

.gallery-premium-badge{
  position:absolute;
  left:14px;
  top:14px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:var(--dga-orange-dark);
  border:1px solid rgba(245,130,32,.18);
  box-shadow:0 10px 24px rgba(15,23,42,.08);
  font-weight:950;
  font-size:12px;
}

.gallery-premium-content{
  display:grid;
  gap:8px;
  padding:18px 18px 20px;
}

.gallery-premium-content strong{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:var(--dga-ink);
  font-size:18px;
  line-height:1.28;
  letter-spacing:-.2px;
}

.gallery-premium-content small{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:var(--dga-muted);
  font-size:14px;
  line-height:1.5;
}

@media (min-width:741px) and (max-width:1200px){
  .gallery-premium-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:740px){
  .premium-gallery-section .compact-head{
    align-items:flex-start;
  }

  .gallery-premium-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }

  .gallery-premium-card{
    border-radius:20px;
  }

  .gallery-premium-media{
    height:170px;
  }

  .gallery-premium-content{
    padding:14px 14px 16px;
  }

  .gallery-premium-content strong{
    font-size:16px;
  }

  .gallery-premium-content small{
    font-size:13px;
    -webkit-line-clamp:2;
  }
}


/* ===== v1.45 Tek satir premium kayar galeri ===== */
.premium-gallery-section{
  overflow:hidden;
}

.gallery-premium-shell{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
}

.gallery-premium-strip{
  position:relative;
  flex:1 1 auto;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  cursor:grab;
  scrollbar-width:none;
  padding:6px 2px 10px;
}

.gallery-premium-strip::-webkit-scrollbar{
  display:none;
}

.gallery-premium-strip.dragging{
  cursor:grabbing;
  user-select:none;
}

.gallery-premium-track{
  display:flex;
  flex-wrap:nowrap;
  gap:18px;
  width:max-content;
}

.gallery-premium-shell::before,
.gallery-premium-shell::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:72px;
  z-index:1;
  pointer-events:none;
}

.gallery-premium-shell::before{
  left:46px;
  background:linear-gradient(90deg, #F7FBFE 0%, rgba(247,251,254,0) 100%);
}

.gallery-premium-shell::after{
  right:46px;
  background:linear-gradient(270deg, #F7FBFE 0%, rgba(247,251,254,0) 100%);
}

.gallery-premium-nav{
  position:relative;
  z-index:2;
  flex:0 0 46px;
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid #D7EAF6;
  background:#fff;
  color:var(--dga-blue-dark);
  box-shadow:0 12px 30px rgba(23,32,51,.08);
  font-size:28px;
  line-height:1;
  font-weight:400;
  cursor:pointer;
}

.gallery-premium-nav:hover{
  border-color:#98D3EA;
  box-shadow:0 18px 34px rgba(23,32,51,.12);
}

.gallery-premium-card{
  width:255px;
  flex:0 0 255px;
  min-width:255px;
  border-radius:28px;
}

.gallery-premium-media{
  height:235px;
  border-bottom:1px solid rgba(201,229,243,.85);
}

.gallery-premium-content{
  min-height:138px;
}

.gallery-premium-help{
  margin-top:12px;
  color:var(--dga-muted);
  font-size:13px;
  font-weight:700;
}

@media (max-width:1024px){
  .gallery-premium-card{
    width:230px;
    flex-basis:230px;
    min-width:230px;
  }

  .gallery-premium-media{
    height:210px;
  }
}

@media (max-width:740px){
  .gallery-premium-shell{
    gap:8px;
  }

  .gallery-premium-nav{
    display:none;
  }

  .gallery-premium-shell::before,
  .gallery-premium-shell::after{
    display:none;
  }

  .gallery-premium-strip{
    overflow-x:auto;
    padding:4px 0 8px;
  }

  .gallery-premium-track{
    gap:14px;
  }

  .gallery-premium-card{
    width:210px;
    flex-basis:210px;
    min-width:210px;
    border-radius:22px;
  }

  .gallery-premium-media{
    height:180px;
  }

  .gallery-premium-content{
    min-height:120px;
  }
}

/* ===== v1.65 Ana Menü Hover Köprüsü / Stabil Alt Menü Geçişi =====
   Üst menüden alt menüye inerken aradaki küçük boşluk hover durumunu kesmesin.
   Böylece alt menü saliselik kaybolup tekrar gelmez. */
@media (min-width:1025px){
  .nav-dropdown{
    position:relative !important;
  }

  .nav-dropdown::after{
    content:"";
    position:absolute;
    left:-12px;
    right:-12px;
    top:100%;
    height:20px;
    display:block;
    background:transparent;
    pointer-events:auto;
    z-index:79;
  }

  .submenu{
    top:calc(100% + 8px) !important;
    pointer-events:none;
    transition:
      opacity .14s ease,
      transform .14s ease,
      visibility 0s linear .14s !important;
  }

  .nav-dropdown:hover .submenu,
  .nav-dropdown:focus-within .submenu,
  .nav-dropdown.open .submenu{
    opacity:1 !important;
    visibility:visible !important;
    transform:translateY(0) !important;
    pointer-events:auto;
    transition-delay:0s !important;
  }

  .nav-dropdown:hover .nav-parent,
  .nav-dropdown:focus-within .nav-parent,
  .nav-dropdown.open .nav-parent{
    background:var(--dga-blue-soft) !important;
    color:var(--dga-blue-dark) !important;
  }

  .nav-dropdown:hover .nav-parent span,
  .nav-dropdown:focus-within .nav-parent span,
  .nav-dropdown.open .nav-parent span{
    transform:rotate(180deg);
    color:var(--dga-blue-dark) !important;
  }
}


/* ===== v1.66 Ana Menü Tıklama Yapışma Fix =====
   Masaüstünde ana menü başlığına tıklayınca dropdown açık kalmasın.
   Hover ile açılır, mouse ayrılınca kapanır; mobil/tablet dokunmatikte tıklama davranışı korunur. */
@media (min-width:1025px) and (hover:hover) and (pointer:fine){
  .nav-dropdown:focus-within:not(:hover):not(.open) .submenu{
    opacity:0 !important;
    visibility:hidden !important;
    transform:translateY(8px) !important;
    pointer-events:none !important;
    transition:
      opacity .12s ease,
      transform .12s ease,
      visibility 0s linear .12s !important;
  }

  .nav-dropdown:focus-within:not(:hover):not(.open) .nav-parent{
    background:transparent !important;
    color:var(--dga-ink) !important;
  }

  .nav-dropdown:focus-within:not(:hover):not(.open) .nav-parent span{
    transform:none !important;
    color:var(--dga-muted) !important;
  }
}

/* ===== v1.71 Site içi arama sonuç sayfası ===== */
.search-page .section-head{
  max-width:920px;
}

.search-page-form{
  align-items:center;
}

.search-results{
  display:grid;
  gap:14px;
}

.search-result-card{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  align-items:flex-start;
  background:#fff;
  border:1px solid var(--dga-line);
  border-radius:24px;
  padding:18px;
  box-shadow:0 14px 34px rgba(23,32,51,.055);
}

.search-result-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--dga-blue-soft);
  color:var(--dga-blue-dark);
  border:1px solid #BFE8F7;
  font-size:24px;
  font-weight:950;
}

.search-result-content h3{
  margin:6px 0 8px;
  font-size:22px;
  line-height:1.2;
}

.search-result-content h3 a{
  color:var(--dga-ink);
  text-decoration:none;
}

.search-result-content h3 a:hover{
  color:var(--dga-blue-dark);
}

.search-result-content p{
  margin:0 0 14px;
  color:var(--dga-muted);
  line-height:1.55;
}

.search-result-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.search-result-meta span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:4px 9px;
  border-radius:999px;
  background:#F0F8FC;
  color:var(--dga-blue-dark);
  border:1px solid #CFEAF5;
  font-size:12px;
  font-weight:900;
}

.search-result-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

@media (max-width:740px){
  .search-result-card{
    grid-template-columns:1fr;
    padding:16px;
  }
  .search-result-icon{
    width:48px;
    height:48px;
    border-radius:16px;
    font-size:20px;
  }
  .search-result-content h3{
    font-size:20px;
  }
}
