.bookinger-tour-wrap{
    max-width:1320px;
    margin:0 auto;
    padding:28px 28px 52px;
    box-sizing:border-box;
}
.bookinger-tour-wrap *{
    box-sizing:border-box;
}

/* =========================
   TOP BAR
========================= */
.bookinger-tour-topbar{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:20px;
    margin-bottom:18px;
}
.bookinger-tour-title{
    margin:0 0 6px;
    font-size:40px;
    line-height:1.15;
    font-weight:800;
    color:#0D1B2A;
    letter-spacing:-0.02em;
}
.bookinger-tour-count{
    margin:0;
    font-size:17px;
    line-height:1.5;
    color:#5B6B82;
}
.bookinger-tour-sort{
    width:280px;
    max-width:100%;
    flex-shrink:0;
}
.bookinger-tour-sort select{
    width:100%;
    height:52px;
    padding:0 16px;
    border:1px solid #D6E0EC;
    border-radius:14px;
    background:#fff;
    color:#0D1B2A;
    font-size:16px;
    font-weight:700;
    outline:none;
    box-shadow:none;
}

/* =========================
   BADGES
========================= */
.bookinger-tour-badges{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin:0 0 28px;
}
.bookinger-tour-badge{
    background:#F7FAFD;
    border:1px solid #DCE6F1;
    border-radius:18px;
    padding:16px 18px;
    min-height:92px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.bookinger-tour-badge span{
    display:block;
    margin:0 0 8px;
    font-size:14px;
    color:#6A7A92;
    font-weight:500;
}
.bookinger-tour-badge strong{
    display:block;
    font-size:17px;
    line-height:1.4;
    color:#0D1B2A;
    font-weight:800;
}

/* =========================
   GRID
========================= */
.bookinger-tour-grid{
    display:grid;
    grid-template-columns:340px minmax(0,1fr);
    gap:28px;
    align-items:start;
}

/* =========================
   SIDEBAR
========================= */
.bookinger-tour-sidebar{
    background:#F7FAFD;
    border:1px solid #DCE6F1;
    border-radius:22px;
    padding:24px;
}
.bookinger-tour-sidebar h2{
    margin:0 0 22px;
    font-size:26px;
    line-height:1.2;
    font-weight:800;
    color:#0D1B2A;
}

.bookinger-tour-filter-form{
    display:flex;
    flex-direction:column;
    gap:18px;
}
.bookinger-tour-filter-group{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.bookinger-tour-filter-form label{
    display:block;
    margin:0;
    font-size:15px;
    line-height:1.4;
    font-weight:700;
    color:#102544;
}
.bookinger-tour-filter-form select,
.bookinger-tour-filter-form input{
    width:100%;
    height:52px;
    padding:0 16px;
    border:1px solid #D6E0EC;
    border-radius:14px;
    background:#fff;
    color:#0D1B2A;
    font-size:15px;
    outline:none;
    box-shadow:none;
}
.bookinger-tour-filter-form input::placeholder{
    color:#97A7BC;
}

.bookinger-tour-price-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.bookinger-tour-filter-buttons{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:2px;
}
.bookinger-tour-filter-change{
    margin-top:0;
}

/* =========================
   BUTTONS
========================= */
.bookinger-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:50px;
    padding:12px 16px;
    border-radius:14px;
    text-decoration:none;
    font-size:15px;
    line-height:1.2;
    font-weight:700;
    border:1px solid #1A73E8;
    cursor:pointer;
    transition:all .2s ease;
    text-align:center;
}
.bookinger-btn:hover{
    opacity:.96;
}
.bookinger-btn-primary{
    background:#1A73E8;
    color:#fff;
}
.bookinger-btn-outline{
    background:#fff;
    color:#1A73E8;
}
.bookinger-btn-secondary{
    background:#EEF5FF;
    color:#1A73E8;
    border-color:#D7E7FF;
}
.bookinger-btn-full{
    width:100%;
}

/* =========================
   RESULTS / EMPTY
========================= */
.bookinger-tour-results{
    min-width:0;
}
.bookinger-tour-empty{
    background:#fff;
    border:1px dashed #C9D8EB;
    border-radius:22px;
    padding:34px 36px;
}
.bookinger-tour-empty h2{
    margin:0 0 12px;
    font-size:30px;
    line-height:1.25;
    font-weight:800;
    color:#0D1B2A;
}
.bookinger-tour-empty p{
    margin:0;
    font-size:17px;
    line-height:1.7;
    color:#304561;
}

/* =========================
   CARDS
========================= */
.bookinger-tour-cards{
    display:grid;
    gap:20px;
}
.bookinger-tour-card{
    display:grid;
    grid-template-columns:minmax(0,1fr) 230px;
    gap:22px;
    background:#fff;
    border:1px solid #DCE6F1;
    border-radius:22px;
    padding:22px;
}
.bookinger-tour-card__meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:12px;
}
.bookinger-tour-card__meta span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 12px;
    border-radius:999px;
    background:#EEF5FF;
    color:#1A73E8;
    font-size:13px;
    font-weight:700;
}
.bookinger-tour-card h3{
    margin:0 0 10px;
    font-size:23px;
    line-height:1.3;
    font-weight:800;
    color:#0D1B2A;
}
.bookinger-tour-card p{
    margin:0 0 16px;
    font-size:15px;
    line-height:1.7;
    color:#304561;
}
.bookinger-tour-card__details{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 18px;
    font-size:15px;
    line-height:1.6;
    color:#20324B;
}
.bookinger-tour-card__side{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:16px;
}
.bookinger-tour-card__price small{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    color:#6A7A92;
}
.bookinger-tour-card__price strong{
    display:block;
    font-size:28px;
    line-height:1.1;
    font-weight:800;
    color:#0D1B2A;
}
.bookinger-tour-card__htt{
    font-size:15px;
    color:#1A73E8;
    font-weight:700;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px){
    .bookinger-tour-grid{
        grid-template-columns:1fr;
    }
    .bookinger-tour-badges{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .bookinger-tour-topbar{
        flex-direction:column;
        align-items:stretch;
    }
    .bookinger-tour-sort{
        width:100%;
    }
}
@media (max-width: 720px){
    .bookinger-tour-wrap{
        padding:22px 16px 40px;
    }
    .bookinger-tour-title{
        font-size:32px;
    }
    .bookinger-tour-count{
        font-size:16px;
    }
    .bookinger-tour-badges{
        grid-template-columns:1fr;
    }
    .bookinger-tour-price-grid,
    .bookinger-tour-filter-buttons{
        grid-template-columns:1fr;
    }
    .bookinger-tour-card{
        grid-template-columns:1fr;
    }
    .bookinger-tour-card__details{
        grid-template-columns:1fr;
    }
    .bookinger-tour-empty{
        padding:24px 20px;
    }
    .bookinger-tour-empty h2{
        font-size:24px;
    }
}