/* Mobil Uyumluluk - Tüm Sayfalar */

* {
    -webkit-tap-highlight-color: transparent;
}


/* Mobil */
@media (max-width: 768px) {
    html {
        overflow-x: hidden;
    }
    
    body {
        overflow-x: hidden;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .container {
        padding: 0 16px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    /* Header */
    .header-content {
        flex-wrap: wrap;
    }
    
    .menu {
        order: 3;
        width: 100%;
    }
    
    .menu ul {
        gap: 20px;
    }
    
    .search-input {
        width: 100%;
        max-width: 300px;
    }
}

/* Mobil */
@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }
    
    /* Header */
    .header-content {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }
    
    .logo {
        justify-content: center;
    }
    
    .logo img {
        height: 40px;
    }
    
    .menu {
        flex-direction: column;
        order: 2;
    }
    
    .menu ul {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding: 0;
    }
    
    .menu ul li a {
        font-size: 16px;
    }
    
    .search-box {
        display: none;
    }
    
    .contact-wrapper {
        margin: 0;
        order: 4;
        text-align: center;
    }
    
    .contact-btn {
        display: block;
        text-align: center;
    }
    
    /* Ana Sayfa - Slider */
    .slider-section {
        min-height: auto;
    }
    
    .slider-content {
        flex-direction: column;
        padding: 40px 0;
        gap: 40px;
        align-items: stretch;
    }
    
    .slider-left {
        max-width: none;
    }
    
    .slider-right {
        align-items: stretch;
    }
    
    .slider-title {
        font-size: 32px !important;
        width: 100% !important;
    }
    
    .slider-description {
        font-size: 16px;
    }
    
    .slider-buttons {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .slider-buttons a {
        flex: 1;
        min-width: 140px;
        text-align: center;
    }
    
    .tech-tags {
        align-items: stretch;
    }
    
    .tech-tags-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .tech-tag {
        width: auto;
        flex: 1;
        min-width: 120px;
    }
    
    .stats-cards {
        display: none !important;
    }
    
    .stat-card {
        min-width: 140px;
        padding: 24px 20px;
    }
    
    .stat-card .stat-number {
        font-size: 36px;
    }
    
    .stat-card .stat-label {
        font-size: 14px;
    }
    
    .brands-section {
        padding: 24px 0 40px;
    }
    .brands-row {
        gap: 20px 24px;
    }
    .brand-item {
        min-width: 100px;
        max-width: 140px;
    }
    .brand-item img {
        max-height: 40px;
    }
    
    /* Ana Sayfa - Sections */
    .services-title,
    .benefits-title,
    .cta-title {
        font-size: 28px !important;
    }
    
    .services-subtitle,
    .benefits-subtitle {
        font-size: 16px;
    }
    
    .services-header,
    .benefits-header {
        margin-bottom: 40px;
    }
    
    .service-card {
        padding: 30px 20px;
    }
    
    .service-card h3 {
        font-size: 20px;
    }
    
    .benefit-item h3 {
        font-size: 18px;
    }
    
    .stat-item {
        padding: 30px 20px;
    }
    
    .stat-item .stat-number {
        font-size: 36px;
    }
    
    .cta-section {
        padding: 50px 0;
    }
    
    .cta-title {
        font-size: 24px !important;
    }
    
    .cta-description {
        font-size: 16px;
        margin-bottom: 24px;
    }
    
    /* Sayfa Başlıkları */
    .page-title {
        font-size: 28px !important;
    }
    
    .page-subtitle {
        font-size: 16px;
    }
    
    .page-header {
        margin-bottom: 32px;
    }
    
    /* Hizmetlerimiz */
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .services-page {
        padding: 24px 0 60px;
    }
    
    .service-detail-card {
        padding: 24px;
    }
    
    .service-detail-card h2 {
        font-size: 22px;
    }
    
    /* İletişim - Mobil uyumluluk */
    .form-input,
    .form-textarea {
        font-size: 16px !important;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        min-width: 0;
    }
    
    .contact-page {
        padding: 24px 0 60px;
    }
    
    .contact-info-card,
    .contact-form-card {
        padding: 24px;
        min-width: 0;
    }
    
    .contact-info-card {
        order: 2;
    }
    
    .contact-form-card {
        order: 1;
    }
    
    .info-title {
        font-size: 18px;
    }
    
    .info-content {
        padding-left: 28px;
    }
    
    .btn-submit {
        width: 100%;
        padding: 14px 24px;
    }
    
    /* Projelerimiz */
    .projects-page {
        padding: 24px 0 60px;
    }
    
    .project-image-wrap {
        width: 100%;
    }
    
    .project-body {
        padding: 16px;
    }
    
    .project-title {
        font-size: 18px;
    }
    
    /* Footer */
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 32px;
        text-align: center;
    }
    
    .footer-column:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-logo {
        justify-content: center;
    }
    
    .footer-links {
        display: inline-block;
    }
    
    .footer-contact-item {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    /* Gizlilik / Kullanım */
    .page {
        padding: 24px 16px 60px !important;
    }
    
    .page h1 {
        font-size: 26px;
    }
    
    .page h2 {
        font-size: 18px;
    }
}

/* Küçük mobil */
@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }
    
    .logo img {
        height: 36px;
    }
    
    /* İletişim - Küçük ekran */
    .contact-page {
        padding: 20px 0 40px;
    }
    
    .contact-page .page-header {
        margin-bottom: 24px;
    }
    
    .contact-page .page-title {
        font-size: 24px !important;
    }
    
    .contact-page .page-subtitle {
        font-size: 15px;
    }
    
    .contact-info-card,
    .contact-form-card {
        padding: 20px;
    }
    
    .info-item {
        margin-bottom: 20px;
    }
    
    .slider-title {
        font-size: 26px !important;
    }
    
    .slider-badge {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .services-title,
    .benefits-title {
        font-size: 24px !important;
    }
    
    .page-title {
        font-size: 24px !important;
    }
    
    .stat-card {
        min-width: 100%;
    }
    
    .tech-tag {
        min-width: 100%;
    }
}
