.cw-logistics-page{
    background:#fff;
    color:#202938;
}

.cw-logistics-container{
    width:min(1180px,calc(100% - 64px));
    margin:auto;
}

/* HERO */

.cw-logistics-hero{
    min-height:610px;
    background-size:cover;
    background-position:center right;
    display:flex;
    align-items:center;
}

.cw-logistics-hero-content{
    max-width:520px;
}

.cw-logistics-hero h1{
    margin:0;
    font-size:62px;
    line-height:1.02;
    font-weight:900;
    letter-spacing:-2px;
    color:#152034;
}

.cw-logistics-hero h1 strong{
    color:#007866;
}

.cw-logistics-hero h2{
    margin:22px 0 0;
    font-size:22px;
    color:#007866;
    font-weight:900;
}

.cw-logistics-hero p{
    margin:20px 0 0;
    font-size:15px;
    line-height:1.8;
    color:#5f6b7a;
    max-width:430px;
}

.cw-logistics-hero-actions{
    display:flex;
    gap:16px;
    margin-top:34px;
}

.cw-logistics-primary-btn,
.cw-logistics-secondary-btn,
.cw-logistics-yellow-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    height:50px;
    padding:0 26px;
    border-radius:6px;
    font-size:13px;
    font-weight:900;
    text-decoration:none;
    transition:.25s;
}

.cw-logistics-primary-btn{

    background:#007866;
    color:#fff;

}

.cw-logistics-yellow-btn{

    background:#e0c323;
    color:#111;

}

.cw-logistics-secondary-btn{

    border:1px solid #ccd4d8;
    color:#202938;
    background:#fff;

}

/* PROBLEM */

.cw-logistics-problem{

    padding:60px 0;
    background:#fff;

}

.cw-logistics-problem-grid{

    display:grid;
    grid-template-columns:280px 1fr 250px;
    gap:34px;
    align-items:center;

}

.cw-logistics-problem-left h2{

    color:#b72121;
    font-size:40px;
    line-height:1.05;
    margin:0 0 24px;

}

.cw-logistics-problem-left ul{

    padding:0;
    margin:0;
    list-style:none;

}

.cw-logistics-problem-left li{

    position:relative;
    padding-left:22px;
    margin-bottom:12px;
    color:#444;
    font-weight:600;

}

.cw-logistics-problem-left li:before{

    content:"✖";
    color:#d62626;
    position:absolute;
    left:0;

}

.cw-logistics-old-flow{

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

}

.cw-logistics-old-flow div{

    text-align:center;

}

.cw-logistics-old-flow div i{

    font-size:38px;
    color:#666;
    margin-bottom:10px;

}

.cw-logistics-old-flow div span{

    display:block;
    font-weight:700;
    font-size:13px;

}

.cw-logistics-old-flow>i{

    color:#9aa3ab;

}

.cw-logistics-problem-box{

    background:#fff4f4;
    border-radius:10px;
    padding:28px;

}

.cw-logistics-problem-box h3{

    margin:0 0 18px;
    color:#d62b2b;
    font-size:22px;

}

.cw-logistics-problem-box p{

    margin:10px 0;
    font-weight:700;

}

.cw-logistics-problem-box i{

    color:#d62b2b;
    margin-right:8px;

}

/* SOLUTION */

