    .cr-pack-hero {
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, rgba(43, 31, 25, 0.68), rgba(43, 31, 25, 0.45)), url('../images/banner-tour-package.png') center center / cover no-repeat;
        padding: 120px 0 90px 0;
    }

    .cr-pack-hero::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 180px;
        height: 180px;
        background: rgba(141, 198, 63, 0.10);
        border-radius: 50%;
    }

    .cr-pack-hero::after {
        content: '';
        position: absolute;
        bottom: -80px;
        left: -80px;
        width: 220px;
        height: 220px;
        background: rgba(255, 255, 255, 0.06);
        border-radius: 50%;
    }

    .cr-pack-hero-inner {
        position: relative;
        z-index: 2;
    }

    .cr-pack-eyebrow {
        display: inline-block;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .8px;
        text-transform: uppercase;
        color: #8dc63f;
        margin-bottom: 14px;
    }

    .cr-pack-title {
        color: #fff;
        font-size: 48px;
        line-height: 1.08;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .cr-pack-desc {
        color: rgba(255, 255, 255, 0.90);
        font-size: 17px;
        line-height: 1.8;
        max-width: 820px;
        margin-bottom: 30px;
    }

    .cr-pack-request-box {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 26px;
        padding: 24px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.35);
    }

    .cr-pack-request-title {
        font-size: 26px;
        line-height: 1.2;
        color: #2b1f19;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .cr-pack-request-sub {
        color: #6e6159;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .cr-pack-form-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr) auto;
        gap: 14px;
        align-items: end;
    }

    .cr-pack-form-group label {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #5b4b42;
        margin-bottom: 8px;
    }

    .cr-pack-form-control {
        width: 100%;
        height: 56px;
        border-radius: 16px;
        border: 1px solid rgba(106, 67, 40, 0.14);
        background: #fff;
        padding: 0 16px;
        color: #2b1f19;
        font-size: 15px;
        outline: none;
        box-shadow: none;
    }

    .cr-pack-form-control:focus {
        border-color: #8dc63f;
    }

    .cr-pack-wa-btn {
        height: 56px;
        border: none;
        border-radius: 16px;
        padding: 0 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #25D366;
        color: #fff;
        font-weight: 800;
        text-decoration: none !important;
        white-space: nowrap;
        transition: .25s ease;
    }

    .cr-pack-wa-btn:hover {
        color: #fff;
        transform: translateY(-2px);
    }

    .cr-pack-section {
        padding: 80px 0 90px 0;
        background: #f8f4ee;
    }

    .cr-pack-filter-wrap {
        margin-bottom: 34px;
    }

    .cr-pack-filter-wrap .masonry-filter {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
        justify-content: center;
    }

    .cr-pack-filter-wrap .masonry-filter li {
        margin: 0;
    }

    .cr-pack-filter-wrap .masonry-filter li a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 16px;
        border-radius: 999px;
        background: #fff;
        border: 1px solid #eadfce;
        color: #2b1f19;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        transition: .25s ease;
    }

    .cr-pack-filter-wrap .masonry-filter li.active a,
    .cr-pack-filter-wrap .masonry-filter li a:hover {
        background: #6a4328;
        color: #fff;
        border-color: #6a4328;
    }

    .cr-pack-filter-wrap .masonry-filter img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .cr-pack-card {
        height: 100%;
        min-height: 100%;
        background: #fff;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        border: 1px solid #eee3d7;
        transition: .28s ease;
        display: flex;
        flex-direction: column;
    }

    .cr-pack-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    }

    .cr-pack-card-media {
        position: relative;
        height: 260px;
        overflow: hidden;
    }

    .cr-pack-card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .cr-pack-badge {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 14px;
        border-radius: 999px;
        background: rgba(141, 198, 63, 0.95);
        color: #1f2a11;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

    .cr-pack-card-body {
        padding: 22px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .cr-pack-duration {
        font-size: 13px;
        color: #6e6159;
        font-weight: 700;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .cr-pack-card-title {
        min-height: 62px;
        margin-bottom: 12px;
    }

    .cr-pack-card-title h3 {
        margin: 0;
        font-size: 24px;
        line-height: 1.25;
        font-weight: 800;
    }

    .cr-pack-card-title a {
        color: #2b1f19;
        text-decoration: none;
    }

    .cr-pack-card-desc {
        font-size: 15px;
        line-height: 1.7;
        color: #6e6159;
        min-height: 74px;
        margin-bottom: 16px;
    }

    .cr-pack-info-list {
        list-style: none;
        padding: 0;
        margin: 0 0 18px 0;
        display: grid;
        gap: 8px;
    }

    .cr-pack-info-list li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 14px;
        line-height: 1.6;
        color: #4d4038;
    }

    .cr-pack-info-list i {
        color: #8dc63f;
        margin-top: 2px;
    }

    .cr-pack-price-box {
        margin-top: auto;
        padding-top: 18px;
        border-top: 1px solid #eadfce;
    }

    .cr-pack-price-top {
        font-size: 12px;
        font-weight: 700;
        color: #8b7a70;
        text-transform: uppercase;
        letter-spacing: .6px;
        margin-bottom: 6px;
    }

    .cr-pack-price {
        display: flex;
        align-items: end;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 6px;
    }

    .cr-pack-price-old {
        font-size: 16px;
        color: #a1938b;
        text-decoration: line-through;
        font-weight: 700;
    }

    .cr-pack-price-new {
        font-size: 30px;
        line-height: 1;
        color: #2b1f19;
        font-weight: 900;
    }

    .cr-pack-price-note {
        font-size: 13px;
        color: #6e6159;
        margin-bottom: 16px;
    }

    .cr-pack-cta-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .cr-pack-btn-main,
    .cr-pack-btn-alt {
        min-height: 50px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none !important;
        font-weight: 800;
        transition: .25s ease;
        padding: 0 14px;
    }

    .cr-pack-btn-main {
        background: #6a4328;
        color: #fff;
    }

    .cr-pack-btn-main:hover {
        color: #fff;
        transform: translateY(-2px);
    }

    .cr-pack-btn-alt {
        background: #25D366;
        color: #fff;
    }

    .cr-pack-btn-alt:hover {
        color: #fff;
        transform: translateY(-2px);
    }

    @media (max-width: 1199px) {
        .cr-pack-form-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .cr-pack-wa-btn {
            width: 100%;
        }
    }

    @media (max-width: 767px) {
        .cr-pack-hero {
            padding: 90px 0 60px 0;
        }

        .cr-pack-title {
            font-size: 34px;
            line-height: 1.12;
        }

        .cr-pack-desc {
            font-size: 15px;
            line-height: 1.7;
        }

        .cr-pack-request-box {
            padding: 18px;
            border-radius: 20px;
        }

        .cr-pack-request-title {
            font-size: 22px;
        }

        .cr-pack-form-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .cr-pack-form-control,
        .cr-pack-wa-btn {
            height: 54px;
            border-radius: 14px;
        }

        .cr-pack-filter-wrap .masonry-filter {
            justify-content: flex-start;
            overflow-x: auto;
            flex-wrap: nowrap;
            padding-bottom: 6px;
        }

        .cr-pack-filter-wrap .masonry-filter li a {
            white-space: nowrap;
        }

        .cr-pack-card-media {
            height: 220px;
        }

        .cr-pack-card-title {
            min-height: auto;
        }

        .cr-pack-card-title h3 {
            font-size: 21px;
        }

        .cr-pack-card-desc {
            min-height: auto;
        }

        .cr-pack-price-new {
            font-size: 26px;
        }

        .cr-pack-cta-row {
            grid-template-columns: 1fr;
        }
    }
    .cr-pack-filter-wrap{
    margin-bottom:34px;
}

.cr-pack-filter-wrap .masonry-filter{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
    justify-content:center;
}

.cr-pack-filter-wrap .masonry-filter li{
    margin:0;
    flex:0 0 auto;
}

.cr-pack-filter-wrap .masonry-filter li a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 16px;
    border-radius:999px;
    background:#fff;
    border:1px solid #eadfce;
    color:#2b1f19;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:.25s ease;
    white-space:nowrap;
    min-height:48px;
}

.cr-pack-filter-wrap .masonry-filter li.active a,
.cr-pack-filter-wrap .masonry-filter li a:hover{
    background:#6a4328;
    color:#fff;
    border-color:#6a4328;
}

.cr-pack-filter-wrap .masonry-filter img{
    width:20px;
    height:20px;
    object-fit:contain;
    flex:0 0 auto;
}

/* SMARTPHONE OTTIMIZZATO */
@media (max-width: 767px){
    .cr-pack-filter-mobile{
        margin-bottom:24px;
        overflow:hidden;
        position:relative;
    }

    .cr-pack-filter-mobile .masonry-filter{
        justify-content:flex-start;
        flex-wrap:nowrap;
        overflow-x:auto;
        overflow-y:hidden;
        gap:8px;
        padding:4px 2px 10px 2px;
        scroll-behavior:smooth;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    .cr-pack-filter-mobile .masonry-filter::-webkit-scrollbar{
        display:none;
    }

    .cr-pack-filter-mobile .masonry-filter li a{
        padding:11px 14px;
        font-size:13px;
        min-height:44px;
        gap:8px;
        border-radius:999px;
        white-space:nowrap;
        box-shadow:0 4px 12px rgba(0,0,0,0.04);
    }

    .cr-pack-filter-mobile .masonry-filter img{
        width:17px;
        height:17px;
    }
}

/* SMARTPHONE PICCOLO */
@media (max-width: 480px){
    .cr-pack-filter-mobile .masonry-filter{
        gap:7px;
        padding-bottom:8px;
    }

    .cr-pack-filter-mobile .masonry-filter li a{
        padding:10px 12px;
        font-size:12px;
        min-height:42px;
        gap:7px;
    }

    .cr-pack-filter-mobile .masonry-filter img{
        width:15px;
        height:15px;
    }
}

