/* Responsive Design */

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 3rem;
    min-height: auto;
    height: auto;
    padding: 3rem 2rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-image-container {
    max-width: 400px;
    margin: 0 auto;
  }

  .stats-badge-hero {
    top: 20px;
    right: 20px;
    left: auto;
    transform: rotate(-5deg) scale(0.9);
  }

  .stats-number {
    font-size: 2rem;
  }

  .stats-text {
    font-size: 0.9rem;
    max-width: 150px;
  }

  .hand-drawn-arrow {
    width: 100px;
    height: 70px;
    bottom: -65px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 2rem 1.5rem;
    gap: 2rem;
    min-height: 100vh;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .stats-badge-mobile {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    left: auto;
    transform: rotate(-5deg) scale(0.75);
  }

  .stats-badge-hero {
    display: none;
  }

  .logo {
    margin-bottom: 1rem;
  }

  .logo img {
    height: 40px;
    width: 40px;
  }

  .hero-left {
    gap: 1.5rem;
  }

  .hero-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .whatsapp-button {
    padding: 0.75rem 1.75rem;
    font-size: 0.95rem;
    width: auto;
    justify-content: center;
  }

  .hero-cta {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
  }

  .social-icons {
    gap: 1rem;
    justify-content: flex-start;
    margin-left: 0.5rem;
  }

  .hero-image-container {
    max-width: 100%;
  }

  .image-caption {
    bottom: 1rem;
    right: 1rem;
    padding: 0;
  }

  .caption-name {
    font-size: 0.85rem;
  }

  .caption-role {
    font-size: 0.75rem;
  }
}
