* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    background: #050507;
    color: #fff;
}

/* ================= HERO ================= */

.blog-hero {
    position: relative;
    height: 55vh;
    background: url("image.png") center/cover no-repeat;
}

.blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.85));
}

.hero-header.blog-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lang-switch {
    display: flex;
    gap: 10px;
}

.lang {
    color: #ffd500;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .15em;
}

.lang.active {
    text-decoration: underline;
}

.menu-btn {
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.menu-btn span {
    width: 28px;
    height: 3px;
    background: white;
}

.blog-hero-content {
    position: absolute;
    bottom: 60px;
    left: 40px;
}

.blog-hero-content h1 {
    font-size: 58px;
    letter-spacing: 0.18em;
}

.blog-hero-content p {
    font-size: 15px;
    margin-top: 8px;
    opacity: 0.9;
}

/* ================= FULLSCREEN MENU ================= */

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 200;
    flex-direction: column;
}

.menu-overlay.active {
    display: flex;
}

.close-btn {
    position: absolute;
    top: 32px;
    right: 40px;
    font-size: 50px;
    background: none;
    border: none;
    color: #ffd500;
    cursor: pointer;
}

.menu-list {
    list-style: none;
    text-align: center;
    line-height: 2.2;
    font-size: 30px;
}

/* ================= BLOG SECTION ================= */

.blog-section {
    padding: 70px 40px 90px;
}

.blog-container {
    max-width: 1300px;
    margin: auto;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 32px;
}

.blog-card {
    background: #0b0b0d;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    border: 1px solid rgba(255,255,255,0.06);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(255,213,0,0.15);
}

.blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 22px;
}

.blog-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #ffd500;
}

.blog-title {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 600;
}

.blog-text {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.85;
    line-height: 1.6;
}

.blog-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    border: 1px solid #ffd500;
    color: #ffd500;
    text-decoration: none;
    letter-spacing: .15em;
    transition: background .2s ease;
}

.blog-btn:hover {
    background: #ffd500;
    color: #111;
}



/* ====== FOOTER ====== */

.footer {
    background: #0a0a0a;
    padding: 80px 40px 40px;
    color: #fff;
    margin-top: 0;
}

.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 50px;
}

/* Logo */
.footer-logo {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #ffd500;
    margin-bottom: 12px;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.8;
    max-width: 260px;
}

/* Titles */
.footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffd500;
    letter-spacing: 0.1em;
}

/* Quick links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: 0.25s ease;
}

.footer-links a:hover {
    color: #ffd500;
    padding-left: 6px;
}

/* Contact list */
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 14px;
    font-size: 15px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact i {
    color: #ffd500;
    font-size: 16px;
}

/* Bottom bar */
.footer-bottom {
    border-top: 1px solid #222;
    margin-top: 40px;
    padding-top: 18px;
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
    .footer {
        padding: 60px 20px 30px;
    }

    .footer-inner {
        gap: 30px;
    }

    .footer-desc {
        max-width: 100%;
    }
}
.menu-list a {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
    transition: 0.25s ease;
    letter-spacing: 0.12em;
}

.menu-list a:hover {
    color: #ffd500;
}

/* Aktif (bulunulan sayfa) */
.menu-list a.active {
    color: #ffd500;
    font-weight: 600;
}

/* Daha güzel görünmesi için LI'ları düzenledim */
.menu-list li {
    margin: 8px 0;
    list-style: none;
}
