@media screen and (max-width: 992px) {
    .navbar-hrefs {
        display: none;
    }
    .brand-mark .brand-name {
        font-size: 1.05rem;
    }

    .why-layout {
        grid-template-columns: 1fr !important;
        gap: 2.5rem;
    }

    body[dir="ltr"] .why-device {
        order: 0;
    }

    .why-device {
        order: -1;
    }

    .feature-subtitle {
        max-width: none;
    }

    .mobile-cta img {
        width: min(160px, 42vw);
        transform: translateY(-28%);
    }

    .cta-call {
        grid-template-columns: 1fr !important;
        min-height: auto;
        text-align: center;
        padding: 1rem 1.1rem 0.85rem;
        overflow: visible;
    }

    body[dir="ltr"] .mobile-cta,
    .mobile-cta {
        order: -1;
        margin-bottom: 0.25rem;
    }

    .cta-title {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
        font-size: clamp(1.05rem, 4.2vw, 1.35rem);
    }

    .cta-points {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: start;
    }

    .download-appx {
        justify-content: center;
        margin: 0 auto;
    }

    .logo img {
        width: 48px !important;
        height: 48px !important;
    }
    
    .head-main.hero-stage {
        min-height: 100svh;
    }

    .hero-content {
        padding-top: 6.5rem;
    }

    .hero-title {
        max-width: 14ch;
    }
    
    .hero-cta a,
    .download-btns a  {
        width: 132px !important;
    }
    
    .container-mobiles .mobile-left,
    .container-mobiles .mobile-right {
        display: none !important;
    }
    
    .container-mobiles.hero-phones {
        width: 100% !important;
        height: clamp(260px, 46vh, 420px);
    }

    .container-mobiles .mobile-center img {
        width: min(260px, 62vw);
    }

    .shots-stage {
        max-width: 720px;
        padding: 2rem 0 1rem;
    }

    .screenshot-card {
        width: clamp(160px, 30vw, 230px);
    }

    .screenshot-card-1 {
        transform: translateX(30%) translateY(20px) rotate(-6deg) scale(0.86);
    }

    .screenshot-card-3 {
        transform: translateX(-30%) translateY(20px) rotate(6deg) scale(0.86);
    }

    .video-show .play-btn {
        width: 68px;
        height: 68px;
    }

    .video-segmented-wrap {
        margin-bottom: 1.35rem;
    }

    .segmented-btn {
        padding: 0.65rem 1rem;
        font-size: 0.86rem;
    }
}

@media screen and (max-width:767px) {
    header .download-app {
        padding: 10px 16px;
        font-size: 0.88rem;
    }

    .hero-content {
        padding-top: 6rem;
    }

    .hero-cta {
        gap: 6px;
    }

    .hero-cta a {
        width: 118px !important;
    }

    .shots-stage {
        max-width: 100%;
        padding: 1.5rem 0 1rem;
    }

    .screenshot-card {
        width: clamp(120px, 30vw, 170px);
    }

    .screenshot-card-1 {
        transform: translateX(42%) translateY(14px) rotate(-6deg) scale(0.84);
    }

    .screenshot-card-3 {
        transform: translateX(-42%) translateY(14px) rotate(6deg) scale(0.84);
    }

    .screenshot-card-2 {
        transform: translateY(-4px) scale(1.05);
    }

    .screenshot-card-2:hover {
        transform: translateY(-10px) scale(1.08);
    }

    .feature-sect {
        padding: 0.85rem 0.9rem;
    }

    .cta-call {
        padding: 0.9rem 0.9rem 0.7rem;
        border-radius: 20px;
    }

    .mobile-cta img {
        width: min(140px, 40vw);
        transform: translateY(-24%);
    }

    .cta-title {
        white-space: normal;
        font-size: 1.15rem;
    }
}

@media screen and (max-width: 468px) {
    .header-bar {
        gap: 12px;
    }

    .brand-mark .brand-name {
        display: none;
    }

    .section-intro {
        margin-bottom: 2rem;
    }

    .footer-social .icon {
        width: 38px;
        height: 38px;
    }
}
