.entity-container{
    width:min(1200px,92%);
    margin:auto;
}

.entity-hero-section{
    padding:120px 0 90px;
    background:#f7f8fc;
}

.entity-hero-section.dark{
    background:linear-gradient(135deg,#071b3b 0%,#0d5ef4 100%);
}

.entity-hero-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:60px;
    align-items:center;
}

.entity-badge{
    display:inline-flex;
    align-items:center;
    padding:10px 18px;
    border-radius:999px;
    background:#ffffff;
    color:#ff5a1f;
    font-size:14px;
    font-weight:700;
    margin-bottom:24px;
}

.entity-hero-content h1{
    font-size:64px;
    line-height:1.05;
    margin-bottom:24px;
    font-weight:800;
    color:#111827;
}

.entity-hero-section.dark .entity-hero-content h1{
    color:#ffffff;
}

.entity-hero-content p{
    font-size:20px;
    line-height:1.8;
    color:#5b6475;
    margin-bottom:36px;
}

.entity-hero-section.dark .entity-hero-content p{
    color:#d9e2ff;
}

.entity-hero-actions{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.entity-primary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:58px;
    padding:0 34px;
    border-radius:16px;
    background:#ff5a1f;
    color:#ffffff;
    font-weight:700;
    text-decoration:none;
    transition:.3s ease;
}

.entity-primary-btn:hover{
    transform:translateY(-2px);
    background:#e24d17;
}

.entity-primary-btn.full{
    width:100%;
}

.entity-secondary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:58px;
    padding:0 34px;
    border-radius:16px;
    border:1px solid #d7dce5;
    background:#ffffff;
    color:#111827;
    font-weight:700;
    text-decoration:none;
}

.entity-secondary-btn.light{
    background:transparent;
    border:1px solid rgba(255,255,255,.35);
    color:#ffffff;
}

.entity-hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}

.entity-hero-features div{
    padding:12px 18px;
    border-radius:12px;
    background:#ffffff;
    font-size:14px;
    font-weight:600;
    color:#111827;
}

.entity-hero-card{
    background:#ffffff;
    border-radius:28px;
    padding:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.entity-hero-card-inner{
    border:1px solid #edf0f5;
    border-radius:22px;
    padding:38px;
}

.entity-card-badge{
    display:inline-block;
    padding:8px 14px;
    border-radius:999px;
    background:#fff2ec;
    color:#ff5a1f;
    font-size:13px;
    font-weight:700;
    margin-bottom:20px;
}

.entity-hero-card h3{
    font-size:34px;
    margin-bottom:24px;
}

.entity-hero-card ul{
    padding:0;
    margin:0 0 30px;
    list-style:none;
}

.entity-hero-card ul li{
    padding:14px 0;
    border-bottom:1px solid #edf0f5;
    color:#4b5563;
}

.entity-benefits-section{
    padding:110px 0;
    background:#ffffff;
}

.entity-section-header{
    text-align:center;
    max-width:800px;
    margin:auto auto 70px;
}

.entity-section-header span{
    display:inline-block;
    margin-bottom:16px;
    color:#ff5a1f;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.entity-section-header h2{
    font-size:52px;
    line-height:1.1;
    margin-bottom:22px;
}

.entity-section-header p{
    font-size:19px;
    line-height:1.8;
    color:#5b6475;
}

.entity-benefits-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.entity-benefit-card{
    background:#f9fafc;
    border:1px solid #eef1f6;
    border-radius:26px;
    padding:42px 34px;
    transition:.3s ease;
}

.entity-benefit-card:hover{
    transform:translateY(-5px);
}

.entity-icon{
    font-size:44px;
    margin-bottom:24px;
}

.entity-benefit-card h3{
    font-size:28px;
    margin-bottom:18px;
}

.entity-benefit-card p{
    color:#5b6475;
    line-height:1.8;
    font-size:17px;
}

.entity-process-section{
    padding:110px 0;
    background:#f7f8fc;
}

.entity-process-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:60px;
}

.entity-process-content span{
    color:#ff5a1f;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.entity-process-content h2{
    font-size:52px;
    line-height:1.1;
    margin:18px 0 40px;
}

.entity-process-list{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.entity-process-item{
    display:flex;
    gap:24px;
    align-items:flex-start;
}

.entity-process-number{
    min-width:58px;
    height:58px;
    border-radius:50%;
    background:#ff5a1f;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    font-size:20px;
}

.entity-process-item h3{
    margin-bottom:10px;
    font-size:24px;
}

.entity-process-item p{
    color:#5b6475;
    line-height:1.8;
}

.entity-process-card{
    background:#ffffff;
    border-radius:28px;
    padding:40px;
    box-shadow:0 20px 60px rgba(0,0,0,.06);
}

.entity-process-card h3{
    font-size:32px;
    margin-bottom:30px;
}

.entity-process-card ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.entity-process-card ul li{
    padding:16px 0;
    border-bottom:1px solid #edf0f5;
    color:#4b5563;
}

.entity-cta-section{
    padding:110px 0;
    background:#ffffff;
}

.entity-cta-section.dark{
    background:#081933;
}

.entity-cta-box{
    border-radius:32px;
    background:linear-gradient(135deg,#ff5a1f 0%,#ff7d4d 100%);
    padding:80px;
    text-align:center;
}

.entity-cta-box h2{
    font-size:54px;
    line-height:1.1;
    color:#ffffff;
    margin-bottom:24px;
}

.entity-cta-box p{
    color:#fff4ef;
    font-size:20px;
    line-height:1.8;
    max-width:760px;
    margin:auto auto 34px;
}

@media(max-width:991px){

    .entity-hero-grid,
    .entity-process-grid,
    .entity-benefits-grid{
        grid-template-columns:1fr;
    }

    .entity-hero-content h1,
    .entity-section-header h2,
    .entity-process-content h2,
    .entity-cta-box h2{
        font-size:42px;
    }

    .entity-cta-box{
        padding:50px 28px;
    }
}

@media(max-width:768px){

    .entity-hero-section{
        padding:90px 0 70px;
    }

    .entity-hero-content h1,
    .entity-section-header h2,
    .entity-process-content h2,
    .entity-cta-box h2{
        font-size:34px;
    }

    .entity-hero-content p,
    .entity-section-header p,
    .entity-cta-box p{
        font-size:17px;
    }

    .entity-benefit-card,
    .entity-process-card,
    .entity-hero-card-inner{
        padding:28px;
    }

    .entity-hero-actions{
        flex-direction:column;
    }

    .entity-primary-btn,
    .entity-secondary-btn{
        width:100%;
    }
}
