.style2-cooperate-page {
    color: #18212f;
    background: #ffffff;
}

.style2-cooperate-page .cooperate-page,
.style2-cooperate-page .cooperate-page * {
    box-sizing: border-box;
}

.style2-cooperate-page .cooperate-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.style2-cooperate-page .cooperate-hero {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    color: #ffffff;
    background-image: linear-gradient(90deg, rgba(12, 20, 37, 0.94) 0%, rgba(12, 20, 37, 0.78) 48%, rgba(12, 20, 37, 0.28) 100%), url(../../images/firm/firm-top-bg.png);
    background-position: center;
    background-size: cover;
}

.style2-cooperate-page .cooperate-hero::after {
    position: absolute;
    right: -150px;
    bottom: -260px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.style2-cooperate-page .cooperate-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.style2-cooperate-page .cooperate-hero__content {
    width: min(680px, 68%);
    padding: 72px 0 80px;
}

.style2-cooperate-page .cooperate-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.style2-cooperate-page .cooperate-hero__content > p {
    max-width: 650px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.85;
}

.style2-cooperate-page .cooperate-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.style2-cooperate-page .cooperate-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    height: 48px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.style2-cooperate-page .cooperate-button:hover {
    transform: translateY(-2px);
}

.style2-cooperate-page .cooperate-button--primary {
    color: #ffffff;
    background: #0eb6ff;
    box-shadow: 0 12px 28px rgba(14, 182, 255, 0.26);
}

.style2-cooperate-page .cooperate-button--primary:hover {
    color: #ffffff;
    background: #079fe0;
}

.style2-cooperate-page .cooperate-button--secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.06);
}

.style2-cooperate-page .cooperate-button--secondary:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.style2-cooperate-page .cooperate-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.style2-cooperate-page .cooperate-hero__highlights li {
    position: relative;
    padding-left: 17px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.6;
}

.style2-cooperate-page .cooperate-hero__highlights li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #27d7e4;
    box-shadow: 0 0 0 4px rgba(39, 215, 228, 0.14);
    content: "";
}

.style2-cooperate-page .cooperate-section {
    padding: 92px 0;
}

.style2-cooperate-page .cooperate-section__heading {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

.style2-cooperate-page .cooperate-section__heading h2,
.style2-cooperate-page .cooperate-faq__intro h2 {
    margin: 0;
    color: #18212f;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}

.style2-cooperate-page .cooperate-section__heading p,
.style2-cooperate-page .cooperate-faq__intro > p {
    margin: 14px 0 0;
    color: #758096;
    font-size: 16px;
    line-height: 1.8;
}

.style2-cooperate-page .cooperate-advantages {
    background: #f6f9fc;
}

.style2-cooperate-page .cooperate-advantages__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #dfe8f2;
    border-bottom: 1px solid #dfe8f2;
}

.style2-cooperate-page .cooperate-advantage {
    position: relative;
    min-height: 312px;
    padding: 42px 30px 36px;
    border-left: 1px solid #dfe8f2;
    background: rgba(255, 255, 255, 0.6);
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.style2-cooperate-page .cooperate-advantage:last-child {
    border-right: 1px solid #dfe8f2;
}

.style2-cooperate-page .cooperate-advantage:hover {
    z-index: 1;
    transform: translateY(-8px);
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(25, 68, 106, 0.12);
}

.style2-cooperate-page .cooperate-advantage__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
}

.style2-cooperate-page .cooperate-advantage__icon img {
    display: block;
    max-width: 72px;
    max-height: 72px;
    object-fit: contain;
}

.style2-cooperate-page .cooperate-advantage__index {
    position: absolute;
    top: 38px;
    right: 28px;
    color: #dceaf4;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.style2-cooperate-page .cooperate-advantage h3 {
    margin: 26px 0 0;
    color: #202a39;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.style2-cooperate-page .cooperate-advantage p {
    margin: 12px 0 0;
    color: #768196;
    font-size: 14px;
    line-height: 1.85;
}

.style2-cooperate-page .cooperate-process {
    position: relative;
    scroll-margin-top: 82px;
    overflow: hidden;
    background: #172234;
}

.style2-cooperate-page .cooperate-process::before {
    position: absolute;
    top: -260px;
    left: 50%;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    content: "";
    transform: translateX(-50%);
}

.style2-cooperate-page .cooperate-process .cooperate-shell {
    position: relative;
    z-index: 1;
}

.style2-cooperate-page .cooperate-section__heading--light h2 {
    color: #ffffff;
}

.style2-cooperate-page .cooperate-section__heading--light p {
    color: rgba(255, 255, 255, 0.58);
}

.style2-cooperate-page .cooperate-process__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.style2-cooperate-page .cooperate-process__item {
    position: relative;
    min-height: 240px;
    padding: 34px 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
}

.style2-cooperate-page .cooperate-process__item:not(:last-child)::after {
    position: absolute;
    top: 58px;
    right: -31px;
    width: 31px;
    height: 1px;
    background: rgba(39, 215, 228, 0.55);
    content: "";
}

.style2-cooperate-page .cooperate-process__number {
    color: #27d7e4;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.style2-cooperate-page .cooperate-process__content h3 {
    margin: 28px 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
}

.style2-cooperate-page .cooperate-process__content p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.85;
}

