/* Mobile-specific styles with enhanced design */

@media (max-width: 768px) {
  .top-bar {
    padding: 12px 0;
  }
  
  .top-bar .container {
    padding: 0 1.5rem;
  }
  
  .logo {
    font-size: 2.8rem;
  }
  
  .app-button {
    padding: 12px 24px;
    font-size: 0.9rem;
    border-radius: 25px;
  }
  
  .hero-band {
    padding: 3rem 1rem;
    margin-top: 70px;
  }
  
  .hero-title {
    font-size: clamp(2.5rem, 8vw, 4rem);
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: clamp(1rem, 4vw, 1.3rem);
    margin-top: 1rem;
  }
  
  .features-section {
    padding: 4rem 1rem;
  }
  
  .section-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 3rem;
  }
  
  .features-grid {
    gap: 2rem;
    max-width: 100%;
  }
  
  .feature-card {
    padding: 2.5rem 2rem;
  }
  
  .feature-card:nth-child(2) {
    transform: translateY(0);
  }
  
  .feature-card:nth-child(2):hover {
    transform: translateY(-8px);
  }
  
  .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem;
  }
  
  .feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  
  .feature-card p {
    font-size: 1rem;
  }
  
  .download-section {
    padding: 4rem 1rem;
  }
  
  .download-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
  
  .app-buttons {
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }
  
  .store-button {
    width: 180px;
    height: 60px;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  
  .footer-links {
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  
  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .top-bar .container {
    padding: 0 1rem;
  }
  
  .logo {
    font-size: 2.2rem;
  }
  
  .app-button {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
  
  .hero-band {
    padding: 2rem 1rem;
    margin-top: 65px;
  }
  
  .hero-title {
    font-size: clamp(2rem, 10vw, 3rem);
  }
  
  .hero-subtitle {
    font-size: clamp(0.9rem, 5vw, 1.2rem);
    margin-top: 0.8rem;
  }
  
  .accent-dot {
    width: 6px;
    height: 6px;
    margin: 0 6px;
  }
  
  .features-section {
    padding: 3rem 1rem;
  }
  
  .section-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
    margin-bottom: 2.5rem;
  }
  
  .section-title::after {
    width: 40px;
    height: 3px;
  }
  
  .features-grid {
    gap: 1.5rem;
  }
  
  .feature-card {
    padding: 2rem 1.5rem;
    border-radius: 16px;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.2rem;
    border-radius: 16px;
  }
  
  .feature-icon svg {
    width: 32px;
    height: 32px;
  }
  
  .feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  
  .feature-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  
  .download-section {
    padding: 3rem 1rem;
  }
  
  .download-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .app-buttons {
    gap: 1rem;
  }
  
  .store-button {
    width: 160px;
    height: 55px;
    border-radius: 12px;
  }
  
  .footer-links {
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-links a {
    font-size: 0.9rem;
  }
  
  .social-icons {
    gap: 1rem;
  }
  
  .social-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  
  .social-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .copyright {
    font-size: 0.85rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

/* For very small screens */
@media (max-width: 320px) {
  .logo {
    font-size: 1.8rem;
  }
  
  .app-button {
    padding: 8px 16px;
    font-size: 0.75rem;
  }
  
  .hero-title {
    font-size: clamp(1.8rem, 12vw, 2.5rem);
  }
  
  .hero-subtitle {
    font-size: clamp(0.8rem, 6vw, 1rem);
  }
  
  .feature-card {
    padding: 1.5rem 1rem;
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
  }
  
  .feature-icon svg {
    width: 28px;
    height: 28px;
  }
  
  .feature-card h3 {
    font-size: 1.1rem;
  }
  
  .feature-card p {
    font-size: 0.9rem;
  }
  
  .store-button {
    width: 140px;
    height: 50px;
  }
  
  .social-icon {
    width: 40px;
    height: 40px;
  }
  
  .social-icon svg {
    width: 18px;
    height: 18px;
  }
}

/* For landscape orientation on mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-band {
    padding: 2rem 1rem;
    min-height: 80vh;
  }
  
  .hero-title {
    font-size: clamp(2rem, 6vw, 3rem);
    margin-bottom: 0.5rem;
  }
  
  .hero-subtitle {
    font-size: clamp(1rem, 3vw, 1.3rem);
    margin-top: 0.5rem;
  }
  
  .features-section {
    padding: 3rem 1rem;
  }
  
  .download-section {
    padding: 3rem 1rem;
  }
  
  .site-footer {
    padding: 3rem 0 1.5rem;
  }
}

/* Enhanced touch interactions for mobile */
@media (hover: none) and (pointer: coarse) {
  .app-button:active {
    transform: scale(0.98);
  }
  
  .feature-card:active {
    transform: scale(0.98);
  }
  
  .store-button:active {
    transform: scale(0.95);
  }
  
  .social-icon:active {
    transform: scale(0.95);
  }
  
  .footer-links a:active {
    color: var(--primary-color);
  }
}

/* Improved accessibility for mobile */
@media (max-width: 768px) {
  /* Larger touch targets */
  .app-button {
    min-height: 44px;
    min-width: 120px;
  }
  
  .footer-links a {
    padding: 8px 4px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .social-icon {
    min-width: 44px;
    min-height: 44px;
  }
  
  /* Better spacing for readability */
  .feature-card p {
    line-height: 1.7;
  }
  
  .hero-subtitle {
    line-height: 1.6;
  }
  
  /* Reduced motion for users who prefer it */
  @media (prefers-reduced-motion: reduce) {
    * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
    
    .feature-card:hover {
      transform: none;
    }
    
    .app-button:hover {
      transform: none;
    }
    
    .social-icon:hover {
      transform: none;
    }
  }
}