/* Современные стили для страниц раздела "О компании" */

/* Навигация по разделу */
.company-nav {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2rem;
}

.company-nav__container {
    padding: 0 1rem;
}

.company-nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 1rem 0;
}

.company-nav__item {
    position: relative;
}

.company-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    text-decoration: none;
    color: #666;
    border-radius: 12px;
    transition: all 0.3s ease;
    min-width: 100px;
    text-align: center;
}

.company-nav__link:hover,
.company-nav__item--active .company-nav__link {
    background: #f4ce47;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(244, 206, 71, 0.3);
}

.company-nav__link i {
    font-size: 1.5rem;
}

.company-nav__link span {
    font-size: 0.875rem;
    font-weight: 500;
}

/* Заголовок страницы */
.company-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.company-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.company-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Контент страницы "О нас" */
.about-content {
    max-width: 1200px;
    margin: 0 auto;
}

.about-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
    padding: 3rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 16px;
}

.about-hero__content {
    padding-left: 2rem;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.about-stat {
    text-align: center;
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.about-stat__number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f4ce47;
    display: block;
    margin-bottom: 0.5rem;
}

.about-stat__label {
    font-size: 0.875rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}

.about-hero__image {
    text-align: center;
}

.about-hero__image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.about-description {
    margin-bottom: 4rem;
}

.about-description p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.5rem;
}

.about-description h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 3rem 0 2rem 0;
}

.about-description img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-features {
    margin-bottom: 4rem;
}

.about-features h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 3rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-item {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #f4ce47;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
    color: #000;
}

.feature-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
}

.about-cooperation {
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 16px;
    text-align: center;
}

.about-cooperation h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.about-cooperation p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Стили для страницы оплаты */
.payment-content {
    max-width: 1000px;
    margin: 0 auto;
}

.payment-methods {
    margin-bottom: 4rem;
}

.payment-methods h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 3rem;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.payment-method {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.payment-method:hover {
    transform: translateY(-3px);
}

.payment-icon {
    width: 60px;
    height: 60px;
    background: #f4ce47;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
    color: #000;
}

.payment-method h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.payment-method p {
    color: #666;
    line-height: 1.6;
}

.payment-info {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

/* Стили для страницы доставки */
.delivery-content {
    max-width: 1000px;
    margin: 0 auto;
}

.delivery-features {
    margin-bottom: 4rem;
}

.delivery-features h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 3rem;
}

.delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.delivery-item {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.delivery-item:hover {
    transform: translateY(-3px);
}

.delivery-icon {
    width: 60px;
    height: 60px;
    background: #f4ce47;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
    color: #000;
}

.delivery-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.delivery-item p {
    color: #666;
    line-height: 1.6;
}

.delivery-info {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

/* Стили для страницы вакансий */
.vacancies-content {
    max-width: 1200px;
    margin: 0 auto;
}

.vacancies-intro {
    text-align: center;
    margin-bottom: 4rem;
    padding: 3rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 16px;
}

.vacancies-intro h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.vacancies-intro p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.vacancies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.vacancy-card {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.vacancy-card:hover {
    transform: translateY(-3px);
}

.vacancy-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.vacancy-meta {
    margin-bottom: 1.5rem;
}

.vacancy-date {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #666;
}

.vacancy-excerpt {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.vacancy-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #f4ce47;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.vacancy-link:hover {
    color: #d4b037;
}

.no-vacancies {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.no-vacancies__icon {
    font-size: 4rem;
    color: #ccc;
    margin-bottom: 1.5rem;
}

.no-vacancies h3 {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 1rem;
}

.no-vacancies p {
    color: #888;
    font-size: 1.1rem;
}

.vacancies-contact {
    background: #f4ce47;
    padding: 3rem;
    border-radius: 16px;
    text-align: center;
    color: #000;
}

.vacancies-contact h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.vacancies-contact p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.vacancies-contact a {
    color: #000;
    text-decoration: underline;
}

.vacancies-contact a:hover {
    text-decoration: none;
}

/* Стили для страницы отзывов */
.reviews-content {
    max-width: 1200px;
    margin: 0 auto;
}

.reviews-intro {
    text-align: center;
    margin-bottom: 4rem;
    padding: 3rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 16px;
}

.reviews-intro h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.reviews-intro p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.review-card {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-3px);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    flex-shrink: 0;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-info h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.review-rating {
    color: #f4ce47;
}

.review-content {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.review-date {
    font-size: 0.875rem;
    color: #999;
}

.no-reviews {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.no-reviews__icon {
    font-size: 4rem;
    color: #ccc;
    margin-bottom: 1.5rem;
}

.no-reviews h3 {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 1rem;
}

.no-reviews p {
    color: #888;
    font-size: 1.1rem;
}

/* Адаптивность */
@media (max-width: 768px) {
    .company-nav__list {
        flex-direction: column;
        gap: 0.5rem;
    }

    .company-nav__link {
        flex-direction: row;
        padding: 0.75rem 1rem;
        min-width: auto;
    }

    .company-nav__link i {
        font-size: 1.25rem;
    }

    .company-nav__link span {
        font-size: 0.9rem;
    }

    .company-title {
        font-size: 2rem;
    }

    .about-hero {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 2rem 1rem;
    }

    .about-hero__content {
        padding-left: 0;
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .features-grid,
    .payment-grid,
    .delivery-grid,
    .vacancies-grid,
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about-cooperation,
    .vacancies-intro,
    .reviews-intro,
    .vacancies-contact {
        padding: 2rem 1rem;
    }

    .company-nav__container {
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    .company-title {
        font-size: 1.75rem;
    }

    .about-stat__number {
        font-size: 2rem;
    }

    .feature-item,
    .payment-method,
    .delivery-item,
    .vacancy-card,
    .review-card {
        padding: 1.5rem;
    }

    .about-hero {
        padding: 1.5rem 1rem;
    }
}