.prr-page{
    background:#f6f5f1;
    padding:34px 20px 72px;
    color:#17181a;
}

.prr-wrap{
    width:min(1240px,100%);
    margin:0 auto;
}

.prr-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:9px;
    margin:0 0 24px;
    font-size:16px;
    color:#737981;
}

.prr-breadcrumb a{
    color:#50565e;
    text-decoration:none;
}

.prr-card{
    background:#fff;
    border:1px solid #dedfdb;
    border-radius:24px;
}

.prr-hero{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(300px,.7fr);
    gap:34px;
    padding:48px;
    background:#f7f0e2;
}

.prr-kicker{
    margin:0 0 16px;
    color:#ef1d24;
    font-size:15px;
    font-weight:800;
    line-height:1.3;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.prr-hero h1{
    max-width:820px;
    margin:0;
    font-size:clamp(44px,6vw,72px);
    font-weight:650;
    line-height:.98;
    letter-spacing:-.055em;
}

.prr-lead{
    max-width:820px;
    margin:25px 0 0;
    color:#565d66;
    font-size:20px;
    line-height:1.65;
}

.prr-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.prr-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:0 23px;
    border-radius:13px;
    font-size:16px;
    font-weight:750;
    text-decoration:none;
}

.prr-btn-red{
    background:#ef1d24;
    color:#fff;
}

.prr-btn-dark{
    background:#1c1d1f;
    color:#fff;
}

.prr-quick{
    align-self:stretch;
    padding:30px;
    border-radius:20px;
    background:#1c1d1f;
    color:#fff;
}

.prr-quick-label{
    margin-bottom:13px;
    color:#ff969a;
    font-size:14px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.prr-quick h2{
    margin:0 0 24px;
    font-size:30px;
    line-height:1.15;
    letter-spacing:-.025em;
}

.prr-facts{
    display:grid;
    gap:10px;
}

.prr-fact{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:16px;
    border:1px solid #414346;
    border-radius:13px;
    background:#282a2c;
}

.prr-fact span{
    color:#c9cbce;
    font-size:15px;
}

.prr-fact strong{
    text-align:right;
    font-size:16px;
}

.prr-section{
    margin-top:24px;
    padding:42px;
}

.prr-section-head{
    max-width:850px;
    margin-bottom:28px;
}

.prr-section-head h2{
    margin:0;
    font-size:clamp(32px,4vw,48px);
    line-height:1.06;
    letter-spacing:-.04em;
}

.prr-section-head p{
    margin:16px 0 0;
    color:#5c636c;
    font-size:18px;
    line-height:1.7;
}

.prr-topic-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:15px;
}

.prr-topic{
    min-height:210px;
    padding:25px;
    border:1px solid #dedfdb;
    border-radius:19px;
    background:#fff;
}

.prr-topic strong{
    display:block;
    margin-bottom:12px;
    font-size:23px;
    line-height:1.15;
    letter-spacing:-.025em;
}

.prr-topic p{
    margin:0;
    color:#626870;
    font-size:16px;
    line-height:1.65;
}

.prr-law{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.prr-law-card{
    padding:27px;
    border-radius:18px;
    background:#f7f0e2;
}

.prr-law-card.dark{
    background:#1c1d1f;
    color:#fff;
}

.prr-law-card h3{
    margin:0 0 12px;
    font-size:27px;
    letter-spacing:-.025em;
}

.prr-law-card p{
    margin:0;
    font-size:17px;
    line-height:1.68;
    color:#575e66;
}

.prr-law-card.dark p{
    color:#d0d2d4;
}

.prr-existing-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.prr-existing-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:21px 22px;
    border:1px solid #dedfdb;
    border-radius:15px;
    color:#17181a;
    text-decoration:none;
    font-size:17px;
    font-weight:750;
}

.prr-existing-link span:last-child{
    color:#ef1d24;
}

.prr-source{
    margin-top:24px;
    padding:24px 27px;
    border-radius:18px;
    background:#1c1d1f;
    color:#d4d6d8;
    font-size:16px;
    line-height:1.65;
}

.prr-source strong{
    color:#fff;
}

.prr-source a{
    color:#fff;
    font-weight:800;
}

@media(max-width:900px){
    .prr-hero{
        grid-template-columns:1fr;
        padding:34px;
    }

    .prr-topic-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:650px){
    .prr-page{
        padding:22px 14px 55px;
    }

    .prr-hero,
    .prr-section{
        padding:25px 21px;
    }

    .prr-hero h1{
        font-size:42px;
    }

    .prr-lead{
        font-size:17px;
    }

    .prr-topic-grid,
    .prr-law,
    .prr-existing-links{
        grid-template-columns:1fr;
    }

    .prr-topic{
        min-height:auto;
    }
}

.prr-table-wrap{
    width:100%;
    overflow-x:auto;
    margin-top:24px;
}

.prr-table{
    width:100%;
    min-width:760px;
    border-collapse:collapse;
    font-size:16px;
}

.prr-table th,
.prr-table td{
    padding:17px 18px;
    border-bottom:1px solid #dedfdb;
    text-align:left;
    vertical-align:top;
}

.prr-table th{
    background:#1c1d1f;
    color:#fff;
    font-size:15px;
}

.prr-table tbody tr:nth-child(even){
    background:#f7f6f2;
}

.prr-answer{
    margin-top:20px;
    padding:22px 24px;
    border-radius:17px;
    background:#f7f0e2;
}

.prr-answer strong{
    display:block;
    margin-bottom:7px;
    font-size:21px;
}

.prr-answer p{
    margin:0;
    color:#505760;
    font-size:17px;
    line-height:1.65;
}

.prr-list{
    margin:20px 0 0;
    padding-left:24px;
}

.prr-list li{
    margin:10px 0;
    color:#505760;
    font-size:18px;
    line-height:1.65;
}

