nav{
    background:#071B36;
}

.solutions-hero{
    background-image:url('../images/hero-bg.png');
    background-size:2000px auto;
    background-position:right -250px center;
    background-repeat:no-repeat;
    padding:140px 0 90px;
    overflow:hidden;
}

.solutions-hero .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.solutions-hero .section-tag{
    background:rgba(255,255,255,.08);
    color:#C89B4B;
}

.solutions-hero-layout{
    display:grid;
    grid-template-columns:1fr;
    gap:60px;
    align-items:center;
}

.hero-right{
    position:relative;
    height:420px;
}

.hero-left{
    max-width:520px;
}

.hero-left h1{
    margin-top:22px;
    font-size:48px;
    line-height:1.1;
    color:#ffffff;
    letter-spacing:-1px;
}

.hero-left h1 .highlight{
    color:#C89B4B;
}

.hero-left p{
    margin-top:24px;
    font-size:18px;
    line-height:1.8;
    color:rgba(255,255,255,.75);
    max-width:520px;
}

.hero-left .hero-buttons{
    margin-top:36px;
    display:flex;
    gap:18px;
}

.section-tag{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    border-radius:50px;
    background:#F5E8CB;
    color:#8B6A2F;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}


.problems-section{
    padding:90px 0;
    background:#ffffff;
}

.problems-section .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.problems-layout{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:60px;
    align-items:center;
}

.problems-col h2{
    margin-top:20px;
    margin-bottom:32px;
    font-size:36px;
    line-height:1.25;
    color:#0B1F3A;
    letter-spacing:-1px;
}

.problems-list{
    list-style:none;
    padding:0;
}

.problems-list li{
    padding:16px 20px;
    margin-bottom:14px;
    background:#F8F9FB;
    border:1px solid #ECECEC;
    border-radius:12px;
    font-size:16px;
    color:#333;
    font-weight:500;
}

.solve-list{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.solve-list li{
    position:relative;
    padding-left:36px;
    margin-bottom:26px;
}

.solve-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:2px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#C89B4B;
    color:#0B1F3A;
    font-size:13px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.solve-list strong{
    display:block;
    font-size:17px;
    color:#0B1F3A;
    margin-bottom:4px;
}

.solve-list p{
    font-size:15px;
    color:#666;
    margin:0;
}

.problems-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
}

.problems-arrow span{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#C89B4B;
    color:#0B1F3A;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}
.pillars-section{
    padding:90px 0;
    background:#F8F9FB;
}

.pillars-section .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.pillars-section .section-heading h2{
    margin-top:20px;
    font-size:40px;
    line-height:1.25;
    color:#0B1F3A;
    letter-spacing:-1px;
}

.pillars-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
    margin-top:60px;
}

.pillar-card{
    background:#ffffff;
    border:1px solid #ECECEC;
    border-radius:18px;
    padding:28px 22px;
    transition:.35s;
    min-height:260px;
}

.pillar-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.pillar-card{
    background:#ffffff;
    border:1px solid #ECECEC;
    border-radius:18px;
    padding:32px 22px;
    transition:.35s;
    min-height:260px;
    text-align:center;
}

.pillar-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.pillar-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    margin:0 auto 20px;
    background:none;
    color:#0B1F3A;
}

.pillar-icon i{
    width:38px;
    height:38px;
    stroke-width:1.75;
}

.pillar-card h3{
    font-size:17px;
    color:#0B1F3A;
    margin-bottom:12px;
    line-height:1.35;
}

.pillar-card p{
    font-size:14px;
    color:#666;
    line-height:1.7;
}

.diagnose-section{
    padding:90px 0;
    background:#ffffff;
}

.diagnose-section .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.diagnose-section .section-heading{
    text-align:center;
    margin:0 auto 80px;
}

.diagnose-section .section-heading h2{
    margin-top:20px;
    font-size:40px;
    line-height:1.25;
    color:#0B1F3A;
    letter-spacing:-1px;
}

.diagnose-steps{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.diagnose-steps::before{
    content:"";
    position:absolute;
    top:26px;
    left:10%;
    right:10%;
    height:0;
    border-top:2px dashed #C89B4B;
    z-index:0;
}

.diagnose-step{
    position:relative;
    z-index:1;
    text-align:center;
}

.step-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:52px;
    border-radius:50%;
    background:#0B1F3A;
    color:#C89B4B;
    font-size:16px;
    font-weight:700;
    margin:0 auto 24px;
}

.diagnose-step h3{
    font-size:19px;
    color:#0B1F3A;
    margin-bottom:10px;
}

.diagnose-step p{
    font-size:14px;
    color:#666;
    line-height:1.7;
    max-width:200px;
    margin:0 auto;
}

.deliver-section{
    padding:90px 0;
    background:#F8F9FB;
}

.deliver-section .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.deliver-section .section-heading h2{
    margin-top:20px;
    font-size:40px;
    line-height:1.25;
    color:#0B1F3A;
    letter-spacing:-1px;
}

.deliver-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:36px 40px;
    margin-top:60px;
}

.deliver-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
}

.deliver-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:22px;
    flex-shrink:0;
    color:#0B1F3A;
}

