/* דף אודות צ'אנס – תוכן ארוך, כותרות, טבלה ורשימות */
.about-page {
    width: 100%;
    padding-bottom: 8px;
}

.about-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.98);
    margin: 0 0 20px;
    letter-spacing: 0.02em;
}

.about-section {
    margin-bottom: 24px;
}

.about-section:last-of-type {
    margin-bottom: 0;
}

.about-lead {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

.about-h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-h3 {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 16px 0 8px;
}

.about-section p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 10px;
}

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

.about-note {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    font-style: normal;
}

.about-list {
    margin: 0 0 12px;
    padding-right: 20px;
    list-style: disc;
}

.about-list li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 6px;
}

.about-table-wrap {
    overflow-x: auto;
    margin: 12px 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.about-table {
    width: 100%;
    min-width: 320px;
    border-collapse: collapse;
    font-size: 0.8rem;
}

.about-table th,
.about-table td {
    padding: 10px 8px;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
}

.about-table th {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.05);
}

.about-table tbody tr:last-child td {
    border-bottom: none;
}

.about-table-divider td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 4px 0;
    height: 0;
}

.about-page .site-footer {
    margin-top: 32px;
}
