/* ===================== RESPONSIVE ===================== */

/* Tablet & Smaller Desktop */
@media (max-width: 940px) {
    .aihome-cardHero {
        grid-template-columns: 1fr;
        padding: 40px 30px 0 30px;
        /* Zero bottom padding so the hero sits flush */
        text-align: center;
    }

    .aihome-cardHero__actions {
        justify-content: center;
    }

    .aihome-cardHero__imgFrame {
        height: auto;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .aihome-cardPartner__mediaSingle {
        margin-top: 14px;
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
    }

    .aihome-cardHero__img {
        height: 300px;
        position: static;
        transform: none;
        object-position: center bottom;
    }

    .aihome-cardHelp,
    .aihome-cardExperience {
        grid-template-columns: 1fr;
        padding: 40px 30px;
        text-align: center;
    }

    .aihome-cardHelp::before {
        top: 50%;
        bottom: -10%;
        right: -10%;
        width: 120%;
    }

    .aihome-cardHelp__img {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .aihome-cardPartner__featureList {
        margin-top: 38px;
        display: grid;
        gap: 16px;
    }

    .aihome-cardPartner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .aihome-cardPartner__lead {
        margin: 10px auto;
    }

    .aihome-cardPartner__title,
    .aihome-cardHelp__title,
    .aihome-cardExperience__title {
        font-size: 24px;
    }

    .aihome-cardTimeline__content {
        grid-template-columns: 1fr;
    }

    .aihome-products__grid {
        grid-template-columns: 1fr;
    }

    .aihome-footer__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .aihome-footer__center {
        width: 100%;
        padding: 0;
    }

    .aihome-footer__center iframe {
        width: 100%;
        max-width: 400px;
    }

    .aihome-footer__right {
        align-items: flex-start;
    }
}

/* Mobile: 400px x 800px to 500px x 950px */
@media screen and (min-width: 400px) and (max-width: 500px) and (min-height: 800px) and (max-height: 950px) {
    .aihome-cardHero__title {
        font-size: 34px;
    }

    .aihome-cardHero__imgFrame {
        height: 240px;
    }

    .aihome-cardPartner__mediaSingle {
        margin-top: 14px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .aihome-cardPartner__featureList {
        margin-top: 38px;
        display: grid;
        gap: 16px;
    }

    .aihome-products__grid {
        grid-template-columns: 1fr;
    }

    header {
        flex-direction: column;
        gap: 15px;
    }

    nav {
        margin: 0;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .aihome-footer__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
    }

    .aihome-footer__center {
        width: 100%;
        padding: 0;
    }

    .aihome-footer__center iframe {
        width: 100%;
        max-width: 100%;
    }

    .aihome-footer__right {
        align-items: center;
    }
}