
/* Premium UI Enhancements (Preserving Original Structure) */
.download_app_hero {
    background: linear-gradient(135deg, #fffafb, #ffffff);
    position: relative;
    overflow: hidden;
}
.download_app_hero::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(232, 28, 97, 0.05) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    z-index: 0;
}
.app-hero-text, .hero-image {
    position: relative;
    z-index: 1;
}
.app-hero-text h1 {
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #222;
}
.app_btn_image {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}
.app_btn_image:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(232, 28, 97, 0.2);
}
.why_choose_box {
    background: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    height: 100%;
}
.why_choose_box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(232, 28, 97, 0.08);
    border-color: rgba(232, 28, 97, 0.15);
}
.why_choose_box .icon {
    width: 65px;
    height: 65px;
    background: rgba(232, 28, 97, 0.1);
    color: #e81c61;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.download_app_qr_area {
    background: #fcfcfc;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.qr-img .qrcode-container {
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}
.qr-img .qrcode-container:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(232, 28, 97, 0.1);
}
.app-screens {
    background: #fdfdfd;
}
.custom-tabs .nav-link {
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
    transition: all 0.3s;
    border: 1px solid #e0e0e0;
    color: #555;
    background: #fff;
}
.custom-tabs .nav-link.active, .custom-tabs .nav-link:hover {
    background: #e81c61;
    color: #fff;
    border-color: #e81c61;
    box-shadow: 0 5px 15px rgba(232,28,97,0.3);
}
.app-screens .swiper-slide img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 4px solid #fff;
}
.feature-item {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #f4f4f4;
    transition: all 0.3s ease;
    height: 100%;
}
.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(232, 28, 97, 0.08);
    border-color: rgba(232, 28, 97, 0.1);
}
.offer-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 25px;
    border-radius: 50px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    transition: all 0.3s;
}
.offer-item:hover {
    background: #fffafb;
    border-color: rgba(232, 28, 97, 0.2);
    box-shadow: 0 8px 20px rgba(232, 28, 97, 0.08);
}
.how-box {
    background: #fff;
    padding: 35px 20px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #f4f4f4;
    transition: all 0.3s ease;
    height: 100%;
}
.how-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(232, 28, 97, 0.08);
}
.how-icon {
    width: 65px;
    height: 65px;
    background: rgba(232, 28, 97, 0.1);
    color: #e81c61;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.abt-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #f4f4f4;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.abt-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(232, 28, 97, 0.08);
    border-color: rgba(232, 28, 97, 0.1);
}
.abt-card .icon {
    width: 55px;
    height: 55px;
    background: rgba(232, 28, 97, 0.1);
    color: #e81c61;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.app-hero-image {
    perspective: 1000px;
}
.app-hero-image img {
    transform: rotateY(-15deg);
    transition: transform 0.5s ease;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.1));
}
.app-hero-image:hover img {
    transform: rotateY(0deg) scale(1.02);
}