/* HERO */

.prr-inf-hero{
    position:relative;
    overflow:hidden;
    padding:60px 35px 50px;
    background:
        radial-gradient(circle at top left,
        rgba(90,80,200,.10),
        transparent 38%),
        linear-gradient(180deg,
        #FFFFFF 0%,
        #F8FAFC 100%);
	border-radius: 35px;
	margin-bottom: 50px;
}

.prr-inf-hero-blur{
    position:absolute;
    border-radius:999px;
    filter:blur(90px);
    pointer-events:none;
}

.prr-inf-hero-blur-1{
    width:320px;
    height:320px;
    background:rgba(90,80,200,.10);
    top:-120px;
    left:-80px;
}

.prr-inf-hero-blur-2{
    width:280px;
    height:280px;
    background:rgba(99,102,241,.08);
    right:-60px;
    bottom:-60px;
}

.prr-inf-hero-wrap{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1fr) 520px;
    gap:70px;
    align-items:center;
}

.prr-inf-hero-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 16px;
    border-radius:999px;
    background:#EEF2FF;
    color:#5A50C8;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:26px;
}

.prr-inf-hero-label svg{
    width:16px;
    height:16px;
}

.prr-inf-hero-content h1{
    margin:0;
    font-size:68px;
    line-height:1.02;
    font-weight:900;
    letter-spacing:-0.05em;
    color:#0F172A;
    max-width:860px;
}

.prr-inf-hero-content h1 span{
    display:block;
    margin-top:22px;
    color:#5A50C8;
}

.prr-inf-hero-text{
    max-width:760px;
    margin:34px 0 0;
    font-size:20px;
    line-height:1.9;
    color:#475569;
}

.prr-inf-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top:42px;
}

.prr-inf-hero-btn{
    height:64px;
    padding:0 28px;
    border-radius:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-decoration:none;
    border:none;
    cursor:pointer;
    transition:all .28s ease;
    font-size:16px;
    font-weight:800;
}

.prr-inf-hero-btn svg{
    width:20px;
    height:20px;
}

.prr-inf-hero-btn-primary{
    background:#5A50C8;
    color:#FFFFFF;
    box-shadow:0 20px 50px rgba(90,80,200,.28);
}

.prr-inf-hero-btn-primary:hover{
    transform:translateY(-3px);
    box-shadow:0 28px 70px rgba(90,80,200,.36);
}

.prr-inf-hero-btn-secondary{
    background:#FFFFFF;
    color:#0F172A;
    border:1px solid #E2E8F0;
}

.prr-inf-hero-btn-secondary:hover{
    transform:translateY(-3px);
    border-color:#D6DBF5;
    box-shadow:0 16px 45px rgba(15,23,42,.08);
}

.prr-inf-hero-triggers{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-top:42px;
    max-width:760px;
}

.prr-inf-hero-trigger{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:18px 20px;
    border-radius:22px;
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    box-shadow:0 10px 30px rgba(15,23,42,.04);
}

.prr-inf-hero-trigger svg{
    width:20px;
    height:20px;
    color:#5A50C8;
    flex-shrink:0;
    margin-top:2px;
}

.prr-inf-hero-trigger span{
    font-size:15px;
    line-height:1.7;
    font-weight:700;
    color:#334155;
}

.prr-inf-hero-visual{
    position:relative;
}

.prr-inf-hero-card{
    position:relative;
    padding:34px;
    border-radius:36px;
    background:#FFFFFF;
    border:1px solid rgba(226,232,240,.9);
    box-shadow:
        0 30px 90px rgba(15,23,42,.10),
        0 10px 30px rgba(90,80,200,.06);
}

.prr-inf-hero-marketplace{
    display:flex;
    gap:12px;
    margin-bottom:24px;
}

.prr-inf-hero-marketplace-item{
    padding:8px 14px;
    border-radius:999px;
    background:#F8FAFC;
    border:1px solid #E2E8F0;
    font-size:13px;
    font-weight:800;
    color:#475569;
    letter-spacing:.06em;
}

.prr-inf-hero-slides{
    position:relative;
    height:420px;
}

.prr-inf-hero-slide{
    position:absolute;
    border-radius:28px;
}

.prr-inf-hero-slide-main{
    inset:0;
    background:
        linear-gradient(180deg,
        #FFFFFF 0%,
        #F8FAFC 100%);
    border:1px solid #E2E8F0;
    overflow:hidden;
}

.prr-inf-hero-slide-copy{
    width:88%;
    height:88%;
    right:-18px;
    bottom:-18px;
    border:2px dashed rgba(239,68,68,.45);
    background:rgba(239,68,68,.04);
    z-index:0;
}

.prr-inf-hero-slide-top{
    display:flex;
    gap:8px;
    padding:18px;
    border-bottom:1px solid #EEF2FF;
}

.prr-inf-hero-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#CBD5E1;
}

