/* ===== SERVICES MOBILE GRID ===== */
@media (max-width: 768px) {
  .feelflow-services-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    display: grid !important;
  }
  
  .feelflow-services-grid > div {
    font-size: 0.875rem !important;
  }
  
  .feelflow-services-grid h3 {
    font-size: 1.125rem !important;
    line-height: 1.25 !important;
  }
  
  .feelflow-services-grid p {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
  }
  
  .feelflow-services-grid .service-category {
    font-size: 0.625rem !important;
    padding: 0.25rem 0.5rem !important;
  }
  
  .feelflow-services-grid .service-button-ghost {
    font-size: 0.75rem !important;
    padding: 0.5rem 1rem !important;
  }
  
  .feelflow-services-grid .p-6 {
    padding: 1rem !important;
  }
  
  .feelflow-services-grid .mb-4 {
    margin-bottom: 0.75rem !important;
  }
  
  .feelflow-services-grid .mb-6 {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 480px) {
  .feelflow-services-grid {
    gap: 0.75rem !important;
  }
  
  .feelflow-services-grid h3 {
    font-size: 1rem !important;
  }
  
  .feelflow-services-grid p {
    font-size: 0.7rem !important;
  }
  
  .feelflow-services-grid .service-category {
    font-size: 0.6rem !important;
    padding: 0.25rem 0.4rem !important;
  }
  
  .feelflow-services-grid .service-button-ghost {
    font-size: 0.7rem !important;
    padding: 0.4rem 0.8rem !important;
  }
  
  .feelflow-services-grid .p-6 {
    padding: 0.75rem !important;
  }
}

/* ===== TEAM MOBILE GRID ===== */
@media (max-width: 768px) {
  #about .team-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
  }
  
  #about .team-card {
    min-height: auto !important;
    height: auto !important;
    align-self: start !important;
  }
  
  #about .team-card > div {
    padding: 1rem !important;
    gap: 0.5rem !important;
  }
  
  #about .team-avatar {
    width: 2.75rem !important;
    height: 2.75rem !important;
    margin-bottom: 0.25rem !important;
  }
  
  #about .team-card h3 {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.25rem !important;
  }
  
  #about .team-card p {
    font-size: 0.75rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.5rem !important;
  }
  
  #about .team-badges {
    gap: 0.25rem !important;
    margin-top: 0.75rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  
  #about .team-badge {
    font-size: 0.6rem !important;
    padding: 0.15rem 0.4rem !important;
  }
  
  #about .team-status-dot {
    width: 0.75rem !important;
    height: 0.75rem !important;
    bottom: 0.2rem !important;
    right: 0.2rem !important;
  }
}


@media (max-width: 480px) {
  #about .team-grid {
    gap: 0.5rem !important;
  }
  
  #about .team-card {
    min-height: auto !important;
    height: auto !important;
  }
  
  #about .team-card > div {
    padding: 0.75rem !important;
    gap: 0.375rem !important;
  }
  
  #about .team-avatar {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
  
  #about .team-card h3 {
    font-size: 0.85rem !important;
    margin-bottom: 0.125rem !important;
  }
  
  #about .team-card p {
    font-size: 0.7rem !important;
    margin-bottom: 0.375rem !important;
  }
  
  #about .team-badges {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
    margin-top: 0.5rem !important;
  }
  
  #about .team-badge {
    font-size: 0.55rem !important;
    padding: 0.125rem 0.375rem !important;
  }
}