@media (max-width: 1199px) {
    .process-track {
        grid-template-columns: repeat(3, 1fr);
    }

    .process-track::before {
        display: none;
    }
}

@media (max-width: 991px) {
    :root {
        --header-h: 76px;
    }

    .section {
        padding: 80px 0;
    }

    .intro-section {
        padding: 70px 0 40px;
    }

    .diff-grid,
    .flutter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cta-band-card {
        padding: 36px 28px;
        margin-bottom: -50px;
    }

    .site-footer {
        padding-top: 110px;
    }

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-slider img {
        aspect-ratio: 1 / 1;
    }
    .section {
        padding: 64px 0;
    }

    .diff-grid,
    .flutter-grid,
    .process-track {
        grid-template-columns: 1fr;
    }

    .cta-band-card {
        text-align: center;
        padding: 32px 22px;
    }

    .cta-copy {
        margin-left: auto;
        margin-right: auto;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        right: 14px;
        bottom: 14px;
        font-size: 1.4rem;
    }

    .form-card,
    .info-card,
    .moodle-panel {
        padding: 26px 20px;
    }

    .brand-logo {
        width: 188px;
    }

    .site-header.is-scrolled .brand-logo {
        width: 148px;
    }
}

@media (max-width: 575px) {
    .filter-btn {
        font-size: 0.86rem;
    }

    .page-hero {
        padding: 56px 0 36px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .solution-card,
    .project-card {
        height: 100%;
    }
}
