.bpm-hero{

    background:linear-gradient(135deg,#08111F,#132742);

    padding:170px 0 130px;

}

.bpm-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.hero-content h1{

    color:white;

    font-size:54px;

    line-height:1.5;

    margin:25px 0;

}

.hero-content h1 span{

    color:#8B1E3F;

}

.hero-content p{

    color:#CBD5E1;

    font-size:18px;

    line-height:2;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:18px;

}

.btn-outline{

    border:1px solid rgba(255,255,255,.2);

    color:white;

    padding:14px 34px;

    border-radius:12px;

    transition:.3s;

}

.btn-outline:hover{

    background:white;

    color:#08111F;

}



.process-preview{

    background:#ffffff;

    border-radius:28px;

    padding:40px;

    box-shadow:0 35px 80px rgba(0,0,0,.18);

}

.node{

    background:#F8FAFC;

    border:2px solid #8B1E3F;

    border-radius:16px;

    text-align:center;

    padding:18px;

    font-weight:700;

    color:#0F172A;

}

.start{

    background:#8B1E3F;

    color:white;

}

.end{

    background:#0F172A;

    color:white;

    border:none;

}

.decision{

    background:#FFF8EC;

    border-color:#8B1E3F;

}

.line{

    width:4px;

    height:45px;

    background:#8B1E3F;

    margin:auto;

}
.section-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    background:rgba(139,30,63,.12);

    border:1px solid rgba(139,30,63,.28);

    border-radius:999px;

    color:#8B1E3F;

    font-size:14px;

    font-weight:700;

    margin-bottom:25px;

}

.section-badge i{

    font-size:13px;

}


.why-bpm{

    padding:140px 0;

    background:#fff;

}

.why-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.why-content h2{

    font-size:46px;

    color:#0F172A;

    margin:25px 0;

    line-height:1.5;

}

.why-content p{

    color:#64748B;

    line-height:2;

    margin-bottom:35px;

}

.why-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.why-list li{

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:600;

    color:#334155;

}

.why-list li::before{

    content:"✓";

    width:28px;

    height:28px;

    border-radius:50%;

    background:#8B1E3F;

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:14px;

}



.why-cards{

    display:grid;

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

    gap:22px;

}

.why-card{

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

    backdrop-filter:blur(16px);

    border:1px solid #E8EEF5;

    border-radius:22px;

    padding:30px;

    transition:.35s;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

}

.why-card:hover{

    transform:translateY(-8px);

    border-color:#8B1E3F;

    box-shadow:0 25px 60px rgba(139,30,63,.15);

}

.why-card i{

    width:60px;

    height:60px;

    border-radius:18px;

    background:linear-gradient(135deg,#8B1E3F,#6F1532);

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

    margin-bottom:20px;

}

.why-card h3{

    font-size:20px;

    margin-bottom:12px;

    color:#0F172A;

}

.why-card p{

    color:#64748B;

    line-height:1.9;

}


.bpm-cycle{

    padding:140px 0;

    background:#F8FAFC;

}

.cycle-header{

    text-align:center;

    max-width:700px;

    margin:auto auto 80px;

}

.cycle-header h2{

    font-size:42px;

    margin:25px 0;

    color:#0F172A;

}

.cycle-header p{

    color:#64748B;

    line-height:2;

}

.cycle{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;

}

.step{

    width:220px;

    text-align:center;

}

.circle{

    width:95px;

    height:95px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#8B1E3F,#6F1532);

    display:flex;

    justify-content:center;

    align-items:center;

    color:white;

    font-size:34px;

    margin-bottom:25px;

    box-shadow:0 20px 40px rgba(139,30,63,.25);

}

.step h3{

    font-size:22px;

    margin-bottom:10px;

    color:#0F172A;

}

.step p{

    color:#64748B;

    line-height:1.8;

}

.arrow{

    font-size:28px;

    color:#8B1E3F;

}

.process-demo{

    padding:140px 0;

    background:#d5e6ea;

}

.process-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

}

.process-content h2{

    font-size:44px;

    margin:25px 0;

    color:#0F172A;

    line-height:1.5;

}

.process-content p{

    color:#64748B;

    line-height:2;

    margin-bottom:35px;

}

.process-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.process-list li{

    display:flex;

    align-items:center;

    gap:12px;

    color:#334155;

    font-weight:600;

}

.process-list li::before{

    content:"✓";

    width:28px;

    height:28px;

    border-radius:50%;

    background:#8B1E3F;

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:14px;

}

/* Timeline */

.timeline{

    position:relative;

    padding-right:30px;

}

.timeline-item{

    display:flex;

    gap:20px;

    align-items:flex-start;

}

.circle{

    width:64px;

    height:64px;

    border-radius:50%;

    background:linear-gradient(135deg,#8B1E3F,#6F1532);

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

    flex-shrink:0;

    box-shadow:0 15px 35px rgba(139,30,63,.25);

}

.circle.success{

    background:linear-gradient(135deg,#10B981,#059669);

}

.box{

    flex:1;

    background:#F8FAFC;

    border:1px solid #E8EEF5;

    border-radius:20px;

    padding:24px;

    transition:.3s;

}

.box:hover{

    transform:translateY(-5px);

    border-color:#8B1E3F;

    box-shadow:0 20px 45px rgba(15,23,42,.08);

}

.box h3{

    margin-bottom:10px;

    color:#0F172A;

    font-size:20px;

}

.box p{

    margin:0;

    color:#64748B;

    line-height:1.8;

}

.line{

    width:3px;

    height:45px;

    background:#8B1E3F;

    margin:0 30px 0 31px;

}


.bpm-cta{

    padding:140px 0;

    background:linear-gradient(135deg,#08111F,#16314D);

}

.cta-box{

    max-width:1000px;

    margin:auto;

    text-align:center;

    padding:70px;

    border-radius:32px;

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

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    box-shadow:0 35px 80px rgba(0,0,0,.25);

}

.cta-box h2{

    color:#fff;

    font-size:48px;

    margin:25px 0;

    line-height:1.5;

}

.cta-box p{

    color:#CBD5E1;

    max-width:720px;

    margin:0 auto;

    font-size:18px;

    line-height:2;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    margin-top:45px;

}

.btn-outline{

    padding:14px 32px;

    border:1px solid rgba(255,255,255,.25);

    border-radius:12px;

    color:white;

    transition:.3s;

}

.btn-outline:hover{

    background:white;

    color:#08111F;

}

.cta-info{

    display:flex;

    justify-content:center;

    gap:50px;

    margin-top:60px;

    flex-wrap:wrap;

}

.info-item{

    display:flex;

    align-items:center;

    gap:12px;

    color:#E2E8F0;

    font-weight:600;

}

.info-item i{

    width:48px;

    height:48px;

    border-radius:14px;

    background:rgba(139,30,63,.15);

    border:1px solid rgba(139,30,63,.35);

    color:#8B1E3F;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:20px;

}

.bpm-use-cases{padding:120px 0;background:#fff;}
.use-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:1000px;margin:0 auto;}
@media (max-width:768px){.use-case-grid{grid-template-columns:1fr;}.bpm-use-cases{padding:80px 0;}}