.style2-cooperate-page .cooperate-process__action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 38px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

.style2-cooperate-page .cooperate-process__action a {
    color: #27d7e4;
    font-weight: 600;
}

.style2-cooperate-page .cooperate-process__action a::after {
    margin-left: 7px;
    content: "→";
}

.style2-cooperate-page .cooperate-faq {
    background: #ffffff;
}

.style2-cooperate-page .cooperate-faq__layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.45fr);
    gap: 84px;
    align-items: start;
}

.style2-cooperate-page .cooperate-faq__intro {
    position: sticky;
    top: 110px;
}

.style2-cooperate-page .cooperate-faq__contact {
    margin-top: 34px;
    padding: 22px 0 0;
    border-top: 1px solid #e5ebf2;
}

.style2-cooperate-page .cooperate-faq__contact strong,
.style2-cooperate-page .cooperate-faq__contact span {
    display: block;
}

.style2-cooperate-page .cooperate-faq__contact strong {
    color: #273244;
    font-size: 15px;
}

.style2-cooperate-page .cooperate-faq__contact span {
    margin-top: 8px;
    color: #8a94a5;
    font-size: 14px;
    line-height: 1.7;
}

.style2-cooperate-page .cooperate-faq__list {
    border-top: 1px solid #dfe5ec;
}

.style2-cooperate-page .cooperate-faq__item {
    border-bottom: 1px solid #dfe5ec;
}

.style2-cooperate-page .cooperate-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 78px;
    padding: 18px 4px;
    color: #263143;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    list-style: none;
    cursor: pointer;
}

.style2-cooperate-page .cooperate-faq__item summary::-webkit-details-marker {
    display: none;
}

.style2-cooperate-page .cooperate-faq__item summary:focus-visible {
    border-radius: 4px;
    outline: 2px solid #0eb6ff;
    outline-offset: 3px;
}

.style2-cooperate-page .cooperate-faq__item summary i {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border: 1px solid #d9e2ec;
    border-radius: 50%;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.style2-cooperate-page .cooperate-faq__item summary i::before,
.style2-cooperate-page .cooperate-faq__item summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #667389;
    content: "";
    transform: translate(-50%, -50%);
}

.style2-cooperate-page .cooperate-faq__item summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.style2-cooperate-page .cooperate-faq__item[open] summary {
    color: #079fe0;
}

.style2-cooperate-page .cooperate-faq__item[open] summary i {
    border-color: #0eb6ff;
    background: #0eb6ff;
    transform: rotate(45deg);
}

