.mkik-about-page {
    background:
        linear-gradient(180deg, #fff7f3 0, #ffffff 180px),
        #ffffff;
    padding-bottom: 72px;
}

.mkik-about-hero {
    padding: 44px 0 34px;
}

.mkik-about-hero__inner {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 90, 31, 0.08), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #fff8f4 100%);
    box-shadow: 0 18px 50px rgba(20, 33, 61, 0.07);
}

.mkik-about-hero__inner::before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    width: 160px;
    height: 160px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.66;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160' fill='none'%3E%3Cpath d='M30 28L75 80L30 132' stroke='%23F7B9A1' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M84 28L129 80L84 132' stroke='%23F7B9A1' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    pointer-events: none;
}

.mkik-about-hero__inner::after {
    content: "";
    position: absolute;
    right: 44px;
    top: 34px;
    width: 180px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.22;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='130' viewBox='0 0 180 130' fill='none'%3E%3Cpath d='M35 22L72 65L35 108' stroke='%23F7B9A1' stroke-width='14' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M86 22L123 65L86 108' stroke='%23F7B9A1' stroke-width='14' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    pointer-events: none;
}

.mkik-about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 70px 54px;
}

.mkik-about-hero h1 {
    margin: 0 0 20px;
    color: var(--mkik-dark);
    font-size: clamp(46px, 5vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.mkik-about-hero__lead {
    max-width: 560px;
    margin: 0;
    color: #4c5872;
    font-size: 19px;
    line-height: 1.65;
    font-weight: 600;
}

.mkik-about-content {
    padding: 18px 0 34px;
}

.mkik-about-content__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 34px;
    align-items: start;
}

.mkik-about-text,
.mkik-about-info,
.mkik-about-mission__inner {
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(20, 33, 61, 0.04);
}

.mkik-about-text {
    padding: 38px 42px;
}

.mkik-about-text h2,
.mkik-about-info h2,
.mkik-about-mission h2 {
    margin: 0 0 22px;
    color: var(--mkik-dark);
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.mkik-about-text p {
    margin: 0 0 22px;
    color: #25304f;
    font-size: 17px;
    line-height: 1.78;
    font-weight: 500;
}

.mkik-about-text p:last-child {
    margin-bottom: 0;
}

.mkik-about-info {
    position: sticky;
    top: 28px;
    padding: 30px 28px;
}

.mkik-about-house {
    padding: 20px 0;
    border-top: 1px solid rgba(232, 237, 244, 0.92);
}

.mkik-about-house:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.mkik-about-house h3 {
    margin: 0 0 8px;
    color: var(--mkik-dark);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800;
}

.mkik-about-house p {
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #59637c;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}

.mkik-about-house p::before {
    content: "⌖";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--mkik-orange);
}

.mkik-about-info__note {
    margin-top: 8px;
    padding: 18px 20px;
    border-radius: 14px;
    background: #fff8f4;
    color: #4c5872;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.mkik-about-values {
    padding: 0 0 34px;
}

.mkik-about-values__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.mkik-about-value-card {
    min-height: 220px;
    padding: 30px 24px;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 12px 32px rgba(20, 33, 61, 0.04);
}

.mkik-about-value-card__icon {
    position: relative;
    width: 46px;
    height: 46px;
    margin: 0 auto 18px;
}

.mkik-about-value-card__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mkik-about-value-card h3 {
    margin: 0 0 10px;
    color: var(--mkik-dark);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.mkik-about-value-card p {
    margin: 0;
    color: #4c5872;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
}

.mkik-about-value-card__icon--people::before {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 21V19C17 16.7909 15.2091 15 13 15H7C4.79086 15 3 16.7909 3 19V21' stroke='%23FF5A1F' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='10' cy='7' r='4' stroke='%23FF5A1F' stroke-width='1.8'/%3E%3Cpath d='M21 21V19C21 17.1 19.7 15.5 18 15.1M16 3.1C17.7 3.5 19 5.1 19 7C19 8.9 17.7 10.5 16 10.9' stroke='%23FF5A1F' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mkik-about-value-card__icon--creative::before {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3C7.58172 3 4 6.13401 4 10C4 13.866 7.58172 17 12 17H13.2C14.1941 17 15 17.8059 15 18.8C15 20.0148 16.1865 20.8773 17.3162 20.4305C20.1164 19.3229 22 16.7601 22 13.8C22 7.83532 17.5228 3 12 3Z' stroke='%23FF5A1F' stroke-width='1.8' stroke-linejoin='round'/%3E%3Ccircle cx='8.5' cy='9.5' r='1' fill='%23FF5A1F'/%3E%3Ccircle cx='12' cy='8' r='1' fill='%23FF5A1F'/%3E%3Ccircle cx='15.5' cy='9.5' r='1' fill='%23FF5A1F'/%3E%3C/svg%3E");
}

.mkik-about-value-card__icon--community::before {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11L10 14L17 7' stroke='%23FF5A1F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3' stroke='%23FF5A1F' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mkik-about-value-card__icon--heart::before {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8 4.6C18.9 2.7 15.8 2.7 13.9 4.6L12 6.5L10.1 4.6C8.2 2.7 5.1 2.7 3.2 4.6C1.3 6.5 1.3 9.6 3.2 11.5L12 20.3L20.8 11.5C22.7 9.6 22.7 6.5 20.8 4.6Z' stroke='%23FF5A1F' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mkik-about-mission {
    padding: 0;
}

.mkik-about-mission__inner {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(260px, 1fr);
    gap: 28px;
    align-items: center;
    padding: 38px 42px;
    background:
        radial-gradient(circle at 78% 40%, rgba(255, 90, 31, 0.08), transparent 34%),
        #fff8f4;
}

.mkik-about-mission p {
    max-width: 620px;
    margin: 0;
    color: #25304f;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
}

.mkik-about-mission__decor {
    min-height: 130px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    opacity: 0.45;
    background-image: url("data:image/svg+xml,%3Csvg width='520' height='150' viewBox='0 0 520 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 110H110L140 78H210L245 50H335L370 82H460L500 110' stroke='%23FF5A1F' stroke-opacity='0.55' stroke-width='2'/%3E%3Cpath d='M90 110V82H130V110M210 110V68H250V110M330 110V58H370V110M430 110V84H470V110' stroke='%23FF5A1F' stroke-opacity='0.55' stroke-width='2'/%3E%3Cpath d='M20 110H510' stroke='%23FF5A1F' stroke-opacity='0.55' stroke-width='2'/%3E%3C/svg%3E");
}

@media (max-width: 1100px) {
    .mkik-about-content__layout {
        grid-template-columns: 1fr;
    }

    .mkik-about-info {
        position: static;
    }

    .mkik-about-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mkik-about-mission__inner {
        grid-template-columns: 1fr;
    }

    .mkik-about-mission__decor {
        background-position: left center;
    }
}

@media (max-width: 760px) {
    .mkik-about-page {
        padding-bottom: 48px;
    }

    .mkik-about-hero {
        padding-top: 30px;
    }

    .mkik-about-hero__inner {
        min-height: auto;
    }

    .mkik-about-hero__content {
        padding: 44px 24px;
    }

    .mkik-about-hero h1 {
        font-size: 42px;
    }

    .mkik-about-hero__lead {
        font-size: 17px;
    }

    .mkik-about-text {
        padding: 30px 24px;
    }

    .mkik-about-text h2,
    .mkik-about-info h2,
    .mkik-about-mission h2 {
        font-size: 26px;
    }

    .mkik-about-text p {
        font-size: 16px;
    }

    .mkik-about-info {
        padding: 26px 24px;
    }

    .mkik-about-values__grid {
        grid-template-columns: 1fr;
    }

    .mkik-about-mission__inner {
        padding: 30px 24px;
    }

    .mkik-about-mission__decor {
        min-height: 90px;
    }
}