/* TABLET */
@media(max-width:1024px){
.container{padding:0 24px}
.hero-title{font-size:52px}
.section-title{font-size:36px}
.services-grid,.products-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.features-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.footer-content{grid-template-columns:repeat(2,1fr);gap:40px}
.about-content{grid-template-columns:1fr;gap:40px}
.process-timeline{flex-wrap:wrap}
.process-step{flex:1 1 calc(50% - 10px)}
.contact-wrapper{grid-template-columns:1fr;gap:40px}

/* Hero Stats - Tablet */
.nh-hero__stats-container {
    bottom: 60px;
}

.nh-hero__stats {
    gap: 20px;
}

.nh-hero__stat {
    padding: 22px 35px;
    gap: 14px;
}

.nh-hero__stat strong {
    font-size: 26px;
}

.nh-hero__stat span {
    font-size: 11px;
}
}

/* MOBILE */
@media(max-width:768px){
.header-content{padding:16px 0;gap:16px;flex-wrap:wrap}
.logo img{height:42px}
.navbar{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:24px;box-shadow:var(--shadow-lg);border-radius:0 0 12px 12px;z-index:999;max-height:80vh;overflow-y:auto}
.navbar.active{display:block}
.nav-menu{flex-direction:column;gap:0;align-items:stretch}
.nav-item{border-bottom:1px solid var(--border);padding:0;display:block}
.nav-item:last-child{border-bottom:none}
.nav-link{display:flex;padding:16px 0;justify-content:space-between;align-items:center;width:100%}
.nav-link::after{display:none}

/* Mobile Dropdown Styles */
.nav-item--dropdown .nav-link{cursor:pointer}
.nav-item--dropdown .dropdown-icon{transition:transform 0.3s ease}
.nav-item--dropdown.active .dropdown-icon{transform:rotate(180deg)}
.dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;background:rgba(0,0,0,0.03);margin:0;border-radius:8px;max-height:0;overflow:hidden;transition:max-height 0.3s ease;padding:0}
.nav-item--dropdown.active .dropdown-menu{max-height:500px;padding:8px 0}
.dropdown-menu li{border:none;padding:0}
.dropdown-menu a{padding:12px 20px;font-size:14px;display:block;border-left:3px solid transparent}
.dropdown-menu a:hover{padding-left:24px;background:rgba(212,165,116,0.1);border-left-color:var(--accent-gold)}
.menu-toggle{display:flex}
.phone-text{display:none}
.header-actions{gap:12px}
.whatsapp-btn{width:40px;height:40px;font-size:18px}
.cta-btn{padding:10px 20px;font-size:13px;display:none}

.hero-slider{height:550px}
.hero-title{font-size:38px;margin-bottom:20px}
.hero-subtitle{font-size:17px;margin-bottom:32px}
.hero-buttons{flex-direction:column;gap:12px;width:100%}
.hero-buttons .btn-primary,.hero-buttons .btn-secondary{width:100%;justify-content:center}
.slider-controls{bottom:30px}

/* Hero Stats - Mobile Centered */
.nh-hero__stats-container {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 0;
}

.nh-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
}

.nh-hero__stat {
    padding: 14px 10px;
    gap: 6px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.nh-hero__stat strong {
    font-size: 20px;
    display: block;
}

.nh-hero__stat span {
    font-size: 8px;
    text-align: center;
    line-height: 1.2;
    display: block;
}

.section{padding:80px 0}
.section-header{margin-bottom:48px}
.section-title{font-size:32px}
.section-description{font-size:16px}

.services-grid,.products-grid,.features-grid,.blog-grid{grid-template-columns:1fr;gap:24px}
.service-card,.product-card,.feature-card,.blog-card{padding:28px}
.product-image,.blog-image{height:240px}

.process-step{flex:1 1 100%}

.footer{padding:60px 0 0}
.footer-content{grid-template-columns:1fr;gap:40px}

/* Mobile Footer Premium UX Design */
.footer-brand-col { text-align: center; display: flex; flex-direction: column; align-items: center; }
.footer-brand .brand-icon { display: none; } /* Mobilde logo simgesini kaldırdık */
.footer-brand { justify-content: center; }
.footer-description { margin-left: auto; margin-right: auto; }
.footer-brand-col .social-links { justify-content: center; margin-top: 10px; }

/* Link Menülerini 2 Sütun Yapma */
.footer-links-wrapper { display: flex; flex-wrap: wrap; gap: 4%; margin-bottom: 20px; }
.footer-links-col { width: 48%; margin-bottom: 0; }

/* Contact Cards Grid (4'lü kart yapısı) */
.footer-contact-col h3 { text-align: center; }
.footer-contact-col h3::after { left: 50%; transform: translateX(-50%); }
.footer-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.footer-contact-card { flex-direction: column; padding: 15px 10px; text-align: center; gap: 8px; }
.footer-contact-card span { font-size: 11px; }

.footer-bottom { text-align: center; }
.footer-bottom-flex { flex-direction: column; text-align: center; justify-content: center; }

.page-hero{padding:60px 0}
.page-hero h1{font-size:36px}

.cta-banner{padding:60px 0}
.cta-title{font-size:32px}
.cta-description{font-size:16px}
.cta-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}
.cta-buttons .btn-light{width:100%}

.coming-soon-content,.error-content{padding:60px 20px}
.coming-soon-icon,.error-icon{font-size:64px}
.coming-soon-content h2,.error-content h2{font-size:28px}
}