.prr-inf-hero-slide-body{
    padding:28px;
}

.prr-inf-hero-badge{
    display:inline-flex;
    padding:8px 14px;
    border-radius:999px;
    background:#EEF2FF;
    color:#5A50C8;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    margin-bottom:18px;
}

.prr-inf-hero-slide-body h3{
    margin:0 0 22px;
    font-size:28px;
    line-height:1.2;
    font-weight:900;
    color:#0F172A;
}

.prr-inf-hero-bars{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-bottom:24px;
}

.prr-inf-hero-bars span{
    display:block;
    height:14px;
    border-radius:999px;
    background:linear-gradient(90deg,#5A50C8,#A5B4FC);
}

.prr-inf-hero-bars span:nth-child(1){
    width:100%;
}

.prr-inf-hero-bars span:nth-child(2){
    width:78%;
}

.prr-inf-hero-bars span:nth-child(3){
    width:62%;
}

.prr-inf-hero-mini-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.prr-inf-hero-mini-grid div{
    height:92px;
    border-radius:18px;
    background:
        linear-gradient(135deg,
        #EEF2FF 0%,
        #E0E7FF 100%);
}

.prr-inf-hero-copy-stamp{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) rotate(-14deg);
    display:flex;
    align-items:center;
    gap:10px;
    padding:16px 24px;
    border-radius:18px;
    border:2px solid #EF4444;
    background:rgba(255,255,255,.92);
    color:#DC2626;
    font-size:15px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
    backdrop-filter:blur(10px);
}

.prr-inf-hero-copy-stamp svg{
    width:18px;
    height:18px;
}

.prr-inf-hero-success{
    position:absolute;
    left:-30px;
    bottom:26px;
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px 20px;
    border-radius:22px;
    background:#FFFFFF;
    border:1px solid #DCFCE7;
    box-shadow:0 20px 55px rgba(15,23,42,.12);
}

.prr-inf-hero-success-icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ECFDF5;
    color:#16A34A;
}

.prr-inf-hero-success-icon svg{
    width:24px;
    height:24px;
}

.prr-inf-hero-success-content{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.prr-inf-hero-success-content strong{
    font-size:16px;
    font-weight:800;
    color:#0F172A;
}

.prr-inf-hero-success-content span{
    font-size:14px;
    line-height:1.6;
    color:#64748B;
}

@media(max-width:1180px){

    .prr-inf-hero-wrap{
        grid-template-columns:1fr;
        gap:54px;
    }

    .prr-inf-hero-visual{
        max-width:620px;
        width:100%;
        margin:0 auto;
    }

}

@media(max-width:768px){

    .prr-inf-hero{
        padding:60px 12px;
    }

    .prr-inf-hero-content h1{
        font-size:44px;
        line-height:1.04;
    }

    .prr-inf-hero-content h1 span{
        margin-top:16px;
    }

    .prr-inf-hero-text{
        margin-top:26px;
        font-size:17px;
        line-height:1.85;
    }

    .prr-inf-hero-actions{
        flex-direction:column;
        margin-top:34px;
    }

    .prr-inf-hero-btn{
        max-width:100%;
    }

    .prr-inf-hero-triggers{
        grid-template-columns:1fr;
        gap:14px;
        margin-top:34px;
    }

    .prr-inf-hero-card{
        padding:22px;
        border-radius:28px;
    }

    .prr-inf-hero-slides{
        height:320px;
    }

    .prr-inf-hero-slide-body{
        padding:20px;
    }

    .prr-inf-hero-slide-body h3{
        font-size:22px;
    }

    .prr-inf-hero-mini-grid div{
        height:70px;
        border-radius:14px;
    }

    .prr-inf-hero-copy-stamp{
        width:88%;
        justify-content:center;
        text-align:center;
        font-size:12px;
        padding:12px 16px;
    }

    .prr-inf-hero-success{
        position:relative;
        left:auto;
        bottom:auto;
        margin-top:22px;
    }

}

/* Что копируют */

.prr-inf-copy-types{
    padding:100px 35px;
    background:#FFFFFF;
}

.prr-inf-copy-types-head{
    max-width:860px;
    margin:0 auto 58px;
    text-align:center;
}

.prr-inf-copy-types-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 16px;
    border-radius:999px;
    background:#EEF2FF;
    color:#5A50C8;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:22px;
}

.prr-inf-copy-types-label svg{
    width:16px;
    height:16px;
}

.prr-inf-copy-types-head h2{
    margin:0 0 22px;
    font-size:52px;
    line-height:1.08;
    font-weight:900;
    letter-spacing:-0.04em;
    color:#0F172A;
}

.prr-inf-copy-types-head p{
    margin:0 auto;
    max-width:760px;
    font-size:19px;
    line-height:1.9;
    color:#64748B;
}

