.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 40px;
}

.pp-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a478b;
    margin-bottom: 12px;
}

.pp-subtitle {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto;
}

.pp-section {
    background: #fff;
    padding: 32px;
    border-radius: 18px;
    margin-bottom: 26px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.pp-section h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a478b;
    margin-bottom: 14px;
}

.pp-section p,
.pp-section li {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.65;
}

.pp-reset-cookie-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 24px;
    font-size: 1.1rem;
    border-radius: 40px;
    background: #1a478b;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.25s;
    font-weight: 700;
}

.pp-reset-cookie-btn:hover {
    background: #123160;
}