.offer {
    padding: 8px;
}

.oferta-hero {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    padding: 70px 7% 62px;
    background: url("../images/omnie-background.png") center center / cover no-repeat;
    overflow: hidden;
}

.oferta-hero-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oferta-hero-content {
    position: relative;
    max-width: 720px;
    padding: 28px 42px 32px;
    border-radius: 30px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255,253,252,.34), rgba(248,241,236,.18));
    backdrop-filter: blur(6px);
    box-shadow: 0 18px 44px rgba(79, 61, 50, .06);
}

.oferta-hero h1 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    color: #7A5545;
    font-size: clamp(42px, 5vw, 78px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.oferta-heading-heart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 18px 0 24px;
}

.oferta-heading-heart span {
    width: 26px;
    height: 1px;
    background: rgba(200, 155, 123, .48);
}

.oferta-heading-heart strong {
    color: #C89B7B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.oferta-hero p {
    max-width: 520px;
    margin: 0 auto;
    color: #5F4738;
    font-size: 16px;
    line-height: 1.8;
}

/* =====================================
   MOJA OFERTA
===================================== */

.oferta-services {
    padding: 48px 7% 58px;
    background: #F8F1EC;
}

.oferta-section-heading {
    margin-bottom: 38px;
    text-align: center;
}

.oferta-section-heading h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    color: #4F3D32;
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.oferta-services-grid {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}

.oferta-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 510px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(200, 155, 123, .24);
    border-radius: 10px;
    background: linear-gradient(180deg, #FFFDFC 0%, #FBF6F2 100%);
    box-shadow: 0 14px 32px rgba(79, 61, 50, .06);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.oferta-card:hover {
    transform: translateY(-6px);
    border-color: rgba(200, 155, 123, .42);
    box-shadow: 0 22px 42px rgba(79, 61, 50, .11);
}

.oferta-card-featured {
    box-shadow: 0 18px 42px rgba(79, 61, 50, .12);
}

.oferta-card-image {
    height: 220px;
    overflow: hidden;
    background: #EBD8CA;
}

.oferta-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform .45s ease;
}

.oferta-card:hover .oferta-card-image img {
    transform: scale(1.04);
}

.oferta-card-icon {
    width: 76px;
    height: 76px;
    margin: -38px auto 0;
    position: relative;
    z-index: 2;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(200, 155, 123, .34);
    border-radius: 50%;
    background: #FFFDFC;
    box-shadow: 0 12px 24px rgba(79, 61, 50, .08);
}

.oferta-card-icon img {
    width: 76px;
    height: 76px;
    display: block;
    object-fit: contain;
    object-position: center;
    user-select: none;
    pointer-events: none;
}

.oferta-card-icon-dzienny img,
.oferta-card-icon-wieczorowy img,
.oferta-card-icon-pakiet img,
.oferta-card-icon-dojazd img {
    transform: scale(1.2);
}

.oferta-card-icon-slubny img {
    transform: scale(1.4);
}

.oferta-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 28px 24px 26px;
    text-align: center;
}

.oferta-card h3 {
    margin: 0 0 22px;
    color: #4F3D32;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.oferta-card p {
    margin: 0 auto;
    color: #5F4738;
    font-size: 14px;
    line-height: 1.75;
}

.oferta-card-line {
    width: 100%;
    height: 1px;
    margin: auto 0 22px;
    background: linear-gradient(90deg, transparent, rgba(200, 155, 123, .36), transparent);
}

.oferta-card-price {
    color: #7A5545;
    font-size: 18px;
}

.oferta-card-price strong {
    color: #B58361;
    font-size: 24px;
    font-weight: 700;
}

.oferta-card-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    max-width: calc(100% - 28px);
    border-radius: 999px;
    background: #B84A3A;
    color: #fff;
    font-size: 11px;
    padding: 9px 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .6px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(120, 52, 42, .22);
}

/* =====================================
   CENNIK
===================================== */

.oferta-pricing {
    padding: 18px 7% 58px;
    background: #F8F1EC;
}