/* SMALL MOBILE */
@media(max-width:480px){
.hero-slider{height:480px}

/* Hero Stats - Small Mobile */
.nh-hero__stats-container {
    bottom: 25px;
    width: calc(100% - 16px);
}

.nh-hero__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.nh-hero__stat {
    padding: 12px 8px;
    gap: 5px;
}

.nh-hero__stat strong {
    font-size: 18px;
}

.nh-hero__stat span {
    font-size: 7px;
    line-height: 1.2;
}
.hero-title{font-size:30px}
.hero-subtitle{font-size:15px}
.section{padding:60px 0}
.section-title{font-size:28px}
.page-hero h1{font-size:30px}
.cta-title{font-size:28px}
}


/* Hero Slider Mobil İyileştirmeleri */
@media(max-width:768px){
    .nh-hero {
        height: 70vh !important;
        min-height: 500px !important;
        max-height: 600px !important;
        border-radius: 0 0 24px 24px !important;
    }
    
    .nh-hero__slides {
        border-radius: 0 0 24px 24px !important;
    }
    
    .nh-hero__slide {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        border-radius: 0 0 24px 24px !important;
    }
    
    .nh-hero__overlay {
        border-radius: 0 0 24px 24px !important;
    }
    
    /* Mobilde görselin daha iyi görünmesi için */
    .nh-hero__slide::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
        z-index: 1;
        border-radius: 0 0 24px 24px;
    }
    
    .nh-hero__caption {
        top: 35% !important;
        left: 5% !important;
        width: 90% !important;
        z-index: 10 !important;
    }
    
    .nh-hero__eyebrow {
        font-size: 10px !important;
        letter-spacing: 2px !important;
        margin-bottom: 12px !important;
    }
    
    .nh-hero__title {
        font-size: clamp(26px, 8vw, 40px) !important;
        line-height: 1.2 !important;
        text-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
    }
    
    .nh-hero__stats-container {
        bottom: 50px !important;
        max-width: 95% !important;
    }
    
    .nh-hero__stats {
        gap: 10px !important;
        flex-wrap: wrap !important;
    }
    
    .nh-hero__stat {
        padding: 14px 20px !important;
        gap: 10px !important;
        font-size: 12px !important;
    }
    
    .nh-hero__stat strong {
        font-size: 22px !important;
    }
    
    .nh-hero__stat span {
        font-size: 10px !important;
        letter-spacing: 0.5px !important;
    }
    
    .nh-hero__dots {
        bottom: 15px !important;
        right: 50% !important;
        transform: translateX(50%) !important;
    }
    
    .nh-hero__dot {
        width: 8px !important;
        height: 8px !important;
    }
}

/* 3'lü Butonlar Mobil Küçültme */
@media(max-width:768px){
    .nh-quick-actions {
        margin-top: -30px !important;
        padding: 0 0 30px !important;
    }
    
    .nh-quick-actions__grid {
        gap: 10px !important;
    }
    
    .nh-quick-action {
        padding: 14px 16px !important;
        border-radius: 10px !important;
    }
    
    .nh-quick-action__icon {
        width: 40px !important;
        height: 40px !important;
        border-radius: 8px !important;
    }
    
    .nh-quick-action__icon svg {
        width: 20px !important;
        height: 20px !important;
    }
    
    .nh-quick-action__content h3 {
        font-size: 14px !important;
        margin-bottom: 2px !important;
    }
    
    .nh-quick-action__content p {
        font-size: 11px !important;
    }
    
    .nh-quick-action__arrow {
        width: 32px !important;
        height: 32px !important;
    }
    
    .nh-quick-action__arrow svg {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Ekstra Küçük Ekranlar (iPhone SE, vb.) */
@media(max-width:480px){
    .nh-hero {
        height: 60vh !important;
        min-height: 450px !important;
        border-radius: 0 0 16px 16px !important;
    }
    
    .nh-hero__slides {
        border-radius: 0 0 16px 16px !important;
    }
    
    .nh-hero__slide {
        border-radius: 0 0 16px 16px !important;
    }
    
    .nh-hero__overlay {
        border-radius: 0 0 16px 16px !important;
    }
    
    .nh-hero__slide::before {
        border-radius: 0 0 16px 16px !important;
    }
    
    .nh-hero__title {
        font-size: clamp(22px, 7vw, 34px) !important;
    }
    
    .nh-hero__stats {
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
    }
    
    .nh-hero__stat {
        width: 100% !important;
        justify-content: center !important;
        padding: 12px 18px !important;
    }
    
    .nh-quick-action {
        padding: 12px 14px !important;
    }
    
    .nh-quick-action__icon {
        width: 36px !important;
        height: 36px !important;
    }
    
    .nh-quick-action__content h3 {
        font-size: 13px !important;
    }
    
    .nh-quick-action__content p {
        font-size: 10px !important;
    }
    
    .nh-quick-action__arrow {
        width: 28px !important;
        height: 28px !important;
    }
}

/* Landscape Mode Mobil */
@media(max-width:768px) and (orientation: landscape){
    .nh-hero {
        height: 90vh !important;
        min-height: 400px !important;
    }
    
    .nh-hero__caption {
        top: 30% !important;
    }
    
    .nh-hero__stats-container {
        bottom: 30px !important;
    }
    
    .nh-hero__stats {
        flex-direction: row !important;
        gap: 12px !important;
    }
    
    .nh-hero__stat {
        width: auto !important;
        padding: 10px 16px !important;
    }
}