.style2-cooperate-page .cooperate-faq__item[open] summary i::before,
.style2-cooperate-page .cooperate-faq__item[open] summary i::after {
    background: #ffffff;
}

.style2-cooperate-page .cooperate-faq__answer {
    padding: 0 52px 28px 4px;
    color: #69758a;
    font-size: 15px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.style2-cooperate-page .cooperate-faq__answer p {
    margin: 0;
}

.style2-cooperate-page .cooperate-faq__answer img {
    max-width: 100%;
    height: auto;
}

.style2-cooperate-page .cooperate-faq__empty {
    padding: 48px 20px;
    border-bottom: 1px solid #dfe5ec;
    color: #98a1af;
    text-align: center;
}

.style2-cooperate-page .animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.style2-cooperate-page .animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 1024px) {
    .style2-cooperate-page .cooperate-hero__content {
        width: min(720px, 82%);
    }

    .style2-cooperate-page .cooperate-advantages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .style2-cooperate-page .cooperate-advantage:nth-child(2) {
        border-right: 1px solid #dfe8f2;
    }

    .style2-cooperate-page .cooperate-advantage:nth-child(n + 3) {
        border-top: 1px solid #dfe8f2;
    }

    .style2-cooperate-page .cooperate-faq__layout {
        gap: 52px;
    }
}

