/* Страница «О сайте» — презентабельное оформление */
.main-content .page-about {
    padding: 2.5rem 0 3rem;
    max-width: 720px;
    margin: 0 auto;
}

.page-about .about-page-content {
    max-width: none;
    line-height: 1.7;
    font-size: 1.05rem;
    color: #2c2c2c;
}

.page-about .about-h1 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 0.02em;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.page-about .about-box {
    padding: 1.25rem 1.5rem;
    margin: 1.75rem 0;
    border: 1px solid rgba(138, 60, 164, 0.35);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(138, 60, 164, 0.06) 0%, rgba(138, 60, 164, 0.02) 100%);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.page-about .about-box-text {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 0.95rem;
    color: #4a3a52;
    line-height: 1.6;
}

.page-about .about-h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #5a4d6a;
    margin: 1.75rem 0 1rem;
}

.page-about .about-page-content p {
    margin: 0 0 1rem;
}

.page-about .about-page-content p:last-of-type {
    margin-bottom: 0;
}

.page-about .about-page-content b {
    font-weight: 600;
    color: #333;
}

.page-about .about-page-content ul {
    list-style: none;
    margin: 0.75rem 0 1.25rem;
    padding: 0;
}

.page-about .about-page-content ul li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.5rem;
    margin: 0;
}

.page-about .about-page-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(138, 60, 164, 0.5);
}

.page-about .about-page-content a {
    color: #6b4c7a;
    text-decoration: none;
    border-bottom: 1px solid rgba(107, 76, 122, 0.25);
    transition: color 0.2s, border-color 0.2s;
}

.page-about .about-page-content a:hover {
    color: #ff8700;
    border-bottom-color: rgba(255, 135, 0, 0.5);
}

.page-about .about-page-content .about-box a {
    color: #6b4c7a;
    border-bottom-color: rgba(107, 76, 122, 0.35);
}

.page-about .about-page-content .about-box a:hover {
    color: #ff8700;
}

@media (max-width: 600px) {
    .main-content .page-about {
        padding: 1.5rem 0 2rem;
    }
    .page-about .about-h1 {
        font-size: 1.6rem;
    }
}
