.pri-page { max-width: 660px; margin: 1.5rem auto; padding: 0 1rem; }

.pri-banner { width: 100%; height: auto; border-radius: 10px; margin-bottom: 1.25rem; display: block; }

.pri-lead {
    font-size: 14px; line-height: 1.85; color: #4a5568;
    background: #f0f7ff; border-radius: 10px;
    padding: 1.1rem 1.25rem; margin-bottom: 1.25rem;
    border-left: 3px solid #1a6fc4;
}

.pri-em { color: #1a6fc4; font-weight: 500; }

.pri-section-label {
    font-size: 11px; font-weight: 500; color: #8a9bb0;
    text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.6rem;
}

.pri-list {
    list-style: none; padding: 0; margin: 0 0 1.25rem;
    background: #fff; border: 1px solid #e2eaf3; border-radius: 10px; overflow: hidden;
}

.pri-list li {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 16px; font-size: 13.5px; color: #3a4a5c;
    border-bottom: 1px solid #f0f4f8;
}

.pri-list li:last-child { border-bottom: none; }

.pri-list li::before { content: "✓"; color: #1a6fc4; font-size: 12px; flex-shrink: 0; }

.pri-contact {
    background: #fff8e6; border: 1px solid #f0d080;
    border-radius: 10px; padding: 1rem 1.25rem;
    font-size: 14px; color: #5a4500; display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}

.pri-contact a { color: #1a6fc4; font-weight: 500; text-decoration: none; }
.pri-contact a:hover { text-decoration: underline; }
