body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(135deg, #f0f4f9 0%, #e0e7ef 100%);
    color: #222;
    min-height: 100vh;
}
/* Modern Koyu Header (Footer ile uyumlu) */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 40px;
  background: #353535;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.logo {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}
main {
    max-width: 700px;
    margin: 2.5rem auto 2rem auto;
    padding: 0 1rem;
}
.yazilar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.yazi {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(30,41,59,0.11);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    transition: box-shadow 0.25s, transform 0.18s;
    position: relative;
    overflow: hidden;
    border-left: 6px solid #fbbf24;
    animation: fadeInUp 0.7s cubic-bezier(.39,.575,.56,1) both;
}
.yazi:hover {
    box-shadow: 0 8px 32px rgba(30,41,59,0.18);
    transform: translateY(-4px) scale(1.015);
    border-left: 6px solid #f59e42;
}
.yazi h2 {
    margin: 0 0 0.7rem 0;
    font-size: 1.45rem;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    font-weight: 700;
}
.yazi h2 a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s;
}
.yazi h2 a:hover {
    color: #f59e42;
}
.ozet {
    margin: 0 0 1.1rem 0;
    color: #475569;
    font-size: 1.08rem;
    line-height: 1.6;
}
.tarih {
    font-size: 0.98rem;
    color: #64748b;
    position: absolute;
    bottom: 1.1rem;
    right: 1.5rem;
    background: #f6f8fa;
    padding: 0.18rem 0.7rem;
    border-radius: 8px;
    font-weight: 500;
}
footer {
    text-align: center;
    padding: 1.2rem 0 0.7rem 0;
    color: #64748b;
    font-size: 1rem;
    background: none;
}
/* Footer Tasarımı */
/* Modern ve Göze Hitap Eden Footer */
/* Footer Konum Düzeltmeleri */
/* Örnek Tasarıma Benzer Modern Footer */
.site-footer {
  background: #353535;
  color: #eaeaea;
  padding: 48px 0 0 0;
  font-size: 1.08rem;
  border-top: 1px solid #444;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 36px;
  flex-wrap: wrap;
  padding: 0 24px;
}
.footer-col {
  flex: 1 1 220px;
  min-width: 200px;
  margin-bottom: 32px;
}
.footer-logo {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 1px;
  color: #fff;
}
.footer-brand p {
  color: #c7c7c7;
  font-size: 1.01rem;
  margin-top: 0;
}
.footer-col h4 {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.footer-menu ul, .footer-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu li {
  margin-bottom: 10px;
}
.footer-menu a {
  color: #eaeaea;
  text-decoration: none;
  font-size: 1.05rem;
  transition: color 0.2s;
}
.footer-menu a:hover {
  color: #fbbf24;
}
.footer-blog-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}
.footer-blog-thumb {
  width: 48px;
  height: 48px;
  background: #222;
  border-radius: 6px;
  flex-shrink: 0;
}
.footer-blog-item a {
  color: #eaeaea;
  font-weight: 500;
  font-size: 1.01rem;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-blog-item a:hover {
  color: #e94560;
}
.footer-blog-date {
  color: #b0b0b0;
  font-size: 0.93rem;
  margin-top: 2px;
}
.footer-newsletter p {
  color: #c7c7c7;
  font-size: 1.01rem;
  margin-bottom: 12px;
}
.footer-news-form {
  display: flex;
  gap: 0;
  margin-top: 6px;
}
.footer-news-form input[type="email"] {
  padding: 8px 12px;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  font-size: 1rem;
  background: #222;
  color: #fff;
}
.footer-news-form button {
  padding: 8px 18px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #e94560;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}
.footer-news-form button:hover {
  background: #fbbf24;
  color: #222;
}
.footer-bottom {
  border-top: 1px solid #444;
  text-align: center;
  color: #b0b0b0;
  font-size: 0.99rem;
  margin-top: 18px;
  padding: 18px 0 10px 0;
  letter-spacing: 0.5px;
}
@media (max-width: 1000px) {
  .footer-container {
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-col {
    min-width: 180px;
  }
}
@media (max-width: 700px) {
  .footer-container {
    flex-direction: column;
    gap: 0;
    padding: 0 8px;
  }
  .footer-col {
    min-width: 0;
    margin-bottom: 32px;
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    padding: 18px 14px 16px 14px;
    box-shadow: 0 2px 8px 0 rgba(30,41,59,0.06);
  }
  .footer-col h4 {
    font-size: 1.13rem;
    margin-bottom: 14px;
  }
  .footer-logo {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .footer-brand p,
  .footer-newsletter p {
    font-size: 0.99rem;
  }
  .footer-blog-item {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 8px;
  }
  .footer-blog-thumb {
    width: 38px;
    height: 38px;
  }
  .footer-news-form {
    flex-direction: column;
    gap: 8px;
  }
  .footer-news-form input[type="email"] {
    width: 100%;
    font-size: 1rem;
    border-radius: 4px;
    margin-bottom: 0;
    padding: 10px 12px;
  }
  .footer-news-form button {
    width: 100%;
    font-size: 1.05rem;
    border-radius: 4px;
    padding: 10px 0;
  }
  .footer-bottom {
    font-size: 0.97rem;
    padding: 14px 0 8px 0;
  }
  .footer-son-yazilar-mobile {
    text-align: center !important;
  }
  .footer-son-yazilar-mobile .d-flex {
    justify-content: center !important;
  }
}
@media (max-width: 900px) {
  .site-header {
    padding: 16px 12px;
  }
  .logo {
    font-size: 1.3rem;
  }
}
@media (max-width: 700px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 6px;
  }
  .logo {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Banner (Carousel) Yüksekliği */
#mainCarousel {
  max-height: 320px;
  overflow: hidden;
}
#mainCarousel .carousel-item img {
  height: 320px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 700px) {
  #mainCarousel {
    max-height: 180px;
  }
  #mainCarousel .carousel-item img {
    height: 180px;
  }
  #mainCarousel .carousel-caption {
    padding: 8px 6px;
    font-size: 0.98rem;
  }
} 
/* Kategoriler kart görseli sabit boyut */
.card-img-top {
  height: 180px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Banner (Slider) için gelişmiş uyumluluk */
#mainCarousel {
  max-height: 320px;
  overflow: hidden;
}
#mainCarousel .carousel-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 16/9;
  min-width: 100%;
  min-height: 100%;
  background: #222;
}
@media (max-width: 700px) {
  #mainCarousel {
    max-height: 180px;
  }
  #mainCarousel .carousel-item img {
    height: 180px;
  }
}
/* Kartlar için gelişmiş uyumluluk */
.card.h-100 {
  display: flex;
  flex-direction: column;
}
.card-img-top {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 16/9;
  min-width: 100%;
  min-height: 100%;
  background: #f0f0f0;
  flex-shrink: 0;
}
.card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* Safari'ye özel düzeltmeler */
@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) {
  #mainCarousel .carousel-item img,
  .card-img-top {
    aspect-ratio: 16/9 !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}}
.navbar-toggler {
  z-index: 1051 !important;
  position: relative;
}