.erp-hero{

    padding:180px 0 120px;

    background:linear-gradient(135deg,#7899C6,#EEF6FF);

}

.erp-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:90px;

    direction:ltr;

}

.erp-content{

    direction:rtl;

}

.hero-badge{

    display:inline-block;

    padding:10px 20px;

    border-radius:30px;

    background:#E7F2FF;

    color:#2563EB;

    font-weight:700;

    margin-bottom:25px;

}

.erp-content h1{

    font-size:58px;

    line-height:1.3;

    margin-bottom:25px;

}

.erp-content h1 span{

    color:#2563EB;

}

.erp-content p{

    color:#6B7280;

    line-height:2;

    font-size:18px;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:16px;

}

.btn-demo{

    padding:16px 34px;

    background:#2563EB;

    color:#fff;

    border-radius:14px;

    font-weight:700;

}

.btn-outline{

    padding:16px 34px;

    border:1px solid #181E24;

    border-radius:14px;

    color:#1E293B;

}

.erp-window{

    border-radius:22px;

    overflow:hidden;

    background:#111827;

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

}

.erp-top{

    height:42px;

    background:#1F2937;

    display:flex;

    align-items:center;

    gap:8px;

    padding:0 18px;

}

.erp-top span{

    width:11px;

    height:11px;

    border-radius:50%;

}

.erp-top span:nth-child(1){

    background:#EF4444;

}

.erp-top span:nth-child(2){

    background:#F59E0B;

}

.erp-top span:nth-child(3){

    background:#10B981;

}

.erp-screen{

    aspect-ratio:16/9;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg,#DCEEFF,#F8FBFF);

    color:#2563EB;

    font-size:30px;

}
.erp-modules{

    padding:130px 0;

    background:#fff;

}

.erp-modules h2{

    font-size:46px;

    text-align:center;

    margin:20px 0;

}

.erp-modules h2 span{

    color:#2563EB;

}

.section-text{

    max-width:700px;

    margin:auto;

    text-align:center;

    color:#6B7280;

    line-height:2;

    margin-bottom:70px;

}

.module-grid{

    display:grid;

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

    gap:28px;

}

.module-card{

    padding:35px;

    border-radius:24px;

    background:#fff;

    border:1px solid #E5E7EB;

    transition:.35s;

    text-align:center;

}

.module-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(37,99,235,.12);

    border-color:#2563EB;

}

.module-card i{

    width:72px;

    height:72px;

    border-radius:20px;

    background:linear-gradient(135deg,#2563EB,#3B82F6);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin:auto;

    margin-bottom:25px;

}

.module-card h3{

    margin-bottom:15px;

    font-size:22px;

}

.module-card p{

    color:#6B7280;

    line-height:2;

}

.section-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:8px 18px;

    border-radius:999px;

    background:#EEF4FF;

    color:#2563EB;

    font-weight:700;

    font-size:14px;

    margin:0 auto 25px;

}

.section-header{

    max-width:760px;

    margin:0 auto 70px;

    text-align:right;

}

.erp-badge{

    display:inline-flex;

    align-items:center;

    padding:8px 18px;

    border-radius:999px;

    background:#EEF4FF;

    color:#2563EB;

    font-size:14px;

    font-weight:700;

    margin-bottom:25px;

}

.section-header h2{

    font-size:48px;

    line-height:1.4;

    margin-bottom:22px;

}

.section-header h2 span{

    color:#2563EB;

}

.section-text{

    color:#6B7280;

    font-size:18px;

    line-height:2;

}
.erp-benefits{

    padding:120px 0;

    background:#c9eaff;

}

.benefits-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.erp-placeholder{

    height:480px;

    border-radius:24px;

    background:linear-gradient(135deg,#EEF4FF,#DDE8FF);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#3B82F6;

    font-size:26px;

    font-weight:700;

    border:2px dashed #8CB4FF;

}

.section-tag{

    display:inline-block;

    background:#EEF4FF;

    color:#2563EB;

    padding:8px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.benefits-content h2{

    font-size:48px;

    line-height:1.5;

    margin-bottom:20px;

}

.benefits-content h2 span{

    color:#2563EB;

}

.benefits-content p{

    color:#6B7280;

    font-size:18px;

    line-height:2;

    margin-bottom:35px;

}

.benefit-list{

    list-style:none;

    padding:0;

    margin-bottom:40px;

}

.benefit-list li{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:18px;

    font-size:17px;

}

.benefit-list i{

    color:#2563EB;

    font-size:20px;

}
.erp-cta{

    padding:120px 0;

    background:linear-gradient(135deg,#0A235A,#1C3661);

    color:#fff;

    text-align:center;

}

.erp-cta h2{

    font-size:46px;

    margin-bottom:20px;

}

.erp-cta p{

    max-width:700px;

    margin:0 auto 45px;

    font-size:18px;

    line-height:2;

    opacity:.9;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.btn-outline{

    padding:14px 30px;

    border:2px solid #fff;

    color:#fff;

    border-radius:12px;

    transition:.3s;

}

.btn-outline:hover{

    background:#fff;

    color:#2563EB;

}