.prr-inf-copy-types-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.prr-inf-copy-types-item{
    position:relative;
    padding:28px;
    border-radius:28px;
    background:
        linear-gradient(180deg,
        #FFFFFF 0%,
        #FAFBFF 100%);
    border:1px solid #E2E8F0;
    overflow:hidden;
    transition:all .28s ease;
    box-shadow:0 10px 35px rgba(15,23,42,.04);
}

.prr-inf-copy-types-item:hover{
    transform:translateY(-4px);
    border-color:#D6DBF5;
    box-shadow:0 24px 60px rgba(90,80,200,.08);
}

.prr-inf-copy-types-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top right,
        rgba(90,80,200,.06),
        transparent 40%);
    pointer-events:none;
}

.prr-inf-copy-types-icon{
    width:62px;
    height:62px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EEF2FF;
    color:#5A50C8;
    margin-bottom:22px;
}

.prr-inf-copy-types-icon svg{
    width:28px;
    height:28px;
}

.prr-inf-copy-types-item h3{
    margin:0 0 14px;
    font-size:22px;
    line-height:1.3;
    font-weight:800;
    color:#0F172A;
}

.prr-inf-copy-types-item p{
    margin:0;
    font-size:15px;
    line-height:1.85;
    color:#64748B;
}

.prr-inf-copy-types-note{
    margin-top:34px;
    padding:24px 28px;
    border-radius:28px;
    background:
        linear-gradient(135deg,
        #F8FAFC 0%,
        #EEF2FF 100%);
    border:1px solid #E2E8F0;
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.prr-inf-copy-types-note-icon{
    width:56px;
    height:56px;
    min-width:56px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#FFFFFF;
    color:#5A50C8;
    box-shadow:0 10px 30px rgba(15,23,42,.05);
}

.prr-inf-copy-types-note-icon svg{
    width:24px;
    height:24px;
}

.prr-inf-copy-types-note-content strong{
    display:block;
    margin-bottom:10px;
    font-size:20px;
    line-height:1.4;
    font-weight:800;
    color:#0F172A;
}

.prr-inf-copy-types-note-content p{
    margin:0;
    max-width:820px;
    font-size:17px;
    line-height:1.9;
    color:#475569;
}

@media(max-width:1200px){

    .prr-inf-copy-types-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .prr-inf-copy-types{
        padding:60px 12px;
    }

    .prr-inf-copy-types-head{
        margin-bottom:42px;
    }

    .prr-inf-copy-types-head h2{
        font-size:38px;
    }

    .prr-inf-copy-types-head p{
        font-size:17px;
    }

    .prr-inf-copy-types-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .prr-inf-copy-types-item{
        padding:24px;
        border-radius:24px;
    }

    .prr-inf-copy-types-item h3{
        font-size:20px;
    }

    .prr-inf-copy-types-note{
        flex-direction:column;
        padding:22px;
        border-radius:24px;
    }

    .prr-inf-copy-types-note-content strong{
        font-size:18px;
    }

    .prr-inf-copy-types-note-content p{
        font-size:16px;
    }

}

/* Что делать */

.prr-inf-steps{
    padding:100px 35px;
    background:#F8FAFC;
}

.prr-inf-steps-head{
    max-width:960px;
    margin:0 auto 54px;
    text-align:center;
}

.prr-inf-steps-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 16px;
    border-radius:999px;
    background:#EEF2FF;
    color:#5A50C8;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:22px;
}

.prr-inf-steps-label svg{
    width:16px;
    height:16px;
}

.prr-inf-steps-head h2{
    margin:0;
    font-size:52px;
    line-height:1.08;
    font-weight:900;
    letter-spacing:-0.04em;
    color:#0F172A;
}

.prr-inf-steps-list{
    display:flex;
    flex-direction:column;
    gap:24px;
    max-width:1100px;
    margin:0 auto;
}

.prr-inf-steps-item{
    position:relative;
    display:grid;
    grid-template-columns:90px 1fr;
    gap:26px;
    padding:34px;
    border-radius:32px;
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    box-shadow:0 12px 40px rgba(15,23,42,.05);
    transition:all .28s ease;
}

.prr-inf-steps-item:hover{
    transform:translateY(-4px);
    border-color:#D6DBF5;
    box-shadow:0 24px 65px rgba(90,80,200,.08);
}

.prr-inf-steps-number{
    width:90px;
    height:90px;
    border-radius:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
        linear-gradient(135deg,
        #5A50C8 0%,
        #7C73F2 100%);
    color:#FFFFFF;
    font-size:34px;
    font-weight:900;
    letter-spacing:-0.04em;
    box-shadow:0 18px 45px rgba(90,80,200,.25);
}

.prr-inf-steps-content{
    display:flex;
    flex-direction:column;
}

.prr-inf-steps-icon{
    width:62px;
    height:62px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EEF2FF;
    color:#5A50C8;
    margin-bottom:22px;
}

.prr-inf-steps-icon svg{
    width:28px;
    height:28px;
}

.prr-inf-steps-content h3{
    margin:0 0 18px;
    max-width:760px;
    font-size:30px;
    line-height:1.3;
    font-weight:850;
    letter-spacing:-0.03em;
    color:#0F172A;
}

.prr-inf-steps-content p{
    margin:0;
    max-width:820px;
    font-size:17px;
    line-height:1.95;
    color:#64748B;
}

.prr-inf-steps-bottom{
    margin-top:42px;
    display:flex;
    justify-content:center;
}

.prr-inf-steps-btn{
    height:64px;
    padding:0 30px;
    border-radius:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-decoration:none;
    background:#5A50C8;
    color:#FFFFFF;
    font-size:16px;
    font-weight:800;
    transition:all .28s ease;
    box-shadow:0 20px 55px rgba(90,80,200,.24);
}

.prr-inf-steps-btn svg{
    width:20px;
    height:20px;
}

.prr-inf-steps-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 28px 70px rgba(90,80,200,.32);
}

@media(max-width:768px){

    .prr-inf-steps{
        padding:60px 12px;
    }

    .prr-inf-steps-head{
        margin-bottom:42px;
    }

    .prr-inf-steps-head h2{
        font-size:38px;
    }

    .prr-inf-steps-item{
        grid-template-columns:1fr;
        gap:22px;
        padding:24px;
        border-radius:26px;
    }

    .prr-inf-steps-number{
        width:74px;
        height:74px;
        border-radius:22px;
        font-size:28px;
    }

    .prr-inf-steps-icon{
        width:56px;
        height:56px;
        border-radius:18px;
        margin-bottom:18px;
    }

    .prr-inf-steps-content h3{
        font-size:24px;
    }

    .prr-inf-steps-content p{
        font-size:16px;
        line-height:1.85;
    }

    .prr-inf-steps-btn{
        width:100%;
    }

}

/* Как мы работаем */

.prr-inf-process{
    position:relative;
    overflow:hidden;
    padding:100px 35px;
    background:
        radial-gradient(circle at top right,
        rgba(124,115,242,.16) 0%,
        transparent 34%),
        radial-gradient(circle at bottom left,
        rgba(90,80,200,.18) 0%,
        transparent 32%),
        #0F172A;
	border-radius:35px;
	margin-bottom: 30px;
}

.prr-inf-process-bg{
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size:42px 42px;
    opacity:.22;
    pointer-events:none;
}

.prr-inf-process .container{
    position:relative;
    z-index:2;
}

.prr-inf-process-head{
    max-width:860px;
    margin:0 auto 62px;
    text-align:center;
}

.prr-inf-process-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(124,115,242,.14);
    border:1px solid rgba(124,115,242,.24);
    color:#C7C2FF;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:22px;
    backdrop-filter:blur(12px);
}

