.escort-card-promo-teaser {
    position: relative;
    z-index: 1;
    width: min(100%, 260px);
    margin: 10px auto 14px;
    padding: 11px 12px;
    border: 1px solid rgba(246, 207, 114, 0.3);
    border-radius: 13px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 126, 38, 0.13), transparent 48%),
        linear-gradient(135deg, rgba(246, 207, 114, 0.09), rgba(240, 90, 138, 0.045)),
        rgba(8, 7, 7, 0.48);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 10px 24px rgba(0, 0, 0, 0.2);
    color: #fff4df;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    text-align: center;
}

.escort-card-promo-teaser__eyebrow {
    display: block;
    color: rgba(250, 221, 172, 0.72);
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-transform: uppercase;
}

.escort-card-promo-teaser__saving {
    display: block;
    margin-top: 6px;
    color: #ffd681;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.15;
    text-shadow: 0 0 18px rgba(255, 170, 65, 0.2);
}

.escort-card-promo-teaser__hint {
    display: block;
    margin-top: 5px;
    color: rgba(244, 225, 200, 0.62);
    font-size: 0.62rem;
    font-weight: 650;
    line-height: 1.35;
}

.escort-card-promo-teaser--upcoming {
    border-style: dashed;
}

.escort-card-promo-teaser--upcoming .escort-card-promo-teaser__eyebrow {
    color: #f4d28f;
}

@media (max-width: 568px) {
    .escort-card-promo-teaser {
        box-sizing: border-box;
        width: calc(100% - 20px);
        margin: 8px auto 12px;
        padding: 11px 10px;
        border-radius: 11px;
    }

    .escort-card-promo-teaser__eyebrow {
        max-width: 100%;
        font-size: .61rem;
        white-space: normal !important;
    }

    .escort-card-promo-teaser__saving { font-size: 1.12rem; }
    .escort-card-promo-teaser__hint { font-size: .61rem; }
}

@media (prefers-reduced-motion: reduce) {
    .escort-card-promo-teaser,
    .escort-card-promo-teaser * { animation: none !important; transition: none !important; }
}
