/* Tablet */
@media (max-width: 992px) {
  h1 { font-size: var(--font-size-3xl); }
  h2 { font-size: var(--font-size-2xl); }

  .hero h1 { font-size: var(--font-size-3xl); }

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

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

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4);
  }

  .why-section .why-grid {
    grid-template-columns: 1fr;
  }

  .story-section .story-grid {
    grid-template-columns: 1fr;
  }

  .story-image {
    height: 250px;
  }

  .service-detail {
    grid-template-columns: 1fr;
  }

  .service-detail-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
}

/* Mobile */
@media (max-width: 768px) {
  :root {
    --header-height: 64px;
  }

  section {
    padding: var(--space-6) 0;
  }

  .container {
    padding: 0 var(--space-2);
  }

  .nav-list {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .nav-actions {
    gap: 0;
  }

  .mobile-nav {
    display: block;
    overflow-x: hidden;
  }

  /* Logo küçült */
  .logo-img {
    height: 50px;
  }

  /* Hero */
  .hero {
    min-height: auto;
    padding-top: var(--header-height);
    padding-bottom: var(--space-4);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }

  .hero-content {
    text-align: center;
  }

  .hero-illustration {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-1);
    padding: var(--space-2) 0;
  }

  .hero-dash-svg {
    display: none;
  }

  .hero-float-card {
    position: static !important;
    animation: none !important;
    flex-shrink: 0;
    box-shadow: none !important;
    padding: 6px 10px;
  }

  .hero-float-card img {
    height: 18px;
  }

  .hero-float-card.hf-labeled span {
    font-size: 0.6rem;
  }

  .hero h1 {
    font-size: var(--font-size-xl);
  }

  .hero-desc {
    font-size: var(--font-size-sm);
    margin-bottom: var(--space-2);
  }

  .hero-badge {
    font-size: var(--font-size-xs);
  }

  .hero-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-1);
  }

  .hero-buttons .btn {
    font-size: var(--font-size-xs);
    padding: 8px 14px;
  }

  /* Neden Mikroser */
  .hero-why {
    padding-top: var(--space-2);
  }

  .hero-why-title {
    font-size: var(--font-size-base);
    text-align: center;
  }

  .why-experience {
    flex-direction: column;
    text-align: center;
    padding: var(--space-2);
  }

  .why-experience-number {
    font-size: 2.5rem;
  }

  .why-items-row {
    flex-direction: column;
    gap: var(--space-2);
  }

  .why-item {
    gap: var(--space-1);
  }

  .why-item-icon {
    width: 32px;
    height: 32px;
    font-size: var(--font-size-base);
  }

  .why-item h4 {
    font-size: var(--font-size-sm);
  }

  .why-item p {
    font-size: var(--font-size-xs);
  }

  /* Hizmetler bölümü */
  .services-cta-section {
    min-height: auto;
    padding: var(--space-6) 0;
  }

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

  .card {
    padding: var(--space-3);
  }

  .card-icon {
    width: 44px;
    height: 44px;
    font-size: var(--font-size-xl);
    margin-bottom: var(--space-2);
  }

  /* CTA */
  .cta-inline-content {
    flex-direction: column;
    text-align: center;
    gap: var(--space-2);
  }

  .cta-box {
    padding: var(--space-4);
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-number {
    font-size: var(--font-size-3xl);
  }

  /* İletişim */
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-group {
    flex-direction: column;
    gap: var(--space-1);
  }

  .form-group label {
    width: auto;
    padding-top: 0;
  }

  /* Ürün sayfaları */
  .products-grid,
  .custom-sw-grid,
  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .product-hero-content {
    flex-direction: column;
    text-align: center;
  }

  .product-hero-logo {
    width: 120px;
    height: 80px;
  }

  .product-hero-text .product-desc {
    margin: 0 auto;
    max-width: 100%;
  }

  .product-hero-text .product-subtitle {
    font-size: var(--font-size-base);
  }

  /* Floating butonlar */
  .whatsapp-float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 16px;
  }

  .whatsapp-float svg {
    width: 20px;
    height: 20px;
  }

  .scroll-to-top {
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 16px;
  }

  .scroll-to-top svg {
    width: 16px;
    height: 16px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .footer-bottom {
    flex-direction: column;
    gap: var(--space-2);
    text-align: center;
  }

  /* Genel buton */
  .btn-lg {
    padding: 12px 24px;
    font-size: var(--font-size-sm);
  }
}

/* Small mobile */
@media (max-width: 480px) {
  h1 { font-size: var(--font-size-xl); }
  h2 { font-size: var(--font-size-lg); }

  .hero h1 {
    font-size: var(--font-size-lg);
  }

  .hero-buttons .btn {
    font-size: 0.7rem;
    padding: 6px 10px;
  }

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

  .stat-number {
    font-size: var(--font-size-2xl);
  }

  .page-hero {
    padding: calc(var(--header-height) + var(--space-4)) 0 var(--space-4);
  }

  .page-hero h1 {
    font-size: var(--font-size-xl);
  }

  .services-grid {
    gap: var(--space-2);
  }

  .card h3 {
    font-size: var(--font-size-base);
  }

  .card p {
    font-size: var(--font-size-xs);
  }

  .footer {
    padding: var(--space-4) 0 var(--space-2);
  }
}
