.psh-accessibility-section {
    background: #f7f8fc;
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
}

.accessibility-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #32406b;
}

.section-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #6a4c93;
}

.accessibility-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.contact-box {
    background: linear-gradient(135deg, rgba(106, 76, 147, 0.1), rgba(139, 95, 191, 0.15));
    border-left: 4px solid #6a4c93;
    border-radius: 12px;
    padding: 1.5rem;
}

.contact-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #32406b;
}

.contact-link {
    color: #6a4c93;
    font-weight: 600;
    text-decoration: none;
}

.contact-link:hover,
.contact-link:focus {
    color: #4e2f73;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.5rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    .accessibility-card {
        padding: 2rem !important;
    }
}