.oferta-pricing-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(420px, 1.05fr) minmax(360px, .9fr);
    gap: 58px;
    align-items: start;
}

.oferta-price-list {
    align-self: start;
    overflow: hidden;
    border: 1px solid rgba(200, 155, 123, .24);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255,253,252,.96), rgba(248,241,236,.88));
}

.oferta-price-row {
    display: grid;
    grid-template-columns: 1fr 150px;
    min-height: 48px;
    border-bottom: 1px solid rgba(200, 155, 123, .18);
}

.oferta-price-row:last-child {
    border-bottom: 0;
}

.oferta-price-row span,
.oferta-price-row strong {
    display: flex;
    align-items: center;
    padding: 0 28px;
    color: #4F3D32;
    font-size: 15px;
}

.oferta-price-row span {
    font-weight: 600;
}

.oferta-price-row strong {
    justify-content: center;
    border-left: 1px solid rgba(200, 155, 123, .18);
    color: #B58361;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.oferta-packages {
    position: relative;
    overflow: hidden;
    padding: 36px 40px;
    border: 1px solid rgba(200, 155, 123, .24);
    border-radius: 12px;
    background:
        radial-gradient(circle at 88% 28%, rgba(221, 190, 167, .24), transparent 28%),
        linear-gradient(135deg, rgba(255,253,252,.96), rgba(248,241,236,.88));
}

.oferta-packages h3 {
    margin: 0 0 28px;
    font-family: "Cormorant Garamond", serif;
    color: #9A624B;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.oferta-package {
    position: relative;
    padding: 0 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(200, 155, 123, .20);
}

.oferta-package:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.oferta-package-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 18px;
}

.oferta-package ul,
.oferta-package-top {
    position: relative;
    z-index: 2;
}

.oferta-package h4 {
    margin: 0;
    color: #4F3D32;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.oferta-package-top strong {
    color: #B58361;
    font-size: 27px;
    font-weight: 700;
    white-space: nowrap;
}

.oferta-package ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.oferta-package li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 24px;
    color: #5F4738;
    font-size: 14px;
    line-height: 1.45;
}

.oferta-package li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #C89B7B;
    font-weight: 700;
}

.oferta-package-leaf {
    position: absolute;
    right: -8px;
    bottom: 8px;
    z-index: 1;
    width: 150px;
    height: 150px;
    opacity: .75;
    pointer-events: none;
}

.oferta-package-leaf img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    user-select: none;
    filter: sepia(.15) saturate(1.12) contrast(1.08);
}

.oferta-pricing-note {
    width: min(1280px, 100%);
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #A0735E;
    font-size: 15px;
    font-weight: 600;
}

.oferta-pricing-note span {
    flex: 0 0 auto;
    color: #C89B7B;
    font-size: 16px;
}

