.partner-path-section{
background:#f6f7fb;
}

.partner-path-card{
background:#fff;
border-radius:15px;
padding:50px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.partner-path-content h3{
font-size:28px;
font-weight:700;
margin-bottom:15px;
}

.partner-benefits{
list-style:none;
padding:0;
margin-top:20px;
}

.partner-benefits li{
margin-bottom:12px;
font-size:15px;
display:flex;
align-items:flex-start;
}

.partner-benefits li i{
color:#0d6efd;
margin-right:10px;
font-size:18px;
}

.partner-tags{
margin-top:20px;
}

.partner-tags span{
background:#f1ecff;
color:#0d6efd;
padding:8px 15px;
border-radius:20px;
font-size:13px;
margin-right:8px;
margin-bottom:8px;
display:inline-block;
}

.channel-partner-section{
background:#f6f7fb;
}

.channel-partner-card{
background:#fff;
padding:50px;
border-radius:16px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.channel-process{
margin-top:20px;
}

.process-row{
display:flex;
gap:15px;
margin-bottom:15px;
}

.process-box{
flex:1;
background:#fff;
border:1px solid #eee;
padding:18px;
border-radius:10px;
box-shadow:0 5px 12px rgba(0,0,0,0.05);
}

.process-box.active{
border:2px solid #0d6efd;
}

.process-box h4{
font-size:16px;
font-weight:600;
margin-bottom:5px;
}

.partner-advantage-section{
background:#ffffff;
}

.advantage-card{
background:#fff;
padding:35px;
border-radius:12px;
border:1px solid #eee;
box-shadow:0 10px 25px rgba(0,0,0,0.06);
transition:0.3s;
margin-bottom:25px;
}

.advantage-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.advantage-card .icon{
width:60px;
height:60px;
background:#f2edff;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:15px;
}

.advantage-card .icon i{
font-size:26px;
color:#0d6efd;
}

.partner-journey-section{
background:#f6f7fb;
}

.journey-wrapper{
position:relative;
max-width:800px;
margin:auto;
}

.journey-step{
display:flex;
align-items:flex-start;
margin-bottom:40px;
position:relative;
}

.journey-icon{
width:50px;
height:50px;
background:#0d6efd;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:20px;
margin-right:20px;
}

.journey-content{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.06);
flex:1;
}

.step-label{
font-size:12px;
color:#0d6efd;
font-weight:600;
display:block;
margin-bottom:5px;
}

