/* ========================================
   RESET NAGŁÓWKÓW
   ======================================== */
h1.big-label::before,
h1.big-label::after {
    display: none !important;
    content: none !important;
}

.offer__hover {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.offers-list,
.offers-container,
[class*="offers"]>.row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

.offers-list>.offer,
.offers-container>.offer,
[class*="offers"]>.row>.offer {
    height: auto;
    min-height: 100%;
}

.offer {
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #968053 !important;
    background: #f5f5f5 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    transition: border-color 0.3s ease;
}

.offer:hover {
    transform: none;
    box-shadow: none !important;
    border-color: #7a6946 !important;
}

.offer .object-icon {
    border-radius: 0 !important;
    overflow: hidden;
}

.offer .object-icon img {
    transition: transform 0.5s ease;
    border-radius: 0 !important;
}

.offer:hover .object-icon img {
    transform: scale(1.05);
}

.offer h2 {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 20px 10px !important;
    text-align: center;
    font-family: 'Playfair Display', 'Old Standard TT', Georgia, serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    line-height: 1.3;
}

.offer h2 a {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
    line-height: 1.3;
}

.offer h2 a:hover {
    color: #968053 !important;
}

.offer__box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 20px 20px !important;
}

.offer__info {
    text-align: center;
    color: #968053 !important;
    font-size: 13px;
    margin-bottom: 10px;
}

.offer__price {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 10px 0 15px !important;
    margin-top: auto !important;
    text-align: center;
}

.offer__price small {
    display: block;
    width: 100%;
    text-align: center;
    color: #968053 !important;
    font-size: 12px;
    margin-bottom: 2px;
}

.offer__price .price {
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', 'Old Standard TT', Georgia, serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    color: #968053 !important;
    margin-bottom: 15px;
}

.offer .btn-details,
.offer .offers-details.btn {
    flex: 1;
    min-width: 120px;
    text-align: center;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    padding: 0 20px !important;
    margin: 0 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

.offer .btn-details {
    background: #e9e9e9 !important;
    border: none !important;
    color: #1a1a1a !important;
    cursor: pointer;
}

.offer .btn-details:hover {
    background: #d4d4d4 !important;
    color: #1a1a1a !important;
}

.offer .offers-details.btn {
    background: #968053 !important;
    border: none !important;
    color: #fff !important;
}

.offer .offers-details.btn:hover {
    background: #7a6946 !important;
    color: #fff !important;
}

.promo-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.promo-modal--active {
    opacity: 1;
    visibility: visible;
}

.promo-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.promo-modal__content {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #968053;
    border-radius: 0;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    transform: translateY(20px) scale(0.95);
    transition: transform 0.3s ease;
}

.promo-modal--active .promo-modal__content {
    transform: translateY(0) scale(1);
}

.promo-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #968053;
    border-radius: 0;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    color: #968053;
    transition: all 0.2s ease;
}

.promo-modal__close:hover {
    background: #968053;
    color: #fff;
}

.promo-modal__image {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.promo-modal__body {
    padding: 25px 30px 30px;
}

.promo-modal__title {
    font-family: 'Playfair Display', 'Old Standard TT', Georgia, serif;
    font-size: 26px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.promo-modal__description {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.promo-modal__description p {
    margin: 0 0 12px 0;
}

.promo-modal__description ul {
    margin: 0 0 15px 0;
    padding-left: 20px;
}

.promo-modal__description li {
    margin-bottom: 6px;
}

.promo-modal__price {
    font-family: 'Playfair Display', 'Old Standard TT', Georgia, serif;
    font-size: 22px;
    color: #968053;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #968053;
}

.promo-modal__book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 30px;
    background: #968053;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.promo-modal__book-btn:hover {
    background: #7a6946;
}

@media (max-width: 768px) {

    .offer .btn-details,
    .offer .offers-details.btn {
        flex: 1 1 100%;
        margin-bottom: 8px !important;
    }

    .offer__price {
        flex-direction: column;
    }

    .promo-modal__content {
        width: 95%;
        max-height: 95vh;
    }

    .promo-modal__image {
        height: 200px;
    }

    .promo-modal__body {
        padding: 20px;
    }

    .promo-modal__title {
        font-size: 22px;
    }
}





.offer::before,
.offer.ai-style-change-1::before {
    display: none !important;
    content: none !important;
    border: none !important;
}
.offer.ai-style-change-1 {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}