 :root {
      --primary-bg: #2e3249;
      --accent: #d2691e;
    }

    * {
      box-sizing: border-box;
    }
  
    body {
      font-family: 'Roboto', sans-serif;
      margin: 0;
      background-color: #f9f3e8;
      color: #3a2c1b;
    }

    header {
      background-color: #fff;
      padding: 20px;
      text-align: center;
      position: relative;
    }

    header img {
      height: 120px;
      margin-bottom: 10px;
    }

    /* --- Hamburger Menü --- */
    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 20px;
    }

    .menu-toggle span {
      height: 3px;
      width: 25px;
      background: #3a2c1b;
      margin: 4px 0;
      border-radius: 2px;
    }

    .nav-menu ul {
      list-style: none;
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
      padding: 0;
      margin: 10px 0 0;
    }

    .nav-menu a {
      text-decoration: none;
      color: #3a2c1b;
      font-weight: bold;
      transition: color 0.3s;
    }

    .nav-menu a:hover {
      color: var(--accent);
    }

    .container {
      max-width: 100%;
      margin: 40px auto;
      background: #fff;
      border-radius: 8px;
      padding: 30px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .ik-yazi {
      text-align: center;
    }

    .ik-yazi h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2.2rem;
    }

    .ik-yazi p {
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.7;
      font-size: 1.1rem;
      color: #4a3b29;
    }

   

/* --- mobile-banner: varsayılan gizli --- */
/* --- mobile-banner: varsayılan --- */
.mobile-banner{ display:none; }
.mobile-banner ul{
  list-style:none;
  margin:0;
  padding:0 16px 8px;
}
.mobile-banner li{ margin:12px 0; }   /* alt alta boşluk */
.mobile-banner img{
  width:100%;
  height:auto;            /* orantılı, kırpmadan */
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
  display:block;
}

/* Mobil kırılım */
@media (max-width: 768px){
  /* banner.jpg gizle */
    .banner-mobile-hide{ display:none !important; }

  /* mobile-banner göster ve dikey liste */
  .mobile-banner{ display:block; margin: 6px 0 24px; }
  .mobile-banner ul{
    display:block;         /* flex yok */
    overflow:visible;      /* yatay kaydırma yok */
    padding:0 16px 8px;
  }
  .mobile-banner li{
    margin:12px 0;
  }
}
/* ========== Sade Header ========== */
.site-header{
  background:#fff;
  border-bottom:1px solid #eee;
  padding:18px 16px 8px;
  position:relative;
}
.site-header .brand{
  display:flex; align-items:center; justify-content:center;
}
.site-header .brand img{ height:88px; }

.site-header .menu-toggle{
  display:none; position:absolute; right:16px; top:16px;
  width:36px; height:30px; padding:0; border:0; background:transparent; cursor:pointer;
}
.site-header .menu-toggle span{
  display:block; height:3px; width:100%; background:#3a2c1b; margin:6px 0; border-radius:2px;
}

.site-header .nav-menu ul{
  list-style:none; margin:10px 0 0; padding:0;
  display:flex; gap:28px; justify-content:center; flex-wrap:wrap;
}
.site-header .nav-menu a{
  color:#2b2b2b; text-decoration:none; font-weight:600;
}
.site-header .nav-menu a:hover{ color:var(--accent); }

