.bazardeh-app-page {
    direction: rtl;
}

.baz-app-hero {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 55px 45px;
    background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, .12), transparent 30%),
    linear-gradient(135deg, #1d7b45 0%, #145c34 55%, #0c4526 100%);
    color: #fff;
    box-shadow: 0 20px 55px rgba(19, 91, 51, .18);
}

.baz-app-hero::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    left: -130px;
    top: -140px;
}

.baz-app-hero::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    right: -90px;
    bottom: -120px;
}

.baz-app-hero-content {
    position: relative;
    z-index: 2;
}

.baz-app-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
}

.baz-app-hero h1 {
    color: #fff;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.baz-app-hero p {
    color: rgba(255, 255, 255, .90);
    font-size: 15px;
    line-height: 2.1;
    margin-bottom: 24px;
    max-width: 680px;
}

.baz-app-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.baz-btn-main,
.baz-btn-light,
.baz-btn-outline {
    border-radius: 14px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: bold;
    transition: all .25s ease;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
}

.baz-btn-light {
    color: #145c34 !important;
    background: #fff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .08);
}

.baz-btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .13);
}

.baz-btn-outline {
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .35);
}

.baz-btn-outline:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .16);
}

/* phone */
.baz-phone-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.baz-phone {
    width: 220px;
    height: 420px;
    border: 8px solid rgba(255, 255, 255, .95);
    border-radius: 38px;
    background: #f7faf8;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(0, 0, 0, .20);
}

.baz-phone::before {
    content: "";
    position: absolute;
    width: 82px;
    height: 18px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
    z-index: 5;
}

.baz-phone-screen {
    height: 100%;
    padding: 50px 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #edf8f1 0%, #ffffff 100%);
}

.phone-logo {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: #176b3c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    margin-bottom: 13px;
    box-shadow: 0 10px 22px rgba(23, 107, 60, .20);
}

.phone-title {
    color: #174e30;
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 18px;
}

.phone-subtitle {
    font-size: 11px;
    color: #7a8b82;
    margin-bottom: 18px;
}

.phone-search {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e0eae4;
    margin-bottom: 12px;
}

.phone-item {
    width: 100%;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e8efeb;
    padding: 10px;
    margin-bottom: 8px;
    display: flex;
    gap: 9px;
    align-items: center;
}

.phone-item-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 10px;
    background: #e9f6ed;
    color: #176b3c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-lines {
    flex: 1;
}

.phone-line {
    height: 6px;
    border-radius: 10px;
    background: #dce7e0;
    margin-bottom: 5px;
}

.phone-line:last-child {
    width: 55%;
    margin-bottom: 0;
}

/* Intro */
.baz-intro {
    padding-top: 35px;
    text-align: center;
}

.baz-intro h2 {
    font-weight: 800;
    margin-bottom: 15px;
    color: #222;
}

.baz-intro p {
    line-height: 2.1;
    color: #666;
    max-width: 900px;
    margin: auto;
}

/* stats */
.baz-mini-stat {
    height: 100%;
    padding: 19px 12px;
    border-radius: 18px;
    text-align: center;
    background: #f8fbf9;
    border: 1px solid #e5eee8;
    transition: .25s ease;
}

.baz-mini-stat:hover {
    transform: translateY(-3px);
    border-color: #cfe3d5;
}

.baz-mini-stat i {
    display: block;
    font-size: 27px;
    color: #19713f;
    margin-bottom: 8px;
}

.baz-mini-stat strong {
    color: #333;
    font-size: 14px;
}

/* section title */
.baz-section-title {
    text-align: center;
    margin-bottom: 28px;
}

.baz-section-title span {
    color: #19834a;
    font-weight: bold;
    font-size: 13px;
}

.baz-section-title h2 {
    font-size: 27px;
    font-weight: 800;
    margin-top: 5px;
    margin-bottom: 10px;
}

.baz-section-title p {
    color: #777;
    line-height: 2;
    margin: auto;
    max-width: 750px;
}

/* feature cards */
.baz-feature-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e8eee9;
    border-radius: 20px;
    padding: 23px;
    transition: .25s ease;
}

.baz-feature-card:hover {
    transform: translateY(-5px);
    border-color: #d1e3d6;
    box-shadow: 0 15px 35px rgba(18, 85, 47, .08);
}

.baz-feature-icon {
    width: 55px;
    height: 55px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf6ee;
    color: #176b3c;
    font-size: 25px;
    margin-bottom: 15px;
}

.baz-feature-card h3 {
    font-size: 17px;
    font-weight: 800;
    color: #292929;
    margin-bottom: 10px;
}

.baz-feature-card p {
    font-size: 14px;
    line-height: 2;
    color: #707070;
    margin-bottom: 0;
}

