.prr-lawyer-page{
    max-width:1480px;
    margin:0 auto;
    padding: 0px 20px 30px;
    color:#334155;
    font-size:15px;
    line-height:1.7;
}

/* HERO */

.prr-lawyer-hero{
    position:relative;
    overflow:hidden;
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    border-radius:28px;
    padding:60px;
    margin-bottom:28px;
}

.prr-lawyer-hero:before{
    content:"";
    position:absolute;
    right:-120px;
    top:-120px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(90,80,200,0.06);
}

.prr-lawyer-hero__grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.2fr 0.8fr;
    gap:40px;
    align-items:center;
}

.prr-lawyer-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#EEF2FF;
    color:#5A50C8;
    border-radius:999px;
    padding:8px 14px;
    font-size:13px;
    margin-bottom:20px;
    font-weight:500;
}

.prr-lawyer-badge i{
    width:16px;
    height:16px;
}

.prr-lawyer-title{
    font-size:48px;
    line-height:1.15;
    font-weight:700;
    color:#0F172A;
    margin:0 0 20px;
}

.prr-lawyer-subtitle{
    font-size:17px;
    color:#64748B;
    max-width:760px;
    margin-bottom:30px;
}

.prr-lawyer-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.prr-lawyer-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    border-radius:12px;
    padding:14px 18px;
    transition:0.2s;
    font-weight:500;
}

.prr-lawyer-btn--primary{
    background:#2F7D6B;
    color:#fff;
}

.prr-lawyer-btn--primary:hover{
    background:#276B5C;
}

.prr-lawyer-btn--secondary{
    background:#F4F3FB;
    color:#5A50C8;
    border:1px solid #D6D2F3;
}

.prr-lawyer-btn--secondary:hover{
    background:#ECEAFD;
}

.prr-lawyer-btn i{
    width:18px;
    height:18px;
}

/* RIGHT CARD */

.prr-lawyer-side{
    background:#F8FAFC;
    border:1px solid #E2E8F0;
    border-radius:24px;
    padding:28px;
}

.prr-lawyer-side__title{
    font-size:20px;
    font-weight:600;
    color:#0F172A;
    margin-bottom:22px;
}

.prr-lawyer-side-list{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.prr-lawyer-side-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.prr-lawyer-side-item i{
    width:18px;
    height:18px;
    color:#2F7D6B;
    margin-top:2px;
    flex-shrink:0;
}

/* SECTION */

.prr-lawyer-section{
    margin-top:60px;
}

.prr-lawyer-section__title{
    font-size:34px;
    line-height:1.2;
    color:#0F172A;
    margin:0 0 18px;
    font-weight:700;
}

.prr-lawyer-section__text{
    color:#475569;
    max-width:980px;
}

/* GRID */

.prr-lawyer-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:30px;
}

.prr-lawyer-card{
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    border-radius:22px;
    padding:28px;
    transition:0.25s;
}

.prr-lawyer-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 32px rgba(15,23,42,0.06);
}

.prr-lawyer-card__icon{
    width:52px;
    height:52px;
    border-radius:14px;
    background:#EEF2FF;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}

.prr-lawyer-card__icon i{
    width:24px;
    height:24px;
    color:#5A50C8;
}

.prr-lawyer-card__title{
    font-size:20px;
    font-weight:600;
    color:#0F172A;
    margin-bottom:12px;
}

.prr-lawyer-card__text{
    color:#64748B;
}

/* STEPS */

.prr-lawyer-steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-top:30px;
}

.prr-lawyer-step{
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    border-radius:22px;
    padding:24px;
}

.prr-lawyer-step__number{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#2F7D6B;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-bottom:18px;
}

.prr-lawyer-step__title{
    font-size:18px;
    font-weight:600;
    color:#0F172A;
    margin-bottom:10px;
}

/* LINKS */

.prr-lawyer-links{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:14px;
    margin-top:30px;
}

.prr-lawyer-link{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    text-decoration:none;
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    border-radius:16px;
    padding:16px;
    color:#334155;
    transition:0.2s;
    text-align:center;
}

.prr-lawyer-link:hover{
    border-color:#5A50C8;
    color:#5A50C8;
}

.prr-lawyer-link i{
    width:18px;
    height:18px;
}

/* CTA */

.prr-lawyer-cta{
    margin-top:60px;
    background:linear-gradient(135deg,#2F7D6B 0%, #5A50C8 100%);
    border-radius:28px;
    padding:50px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.prr-lawyer-cta:before{
    content:"";
    position:absolute;
    right:-80px;
    bottom:-80px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
}

.prr-lawyer-cta__inner{
    position:relative;
    z-index:2;
    max-width:760px;
}

.prr-lawyer-cta__title{
    font-size:38px;
    line-height:1.2;
    font-weight:700;
    margin-bottom:18px;
}

.prr-lawyer-cta__text{
    font-size:16px;
    opacity:0.92;
    margin-bottom:24px;
}

.prr-lawyer-cta .prr-lawyer-btn--primary{
    background:#fff;
    color:#0F172A;
}

.prr-lawyer-cta .prr-lawyer-btn--primary:hover{
    background:#F1F5F9;
}

/* MOBILE */

@media(max-width:1200px){

    .prr-lawyer-grid{
        grid-template-columns:1fr 1fr;
    }

    .prr-lawyer-steps{
        grid-template-columns:1fr 1fr;
    }

    .prr-lawyer-links{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:860px){
	
	.prr-lawyer-page {
		padding: 0px 0px 30px;
	}

    .prr-lawyer-hero{
        padding:32px 24px;
    }

    .prr-lawyer-hero__grid{
        grid-template-columns:1fr;
    }

    .prr-lawyer-title{
        font-size:34px;
    }

    .prr-lawyer-grid{
        grid-template-columns:1fr;
    }

    .prr-lawyer-steps{
        grid-template-columns:1fr;
    }

    .prr-lawyer-links{
        grid-template-columns:1fr;
    }

    .prr-lawyer-section__title{
        font-size:28px;
    }

    .prr-lawyer-cta{
        padding:34px 24px;
    }

    .prr-lawyer-cta__title{
        font-size:30px;
    }

}