@media (max-width: 600px) {
    /* TOP PLACES section mobile: cartes en colonne, image au-dessus, tout centré */
    .top-places-section-bg {
        padding: 0;
        margin: 0;
        min-height: unset;
        background-size: cover;
    }
    .top-places-container-bg {
        flex-direction: column;
        gap: 0;
        padding: 10px 0 10px 0;
        width: 100vw;
        max-width: 100vw;
        align-items: center;
    }
    .top-places-info-bg {
        min-width: 0;
        max-width: 100vw;
        padding: 8px 6px 0 6px;
        align-items: center;
        text-align: center;
    }
    .top-places-title-bg {
        font-size: 1.1rem;
        margin-bottom: 0;
        text-align: center;
    }
    .top-places-main-bg {
        font-size: 1.3rem;
        margin-bottom: 0;
        text-align: center;
    }
    .top-places-stars-bg {
        font-size: 1.1rem;
        margin-bottom: 0;
        text-align: center;
    }
    .top-places-cards-bg {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 0;
        margin-left: auto;
        padding: 0 0 10px 0;
        border-radius: 0;
        box-shadow: none;
        background: rgba(30,30,30,0.10);
        align-items: center;
        width: 100vw;
        max-width: 100vw;
        justify-content: center;
    }
    .top-places-card-bg {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 98vw;
        max-width: 400px;
        min-width: 0;
      
        border-radius: 10px;
        margin: 0 auto 10px auto;
        padding: 10px 6px 16px 6px;
        position: relative;
    }
    .top-places-card-img-bg {
        width: 100%;
        max-width: 320px;
        height: 110px;
        margin: 0 auto 8px auto;
        border-radius: 8px;
        object-fit: cover;
        display: block;
    }
    .top-places-card-title-bg {
        font-size: 1rem;
        margin-bottom: 2px;
        text-align: center;
        color: #222;
        text-shadow: none;
    }
    .top-places-card-desc-bg {
        font-size: 0.85rem;
        margin-bottom: 8px;
        color: #444;
        text-shadow: none;
        text-align: center;
    }
    .top-places-btn-bg {
        font-size: 0.95rem;
        padding: 6px 18px;
        margin-top: 8px;
        align-self: center;
        display: block;
        background: #fff;
        color: #b71c1c;
        border: 2px solid #b71c1c;
        border-radius: 8px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.08);
        font-weight: 700;
        transition: background 0.2s, color 0.2s;
    }
    .top-places-btn-bg:hover {
        background: #b71c1c;
        color: #fff;
    }
    .top-places-card-offer-bg {
        top: 6px;
        right: 6px;
        font-size: 0.7rem;
        padding: 2px 8px;
        border-radius: 0 8px 0 8px;
    }
    .top-places-card-offer-bg {
        position: absolute !important;
        top: 0px !important;
        right: -5px !important;
        left: auto !important;
        background: #b71c1c !important;
        color: #fff !important;
        font-size: 0.25rem !important;
        font-weight: 700 !important;
        padding: 2px 8px !important;
        border-radius: 0 8px 0 8px !important;
        z-index: 3 !important;
        transform: rotate(18deg) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
        display: block !important;
    }
    .top-places-card-bg {
        position: relative !important;
    }
}
@media (max-width: 600px) {
            .top-places-card-img-bg {
                height: 48px !important;
                max-height: 48px !important;
                min-height: 48px !important;
                width: 100% !important;
                min-width: 100% !important;
                max-width: 100% !important;
                object-fit: cover !important;
                margin: 0 auto 6px auto !important;
                border-radius: 8px !important;
                display: block !important;
                background: #e0e0e0 !important;
            }
    .top-places-card-bg {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 600px) {
    .top-places-info-bg {
        position: absolute !important;
        top: -150px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 90vw !important;
        text-align: center !important;
        z-index: 3;
        padding: 0 !important;
    }
    .top-places-title-bg {
        font-size: 0.75rem !important;
        margin-bottom: 2px !important;
        text-align: center !important;
    }
    .top-places-stars-bg {
        font-size: 0.4rem !important;
        margin-bottom: 2px !important;
        text-align: center !important;
        letter-spacing: 0px !important;
    }
    .top-places-main-bg {
        font-size: 0.75rem !important;
        margin-bottom: 2px !important;
        text-align: center !important;
    }
}
@media (max-width: 600px) {
    .top-places-section-bg {
        min-height: 180px !important;
        height: 480px !important;
        max-height: 560px !important;
        background-size: cover !important;
        background-position: center !important;
    }
}
@media (max-width: 600px) {
    .top-places-card-title-bg {
        font-size: 0.72rem !important;
        margin-bottom: 2px !important;
    }
    .top-places-card-desc-bg {
        font-size: 0.42rem !important;
        margin-bottom: 2px !important;
    }
    .top-places-btn-bg {
        font-size: 0.7rem !important;
        padding: 3px 10px !important;
        margin-top: 2px !important;
    }
}
@media (max-width: 600px) {
    .top-places-card-bg {
        margin-top: 10px !important;
        height: 200px !important;
        min-height: 20px !important;
        max-height: 200px !important;
    }
    .top-places-card-img-bg {
        height: 40px !important;
        max-height: 80px !important;
        min-height: 50px !important;
    }
}
@media (max-width: 600px) {
    .top-places-section-bg {
        position: relative !important;
        min-height: 320px !important;
        padding: 0 !important;
        margin: 0 !important;
        background-size: cover !important;
        background-position: center !important;
    }
    .top-places-cards-bg {
        position: absolute !important;
        left: 50% !important;
        top: 100% !important;
        transform: translate(-50%, -50%) !important;
       
        border-radius: 18px !important;
        box-shadow: 0 2px 16px rgba(0,0,0,0.18) !important;
        width: 95vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        padding: 18px 8px 18px 8px !important;
        display: flex !important;
        flex-direction: row !important;
    gap: 0 !important;
        justify-content: center !important;
        align-items: stretch !important;
        overflow-x: auto !important;
        z-index: 2;
    }
    .top-places-card-bg {
        min-width: none !important;
        max-width: 180px !important;
        width: 44vw !important;
    margin: 10 -10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        border-radius: 12px !important;
    }
}
@media (max-width: 600px) {
    .offers-cards-container {
        gap: 5px !important;
    }
}
@media (max-width: 600px) {
    .offers-card {
        height: 350px !important;
        gap: 12px !important;
        min-height: 110px !important;
        max-height: 740px !important;
    }
    .offers-card-img {
        height: 258px !important;
        min-height: 32px !important;
        max-height: 600px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
    .offers-card-btn {
        width: 50% !important;
        min-width: 54px !important;
        max-width: 80px !important;
    }
}
@media (max-width: 600px) {
    .offers-cards-section,
    .offers-cards-section-bg {
        padding: 10px 0 0 0 !important;
    }
    .offers-cards-container {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 15px !important;
        justify-content: center !important;
        align-items: stretch !important;
        padding: 0 0 10px 0 !important;
        overflow-x: auto;
        width: 100vw;
        max-width: 100vw;
    }
    .offers-card {
        max-width: 220px !important;
        min-width: 110px !important;
        flex: 0 0 110px !important;
        padding: 8px 4px 10px 4px !important;
        margin-bottom: 0 !important;
        border-radius: 8px !important;
        box-shadow: 0 1px 4px rgba(0,0,0,0.08) !important;
    }
    .offers-card-img {
        height: 100px !important;
        border-radius: 6px !important;
    }
    .offers-card-title {
        font-size: 0.82rem !important;
        margin-top: 4px !important;
        margin-bottom: 2px !important;
    }
    .offers-card-desc {
        font-size: 0.48rem !important;
        margin-bottom: 2px !important;
    }
    .offers-card-info {
        font-size: 0.42rem !important;
        margin-bottom: 2px !important;
    }
    .offers-card-btn {
        font-size: 0.4rem !important;
        padding: 4px 0 !important;
        width: 50% !important;
        margin-top: 2px !important;
    }
    .offers-card-offer {
        font-size: 0.55rem !important;
        padding: 2px 6px 2px 6px !important;
        border-radius: 0 6px 0 6px !important;
        top: 4px !important;
        right: 4px !important;
    }
}
@media (max-width: 600px) {
    .offers-indicator {
        gap: 0px !important;
    }
    .offers-indicator-text {
        margin-left: 0px !important;
    }
}
@media (max-width: 600px) {
    .offers-indicators {
        gap: 3px !important;
        justify-content: center !important;
    }
    .offers-indicator {
        min-width: 0 !important;
        margin: 0 2px !important;
    }
}
@media (max-width: 600px) {
        .offers-indicator-svg {
            width: 32px !important;
            height: 38px !important;
            min-height: 32px !important;
            max-height: 44px !important;
            display: block;
        }
    .offers-indicator-title {
        font-size: 0.58rem !important;
    }
    .offers-indicator-desc {
        font-size: 0.4rem !important;
    }
}
@media (max-width: 600px) {
    .offers-header-fullpage {
        min-height: 480px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .offers-header-img-container {
        height: 530px !important;
        min-height: 0 !important;
        max-height: 550px !important;
        margin-bottom: 0 !important;
    }
    .offers-header-img {
        height: 580px !important;
        min-height: 0 !important;
        max-height: 640px !important;
    }
    .offers-header-overlay {
        top: 38% !important;
        width: 100vw !important;
        padding: 0 !important;
        font-size: 1.75rem !important;
    }
    .header-offers {
        font-size: 1.95rem !important;
        margin-top: -80px !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .header-offers-title {
        font-size: 2.3rem !important;
        color: #b71c1c;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
}
@media (max-width: 600px) {
    .offers-header {
        height: 140px !important;
        min-height: 120px !important;
        max-height: 180px !important;
        padding: 18px 8px 18px 8px !important;
        min-height: 0 !important;
        max-height: 100px !important;
    }
}
.footer-list a,
.footer-policy-link,
.footer-social-link {
    color: #111 !important;
    transition: color 0.2s;
}
.footer-list a:hover,
.footer-policy-link:hover {
    color: #5f5757 !important;
}
/* Décalage du bloc infos pour la carte du milieu */
.offers-card-middle .offers-card-infos {
    margin-top: 25px;
}

/* --- OFFERS CARDS SECTION --- */
.offers-cards-section-bg {
    background: white;
    width: 100%;
    padding: 60px 0 0 0;
}
/* Section Offers Cards - container unique et espacement entre les cartes */
.offers-cards-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 42px;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    padding: 0 0 40px 0;
}
.offers-card {
     background: black;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 24px 18px 18px 18px;
    max-width: 360px;
    flex: 1 1 360px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}
.offers-card-img-wrap {
    position: relative;
    width: 100%;
}
.offers-card-img {
    width: 10%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.offers-card-offer {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #b71c1c;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 12px 2px 12px;
    border-radius: 0 12px 0 12px;
    transform: rotate(18deg);
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    overflow: visible;
}
.offers-card-offer::after {
    display: none;
}
.offers-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 6px;
    text-align: center;
    letter-spacing: 0.04em;
}
.offers-card-desc {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 8px;
    text-align: center;
}
.offers-card-infos {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.offers-card-info {
    display: flex;
    align-items: center;
    gap: 4px;
}
.offers-card-icon {
    margin-right: 4px;
}
.offers-card-btn {
    background: #9a1b1b;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 1.08rem;
    font-weight: 700;
    cursor: pointer;
    width: 50%;
    margin-top: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s;
}
.offers-card-btn:hover {
    background: #7c0c02;
}
@media (max-width: 900px) {
    .offers-cards-container {
        gap: 16px;
        padding: 0 0 24px 0;
    }
    .offers-card {
        max-width: 100%;
        min-width: 220px;
    }
    .offers-cards-section-bg {
        padding: 32px 0 0 0;
    }
}
/* --- TOP PLACES SECTION MODERNE --- */
.top-places-section-bg {
    position: relative;
    min-height: 600px;
    background: url('../image/heidi-kaden-NncAbldgViA-unsplash.jpg') center center/cover no-repeat;
    padding: 0;
    margin: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-places-section-bg::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.18) 100%);
    z-index: 1;
}
.top-places-container-bg {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 60px 0;
    gap: 32px;
}
.top-places-info-bg {
    flex: 1 1 350px;
    min-width: 350px;
    max-width: 500px;
    padding: 40px 32px 40px 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #111;
    background: transparent;
}
.top-places-title-bg {
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    color: #111;
    text-shadow: 1px 1px 8px #fff;
}
.top-places-stars-bg {
    margin-bottom: 0;
}
.top-places-main-bg {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #111;
    text-shadow: 1px 1px 8px #fff;
    margin-bottom: 0;
}
.top-places-cards-bg {
    flex: 2 1 400px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-right: 40px;
    padding: 32px 52px 32px 0;
    background: rgba(30,30,30,0.32);
    border: 1px solid white;
    border-radius: 12px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.12);
    backdrop-filter: blur(6px);
}
.top-places-card-bg {
    display: flex;
    flex-direction: row;
    align-items: stretch;
   
    border-radius: 18px;
   
    padding: 18px 18px 24px 18px;
    position: relative;
    min-height: 220px;
    margin-bottom: 18px;
   
    max-width: 700px;
    width: 100%;
}
.top-places-card-img-bg {
    width: 220px;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    margin-bottom: 0;
    margin-right: 18px;
    display: block;
}
@media (max-width: 700px) {
    .top-places-card-img-bg {
        width: 130%;
        max-width: 340px;
        height: 220px;
        margin-right: 0;
        margin-bottom: 12px;
    }
}
.top-places-card-content-bg {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
}
.top-places-card-title-bg {
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 4px;
    color: #fff;
    text-shadow: 1px 1px 8px #000;
    letter-spacing: 0.03em;
    width: 100%;
    text-align: center;
}
.top-places-card-desc-bg {
    font-size: 1.01rem;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 1px 1px 8px #000;
    line-height: 1.5;
}
.top-places-btn-bg {
    background: #b71c1c;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 8px 28px;
    font-size: 1.08rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s;
    margin-top: 18px;
    align-self: center;
}
@media (max-width: 700px) {
    .top-places-card-content-bg {
        align-items: center;
        text-align: center;
    }
    .top-places-btn-bg {
        align-self: center;
        margin-top: 12px;
    }
}
.top-places-btn-bg:hover {
    background: #fff;
    color: #b71c1c;
    border-color: #b71c1c;
}
.top-places-card-offer-bg {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #b71c1c;
    color: #fff;
    font-size: 0.45rem;
    font-weight: 500;
    padding: 2px 12px 2px 12px;
    border-radius: 0 12px 0 12px;
    transform: rotate(18deg);
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
@media (max-width: 700px) {
    .top-places-card-bg {
        flex-direction: column;
        align-items: center;
        min-height: unset;
        max-width: 100%;
        padding: 12px 6px 18px 6px;
    }
    .top-places-card-img-bg {
        width: 100%;
        max-width: 340px;
        height: 170px;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .top-places-card-content-bg {
        align-items: center;
        text-align: center;
    }
}
/* Fullpage header image styles */
.offers-header-fullpage {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
}
.offers-header-img-container {
    position: relative;
    width: 95vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.offers-header-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}
@media (max-width: 900px) {
    .offers-header-img-container {
        width: 100vw;
        margin: 0;
        border-radius: 0;
    }
    .offers-header-img {
        border-radius: 0;
    }
}
.offers-header-overlay {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100vw;
}
.header-offers, .header-offers-title {
    color: #fff;
    text-shadow: 2px 2px 8px #000;
}
/* Styles spécifiques à la page Offers */

.header-offers {
    text-align: center;
    margin-top: -140px;
    color: #222;
    font-family: 'Permanent Marker', cursive;
    font-size: 3rem;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 8px #fff;
}
.header-offers-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #e53935;
    font-weight: 700;
    text-shadow: 2px 2px 8px #fff;
}
.offers-indicators {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 130px;
    margin-top: 60px;
    margin-bottom: 60px;
}
/* Correction de l'imbrication : styles à la racine */
.offers-indicator {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 145px;
}
.offers-indicator-svg {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: block;
}
.offers-indicator-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 7px;
}
.offers-indicator-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #111;
    margin-bottom: 2px;
    text-align: left;
}
.offers-indicator-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.97rem;
    color: #111;
    text-align: left;
}
.top-places-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.top-places-info {
    flex: 1 1 350px;
    min-width: 350px;
    max-width: 500px;
    padding: 24px;
}
.top-places-title {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.top-places-stars {
    color: #ffc107;
    font-size: 1.1rem;
}
.top-places-main {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 0.04em;
}
.top-places-img {
    width: 100%;
    border-radius: 18px;
    margin-top: 18px;
}
.top-places-cards {
    flex: 2 1 600px;
    min-width: 350px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.top-places-card {
    background: rgba(255,255,255,0.95);
    border-radius: 18px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    position: relative;
}
.top-places-card-img {
    width: 110px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}
.top-places-card-title {
    font-size: 1.2rem;
    font-weight: 700;
}
.top-places-card-desc {
    font-size: 0.95rem;
    color: #444;
}
.top-places-card-offer {
    position: absolute;
    top: 0;
    right: 0;
    background: #b71c1c;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 2px 12px 2px 12px;
    border-radius: 0 12px 0 12px;
    transform: rotate(18deg);
}

.offers-cards-section {
    background: #fff;
    padding: 40px 0 0 0;
}
/* Enhanced Offers Cards */
.offers-card {
    background: #fdf6ee;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0;
    max-width: 380px;
    flex: 1 1 340px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.offers-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Fixed Offers Card Image Wrapper */
.offers-card-img-wrap {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    margin-bottom: 0;
}

.offers-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.offers-card:hover .offers-card-img {
    transform: scale(1.05);
}

/* Offers Card Content */
.offers-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #181818;
    margin: 20px 18px 10px 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.offers-card-desc {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0 18px 15px 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.offers-card-infos {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 18px 20px 18px;
}

.offers-card-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #666;
}

.offers-card-icon {
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.offers-card-btn {
    background: #a04c43;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 18px 24px 18px;
    width: calc(100% - 36px);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.offers-card-btn:hover {
    background: #7d3a32;
    transform: translateY(-2px);
}

/* Enhanced Offer Badge */
.offers-card-offer {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #b71c1c, #d32f2f);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 25px;
    z-index: 3;
    box-shadow: 0 3px 10px rgba(183, 28, 28, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Price Badge */
.offers-card-price-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 14px;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    z-index: 3;
    backdrop-filter: blur(10px);
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.85rem;
    display: block;
    line-height: 1.2;
}

.sale-price {
    color: #b71c1c;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.2;
}

/* Countdown Timer */
.offers-card-countdown {
    margin: 0 18px 15px 18px;
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    background: rgba(160, 76, 67, 0.1);
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(160, 76, 67, 0.2);
}

.countdown-timer {
    color: #b71c1c;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .offers-card-img-wrap {
        height: 180px;
        border-radius: 14px 14px 0 0;
    }
    
    .offers-card {
        border-radius: 14px;
        max-width: 100%;
    }
    
    .offers-card-title {
        font-size: 1.1rem;
        margin: 15px 15px 8px 15px;
    }
    
    .offers-card-desc {
        font-size: 0.9rem;
        margin: 0 15px 12px 15px;
        -webkit-line-clamp: 2;
    }
    
    .offers-card-infos {
        margin: 0 15px 15px 15px;
        gap: 6px;
    }
    
    .offers-card-info {
        font-size: 0.85rem;
    }
    
    .offers-card-btn {
        margin: 0 15px 20px 15px;
        width: calc(100% - 30px);
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .offers-card-countdown {
        margin: 0 15px 12px 15px;
        font-size: 0.8rem;
    }
    
    .offers-card-price-badge {
        top: 12px;
        left: 12px;
        padding: 8px 12px;
    }
    
    .offers-card-offer {
        top: 12px;
        right: 12px;
        padding: 6px 12px;
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .offers-card-img-wrap {
        height: 160px;
    }
    
    .offers-card-title {
        font-size: 1rem;
    }
    
    .offers-card-desc {
        font-size: 0.85rem;
    }
    
    .offers-card-btn {
        font-size: 0.85rem;
        padding: 9px 18px;
    }
}

/* Booking Confirmation Modal */
.booking-confirmation-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.booking-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.booking-modal-content {
    position: relative;
    background: white;
    border-radius: 16px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.booking-modal-header {
    display: flex;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
}

.booking-modal-icon {
    width: 48px;
    height: 48px;
    background: rgba(160, 76, 67, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.booking-modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    flex: 1;
}

.booking-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #6b7280;
    transition: all 0.2s;
}

.booking-modal-close:hover {
    background: #e5e7eb;
    color: #374151;
}

.booking-modal-body {
    padding: 0 24px 24px;
}

.booking-tour-info {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: #f9fafb;
    border-radius: 12px;
}

.tour-image-preview {
    position: relative;
    flex-shrink: 0;
}

.modal-tour-img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.tour-discount-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(45deg, #b71c1c, #d32f2f);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(183, 28, 28, 0.3);
}

.tour-details-preview {
    flex: 1;
}

.modal-tour-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 12px 0;
}

.tour-meta-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.tour-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #6b7280;
}

.tour-meta-item i {
    color: #a04c43;
    width: 16px;
}

.price-breakdown {
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
}

.original-price-line,
.final-price-line,
.savings-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.original-price-line {
    color: #6b7280;
}

.strike-price {
    text-decoration: line-through;
}

.final-price-line {
    font-weight: 600;
    font-size: 1.1rem;
    color: #1f2937;
}

.final-price {
    color: #a04c43;
    font-weight: 700;
    font-size: 1.3rem;
}

.savings-line {
    color: #059669;
    font-weight: 600;
}

.savings-amount {
    color: #059669;
}

.booking-confirmation-text {
    margin-bottom: 20px;
}

.booking-confirmation-text p {
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 20px 0;
    font-size: 1rem;
}

.booking-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.feature-item i {
    color: #10b981;
    font-size: 1.1rem;
    width: 20px;
}

.feature-item span {
    color: #374151;
    font-weight: 500;
}

.booking-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 24px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
    border-radius: 0 0 16px 16px;
}

.booking-btn-cancel,
.booking-btn-confirm {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.95rem;
}

.booking-btn-cancel {
    background: white;
    color: #6b7280;
    border: 1px solid #d1d5db;
}

.booking-btn-cancel:hover {
    background: #f9fafb;
    color: #374151;
}

.booking-btn-confirm {
    background: #a04c43;
    color: white;
    min-width: 160px;
    justify-content: center;
}

.booking-btn-confirm:hover {
    background: #7d3a32;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(160, 76, 67, 0.3);
}

/* Prevent body scroll when modal is open */
body.modal-open {
    overflow: hidden;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .booking-modal-content {
        margin: 20px;
        max-height: calc(100vh - 40px);
    }
    
    .booking-tour-info {
        flex-direction: column;
        gap: 16px;
    }
    
    .tour-image-preview {
        align-self: center;
    }
    
    .modal-tour-img {
        width: 100px;
        height: 75px;
    }
    
    .booking-modal-footer {
        flex-direction: column;
    }
    
    .booking-btn-cancel,
    .booking-btn-confirm {
        width: 100%;
        justify-content: center;
    }
    
    .booking-features {
        gap: 8px;
    }
    
    .feature-item {
        padding: 10px;
    }
}
