.offer-section,
.offer-section * {
    box-sizing: border-box;
}

.offer-section {
    padding: 90px 0;
    background: #fbfaf7;
    overflow: hidden;
}

.offer-stage {
    position: relative;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
    min-height: 650px;
    padding: 42px;
    border-radius: 30px;
    background: linear-gradient(135deg, #070707 0%, #111 48%, #060606 100%);
    color: #fff;
    box-shadow: 0 35px 90px rgba(0,0,0,.18);
    overflow: hidden;
}

.offer-left,
.offer-screen,
.offer-benefits {
    position: relative;
    z-index: 2;
}

.offer-left {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.offer-badge {
    align-self: flex-start;
    padding: 13px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d99a6d, #b87448);
    color: #fff;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
}

.offer-package {
    width: 220px;
    padding: 16px 24px;
    background: linear-gradient(90deg, #8f8875, #c6bca2);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.35rem;
    font-weight: 700;
    clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%);
}

.offer-price-box {
    padding: 28px 24px;
    border: 1px solid rgba(201,150,99,.7);
    border-radius: 14px;
    text-align: center;
    background: rgba(0,0,0,.38);
}

.offer-price-box span {
    display: block;
    margin-bottom: 12px;
    color: #c99663;
    text-transform: uppercase;
    font-weight: 700;
}

.offer-old {
    color: rgba(255,255,255,.76);
    text-decoration: line-through;
    margin-bottom: 8px;
}

.offer-price-box strong {
    display: block;
    color: #c99663;
    font-size: clamp(4rem, 8vw, 5.8rem);
    line-height: 1;
    font-weight: 700;
}

.offer-price-box small {
    display: block;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(201,150,99,.35);
    color: #d8a376;
    font-weight: 700;
}

.offer-plan-note {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid rgba(201,150,99,.6);
    background: rgba(0,0,0,.35);
}

.offer-plan-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201,150,99,.7);
    color: #c99663;
    font-size: 1.6rem;
}

.offer-plan-note strong {
    color: #c99663;
    font-size: .95rem;
}

.offer-plan-note p {
    margin: 6px 0 0;
    color: rgba(255,255,255,.76);
    font-size: .95rem;
    line-height: 1.45;
}

.offer-screen {
    min-height: 470px;
    border-radius: 8px;
    background:
        linear-gradient(rgba(0,0,0,.14), rgba(0,0,0,.14)),
        url("../img/projektor.webp") center / cover no-repeat;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.035),
        0 30px 90px rgba(0,0,0,.42);
    overflow: hidden;
}

.offer-screen::before {
    content: none;
}

.offer-light {
    display: none;
}

.offer-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 200px 70px 70px 140px;
}

.offer-content h2 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 3vw, 3.5rem);
    line-height: 1.08;
    font-weight: 400;
}

.offer-line {
    width: 170px;
    height: 1px;
    margin: 34px 0 28px;
    background: rgba(255,255,255,.42);
}

.offer-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 34px;
    display: grid;
    gap: 12px;
}

.offer-content li {
    position: relative;
    padding-left: 34px;
    color: rgba(255,255,255,.82);
    font-size: 1rem;
    line-height: 1.5;
}

.offer-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #c99663;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
}

.offer-content li strong {
    color: #d8a376;
    text-transform: uppercase;
    font-weight: 700;
}

.offer-content .btn {
    display: inline-flex;
    padding: 14px 28px;
    font-size: 1rem;
}

.offer-benefits {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 8px -42px -42px;
    background: rgba(0,0,0,.42);
    border-top: 1px solid rgba(255,255,255,.08);
}

.offer-benefits div {
    padding: 24px 22px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.08);
}

.offer-benefits div:last-child {
    border-right: 0;
}

.offer-benefits span {
    display: block;
    color: #c99663;
    font-size: 2rem;
    margin-bottom: 10px;
}

.offer-benefits strong {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;
}

.offer-benefits p {
    margin: 6px 0 0;
    color: rgba(255,255,255,.65);
    font-size: .82rem;
}

@media (max-width: 980px) {
    .offer-stage {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .offer-left {
        max-width: 420px;
    }

    .offer-content {
        padding: 80px 34px 42px;
    }

    .offer-benefits {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 -26px -26px;
    }
}

@media (max-width: 560px) {
    .offer-section {
        padding: 60px 0;
    }

    .offer-stage {
        border-radius: 22px;
        padding: 20px;
        gap: 24px;
    }

    .offer-package {
        width: 190px;
    }

    .offer-screen {
        min-height: 430px;
        background-position: 22% center;r;
    }

    .offer-content {
        max-width: 100%;
        padding: 58px 24px 32px;
    }

    .offer-content h2 {
        font-size: 2.25rem;
    }

    .offer-benefits {
        grid-template-columns: 1fr;
        margin: 0 -20px -20px;
    }

    .offer-benefits div {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }
}