


/* ============================================
   ABOUT PAGE - COMPACT STYLES
   ============================================ */

/* Основные секции */
.content-section {
    padding: 2.5rem 0;
    background: var(--white);
}

.content-section.light {
    background: var(--gray-50);
}

.content-block {
    margin: 0 auto;
}

.content-block h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    color: var(--gray-900);
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary-color);
}

.content-block h3 {
    font-size: 1.25rem;
    margin: 1.25rem 0 0.75rem;
    color: var(--gray-800);
}

.content-block h4 {
    font-size: 1.125rem;
    margin: 1rem 0 0.5rem;
    color: var(--gray-700);
}

.content-block p {
    margin-bottom: 1rem;
    color: var(--gray-700);
    line-height: 1.6;
}

.content-block .text-center {
    text-align: center;
}

/* Простой список */
.simple-list {
    margin: 1.5rem 0;
}

.list-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 1rem;
    background: var(--white);
    border-radius: var(--border-radius);
    border-left: 3px solid var(--primary-color);
}

.content-section.light .list-item {
    background: var(--white);
}

.list-item i {
    color: var(--primary-color);
    font-size: 1.25rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.list-item h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
}

.list-item p {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--gray-600);
}

/* Шаги */
.steps {
    margin: 2rem 0;
}

.step {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--gray-200);
}

.step:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.step-number {
    width: 36px;
    height: 36px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white);
    font-weight: 700;
    font-size: 1rem;
}

.step-content h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    color: var(--gray-900);
}

.step-content p {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--gray-600);
}

/* Команда */
.team {
    margin: 2rem 0;
}

.team-member {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: var(--white);
    border-radius: var(--border-radius);
    border: 1px solid var(--gray-200);
}

.content-section.light .team-member {
    background: var(--white);
}

.member-photo {
    flex-shrink: 0;
}

.member-photo img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--white);
    box-shadow: var(--box-shadow);
}

.photo-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--primary-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 2.5rem;
    border: 3px solid var(--white);
    box-shadow: var(--box-shadow);
}

.member-info {
    flex: 1;
}

.member-name {
    font-size: 1.25rem;
    margin: 0 0 0.25rem 0;
    color: var(--gray-900);
}

.member-position {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.member-detail {
    margin-bottom: 0.75rem;
}

.member-detail:last-child {
    margin-bottom: 0;
}

.member-detail strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--gray-800);
    font-size: 0.9375rem;
}

.member-detail p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--gray-600);
    line-height: 1.5;
}

/* Принципы */
.principles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.principle {
    padding: 1.25rem;
    background: var(--white);
    border-radius: var(--border-radius);
    border: 1px solid var(--gray-200);
}

.content-section.light .principle {
    background: var(--white);
}

.principle-icon {
    width: 48px;
    height: 48px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--white);
    font-size: 1.25rem;
}

.principle-content h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
}

.principle-content p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--gray-600);
    line-height: 1.5;
}

/* Контакты */
.contacts {
    margin: 1.5rem 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--gray-200);
}

.contact-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-item i {
    width: 40px;
    height: 40px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white);
    font-size: 1.125rem;
}

.contact-item h4 {
    margin: 0 0 0.25rem 0;
    font-size: 1.125rem;
    color: var(--gray-900);
}

.contact-item p {
    margin: 0;
    color: var(--gray-600);
}

.contact-item a {
    color: var(--primary-color);
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 768px) {
    .content-section {
        padding: 2rem 0;
    }
    
    .content-block h2 {
        font-size: 1.5rem;
    }
    
    .team-member {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .member-photo {
        margin: 0 auto;
    }
    
    .member-photo img,
    .photo-placeholder {
        width: 100px;
        height: 100px;
    }
    
    .principles {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .content-section {
        padding: 1.5rem 0;
    }
    
    .list-item {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
    
    .step {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
    
    .step-number {
        margin: 0 auto;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .contact-item i {
        margin: 0 auto;
    }
}
/* Минимальные стили для страницы */
.founder-card {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    margin-top: 1.5rem;
}
.founder-photo {
    flex-shrink: 0;
    width: 180px;
}
.founder-img {
    width: 180px;
    height: 180px;
    border-radius: 4px;
    object-fit: cover;
}
.founder-photo-placeholder {
    width: 180px;
    height: 180px;
    background: #e9ecef;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.founder-initials {
    font-size: 3rem;
    font-weight: 600;
    color: #6c757d;
}
.founder-info {
    flex: 1;
}
.founder-name {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
}
.founder-position {
    font-size: 1.1rem;
    color: #0d6efd;
    margin-bottom: 1.25rem;
}
.founder-details {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e9ecef;
}
.founder-detail {
    font-size: 0.95rem;
}
.founder-desc p {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}
.stat-item {
    background: #f8f9fa;
    padding: 1.25rem 0.75rem;
    text-align: center;
    border-radius: 6px;
}
.stat-item.highlight {
    background: #e7f1ff;
    border: 1px solid #0d6efd;
}
.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}
.stat-label {
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.steps-simple {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}
.step-simple {
    text-align: center;
}
.step-number-simple {
    width: 48px;
    height: 48px;
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 auto 1rem;
}
.principles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.principle-card {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
}
.principle-icon {
    font-size: 1.8rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}
.principle-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}
.principle-card p {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
}
.contacts-simple {
    background: #f8f9fa;
    padding: 1.5rem 2rem;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .founder-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .founder-details {
        justify-content: center;
    }
    .steps-simple {
        grid-template-columns: 1fr;
    }
    .principles-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 480px) {
    .principles-grid {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.updates-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.update-item {
    display: flex;
    align-items: baseline;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #f0f0f0;
}
.update-item:last-child {
    border-bottom: none;
}
.update-date {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #0d6efd;
    background: #e7f1ff;
    padding: 0.2rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-right: 1rem;
    min-width: 60px;
    text-align: center;
    letter-spacing: 0.5px;
}
.update-text {
    color: #212529;
    line-height: 1.5;
}
.update-text strong {
    font-weight: 600;
    color: #000;
}
@media (max-width: 768px) {
    .update-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
    .update-date {
        margin-right: 0;
    }
}


/* ============================================
   MODERN BREADCRUMBS
   ============================================ */

.breadcrumbs-section {
    padding: 1rem 0;

    border-bottom: 1px solid var(--gray-200);
}

.breadcrumbs {
    font-size: 0.9rem;
}

.breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
}

.breadcrumbs a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
    padding: 0.25rem 0.5rem;
    border-radius: var(--border-radius-sm);
}

.breadcrumbs a:hover {
    background: rgba(0, 93, 239, 0.1);
    text-decoration: none;
}

.breadcrumbs span {
    color: var(--gray-600);
    font-weight: 500;
    padding: 0.25rem 0.5rem;
}

.breadcrumbs .separator {
    margin: 0 0.25rem;
    color: var(--gray-400);
    font-size: 0.8rem;
}

/* Icon breadcrumbs */
.breadcrumbs.with-icons .separator {
    display: none;
}

.breadcrumbs.with-icons li:not(:last-child)::after {
    content: '›';
    margin-left: 0.5rem;
    color: var(--gray-400);
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .breadcrumbs-section {
        padding: 0.875rem 0;
    }
    
    .breadcrumbs {
        font-size: 0.85rem;
    }
    
    .breadcrumbs a,
    .breadcrumbs span {
        padding: 0.125rem 0.375rem;
    }
}

@media (max-width: 480px) {
    .breadcrumbs ol {
        gap: 0.25rem;
    }
    
    .breadcrumbs {
        font-size: 0.8rem;
    }
}