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

.company-intro {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
    gap: 40px;
    align-items: center;
}

.company-intro__text {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.company-intro__tagline {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #555555;
    line-height: 1.6;
}

.company-intro__paragraph {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #444444;
}

.company-intro__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.company-intro__fact {
    min-width: 180px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.company-intro__fact-number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #00DBFF;
    margin-bottom: 4px;
    text-align: center;
}

.company-intro__fact-label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
    text-align: center;
}

.company-intro__image {
    display: flex;
    justify-content: flex-end;
}

.company-intro__image img {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    max-height: 480px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Общие секции */

.company-section {
    margin-bottom: 30px;
}

.company-section--light {
    background: #FAFAFA;
    border-radius: 16px;
    padding: 36px 0 40px;
    margin-top: 10px;
}

.company-section--bordered {
    border-radius: 16px;
    border: 1px solid #E3E3E3;
    padding: 32px 28px 36px 28px;
    margin: 0 32px 40px;
}

.company-section__header {
    margin-bottom: 26px;
}

.company-section__title {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555555;
    margin-bottom: 10px;
}

.company-section__subtitle {
    font-family: Roboto, sans-serif;
    line-height: 1.7;
    color: #555555;
}

/* Преимущества */

.company-advantages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.company-advantages__item {
    border-radius: 10px;
    background: #FFFFFF;
    padding: 22px 18px 20px 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.company-advantages__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F0FCFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.company-advantages__icon img {
    max-width: 40px;
    height: auto;
    display: block;
}

.company-advantages__title {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
}

.company-advantages__text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
}

/* Цифры компании */

.company-numbers {
    margin: 48px 0;
    padding: 24px 26px;
    border-radius: 14px;
    background: linear-gradient(90deg, #00DBFF 0%, #00A4FF 65%, #0074FF 100%);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.company-numbers__item {
    min-width: 200px;
}

.company-numbers__value {
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.company-numbers__label {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* Этапы работы */

.company-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
}

.company-steps__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.company-steps__number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #00DBFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #00B7FF;
}

.company-steps__title {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 6px;
}

.company-steps__text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
}

/* Принципы */

.company-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.company-principles__item {
    padding: 10px 10px 4px 0;
    display: flex;
    flex-direction: column;
}

.company-principles__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F0FCFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.company-principles__icon img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.company-principles__title {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 6px;
}

.company-principles__text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
}

/* Адаптивность */

@media (max-width: 1400px) {
    .company-intro {
        gap: 35px;
    }

    .company-section--light {
        padding: 32px 28px 36px 28px;
    }

    .company-section--bordered {
        padding: 28px 24px 32px 24px;
    }
}

@media (max-width: 1200px) {
    .company-intro {
        grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
        gap: 30px;
        margin: 15px 12px 0;
    }

    .company-advantages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .company-steps {
        grid-template-columns: 1fr;
        gap: 20px 28px;
    }

    .company-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .company-intro__image {
        justify-content: center;
    }

    .company-intro__image img {
        max-width: 540px;
        max-height: 420px;
    }

    .company-section--light {
        padding: 30px 24px 34px 24px;
    }

    .company-section--bordered {
        padding: 26px 22px 30px 22px;
    }

    .company-numbers {
        padding: 22px 24px;
        gap: 20px;
    }

    .company-cta {
        padding: 26px 28px;
    }
}

