.pp-wrapper {
    background: linear-gradient(180deg, #eef6ff 0%, #ffffff 100%);
    padding: 70px 20px;
}

.pp-container {
    max-width: 900px;
    margin: 0 auto;
}

.pp-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 48px;
}

.pp-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    color: #1a478b;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.pp-subtitle {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.65;
    max-width: 650px;
    margin: 0 auto;
}

.pp-section {
    background: #fff;
    padding: 34px 36px;
    border-radius: 16px;
    margin-bottom: 22px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    border-left: 4px solid #1a478b;
}

.pp-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
    color: #1a478b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8eef7;
}

.pp-section p {
    font-size: 1rem;
    color: #3d3d3d;
    line-height: 1.75;
    margin-bottom: 12px;
}

.pp-section p:last-child {
    margin-bottom: 0;
}

.pp-section strong {
    color: #1a478b;
    font-weight: 700;
}

.pp-section a {
    color: #1a478b;
    font-weight: 600;
    text-underline-offset: 3px;
}

.pp-section ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.pp-section ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #3d3d3d;
    line-height: 1.7;
}

.pp-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    background-color: #1a478b;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
}

@media (max-width: 680px) {
    .pp-wrapper {
        padding: 48px 16px;
    }

    .pp-title {
        font-size: 1.8rem;
    }

    .pp-section {
        padding: 22px 20px;
    }

    .pp-section h2 {
        font-size: 0.95rem;
    }
}
