@media (max-width: 1024px) {
    .topbar__nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        background: var(--home-hero);
        padding: 12px 24px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .topbar__nav.open {
        display: flex;
    }

    .topbar__nav a {
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
    }

    .topbar__cta {
        display: none;
    }

    .topbar__menu {
        display: grid;
        place-items: center;
    }

    .page-home .topbar__inner {
        position: relative;
    }

    .home-hero__bg {
        border-radius: 994.91px;
        background: radial-gradient(54.01% 54.01% at 50.89% 46%, #FFB532 0%, #E05530 69.23%, #D13E25 100%);
        filter: blur(18.322872161865234px);
        z-index: 0;
    }

    .home-hero__grid,
    .home-analysis__card,
    .home-access__grid,
    .home-acc__panel-inner,
    .home-final__card {
        grid-template-columns: 1fr;
    }

    .home-hero__copy {
        text-align: center;
    }

    .home-hero__stores {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .home-hero__stores .appstore,
    .home-hero__android {
        width: auto;
        justify-content: center;
    }

    .home-hero__visual {
        position: relative;
    }

    .home-hero__musicians {
        position: absolute;
        scale: 200%;
        bottom: 100px;
        left: 22%;
        opacity: 0.8;
        filter: blur(0.5px);
        -webkit-mask-image: radial-gradient(
            ellipse 62% 56% at 50% 52%,
            #000 30%,
            rgba(0, 0, 0, 0.55) 54%,
            transparent 78%
        );
        mask-image: radial-gradient(
            ellipse 62% 56% at 50% 52%,
            #000 30%,
            rgba(0, 0, 0, 0.55) 54%,
            transparent 78%
        );
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }

    .home-hero__ipads {
        position: relative;
        margin-top: 50px;
        top: 0px;
        scale: 170%;
        right: 0%;
        z-index: 1;
    }

    .home-hero__featurebar {
        display: none;
    }

    .home-hero__free-cta {
        display: block;
        position: relative;
        z-index: 3;
        padding: 8px 0 32px;
    }

    .home-hero__free-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
        padding: 16px 24px;
        border: 1px solid rgba(255, 255, 255, 0.45);
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.18);
        color: var(--home-bg);
        font-size: 1rem;
        font-weight: 500;
        text-shadow: 1px 7px 16.6px rgba(121, 21, 6, 0.35);
    }

    .home-hero__free-btn svg {
        width: 28px;
        height: 28px;
        flex: none;
        stroke: currentColor;
    }

    .home-steps__track {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        max-width: 360px;
        margin-inline: auto;
    }

    .home-steps__track::before {
        top: 0;
        bottom: 0;
        left: 24px;
        right: auto;
        width: 4px;
        height: auto;
    }

    .home-step {
        display: grid;
        grid-template-columns: 48px 1fr;
        gap: 16px;
        text-align: left;
        padding: 16px 0;
    }

    .home-step__num {
        margin: 0;
    }

    .home-access {
        margin-inline: 16px;
    }

    .home-acc__trigger {
        text-align: center;
        justify-content: center;
    }

    .home-access__cards {
        grid-template-columns: 1fr;
    }

    .home-acc__panel-inner {
        grid-template-columns: 1fr;
    }

    .home-section {
        align-content: center;
    }

    .home-access__card-icon {
        margin-inline: auto;
    }

    .home-analysis__copy p {
        text-align: center;
    }

    .home-analysis__copy h2 {
        text-align: center;
    }

    .home-final__copy h2 {
        text-align: center;
    }

    .home-final__copy p {
        text-align: center;
    }

    .home-final__copy .home-final__avatars {
        justify-content: center;
    }

    .home-final__copy .home-final__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .home-hero__badge {
        font-size: 0.625rem;
    }

    .home-hero__lead {
        font-size: 1rem;
    }

    .home-hero__title {
        font-size: 1.5rem;
    }

    .home-hero__tagline {
        font-size: 1rem;
    }

    .home-hero__stores {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .home-hero__stores .appstore,
    .home-hero__android {
        width: auto;
        justify-content: center;
    }
}