.tour-pick-section{
            background:var(--cream);
            margin-top:22px;
            border-top-left-radius:56px;
            border-top-right-radius:56px;
            padding:72px 0 76px;
            color:var(--text);
        }

        .tour-pick-container{
            width:min(100%, 1260px);
            margin:0 auto;
            padding:0 24px;
        }

        .tour-pick-head{
            margin-bottom:38px;
        }

        .tour-pick-title{
            text-align:center;
            margin:0 0 34px;
            font-family:'Oswald', sans-serif;
            font-size:76px;
            line-height:.95;
            font-weight:500;
            text-transform:uppercase;
            color:#667734;
            letter-spacing:.2px;
        }

        .tour-pick-title span{
            display:inline-block;
            margin-left:14px;
            font-family:'Great Vibes', cursive;
            font-size:82px;
            line-height:1;
            font-weight:400;
            text-transform:none;
            color:#6f7f3f;
            transform:translateY(6px);
        }

        .tour-filters{
            display:flex;
            flex-wrap:wrap;
            gap:18px;
            justify-content:flex-start;
        }

        .tour-filter{
            min-width:172px;
            height:44px;
            border:none;
            border-radius:999px;
            background:#7c8b4f;
            color:#f5f0df;
            font-family:'Inter', sans-serif;
            font-size:14px;
            font-weight:600;
            padding:0 22px;
            cursor:pointer;
            transition:.2s ease;
        }

        .tour-filter.active{
            background:#efb80d;
            color:#fff;
            box-shadow:0 10px 22px rgba(104,91,14,.18);
        }

        .tour-grid{
            display:grid;
            grid-template-columns:repeat(3, 1fr);
            gap:34px;
        }

        .tour-grid-panel{
            display:none;
        }

        .tour-grid-panel.is-active{
            display:block;
        }

        .tour-card{
            background:#8a9860;
            border-radius:18px;
            padding:18px 18px 16px;
            box-shadow:var(--shadow-soft);
            border:1px solid rgba(255,255,255,.18);
            transition:.22s ease;
        }
        .tour-card:hover{
            transform:translateY(-4px);
        }

        .tour-card-image{
            border-radius:14px;
            overflow:hidden;
            margin-bottom:18px;
            background:#72823c;
        }

        .tour-card-image img{
            width:100%;
            aspect-ratio:1 / 1;
            object-fit:cover;
            display:block;
        }

        .tour-card-body h3{
            margin:0 0 10px;
            font-family:'Oswald', sans-serif;
            font-size:32px;
            line-height:1;
            font-weight:500;
            text-transform:uppercase;
            color:#f5f1e2;
            letter-spacing:.2px;
        }

        .tour-card-body p{
            margin:0 0 18px;
            font-family:'Inter', sans-serif;
            font-size:13px;
            line-height:1.45;
            color:#f0ecdc;
            min-height:56px;
        }

        .tour-card-multiday{
            border-radius:20px;
            padding:14px 14px 12px;
            background:#849357;
        }

        .tour-card-multiday .tour-card-image{
            border-radius:12px;
            margin-bottom:14px;
        }

        .tour-card-multiday .tour-card-image img{
            aspect-ratio:1 / 1.08;
        }

        .tour-card-multiday .tour-card-body h3{
            font-size:24px;
            line-height:1.02;
            margin-bottom:8px;
        }

        .tour-card-multiday .tour-card-body p{
            min-height:34px;
            font-size:10px;
            line-height:1.35;
            margin-bottom:14px;
        }

        .tour-card-multiday .tour-btn{
            height:42px;
            font-size:16px;
        }

        .tour-card-multiday .tour-btn + .tour-btn{
            margin-top:10px;
        }

        .tour-card-multiday .tour-btn-outline{
            border-color:rgba(244,239,222,.82);
        }

        .tour-btn{
            width:100%;
            height:46px;
            border-radius:999px;
            display:flex;
            align-items:center;
            justify-content:center;
            text-align:center;
            font-family:'Oswald', sans-serif;
            font-size:18px;
            font-weight:500;
            text-transform:uppercase;
            letter-spacing:.2px;
            transition:.2s ease;
        }

        .tour-btn + .tour-btn{
            margin-top:12px;
        }

        .tour-btn-primary{
            background:#efb80d;
            color:#fff;
            border:2px solid #efb80d;
        }
        .tour-btn-primary:hover{
            background:#d9a50c;
            border-color:#d9a50c;
        }

        .tour-btn-outline{
            background:transparent;
            color:#f4efde;
            border:2px solid rgba(244,239,222,.7);
        }
        .tour-btn-outline:hover{
            background:rgba(255,255,255,.08);
        }

        .footer{
            background:rgba(148,160,98,.56);
            border-radius:24px;
            padding:42px 38px;
            display:grid;
            grid-template-columns:1.5fr 1fr 1.15fr 1fr;
            gap:32px;
            border:1px solid rgba(255,255,255,.18);
            box-shadow:var(--shadow-soft);
            margin:40px 24px 24px;
        }
        .footer-brand{
            display:flex;
            align-items:center;
            gap:14px;
            margin-bottom:18px;
        }
        .footer-brand-name{
            color:var(--yellow);
            font-family:'Oswald',sans-serif;
            font-size:24px;
            font-weight:500;
            text-transform:uppercase;
            line-height:1;
        }
        .footer-about{
            font-size:18px;
            line-height:1.45;
            color:#f1ecd8;
            max-width:330px;
            margin-bottom:28px;
        }
        .footer-socials{
            display:flex;
            gap:12px;
        }
        .footer-socials a{
            width:44px;
            height:44px;
            border-radius:50%;
            background:var(--yellow);
            color:#fff;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:18px;
        }
        .footer-title{
            color:var(--yellow);
            font-size:18px;
            font-weight:700;
            margin-bottom:18px;
        }
        .footer-links{
            list-style:none;
            display:flex;
            flex-direction:column;
            gap:14px;
        }
        .footer-links li,.footer-links a{
            color:#f1ecd8;
            font-size:18px;
            line-height:1.3;
        }

        @media (max-width: 1100px){
            .tour-pick-title{font-size:58px}
            .tour-pick-title span{font-size:64px}
            .tour-grid{grid-template-columns:repeat(2, 1fr)}
            .footer{grid-template-columns:1fr 1fr}
        }

        @media (max-width:1024px){
            .container,.tour-pick-container{padding-left:16px;padding-right:16px}
            .topbar{
                border-radius:28px;
                flex-direction:column;
                align-items:flex-start;
                padding:16px;
            }
            .topbar-left,.topbar-right{width:100%;flex-wrap:wrap}
            .nav{gap:16px}
        }

        @media (max-width: 700px){
            .tour-pick-section{
                padding:44px 0 50px;
                border-top-left-radius:36px;
                border-top-right-radius:36px;
            }
            .tour-pick-container{padding:0 16px}
            .tour-pick-title{font-size:40px}
            .tour-pick-title span{
                display:block;
                margin-left:0;
                margin-top:6px;
                font-size:48px;
                transform:none;
            }
            .tour-filters{gap:12px}
            .tour-filter{min-width:auto;width:100%}
            .tour-grid{grid-template-columns:1fr;gap:22px}
            .tour-card-body h3{font-size:26px}
            .tour-btn{font-size:16px}
            .brand-name{font-size:16px}
            .nav a{font-size:13px}
            .phone{font-size:14px}
            .social-btn{width:44px;height:44px;font-size:18px}
            .reserve-btn{min-width:150px;height:46px;font-size:14px}
            .footer{grid-template-columns:1fr;padding:24px 20px;margin:28px 16px 16px}
            .footer-brand-name{font-size:20px}
            .footer-links li,.footer-links a,.footer-about{font-size:14px}
        }

.topbar-left{flex:1;min-width:0;flex-wrap:nowrap !important}
.topbar-right{flex-shrink:0;gap:16px}
.nav{flex-wrap:nowrap !important;gap:24px !important}
.nav a{font-size:14px !important}
.brand,.brand-name{text-decoration:none;color:inherit}
.reserve-btn,.main-tour-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
@media (max-width:1024px){
  .topbar-left,.topbar-right{width:100%;flex-wrap:wrap !important}
  .nav{flex-wrap:wrap !important;gap:16px !important}
}

/* === Tour duration badge === */
.tour-duration{
    display:inline-block;
    margin-bottom:8px;
    font-size:13px;
    font-weight:600;
    letter-spacing:0.5px;
    color:#fff;
}
