/* ============================================================
   index.css — Ana sayfa (homepage) stilleri
   ============================================================ */

/* === Taşındı: generator blok 1 === */
.hs-wrap { margin: 48px 0; }
/* Section başlığı */
.hs-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; padding-bottom:12px; border-bottom:2px solid #E2E8F0; }
.hs-head-label { font-size:17px; font-weight:800; color:var(--ackg-dark); display:flex; align-items:center; gap:10px; }
.hs-head-label::before { content:""; width:4px; height:20px; background:var(--ackg-red); border-radius:3px; display:inline-block; }
.hs-see-all { font-size:11px; font-weight:800; color:var(--ackg-red); text-decoration:none; letter-spacing:.5px; display:flex; align-items:center; gap:4px; }
.hs-see-all:hover { opacity:.7; }
/* À la une — tek kart, sol içerik sağ resim */
/* À la une — editorial kart */
.hs-une-card { background:#fff; border-radius:20px; overflow:hidden; border:1px solid rgba(15,23,42,0.08); box-shadow:0 4px 24px rgba(15,23,42,0.06); transition:transform .25s,box-shadow .25s; }
.hs-une-card:hover { transform:translateY(-3px); box-shadow:0 12px 40px rgba(15,23,42,0.11); }
.hs-une-inner { display:flex; gap:0; align-items:stretch; }
.hs-une-content { flex:1; padding:36px 40px; display:flex; flex-direction:column; justify-content:space-between; }
.hs-une-top { display:flex; flex-direction:column; }
.hs-une-badge { display:inline-flex; align-items:center; gap:7px; font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#993C1D; background:#FAECE7; padding:5px 13px; border-radius:99px; width:fit-content; margin-bottom:16px; }
.hs-une-badge-dot { width:6px; height:6px; border-radius:50%; background:#D85A30; flex-shrink:0; }
.hs-une-date { font-size:12px; font-weight:700; color:var(--ackg-red); margin-bottom:10px; letter-spacing:.04em; }
.hs-une-title { font-size:26px; font-weight:800; color:var(--ackg-dark); line-height:1.3; margin:0 0 14px; }
.hs-une-text { font-size:14px; color:var(--ackg-muted); line-height:1.75; flex:1; }
.hs-une-footer { margin-top:28px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px; }
.hs-une-btn { display:inline-flex; align-items:center; gap:8px; background:var(--ackg-red); color:#fff; padding:11px 22px; border-radius:99px; font-weight:700; font-size:13px; text-decoration:none; letter-spacing:.02em; transition:background .2s,transform .15s; }
.hs-une-btn:hover { background:var(--ackg-red-hover); transform:translateX(2px); }
.hs-une-btn svg { transition:transform .15s; }
.hs-une-btn:hover svg { transform:translateX(3px); }
.hs-une-img-wrap { flex:0 0 45%; position:relative; overflow:hidden; aspect-ratio:4/3; min-height:280px; max-height:420px; }
.hs-une-img-wrap img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center top; display:block; transition:transform .4s ease; }
.hs-une-card:hover .hs-une-img-wrap img { transform:scale(1.04); }
/* Paylaşım bar — sade yuvarlak ikonlar */
.hs-share-bar { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.hs-share-label { font-size:11px; font-weight:600; color:#94A3B8; letter-spacing:.05em; white-space:nowrap; }
.hs-share-btns { display:flex; gap:7px; flex-wrap:wrap; align-items:center; }
.hs-share-btn { width:32px; height:32px; border-radius:50% !important; display:inline-flex; align-items:center; justify-content:center; text-decoration:none; font-size:13px; border:1px solid rgba(15,23,42,0.10) !important; background:#F8FAFC !important; color:#64748B !important; cursor:pointer; transition:background .15s,border-color .15s,color .15s,transform .15s; flex-shrink:0; }
.hs-share-btn:hover { background:#FAECE7 !important; border-color:#F0997B !important; color:#993C1D !important; transform:translateY(-2px); opacity:1; }
/* Responsive */
@media(max-width:768px){ .hs-une-inner{flex-direction:column;} .hs-une-img-wrap{flex:0 0 220px;min-height:220px;order:-1;} .hs-une-content{padding:24px 20px;} .hs-une-footer{flex-direction:column;align-items:flex-start;} }
/* Dernières actualités */
.hs-news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.hs-news-card { background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 2px 12px rgba(0,0,0,0.06); text-decoration:none; color:inherit; display:block; transition:transform .2s,box-shadow .2s; }
.hs-news-card:hover { transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,0,0,0.12); }
.hs-news-img { width:100%; aspect-ratio:16/9; object-fit:cover; display:block; background:#E2E8F0; }
.hs-news-body { padding:12px 14px 16px; }
.hs-news-date { font-size:11px; color:var(--ackg-muted); font-weight:700; margin-bottom:6px; display:flex; align-items:center; gap:6px; }
.hs-news-title { font-size:14px; font-weight:800; color:var(--ackg-dark); line-height:1.4; margin-bottom:6px; }
.hs-news-text { font-size:12px; color:var(--ackg-muted); line-height:1.5; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.hs-news-link { font-size:12px; font-weight:700; color:var(--ackg-red); margin-top:8px; display:inline-flex; align-items:center; gap:4px; }
/* Afficher plus */
.hs-more-btn { display:inline-flex; align-items:center; gap:8px; background:var(--ackg-dark); color:#fff; padding:13px 30px; border-radius:12px; font-weight:700; font-size:14px; text-decoration:none; transition:background .2s; }
.hs-more-btn:hover { background:var(--ackg-dark-hover); }
/* Responsive */
@media(max-width:900px){ .hs-une{flex-direction:column;} .hs-une-right{width:100%;min-height:200px;} .hs-news-grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:600px){ .hs-news-grid{grid-template-columns:1fr;} }


/* === Taşındı: generator blok 2 === */
.heroStatic {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #0f172a;
  display: block;
  width: 100%;
}

.heroStaticBg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.heroStaticBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
}

.heroStaticBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(8, 13, 23, .82) 0%,
      rgba(8, 13, 23, .70) 34%,
      rgba(8, 13, 23, .34) 62%,
      rgba(8, 13, 23, .55) 100%
    );
  pointer-events: none;
}

.heroStaticContainer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 24px 118px;
  position: relative;
  z-index: 2;
  min-height: 590px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.heroStaticContent {
  max-width: 610px;
  z-index: 3;
  color: #fff;
}

.heroStaticTitle {
  font-size: clamp(42px, 5.6vw, 72px);
  font-weight: 950;
  color: #ffffff;
  line-height: .98;
  letter-spacing: -2.2px;
  margin: 0 0 18px;
  text-shadow: 0 18px 42px rgba(0,0,0,.38);
}

.heroStaticSubtitle {
  font-size: clamp(17px, 2vw, 23px);
  color: var(--ackg-gold);
  font-weight: 900;
  margin: 0 0 22px;
  line-height: 1.35;
  text-shadow: 0 10px 24px rgba(0,0,0,.35);
}

.heroStaticDesc {
  font-size: 17px;
  color: rgba(255,255,255,.90);
  line-height: 1.72;
  margin: 0 0 34px;
  max-width: 560px;
  font-weight: 650;
  text-shadow: 0 10px 24px rgba(0,0,0,.28);
}

.heroStaticButtons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.heroStaticBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 12px;
  font-weight: 950;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .35px;
  transition: all .25s ease;
  border: 2px solid transparent;
}

.heroStaticBtn--primary {
  background: var(--ackg-red);
  color: #fff;
  box-shadow: 0 16px 34px rgba(220, 24, 24, .36);
}

.heroStaticBtn--primary:hover {
  background: var(--ackg-red-hover);
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(220, 24, 24, .45);
}

.heroStaticBtn--outline {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-color: rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
}

.heroStaticBtn--outline:hover {
  background: #fff;
  color: #111827;
  transform: translateY(-3px);
}

.heroStaticBtn--dark {
  background: rgba(15,23,42,.88);
  color: #fff;
  border-color: rgba(255,255,255,.18);
}

.heroStaticBtn--dark:hover {
  background: #020617;
  transform: translateY(-3px);
}

.heroStaticArrow {
  transition: transform .25s ease;
}

.heroStaticBtn:hover .heroStaticArrow {
  transform: translateX(5px);
}

@media (max-width: 900px) {
  .heroStatic {
    min-height: 640px;
  }

  .heroStaticContainer {
    padding: 72px 20px 190px;
    min-height: 640px;
  }

  .heroStaticBg::after {
    background:
      linear-gradient(180deg,
        rgba(8,13,23,.55) 0%,
        rgba(8,13,23,.72) 46%,
        rgba(8,13,23,.88) 100%
      );
  }

  .heroStaticContent {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .heroStatic { min-height: 520px; }
  .heroStaticContainer { padding: 48px 18px 180px; min-height: 520px; }
  .heroStaticTitle { font-size: 34px; letter-spacing: -1px; line-height: 1.05; }
  .heroStaticSubtitle { font-size: 14px; }
  .heroStaticDesc { font-size: 14px; margin-bottom: 20px; }
  .heroStaticButtons { flex-direction: row; gap: 10px; flex-wrap: nowrap; }
  .heroStaticBtn { flex: 1; min-width: 0; min-height: 44px; padding: 0 12px; font-size: 11px; letter-spacing: .15px; border-radius: 10px; white-space: nowrap; }
}


/* === Taşındı: generator blok 3 === */
.hm-mission { background:#FFFBF0; border-radius:20px; padding:40px; margin:40px 0; border:1px solid #F3E8C0; }
.hm-mission-wrap { display:flex; gap:40px; align-items:center; }
.hm-mission-left { flex:0 0 260px; }
.hm-mission-label { display:flex; align-items:center; gap:8px; font-size:17px; font-weight:800; color:var(--ackg-dark); margin-bottom:16px; }
.hm-mission-label::before { content:''; width:4px; height:20px; background:var(--ackg-red); border-radius:3px; }
.hm-mission-desc { font-size:14px; color:var(--ackg-muted); line-height:1.7; margin-bottom:20px; }
.hm-mission-btn { display:inline-flex; align-items:center; gap:6px; background:var(--ackg-red); color:#fff; padding:10px 20px; border-radius:8px; font-weight:800; font-size:13px; text-decoration:none; text-transform:uppercase; letter-spacing:.4px; transition:background .2s; }
.hm-mission-btn:hover { background:var(--ackg-red-hover); }
.hm-mission-right { flex:1; display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-left:1px solid #E8D89A; padding-left:40px; }
.hm-stat-item { text-align:center; padding:16px 10px; border-right:1px solid #F0E4C0; }
.hm-stat-item:last-child { border-right:none; }
.hm-stat-icon { margin-bottom:10px; }
.hm-stat-icon img { width:36px; height:36px; object-fit:contain; }
.hm-stat-num { font-size:28px; font-weight:900; color:#D97706; line-height:1.1; margin-bottom:6px; }
.hm-stat-label { font-size:12px; color:var(--ackg-muted); line-height:1.4; font-weight:600; }
@media(max-width:900px){ .hm-mission-wrap{flex-direction:column;} .hm-mission-left{flex:none;width:100%;} .hm-mission-right{border-left:none;border-top:1px solid #E8D89A;padding-left:0;padding-top:24px;grid-template-columns:repeat(2,1fr);} }
@media(max-width:480px){ .hm-mission-right{grid-template-columns:repeat(2,1fr);} }


/* === Taşındı: generator blok 4 === */
.heroValues {
  position: relative;
  z-index: 6;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-top: -104px;
  padding: 0 20px;
  background: transparent;
}

.heroValuesContainer {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(5, 10, 18, .78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.12);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  box-shadow: 0 -18px 48px rgba(0,0,0,.20);
}

.heroValuesItem {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: flex-start;
  gap: 14px;
  color: #fff;
  padding: 24px 26px;
  border-right: 1px solid rgba(255,255,255,.16);
}

.heroValuesItem:last-child {
  border-right: 0;
}

.heroValuesIcon{
  font-size: 26px;
  color: var(--ackg-gold);
  width: 46px;
  height: 46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 12px;

  background: rgba(245,197,24,.08);
  border: 1px solid rgba(245,197,24,.25);

  box-shadow:
    inset 0 0 0 1px rgba(245,197,24,.12),
    0 0 12px rgba(245,197,24,.15);

  transition: all .25s ease;
}

.heroValuesItem:hover .heroValuesIcon{
  transform: translateY(-2px);
  box-shadow:
    0 8px 20px rgba(245,197,24,.25),
    inset 0 0 0 1px rgba(245,197,24,.2);
}

.heroValuesBody {
  flex: 1;
  min-width: 0;
}

.heroValuesTitle {
  font-size: 16px;
  font-weight: 950;
  margin: 0 0 5px;
  color: #fff;
  letter-spacing: -.35px;
  line-height: 1.2;
}

.heroValuesText {
  font-size: 13px;
  color: rgba(255,255,255,.82);
  line-height: 1.45;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 900px) {
  .heroValues {
    margin-top: -150px;
  }

  .heroValuesContainer {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 18px;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .heroValuesItem:nth-child(2) {
    border-right: 0;
  }

  .heroValuesItem:nth-child(1),
  .heroValuesItem:nth-child(2) {
    border-bottom: 1px solid rgba(255,255,255,.16);
  }
}

@media (max-width: 520px) {
  .heroValues {
    margin-top: -160px;
    padding: 0 14px;
  }

  .heroValuesContainer {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .heroValuesItem {
    padding: 13px 16px;
    gap: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
    align-items: center;
  }

  .heroValuesItem:last-child {
    border-bottom: 0;
  }

  .heroValuesIcon {
    width: 34px;
    height: 34px;
    font-size: 17px;
    border-radius: 50%;
    background: rgba(245,197,24,.05);
    border: 1px solid rgba(245,197,24,.15);
    box-shadow: none;
    flex-shrink: 0;
  }

  .heroValuesTitle {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 2px;
  }

  .heroValuesText {
    font-size: 11px;
  }
}


/* === Taşındı: generator blok 5 === */
.hev-section { margin:48px 0; }
.hev-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; padding-bottom:12px; border-bottom:2px solid #E2E8F0; }
.hev-head-label { font-size:17px; font-weight:800; color:var(--ackg-dark); display:flex; align-items:center; gap:10px; }
.hev-head-label::before { content:''; width:4px; height:20px; background:var(--ackg-red); border-radius:3px; }
.hev-nav { display:flex; gap:8px; }
.hev-nav-btn { width:36px; height:36px; border-radius:50%; border:1px solid #E2E8F0; background:#fff; font-size:15px; cursor:pointer; display:flex; align-items:center; justify-content:center; color:var(--ackg-dark); transition:all .2s; }
.hev-nav-btn:hover { background:var(--ackg-dark); color:#fff; border-color:var(--ackg-dark); }
.hev-track-wrap { overflow:hidden; }
.hev-track { display:flex; gap:16px; scroll-behavior:smooth; overflow-x:auto; scrollbar-width:none; scroll-snap-type:x mandatory; padding-bottom:4px; }
.hev-track::-webkit-scrollbar { display:none; }
.hev-card { flex:0 0 calc(33.33% - 11px); min-width:240px; background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 2px 12px rgba(0,0,0,0.07); scroll-snap-align:start; transition:transform .2s,box-shadow .2s; }
.hev-card:hover { transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,0,0,0.12); }
.hev-img { position:relative; height:140px; overflow:hidden; }
.hev-img img { width:100%; height:100%; object-fit:cover; display:block; }
.hev-img-placeholder { width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:40px; }
.hev-date-badge { position:absolute; top:10px; left:10px; background:#fff; border-radius:10px; padding:6px 10px; text-align:center; box-shadow:0 2px 8px rgba(0,0,0,0.15); min-width:44px; }
.hev-day { display:block; font-size:18px; font-weight:900; color:var(--ackg-dark); line-height:1; }
.hev-mon { display:block; font-size:10px; font-weight:700; color:var(--ackg-red); text-transform:uppercase; letter-spacing:.5px; margin-top:2px; }
.hev-body { padding:14px 16px 16px; }
.hev-title { font-size:14px; font-weight:800; color:var(--ackg-dark); line-height:1.4; margin-bottom:6px; }
.hev-text { font-size:12px; color:var(--ackg-muted); line-height:1.5; margin-bottom:8px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.hev-loc { font-size:11px; color:var(--ackg-muted); font-weight:600; }
@media(max-width:768px){ .hev-card{flex:0 0 calc(50% - 8px);} }
@media(max-width:480px){ .hev-card{flex:0 0 85%;} }
/* ============================================================
   İSTATİSTİK BARI — hstat
   ============================================================ */
.hstat-bar {
  background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.hstat-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
}
.hstat-item {
  flex: 1;
  text-align: center;
  padding: 28px 24px;
}
.hstat-num {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 950;
  color: #FACC15;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 6px;
}
.hstat-lbl {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.3;
}
.hstat-sep {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}
@media(max-width:768px){
  .hstat-inner { flex-wrap: wrap; }
  .hstat-item { flex: 0 0 50%; padding: 20px 16px; }
  .hstat-sep { display: none; }
  .hstat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08); }
  .hstat-item:nth-child(1),.hstat-item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.08); }
}
@media(max-width:480px){
  .hstat-item { flex: 0 0 100%; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.08) !important; padding: 16px 20px; }
  .hstat-item:last-child { border-bottom: none !important; }
}

/* ============================================================
   KURS CTA BANDI — hcta-cours
   ============================================================ */
.hcta-cours {
  background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
  border-top: 3px solid #15803D;
  border-bottom: 1px solid #BBF7D0;
  padding: 28px 20px;
}
.hcta-cours-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.hcta-cours-title {
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 900;
  color: #14532D;
  margin-bottom: 4px;
  line-height: 1.25;
}
.hcta-cours-sub {
  font-size: 13px;
  color: #166534;
  font-weight: 600;
  line-height: 1.5;
}
.hcta-cours-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #15803D;
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(21,128,61,.3);
  transition: background .2s, transform .2s, box-shadow .2s;
  letter-spacing: .02em;
}
.hcta-cours-btn:hover {
  background: #14532D;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(21,128,61,.4);
}
@media(max-width:640px){
  .hcta-cours-inner { flex-direction: column; align-items: flex-start; }
  .hcta-cours-btn { width: 100%; justify-content: center; }
}
