.kxcyr-page {
    overflow: hidden;
    color: #174829;
    background: #fffdf8;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.kxcyr-page * {
    box-sizing: border-box;
}

.kxcyr-hero {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #f7f8f5;
}

.kxcyr-hero-bg {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
}

.kxcyr-hero-shade {
    display: none;
}

.kxcyr-hero-inner {
    display: none;
}

.kxcyr-hero-copy {
    position: absolute;
    left: 68px;
    top: 130px;
    color: #1e5330;
}

.kxcyr-hero-copy p {
    margin: 0 0 18px;
    color: #254d36;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 600;
}

.kxcyr-hero-copy h1 {
    margin: 0 0 26px;
    color: #174829;
    font-family: "SimSun", "Songti SC", serif;
    font-size: 76px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0;
}

.kxcyr-hero-btn {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 28px;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(90deg, #b28643, #d1a65a);
    box-shadow: 0 12px 24px rgba(128,91,39,.22);
}

.kxcyr-hero-name {
    position: absolute;
    right: 158px;
    top: 198px;
    display: flex;
    align-items: center;
    gap: 18px;
    writing-mode: vertical-rl;
    display: none;
    color: #174829;
}

.kxcyr-hero-name strong {
    font-family: "SimSun", "Songti SC", serif;
    font-size: 42px;
    line-height: 1;
}

.kxcyr-hero-name span {
    font-size: 16px;
    line-height: 1.4;
}

.kxcyr-hero-points {
    position: absolute;
    left: 64px;
    bottom: 54px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 690px;
    min-height: 104px;
    border-radius: 14px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 18px 45px rgba(36,68,47,.16);
    border: 1px solid rgba(47,107,62,.12);
}

.kxcyr-point {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 22px 24px;
}

.kxcyr-point + .kxcyr-point {
    border-left: 1px solid rgba(47,107,62,.12);
}

.kxcyr-point i {
    grid-row: 1 / span 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(47,107,62,.36);
    background:
        radial-gradient(circle, rgba(47,107,62,.14) 0 38%, transparent 39%),
        #fff;
}

.kxcyr-point strong {
    align-self: end;
    color: #35573a;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
}

.kxcyr-point span {
    align-self: start;
    color: #7b897c;
    font-size: 14px;
    line-height: 1.35;
}

.kxcyr-section {
    width: 1320px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

.kxcyr-title {
    position: relative;
    text-align: center;
}

.kxcyr-title h2 {
    margin: 0;
    color: #174829;
    font-family: "SimSun", "Songti SC", serif;
    font-size: 38px;
    line-height: 1.28;
    font-weight: 700;
}

.kxcyr-title h2 span {
    color: #546451;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.kxcyr-title h2:before,
.kxcyr-title h2:after {
    content: "";
    display: inline-block;
    width: 54px;
    height: 1px;
    margin: 0 18px 10px;
    background: #c8aa6c;
    vertical-align: middle;
}

.kxcyr-title p {
    margin: 8px 0 0;
    color: #768071;
    font-size: 16px;
    line-height: 1.7;
}

.kxcyr-profile {
    padding: 54px 0 38px;
}

.kxcyr-profile-card {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 38px;
    margin-top: 34px;
    padding: 24px 28px 28px;
    border: 1px solid rgba(47,107,62,.2);
    border-radius: 8px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 14px 34px rgba(36,68,47,.08);
}

.kxcyr-profile-photo {
    height: 360px;
    overflow: hidden;
    border-radius: 4px;
    background: #e6ded3;
}

.kxcyr-profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.kxcyr-profile-head {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 30px;
}

.kxcyr-profile-info h3 {
    margin: 6px 0 18px;
    color: #174829;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}

.kxcyr-profile-info dl {
    display: grid;
    grid-template-columns: 88px 1fr;
    row-gap: 13px;
    margin: 0;
    color: #546451;
    font-size: 15px;
    line-height: 1.5;
}

.kxcyr-profile-info dt {
    color: #1f6b45;
    font-weight: 700;
}

.kxcyr-profile-info dd {
    margin: 0;
}

.kxcyr-honors {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.kxcyr-honors li b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    border-radius: 50%;
    color: #c18747;
    font-size: 20px;
    border: 2px solid rgba(185,139,67,.4);
}

.kxcyr-honors li span {
    color: #6c6b58;
    font-size: 14px;
}

.kxcyr-study {
    margin-top: 28px;
    padding: 22px 28px;
    border: 1px solid rgba(47,107,62,.25);
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(247,251,241,.9), rgba(255,253,244,.86));
}

.kxcyr-study p {
    margin: 0;
    color: #536457;
    font-size: 15px;
    line-height: 1.9;
}

.kxcyr-skill-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 34px;
}

.kxcyr-skill-grid article {
    position: relative;
    min-height: 176px;
    padding: 26px 34px;
    border: 1px solid rgba(185,139,67,.26);
    border-radius: 12px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 12px 28px rgba(36,68,47,.06);
}

.kxcyr-skill-grid article i {
    position: absolute;
    right: 26px;
    top: 18px;
    color: rgba(185,139,67,.13);
    font-family: Georgia, serif;
    font-size: 58px;
    font-style: italic;
}

.kxcyr-skill-grid article h3 {
    margin: 0 0 16px;
    color: #174829;
    font-size: 23px;
    font-weight: 700;
}

.kxcyr-skill-grid article p {
    margin: 0;
    color: #59675b;
    font-size: 15px;
    line-height: 1.82;
}

.kxcyr-career {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 42px 0 58px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.78)),
        url("../home-ui/backgrounds/png/04_page_soft_leaf_bg.png") center/cover no-repeat;
}

