.dd-simple-app-banner {
    background: linear-gradient(180deg, #0B121A 0%, #05090E 100%);
    padding: 60px 20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

.dd-simple-inner {
    max-width: 600px;
    margin: 0 auto;
}

.dd-simple-app-banner h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 900;
    margin-bottom: 15px;
}

.dd-simple-app-banner p {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    opacity: 0.85;
    margin-bottom: 24px;
}

.dd-simple-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.dd-simple-buttons img {
    height: 55px;
}

@media (max-width: 576px) {
    .dd-simple-app-banner {
        margin-top: 40px;
        padding: 40px 18px;
    }
    .dd-simple-buttons img {
        height: 46px;
    }
}