@media screen and (max-width: 768px) {
    .style2-cooperate-page .cooperate-shell {
        width: min(100% - 32px, 1180px);
    }

    .style2-cooperate-page .cooperate-hero,
    .style2-cooperate-page .cooperate-hero__inner {
        min-height: 470px;
    }

    .style2-cooperate-page .cooperate-hero {
        background-image: linear-gradient(90deg, rgba(12, 20, 37, 0.94) 0%, rgba(12, 20, 37, 0.78) 100%), url(../../images/firm/firm-top-bg.png);
        background-position: 58% center;
    }

    .style2-cooperate-page .cooperate-hero::after {
        right: -300px;
        bottom: -350px;
    }

    .style2-cooperate-page .cooperate-hero__content {
        width: 100%;
        padding: 58px 0 64px;
    }

    .style2-cooperate-page .cooperate-hero h1 {
        font-size: 34px;
    }

    .style2-cooperate-page .cooperate-hero__content > p {
        font-size: 16px;
        line-height: 1.75;
    }

    .style2-cooperate-page .cooperate-section {
        padding: 68px 0;
    }

    .style2-cooperate-page .cooperate-section__heading {
        margin-bottom: 36px;
    }

    .style2-cooperate-page .cooperate-section__heading h2,
    .style2-cooperate-page .cooperate-faq__intro h2 {
        font-size: 30px;
    }

    .style2-cooperate-page .cooperate-process__list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .style2-cooperate-page .cooperate-process__item {
        display: grid;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 20px;
        min-height: 0;
        padding: 26px 24px;
    }

    .style2-cooperate-page .cooperate-process__item:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -17px;
        left: 54px;
        width: 1px;
        height: 17px;
    }

    .style2-cooperate-page .cooperate-process__number {
        font-size: 30px;
    }

    .style2-cooperate-page .cooperate-process__content h3 {
        margin-top: 0;
        font-size: 20px;
    }

    .style2-cooperate-page .cooperate-faq__layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .style2-cooperate-page .cooperate-faq__intro {
        position: static;
        text-align: center;
    }

    .style2-cooperate-page .cooperate-faq__contact {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    .style2-cooperate-page .cooperate-shell {
        width: min(100% - 24px, 1180px);
    }

    .style2-cooperate-page .cooperate-hero,
    .style2-cooperate-page .cooperate-hero__inner {
        min-height: 500px;
    }

    .style2-cooperate-page .cooperate-hero__content {
        padding: 48px 4px 54px;
    }

    .style2-cooperate-page .cooperate-hero h1 {
        font-size: 29px;
        line-height: 1.38;
    }

    .style2-cooperate-page .cooperate-hero h1 span {
        display: block;
    }

    .style2-cooperate-page .cooperate-process {
        scroll-margin-top: 140px;
    }

    .style2-cooperate-page .cooperate-hero__content > p {
        margin-top: 18px;
        font-size: 15px;
    }

    .style2-cooperate-page .cooperate-hero__actions {
        gap: 10px;
        margin-top: 28px;
    }

    .style2-cooperate-page .cooperate-button {
        flex: 1 1 0;
        min-width: 0;
        height: 46px;
        padding: 0 12px;
        font-size: 15px;
    }

    .style2-cooperate-page .cooperate-hero__highlights {
        display: grid;
        gap: 9px;
        margin-top: 26px;
    }

    .style2-cooperate-page .cooperate-section {
        padding: 56px 0;
    }

    .style2-cooperate-page .cooperate-section__heading {
        margin-bottom: 30px;
    }

    .style2-cooperate-page .cooperate-section__heading h2,
    .style2-cooperate-page .cooperate-faq__intro h2 {
        font-size: 26px;
    }

    .style2-cooperate-page .cooperate-section__heading p,
    .style2-cooperate-page .cooperate-faq__intro > p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.7;
    }

    .style2-cooperate-page .cooperate-advantages__grid {
        grid-template-columns: 1fr;
        border: 0;
        gap: 12px;
    }

    .style2-cooperate-page .cooperate-advantage,
    .style2-cooperate-page .cooperate-advantage:last-child,
    .style2-cooperate-page .cooperate-advantage:nth-child(2),
    .style2-cooperate-page .cooperate-advantage:nth-child(n + 3) {
        min-height: 0;
        padding: 26px 24px;
        border: 1px solid #dfe8f2;
        border-radius: 6px;
        background: #ffffff;
    }

    .style2-cooperate-page .cooperate-advantage:hover {
        transform: none;
        box-shadow: none;
    }

    .style2-cooperate-page .cooperate-advantage__icon,
    .style2-cooperate-page .cooperate-advantage__icon img {
        width: 60px;
        height: 60px;
    }

    .style2-cooperate-page .cooperate-advantage__index {
        top: 26px;
        right: 22px;
        font-size: 25px;
    }

    .style2-cooperate-page .cooperate-advantage h3 {
        margin-top: 20px;
        font-size: 19px;
    }

    .style2-cooperate-page .cooperate-process__item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        padding: 22px 18px;
    }

    .style2-cooperate-page .cooperate-process__item:not(:last-child)::after {
        left: 41px;
    }

    .style2-cooperate-page .cooperate-process__number {
        font-size: 25px;
    }

    .style2-cooperate-page .cooperate-process__content h3 {
        font-size: 18px;
    }

    .style2-cooperate-page .cooperate-process__action {
        flex-direction: column;
        gap: 8px;
        margin-top: 28px;
    }

    .style2-cooperate-page .cooperate-faq__layout {
        gap: 26px;
    }

    .style2-cooperate-page .cooperate-faq__item summary {
        gap: 14px;
        min-height: 68px;
        padding: 16px 2px;
        font-size: 15px;
    }

    .style2-cooperate-page .cooperate-faq__answer {
        padding: 0 40px 22px 2px;
        font-size: 14px;
        line-height: 1.8;
    }
}

@media (prefers-reduced-motion: reduce) {
    .style2-cooperate-page .animate-on-scroll,
    .style2-cooperate-page .cooperate-button,
    .style2-cooperate-page .cooperate-advantage,
    .style2-cooperate-page .cooperate-faq__item summary i {
        transition: none;
    }

    .style2-cooperate-page .animate-on-scroll {
        opacity: 1;
        transform: none;
    }
}

/* Data-driven partnership page redesign */
.style2-cooperate-page .partner-hero {
    overflow: hidden;
    background: #f4f8ff;
}

.style2-cooperate-page .partner-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: 72px;
    align-items: center;
    min-height: 540px;
    padding: 96px 0 80px;
}