.kxcyr-career .kxcyr-title,
.kxcyr-career-stage,
.kxcyr-dots {
    width: 1320px;
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}

.kxcyr-career-stage {
    position: relative;
    display: grid;
    grid-template-columns: 190px 1fr 190px;
    gap: 28px;
    align-items: center;
    margin-top: 32px;
}

.kxcyr-career-main {
    aspect-ratio: 3 / 2;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(36,68,47,.12);
}

.kxcyr-career-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kxcyr-career-thumbs {
    display: grid;
    gap: 12px;
}

.kxcyr-career-thumbs img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    height: auto;
    object-fit: cover;
    box-sizing: border-box;
    border-radius: 8px;
    border: 5px solid #fff;
    box-shadow: 0 10px 22px rgba(36,68,47,.1);
    cursor: pointer;
    transition: transform .3s cubic-bezier(.22,.61,.36,1), border-color .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s cubic-bezier(.22,.61,.36,1), opacity .3s cubic-bezier(.22,.61,.36,1);
}

.kxcyr-career-thumbs img:hover,
.kxcyr-career-thumbs img.is-active {
    border-color: #2f7b4c;
    box-shadow: 0 14px 26px rgba(47,107,62,.18);
    transform: translateY(-2px);
}

.kxcyr-arrow {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    border: 0;
    border-radius: 50%;
    background: #2f7b4c;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(47,107,62,.22);
}

.kxcyr-arrow:before {
    content: "";
    position: absolute;
    left: 21px;
    top: 18px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

.kxcyr-prev {
    left: -72px;
}

.kxcyr-next {
    right: -72px;
}

.kxcyr-next:before {
    left: 17px;
    transform: rotate(135deg);
}

.kxcyr-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}

.kxcyr-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d8d8d2;
    cursor: pointer;
    transition: background .3s cubic-bezier(.22,.61,.36,1), transform .3s cubic-bezier(.22,.61,.36,1);
}

.kxcyr-dots .on {
    background: #2f7b4c;
    transform: scale(1.18);
}