@media (max-width: 991px) {
    .company-intro {
        grid-template-columns: 1fr;
        gap: 28px;
        margin: 0 12px 0;
    }

    .company-intro__image {
        order: -1;
        justify-content: center;
    }

    .company-intro__image img {
        width: 100%;
        max-width: 520px;
        max-height: 400px;
    }

    .company-intro__facts {
        justify-content: center;
        gap: 16px;
    }

    .company-intro__fact {
        min-width: 160px;
        flex: 0 1 auto;
    }

    .company-section {
        margin-bottom: 40px;
    }

    .company-section--light {
        padding: 26px 20px 30px 20px;
        margin-top: 8px;
    }

    .company-section--bordered {
        padding: 24px 20px 28px 20px;
    }

    .company-section__header {
        margin-bottom: 22px;
    }

    .company-section__title {
        font-size: 24px;
    }

    .company-advantages {
        gap: 18px;
    }

    .company-numbers {
        padding: 20px 18px;
        gap: 18px;
        margin: 40px 0;
    }

    .company-numbers__item {
        min-width: 180px;
    }

    .company-steps {
        gap: 18px 24px;
    }

    .company-principles {
        gap: 18px;
    }

    .company-principles__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 14px;
    }

    .company-principles__icon img {
        max-width: 36px;
        max-height: 36px;
    }

    .company-cta {
        margin: 36px 0 50px 0;
        padding: 24px 22px;
    }

    .company-cta__content {
        grid-template-columns: 1fr;
        gap: 22px 0;
    }

    .company-cta__title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .company-intro {
        margin: 24px 0 32px 0;
        gap: 24px;
    }

    .company-intro__image {
        justify-content: center;
    }

    .company-intro__image img {
        max-width: 460px;
        max-height: 360px;
    }

    .company-intro__tagline {
        font-size: 17px;
    }

    .company-intro__paragraph {
        font-size: 15px;
    }

    .company-intro__facts {
        gap: 14px;
    }

    .company-intro__fact {
        min-width: 140px;
        padding: 12px 14px;
    }

    .company-intro__fact-number {
        font-size: 24px;
    }

    .company-intro__fact-label {
        font-size: 12px;
    }

    .company-section {
        margin-bottom: 36px;
    }

    .company-section__title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .company-section__subtitle {
        font-size: 14px;
    }

    .company-section--light {
        padding: 24px 18px 28px 18px;
    }

    .company-section--bordered {
        padding: 22px 18px 26px 18px;
    }

    .company-section__header {
        margin-bottom: 20px;
    }

    .company-advantages {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .company-advantages__item {
        padding: 20px 16px 18px 16px;
    }

    .company-advantages__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 12px;
    }

    .company-advantages__icon img {
        max-width: 36px;
    }

    .company-advantages__title {
        font-size: 15px;
    }

    .company-advantages__text {
        font-size: 13px;
    }

    .company-numbers {
        padding: 18px 16px;
        gap: 16px;
        margin: 36px 0;
        border-radius: 12px;
    }

    .company-numbers__item {
        min-width: 0;
        flex: 1 1 calc(50% - 8px);
    }

    .company-numbers__value {
        font-size: 24px;
    }

    .company-numbers__label {
        font-size: 13px;
    }

    .company-steps {
        gap: 16px;
    }

    .company-steps__item {
        gap: 14px;
    }

    .company-steps__number {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .company-steps__title {
        font-size: 15px;
    }

    .company-steps__text {
        font-size: 13px;
    }

    .company-principles {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .company-principles__item {
        padding: 8px 8px 4px 0;
    }

    .company-principles__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
    }

    .company-principles__icon img {
        max-width: 32px;
        max-height: 32px;
    }

    .company-principles__title {
        font-size: 15px;
    }

    .company-principles__text {
        font-size: 13px;
    }

    .company-cta {
        padding: 22px 18px;
        margin: 32px 0 44px 0;
        border-radius: 14px;
    }

    .company-cta__title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .company-cta__subtitle {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .company-cta__list li {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .company-cta__button {
        padding: 0 24px;
        height: 44px;
        font-size: 12px;
    }

    .company-cta__hint {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .company-intro {
        margin: 20px 0 28px 0;
        gap: 20px;
    }

    .company-intro__tagline {
        font-size: 16px;
        line-height: 1.5;
    }

    .company-intro__paragraph {
        font-size: 14px;
        line-height: 1.7;
    }

    .company-intro__facts {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .company-intro__fact {
        min-width: 0;
        width: 100%;
        padding: 14px 12px;
    }

    .company-intro__image {
        justify-content: center;
    }

    .company-intro__image img {
        max-width: 420px;
        max-height: clamp(220px, 52vw, 320px);
    }

    .company-intro__fact-number {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .company-intro__fact-label {
        font-size: 12px;
    }

    .company-section {
        margin-bottom: 32px;
    }

    .company-section__title {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .company-section__subtitle {
        font-size: 13px;
    }

    .company-section--light {
        padding: 20px 16px 24px 16px;
        border-radius: 12px;
    }

    .company-section--bordered {
        padding: 20px 16px 24px 16px;
        border-radius: 12px;
    }

    .company-section__header {
        margin-bottom: 18px;
    }

    .company-advantages {
        gap: 14px;
    }

    .company-advantages__item {
        padding: 18px 14px 16px 14px;
        border-radius: 8px;
    }

    .company-advantages__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 10px;
    }

    .company-advantages__icon img {
        max-width: 32px;
    }

    .company-advantages__title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .company-advantages__text {
        font-size: 12px;
        line-height: 1.6;
    }

    .company-numbers {
        padding: 16px 14px;
        gap: 14px;
        margin: 32px 0;
        border-radius: 10px;
        flex-direction: column;
    }

    .company-numbers__item {
        min-width: 0;
        flex: 1 1 100%;
        text-align: center;
    }

    .company-numbers__value {
        font-size: 22px;
        margin-bottom: 4px;
    }

    .company-numbers__label {
        font-size: 12px;
    }

    .company-steps {
        gap: 14px;
    }

    .company-steps__item {
        gap: 12px;
    }

    .company-steps__number {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .company-steps__title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .company-steps__text {
        font-size: 12px;
        line-height: 1.6;
    }

    .company-principles {
        gap: 18px;
    }

    .company-principles__item {
        padding: 6px 6px 4px 0;
    }

    .company-principles__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
    }

    .company-principles__icon img {
        max-width: 28px;
        max-height: 28px;
    }

    .company-principles__title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .company-principles__text {
        font-size: 12px;
        line-height: 1.6;
    }

    .company-cta {
        padding: 20px 16px;
        margin: 28px 0 40px 0;
        border-radius: 12px;
    }

    .company-cta__content {
        gap: 18px 0;
    }

    .company-cta__title {
        font-size: 18px;
        margin-bottom: 6px;
        line-height: 1.4;
    }

    .company-cta__subtitle {
        font-size: 13px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

    .company-cta__list {
        margin-bottom: 0;
    }

    .company-cta__list li {
        font-size: 12px;
        margin-bottom: 5px;
        padding-left: 16px;
        line-height: 1.5;
    }

    .company-cta__list li::before {
        left: 2px;
        font-size: 14px;
    }

    .company-cta__action {
        gap: 10px;
    }

    .company-cta__button {
        padding: 0 20px;
        height: 42px;
        font-size: 11px;
        width: 100%;
        max-width: 280px;
    }

    .company-cta__hint {
        font-size: 11px;
        line-height: 1.5;
    }
}

@media (max-width: 360px) {
    .company-intro__fact-number {
        font-size: 20px;
    }

    .company-intro__fact-label {
        font-size: 11px;
    }

    .company-section__title {
        font-size: 18px;
    }

    .company-numbers__value {
        font-size: 20px;
    }

    .company-cta__title {
        font-size: 16px;
    }
}