﻿.content-page {
    position: relative;
    margin: auto;
    max-width: 80vw;
}

.row-banner {
    padding: 0px;
    display: flex;
    justify-content: center;
}

.column-icon {
    padding: 0px;
    display: flex;
    justify-content: center;
}

#content-text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
}

#ios-link-icon {
    position: absolute;
    width: 140px;
    height: 50px;      
}

#android-link-icon {
    position: absolute;
    margin-left: 13.29em;
    width: 155px;
    height: 50px;
}

#huawei-link-icon {
    position: absolute;
    margin-left: 21.97em;
}
#content-no-link {
    position: absolute;
    margin-left: 31.62em;
}

.banner-wrap {
    width: 100%;
    max-width: 980px;
    margin: 40px auto;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    background: #fff;
}

.banner-bg {
    display: block;
}

.banner-bottom {
    position: absolute;
    left: 40px;
    bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}

.store-row {
    padding-left: 50px;
}

.download-btn {
    background: #e6f9f9;
    color: #217788;
    font-weight: bold;
    border: none;
    border-radius: 7px;
    padding: 13px 32px;
    font-size: 17px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    margin-top: 0;
    display: inline-block;
    transition: background 0.15s;
}

    .download-btn:hover {
        background: #c3f1f1;
    }

.store-btns {
    display: flex;
    gap: 10px;
    margin-top: 0;
}

    .store-btns a img {
        height: 40px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        transition: transform 0.12s;
        display: block;
    }

        .store-btns a img:hover {
            transform: scale(1.08);
        }

@media (max-width: 700px) {
    .banner-wrap {
        max-width: 99vw;
    }

    .banner-bottom {
        left: 10px;
        bottom: 10px;
    }

    .download-btn {
        font-size: 14px;
        padding: 9px 14px;
    }

    .store-btns a img {
        height: 28px;
    }
}
