.elementor-8 .elementor-element.elementor-element-0faf9c8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ce2a97f *//* Premium Master Styling & Base Settings */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Base Body Hack - Space Hatane Ke Liye */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #03120f; /* Outer backdrop matching page flow */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

/* Strict Mobile Frame with Fixed Top Space Adjustment */
.page-wrapper {
    width: 100%;
    max-width: 440px;
    background: radial-gradient(circle at 50% 20%, #00e5c9 0%, #005046 70%, #022520 100%); 
    margin: 0 auto !important; /* Top margin zero kiya taaki gap khatam ho sake */
    min-height: 100vh;
    padding: 25px 24px 45px 24px; /* Padding inside the card stays smooth */
    text-align: center;
    position: relative;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.85);
    border-radius: 0 0 36px 36px; /* Top corners strict edge touch, bottom corners rounded */
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none; /* Forcefully top border removed for clean touch */
}

/* Luxury Top Floating Timer Badge */
.top-timer-banner {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
    letter-spacing: 0.8px;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.top-timer-banner span {
    color: #fff500;
    font-weight: 700;
    margin-left: 6px;
    text-shadow: 0 0 8px rgba(255, 245, 0, 0.4);
}

/* Hottest App Badge */
.hot-badge {
    background: linear-gradient(135deg, #ff3366 0%, #ff5e3a 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 9px 26px;
    border-radius: 50px;
    display: inline-block;
    letter-spacing: 1.8px;
    margin-bottom: 35px;
    box-shadow: 0 10px 25px rgba(255, 51, 102, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* 3D Floating App Squircle Container */
.logo-squircle {
    width: 145px;
    height: 145px;
    background: #ffffff;
    border-radius: 38px;
    margin: 0 auto 35px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 45px rgba(0, 38, 33, 0.45), 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border: 3px solid rgba(255, 255, 255, 0.95);
}
.logo-squircle .main-g {
    font-size: 38px;
    font-weight: 800;
    color: #00897b;
    line-height: 1;
    letter-spacing: -0.5px;
}
.logo-squircle .sub-text {
    font-size: 11px;
    font-weight: 700;
    color: #3a4454;
    letter-spacing: 1px;
    margin-top: 6px;
    text-transform: uppercase;
}

/* Typography Group */
h1 {
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.app-category {
    font-size: 14px;
    color: #b2f5ea;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.main-description {
    font-size: 13.5px;
    color: #f0fbf9;
    line-height: 1.6;
    margin-bottom: 40px;
    padding: 0 8px;
}

/* Ultimate White/Teal Download Button */
.btn-download-now {
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #edf5f4 60%, #d2ece7 100%);
    color: #005e52;
    text-decoration: none;
    padding: 19px;
    font-size: 17px;
    font-weight: 800;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3), inset 0 2px 4px #ffffff;
    margin-bottom: 35px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

/* Trust Features Stack Panels */
.features-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 35px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 18px;
    backdrop-filter: blur(10px);
}

.card-icon {
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #00897b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-content h4 {
    font-size: 14.5px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.card-content p {
    font-size: 12.5px;
    color: #cff5ef;
    line-height: 1.5;
}

/* Badges Indicator Strip */
.badge-strip {
    display: flex;
    justify-content: center;
    gap: 14px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Minimalist Footer */
.footer-credit {
    font-size: 10px;
    color: #8be0d4;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-top: 15px;
}/* End custom CSS */