/* PWA box */
.baz-pwa-box {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border-radius: 27px;
    background: linear-gradient(135deg, #f1faf4 0%, #fbfdfb 100%);
    border: 1px solid #dcebe1;
}

.baz-pwa-box::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: -80px;
    bottom: -100px;
    background: rgba(30, 127, 72, .07);
    border-radius: 50%;
}

.baz-pwa-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: #176b3c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    box-shadow: 0 12px 25px rgba(23, 107, 60, .17);
}

.baz-pwa-content {
    position: relative;
    z-index: 2;
}

.baz-pwa-content h2 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 10px;
}

.baz-pwa-content p {
    line-height: 2;
    color: #666;
    text-align: justify;
}

.baz-btn-main {
    background: #176b3c;
    color: #fff !important;
}

.baz-btn-main:hover {
    background: #0f562f;
    color: #fff !important;
    transform: translateY(-2px);
}

/* install steps */
.baz-install-step {
    height: 100%;
    position: relative;
    border-radius: 18px;
    border: 1px solid #e6eee9;
    background: #fff;
    padding: 22px;
    text-align: center;
}

.baz-step-number {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #176b3c;
    color: white;
    font-weight: bold;
    margin: 0 auto 13px;
}

.baz-install-step h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.baz-install-step p {
    line-height: 1.9;
    font-size: 13px;
    color: #777;
    margin: 0;
}

/* versions */
.baz-version-card {
    height: 100%;
    padding: 25px;
    border-radius: 22px;
    border: 1px solid #e5ede8;
    background: #fff;
}

.baz-version-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: #edf8f1;
    color: #176b3c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 14px;
}

.baz-version-card h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 8px;
}

.baz-version-card p {
    color: #777;
    line-height: 1.9;
    font-size: 14px;
    text-align: justify;
}

.baz-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
}

.baz-status.active {
    background: #e8f6ed;
    color: #11703a;
}

.baz-status.soon {
    background: #fff4db;
    color: #9a6900;
}

/* FAQ */
.baz-info-box {
    padding: 23px;
    border-radius: 20px;
    background: #f9fbfa;
    border: 1px solid #e6eee9;
}

.baz-info-box h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
}

.baz-info-box p {
    margin: 0;
    color: #707070;
    line-height: 2;
}

/* Coming soon modal */
.baz-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(14, 28, 20, .60);
    backdrop-filter: blur(4px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.baz-modal-overlay.show {
    display: flex;
}

.baz-coming-modal {
    width: 100%;
    max-width: 420px;
    border-radius: 25px;
    background: #fff;
    padding: 30px 25px 24px;
    text-align: center;
    position: relative;
    animation: bazModalShow .22s ease;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .23);
}

@keyframes bazModalShow {
    from {
        opacity: 0;
        transform: translateY(15px) scale(.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.baz-modal-icon {
    width: 75px;
    height: 75px;
    border-radius: 22px;
    background: #edf8f1;
    color: #176b3c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin: 0 auto 17px;
}

.baz-coming-modal h3 {
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 10px;
}

.baz-coming-modal p {
    line-height: 2;
    color: #777;
    font-size: 14px;
}

.baz-modal-close {
    width: 100%;
    border: none;
    border-radius: 13px;
    padding: 11px 15px;
    color: #fff;
    background: #176b3c;
    font-weight: bold;
    cursor: pointer;
}

.baz-modal-close:hover {
    background: #10552f;
}

.baz-app-section-space {
    padding-top: 70px;
}

@media (max-width: 991px) {
    .baz-app-hero {
        padding: 40px 25px;
    }

    .baz-phone-wrap {
        margin-top: 35px;
    }

    .baz-app-hero-content {
        text-align: center;
    }

    .baz-app-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .baz-app-buttons {
        justify-content: center;
    }
}

@media (max-width: 650px) {
    .baz-intro h2 {
        font-size: 20px;
    }

    .baz-app-hero {
        padding: 32px 18px;
        border-radius: 20px;
    }

    .baz-app-hero h1 , .baz-pwa-content h2 {
        font-size: 18px;
    }

    .baz-intro p , .baz-pwa-content p {
        font-size: 12px;
    }

    .baz-app-hero p {
        font-size: 13px;
    }

    .baz-app-buttons {
        flex-direction: column;
    }

    .baz-app-buttons a,
    .baz-app-buttons button {
        width: 100%;
    }

    .baz-phone {
        width: 185px;
        height: 355px;
    }

    .baz-pwa-box {
        padding: 25px 18px;
    }

    .baz-section-title h2 {
        font-size: 23px;
    }

    .baz-app-section-space {
        padding-top: 50px;
    }
}