.prr-inf-process-label svg{
    width:16px;
    height:16px;
}

.prr-inf-process-head h2{
    margin:0 0 20px;
    font-size:56px;
    line-height:1.05;
    font-weight:900;
    letter-spacing:-0.05em;
    color:#FFFFFF;
}

.prr-inf-process-head p{
    margin:0;
    font-size:19px;
    line-height:1.9;
    color:rgba(255,255,255,.72);
}

.prr-inf-process-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.prr-inf-process-item{
    position:relative;
    padding:34px;
    border-radius:30px;
    background:
        linear-gradient(180deg,
        rgba(255,255,255,.08) 0%,
        rgba(255,255,255,.04) 100%);
    border:1px solid rgba(255,255,255,.1);
    backdrop-filter:blur(14px);
    transition:all .3s ease;
}

.prr-inf-process-item:hover{
    transform:translateY(-5px);
    border-color:rgba(124,115,242,.34);
    box-shadow:0 30px 80px rgba(0,0,0,.28);
}

.prr-inf-process-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:28px;
}

.prr-inf-process-number{
    font-size:35px;
    font-weight:900;
    letter-spacing:.12em;
    color:#A69FFF;
}

.prr-inf-process-icon{
    width:60px;
    height:60px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
        linear-gradient(135deg,
        #5A50C8 0%,
        #7C73F2 100%);
    color:#FFFFFF;
    box-shadow:0 18px 40px rgba(90,80,200,.35);
}

.prr-inf-process-icon svg{
    width:28px;
    height:28px;
}

.prr-inf-process-item h3{
    margin:0 0 18px;
    font-size:26px;
    line-height:1.35;
    font-weight:850;
    letter-spacing:-0.03em;
    color:#FFFFFF;
}

.prr-inf-process-item p{
    margin:0;
    font-size:16px;
    line-height:1.9;
    color:rgba(255,255,255,.7);
}

.prr-inf-process-note{
    margin-top:36px;
    padding:22px 26px;
    border-radius:24px;
    display:flex;
    align-items:center;
    gap:18px;
    background:
        linear-gradient(180deg,
        rgba(255,255,255,.08) 0%,
        rgba(255,255,255,.04) 100%);
    border:1px solid rgba(255,255,255,.1);
    backdrop-filter:blur(12px);
}

.prr-inf-process-note-icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(124,115,242,.18);
    color:#C7C2FF;
}