.deliver-icon i{
    width:22px;
    height:22px;
    stroke-width:1.75;
}

.deliver-item h3{
    font-size:17px;
    color:#0B1F3A;
    margin-bottom:6px;
}

.deliver-item p{
    font-size:14px;
    color:#666;
    line-height:1.7;
}

.engagement-section{
    padding:90px 0;
    background:#ffffff;
}

.engagement-section .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.engagement-layout{
    display:grid;
    grid-template-columns:30% 70%;
    gap:50px;
    align-items:start;
}

.engagement-heading h2{
    margin-top:20px;
    font-size:28px;
    line-height:1.3;
    color:#0B1F3A;
}

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

.engagement-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;
    align-items:start;
}

.engagement-card{
    position:relative;
    background:#ffffff;
    border:1px solid #ECECEC;
    border-radius:20px;
    padding:40px 32px;
}

.engagement-card.featured{
    border:2px solid #C89B4B;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.most-popular{
    position:absolute;
    top:-14px;
    left:50%;
    transform:translateX(-50%);
    background:#C89B4B;
    color:#0B1F3A;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
    padding:6px 16px;
    border-radius:50px;
}

.engagement-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:22px;
    color:#0B1F3A;
    margin-bottom:22px;
}

.engagement-icon i{
    width:26px;
    height:26px;
    stroke-width:1.75;
}

.engagement-card h3{
    font-size:22px;
    color:#0B1F3A;
    margin-bottom:14px;
}

.engagement-card p{
    font-size:15px;
    color:#666;
    line-height:1.75;
    margin-bottom:24px;
}

.engagement-card ul{
    list-style:none;
    padding:0;
}

.engagement-card li{
    position:relative;
    padding-left:26px;
    margin-bottom:12px;
    font-size:14px;
    color:#333;
}

.engagement-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#C89B4B;
    font-weight:700;
}

.faq-section{
    padding:90px 0;
    background:#F8F9FB;
}

.faq-section .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.faq-section .section-heading h2{
    margin-top:20px;
    font-size:40px;
    line-height:1.25;
    color:#0B1F3A;
    letter-spacing:-1px;
}

.faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:60px;
}

.faq-item{
    background:#ffffff;
    border:1px solid #ECECEC;
    border-radius:14px;
    padding:22px 26px;
}

.faq-item summary{
    cursor:pointer;
    font-size:16px;
    font-weight:500;
    color:#0B1F3A;
    list-style:none;
    position:relative;
    padding-right:30px;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

.faq-item summary::after{
    content:"+";
    position:absolute;
    right:0;
    top:0;
    font-size:20px;
    color:#C89B4B;
    font-weight:700;
}

.faq-item[open] summary::after{
    content:"–";
}

.faq-item p{
    margin-top:16px;
    font-size:15px;
    color:#666;
    line-height:1.8;
}

.solutions-cta{
    padding:80px 0;
    background:#0B1F3A;
}

.solutions-cta .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.solutions-cta-layout{
    display:grid;
    grid-template-columns:55% 45%;
    gap:40px;
    align-items:center;
}

.solutions-cta h2{
    font-size:36px;
    line-height:1.3;
    color:#ffffff;
    letter-spacing:-1px;
}

.solutions-cta h2 .highlight{
    color:#C89B4B;
}

.cta-right p{
    font-size:16px;
    color:rgba(255,255,255,.75);
    line-height:1.8;
    margin-bottom:24px;
}
@media (max-width: 900px){

    .hero-left h1{
        font-size:36px;
    }

    .solutions-hero{
        background-position:right -400px center;
    }

    .problems-layout{
        grid-template-columns:1fr;
        gap:30px;
    }

    .problems-arrow{
        transform:rotate(90deg);
        padding-top:0;
    }

    .pillars-layout{
        grid-template-columns:1fr;
        gap:30px;
    }

    .pillars-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .diagnose-steps{
        grid-template-columns:repeat(2,1fr);
        gap:40px 24px;
    }

    .diagnose-steps::before{
        display:none;
    }

    .deliver-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .engagement-layout{
        grid-template-columns:1fr;
        gap:30px;
    }

    .engagement-grid{
        grid-template-columns:1fr;
    }

    .faq-grid{
        grid-template-columns:1fr;
    }

    .solutions-cta-layout{
        grid-template-columns:1fr;
        gap:24px;
    }

}

@media (max-width: 600px){

    .solutions-hero{
        padding:140px 0 80px;
        background-position:right -600px center;
    }

    .hero-left h1{
        font-size:28px;
    }

    .pillars-grid,
    .diagnose-steps,
    .deliver-grid{
        grid-template-columns:1fr;
    }

    .hero-buttons{
        flex-direction:column;
        width:100%;
    }

}

@media (max-width: 600px){

    .problems-section,
    .pillars-section,
    .diagnose-section,
    .deliver-section,
    .engagement-section,
    .faq-section,
    .solutions-cta{
        padding-top:50px;
        padding-bottom:50px;
    }
    .pillar-card,
    .engagement-card{
        padding:24px 20px;
    }

    .faq-item{
        padding:18px 20px;
    }

}
