.pathoja-app-section {
    padding: 80px 0;
    /*background: linear-gradient( 135deg, #f8f3ef 0%, #fff 55%, #f3e6df 100% );*/
    overflow: hidden;
}

.pathoja-app-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr .75fr;
    align-items: center;
    gap: 40px;
}

.pathoja-app-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #b1593f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.pathoja-app-content h2 {
    max-width: 480px;
    margin: 0 0 18px;
    font-size: clamp(32px, 3.3vw, 48px);
    line-height: 1.1;
    color: #202020;
}

.pathoja-app-content p {
    max-width: 500px;
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

.pathoja-app-features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 26px;
}

.app-feature {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(177, 89, 63, .08);
    color: #6d392b;
    font-size: 14px;
}

.app-feature i {
    color: #b1593f;
}

.pathoja-app-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.phone-stack {
    position: relative;
    width: 450px;
    height: 470px;
    margin: 0 auto;
}

.phone {
    position: absolute;
    width: 235px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 55px rgba(0, 0, 0, .18);
    transition: transform .35s ease;
}

.phone img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.phone-left {
    left: 15px;
    top: 50px;
    transform: rotate(-13deg);
    z-index: 1;
}

.phone-right {
    right: 35px;
    top: 65px;
    transform: rotate(11deg);
    z-index: 2;
}

.pathoja-app-store {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 250px;
}

.store-title {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.pathoja-app-store p {
    margin: 0 0 20px;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

.pathoja-app-downloads {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.pathoja-app-downloads a {
    display: inline-block;
}

.pathoja-app-downloads img {
    display: block;
    width: auto;
    height: 46px;
}

@media (max-width: 1199.98px) {
    .pathoja-app-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pathoja-app-store {
        grid-column: 1 / -1;
        max-width: none;
        align-items: center;
        text-align: center;
        margin-top: 12px;
    }

    .pathoja-app-downloads {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    .pathoja-app-section {
        padding: 70px 0;
    }

    .pathoja-app-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        text-align: center;
    }

    .pathoja-app-content h2,
    .pathoja-app-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .pathoja-app-features {
        align-items: center;
    }

    .phone-stack {
        width: 350px;
        height: 400px;
    }

    .phone {
        width: 195px;
    }

    .phone-left {
        left: 28px;
    }

    .phone-right {
        right: 28px;
    }

    .pathoja-app-store {
        margin: 0 auto;
    }

    .pathoja-app-downloads {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .pathoja-app-section {
        padding: 55px 0;
    }

    .pathoja-app-content h2 {
        font-size: 30px;
    }

    .phone-stack {
        width: 285px;
        height: 335px;
    }

    .phone {
        width: 158px;
        border-radius: 24px;
    }

    .phone-left {
        left: 20px;
        top: 22px;
        transform: rotate(-9deg);
    }

    .phone-right {
        right: 20px;
        top: 45px;
        transform: rotate(9deg);
    }

    .pathoja-app-downloads {
        flex-direction: column;
        align-items: center;
    }

    .pathoja-app-downloads img {
        height: 44px;
    }
}