.prr-inf-process-note-icon svg{
    width:24px;
    height:24px;
}

.prr-inf-process-note p{
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:rgba(255,255,255,.78);
    font-weight:600;
}

@media(max-width:1100px){

    .prr-inf-process-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .prr-inf-process{
        padding:70px 12px;
    }

    .prr-inf-process-head{
        margin-bottom:44px;
    }

    .prr-inf-process-head h2{
        font-size:40px;
    }

    .prr-inf-process-head p{
        font-size:17px;
    }

    .prr-inf-process-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .prr-inf-process-item{
        padding:26px;
        border-radius:24px;
    }

    .prr-inf-process-item h3{
        font-size:23px;
    }

    .prr-inf-process-note{
        align-items:flex-start;
        padding:18px;
    }

    .prr-inf-process-note p{
        font-size:15px;
    }

}

/* Кейсы */

.prr-inf-cases{
    padding:100px 35px;
    background:#FFFFFF;
}

.prr-inf-cases-head{
    max-width:820px;
    margin:0 auto 56px;
    text-align:center;
}

.prr-inf-cases-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 16px;
    border-radius:999px;
    background:#EEF2FF;
    color:#5A50C8;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:22px;
}

.prr-inf-cases-label svg{
    width:16px;
    height:16px;
}

.prr-inf-cases-head h2{
    margin:0 0 18px;
    font-size:50px;
    line-height:1.08;
    font-weight:850;
    letter-spacing:-0.04em;
    color:#0F172A;
}

.prr-inf-cases-head p{
    margin:0;
    font-size:18px;
    line-height:1.85;
    color:#64748B;
}

.prr-inf-cases-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.prr-inf-cases-item{
    position:relative;
    padding:34px;
    border-radius:30px;
    background:
        linear-gradient(180deg,
        #FFFFFF 0%,
        #FAFBFF 100%);
    border:1px solid #E2E8F0;
    box-shadow:0 14px 40px rgba(15,23,42,.05);
    transition:all .28s ease;
}

.prr-inf-cases-item:hover{
    transform:translateY(-5px);
    border-color:#D8DCF7;
    box-shadow:0 28px 70px rgba(90,80,200,.1);
}

.prr-inf-cases-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:28px;
}

.prr-inf-cases-icon{
    width:64px;
    height:64px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EEF2FF;
    color:#5A50C8;
}

.prr-inf-cases-icon svg{
    width:30px;
    height:30px;
}

.prr-inf-cases-result{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 14px;
    border-radius:999px;
    background:#F1F5F9;
    color:#334155;
    font-size:13px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    white-space:nowrap;
}

.prr-inf-cases-item h3{
    margin:0 0 18px;
    font-size:28px;
    line-height:1.28;
    font-weight:850;
    letter-spacing:-0.03em;
    color:#0F172A;
}

.prr-inf-cases-item p{
    margin:0;
    font-size:16px;
    line-height:1.9;
    color:#64748B;
}

.prr-inf-cases-bottom{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.prr-inf-cases-bottom span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:11px 14px;
    border-radius:999px;
    background:#F8FAFC;
    border:1px solid #E2E8F0;
    color:#334155;
    font-size:13px;
    font-weight:700;
}

.prr-inf-cases-bottom span svg{
    width:16px;
    height:16px;
    color:#5A50C8;
}

@media(max-width:1100px){

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

}

@media(max-width:768px){

    .prr-inf-cases{
        padding:60px 12px;
    }

    .prr-inf-cases-head{
        margin-bottom:42px;
    }

    .prr-inf-cases-head h2{
        font-size:38px;
    }

    .prr-inf-cases-head p{
        font-size:17px;
    }

    .prr-inf-cases-item{
        padding:26px;
        border-radius:24px;
    }

    .prr-inf-cases-top{
        align-items:flex-start;
        flex-direction:column;
    }

    .prr-inf-cases-item h3{
        font-size:24px;
    }

}

/* Почему авторы ничего не делают */

.prr-info-awareness{
    padding:100px 35px;
    background:#FFFFFF;
}

.prr-info-awareness-grid{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
    gap:42px;
    align-items:stretch;
}

.prr-info-awareness-content{
    padding-right:10px;
}

.prr-info-awareness-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 16px;
    border-radius:999px;
    background:#EEF2FF;
    color:#5A50C8;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:24px;
}

.prr-info-awareness-label svg{
    width:16px;
    height:16px;
}

