.careers .container {
    max-width: 1500px;
}

.careers-content {
    display: block !important;
    width: 100%;
    max-width: none;
}

.careers-intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(340px, .65fr);
    gap: 48px;
    align-items: center;
    padding: 42px;
    overflow: hidden;
    border: 1px solid rgba(0, 198, 255, .22);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(20, 31, 54, .92), rgba(10, 15, 31, .94));
    box-shadow: 0 24px 55px rgba(0, 16, 42, .24);
}

.careers-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #00c6ff, rgba(0, 198, 255, 0));
}

.careers-intro h3 {
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(1.65rem, 2.2vw, 2.15rem);
}

.careers-paragraph-grid {
    display: grid;
    gap: 20px;
}

.careers-paragraph-grid p {
    margin: 0;
    padding-left: 18px;
    border-left: 2px solid rgba(0, 198, 255, .38);
    color: rgba(255, 255, 255, .76);
    line-height: 1.9;
    text-indent: 0;
}

.careers-ecosystem {
    position: relative;
    width: min(100%, 390px);
    aspect-ratio: 1;
    margin: 0 auto;
    border: 1px solid rgba(0, 198, 255, .22);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 198, 255, .15), rgba(12, 18, 38, .2) 58%, transparent 59%);
}

.careers-ecosystem::before,
.careers-ecosystem::after {
    content: '';
    position: absolute;
    inset: 14%;
    border-radius: 50%;
}

.careers-ecosystem::before {
    z-index: 1;
    border: 1px solid rgba(0, 198, 255, .12);
}

.careers-ecosystem::after {
    inset: 29%;
    border: 1px solid rgba(0, 198, 255, .18);
}

.ecosystem-flow {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.ecosystem-flow circle {
    fill: none;
    stroke: #00c6ff;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-dasharray: 7 8;
    filter: drop-shadow(0 0 4px rgba(0, 198, 255, .8));
    animation: ecosystem-arrow-flow 1.4s linear infinite;
}

@keyframes ecosystem-arrow-flow {
    to { stroke-dashoffset: -30; }
}

.ecosystem-core {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 216px;
    height: 216px;
    padding: 22px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0, 198, 255, .42);
    border-radius: 50%;
    background: rgba(10, 22, 43, .96);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 198, 255, .18);
}

.ecosystem-core img {
    margin-bottom: 9px;
    object-fit: contain;
}

.ecosystem-core strong {
    color: #fff;
    font-size: 1.02rem;
    white-space: nowrap;
}

.ecosystem-core span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .62);
    font-size: .8rem;
}

.ecosystem-chain {
    position: absolute;
    z-index: 3;
    min-width: 78px;
    padding: 9px 13px;
    border: 1px solid rgba(0, 198, 255, .32);
    border-radius: 999px;
    background: #101a30;
    color: #dff8ff;
    font-size: .9rem;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0, 18, 48, .35);
}

.chain-education { top: 4%; left: 50%; transform: translateX(-50%); }
.chain-talent { top: 50%; right: -2%; transform: translateY(-50%); }
.chain-industry { bottom: 4%; left: 50%; transform: translateX(-50%); }
.chain-innovation { top: 50%; left: -2%; transform: translateY(-50%); }

.careers-content > .careers-stats {
    position: relative;
    z-index: 3;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin: 26px 0 0;
}

.careers-content > .careers-stats .career-stat-item {
    min-height: 140px;
    padding: 24px 18px;
    border: 1px solid rgba(0, 198, 255, .2);
    border-radius: 16px;
    background: linear-gradient(145deg, #15172c, #0d1022);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 18px 35px rgba(0, 10, 30, .3);
    visibility: visible !important;
    opacity: 1 !important;
}

.careers-cooperation {
    margin-top: 44px;
    padding: 40px 34px 34px;
    border: 1px solid rgba(0, 198, 255, .18);
    border-radius: 22px;
    background: rgba(255, 255, 255, .025);
}

.careers-cooperation-heading {
    margin-bottom: 28px;
}

.careers-cooperation-heading h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.55rem, 2vw, 2rem);
}

.cooperation-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0 !important;
    padding: 0 !important;
}

.cooperation-list > li {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 26px !important;
    overflow: hidden;
    list-style: none;
    border: 1px solid rgba(0, 198, 255, .16);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(22, 34, 55, .78), rgba(12, 18, 34, .84));
}

.cooperation-list > li::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background: linear-gradient(90deg, #00c6ff, transparent) !important;
}

.cooperation-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cooperation-card-head span {
    color: rgba(0, 198, 255, .34);
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1;
}

.cooperation-card-head img {
    object-fit: contain;
}

.cooperation-list strong {
    display: block;
    margin-bottom: 14px;
    color: #00c6ff;
    font-size: 1.18rem;
}

.cooperation-list p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    line-height: 1.85;
    text-indent: 0;
}

.careers-content .careers-text .cooperation-list > li:hover {
    padding: 26px !important;
}

@media (max-width: 1100px) {
    .careers-intro { grid-template-columns: 1fr; }
    .careers-ecosystem { width: min(100%, 360px); }
    .cooperation-list { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .careers-intro { padding: 28px 22px 36px; gap: 34px; }
    .careers-content > .careers-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 20px 0 0; }
    .careers-cooperation { padding: 30px 20px 22px; }
    .cooperation-list > li { padding: 22px !important; }
    .careers-content .careers-text .cooperation-list > li:hover { padding: 22px !important; }
}

@media (max-width: 480px) {
    .careers-ecosystem { width: 290px; max-width: 100%; }
    .ecosystem-core { width: 172px; height: 172px; padding: 14px; }
    .ecosystem-core img { width: 50px; height: 50px; }
    .ecosystem-core strong { font-size: .88rem; }
    .ecosystem-chain { min-width: 66px; padding: 7px 9px; font-size: .8rem; }
    .careers-content > .careers-stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .ecosystem-flow circle { animation: none; }
}