.style2-cooperate-page .partner-hero__copy h1,
.style2-cooperate-page .partner-section h2 {
    margin: 0;
    color: #14233d;
    font-weight: 700;
    letter-spacing: 0;
}

.style2-cooperate-page .partner-hero__copy h1 {
    max-width: 620px;
    font-size: 48px;
    line-height: 1.24;
}

.style2-cooperate-page .partner-hero__copy > p {
    max-width: 580px;
    margin: 24px 0 0;
    color: #53637b;
    font-size: 17px;
    line-height: 1.9;
}

.style2-cooperate-page .partner-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.style2-cooperate-page .partner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.style2-cooperate-page .partner-button:hover { transform: translateY(-2px); }
.style2-cooperate-page .partner-button--primary { color: #fff; background: #1769e0; box-shadow: 0 12px 26px rgba(23, 105, 224, .22); }
.style2-cooperate-page .partner-button--primary:hover { color: #fff; background: #0f55ba; }
.style2-cooperate-page .partner-button--secondary { color: #1c5eba; border-color: #aac8ee; background: #fff; }
.style2-cooperate-page .partner-button--secondary:hover { color: #124990; border-color: #5d9ce4; }
.style2-cooperate-page .partner-button--dark { color: #fff; background: #14233d; }
.style2-cooperate-page .partner-button--dark:hover { color: #fff; background: #0b1628; }

.style2-cooperate-page .partner-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin: 42px 0 0;
}

.style2-cooperate-page .partner-hero__facts div { min-width: 164px; padding-left: 15px; border-left: 2px solid #5bc4e9; }
.style2-cooperate-page .partner-hero__facts dt { color: #8090a8; font-size: 12px; }
.style2-cooperate-page .partner-hero__facts dd { margin: 7px 0 0; color: #243958; font-size: 14px; font-weight: 600; }

.style2-cooperate-page .partner-hero__visual {
    position: relative;
    min-height: 350px;
    padding: 18px;
    border: 1px solid #c8dcf5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 54px rgba(34, 81, 143, .16);
}

.style2-cooperate-page .partner-hero__visual::before {
    position: absolute;
    z-index: -1;
    right: -56px;
    bottom: -48px;
    width: 200px;
    height: 200px;
    border: 22px solid #d8eeff;
    border-radius: 50%;
    content: "";
}

.style2-cooperate-page .partner-hero__visual-top { display: flex; align-items: center; height: 34px; padding: 0 10px; border-bottom: 1px solid #e6eef8; color: #61728a; font-size: 13px; }
.style2-cooperate-page .partner-hero__visual-top span { margin-right: auto; font-weight: 600; }
.style2-cooperate-page .partner-hero__visual-top i { width: 7px; height: 7px; margin-left: 6px; border-radius: 50%; background: #b8c9dc; }
.style2-cooperate-page .partner-hero__visual-top i:first-of-type { background: #4ebfe7; }
.style2-cooperate-page .partner-hero__visual-main { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 44px 10px 32px; }
.style2-cooperate-page .partner-hero__visual-card { min-height: 176px; padding: 18px 16px; border: 1px solid #dce9f8; border-radius: 6px; }
.style2-cooperate-page .partner-hero__visual-card span { display: block; color: #86a4c6; font-size: 12px; font-weight: 700; }
.style2-cooperate-page .partner-hero__visual-card strong { display: block; margin-top: 36px; color: #17345e; font-size: 16px; }
.style2-cooperate-page .partner-hero__visual-card em { display: block; margin-top: 8px; color: #72849d; font-size: 12px; font-style: normal; line-height: 1.5; }
.style2-cooperate-page .partner-hero__visual-card--blue { border-color: #1769e0; background: #1769e0; }
.style2-cooperate-page .partner-hero__visual-card--blue span, .style2-cooperate-page .partner-hero__visual-card--blue strong { color: #fff; }
.style2-cooperate-page .partner-hero__visual-card--blue em { color: rgba(255, 255, 255, .72); }
.style2-cooperate-page .partner-hero__visual-card--cyan { background: #e8f7fc; }
.style2-cooperate-page .partner-hero__visual-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0 10px; }
.style2-cooperate-page .partner-hero__visual-foot span { padding-top: 12px; border-top: 2px solid #81cce8; color: #6c7e95; font-size: 12px; }

.style2-cooperate-page .partner-section { padding: 92px 0; }
.style2-cooperate-page .partner-section h2 { font-size: 34px; line-height: 1.32; }
.style2-cooperate-page .partner-section p { margin: 12px 0 0; color: #6c7d94; font-size: 15px; line-height: 1.8; }
.style2-cooperate-page .partner-section__head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.style2-cooperate-page .partner-text-link { flex: 0 0 auto; color: #1769e0; font-size: 15px; font-weight: 600; }
.style2-cooperate-page .partner-text-link span { margin-left: 7px; transition: transform .2s ease; }
.style2-cooperate-page .partner-text-link:hover span { display: inline-block; transform: translateX(4px); }

.style2-cooperate-page .partner-catalog { background: #fff; }
.style2-cooperate-page .partner-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #dbe7f4; border-left: 1px solid #dbe7f4; }
.style2-cooperate-page .partner-category-card { position: relative; display: flex; min-height: 210px; padding: 26px 24px; border-right: 1px solid #dbe7f4; border-bottom: 1px solid #dbe7f4; background: #fff; transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.style2-cooperate-page .partner-category-card:hover { z-index: 1; color: inherit; background: #f5faff; box-shadow: 0 18px 34px rgba(40, 91, 155, .12); transform: translateY(-4px); }
.style2-cooperate-page .partner-category-card__number { position: absolute; top: 23px; right: 24px; color: #b4c5da; font-size: 12px; font-weight: 700; }
.style2-cooperate-page .partner-category-card__image { position: absolute; right: 24px; bottom: 24px; width: 58px; height: 58px; overflow: hidden; border-radius: 6px; background: #eaf4ff; }
.style2-cooperate-page .partner-category-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.style2-cooperate-page .partner-category-card__copy { padding-right: 50px; }
.style2-cooperate-page .partner-category-card__copy strong { display: block; color: #203554; font-size: 19px; line-height: 1.45; }
.style2-cooperate-page .partner-category-card__copy em { display: block; margin-top: 9px; color: #7f91a7; font-size: 13px; font-style: normal; }
.style2-cooperate-page .partner-category-card b { position: absolute; bottom: 25px; left: 24px; color: #1769e0; font-size: 18px; font-weight: 400; }

.style2-cooperate-page .partner-goods { border-top: 1px solid #e5edf7; background: #f4f8ff; }
.style2-cooperate-page .partner-goods__layout { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 94px; align-items: start; }
.style2-cooperate-page .partner-goods__intro { position: sticky; top: 108px; }
.style2-cooperate-page .partner-goods__intro .partner-button { margin-top: 28px; }
.style2-cooperate-page .partner-goods__list { border-top: 1px solid #d4e2f1; }
.style2-cooperate-page .partner-goods-row { display: grid; grid-template-columns: 62px minmax(0, 1fr) auto; gap: 20px; align-items: center; min-height: 94px; padding: 14px 0; border-bottom: 1px solid #d4e2f1; }
.style2-cooperate-page .partner-goods-row:hover { color: inherit; }
.style2-cooperate-page .partner-goods-row__image { width: 62px; height: 62px; overflow: hidden; border-radius: 6px; background: #dfeefe; }
.style2-cooperate-page .partner-goods-row__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.style2-cooperate-page .partner-goods-row__copy strong { display: block; color: #203554; font-size: 16px; }
.style2-cooperate-page .partner-goods-row__copy em { display: block; margin-top: 7px; color: #7a8ba1; font-size: 13px; font-style: normal; }
.style2-cooperate-page .partner-goods-row__action { color: #1769e0; font-size: 14px; font-weight: 600; white-space: nowrap; }
.style2-cooperate-page .partner-goods-row__action b { margin-left: 8px; font-size: 16px; font-weight: 400; }
.style2-cooperate-page .partner-goods-empty { padding: 42px 0; color: #7d8ea5; text-align: center; }

.style2-cooperate-page .partner-process { background: #14233d; }
.style2-cooperate-page .partner-section__head--inverse h2 { color: #fff; }
.style2-cooperate-page .partner-section__head--inverse p { color: #aabbd0; }
.style2-cooperate-page .partner-process__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); }
.style2-cooperate-page .partner-process__list li { position: relative; min-height: 244px; padding: 34px 38px 30px; border-right: 1px solid rgba(255, 255, 255, .18); }
.style2-cooperate-page .partner-process__list li:first-child { border-left: 1px solid rgba(255, 255, 255, .18); }
.style2-cooperate-page .partner-process__list span { color: #67d3ef; font-size: 15px; font-weight: 700; }
.style2-cooperate-page .partner-process__list h3 { margin: 54px 0 0; color: #fff; font-size: 21px; }
.style2-cooperate-page .partner-process__list p { color: #b4c5d8; font-size: 14px; }

.style2-cooperate-page .partner-faq { background: #fff; }
.style2-cooperate-page .partner-faq__layout { display: grid; grid-template-columns: minmax(240px, .66fr) minmax(0, 1.34fr); gap: 104px; align-items: start; }
.style2-cooperate-page .partner-faq__intro { position: sticky; top: 108px; }
.style2-cooperate-page .partner-faq__intro .partner-text-link { display: inline-block; margin-top: 30px; }
.style2-cooperate-page .partner-faq__list { border-top: 1px solid #dce7f2; }
.style2-cooperate-page .partner-faq__item { border-bottom: 1px solid #dce7f2; }
.style2-cooperate-page .partner-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; padding: 16px 2px; color: #243956; font-size: 16px; font-weight: 600; line-height: 1.6; list-style: none; cursor: pointer; }
.style2-cooperate-page .partner-faq__item summary::-webkit-details-marker { display: none; }
.style2-cooperate-page .partner-faq__item summary i { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border: 1px solid #c9d9ea; border-radius: 50%; }
.style2-cooperate-page .partner-faq__item summary i::before, .style2-cooperate-page .partner-faq__item summary i::after { position: absolute; top: 12px; left: 7px; width: 10px; height: 1px; background: #637892; content: ""; }
.style2-cooperate-page .partner-faq__item summary i::after { transform: rotate(90deg); }
.style2-cooperate-page .partner-faq__item[open] summary { color: #1769e0; }
.style2-cooperate-page .partner-faq__item[open] summary i { border-color: #1769e0; background: #1769e0; transform: rotate(45deg); }
.style2-cooperate-page .partner-faq__item[open] summary i::before, .style2-cooperate-page .partner-faq__item[open] summary i::after { background: #fff; }
.style2-cooperate-page .partner-faq__answer { padding: 0 40px 26px 2px; color: #6d7f96; font-size: 14px; line-height: 1.9; overflow-wrap: anywhere; }
.style2-cooperate-page .partner-faq__answer p { margin: 0; }
.style2-cooperate-page .partner-faq__answer img { max-width: 100%; height: auto; }
.style2-cooperate-page .partner-faq__empty { padding: 42px 0; color: #8797ab; text-align: center; }

@media screen and (max-width: 1024px) {
    .style2-cooperate-page .partner-hero__layout { grid-template-columns: minmax(0, 1fr) minmax(350px, .78fr); gap: 42px; }
    .style2-cooperate-page .partner-hero__copy h1 { font-size: 40px; }
    .style2-cooperate-page .partner-hero__visual-main { gap: 8px; padding: 32px 4px 25px; }
    .style2-cooperate-page .partner-hero__visual-card { padding: 15px 12px; }
    .style2-cooperate-page .partner-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .style2-cooperate-page .partner-goods__layout, .style2-cooperate-page .partner-faq__layout { gap: 52px; }
}

@media screen and (max-width: 768px) {
    .style2-cooperate-page .partner-hero__layout { grid-template-columns: 1fr; gap: 34px; min-height: 0; padding: 60px 0 52px; }
    .style2-cooperate-page .partner-hero__copy h1 { font-size: 34px; }
    .style2-cooperate-page .partner-hero__copy > p { font-size: 15px; }
    .style2-cooperate-page .partner-hero__visual { min-height: 286px; }
    .style2-cooperate-page .partner-hero__visual-main { padding: 30px 0 20px; }
    .style2-cooperate-page .partner-hero__visual-card { min-height: 140px; }
    .style2-cooperate-page .partner-hero__visual-card strong { margin-top: 25px; font-size: 14px; }
    .style2-cooperate-page .partner-section { padding: 64px 0; }
    .style2-cooperate-page .partner-section h2 { font-size: 28px; }
    .style2-cooperate-page .partner-section__head { align-items: start; margin-bottom: 32px; }
    .style2-cooperate-page .partner-category-card { min-height: 184px; }
    .style2-cooperate-page .partner-goods__layout, .style2-cooperate-page .partner-faq__layout { grid-template-columns: 1fr; gap: 34px; }
    .style2-cooperate-page .partner-goods__intro, .style2-cooperate-page .partner-faq__intro { position: static; }
    .style2-cooperate-page .partner-process__list { grid-template-columns: 1fr; }
    .style2-cooperate-page .partner-process__list li, .style2-cooperate-page .partner-process__list li:first-child { min-height: 0; padding: 26px 24px; border-left: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); }
    .style2-cooperate-page .partner-process__list li:last-child { border-bottom: 0; }
    .style2-cooperate-page .partner-process__list h3 { margin-top: 26px; }
}

@media screen and (max-width: 520px) {
    .style2-cooperate-page .partner-hero__copy h1 { font-size: 29px; }
    .style2-cooperate-page .partner-hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
    .style2-cooperate-page .partner-button { min-width: 0; padding: 0 12px; font-size: 14px; }
    .style2-cooperate-page .partner-hero__facts { gap: 16px; margin-top: 32px; }
    .style2-cooperate-page .partner-hero__facts div { min-width: calc(50% - 8px); }
    .style2-cooperate-page .partner-hero__visual { padding: 12px; }
    .style2-cooperate-page .partner-hero__visual-card { min-height: 126px; padding: 12px 9px; }
    .style2-cooperate-page .partner-hero__visual-card strong { font-size: 13px; }
    .style2-cooperate-page .partner-hero__visual-card em { font-size: 11px; }
    .style2-cooperate-page .partner-section { padding: 50px 0; }
    .style2-cooperate-page .partner-section h2 { font-size: 25px; }
    .style2-cooperate-page .partner-section__head { display: block; }
    .style2-cooperate-page .partner-section__head .partner-text-link { display: inline-block; margin-top: 18px; }
    .style2-cooperate-page .partner-category-grid { grid-template-columns: 1fr; }
    .style2-cooperate-page .partner-category-card { min-height: 145px; padding: 20px; }
    .style2-cooperate-page .partner-category-card__number { top: 20px; right: 20px; }
    .style2-cooperate-page .partner-category-card__image { right: 20px; bottom: 20px; width: 50px; height: 50px; }
    .style2-cooperate-page .partner-category-card b { bottom: 20px; left: 20px; }
    .style2-cooperate-page .partner-goods-row { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; }
    .style2-cooperate-page .partner-goods-row__image { width: 52px; height: 52px; }
    .style2-cooperate-page .partner-goods-row__action { display: none; }
    .style2-cooperate-page .partner-faq__item summary { min-height: 70px; font-size: 15px; }
}