.kxcyr-belief {
    padding: 50px 0 28px;
    background: linear-gradient(180deg, #fff 0%, #f7faf4 100%);
}

.kxcyr-belief .kxcyr-title {
    width: 980px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    padding-bottom: 4px;
}

.kxcyr-belief .kxcyr-title p {
    position: relative;
    display: inline-block;
    max-width: 760px;
    padding: 0 56px;
    color: #566458;
}

.kxcyr-belief .kxcyr-title p:before,
.kxcyr-belief .kxcyr-title p:after {
    position: absolute;
    top: -12px;
    color: rgba(47,123,76,.82);
    font-family: Georgia, serif;
    font-size: 46px;
    line-height: 1;
}

.kxcyr-belief .kxcyr-title p:before {
    content: "“";
    left: 12px;
}

.kxcyr-belief .kxcyr-title p:after {
    content: "”";
    right: 12px;
}

.kxcyr-solution {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, .82fr) minmax(560px, 1.18fr);
    align-items: center;
    gap: 58px;
    width: 1320px;
    max-width: calc(100% - 80px);
    min-height: 0;
    margin: 0 auto 58px;
    padding: 58px 62px;
    box-sizing: border-box;
    border-radius: 22px;
    background:
        radial-gradient(circle at 74% 54%, rgba(232,205,143,.28) 0, rgba(232,205,143,.08) 25%, transparent 48%),
        linear-gradient(115deg, #073b25 0%, #0b5634 54%, #12643f 100%);
    box-shadow: 0 24px 58px rgba(21,71,43,.18);
    overflow: hidden;
}

.kxcyr-solution:before {
    content: "";
    position: absolute;
    right: -190px;
    top: -230px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.14), rgba(255,255,255,.05) 48%, transparent 70%);
}

.kxcyr-solution-copy {
    position: relative;
    z-index: 2;
    width: auto;
    color: #fff;
}

.kxcyr-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.kxcyr-tags span {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 20px;
    border-radius: 999px;
    color: #f3d89f;
    font-size: 15px;
    border: 1px solid rgba(243,216,159,.62);
}

.kxcyr-solution h2 {
    margin: 0 0 28px;
    font-family: "SimSun", "Songti SC", serif;
    font-size: 42px;
    line-height: 1.22;
    font-weight: 700;
    color: #fff;
    text-wrap: balance;
}

.kxcyr-solution ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(110px, 1fr));
    max-width: 360px;
    gap: 16px 28px;
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
    font-size: 17px;
}

.kxcyr-solution li:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 8px;
    margin-right: 10px;
    border-left: 2px solid #f3d89f;
    border-bottom: 2px solid #f3d89f;
    transform: rotate(-45deg) translateY(-3px);
}

.kxcyr-solution-img {
    position: relative;
    justify-self: stretch;
    z-index: 1;
    width: 100%;
    aspect-ratio: 16 / 5;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    opacity: .98;
    box-shadow: 0 24px 48px rgba(0,0,0,.24);
}

.kxcyr-solution-person {
    position: absolute;
    right: calc((100% - 1320px) / 2 + 20px);
    bottom: 0;
    z-index: 2;
    display: none;
    width: 260px;
    height: 340px;
    object-fit: cover;
    object-position: center top;
}

.kxcyr-quote-video {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 28px;
    width: 1160px;
    max-width: calc(100% - 80px);
    margin: 36px auto 48px;
}

.kxcyr-quote,
.kxcyr-video {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(36,68,47,.1);
}

.kxcyr-quote {
    min-height: 250px;
    padding: 48px 42px 36px;
    border: 1px solid rgba(185,139,67,.28);
    background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,251,240,.9)),
        url("../home-ui/backgrounds/png/05_card_ivory_botanical_bg.png") center/cover no-repeat;
}

.kxcyr-quote h3,
.kxcyr-video h3 {
    margin: 0 0 22px;
    color: #174829;
    font-size: 25px;
    font-weight: 700;
}

.kxcyr-quote p {
    margin: 0;
    color: #5a665c;
    font-size: 17px;
    line-height: 1.9;
}

.kxcyr-quote span {
    display: block;
    margin-top: 24px;
    text-align: right;
    color: #174829;
    font-size: 18px;
}

.kxcyr-video {
    padding: 34px 38px 38px;
}

.kxcyr-video video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 4px;
    background: #111;
}

@media (max-width: 1500px) {
    .kxcyr-hero-inner,
    .kxcyr-section,
    .kxcyr-career .kxcyr-title,
    .kxcyr-career-stage,
    .kxcyr-dots {
        width: 1180px;
    }

    .kxcyr-hero-copy {
        left: 20px;
    }

    .kxcyr-hero-points {
        left: 20px;
    }
}

@media (max-width: 1100px) {
    .kxcyr-solution {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 44px 34px;
    }

    .kxcyr-solution-img {
        max-width: 760px;
        justify-self: center;
    }
}
