
.ad-banner {
    border-radius: 30px;
    padding: 1.4rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.ad-banner::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -80px;
    top: -90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
}

.ad-banner h3 {
    max-width: 18ch;
    margin-bottom: .5rem;
}

.ad-banner.orange {
    background: linear-gradient(135deg, #d97706 0%, #9a3412 100%);
    color: #fff;
    border: none;
}

.store-pill, .ad-banner {
    background: var(--surface);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: var(--shadow);
}

a {
    text-decoration: none;
}