.crm-hero{

    min-height:100vh;

    background:#0A1120;

    display:flex;

    align-items:center;

    position:relative;

    overflow:hidden;

}

.crm-hero::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    background:rgba(40,217,196,.08);

    top:-250px;

    right:-180px;

    filter:blur(80px);

}

.crm-hero-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.crm-content{

    color:white;

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    border-radius:40px;

    background:rgba(40,217,196,.1);

    border:1px solid rgba(40,217,196,.25);

    color:#28D9C4;

    margin-bottom:25px;

    font-size:14px;

}

.crm-content h1{

    font-size:60px;

    line-height:1.3;

    margin-bottom:25px;

}

.crm-content h1 span{

    color:#28D9C4;

}

.crm-content p{

    color:#B7C0D6;

    font-size:18px;

    line-height:2;

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;

    gap:15px;

}

.btn-outline{

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

    color:white;

    background:transparent;

}

.btn-outline:hover{

    background:white;

    color:#111;

}

.dashboard-placeholder{

    width:100%;

    height:520px;

    border-radius:24px;

    background:linear-gradient(135deg,#1B2947,#111A2E);

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

    display:flex;

    justify-content:center;

    align-items:center;

    color:#28D9C4;

    font-size:24px;

    box-shadow:0 40px 80px rgba(0,0,0,.4);

}

.scroll-down{

    position:absolute;

    bottom:35px;

    left:50%;

    transform:translateX(-50%);

    color:white;

    font-size:22px;

    animation:scrollMove 2s infinite;

}

@keyframes scrollMove{

    0%{

        transform:translate(-50%,0);

    }

    50%{

        transform:translate(-50%,10px);

    }

    100%{

        transform:translate(-50%,0);

    }

}

.crm-app{

    padding:120px 0;

    background:#fff;

}

.crm-app-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

}

.section-badge{

    display:inline-block;

    padding:10px 18px;

    background:#E8FCF8;

    color:#18B9A8;

    border-radius:30px;

    font-weight:700;

    margin-bottom:25px;

}

.app-content h2{

    font-size:48px;

    margin-bottom:25px;

}

.app-content h2 span{

    color:#28D9C4;

}

.app-content p{

    font-size:18px;

    color:#667085;

    line-height:2;

    margin-bottom:40px;

}

.feature-list{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

}

.feature-item{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:17px;

    font-weight:600;

}

.feature-item i{

    color:#28D9C4;

}
.desktop-wrapper{

    display:flex;

    justify-content:center;

    align-items:center;

}

.desktop{

    width:100%;

    max-width:650px;

    background:#111827;

    border-radius:18px;

    overflow:hidden;

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

}

.desktop-top{

    height:42px;

    background:#1F2937;

    display:flex;

    align-items:center;

    gap:8px;

    padding:0 18px;

}

.desktop-top span{

    width:11px;

    height:11px;

    border-radius:50%;

    background:#6B7280;

}

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

    background:#EF4444;

}

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

    background:#F59E0B;

}

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

    background:#10B981;

}

.desktop-screen{

    aspect-ratio:16/9;

    background:linear-gradient(135deg,#EEF5FF,#F8FAFC);

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:26px;

    color:#28D9C4;

}
.crm-app-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

    direction:ltr;

}

.app-content{

    direction:rtl;

}
.crm-features{

    padding:120px 0;

    background:#F8FAFC;

}

.section-title{

    text-align:center;

    max-width:700px;

    margin:auto;

    margin-bottom:70px;

}

.section-title span{

    color:#28D9C4;

    font-weight:700;

    font-size:15px;

}

.section-title h2{

    font-size:44px;

    margin:18px 0;

    color:#111827;

}

.section-title p{

    color:#667085;

    font-size:18px;

    line-height:2;

}

.feature-grid{

    display:grid;

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

    gap:30px;

}

.feature-card{

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

    backdrop-filter:blur(20px);

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

    border-radius:22px;

    padding:35px;

    transition:.35s;

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

}

.feature-card:hover{

    transform:translateY(-12px);

    box-shadow:0 35px 70px rgba(15,23,42,.12);

}

.feature-card i{

    width:70px;

    height:70px;

    border-radius:20px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg,#28D9C4,#18B9A8);

    color:#fff;

    font-size:28px;

    margin-bottom:25px;

}

.feature-card h3{

    font-size:22px;

    margin-bottom:15px;

}

.feature-card p{

    color:#667085;

    line-height:1.9;

}
.crm-cta{

    padding:140px 0;

    background:#fff;

}

.cta-box{

    max-width:950px;

    margin:auto;

    text-align:center;

    padding:80px 60px;

    border-radius:32px;

    background:linear-gradient(135deg,#0F172A,#182746);

    color:#fff;

    position:relative;

    overflow:hidden;

}

.cta-box::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:#28D9C4;

    filter:blur(120px);

    opacity:.18;

    top:-120px;

    right:-80px;

}

.cta-box::after{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    background:#3B82F6;

    filter:blur(100px);

    opacity:.15;

    bottom:-120px;

    left:-80px;

}

.cta-box>*{

    position:relative;

    z-index:2;

}

.cta-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:999px;

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

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

    margin-bottom:25px;

}

.cta-box h2{

    font-size:48px;

    line-height:1.5;

    margin-bottom:25px;

}

.cta-box h2 span{

    color:#28D9C4;

}

.cta-box p{

    max-width:700px;

    margin:auto;

    color:#CBD5E1;

    line-height:2;

    font-size:18px;

}

.cta-buttons{

    margin-top:45px;

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.btn-demo{

    padding:16px 34px;

    border-radius:14px;

    background:linear-gradient(135deg,#28D9C4,#18B9A8);

    color:#fff;

    font-weight:700;

    transition:.3s;

}

.btn-demo:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 45px rgba(40,217,196,.35);

}

.btn-contact{

    padding:16px 34px;

    border-radius:14px;

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

    color:#fff;

    transition:.3s;

}

.btn-contact:hover{

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

}