.oferta-voucher {
    width: min(1280px, 100%);
    margin: 28px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.oferta-voucher p {
    margin: 0;
    color: #5F4738;
    font-size: 15px;
}

.oferta-voucher-button {
    min-height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 34px;
    border: 1px solid #C89B7B;
    border-radius: 999px;
    color: #8A6753;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.oferta-voucher-button > span:first-child {
    position: relative;
    z-index: 2;
}

.oferta-voucher-button span {
    position: relative;
    z-index: 2;
}

.oferta-voucher-icon {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.oferta-voucher-icon img {
    position: absolute;
    inset: 0;
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
    object-position: center;
    user-select: none;
    pointer-events: none;
    transition:
        opacity .25s ease,
        transform .25s ease;
}

.oferta-voucher-button img {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
    object-position: center;
    user-select: none;
    pointer-events: none;
    transform: scale(2.4);
}

.oferta-voucher-icon-default {
    opacity: 1;
    transform: scale(2.4);
}

.oferta-voucher-icon-hover {
    opacity: 0;
    transform: scale(2.4);
}

.oferta-voucher-button:hover {
    background: #C89B7B;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(200, 143, 108, .25);
}

.oferta-voucher-button:hover .oferta-voucher-icon-default {
    opacity: 0;
}

.oferta-voucher-button:hover .oferta-voucher-icon-hover {
    opacity: 1;
}

.oferta-pricing-left {
    align-self: start;
}

/* =====================================
   TABLET
===================================== */

@media (max-width: 1050px) {
    .oferta-pricing-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .oferta-voucher {
        flex-direction: column;
        gap: 18px;
    }
}

@media (max-width: 900px) {
    .oferta-hero {
        min-height: 280px;
        padding: 58px 24px 54px;
        background-position: center center;
    }

    .oferta-hero h1 {
        font-size: clamp(38px, 8vw, 58px);
        letter-spacing: 3px;
    }

    .oferta-services-grid {
        grid-template-columns: repeat(auto-fit, minmax(230px, 280px));
        gap: 20px;
    }

    .oferta-card {
        min-height: 500px;
    }
}

@media (max-width: 820px) {
    .oferta-services {
        padding: 42px 22px 50px;
    }

    .oferta-card-image {
        height: 200px;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 640px) {
    .oferta-pricing {
        padding: 10px 18px 46px;
    }

    .oferta-price-row {
        grid-template-columns: 1fr 112px;
        min-height: 50px;
    }

    .oferta-price-row span,
    .oferta-price-row strong {
        padding: 0 14px;
        font-size: 13px;
    }

    .oferta-packages {
        padding: 30px 22px;
    }

    .oferta-package-top {
        align-items: flex-start;
    }

    .oferta-package h4 {
        font-size: 14px;
    }

    .oferta-package-top strong {
        font-size: 23px;
    }

    .oferta-package-leaf {
        right: -18px;
        bottom: 8px;
        width: 118px;
        height: 118px;
        opacity: .55;
    }

    .oferta-pricing-note {
        width: 100%;
        margin: 22px 0 0;
        display: flex;
        align-items: center;
        gap: 14px;
        color: #A0735E;
        font-size: 17px;
        line-height: 1.55;
        font-weight: 700;
    }

    .oferta-voucher-button {
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 560px) {
    .oferta-hero {
        min-height: 245px;
        padding: 46px 18px 44px;
        background-position: 52% center;
    }

    .oferta-hero-content {
        padding: 18px 14px 22px;
        border-radius: 22px;
        background: linear-gradient(135deg, rgba(255,253,252,.50), rgba(248,241,236,.50));
    }

    .oferta-hero h1 {
        font-size: 34px;
        letter-spacing: 2px;
    }

    .oferta-hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .oferta-services-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .oferta-card {
        min-height: auto;
    }

    .oferta-card-image {
        height: 230px;
    }

    .oferta-card-icon {
        width: 72px;
        height: 72px;
        margin-top: -36px;
    }

    .oferta-card-icon img {
        width: 72px;
        height: 72px;
    }

    .oferta-card-content {
        padding: 26px 22px 24px;
    }

    .oferta-card-line {
        margin-top: 28px;
    }
}

/* =====================================
   DUZE EKRANY / 4K
===================================== */

@media (min-width: 1600px) {
    .oferta-hero {
        min-height: 420px;
        padding: 90px 8%;
    }

    .oferta-hero-inner,
    .oferta-pricing-inner,
    .oferta-pricing-note,
    .oferta-voucher {
        width: min(1480px, 100%);
    }

    .oferta-services-grid {
        width: min(1480px, 100%);
        grid-template-columns: repeat(auto-fit, minmax(230px, 300px));
    }
}

@media (min-width: 2200px) {
    .oferta-hero {
        min-height: 520px;
        padding: 120px 10%;
    }

    .oferta-hero h1 {
        font-size: 88px;
    }

    .oferta-hero p {
        font-size: 18px;
    }

    .oferta-services-grid {
        width: min(1680px, 100%);
        grid-template-columns: repeat(auto-fit, minmax(250px, 320px));
    }
}