@media (max-width: 1024px) {
    #how-it-work {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .content-section {
        padding-left: 0;
    }

    .footer-content {
        grid-template-columns: 2fr 1fr 1fr;
        gap: 40px;
    }
    
    .footer-container {
        padding: 0 30px;
    }
}

@media (max-width: 1200px) {
    .orbit-feature {
      width: 120px;
      height: 120px;
    }

    .orbit-feature i {
      font-size: 2rem;
    }

    .orbit-feature span {
      font-size: 0.75rem;
    }

    .center-feature {
      width: 340px;
      height: 440px;
    }
}

@media (max-width: 968px) {
    .section-title {
      font-size: 2.5rem;
    }

    .features-orbit-container {
      min-height: 600px;
      flex-direction: column;
      gap: 30px;
    }

    .orbit-features {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 30px;
      width: 100%;
      height: auto;
    }

    .orbit-feature {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      right: auto !important;
      bottom: auto !important;
      transform: none !important;
      width: 100%;
      height: 130px;
    }

    .center-feature {
      width: 100%;
      max-width: 400px;
      height: auto;
      min-height: 400px;
    }

    .contact-content {
      grid-template-columns: 1fr;
    }

    .contact-info-wrapper {
      order: -1;
    }

    .form-row {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .phone-frame {
        width: 240px;
        height: 490px;
    }
    
    .container {
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .features-section {
      padding: 60px 15px;
    }

    .section-title {
      font-size: 2rem;
    }

    .section-description {
      font-size: 1rem;
    }

    .orbit-features {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .center-feature {
      padding: 30px 25px;
    }

    .center-feature h3 {
      font-size: 1.6rem;
    }

    .center-feature p {
      font-size: 1rem;
    }

    .feature-icon-large {
      width: 100px;
      height: 100px;
    }

    .feature-icon-large i {
      font-size: 3rem;
    }

    .contact-title {
      font-size: 2rem;
    }

    .contact-form-wrapper,
    .contact-info-wrapper {
      padding: 30px 20px;
    }

    .form-header h2 {
      font-size: 1.5rem;
    }
}