.prr-info-awareness-content h2{
    margin:0 0 28px;
    font-size:48px;
    line-height:1.08;
    letter-spacing:-0.03em;
    font-weight:800;
    color:#0F172A;
    max-width:760px;
}

.prr-info-awareness-content p{
    margin:0 0 22px;
    font-size:18px;
    line-height:1.9;
    color:#475569;
    max-width:760px;
}

.prr-info-awareness-content p:last-child{
    margin-bottom:0;
}

.prr-info-awareness-card{
    position:relative;
    overflow:hidden;
    border-radius:34px;
    padding:36px;
    background:
        linear-gradient(180deg,
        #FAFBFF 0%,
        #F3F6FF 100%);
    border:1px solid #DCE4F4;
    box-shadow:
        0 20px 60px rgba(15,23,42,.06);
}

.prr-info-awareness-card::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(90,80,200,.08);
}

.prr-info-awareness-card-top{
    position:relative;
    display:flex;
    gap:20px;
    align-items:flex-start;
    margin-bottom:32px;
    z-index:1;
}

.prr-info-awareness-icon{
    width:68px;
    height:68px;
    min-width:68px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#5A50C8;
    color:#FFFFFF;
    box-shadow:0 18px 45px rgba(90,80,200,.28);
}

.prr-info-awareness-icon svg{
    width:30px;
    height:30px;
}

.prr-info-awareness-card-top strong{
    display:block;
    margin:0 0 14px;
    font-size:26px;
    line-height:1.3;
    font-weight:800;
    color:#0F172A;
}

.prr-info-awareness-card-top p{
    margin:0;
    font-size:16px;
    line-height:1.85;
    color:#526074;
}

.prr-info-awareness-list{
    position:relative;
    z-index:1;
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:16px;
}

.prr-info-awareness-list li{
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px 20px;
    border-radius:20px;
    background:#FFFFFF;
    border:1px solid #E2E8F0;
}

.prr-info-awareness-list-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EEF2FF;
    color:#5A50C8;
}

.prr-info-awareness-list-icon svg{
    width:22px;
    height:22px;
}

.prr-info-awareness-list li span:last-child{
    font-size:17px;
    line-height:1.5;
    font-weight:700;
    color:#0F172A;
}

.prr-info-awareness-note{
    position:relative;
    z-index:1;
    margin-top:26px;
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:18px 20px;
    border-radius:20px;
    background:rgba(90,80,200,.08);
    border:1px solid rgba(90,80,200,.14);
}

.prr-info-awareness-note svg{
    width:20px;
    height:20px;
    color:#5A50C8;
    flex-shrink:0;
    margin-top:2px;
}

.prr-info-awareness-note span{
    font-size:15px;
    line-height:1.75;
    color:#334155;
    font-weight:600;
}

@media(max-width:1100px){

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

}

@media(max-width:768px){

    .prr-info-awareness{
        padding:60px 12px;
    }

    .prr-info-awareness-content h2{
        font-size:36px;
    }

    .prr-info-awareness-content p{
        font-size:17px;
    }

    .prr-info-awareness-card{
        padding:26px;
        border-radius:28px;
    }

    .prr-info-awareness-card-top{
        flex-direction:column;
        gap:18px;
    }

    .prr-info-awareness-card-top strong{
        font-size:22px;
    }

    .prr-info-awareness-list li{
        padding:16px;
    }

    .prr-info-awareness-list li span:last-child{
        font-size:16px;
    }

}

/* FAQ */

.prr-info-faq{
    padding:100px 35px;
    background:#FFFFFF;
}

.prr-info-faq-head{
    max-width:780px;
    margin:0 auto 54px;
    text-align:center;
}

.prr-info-faq-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 16px;
    border-radius:999px;
    background:#EEF2FF;
    color:#5A50C8;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:22px;
}

.prr-info-faq-label svg{
    width:16px;
    height:16px;
}

.prr-info-faq-head h2{
    margin:0 0 18px;
    font-size:48px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-0.03em;
    color:#0F172A;
}

.prr-info-faq-head p{
    margin:0;
    font-size:18px;
    line-height:1.8;
    color:#64748B;
}

.prr-info-faq-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.prr-info-faq-item{
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    border-radius:28px;
    overflow:hidden;
    transition:all .28s ease;
    box-shadow:0 10px 35px rgba(15,23,42,.04);
}

.prr-info-faq-item:hover{
    border-color:#D6DBF5;
    transform:translateY(-2px);
    box-shadow:0 20px 55px rgba(90,80,200,.08);
}

.prr-info-faq-question{
    width:100%;
    border:none;
    background:none;
    padding:28px 32px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    text-align:left;
}

.prr-info-faq-question-left{
    display:flex;
    align-items:center;
    gap:18px;
    padding-right:24px;
    min-width:0;
    flex:1;
}

.prr-info-faq-question-left span:last-child{
    font-size:20px;
    line-height:1.45;
    font-weight:700;
    color:#0F172A;
}

