/* =========================================================
   ZURI JOURNEYS - WHY CHOOSE US
   FINAL CLEAN VERSION
========================================================= */

:root{
    --gz-deep:#004D47;
    --gz-green:#005F57;
    --gz-red:#FFD21A;

    --gz-text:#5F716D;
    --gz-white:#FFFFFF;
    --gz-soft:#F5F8F7;
    --gz-border:#DDE7E4;
}


/* =========================================================
   SECTION
========================================================= */

.zp-why{
    position:relative;
    width:100%;
    padding:95px 0 100px;
    overflow:hidden;
    background:#ffffff;
}


.zp-why-container{
    width:min(1380px,calc(100% - 60px));
    margin:0 auto;

    display:grid;

    grid-template-columns:
        minmax(0,.95fr)
        minmax(320px,.78fr)
        minmax(0,1.05fr);

    align-items:center;
    gap:55px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.zp-why-left{
    position:relative;
    z-index:2;
}


.zp-why-kicker{
    position:relative;
    display:inline-flex;
    align-items:center;

    margin-bottom:18px;

    padding:8px 13px;

    border:1px solid rgba(239,23,35,.28);
    border-radius:7px;

    background:#fff;

    color:var(--gz-red);

    font-size:10px;
    font-weight:900;
    letter-spacing:2px;
    text-transform:uppercase;
}


.zp-why-kicker:after{
    content:'';

    position:absolute;

    left:0;
    bottom:-9px;

    width:58px;
    height:2px;

    background:var(--gz-red);
}


.zp-why-left h2{
    max-width:520px;

    margin:20px 0 0;

    color:var(--gz-deep);

    font-family:'Manrope',sans-serif;

    font-size:48px;
    line-height:1.1;

    letter-spacing:-2.2px;

    font-weight:800;
}


.zp-why-left h2 span{
    color:var(--gz-red);
}


.zp-why-intro{
    max-width:510px;

    margin:24px 0 28px;

    color:var(--gz-text);

    font-size:13px;
    line-height:1.85;
}


/* =========================================================
   CHECKLIST
========================================================= */

.zp-why-checks{
    margin:0;
    padding:0;

    list-style:none;
}


.zp-why-checks li{
    margin:14px 0;

    display:flex;
    align-items:center;

    gap:11px;

    color:#435C57;

    font-size:12px;
    font-weight:600;
}


.zp-why-checks li > span{
    width:25px;
    height:25px;

    flex:none;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:var(--gz-green);

    color:#fff;

    font-size:9px;
}


.zp-why-checks li i{
    color:#fff;
}


/* =========================================================
   CENTER IMAGE
========================================================= */

.zp-why-illustration{
    position:relative;

    width:100%;
    min-height:510px;

    display:flex;
    align-items:center;
    justify-content:center;
}


/* hide every old illustration element */

.zp-illustration-circle,
.zp-plane-icon,
.zp-location-icon,
.zp-map-icon,
.zp-traveler,
.zp-suitcase,
.zp-illustration-shadow,
.zp-why-art-bg,
.zp-why-art-plane,
.zp-why-art-location,
.zp-why-art-image{
    display:none !important;
}


/* NEW IMAGE CARD */

.zp-why-image-card{
    position:relative;

    width:100%;
    max-width:390px;

    margin:auto;
}


.zp-why-image{
    display:block;

    width:100%;
    height:455px;

    object-fit:cover;
    object-position:center;

    border-radius:24px;

    border:6px solid #fff;

    box-shadow:
        0 20px 50px
        rgba(0,77,71,.15);
}


/* subtle decoration */

.zp-why-image-card:before{
    content:'';

    position:absolute;

    width:130px;
    height:130px;

    left:-32px;
    top:-30px;

    border-radius:50%;

    background:rgba(0,95,87,.07);

    z-index:-1;
}


.zp-why-image-card:after{
    content:'';

    position:absolute;

    width:100px;
    height:100px;

    right:-25px;
    bottom:-25px;

    border-radius:50%;

    background:rgba(239,23,35,.07);

    z-index:-1;
}


/* =========================================================
   IMAGE BADGE
========================================================= */

.zp-why-image-badge{
    position:absolute;

    left:22px;
    right:22px;
    bottom:18px;

    min-height:72px;

    display:flex;
    align-items:center;

    gap:14px;

    padding:13px 16px;

    border-radius:15px;

    background:rgba(0,77,71,.95);

    box-shadow:
        0 12px 28px
        rgba(0,0,0,.16);
}


.zp-why-image-badge-icon{
    width:43px;
    height:43px;

    flex:none;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:var(--gz-red);

    color:#fff;
}


.zp-why-image-badge-icon i{
    color:#fff;
    font-size:16px;
}


.zp-why-image-badge div{
    min-width:0;
}


.zp-why-image-badge strong{
    display:block;

    color:#fff;

    font-size:13px;
    line-height:1.3;

    font-weight:800;
}


.zp-why-image-badge div span{
    display:block;

    margin-top:3px;

    color:rgba(255,255,255,.75);

    font-size:10px;
}


/* =========================================================
   RIGHT FEATURES
========================================================= */

.zp-why-right{
    display:flex;
    flex-direction:column;

    justify-content:center;
}


.zp-why-feature{
    display:grid;

    grid-template-columns:62px 1fr;

    align-items:center;

    gap:20px;

    padding:23px 0;
}


.zp-why-feature-icon{
    width:62px;
    height:62px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:16px;

    background:#EEF4F2;

    border:1px solid #D5E3DF;

    color:var(--gz-green);

    font-size:21px;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}


.zp-why-feature-icon i{
    color:inherit;
}


/* second feature red */

.zp-why-feature:nth-of-type(3)
.zp-why-feature-icon{
    background:#FFF1F2;

    border-color:#FFC9CD;

    color:var(--gz-red);
}


/* third feature green */

.zp-why-feature:nth-of-type(5)
.zp-why-feature-icon{
    background:#EEF4F2;

    border-color:#D5E3DF;

    color:var(--gz-green);
}


.zp-why-feature:hover
.zp-why-feature-icon{
    transform:translateY(-4px);

    background:var(--gz-green);

    border-color:var(--gz-green);

    color:#fff;
}


.zp-why-feature:nth-of-type(3):hover
.zp-why-feature-icon{
    background:var(--gz-red);

    border-color:var(--gz-red);

    color:#fff;
}


/* TEXT */

.zp-why-feature h3{
    margin:0 0 7px;

    color:var(--gz-deep);

    font-family:'Manrope',sans-serif;

    font-size:18px;
    line-height:1.3;

    font-weight:800;
}


.zp-why-feature p{
    max-width:440px;

    margin:0;

    color:var(--gz-text);

    font-size:11px;
    line-height:1.8;
}


/* divider */

.zp-why-divider{
    height:1px;

    margin-left:82px;

    background:var(--gz-border);
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1150px){

    .zp-why-container{
        grid-template-columns:
            1fr
            .82fr
            1fr;

        gap:30px;
    }

    .zp-why-left h2{
        font-size:40px;
    }

    .zp-why-image{
        height:420px;
    }

}


/* =========================================================
   TABLET STACK
========================================================= */

@media(max-width:950px){

    .zp-why{
        padding:75px 0;
    }


    .zp-why-container{
        grid-template-columns:1fr 1fr;

        gap:45px;
    }


    .zp-why-left{
        grid-column:1;
    }


    .zp-why-illustration{
        grid-column:2;

        min-height:auto;
    }


    .zp-why-image-card{
        max-width:420px;
    }


    .zp-why-image{
        height:450px;
    }


    .zp-why-right{
        grid-column:1 / -1;

        display:grid;

        grid-template-columns:
            repeat(3,1fr);

        gap:18px;
    }


    .zp-why-feature{
        grid-template-columns:1fr;

        align-content:start;

        padding:22px;

        border:1px solid var(--gz-border);

        border-radius:17px;

        background:#fff;
    }


    .zp-why-divider{
        display:none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:650px){

    .zp-why{
        padding:60px 0 70px;
    }


    .zp-why-container{
        width:calc(100% - 30px);

        grid-template-columns:1fr;

        gap:35px;
    }


    .zp-why-left,
    .zp-why-illustration,
    .zp-why-right{
        grid-column:1;
    }


    .zp-why-left h2{
        font-size:34px;

        letter-spacing:-1.3px;
    }


    .zp-why-intro{
        font-size:11px;
    }


    .zp-why-illustration{
        min-height:auto;
    }


    .zp-why-image-card{
        max-width:100%;
    }


    .zp-why-image{
        height:390px;

        border-radius:19px;

        border-width:4px;
    }


    .zp-why-image-badge{
        left:14px;
        right:14px;
        bottom:14px;

        min-height:65px;

        padding:11px 13px;
    }


    .zp-why-image-badge-icon{
        width:39px;
        height:39px;
    }


    .zp-why-right{
        display:flex;

        flex-direction:column;

        gap:0;
    }


    .zp-why-feature{
        grid-template-columns:54px 1fr;

        gap:15px;

        padding:20px 0;

        border:0;

        border-radius:0;
    }


    .zp-why-feature-icon{
        width:54px;
        height:54px;

        border-radius:14px;

        font-size:18px;
    }


    .zp-why-divider{
        display:block;

        margin-left:69px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:420px){

    .zp-why-left h2{
        font-size:30px;
    }


    .zp-why-image{
        height:350px;
    }


    .zp-why-image-badge{
        left:10px;
        right:10px;
        bottom:10px;
    }

}


/* ==========================================================
   ZURI JOURNEYS
   WHY CHOOSE US - PREMIUM / NO IMAGE
========================================================== */

.zuri-why,
.zuri-why *{
    box-sizing:border-box;
}

.zuri-why{
    position:relative;
    padding:110px 0;
    overflow:hidden;
    background:
        radial-gradient(
            circle at 4% 10%,
            rgba(8,214,228,.09),
            transparent 28%
        ),
        radial-gradient(
            circle at 94% 88%,
            rgba(255,210,26,.10),
            transparent 26%
        ),
        #f5f9f8;
}

.zuri-why::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    top:-280px;
    right:-180px;
    border:1px solid rgba(5,101,109,.10);
    border-radius:50%;
}

.zuri-why::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    left:-150px;
    bottom:-150px;
    border:55px solid rgba(255,210,26,.06);
    border-radius:50%;
}

.zuri-why-shell{
    position:relative;
    z-index:2;

    width:min(1540px, calc(100% - 80px));
    margin:0 auto;

    display:grid;
    grid-template-columns:minmax(360px,.78fr) minmax(680px,1.35fr);
    gap:85px;
    align-items:center;
}


/* =========================
   LEFT
========================= */

.zuri-why-intro{
    max-width:540px;
}

.zuri-why-eyebrow{
    width:max-content;

    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-bottom:25px;

    color:#05656d;

    font-size:12px;
    font-weight:800;
    letter-spacing:1.8px;
    text-transform:uppercase;
}

.zuri-why-eyebrow-icon{
    width:35px;
    height:35px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#ffd21a;
    color:#031b26;

    box-shadow:0 7px 18px rgba(255,210,26,.25);
}

.zuri-why-intro h2{
    max-width:520px;

    margin:0;

    color:#033d3d !important;

    font-size:clamp(43px,4vw,67px);
    line-height:1.02;
    letter-spacing:-2.5px;
    font-weight:800;
}

.zuri-why-intro h2 span{
    display:block;

    margin-top:7px;

    color:#05656d !important;
}

.zuri-why-lead{
    max-width:510px;

    margin:28px 0 0;

    color:#60716f;

    font-size:15px;
    line-height:1.85;
}


/* POINTS */

.zuri-why-points{
    margin-top:31px;

    display:grid;
    gap:14px;
}

.zuri-why-point{
    display:flex;
    align-items:center;
    gap:12px;

    color:#274d49;

    font-size:14px;
    font-weight:700;
}

.zuri-why-point > span{
    width:27px;
    height:27px;
    flex:0 0 27px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#05656d;
    color:#fff;

    font-size:10px;

    box-shadow:0 6px 15px rgba(5,101,109,.15);
}


/* ACTIONS */

.zuri-why-actions{
    margin-top:38px;

    display:flex;
    align-items:center;
    gap:26px;
}

.zuri-why-btn{
    min-height:58px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:18px;

    padding:0 25px;

    border-radius:12px;

    background:#05656d !important;
    color:#fff !important;

    font-size:13px;
    font-weight:800;

    text-decoration:none !important;

    box-shadow:
        0 14px 30px rgba(5,101,109,.20);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.zuri-why-btn:hover{
    transform:translateY(-3px);

    background:#031b26 !important;
    color:#fff !important;

    box-shadow:
        0 18px 38px rgba(3,27,38,.22);
}

.zuri-why-btn i{
    color:#ffd21a;
}

.zuri-why-support{
    display:flex;
    align-items:center;
    gap:11px;
}

.zuri-why-support-icon{
    width:43px;
    height:43px;
    flex:0 0 43px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(5,101,109,.17);
    border-radius:50%;

    background:#fff;

    color:#05656d;
}

.zuri-why-support small,
.zuri-why-support strong{
    display:block;
}

.zuri-why-support small{
    margin-bottom:3px;

    color:#7b8d8a;

    font-size:10px;
    font-weight:600;
}

.zuri-why-support strong{
    color:#164b47;

    font-size:12px;
    font-weight:800;
}


/* =========================
   RIGHT CARDS
========================= */

.zuri-why-content{
    min-width:0;
}

.zuri-why-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:17px;
}

.zuri-benefit{
    position:relative;

    min-height:250px;

    padding:27px 25px 25px;

    overflow:hidden;

    border:
        1px solid rgba(5,101,109,.11);

    border-radius:19px;

    background:
        rgba(255,255,255,.88);

    box-shadow:
        0 12px 38px rgba(3,50,52,.055);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.zuri-benefit::before{
    content:"";

    position:absolute;

    width:100px;
    height:100px;

    right:-50px;
    top:-50px;

    border-radius:50%;

    background:
        rgba(8,214,228,.055);
}

.zuri-benefit:hover{
    transform:translateY(-7px);

    border-color:
        rgba(8,214,228,.35);

    box-shadow:
        0 20px 48px rgba(3,50,52,.10);
}

.zuri-benefit-featured{
    background:
        linear-gradient(
            145deg,
            #034b4d 0%,
            #05656d 100%
        );

    border-color:transparent;
}

.zuri-benefit-top{
    position:relative;
    z-index:2;

    display:flex;
    align-items:flex-start;
    justify-content:space-between;

    margin-bottom:26px;
}

.zuri-benefit-icon{
    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:
        rgba(5,101,109,.09);

    color:#05656d;

    font-size:20px;
}

.zuri-benefit-featured .zuri-benefit-icon{
    background:
        rgba(255,255,255,.12);

    color:#ffd21a;
}

.zuri-benefit-number{
    color:#cbd9d6;

    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
}

.zuri-benefit-featured .zuri-benefit-number{
    color:
        rgba(255,255,255,.45);
}

.zuri-benefit h3{
    position:relative;
    z-index:2;

    margin:0 0 11px;

    color:#064c4a !important;

    font-size:18px;
    line-height:1.25;
    font-weight:800;
}

.zuri-benefit p{
    position:relative;
    z-index:2;

    margin:0;

    color:#6c7d7a;

    font-size:12px;
    line-height:1.75;
}

.zuri-benefit-featured h3{
    color:#fff !important;
}

.zuri-benefit-featured p{
    color:
        rgba(255,255,255,.72);
}

.zuri-benefit-line{
    position:absolute;

    left:25px;
    bottom:22px;

    width:30px;
    height:3px;

    border-radius:20px;

    background:#ffd21a;

    transition:width .3s ease;
}

.zuri-benefit:hover .zuri-benefit-line{
    width:60px;
}


/* =========================
   TRUST STRIP
========================= */

.zuri-why-trust{
    min-height:85px;

    margin-top:17px;
    padding:17px 28px;

    display:grid;
    grid-template-columns:1fr auto 1fr auto 1fr;
    align-items:center;
    gap:25px;

    border:
        1px solid rgba(5,101,109,.11);

    border-radius:18px;

    background:#fff;

    box-shadow:
        0 12px 35px rgba(3,50,52,.045);
}

.zuri-why-trust > div{
    text-align:center;
}

.zuri-why-trust strong,
.zuri-why-trust span{
    display:block;
}

.zuri-why-trust strong{
    margin-bottom:3px;

    color:#05656d;

    font-size:14px;
    font-weight:800;
}

.zuri-why-trust > div > span{
    color:#80908e;

    font-size:10px;
    font-weight:600;
}

.zuri-trust-divider{
    width:1px;
    height:32px;

    background:
        rgba(5,101,109,.13);
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width:1250px){

    .zuri-why-shell{
        width:min(1180px,calc(100% - 50px));

        grid-template-columns:
            minmax(330px,.75fr)
            minmax(570px,1.25fr);

        gap:55px;
    }

    .zuri-why-grid{
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

}


@media (max-width:991px){

    .zuri-why{
        padding:80px 0;
    }

    .zuri-why-shell{
        width:min(760px,calc(100% - 40px));

        grid-template-columns:1fr;

        gap:55px;
    }

    .zuri-why-intro{
        max-width:680px;
    }

    .zuri-why-intro h2{
        max-width:650px;
    }

    .zuri-why-lead{
        max-width:650px;
    }

}


@media (max-width:650px){

    .zuri-why{
        padding:65px 0;
    }

    .zuri-why-shell{
        width:calc(100% - 30px);
        gap:42px;
    }

    .zuri-why-eyebrow{
        margin-bottom:20px;

        font-size:10px;
        letter-spacing:1.2px;
    }

    .zuri-why-intro h2{
        font-size:39px;
        letter-spacing:-1.6px;
    }

    .zuri-why-lead{
        margin-top:21px;

        font-size:13px;
        line-height:1.75;
    }

    .zuri-why-actions{
        align-items:flex-start;
        flex-direction:column;
        gap:20px;
    }

    .zuri-why-btn{
        width:100%;
    }

    .zuri-why-grid{
        grid-template-columns:1fr;
        gap:13px;
    }

    .zuri-benefit{
        min-height:220px;

        padding:
            23px 21px 23px;
    }

    .zuri-benefit-line{
        left:21px;
        bottom:19px;
    }

    .zuri-why-trust{
        grid-template-columns:1fr;

        gap:15px;

        padding:22px;
    }

    .zuri-trust-divider{
        width:100%;
        height:1px;
    }

}


@media (max-width:390px){

    .zuri-why-intro h2{
        font-size:34px;
    }

}

