.about-hero {
    padding: 12px 0 22px;
}

.about-hero__card {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    min-height: 465px;
    overflow: hidden;
    padding: 36px 28px 25px 55px;
    border-radius: 26px;
    background: linear-gradient(135deg, #f1f7fc, #f5f3fb);
}

.about-hero__content {
    position: relative;
    z-index: 2;
}

.about-hero__content h1 {
    margin-bottom: 18px;
}

.about-hero__content p {
    max-width: 430px;
    margin-bottom: 16px;
}

.about-hero__visual img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.about-values {
    padding: 0 0 20px;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-value-card {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    padding: 34px 145px 32px 34px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 3px 14px rgba(31, 37, 51, 0.05);
}

.about-value-card__icon {
    float: left;
    width: 50px;
    height: 50px;
    margin: -7px 14px 8px 0;
    object-fit: contain;
}

.about-value-card h2 {
    margin-bottom: 24px;
    font-size: 1.65rem;
}

.about-value-card strong {
    color: var(--teal-dark);
}

.about-value-card__decor {
    position: absolute;
    right: 25px;
    bottom: -16px;
    width: 120px;
    max-height: 250px;
    object-fit: contain;
}

.about-value-card__decor--branch {
    right: -10px;
    width: 160px;
    opacity: 0.75;
}

.about-quote {
    padding: 0 0 20px;
}

.about-quote__card {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr 185px;
    gap: 20px;
    align-items: center;
    min-height: 130px;
    overflow: hidden;
    padding: 22px 30px;
    border-radius: 22px;
    background: #fff2e5;
}

.about-quote__mark {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    color: var(--orange);
    background: #fff;
    font-size: 3rem;
    font-weight: 800;
}

.about-quote__card p {
    margin: 0;
    font-weight: 600;
}

.about-quote__card img {
    width: 185px;
}

.about-work {
    padding: 0 0 20px;
}

.about-work__card {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 25px;
    padding: 34px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f2f8fc, #f6f5fc);
}

.about-work__content p {
    font-size: 0.91rem;
}

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

.about-principles article {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 13px;
    padding: 20px 16px;
    border-radius: 16px;
    background: #fff;
}

.about-principles img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.about-principles h3 {
    margin-bottom: 7px;
    font-size: 0.93rem;
}

.about-principles p {
    margin: 0;
    color: var(--muted);
    font-size: 0.72rem;
}

.about-mission {
    padding: 0 0 20px;
}

.about-mission__card {
    position: relative;
    display: grid;
    grid-template-columns: 34% 58%;
    gap: 5%;
    align-items: center;
    overflow: hidden;
    padding: 25px 45px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f2f8fc, #f5f4fb);
}

.about-mission__card > img:first-child {
    width: 100%;
    max-height: 240px;
    object-fit: contain;
}

.about-mission__card h2 {
    margin-bottom: 10px;
}

.about-mission__card p {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.about-mission__butterfly {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 82px;
    opacity: 0.45;
}