.prr-info-faq-icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#F6F8FB;
    color:#5A50C8;
}

.prr-info-faq-icon svg{
    width:24px;
    height:24px;
}

.prr-info-faq-toggle{
    width:44px;
    height:44px;
    min-width:44px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EEF2FF;
    color:#5A50C8;
    flex-shrink:0;
    transition:all .25s ease;
}

.prr-info-faq-toggle svg{
    width:18px;
    height:18px;
}

.prr-info-faq-item.active .prr-info-faq-toggle{
    background:#5A50C8;
    color:#FFFFFF;
    transform:rotate(45deg);
}

.prr-info-faq-answer{
    max-height:0;
    overflow:hidden;
    padding:0 32px 0 104px;
    transition:
        max-height .35s ease,
        padding .35s ease;
}

.prr-info-faq-item.active .prr-info-faq-answer{
    max-height:500px;
    padding:0 32px 30px 104px;
}

.prr-info-faq-answer p{
    margin:0;
    font-size:17px;
    line-height:1.9;
    color:#475569;
}

@media(max-width:768px){

    .prr-info-faq{
        padding:60px 12px;
    }

    .prr-info-faq-head{
        margin-bottom:42px;
    }

    .prr-info-faq-head h2{
        font-size:36px;
    }

    .prr-info-faq-head p{
        font-size:17px;
    }

    .prr-info-faq-question{
        padding:22px;
        align-items:flex-start;
    }

    .prr-info-faq-question-left{
        gap:14px;
        align-items:flex-start;
    }

    .prr-info-faq-question-left span:last-child{
        font-size:17px;
    }

    .prr-info-faq-icon{
        width:46px;
        height:46px;
        min-width:46px;
    }

    .prr-info-faq-toggle{
        width:40px;
        height:40px;
        min-width:40px;
    }

    .prr-info-faq-answer{
        padding:0 22px 0 22px;
    }

    .prr-info-faq-item.active .prr-info-faq-answer{
        max-height:700px;
        padding:0 22px 24px 22px;
    }

}

/* SEO текст */

.prr-info-seo{
    padding:50px 0;
    background:#FFFFFF;
}

.prr-info-seo-box{
    max-width:1200px;
    margin:0 auto;
    padding:54px;
    border-radius:34px;
    background:
        linear-gradient(180deg,
        #FFFFFF 0%,
        #FAFBFF 100%);
    border:1px solid #E2E8F0;
    box-shadow:
        0 18px 60px rgba(15,23,42,.05);
}

.prr-info-seo-head{
    margin-bottom:34px;
}

.prr-info-seo-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 16px;
    border-radius:999px;
    background:#EEF2FF;
    color:#5A50C8;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:22px;
}

.prr-info-seo-label svg{
    width:16px;
    height:16px;
}

.prr-info-seo-head h2{
    margin:0;
    font-size:44px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-0.03em;
    color:#0F172A;
}

.prr-info-seo-content{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.prr-info-seo-content p{
    margin:0;
    font-size:17px;
    line-height:1.95;
    color:#475569;
}

@media(max-width:768px){

    .prr-info-seo{
        padding:60px 12px;
    }

    .prr-info-seo-box{
        padding:28px 22px;
        border-radius:26px;
    }

    .prr-info-seo-head{
        margin-bottom:28px;
    }

    .prr-info-seo-head h2{
        font-size:34px;
    }

    .prr-info-seo-content{
        gap:20px;
    }

    .prr-info-seo-content p{
        font-size:16px;
        line-height:1.9;
    }

}

/* Финальный CTA */

.prr-info-final{
    padding:0 35px 100px;
    background:#FFFFFF;
}

.prr-info-final-box{
    position:relative;
    overflow:hidden;
    border-radius:40px;
    background:
        radial-gradient(circle at top right,
        rgba(124,92,255,.18),
        transparent 38%),
        linear-gradient(135deg,
        #0F172A 0%,
        #111827 55%,
        #1E1B4B 100%);
    box-shadow:
        0 30px 90px rgba(15,23,42,.18);
}

.prr-info-final-bg{
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size:34px 34px;
    mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), transparent);
    pointer-events:none;
}

.prr-info-final-content{
    position:relative;
    z-index:2;
    max-width:860px;
    padding:84px 72px;
}

.prr-info-final-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.08);
    color:#C7D2FE;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:26px;
    backdrop-filter:blur(10px);
}

.prr-info-final-label svg{
    width:16px;
    height:16px;
}

.prr-info-final-content h2{
    margin:0 0 24px;
    font-size:58px;
    line-height:1.04;
    letter-spacing:-0.04em;
    font-weight:800;
    color:#FFFFFF;
    max-width:760px;
}

.prr-info-final-content p{
    margin:0;
    max-width:700px;
    font-size:20px;
    line-height:1.9;
    color:rgba(255,255,255,.72);
}

