.abo-marketing-wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
}

.abo-marketing {
    margin: 0;
}

.abo-marketing .abo-text {
    color: #333;
    line-height: 1.55;
}

.abo-marketing .abo-headline {
    color: #6e6356;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 24px;
}

.abo-marketing .abo-section {
    color: #6e6356;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.abo-marketing .abo-text ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.abo-marketing .abo-text ul li {
    margin-bottom: 6px;
}

.abo-marketing .abo-products {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.abo-product-card {
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 20px 16px 18px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.abo-product-card .abo-cover {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin-bottom: 14px;
}

.abo-product-card .abo-product-info {
    width: 100%;
    text-align: center;
}

.abo-product-card .abo-product-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}

.abo-product-card .abo-product-price {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.abo-product-card .abo-btn-subscribe {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    background: rgb(224, 11, 19);
    background: linear-gradient(90deg, rgba(224, 11, 19, 1) 0%, rgba(155, 34, 25, 1) 100%);
    padding: 8px 24px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.abo-product-card .abo-btn-subscribe:hover {
    filter: brightness(1.05);
}

.abo-product-card .abo-singleissue {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    text-decoration: underline;
}

.abo-product-card .abo-badge-plusheft {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: rgb(224, 11, 19);
    background: linear-gradient(135deg, rgba(224, 11, 19, 1) 0%, rgba(155, 34, 25, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
    z-index: 2;
}

.abo-mockup {
    max-width: 100%;
    height: auto;
    margin-top: 4px;
}

@media (max-width: 991.98px) {
    .abo-marketing .abo-products {
        margin-top: 24px;
    }

    .abo-marketing .abo-headline {
        font-size: 28px;
    }
}