/* Mobil header */
/* Mobilde hamburger yok; menü her zaman görünür ve yatay */
@media (max-width: 768px){
  #overlay{ display:none !important; }            /* karartma gerekmez */
  .site-header .menu-toggle{ display:none !important; }
.site-header .nav-menu li img[alt="Kariyer.net"]{ transform: translateY(8px); }
  .site-header{ padding:14px 12px 6px; }
  .site-header .brand img{ height:64px; }

  .site-header .nav-menu ul{
    position: static;         /* absolute değil */
    display: flex;            /* yatay */
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 8px 0 0;
    margin: 0;
    flex-wrap: nowrap;        /* tek satır kalsın */
    overflow-x: auto;         /* sığmazsa yatay kaydırılsın */
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .site-header .nav-menu li{ flex: 0 0 auto; }
  .site-header .nav-menu a{
    font-size: 14px;
    padding: 6px 0;
  }
}


/* ========== Sade Footer (koyu, temiz) ========== */
.container:last-of-type { margin-bottom: 0; } 
.site-footer{
  background:#192f5c; color:#e9e9ea;
  padding:36px 20px 18px; margin-top: auto;
}
.site-footer .footer-inner{
  max-width:1200px; margin:0 auto;
  display:grid;
  grid-template-columns: 2fr 1fr 1fr 1fr; /* Mağazalar / Kurumsal / Yasal ... */
  column-gap:32px;
  row-gap:20px;
  align-items:start;
}

/* Mağazalar */
.site-footer .footer-shops{ justify-self:start; text-align:left; }
.site-footer .footer-shops ul{
  list-style:none; padding:0; margin:8px 0 0;
  columns:2; column-gap:20px; column-fill:balance;
}
.site-footer .footer-shops li{
  margin:6px 0;
  break-inside:avoid; -webkit-column-break-inside:avoid;
}
.site-footer .footer-shops li.col-break{
  break-after:column; -webkit-column-break-after:column;
}

/* Başlık / metin / linkler */
.site-footer h3{
  margin:0 0 14px; font:700 16px/1.25 'Roboto', serif; color:#ffffff; letter-spacing:.2px;
}
.site-footer p, .site-footer ul{ margin:0; padding:0; list-style:none; }
.site-footer li{ margin:6px 0; }
.site-footer a{ color:#f4f4f5; opacity:.9; text-decoration:none; }
.site-footer a:hover{ color:#fff; opacity:1; }
.site-footer .contact{ font-weight:600; }
.site-footer .apps img{ height:34px; display:block; margin:6px 0; }
.site-footer .social a{ display:inline-block; margin-right:10px; opacity:.9; }
.site-footer .social img{ width:22px; height:22px; }

/* Logo: 10px yukarı */
.site-footer .footer-inner > div:first-child img{
  display:block; margin-top:-10px; transform: translateY(5px);
}

/* Alt çizgi */
.site-footer .footer-bottom{
  max-width:1200px; margin:20px auto 0;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#cfd0d3; font-size:12px; text-align:center;
}

/* Tablet */
@media (max-width: 900px){
  .site-footer .footer-inner{
    grid-template-columns: 1fr 1fr;
    column-gap:20px;
  }
}

/* Mobil */
@media (max-width: 600px){
  .site-footer .footer-inner{ grid-template-columns: 1fr; }
  .site-footer .footer-shops ul{ columns:1; }
}

.footer-logo-wrap {
  display: flex;
  align-items: center;   /* dikey ortala */
  gap: 18px;             /* logo ile buton arası boşluk */
  flex-wrap: wrap;       /* mobilde alta geçebilir */
}

.footer-logo {
  height: 75px;
  display: block;
}

.apply-btn {
  background: #d2691e;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.apply-btn:hover {
  background: #b85815;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}


.right-footer{
    display: flex;
    text-align: center;
    align-items: center;
    flex-wrap: inherit;
}

/* === İlan listesi (Kariyer.net stili) === */
.ilan-bolumu{
  max-width:1200px;
  margin:24px auto 12px;
  padding:0 16px;
}
.ilan-ust{
  display:flex; gap:18px;
}



/* Sağ içerik */
.ilan-icerik-alan{ flex:1; }
.ilan-baslik{
  background:#ffffff; color:#2e3249;
  border-radius:12px; padding:14px 18px; margin:0 0 14px;
  font:700 18px/1.25 'Roboto', sans-serif;
  display:flex; justify-content:space-between; align-items:center;
}
.ilan-baslik a{ font-weight:600; color:#2e3249; text-decoration:none; opacity:.7;}
.ilan-baslik a:hover{ opacity:1; }

/* Kart grid */
.ilan-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:16px;
}
.ilan-kart{
  background:#fff; border:1px solid #eaeaea; border-radius:12px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
  padding:14px; display:flex; align-items:center; gap:12px;
  transition:box-shadow .2s, transform .06s ease;
}
.ilan-kart:hover{ box-shadow:0 8px 20px rgba(0,0,0,.12); transform:translateY(-1px); }

.ilan-logo{ width:44px; height:44px; object-fit:contain; flex:0 0 44px; }
.ilan-icerik{ flex:1; min-width:0; }
.ilan-pozisyon{ margin:0 0 6px; font:700 16px/1.25 'Roboto', sans-serif; color:#2e3249; }
.ilan-detay{
  display:flex; flex-wrap:wrap; gap:10px; font:400 13px/1.3 'Roboto', sans-serif; color:#6b7280;
}
.ilan-badge{ margin-left:auto; font:600 12px 'Roboto', sans-serif; color:#16a34a; }

/* Başvur butonu */
.ilan-btn{
  background:#d2691e; color:#fff; text-decoration:none; font-weight:700;
  padding:8px 14px; border-radius:999px; white-space:nowrap;
}
.ilan-btn:hover{ background:#b85815; }

/* Mobil düzen */
@media (max-width: 980px){
  .ilan-ust{ display:block; }
  .ilan-sol-menu{ width:auto; position:static; margin-bottom:12px; }
}
@media (max-width: 768px){
  .ilan-grid{ grid-template-columns:1fr; }
}
