.home-promotions {
    position: relative;
    padding: 88px 0;
    overflow: hidden;
}

.home-promotions::before {
    content: "";
    position: absolute;
    inset: 20px max(18px, 4vw) auto;
    height: 260px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,122,0,.16), transparent 68%);
    filter: blur(26px);
    opacity: .8;
    pointer-events: none;
}

.promo-shell {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 34px));
    margin: 0 auto;
}

.promo-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 28px;
}

.promo-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 12px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #ffb36b;
    background: rgba(255,122,0,.12);
    border: 1px solid rgba(255,122,0,.26);
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.promo-heading h2,
.promo-empty-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: .96;
    letter-spacing: -.06em;
}

.promo-heading p,
.promo-empty-copy p {
    margin: 14px auto 0;
    color: rgba(255,255,255,.68);
    line-height: 1.75;
    font-weight: 650;
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.promo-card {
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at top right, rgba(255,122,0,.14), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,.070), rgba(255,255,255,.028)),
        rgba(9,9,12,.72);
    box-shadow:
        0 24px 80px rgba(0,0,0,.34),
        0 0 34px rgba(255,122,0,.07);
}

.promo-card-glow {
    position: absolute;
    right: -82px;
    top: -92px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: rgba(255,122,0,.18);
    filter: blur(6px);
    pointer-events: none;
}

.promo-tag {
    position: relative;
    z-index: 1;
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #1b0d00;
    background: linear-gradient(180deg, #ffd9a8, #ff7a00);
    box-shadow: 0 0 24px rgba(255,122,0,.24);
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.promo-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.1;
    letter-spacing: -.045em;
}

.promo-category {
    position: relative;
    z-index: 1;
    width: max-content;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.62);
    font-size: .78rem;
    font-weight: 850;
}

.promo-desc {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255,255,255,.66);
    line-height: 1.62;
    font-weight: 650;
}

.promo-price {
    position: relative;
    z-index: 1;
    margin: auto 0 0;
    padding-top: 20px;
}

.promo-old {
    display: block;
    margin-bottom: 4px;
    color: rgba(255,255,255,.45);
    font-weight: 900;
    text-decoration: line-through;
}

.promo-price strong {
    display: block;
    color: #ffd4a1;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1;
    font-weight: 1000;
    letter-spacing: -.055em;
}

.promo-actions {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.promo-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 15px;
    color: #170d02;
    background: linear-gradient(135deg, #ff8a00, #ffb347);
    box-shadow: 0 16px 34px rgba(255,138,0,.22);
    font-weight: 950;
    text-decoration: none;
}

.promo-btn-secondary {
    color: #fff;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: none;
}

/* PREMIUM komunikat, gdy nie ma promocji */
.promo-empty-card {
    position: relative;
    width: min(920px, 100%);
    margin: 0 auto;
    padding: 38px;
    border-radius: 32px;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    background:
        radial-gradient(circle at top right, rgba(255,122,0,.18), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.032)),
        rgba(10,10,12,.88);
    box-shadow:
        0 34px 110px rgba(0,0,0,.52),
        0 0 46px rgba(255,122,0,.12),
        inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.promo-empty-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(115deg, transparent 0%, rgba(255,122,0,.22) 38%, rgba(255,255,255,.12) 50%, transparent 62%);
    transform: translateX(-120%);
    opacity: .55;
    pointer-events: none;
    animation: promoEmptyShine 4s ease-in-out infinite;
}

@keyframes promoEmptyShine {
    0%, 55% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(120%);
    }
}

.promo-empty-glow {
    position: absolute;
    right: -110px;
    top: -130px;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    background: rgba(255,122,0,.16);
    filter: blur(12px);
    pointer-events: none;
}

.promo-empty-icon {
    display: none;
}

.promo-empty-copy {
    position: relative;
    z-index: 1;
}

.promo-empty-copy .promo-eyebrow {
    margin: 0 auto 16px;
}

.promo-empty-copy h2 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4vw, 3.15rem);
}

.promo-empty-copy p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255,255,255,.76);
    font-size: 1.02rem;
    line-height: 1.85;
    font-weight: 650;
}

.promo-empty-points {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.promo-empty-points span {
    display: inline-flex;
    padding: 10px 13px;
    border-radius: 999px;
    color: rgba(255,255,255,.72);
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.08);
    font-size: .84rem;
    font-weight: 850;
}

.promo-empty-actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.promo-empty-actions .promo-btn {
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 16px;
}

@media (max-width: 1000px) {
    .promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .promo-empty-card {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .home-promotions {
        padding: 58px 0;
    }

    .promo-shell {
        width: min(100% - 22px, 1180px);
    }

    .promo-grid {
        grid-template-columns: 1fr;
    }

    .promo-card,
    .promo-empty-card {
        border-radius: 26px;
        padding: 22px;
    }

    .promo-empty-copy p {
        font-size: .96rem;
        line-height: 1.75;
    }

    .promo-empty-points {
        display: grid;
    }

    .promo-empty-actions .promo-btn {
        width: 100%;
    }
}