* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}

body {
font-family: "Noto Sans Bengali", "Black Han Sans", "Segoe UI", sans-serif;
background-color: #0E225B;
color: white;
overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.container{
    max-width: 700px;
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
    display: flow-root;
}

/* Top compliance disclaimer */
.compliance-banner {
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 8px 12px;
    text-align: center;
}
.compliance-banner__text {
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-weight: 500;
    color: rgba(248, 253, 255, 0.92);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header{    width: 100%;
float: left;
text-align: center;padding:10px;}
.header h1{
font-weight: 700;
text-transform: none;
font-style: normal;
text-decoration: none;
text-shadow: -1px 3px 0px rgba(13.599999999999989, 1.0495652173913042, 3.586935727788278, 0.3);
color: #F8FDFF;
font-family: "Noto Sans Bengali", "Black Han Sans", sans-serif;
}
.header h2{
font-weight: 700;
text-transform: none;
font-style: normal;
text-decoration: none;
-webkit-text-stroke-color: #000;
stroke: #000;
text-shadow: -1px 3px 0px rgba(13.599999999999989, 1.0495652173913042, 3.586935727788278, 0.3);
color: #E3FF00;
text-align: center;
font-size: 29px;
font-family: "Noto Sans Bengali", "Black Han Sans", sans-serif;
}

.brand-name {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7EC8FF;
    margin-bottom: 8px;
    font-weight: 700;
}

.hero-block .hero-headline {
    font-size: clamp(22px, 5vw, 30px);
    line-height: 1.25;
    margin-bottom: 10px;
    text-transform: none;
    font-style: normal;
    font-weight: 700;
    font-family: "Noto Sans Bengali", "Black Han Sans", sans-serif;
}

.hero-block .hero-sub {
    font-size: clamp(16px, 3.5vw, 22px);
    font-weight: 600;
    color: #E3FF00;
    margin-bottom: 16px;
    text-transform: none;
    font-style: normal;
    -webkit-text-stroke: 0;
    font-family: "Noto Sans Bengali", "Black Han Sans", sans-serif;
}

.download--hero {
    margin-top: 4px;
}

.section {
    width: 100%;
    float: left;
    clear: both;
    padding: 16px 14px 8px;
    text-align: center;
}
.section__title {
    font-size: 22px;
    color: #F8FDFF;
    margin-bottom: 14px;
    text-shadow: -1px 2px 0 rgba(0,0,0,0.2);
    text-transform: none;
    font-style: normal;
    font-family: "Noto Sans Bengali", "Black Han Sans", sans-serif;
}

.feature-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
}
.feature-list__item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.feature-list__icon {
    font-size: 28px;
    line-height: 1;
}
.feature-list__label {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.social-proof {
    font-size: 17px;
    line-height: 1.5;
    color: #E8F4FF;
    max-width: 520px;
    margin: 0 auto;
    padding: 8px 6px 4px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 8px;
}
.preview-card {
    background: #fff;
    color: #0E225B;
    border-radius: 12px;
    padding: 14px 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.preview-card__placeholder {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.preview-card__cap {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
}

.cta-bottom__text {
    font-size: 16px;
    color: #E8F4FF;
    margin-bottom: 14px;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.45;
}

.download--secondary {
    display: inline-block;
}

.site-footer {
    clear: both;
    width: 100%;
    float: left;
    padding: 16px 14px 8px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 8px;
}
.site-footer__disclaimer {
    font-size: 11px;
    line-height: 1.5;
    color: rgba(248, 253, 255, 0.85);
    font-family: 'Segoe UI', sans-serif;
    margin: 0 0 10px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.site-footer__brand {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
}
.site-footer--compact {
    margin-top: 0;
    padding-top: 12px;
}

.about-content {
    background: #fff;
    color: #111;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 0;
    float: left;
    width: 100%;
    clear: both;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.55;
}
.about-content h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #0E225B;
}
.about-content p {
    margin: 0 0 14px 0;
    font-size: 15px;
}
.about-content a {
    color: #2B78FF;
    font-weight: 700;
}
.about-tagline {
    font-size: 18px !important;
    text-transform: none !important;
    color: #E3FF00 !important;
    margin-top: 8px;
}

.sub-header{padding:20px 0;float: left;width: 100%;padding:10px;}
.banner{padding:20px 0;float: left;width: 100%;padding:10px;padding-bottom: 0;}

/* Hero / landing screenshot — responsive, no stretch */
.hero-banner.gameplay-hero-img {
    float: left;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px 0 12px;
    box-sizing: border-box;
}
.hero-banner__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    object-fit: contain;
    object-position: center center;
    background: rgba(0, 0, 0, 0.15);
}

.app-download{text-align:center;float: left;width: 100%;background: #fff;margin:0px 0 20px 0;padding: 30px;}
.withdrawalPartner{width:100%;float:left;padding:10px;}
.footer{
padding:10px;
display: flex;
clear: both;
justify-content: space-between;
gap: 10px;
margin-top: 20px;
float: left;
width: 100%;
padding-bottom: 20px;
}

.payment-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-icon svg{
    width: 50px;
    height: 50px;
    display: block;
}

.payment-icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}

.payment-icons-row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

@media(max-width: 480px){
    .payment-icons-row{
        justify-content: space-around;
        gap: 10px;
    }
    .payment-icon svg{
        width: 44px;
        height: 44px;
    }
    .payment-icon img{
        width: 44px;
        height: 44px;
    }
}

.app-download-app {
    background: #fff;
    padding: 25px;
    border-radius: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', sans-serif;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.app-download-app__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.app-download-app__img {
    width: min(200px, 45vw);
    max-width: 200px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 0;
}

.download{
    display: inline-block;
    padding: 13px 28px;
    background: linear-gradient(180deg, #FF4D5E 0%, #E31837 55%, #C91530 100%);
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 0;
    border: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-shadow:
        0 4px 0 #9B0F24,
        0 8px 22px rgba(227, 24, 55, 0.55);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.download:hover,
.download:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.06);
    box-shadow:
        0 5px 0 #9B0F24,
        0 12px 28px rgba(227, 24, 55, 0.6);
    outline: none;
}

.download:active {
    transform: translateY(1px);
    filter: brightness(0.98);
    box-shadow:
        0 2px 0 #9B0F24,
        0 4px 14px rgba(227, 24, 55, 0.45);
}

/* Responsive */
@media(max-width: 480px) {
    .app-download-app {
        padding: 18px;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    .app-download-app__img {
        width: min(168px, 48vw);
        max-width: 100%;
    }
    .app-download-app .download {
        width: 100%;
        max-width: 260px;
        text-align: center;
    }
}

/* Sticky mobile CTA */
.sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #ffffff;
    padding: 10px 14px;
    box-shadow: 0 -6px 18px rgba(0,0,0,0.15);
    z-index: 9999;
}

.sticky-cta__btn {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

/* Footer text links */
.footer-links{
    clear: both;
    background: #fff;
    padding: 10px;
}
.footer-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer-links ul li{color: #000;}
.footer-links ul li a{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}

@media screen and (max-width: 767px) {
.footer img{width:50px;}
}

@media(max-width: 480px) {
    body {
        padding-bottom: 74px;
    }
    .sticky-cta {
        display: block;
    }
}

/* Trust badges (secure algorithm & support) */
.trust-badges{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px 0;
    padding: 0 6px;
}

.trust-badge{
    flex: 1 1 0;
    background: #fff;
    color: #111;
    border-radius: 10px;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 0 12px rgba(0,0,0,0.06);
    min-height: 48px;
}

.trust-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-text{
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

@media(max-width: 480px){
    .trust-badges{
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 0 10px;
    }
    .trust-badge{
        min-height: 44px;
    }
    .trust-text{
        font-size: 13px;
    }
    .preview-grid{
        grid-template-columns: 1fr;
        max-width: 280px;
    }
    .feature-list{
        grid-template-columns: 1fr;
        max-width: 320px;
    }
}