.hq-app-promo-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(135deg, #10151c 0%, #182335 55%, #1b2a3f 100%);
    color: #fff;
}
.hq-app-promo-section::before,
.hq-app-promo-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .35;
    pointer-events: none;
}
.hq-app-promo-section::before {
    width: 420px;
    height: 420px;
    background: #f58906;
    top: -140px;
    right: -80px;
}
.hq-app-promo-section::after {
    width: 360px;
    height: 360px;
    background: #315c8c;
    bottom: -160px;
    left: -100px;
}
.hq-app-promo-section .container {
    position: relative;
    z-index: 1;
}
.hq-app-promo-section .text-bar {
    background: #f58906;
}
.hq-app-promo-section h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
}
.hq-app-promo-section h2 .text-primary {
    color: #f58906 !important;
}
.hq-app-promo-lead {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    max-width: 460px;
    margin-bottom: 28px;
}
.hq-app-promo-features {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: grid;
    gap: 16px;
}
.hq-app-promo-features li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    color: rgba(255, 255, 255, .9);
}
.hq-app-promo-features li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: none;
    border-radius: 11px;
    background: rgba(245, 137, 6, .16);
    color: #f99a00;
    font-size: 15px;
}

.hq-app-phones {
    position: relative;
    max-width: 380px;
    min-height: 460px;
    margin: 0 auto;
}
.hq-app-phone {
    position: absolute;
    width: 230px;
    border-radius: 26px;
    border: 6px solid #0d1117;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .5);
}
.hq-app-phone-back {
    top: 46px;
    right: 6px;
    z-index: 1;
    opacity: .8;
    filter: brightness(.82);
    transform: rotate(9deg);
}
.hq-app-phone-front {
    top: 0;
    left: 6px;
    z-index: 2;
    transform: rotate(-6deg);
}
.hq-app-chip {
    position: absolute;
    top: 6px;
    right: -6px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    color: #17222c;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .3);
}
.hq-app-chip i {
    font-size: 15px;
    color: #f58906;
}
.hq-app-chip i + i {
    color: #3ddc84;
    margin-left: -4px;
}

.hq-app-promo-section .hq-store-badges {
    justify-content: flex-start;
}

@media (max-width: 991.98px) {
    .hq-app-promo-section {
        padding: 64px 0;
        text-align: center;
    }
    .hq-app-promo-lead {
        margin-left: auto;
        margin-right: auto;
    }
    .hq-app-promo-features li {
        justify-content: center;
    }
    .hq-app-promo-section .hq-store-badges {
        justify-content: center;
    }
    .hq-app-phones {
        min-height: 380px;
        margin-bottom: 20px;
    }
    .hq-app-phone {
        width: 190px;
    }
    .hq-app-phone-back {
        top: 40px;
        right: calc(50% - 150px);
    }
    .hq-app-phone-front {
        left: calc(50% - 150px);
    }
    .hq-app-chip {
        right: calc(50% - 150px);
    }
}