.cw-logistics-solution{

    background:linear-gradient(90deg,#005f4e,#014530);
    padding:48px 0;
    color:#fff;

}

.cw-logistics-solution-grid{

    display:grid;
    grid-template-columns:260px 1fr;
    gap:40px;
    align-items:center;

}

.cw-logistics-solution h2{

    color:#fff;
    font-size:44px;
    line-height:1.05;
    margin:0;

}

.cw-logistics-solution p{

    color:rgba(255,255,255,.85);
    margin-top:18px;
    line-height:1.8;

}

.cw-logistics-solution-flow{

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;

}

.cw-logistics-solution-flow>div{

    text-align:center;
    width:110px;

}

.cw-logistics-solution-flow>div i{

    width:82px;
    height:82px;
    border:2px solid rgba(255,255,255,.4);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 12px;
    font-size:30px;

}

.cw-logistics-solution-flow span{

    display:block;
    font-size:13px;
    font-weight:700;
    line-height:1.3;

}

.cw-logistics-solution-flow>.fa-chevron-right{

    color:#d7bc2f;
}

/* VIDEO */

.cw-logistics-video{

    padding:70px 0;

}

.cw-logistics-video-grid{

    display:grid;
    grid-template-columns:320px 1fr;
    gap:60px;
    align-items:center;

}

.cw-logistics-section-head h2{

    font-size:44px;
    line-height:1.05;
    margin:0;

}

.cw-logistics-section-head p{

    margin-top:20px;
    line-height:1.8;
    color:#677383;

}

.cw-logistics-section-head a{

    margin-top:24px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    height:48px;
    padding:0 24px;
    background:#007866;
    color:#fff;
    border-radius:5px;
    text-decoration:none;
    font-weight:800;

}

.cw-logistics-video-frame{

    overflow:hidden;
    border-radius:10px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.cw-logistics-video-frame iframe{

    width:100%;
    height:500px;
    border:0;

}

/* SERVICES */

.cw-logistics-services{
    padding:58px 0 70px;
    background:#f8fbfb;
}

.cw-logistics-centered{
    text-align:center;
    margin-bottom:38px;
}

.cw-logistics-centered h2{
    margin:0;
    color:#202938;
    font-size:40px;
    line-height:1.12;
    font-weight:900;
    letter-spacing:-.6px;
}

.cw-logistics-centered h2::after{
    content:"";
    display:block;
    width:46px;
    height:4px;
    margin:18px auto 0;
    border-radius:30px;
    background:#dcd238;
}

.cw-logistics-service-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
}

.cw-logistics-service-grid div{
    min-height:188px;
    padding:30px 18px 24px;
    border:1px solid #dfe7ea;
    border-radius:12px;
    background:#fff;
    text-align:center;
    box-shadow:0 16px 38px rgba(27,43,58,.055);
    transition:.22s ease;
}

.cw-logistics-service-grid div:hover{
    transform:translateY(-5px);
    border-color:rgba(0,120,102,.35);
    box-shadow:0 20px 48px rgba(27,43,58,.09);
}

.cw-logistics-service-grid i{
    margin-bottom:18px;
    color:#007866;
    font-size:40px;
}

.cw-logistics-service-grid h3{
    margin:0 0 10px;
    color:#202938;
    font-size:14px;
    line-height:1.25;
    font-weight:900;
}

.cw-logistics-service-grid p{
    margin:0;
    color:#667384;
    font-size:12px;
    line-height:1.6;
}

/* PROCESS */

.cw-logistics-process{
    padding:62px 0 70px;
    background:#fff;
}

.cw-logistics-process-line{
    position:relative;
    display:grid;
    grid-template-columns:repeat(8,1fr);
    gap:18px;
}

.cw-logistics-process-line::before{
    content:"";
    position:absolute;
    top:23px;
    left:5%;
    right:5%;
    height:2px;
    background:rgba(0,120,102,.28);
}

.cw-logistics-process-line div{
    position:relative;
    text-align:center;
}

.cw-logistics-process-line span{
    position:relative;
    z-index:2;
    width:46px;
    height:46px;
    margin:0 auto 16px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#007866;
    color:#fff;
    font-size:16px;
    font-weight:900;
    box-shadow:0 12px 26px rgba(0,120,102,.22);
}

.cw-logistics-process-line h3{
    margin:0;
    color:#202938;
    font-size:13px;
    line-height:1.35;
    font-weight:900;
}

/* CONTROL / DASHBOARD / WAREHOUSE */

.cw-logistics-control{
    padding:66px 0;
    background:linear-gradient(90deg,#f0faf4 0%,#fff 42%,#fff 100%);
}

.cw-logistics-control-grid{
    display:grid;
    grid-template-columns:1.05fr 1.45fr 1.45fr 1.05fr;
    gap:18px;
    align-items:stretch;
}

.cw-logistics-control-card{
    min-height:250px;
    padding:34px 30px;
    border-radius:14px;
    background:#fff;
    border:1px solid #e0e8eb;
    box-shadow:0 18px 44px rgba(27,43,58,.07);
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.cw-logistics-control-card h2{
    margin:0 0 22px;
    color:#202938;
    font-size:28px;
    line-height:1.12;
    font-weight:900;
    letter-spacing:-.4px;
}

.cw-logistics-control-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.cw-logistics-control-card li{
    position:relative;
    margin-bottom:10px;
    padding-left:24px;
    color:#344254;
    font-size:13px;
    line-height:1.4;
    font-weight:700;
}

.cw-logistics-control-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#007866;
    font-weight:900;
}

.cw-logistics-dashboard-img,
.cw-logistics-warehouse-img{
    min-height:250px;
    overflow:hidden;
    border-radius:16px;
    box-shadow:0 24px 60px rgba(27,43,58,.13);
}

.cw-logistics-dashboard-img img,
.cw-logistics-warehouse-img img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

/* STATS */

.cw-logistics-stats{
    padding:48px 0;
    background:linear-gradient(135deg,#006f46,#003f29);
    color:#fff;
}

.cw-logistics-stats-inner{
    display:grid;
    grid-template-columns:1.35fr repeat(4,1fr);
    gap:34px;
    align-items:center;
}

.cw-logistics-stats h2{
    margin:0;
    color:#fff;
    font-size:34px;
    line-height:1.1;
    font-weight:900;
    letter-spacing:-.5px;
}

.cw-logistics-stats-inner > div:not(:first-child){
    text-align:center;
}

.cw-logistics-stats i{
    display:grid;
    place-items:center;
    width:54px;
    height:54px;
    margin:0 auto 12px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#dcd238;
    font-size:24px;
}

.cw-logistics-stats strong{
    display:block;
    color:#fff;
    font-size:34px;
    line-height:1;
    font-weight:900;
}

.cw-logistics-stats span{
    display:block;
    margin-top:8px;
    color:rgba(255,255,255,.82);
    font-size:12px;
    line-height:1.35;
    font-weight:700;
}

/* CTA */

.cw-logistics-cta{
    padding:58px 0;
    background-size:cover;
    background-position:center;
    color:#fff;
}

.cw-logistics-cta-inner{
    display:grid;
    grid-template-columns:1fr auto;
    gap:48px;
    align-items:center;
}

.cw-logistics-cta h2{
    margin:0;
    color:#fff;
    font-size:34px;
    line-height:1.12;
    font-weight:900;
    letter-spacing:-.5px;
}

.cw-logistics-cta p{
    max-width:680px;
    margin:14px 0 0;
    color:rgba(255,255,255,.88);
    font-size:14px;
    line-height:1.7;
}

.cw-logistics-cta-actions{
    display:flex;
    gap:14px;
    align-items:center;
}

.cw-logistics-cta-actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:46px;
    padding:0 24px;
    border-radius:5px;
    background:#fff;
    color:#006b3d;
    font-size:12px;
    font-weight:900;
    text-decoration:none;
    text-transform:uppercase;
    white-space:nowrap;
}

.cw-logistics-cta-actions a:first-child{
    background:#dcd238;
    color:#18222f;
}

/* RESPONSIVE */

@media (max-width:1100px){
    .cw-logistics-hero h1{
        font-size:50px;
    }

    .cw-logistics-problem-grid,
    .cw-logistics-solution-grid,
    .cw-logistics-video-grid,
    .cw-logistics-cta-inner{
        grid-template-columns:1fr;
    }

    .cw-logistics-control-grid{
        grid-template-columns:1fr 1fr;
    }

    .cw-logistics-service-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .cw-logistics-process-line{
        grid-template-columns:repeat(4,1fr);
        gap:28px;
    }

    .cw-logistics-process-line::before{
        display:none;
    }

    .cw-logistics-stats-inner{
        grid-template-columns:repeat(2,1fr);
    }

    .cw-logistics-stats-inner > div:first-child{
        grid-column:1 / -1;
        text-align:center;
    }

    .cw-logistics-solution-flow{
        flex-wrap:wrap;
        justify-content:center;
    }
}

@media (max-width:900px){
    .cw-logistics-container{
        width:min(100% - 34px,1180px);
    }

    .cw-logistics-hero{
        min-height:auto;
        padding:44px 0 340px;
        background-size:900px auto;
        background-position:bottom center;
    }

    .cw-logistics-hero-content{
        max-width:560px;
    }

    .cw-logistics-hero-actions{
        flex-wrap:wrap;
    }

    .cw-logistics-old-flow{
        gap:14px;
    }

    .cw-logistics-old-flow > i{
        transform:rotate(90deg);
    }

    .cw-logistics-video-frame iframe{
        height:360px;
    }

    .cw-logistics-control-grid{
        grid-template-columns:1fr 1fr;
        gap:20px;
    }

    .cw-logistics-cta-actions{
        justify-content:flex-start;
        flex-wrap:wrap;
    }
}

@media (max-width:640px){
    .cw-logistics-hero{
        padding-bottom:280px;
        background-size:740px auto;
    }

    .cw-logistics-hero h1{
        font-size:36px;
        letter-spacing:-1px;
    }

    .cw-logistics-hero h2{
        font-size:18px;
        line-height:1.35;
    }

    .cw-logistics-hero-actions,
    .cw-logistics-cta-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .cw-logistics-primary-btn,
    .cw-logistics-secondary-btn,
    .cw-logistics-yellow-btn,
    .cw-logistics-cta-actions a{
        width:100%;
    }

    .cw-logistics-problem-left h2,
    .cw-logistics-solution h2,
    .cw-logistics-section-head h2,
    .cw-logistics-centered h2,
    .cw-logistics-control-card h2,
    .cw-logistics-stats h2,
    .cw-logistics-cta h2{
        font-size:28px;
    }

    .cw-logistics-service-grid,
    .cw-logistics-process-line,
    .cw-logistics-control-grid,
    .cw-logistics-stats-inner{
        grid-template-columns:1fr;
    }

    .cw-logistics-video-frame iframe{
        height:240px;
    }

    .cw-logistics-control-card{
        padding:28px 22px;
    }
}