@font-face {
    font-family: 'PoppinsB';
    font-display: swap;
    font-weight: 800;
    src: url('../prTun-fonts/prTun-poppinsB.woff2') format("woff2");
}

@font-face {
    font-family: 'PoppinsR';
    font-display: swap;
    font-weight: 400;
    src: url('../prTun-fonts/prTun-poppinsR.woff2') format("woff2");
}


* {
    box-sizing: border-box;
}

h1,
h2,
h3,
p {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #FFFFFF66;
    /* Изменено на точный цвет из ТЗ */
    color: #545353;
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: 'PoppinsR', sans-serif;
    font-weight: 400;
}

.prTun-container {
    max-width: 1240px;
    margin: 0 auto;
}

section {
    padding: 40px 16px;
}

.hero-sec {
    background-image: url('../prTun-img/prTun-hero.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 147px 16px 227px 16px;
}

.content-hero-sec {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-descr-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-h {
    font-family: PoppinsB;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    text-align: center;
    color: #545353;
}

.hero-descr-block p {
    font-family: PoppinsR;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    color: #545353;
}

.hero-list {
    display: flex;
    align-items: stretch;
    gap: 20px;

}

.items-hero-list {
    background: #FFFFFF;
    border: 1px solid #0A5AEF;
    padding: 24px 16px 16px 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.items-hero-list h2 {
    font-family: PoppinsB;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    color: #545353;
    text-align: center;
}

.link-hero {
    background: radial-gradient(circle at center, #3baefd 0%, #0a5aef 85%);
    padding: 12px 14px;
    border-radius: 40px;
    font-family: PoppinsB;
    font-weight: 800;
    font-style: Bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #F3F3F3;
}

.prTun-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.items-hero-list img {
    max-width: 100%;
}

@media (max-width: 1285px) {
    .hero-list {
        display: flex;
        align-items: stretch;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

}
 
.prTun-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    padding: 24px 16px;
    position: sticky;
    top: 0;
    z-index: 100;
}
 
.hero-sec {
    padding: 60px 16px 100px 16px; 
}

.hero-descr-block2 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-descr-block2 p {
    font-family: PoppinsR;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    text-align: center;
    color: #545353;
    max-width: 800px;
    margin: 0 auto;
}
 
.hero-descr-block2 h1 {
    font-family: PoppinsB;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 64px;
    text-align: center;
    color: #545353;
}
 
.pr-compare-sec {
    padding: 70px 24px 70px 24px;
    background-color: #F3F3F3;
}

.pr-section-title {
    font-family: PoppinsB;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
}


.items-hero-list:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.pr-card-badge {
    font-size: 11px;
    font-family: 'PoppinsB', sans-serif;
    text-transform: uppercase;
    color: #4b23c4;
    text-align: center;
    padding: 12px 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.pr-card-head {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.pr-card-head h3 {
    font-family: 'PoppinsB', sans-serif;
    font-size: 24px;
    margin: 0;
}

.pr-card-body {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 145px); 
}

.pr-card-title-sub {
    font-family: 'PoppinsB', sans-serif;
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
}

.pr-rating {
    font-size: 14px;
    color: #f39c12;
    margin-bottom: 15px;
    font-family: 'PoppinsR', sans-serif;
}

.pr-features-list {
    margin-bottom: 20px;
}

.pr-features-list li {
    font-size: 13px;
    color: #545353;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
}


.pr-card-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #7a7a7a;
    margin-bottom: 25px;
    flex-grow: 1;
}

.link-hero {
    display: block;
    width: 100%;
    margin-top: auto;
}

/* --- СЕКЦИЯ 3: ПОЧЕМУ ВЫБИРАЮТ НАС --- */
.pr-reasons-sec {
    padding: 70px 24px;
    background-color: #FFFFFF;
}

.pr-reasons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

.pr-reason-item {
    background: #F3F3F3;
    border: 1px solid #0A5AEF;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pr-reason-item h2 {
    font-family: PoppinsB;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    color: #545353;
    text-align: center;
}

.pr-reason-item p {
    font-family: PoppinsR;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    color: #545353;
    text-align: left;
}
 
.pr-info-sec {
    padding: 0;
    background-color: #ffffff;
}

.pr-info-wrapper {
    display: flex;
    align-items: stretch;
    max-width: 100%; 
    padding: 0;
}

.pr-info-text {
    padding: 10px 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #F3F3F3;
}

.pr-info-text h2 {
    font-family: PoppinsB;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    color: #545353;
}

.pr-info-text p {
    font-family: PoppinsR;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    color: #545353;
}
 
.pr-faq-sec {
    padding: 70px 16px;
    background-color: #f9fbff;
}

.pr-faq-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

.pr-faq-item {
    background: #F3F3F3;
    border: 1px solid #0A5AEF;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pr-faq-item h2 {
    font-family: PoppinsB;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    color: #545353;
}

.pr-faq-item p {
    font-family: PoppinsR;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    color: #545353;
}
 
.pr-contact-sec {
    padding: 100px 24px 100px 24px;
    background-color: #F3F3F3;
}

.pr-contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.pr-success-message {
    font-family: PoppinsB;
}

.pr-form-row {
    display: flex;
    width: 100%;
    gap: 20px;
}

.pr-form-row input {
    width: 100%;
    padding: 14px 24px;
    border: 1px solid #A7A7A7;
    border-radius: 8px;
    font-family: 'PoppinsR', sans-serif;
    font-size: 17px;
    color: #545353;
    outline: none;
}

.pr-form-row input:focus {
    border-color: #0A5AEF;
}

.pr-submit-btn {
    width: 100%;
    max-width: 329px;
    background: radial-gradient(circle at center, #3baefd 0%, #0a5aef 85%);
    color: #ffffff;
    border: none;
    padding: 15px 50px;
    border-radius: 40px;
    font-family: 'PoppinsB', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pr-submit-btn:hover {
    background-color: #0846ba;
}
 
.prTun-footer {
    background-color: #ffffff;
    border-top: 1px solid #eaeaea;
    padding: 100px 24px 32px 24px;
}

.pr-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: flex-end;
    gap: 40px;
}

.pr-footer-left {
    max-width: 555px;
}

.pr-footer-logo {
    margin-bottom: 16px;
}


.pr-footer-left p {
    font-family: PoppinsR;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    color: #545353;
}

.pr-footer-right h2 {
    font-family: PoppinsB;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    color: #545353;
    padding-bottom: 24px;
}

.pr-footer-right ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pr-footer-right a {
    font-family: PoppinsR;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    color: #545353;
    transition: color 0.3s ease;
}

.pr-footer-right a:hover {
    color: #0A5AEF;
}
 
@media (max-width: 1024px) {

    .pr-reasons-grid,
    .pr-faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pr-info-text {
        padding: 60px 40px;
    }
}

@media (max-width: 850px) {
    .pr-info-wrapper {
        flex-direction: column;
    }

    .pr-info-image,
    .pr-info-text {
        width: 100%;
        flex: none;
    }

    .pr-info-image {
        padding: 40px 20px;
    }

    .pr-form-row {
        flex-direction: column;
    }

    .pr-footer-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}


.card {
    width: 100%;
    max-width: 295px;
    background: #ffffff;
    border: 1px solid #0A5AEF;
    border-radius: 8px;
    padding: 24px 16px 16px 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* justify-content: space-between; */
}

.last-card-bl {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
 
.badge {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #F3F3F3; 
    padding: 6px 16px;
    font-family: PoppinsB;
    font-weight: 800;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* white-space: nowrap; */
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    width: 90%;
}

.logo-expressvpn {
    background: #da3b35;
}

.logo-proton {
    background: #1e193e;
}

.logo-iolo {
    background: #252422;
}
 
.logo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.pure-icon {
    background: rgba(255, 255, 255, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.4);
}

.express-icon {
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    margin-right: 5px;
}

.proton-icon {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #4eb5e6;
    border-radius: 0;
}

.iolo-icon {
    border: 2px solid white;
    font-size: 20px;
}
 
.title {
    font-family: PoppinsB;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    color: #545353;
}

.rating {
    font-family: PoppinsR;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating .star {
    color: #facc15;
}

/* Список преимуществ */
.features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-family: PoppinsR;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    color: #545353;

}
 
.description {
    font-family: PoppinsR;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    text-align: justify;
    color: #545353;
}
 
.btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    background: radial-gradient(circle at center, #3baefd 0%, #0a5aef 85%);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-radius: 25px;
    transition: opacity 0.2s;
    border: none;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.9;
}
 
@media (max-width: 1200px) {
    .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .container {
        grid-template-columns: 1fr;
    }
}

.card-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}



 
.pr-policy-sec {
    padding: 40px 20px;
    font-family: 'PoppinsR', sans-serif;
    color: #545353;
    background-color: #ffffff;
}


.pr-policy-title {
    font-family: PoppinsB;
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 32px;
    color: #545353;
    letter-spacing: -0.5px;
}

.pr-policy-content p {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 0;
}

.pr-policy-content .date {
    margin-bottom: 20px;
}

.pr-policy-content .section-block {
    margin-bottom: 15px;
}

.pr-policy-content ul {
    margin-top: 2px;
    margin-bottom: 8px;
    padding-left: 20px;
    list-style-type: disc;
}

.pr-policy-content ul li {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 2px;
    color: #545353;
}


@media (max-width: 600px) {
    .hero-h {
        font-size: 28px;
    }

    .pr-reasons-grid,
    .pr-faq-grid {
        grid-template-columns: 1fr;
    }

    .pr-section-title {
        font-size: 32px;
    }

    .pr-info-text {
        padding: 40px 20px;
    }

    .prTun-footer {
        background-color: #ffffff;
        border-top: 1px solid #eaeaea;
        padding: 60px 24px 24px 24px;
    }

    .hero-sec {
        padding: 24px;
    }

    .hero-descr-block2 {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .hero-descr-block2 h1 {
        font-size: 36px;
    }

    .pr-compare-sec {
        padding: 24px;
        background-color: #F3F3F3;
    }

    .pr-reasons-sec {
        padding: 40px 24px;
        background-color: #FFFFFF;
    }

    .pr-info-text h2 {
        font-size: 32px;
    }

    .pr-faq-sec {
        padding: 40px 16px;
        background-color: #f9fbff;
    }

    .pr-contact-sec {
        padding: 24px;
        background-color: #F3F3F3;
    }
}

@media (max-width: 1227px) {
    .pr-info-image {
        display: none;
    }

    .pr-info-text {
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        display: flex;
        flex-direction: column;
        gap: 16px;
        background-image: url('../prTun-img/prTun-secure.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.logo-area img {
    display: block;
    width: 100%;
    height: 100%;
}
 