/* ============================================
   RESPONSIVE TASARIM
   ============================================ */

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 32px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .nav-link {
        padding: 30px 14px;
        font-size: 0.78rem;
    }

    .logo-img {
        width: 380px;
        height: 59px;
    }

    .site-header.scrolled .logo-img {
        width: 280px;
        height: 44px;
    }
}

@media (max-width: 992px) {
    .section {
        padding: 70px 0;
    }

    /* Header Mobil - Tasarım 5: Koyu Yeşil */
    .header-top {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }

    .nav-menu,
    .nav-right-group {
        display: none !important;
    }

    .mobile-right-group {
        display: flex;
    }

    .header-social-mobile {
        display: flex !important;
        gap: 12px;
        padding-left: 0;
        border-left: none;
    }

    .header-social-mobile a {
        color: rgba(242, 232, 207, 0.6) !important;
        font-size: 1rem !important;
    }

    .header-social-mobile a:hover {
        color: #f2e8cf !important;
    }

    .header-nav {
        background: #3a5a40 !important;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    }

    .header-nav .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 85px;
        max-width: 100%;
        padding: 0 20px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .logo {
        padding: 0;
        flex: 0 0 auto;
    }

    .logo-img {
        width: auto;
        height: 42px;
        filter: brightness(10);
    }

    .mobile-toggle {
        flex: 0 0 auto;
    }

    .mobile-toggle span {
        background: #f2e8cf;
    }

    .site-header.scrolled .header-nav {
        background: rgba(58, 90, 64, 0.97) !important;
    }

    .site-header.scrolled .header-nav .container {
        height: 58px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .site-header.scrolled .logo-img {
        width: auto;
        height: 36px;
    }

    /* Hero */
    .hero {
        min-height: 500px;
    }

    .hero-scroll {
        display: none;
    }

    /* Hakkımızda */
    .about-home-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-home-image {
        max-width: 500px;
    }

    .about-home-image::before {
        display: none;
    }

    .experience-badge {
        right: 0 !important;
        bottom: -20px !important;
    }

    /* Carousel */
    .carousel-wrapper {
        height: 420px;
    }

    .carousel-track {
        margin-top: -190px;
    }

    .carousel-card {
        width: 220px;
        height: 300px;
    }

    .carousel-card.active {
        width: 300px;
        height: 380px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 15px;
    }

    .section {
        padding: 60px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        height: 350px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .page-banner {
        height: 40vh;
        min-height: 300px;
    }

    .cta-section {
        padding: 80px 0;
        background-attachment: scroll;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 16px;
    }

    .hero {
        min-height: 450px;
    }

    .hero-content .hero-btns {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
    }

    .hero-content .hero-btns .btn {
        justify-content: center;
        width: 100%;
    }

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

    .section-header {
        margin-bottom: 40px;
    }

    .carousel-wrapper {
        height: 360px;
    }

    .carousel-track {
        margin-top: -160px;
        gap: 12px;
    }

    .carousel-card {
        width: 180px;
        height: 260px;
    }

    .carousel-card.active {
        width: 240px;
        height: 320px;
    }

    .projects-carousel-title span {
        padding: 14px 30px;
        letter-spacing: 2px;
    }

}
