@media (max-width: 1024px) {
    .hero-wrap {
        background-image:var(--wpr-bg-c985634c-c30e-439d-86ba-29979ee1a27c);
        background-size: 230%
    }

    .section-engine__trusted {
        padding: 0 0 0;
        max-width: var(--container-w);
        margin-inline:auto;display: flex;
        flex-direction: column;
        gap: 0
    }

    .section-engine__trusted-logos {
        width: 100%;
        height: 360px;
        display: block;
        object-fit: contain
    }

    .section-engine__trusted-label {
        margin-top: 150px
    }

    .section-platform__cta-btn {
        align-self: flex-start
    }

    .section-works__image {
        width: 100%;
        max-width: 100%;
        aspect-ratio: unset;
        margin-left: auto;
        height: auto
    }

    .section-engine__trusted {
        padding: 0 10px 0;
        max-width: var(--container-w);
        margin-inline:auto;display: flex;
        flex-direction: column;
        gap: 0
    }

    :root {
        --header-h: var(--header-h-mob);
        --side-pad: 25px
    }

    .site-header__nav,.site-header__actions {
        display: none
    }

    .mobile-toggle {
        display: flex
    }

    .site-header__inner {
        padding: 20px 25px 19px;
        gap: 0;
        justify-content: space-between
    }

    .hero__inner {
        padding: 0 25px 60px
    }

    .hero__heading {
        font-size: 55px;
        line-height: 1.15
    }

    .hero__sub {
        font-size: 20px;
        line-height: 32px
    }

    .hero__buttons {
        flex-direction: column;
        align-items: flex-start
    }

    .hero-logos {
        padding: 0 25px 40px
    }

    .section-intelligence {
        padding: 60px 25px
    }

    .section-intelligence__heading {
        font-size: 40px;
        line-height: 1.2
    }

    .section-platform {
        padding: 60px 0
    }

    .section-platform__inner {
        padding-inline:25px}

    .platform-slider {
        padding-left: 25px
    }

    .section-platform__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .section-platform__heading {
        font-size: 38px;
        line-height: 1.2
    }

    .section-works {
        padding: 60px 25px
    }

    .section-works__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .section-works__heading {
        font-size: 38px;
        line-height: 1.2
    }

    .section-works__sub {
        font-size: 16px
    }

    .section-agentic {
        padding-top: 60px
    }

    .section-agentic__inner {
        padding-inline:25px}

    .section-agentic__heading {
        font-size: 38px;
        line-height: 1.2
    }

    .agentic-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .section-quote {
        padding: 60px 25px
    }

    .section-quote__text {
        font-size: 32px;
        line-height: 1.3
    }

    .section-engine {
        padding: 60px 25px
    }

    .section-engine__heading {
        font-size: 38px;
        line-height: 1.2
    }

    .tech-components {
        grid-template-columns: repeat(2,1fr)
    }

    .section-cta {
        padding: 65px 25px;
        background-position: center;
        background-image: var(--wpr-bg-acbc8c6b-819c-4b41-8d2d-4e5594c0a19b)
    }

    .section-cta__heading {
        font-size: 38px;
        line-height: 1.2
    }

    .footer-main {
        padding: 48px 25px 40px;
        grid-template-columns: 1fr;
        gap: 40px
    }

    .footer-nav {
        grid-template-columns: repeat(2,1fr);
        gap: 28px
    }

    .footer-bottom {
        padding: 20px 25px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .footer-legal {
        gap: 20px;
        flex-wrap: wrap
    }

    .mega-menu,.mega-overlay {
        display: none
    }
}

@media (max-width: 768px) {
    .hero__heading {
        font-size:42px;
        line-height: 1.15
    }

    .hero__sub {
        font-size: 18px
    }

    .agentic-grid {
        grid-template-columns: 1fr
    }

    .tech-components {
        grid-template-columns: 1fr
    }

    .section-platform__heading,.section-works__heading,.section-agentic__heading,.section-engine__heading,.section-cta__heading,.section-intelligence__heading {
        font-size: 32px;
        line-height: 1.2
    }

    .section-quote__text {
        font-size: 50px;
        line-height: 120%;
    }

    .platform-cards {
        flex-direction: column
    }

    .platform-card {
        width: 100%
    }

    .platform-card__image {
        width: 100%
    }

    .footer-nav {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }
}

@media (max-width: 480px) {
    .hero__heading {
        font-size:34px;
        line-height: 1.15
    }

    .hero__sub {
        font-size: 17px;
        line-height: 28px
    }

    .hero__buttons {
        flex-direction: column;
        width: 100%
    }

    .hero__buttons .btn-primary,.hero__buttons .btn-secondary {
        width: 100%;
        justify-content: center
    }

    .section-cta__buttons {
        flex-direction: column;
        width: 100%
    }

    .btn-cta-outline {
        width: 100%;
        justify-content: center
    }

    .footer-nav {
        grid-template-columns: 1fr 1fr
    }

    .agentic-cell {
        min-height: auto
    }

    .mega-menu__grid {
        grid-template-columns: 1fr
    }
}

@media (prefers-reduced-motion:reduce) {
    *,*::before,*::after {
        animation-duration: 0.01ms!important;
        transition-duration: 0.01ms!important;
        animation-iteration-count: 1!important;
        scroll-behavior: auto!important
    }

    .hero-logos__track {
        animation: none
    }
}

@media print {
    .site-header,.mobile-toggle,.mobile-nav,.mobile-backdrop,.mega-menu,.mega-overlay {
        display: none!important
    }

    body {
        padding-top: 0;
        background: #fff;
        color: #000
    }
}
