.about__inner {
    background: var(--blue);
    border-radius: 30px;
    padding: 100px 50px;
}

.about__inner .section-title {
    color: var(--white);
    font-size: 36px;
}

.about__inner .section-title .accent {
    color: var(--orange);
}

.about__top {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.about__text-col {
    flex: 1;
}

.about__description {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    line-height: normal;
    margin-top: 30px;
}

.about__description--second {
    margin-top: 15px;
}

.about__description + .btn,
.about__description--second + .btn {
    margin-top: 30px;
}

.about__video {
    flex: 1;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.about__video img {
    width: 100%;
    height: 441px;
    object-fit: cover;
}

.about__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 149px;
    height: 153px;
    background: rgba(255, 255, 255, 0.60);
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
}

.about__play-icon {
    display: inline-block;
    width: 89px;
    height: 87px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='78' viewBox='0 0 66 78' fill='none'%3E%3Cpath d='M65.25 38.5381L0 77.0762V-4.57764e-05L65.25 38.5381Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.about__play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.video-modal__content {
    position: relative;
    width: 80vw;
    max-width: 960px;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
}

.video-modal__content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-modal__close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
    font-size: 36px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.about__stats {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(4, 1fr);
    gap: 75px;
    margin-top: 60px;
}

.about__stat {
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    min-height: 173px;
}

.about__stat-label {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    text-align: center;
}

.about__stat-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 65px;
    line-height: normal;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: var(--blue);
}

@media (max-width: 1650px) {
    .about__stats {
        gap: 30px;
    }
}

@media (max-width: 1440px) {
    .about__stat-row {
        font-size: 46px;
    }

    .about__stat-label {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .about__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .about__stat-number {
        font-size: 36px;
    }

    .about__stat {
        min-height: 140px;
    }

    .about__description {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .about__top {
        flex-direction: column;
    }

    .about__inner {
        padding: 40px;
    }

    .about__video img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .about__inner .section-title {
        font-size: 22px;
        line-height: normal;
    }

    .about__description {
        font-weight: 400;
        margin-top: 15px;
    }

    .about {
        background-color: #364C63;
    }

    .about__inner {
        padding: 50px 15px;
        border-radius: 30px;
    }

    .about__top {
        gap: 30px;
        align-items: stretch;
    }

    .about__video,
    .about__text-col {
        flex: none;
    }

    .about__video img {
        height: 174px;
    }

    .about__play {
        width: 75px;
        height: 76px;
    }

    .about__play-icon {
        width: 48px;
        height: 48px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='42' viewBox='0 0 36 42' fill='none'%3E%3Cpath d='M36 20.7852L0 41.5698V0.000547409L36 20.7852Z' fill='white'/%3E%3C/svg%3E");
    }

    .about__stats {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        margin-top: 30px;
    }

    .about__stat {
        min-height: 110px;
        padding: 15px;
    }

    .about__stat-row {
        font-size: 40px;
        line-height: normal;
    }

    .about__stat-label {
        font-size: 18px;
        line-height: normal;
        font-weight: 800;
    }
}