.prr-info-final-actions{
    margin-top:38px;
}

.prr-info-final-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    min-height:66px;
    padding:0 34px;
    border-radius:20px;
    background:#FFFFFF;
    color:#0F172A;
    font-size:17px;
    font-weight:800;
    text-decoration:none;
    transition:all .28s ease;
    box-shadow:
        0 18px 40px rgba(0,0,0,.18);
}

.prr-info-final-btn:hover{
    transform:translateY(-3px);
    box-shadow:
        0 26px 50px rgba(0,0,0,.24);
}

.prr-info-final-btn svg{
    width:20px;
    height:20px;
}

.prr-info-final-triggers{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top:34px;
}

.prr-info-final-trigger{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    color:#E2E8F0;
    font-size:15px;
    font-weight:600;
    backdrop-filter:blur(10px);
}

.prr-info-final-trigger svg{
    width:18px;
    height:18px;
    color:#A5B4FC;
}

@media(max-width:768px){

    .prr-info-final{
        padding:0 12px 60px;
    }

    .prr-info-final-box{
        border-radius:30px;
    }

    .prr-info-final-content{
        padding:54px 26px;
    }

    .prr-info-final-content h2{
        font-size:38px;
    }

    .prr-info-final-content p{
        font-size:17px;
        line-height:1.8;
    }

    .prr-info-final-btn{
        max-width:100%;
        min-height:62px;
        border-radius:18px;
    }

    .prr-info-final-triggers{
        flex-direction:column;
        align-items:stretch;
    }

    .prr-info-final-trigger{
        max-width:100%;
        justify-content:flex-start;
    }

}

/* Перелинковка */

.prr-info-links{
    padding:0 35px 100px;
    background:#FFFFFF;
}

.prr-info-links-box{
    padding:48px;
    border-radius:34px;
    background:
        linear-gradient(180deg,
        #FFFFFF 0%,
        #F8FAFF 100%);
    border:1px solid #E2E8F0;
    box-shadow:
        0 18px 60px rgba(15,23,42,.05);
}

.prr-info-links-head{
    max-width:760px;
    margin-bottom:42px;
}

.prr-info-links-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 16px;
    border-radius:999px;
    background:#EEF2FF;
    color:#5A50C8;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:20px;
}

.prr-info-links-label svg{
    width:16px;
    height:16px;
}

.prr-info-links-head h2{
    margin:0 0 18px;
    font-size:42px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-0.03em;
    color:#0F172A;
}

.prr-info-links-head p{
    margin:0;
    font-size:17px;
    line-height:1.85;
    color:#64748B;
}

.prr-info-links-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.prr-info-links-item{
    display:flex;
    align-items:center;
    gap:18px;
    padding:24px;
    border-radius:24px;
    background:#FFFFFF;
    border:1px solid #E2E8F0;
    text-decoration:none;
    transition:all .28s ease;
}

.prr-info-links-item:hover{
    transform:translateY(-4px);
    border-color:#D6DBF5;
    box-shadow:
        0 20px 55px rgba(90,80,200,.08);
}

.prr-info-links-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EEF2FF;
    color:#5A50C8;
}

.prr-info-links-icon svg{
    width:26px;
    height:26px;
}

.prr-info-links-content{
    min-width:0;
    flex:1;
    display:flex;
    flex-direction:column;
    gap:6px;
}

.prr-info-links-content strong{
    font-size:20px;
    line-height:1.35;
    font-weight:800;
    color:#0F172A;
}

.prr-info-links-content span{
    font-size:15px;
    line-height:1.7;
    color:#64748B;
}

.prr-info-links-arrow{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#F8FAFC;
    color:#5A50C8;
    transition:all .25s ease;
}

.prr-info-links-arrow svg{
    width:18px;
    height:18px;
}

.prr-info-links-item:hover .prr-info-links-arrow{
    background:#5A50C8;
    color:#FFFFFF;
}

@media(max-width:980px){

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

}

@media(max-width:768px){

    .prr-info-links{
        padding:0 12px 60px;
    }

    .prr-info-links-box{
        padding:28px 22px;
        border-radius:26px;
    }

    .prr-info-links-head{
        margin-bottom:30px;
    }

    .prr-info-links-head h2{
        font-size:34px;
    }

    .prr-info-links-head p{
        font-size:16px;
    }

    .prr-info-links-grid{
        gap:14px;
    }

    .prr-info-links-item{
        padding:18px;
        gap:14px;
        border-radius:20px;
    }

    .prr-info-links-icon{
        width:50px;
        height:50px;
        min-width:50px;
        border-radius:16px;
    }

    .prr-info-links-icon svg{
        width:22px;
        height:22px;
    }

    .prr-info-links-content strong{
        font-size:17px;
    }

    .prr-info-links-content span{
        font-size:14px;
    }

    .prr-info-links-arrow{
        display:none;
    }

}