/* ==========================================================================
   世纪英才 项目三级栏目内页 - 样式
   模板：template/index/default/show/project_inner.html
   ========================================================================== */

:root {
    --yc-show-container: 1200px;
    --yc-show-blue: #003371;
    --yc-show-text: #1f1f1f;
    --yc-show-text-sub: #777777;
    --yc-show-border: #eceff3;
}

.yc-show-hero {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.yc-show-hero-media {
    width: 100%;
    height: 100%;
}

.yc-show-hero-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.yc-show-hero-img-empty {
    background: #f5f5f5;
}

.yc-show-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.22) 46%, rgba(0, 0, 0, 0) 75%);
}

.yc-show-hero-content {
    width: var(--yc-show-container);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 20px;
    color: #ffffff;
    text-align: center;
}

.yc-show-hero-en {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.92;
}

.yc-show-hero-cn {
    margin-top: 12px;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
}

.yc-show-main {
    background: #ffffff;
    padding: 30px 0 60px 0;
}

.yc-project-inner-page .yc-show-main {
    padding-top: 94px;
    padding-bottom: 0;
}

.yc-show-shell {
    max-width: var(--yc-show-container);
    margin: 0 auto;
    padding: 0 20px;
}

.yc-project-inner-page .yc-show-shell {
    max-width: 1220px;
    padding: 0;
}

.yc-show-layout {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.yc-project-inner-page .yc-show-layout {
    display: block;
}

.yc-project-inner-page .yc-show-article {
    width: 100%;
    max-width: none;
    flex: none;
    padding-bottom: 0;
}

.yc-show-side {
    order: 2;
    flex: 0 0 280px;
    width: 280px;
    padding-top: 44px;
}

.yc-show-side-search {
    margin-bottom: 30px;
}

.yc-show-side-search-control {
    position: relative;
}

.yc-show-side-search-select {
    width: 100%;
    height: 40px;
    padding: 0 44px 0 14px;
    border: 0;
    border-radius: 0;
    background: #f5f5f5;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: inset 0 0 0 1px transparent;
    cursor: pointer;
}

.yc-show-side-search-select option {
    color: #4a4a4a;
}

.yc-show-side-search-select option[disabled]:first-child {
    color: #b5b5b5;
    display: none;
}

.yc-show-side-search-select:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 51, 113, 0.12);
}

.yc-show-side-search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 2px solid #003371;
    border-radius: 50%;
    pointer-events: none;
    box-sizing: border-box;
}

.yc-show-side-search-icon::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 6px;
    height: 2px;
    background: #003371;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center;
}

.yc-show-side-heading {
    margin: 0 0 18px;
    color: #1f1f1f;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.yc-show-side-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.yc-show-side-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 40px;
    height: 40px;
    padding: 0 14px;
    background: #f3f3f3;
    color: #003371;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box;
}

.yc-show-side-item:hover {
    background: #003371;
    color: #ffffff;
    text-decoration: none;
    transform: translateX(2px);
}

.yc-show-side-item-text {
    flex: 1;
    min-width: 0;
    color: inherit;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-show-side-item-arrow {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #003371;
    border-radius: 50%;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.yc-show-side-item-arrow::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #003371;
    border-right: 1px solid #003371;
    transform: rotate(45deg);
    transition: border-color 0.2s ease;
}

.yc-show-side-item:hover .yc-show-side-item-arrow {
    border-color: #ffffff;
}

.yc-show-side-item:hover .yc-show-side-item-arrow::before {
    border-color: #ffffff;
}

.yc-show-side-empty {
    color: #999999;
    font-size: 13px;
    line-height: 1.7;
}

.yc-show-side-hot {
    margin-top: 30px;
}

.yc-show-side-hotline {
    margin-top: 32px;
}

.yc-show-side-heading-light {
    color: #111111;
    font-size: 18px;
    font-weight: 400;
}

.yc-show-hotline-card {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 280px;
    height: 55px;
    padding: 0 16px;
    background: #f4f4f4;
    text-decoration: none;
    box-sizing: border-box;
}

.yc-show-hotline-card,
.yc-show-hotline-card:hover,
.yc-show-hotline-card:focus,
.yc-show-hotline-card:active {
    text-decoration: none;
}

.yc-show-hotline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
}

.yc-show-hotline-icon img {
    width: 28px;
    height: 28px;
    display: block;
}

.yc-show-hotline-number {
    flex: 1 1 auto;
    min-width: 0;
    color: #003371;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-show-side-brand {
    margin-top: 32px;
}

.yc-show-side-brand-title {
    margin: 0 0 16px;
    color: #1f1f1f;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
}

.yc-show-side-brand-image {
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
    background: #f5f5f5;
}

.yc-show-side-brand-image img {
    display: block;
    width: 100%;
    height: auto;
}

.yc-show-side-brand-text {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    text-align: justify;
    word-break: break-word;
}

.yc-show-side-brand-text p {
    margin: 0 0 12px;
}

.yc-show-side-brand-text p:last-child {
    margin-bottom: 0;
}

.yc-show-hot-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.yc-show-hot-item {
    display: flex;
    gap: 12px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.yc-show-hot-item:hover {
    opacity: 0.8;
    text-decoration: none;
}

.yc-show-hot-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    overflow: hidden;
}

.yc-show-hot-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yc-show-hot-thumb-empty {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
}

.yc-show-hot-content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.yc-show-hot-title {
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a4a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}

.yc-show-hot-item:hover .yc-show-hot-title {
    color: #d9a14a;
}

.yc-show-article {
    order: 1;
    flex: 0 0 870px;
    width: 870px;
    max-width: 870px;
    margin: 0;
    padding: 0 0 24px;
    background: #ffffff;
    box-sizing: border-box;
}

.yc-show-breadcrumb {
    margin: 0 0 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6;
    color: #777777;
}

.yc-show-breadcrumb .el-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6;
    color: #777777;
}

.yc-show-breadcrumb .el-breadcrumb__item {
    display: inline-flex;
    align-items: center;
}

.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner.is-link,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner a,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner.is-link a,
.yc-show-page .yc-show-breadcrumb a,
.yc-show-page .yc-show-breadcrumb a.active_a,
.yc-show-page .yc-show-breadcrumb .active_a {
    color: #777777 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
}

.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner:hover,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner.is-link:hover,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner a:hover,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner.is-link a:hover,
.yc-show-page .yc-show-breadcrumb a:hover,
.yc-show-page .yc-show-breadcrumb a.active_a:hover,
.yc-show-page .yc-show-breadcrumb .active_a:hover {
    color: #1f1f1f !important;
}

.yc-show-page .yc-show-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner.is-link,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
    color: #777777 !important;
    font-weight: 400;
}

.yc-show-breadcrumb .el-breadcrumb__separator {
    margin: 0 8px;
    color: #777777;
    font-size: 14px;
}

.yc-show-breadcrumb-separator {
    margin: 0 8px;
    color: #777777;
    font-size: 14px;
}

.yc-show-breadcrumb-title {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

.yc-project-inner-breadcrumb {
    margin: 0 0 18px;
    position: relative;
    z-index: 5;
}

.yc-project-inner-breadcrumb-link,
.yc-project-inner-breadcrumb-current {
    color: #777777 !important;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    text-decoration: none;
}

.yc-project-inner-breadcrumb-link:hover {
    color: #1f1f1f !important;
    text-decoration: none;
}

.yc-project-inner-top {
    position: relative;
    display: grid;
    grid-template-columns: 500px 630px;
    justify-content: center;
    gap: 70px;
    align-items: center;
    padding: 34px 0 36px;
    margin-bottom: 42px;
    background: #ffffff;
    overflow: hidden;
}

.yc-project-inner-intro,
.yc-project-inner-form-panel {
    position: relative;
    z-index: 1;
}

.yc-project-inner-intro {
    width: 500px;
    max-width: 500px;
    min-height: 480px;
    margin: 0 auto;
}

.yc-project-inner-form-panel {
    justify-self: center;
}

.yc-project-inner-title {
    margin: 0;
    color: #111111;
    font-size: 36px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0;
}

.yc-project-inner-title-line {
    display: block;
    width: 100%;
    height: 9px;
    margin: 30px 0 24px;
    background: #ebeff4;
}

.yc-project-inner-summary {
    max-width: 100%;
}

.yc-project-inner-summary p {
    margin: 0 0 14px;
    color: #4d5560;
    font-size: 16px;
    line-height: 1.85;
    font-weight: 400;
}

.yc-project-inner-summary p:last-child {
    margin-bottom: 0;
}

.yc-project-inner-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 415px;
    max-width: 100%;
    height: 80px;
    margin-top: 30px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 43, 79, 0.08);
    overflow: hidden;
}

.yc-project-inner-highlight-card {
    position: relative;
    min-height: 0;
    padding: 14px 12px 10px;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-right: 1px solid #eef2f6;
}

.yc-project-inner-highlight-card::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 3px;
    height: 30px;
    border-radius: 4px;
    background: #003371;
    transform: translateY(-50%);
}

.yc-project-inner-highlight-card:last-child {
    border-right: 0;
}

.yc-project-inner-highlight-label {
    display: block;
    padding-left: 14px;
    color: #707b88;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
}

.yc-project-inner-highlight-value {
    display: block;
    margin-top: 8px;
    margin-left: 14px;
    color: #003371;
    font-size: 16px;
    line-height: 1.18;
    font-weight: 500;
    text-align: left;
}

.yc-project-inner-cta {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin-top: 32px;
    padding: 0 6px 0 28px;
    min-width: 196px;
    height: 56px;
    border-radius: 999px;
    background: #003371;
    color: #ffffff;
    text-decoration: none;
    overflow: visible;
    box-shadow: 0 12px 24px rgba(0, 51, 113, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.yc-project-inner-cta:hover {
    color: #ffffff;
    text-decoration: none;
    background: #0c428a;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 51, 113, 0.2);
}

.yc-project-inner-cta-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.yc-project-inner-cta-icon {
    position: relative;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-right: -11px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 51, 113, 0.12);
    transform: translateX(35px);
}

.yc-project-inner-cta-icon::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    border-top: 2px solid #003371;
    border-right: 2px solid #003371;
    transform: rotate(45deg);
}

.yc-project-inner-form-panel {
    display: flex;
    flex-direction: column;
    width: 630px;
    max-width: 100%;
    height: 490px;
    padding: 50px 40px 40px;
    background: #ffffff;
    border: 1px solid #edf0f4;
    box-shadow: 0 10px 28px rgba(15, 38, 73, 0.08);
    box-sizing: border-box;
}

.yc-project-inner-form-head {
    margin-bottom: 18px;
}

.yc-project-inner-form-title {
    margin: 0;
    color: #003371;
    font-size: 26px;
    line-height: 1.18;
    font-weight: 700;
}

.yc-project-inner-form-subtitle {
    margin-top: 8px;
    color: #b4bac4;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.yc-project-inner-form {
    margin: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.yc-project-inner-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 270px);
    justify-content: start;
    gap: 14px 10px;
}

.yc-project-inner-form-cell {
    width: 270px;
    min-width: 0;
}

.yc-project-inner-field {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e8ed;
    border-radius: 4px;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.yc-project-inner-field:focus-within {
    border-color: rgba(0, 51, 113, 0.32);
    box-shadow: 0 0 0 3px rgba(0, 51, 113, 0.06);
}

.yc-project-inner-field-label {
    display: inline-flex;
    align-items: center;
    flex: 0 0 110px;
    width: 110px;
    padding: 0 14px;
    background: transparent;
    border-right: 0;
    color: #6f7985;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    box-sizing: border-box;
}

.yc-project-inner-field-control {
    flex: 1 1 auto;
    min-width: 0;
}

.yc-project-inner-select,
.yc-project-inner-input {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    border: 1px solid #e5e8ed;
    border-radius: 4px;
    background: #ffffff;
    color: #3f4752;
    font-size: 14px;
    line-height: 48px;
    box-sizing: border-box;
}

.yc-project-inner-field .yc-project-inner-select,
.yc-project-inner-field .yc-project-inner-input {
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.yc-project-inner-select {
    padding-right: 34px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #a8afb9 50%),
        linear-gradient(135deg, #a8afb9 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 1px),
        calc(100% - 12px) calc(50% - 1px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.yc-project-inner-input::placeholder,
.yc-project-inner-select:invalid {
    color: #b0b6bf;
}

.yc-project-inner-select:focus,
.yc-project-inner-input:focus {
    outline: none;
}

.yc-project-inner-submit {
    display: block;
    width: 230px;
    height: 50px;
    margin-top: auto;
    border: 0;
    border-radius: 4px;
    background: #de8e45;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.yc-project-inner-submit:hover {
    background: #d27f34;
}

.yc-project-inner-submit:active {
    transform: translateY(1px);
}

.yc-project-inner-conditions {
    position: relative;
    display: grid;
    grid-template-columns: 465px minmax(0, 1fr);
    align-items: stretch;
    margin-top: 52px;
    background: #ffffff;
    overflow: visible;
}

.yc-project-inner-conditions-media {
    min-width: 0;
    height: 600px;
    background: #eef3f8;
}

.yc-project-inner-conditions-image {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center center;
}

.yc-project-inner-conditions-image-empty {
    background:
        linear-gradient(180deg, rgba(17, 64, 126, 0.08) 0%, rgba(17, 64, 126, 0.02) 100%),
        #eef3f8;
}

.yc-project-inner-conditions-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    height: 600px;
    padding: 42px 54px 52px 86px;
    background: #ffffff;
    box-sizing: border-box;
    overflow: visible;
}

.yc-project-inner-conditions-content::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 42px;
    width: 240px;
    height: 240px;
    background-image:
        linear-gradient(rgba(0, 51, 113, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 51, 113, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.5;
    pointer-events: none;
}

.yc-project-inner-conditions-title,
.yc-project-inner-conditions-line,
.yc-project-inner-conditions-list,
.yc-project-inner-conditions-cta {
    position: relative;
    z-index: 1;
}

.yc-project-inner-conditions-title {
    margin: 0;
    color: #111111;
    font-size: 40px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0;
}

.yc-project-inner-conditions-line {
    display: block;
    width: 132px;
    max-width: 100%;
    height: 4px;
    margin: 18px 0 22px;
    background: #e7ebf0;
}

.yc-project-inner-conditions-list {
    max-width: 100%;
    flex: 1 1 auto;
}

.yc-project-inner-conditions-item {
    margin: 0 0 5px;
    color: #4d5560;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
}

.yc-project-inner-conditions-item:last-child {
    margin-bottom: 0;
}

.yc-project-inner-conditions-cta {
    margin-top: 18px;
    align-self: flex-start;
    z-index: 3;
}

.yc-project-inner-process {
    position: relative;
    margin-top: -18px;
    padding-bottom: 8px;
    z-index: 2;
}

.yc-project-inner-process-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    padding: 38px 42px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 38, 73, 0.08);
}

.yc-project-inner-process-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    min-width: 0;
}

.yc-project-inner-process-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #d59a48;
    overflow: hidden;
    align-self: center;
}

.yc-project-inner-process-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yc-project-inner-process-icon-fallback {
    position: relative;
    display: block;
    width: 36px;
    height: 28px;
}

.yc-project-inner-process-icon-fallback::before,
.yc-project-inner-process-icon-fallback::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.yc-project-inner-process-icon-fallback::before {
    width: 36px;
    height: 28px;
    background:
        linear-gradient(#ffffff, #ffffff) 4px 4px / 8px 8px no-repeat,
        linear-gradient(#ffffff, #ffffff) 24px 4px / 8px 8px no-repeat,
        linear-gradient(#ffffff, #ffffff) 14px 16px / 8px 8px no-repeat,
        linear-gradient(#ffffff, #ffffff) 10px 8px / 16px 2px no-repeat,
        linear-gradient(#ffffff, #ffffff) 17px 12px / 2px 8px no-repeat;
}

.yc-project-inner-process-title {
    margin: 0;
    color: #111111;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 400;
    white-space: nowrap;
}

.yc-project-inner-process-track-wrap {
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
}

.yc-project-inner-process-track {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

.yc-project-inner-process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    background: #fbf8f1;
    box-sizing: border-box;
    white-space: nowrap;
}

.yc-project-inner-process-step-text {
    color: #9d6e35;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.yc-project-inner-process-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    color: #8d632f;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.yc-project-inner-advantages {
    margin-top: 68px;
}

.yc-project-inner-advantages-header {
    margin-bottom: 34px;
    text-align: center;
}

.yc-project-inner-advantages-en {
    color: #003371;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.yc-project-inner-advantages-title {
    margin: 10px 0 0;
    color: #111111;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 700;
}

.yc-project-inner-advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 275px);
    justify-content: center;
    gap: 24px;
}

.yc-project-inner-advantage-card {
    display: flex;
    flex-direction: column;
    width: 275px;
    height: 475px;
    min-width: 0;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 38, 73, 0.07);
    box-sizing: border-box;
}

.yc-project-inner-advantage-media {
    flex: 0 0 204px;
    height: 204px;
    background: #eef2f6;
    overflow: hidden;
}

.yc-project-inner-advantage-media img,
.yc-project-inner-advantage-media-empty {
    display: block;
    width: 100%;
    height: 100%;
}

.yc-project-inner-advantage-media img {
    object-fit: cover;
    object-position: center center;
}

.yc-project-inner-advantage-media-empty {
    background:
        linear-gradient(180deg, rgba(0, 51, 113, 0.08) 0%, rgba(0, 51, 113, 0.02) 100%),
        #eef2f6;
}

.yc-project-inner-advantage-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 28px 24px 20px;
    background: #f4f4f4;
    box-sizing: border-box;
}

.yc-project-inner-advantage-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.yc-project-inner-advantage-line {
    flex: 0 0 26px;
    width: 26px;
    height: 3px;
    background: #003371;
}

.yc-project-inner-advantage-title {
    margin: 0;
    color: #111111;
    font-size: 20px;
    line-height: 1.32;
    font-weight: 700;
}

.yc-project-inner-advantage-text {
    margin-top: 18px;
    color: #4d5560;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 400;
    word-break: break-word;
}

.yc-project-inner-advantage-action {
    display: flex;
    justify-content: flex-start;
    padding: 0 24px 28px 25px;
    background: #f4f4f4;
}

.yc-project-inner-advantage-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    min-width: 120px;
    height: 37px;
    padding: 0;
    background: #e29a50;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.yc-project-inner-advantage-button:hover {
    background: #d58e45;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.yc-project-inner-news {
    margin-top: 78px;
}

.yc-project-inner-news-header {
    margin-bottom: 34px;
    text-align: center;
}

.yc-project-inner-news-en {
    color: #003371;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.yc-project-inner-news-title {
    margin: 10px 0 0;
    color: #111111;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 700;
}

.yc-project-inner-news-layout {
    display: grid;
    grid-template-columns: 247px 291px 578px;
    gap: 26px;
    align-items: stretch;
    justify-content: center;
}

.yc-project-inner-news-hero,
.yc-project-inner-news-featured,
.yc-project-inner-news-side {
    min-width: 0;
}

.yc-project-inner-news-hero {
    width: 247px;
    height: 433px;
    overflow: hidden;
    background: #eef2f6;
}

.yc-project-inner-news-hero-link,
.yc-project-inner-news-hero-empty {
    display: block;
    width: 100%;
    height: 100%;
}

.yc-project-inner-news-hero-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.yc-project-inner-news-hero-empty {
    background:
        linear-gradient(180deg, rgba(0, 51, 113, 0.08) 0%, rgba(0, 51, 113, 0.02) 100%),
        #eef2f6;
}

.yc-project-inner-news-featured {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 291px;
    height: 433px;
}

.yc-project-inner-news-featured-item {
    min-width: 0;
}

.yc-project-inner-news-featured-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.yc-project-inner-news-featured-link:hover {
    text-decoration: none;
}

.yc-project-inner-news-featured-title:hover,
.yc-project-inner-news-featured-more:hover {
    color: #d9a14a;
}

.yc-project-inner-news-featured-title {
    margin: 0;
    color: #111111;
    font-size: 20px;
    line-height: 1.42;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-project-inner-news-featured-desc {
    margin: 18px 0 0;
    color: #4d5560;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-project-inner-news-featured-desc:hover {
    color: #d9a14a;
}

.yc-project-inner-news-featured-more {
    display: inline-block;
    margin-top: 18px;
    color: #003371;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.yc-project-inner-news-featured-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background: #edf0f3;
}

.yc-project-inner-news-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 578px;
}

.yc-project-inner-news-card {
    width: 578px;
    height: 136px;
    min-width: 0;
    border: 1px solid #eef1f4;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 38, 73, 0.04);
    box-sizing: border-box;
}

.yc-project-inner-news-card-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 24px 16px;
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
}

.yc-project-inner-news-card-link:hover {
    text-decoration: none;
}

.yc-project-inner-news-card-title:hover {
    color: #d9a14a;
}

.yc-project-inner-news-card-title:hover::before {
    color: #d9a14a;
}

.yc-project-inner-news-card-title {
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #111111;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-project-inner-news-card-title::before {
    content: ">>";
    position: absolute;
    left: 0;
    top: 0;
    color: #d9a14a;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
}

.yc-project-inner-news-card-desc {
    margin: 14px 0 0;
    color: #4d5560;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-project-inner-news-card-desc:hover {
    color: #d9a14a;
}

.yc-project-inner-mainstream {
    margin-top: 74px;
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #0a2a4d;
    height: 195px;
    overflow: hidden;
}

.yc-project-inner-mainstream-inner {
    position: relative;
    width: 100%;
    max-width: 1220px;
    height: 195px;
    margin: 0 auto;
    padding: 28px 40px 0;
    box-sizing: border-box;
}

.yc-project-inner-mainstream-inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 110px;
    background-image:
        radial-gradient(120% 60% at 0% 100%, transparent 64%, rgba(162, 188, 215, 0.18) 64.4%, transparent 65.2%),
        radial-gradient(120% 60% at 25% 100%, transparent 64%, rgba(162, 188, 215, 0.16) 64.4%, transparent 65.2%),
        radial-gradient(120% 60% at 50% 100%, transparent 64%, rgba(162, 188, 215, 0.18) 64.4%, transparent 65.2%),
        radial-gradient(120% 60% at 75% 100%, transparent 64%, rgba(162, 188, 215, 0.15) 64.4%, transparent 65.2%),
        radial-gradient(120% 60% at 100% 100%, transparent 64%, rgba(162, 188, 215, 0.16) 64.4%, transparent 65.2%);
    background-size: 260px 58px, 260px 58px, 260px 58px, 260px 58px, 260px 58px;
    background-position: 0 0, 52px 20px, 120px 4px, 188px 24px, 256px 8px;
    background-repeat: repeat-x;
    opacity: 0.95;
    pointer-events: none;
}

.yc-project-inner-mainstream-head,
.yc-project-inner-mainstream-divider,
.yc-project-inner-mainstream-nav {
    position: relative;
    z-index: 1;
}

.yc-project-inner-mainstream-head {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 16px;
    min-height: 0;
    margin-bottom: 16px;
}

.yc-project-inner-mainstream-title {
    margin: 0;
    color: #f1c06c;
    font-size: 33px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: right;
}

.yc-project-inner-mainstream-en {
    position: static;
    margin: 0;
    color: #9fb5cb;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.yc-project-inner-mainstream-divider {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(167, 194, 220, 0.32);
}

.yc-project-inner-mainstream-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
}

.yc-project-inner-mainstream-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 12px 14px 6px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.yc-project-inner-mainstream-link:hover {
    color: #f1c06c;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
}

.yc-project-inner-mainstream-link-text {
    display: block;
    width: 6em;
    max-width: 100%;
    margin: 0 auto;
    color: inherit;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
    white-space: normal;
    word-break: break-all;
    text-align: center;
}

.yc-project-inner-cases {
    margin-top: 82px;
    position: relative;
    left: 50%;
    width: 100vw;
    height: 495px;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(227, 167, 86, 0.26) 0, rgba(227, 167, 86, 0) 28%),
        radial-gradient(circle at 88% 20%, rgba(71, 98, 142, 0.24) 0, rgba(71, 98, 142, 0) 34%),
        linear-gradient(135deg, #071521 0%, #0e2237 46%, #152e47 100%);
}

.yc-project-inner-cases::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 36%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.yc-project-inner-cases-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1220px;
    height: 495px;
    margin: 0 auto;
    padding: 54px 0 52px;
    box-sizing: border-box;
}

.yc-project-inner-cases-shell::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background: linear-gradient(135deg, #c79355 0%, #a8733d 100%);
    box-shadow: 0 22px 38px rgba(66, 38, 14, 0.24);
}

.yc-project-inner-cases-head,
.yc-project-inner-cases-slider {
    position: relative;
    z-index: 2;
}

.yc-project-inner-cases-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    min-height: 164px;
}

.yc-project-inner-cases-title-panel {
    width: 320px;
    padding: 34px 34px 36px;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
}

.yc-project-inner-cases-en {
    color: rgba(255, 255, 255, 0.88);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: lowercase;
}

.yc-project-inner-cases-title {
    margin: 14px 0 0;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.yc-project-inner-cases-cta {
    margin-top: 4px;
    background: #c79355;
    box-shadow: 0 16px 30px rgba(25, 35, 50, 0.22);
}

.yc-project-inner-cases-cta:hover {
    background: #b88349;
}

.yc-project-inner-cases-cta .yc-project-inner-cta-icon::before {
    border-top-color: #c79355;
    border-right-color: #c79355;
}

.yc-project-inner-cases-slider {
    position: absolute;
    left: 132px;
    bottom: 55px;
    width: 1090px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}

.yc-project-inner-cases-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(7, 21, 33, 0.34);
    color: #ffffff;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.yc-project-inner-cases-nav:hover {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(199, 147, 85, 0.12);
    transform: translateY(calc(-50% - 1px));
}

.yc-project-inner-cases-nav span {
    font-size: 20px;
    line-height: 1;
}

.yc-project-inner-cases-nav-prev {
    left: 18px;
}

.yc-project-inner-cases-nav-next {
    right: 18px;
}

.yc-project-inner-cases-viewport {
    position: relative;
    width: 1090px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.yc-project-inner-cases-viewport::-webkit-scrollbar {
    display: none;
}

.yc-project-inner-cases-viewport::before,
.yc-project-inner-cases-viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 44px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.yc-project-inner-cases-viewport::before {
    left: 0;
    background: linear-gradient(90deg, rgba(14, 30, 48, 0.92) 0%, rgba(14, 30, 48, 0) 100%);
}

.yc-project-inner-cases-viewport::after {
    right: 0;
    background: linear-gradient(270deg, rgba(18, 40, 62, 0.92) 0%, rgba(18, 40, 62, 0) 100%);
}

.yc-project-inner-cases-viewport.has-prev-mask::before {
    opacity: 1;
}

.yc-project-inner-cases-viewport.has-next-mask::after {
    opacity: 1;
}

.yc-project-inner-cases-track {
    display: flex;
    gap: 8px;
    width: max-content;
    padding: 14px 0 8px;
}

.yc-project-inner-case-card {
    flex: 0 0 305px;
    width: 305px;
    scroll-snap-align: start;
}

.yc-project-inner-case-link {
    display: block;
    position: relative;
    height: 195px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background: #122a42;
    box-shadow: 0 16px 34px rgba(2, 9, 18, 0.22);
}

.yc-project-inner-case-link:hover {
    color: inherit;
    text-decoration: none;
}

.yc-project-inner-case-link:hover img {
    transform: scale(1.04);
}

.yc-project-inner-case-media,
.yc-project-inner-case-image-empty {
    position: absolute;
    inset: 0;
}

.yc-project-inner-case-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.35s ease;
}

.yc-project-inner-case-image-empty {
    background:
        linear-gradient(160deg, rgba(199, 147, 85, 0.26) 0%, rgba(199, 147, 85, 0.04) 30%, rgba(12, 31, 50, 0.94) 100%),
        #10263b;
}

.yc-project-inner-case-watermark {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
    color: rgba(255, 255, 255, 0.26);
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}

.yc-project-inner-faq {
    margin-top: 86px;
    padding: 0 0 8px;
}

.yc-project-inner-consult {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: 84px;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 44px 0;
    background:
        linear-gradient(135deg, #162744 0%, #0f2440 42%, #0a3460 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.yc-project-inner-consult::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 160px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 88px);
    opacity: 0.32;
    pointer-events: none;
}

.yc-project-inner-consult-shell {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.yc-project-inner-consult-copy {
    min-width: 0;
}

.yc-project-inner-consult-en {
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.yc-project-inner-consult-title {
    margin: 10px 0 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.22;
    font-weight: 700;
}

.yc-project-inner-consult-desc {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.yc-project-inner-consult-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 48px;
    padding: 0 34px;
    background: #dda054;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.yc-project-inner-consult-button:hover {
    color: #ffffff;
    text-decoration: none;
    background: #cf9247;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(221, 160, 84, 0.28);
}

.yc-project-inner-faq-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.yc-project-inner-faq-heading {
    display: flex;
    align-items: baseline;
    gap: 18px;
    min-width: 0;
}

.yc-project-inner-faq-title {
    margin: 0;
    color: #111111;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0;
}

.yc-project-inner-faq-en {
    color: #c3c7cf;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    white-space: nowrap;
}

.yc-project-inner-faq-more {
    flex: 0 0 auto;
    color: #9ca3ae;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
}

.yc-project-inner-faq-more:hover {
    color: #d9a14a;
    text-decoration: none;
}

.yc-project-inner-faq-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 18px 0 28px;
    background: #e8ebf0;
}

.yc-project-inner-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    gap: 24px;
    align-items: stretch;
    justify-content: center;
}

.yc-project-inner-faq-card {
    min-width: 0;
    width: 360px;
    height: 525px;
    padding: 22px 18px 18px;
    background: #ffffff;
    border: 1px solid #edf0f4;
    box-shadow: 0 16px 36px rgba(17, 32, 53, 0.06);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.yc-project-inner-faq-visual-card {
    width: 360px;
    height: 525px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
}

.yc-project-inner-faq-visual-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    height: 525px;
}

.yc-project-inner-faq-visual-item {
    position: relative;
    display: block;
    width: 355px;
    height: 165px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
}

.yc-project-inner-faq-visual-item:hover {
    color: #ffffff;
    text-decoration: none;
}

.yc-project-inner-faq-visual-item:hover .yc-project-inner-faq-visual-media img {
    transform: scale(1.04);
}

.yc-project-inner-faq-visual-media,
.yc-project-inner-faq-visual-empty {
    position: absolute;
    inset: 0;
}

.yc-project-inner-faq-visual-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.35s ease;
}

.yc-project-inner-faq-visual-empty {
    background:
        linear-gradient(180deg, rgba(11, 33, 58, 0.08) 0%, rgba(11, 33, 58, 0.18) 100%),
        #dfe6ee;
}

.yc-project-inner-faq-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 15, 26, 0) 34%, rgba(6, 15, 26, 0.82) 100%);
}

.yc-project-inner-faq-visual-text {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    display: -webkit-box;
    overflow: hidden;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.yc-project-inner-faq-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.yc-project-inner-faq-card-line {
    flex: 0 0 auto;
    width: 4px;
    height: 18px;
    background: #e29a50;
}

.yc-project-inner-faq-card-title {
    margin: 0;
    color: #111111;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.yc-project-inner-faq-featured {
    display: block;
    color: inherit;
    text-decoration: none;
}

.yc-project-inner-faq-featured:hover {
    color: inherit;
    text-decoration: none;
}

.yc-project-inner-faq-featured-media,
.yc-project-inner-faq-featured-empty {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: #eef2f6;
}

.yc-project-inner-faq-featured-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.yc-project-inner-faq-featured-empty {
    background:
        linear-gradient(180deg, rgba(0, 51, 113, 0.08) 0%, rgba(0, 51, 113, 0.02) 100%),
        #eef2f6;
}

.yc-project-inner-faq-featured-body {
    padding: 12px 0 0;
}

.yc-project-inner-faq-featured-title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yc-project-inner-faq-featured-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: #6e7682;
    font-size: 13px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.yc-project-inner-faq-featured:hover .yc-project-inner-faq-featured-more,
.yc-project-inner-faq-featured:hover .yc-project-inner-faq-featured-title {
    color: #d9a14a;
}

.yc-project-inner-faq-inner-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 14px 0 12px;
    background: #eceff3;
}

.yc-project-inner-faq-news-list,
.yc-project-inner-faq-qa-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
}

.yc-project-inner-faq-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 5px 8px;
    color: #4f5966;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.yc-project-inner-faq-list-item:hover {
    color: #d9a14a;
    text-decoration: none;
}

.yc-project-inner-faq-list-item.is-active {
    background: #f8efdf;
    color: #2f2c26;
}

.yc-project-inner-faq-list-dot {
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b8c0cb;
}

.yc-project-inner-faq-list-item.is-active .yc-project-inner-faq-list-dot {
    background: #e29a50;
}

.yc-project-inner-faq-list-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yc-project-inner-brand {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(420px, 0.92fr);
    gap: 76px;
    align-items: center;
    margin-top: 84px;
    padding: 6px 0 0;
    background: #ffffff;
}

.yc-project-inner-brand-copy,
.yc-project-inner-brand-visual {
    min-width: 0;
}

.yc-project-inner-brand-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.yc-project-inner-brand-title {
    margin: 0;
    color: #111111;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
}

.yc-project-inner-brand-line {
    display: block;
    width: 138px;
    height: 4px;
    margin: 20px 0 28px;
    background: #e7ebf0;
}

.yc-project-inner-brand-text {
    width: 100%;
    color: #4d5560;
    font-size: 16px;
    line-height: 1.86;
    font-weight: 400;
    text-align: left;
}

.yc-project-inner-brand-text p {
    margin: 0 0 18px;
}

.yc-project-inner-brand-text p:last-child {
    margin-bottom: 0;
}

.yc-project-inner-brand-text strong,
.yc-project-inner-brand-text b {
    color: #111111;
    font-weight: 700;
}

.yc-project-inner-brand-cta {
    margin-top: 34px;
}

.yc-project-inner-brand-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yc-project-inner-brand-image {
    display: block;
    width: 536px;
    max-width: 100%;
    height: 365px;
    object-fit: cover;
    object-position: center center;
}

.yc-project-inner-brand-image-empty {
    background:
        linear-gradient(180deg, rgba(0, 51, 113, 0.08) 0%, rgba(0, 51, 113, 0.02) 100%),
        #eef2f6;
}

.yc-project-inner-company {
    margin-top: 86px;
    background: #ffffff;
}

.yc-project-inner-company-grid {
    display: grid;
    grid-template-columns: 468px minmax(0, 1fr);
    gap: 56px;
    align-items: stretch;
}

.yc-project-inner-company-visual,
.yc-project-inner-company-content {
    min-width: 0;
}

.yc-project-inner-company-visual {
    background: #eef2f6;
    overflow: hidden;
}

.yc-project-inner-company-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    object-position: center center;
}

.yc-project-inner-company-image-empty {
    background:
        linear-gradient(180deg, rgba(0, 51, 113, 0.08) 0%, rgba(0, 51, 113, 0.02) 100%),
        #eef2f6;
}

.yc-project-inner-company-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 6px 0 4px;
}

.yc-project-inner-company-title {
    margin: 0;
    color: #111111;
    font-size: 42px;
    line-height: 1.24;
    font-weight: 700;
    letter-spacing: 0;
}

.yc-project-inner-company-line {
    display: block;
    width: 300px;
    max-width: 100%;
    height: 1px;
    margin: 24px 0 28px;
    background: #e5e9ee;
}

.yc-project-inner-company-text {
    color: #666666;
    font-size: 16px;
    line-height: 1.82;
    font-weight: 400;
}

.yc-project-inner-company-text p {
    margin: 0 0 16px;
}

.yc-project-inner-company-text p:last-child {
    margin-bottom: 0;
}

.yc-project-inner-company-services {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    gap: 12px;
    justify-content: flex-start;
    margin-top: 34px;
}

.yc-project-inner-company-service {
    display: flex;
    align-items: center;
    width: 200px;
    height: 40px;
    gap: 10px;
    padding: 0 14px;
    background: #f3ecdf;
    color: #2b2b2b;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.yc-project-inner-company-service:hover {
    background: #eadfcb;
    color: #d9a14a;
    text-decoration: none;
    transform: translateY(-1px);
}

.yc-project-inner-company-service-icon {
    flex: 0 0 auto;
    color: #0a2a4d;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.yc-project-inner-company-service-text {
    display: block;
    color: inherit;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-show-header {
    display: block;
    margin-bottom: 28px;
    padding-bottom: 0;
    border-bottom: 0;
}

.yc-show-title {
    display: block;
    width: 100%;
    margin: 0 0 18px;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
    letter-spacing: 0;
}

.yc-show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 36px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.yc-show-meta-item {
    display: inline-block;
    margin: 0;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.yc-show-content {
    margin-top: 0;
    color: #4a4a4a;
    font-size: 17px;
    line-height: 1.82;
    word-break: break-word;
}

.yc-show-content > *:first-child {
    margin-top: 0;
}

.yc-show-content p {
    margin: 0 0 26px;
}

.yc-show-content p:last-child {
    margin-bottom: 0;
}

.yc-show-content strong,
.yc-show-content b {
    color: #1f1f1f;
    font-weight: 700;
}

.yc-show-content img,
.yc-show-content video,
.yc-show-content iframe {
    max-width: 100%;
    height: auto;
}

.yc-show-content table {
    max-width: 100%;
}

.yc-show-pagination {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #f0f0f0;
}

.yc-show-pagination-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.yc-show-pagination-item:last-child {
    margin-bottom: 0;
}

.yc-show-pagination-link {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.yc-show-pagination-link:hover {
    text-decoration: none;
}

.yc-show-pagination-label {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.yc-show-pagination-title {
    display: inline;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    word-wrap: break-word;
    word-break: break-all;
}

.yc-show-pagination-link:hover .yc-show-pagination-title {
    color: #1a1a1a;
}

@media (max-width: 1200px) {
    .yc-show-hero {
        height: 480px;
    }

    .yc-show-layout {
        gap: 36px;
    }

    .yc-show-side {
        flex-basis: 250px;
        width: 250px;
    }

    .yc-show-article {
        flex: 1 1 auto;
        width: auto;
        max-width: calc(100% - 286px);
    }

    .yc-project-inner-page .yc-show-article {
        width: 100%;
        max-width: none;
        flex: none;
    }

    .yc-project-inner-top {
        grid-template-columns: minmax(360px, 500px) minmax(420px, 630px);
        justify-content: center;
        align-items: center;
        padding: 28px;
        gap: 28px;
    }

    .yc-project-inner-intro {
        width: 100%;
        max-width: 500px;
        min-height: 0;
    }

    .yc-project-inner-title {
        font-size: 38px;
    }

    .yc-project-inner-highlight-grid {
        width: 415px;
    }

    .yc-project-inner-conditions-content {
        padding: 64px 52px 60px 48px;
    }

    .yc-project-inner-conditions-title {
        font-size: 42px;
    }

    .yc-project-inner-conditions {
        grid-template-columns: 465px minmax(0, 1fr);
    }

    .yc-project-inner-process-card {
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 34px 30px;
        gap: 22px;
    }

    .yc-project-inner-process-title {
        font-size: 20px;
    }

    .yc-project-inner-advantages-grid {
        grid-template-columns: repeat(2, 275px);
        justify-content: center;
        gap: 20px;
    }

    .yc-project-inner-advantage-body {
        padding: 24px 20px 18px;
    }

    .yc-project-inner-advantage-action {
        padding: 0 20px 24px;
    }

    .yc-project-inner-advantage-title {
        font-size: 22px;
    }

    .yc-project-inner-news-layout {
        grid-template-columns: 320px 280px minmax(0, 1fr);
        gap: 22px;
    }

    .yc-project-inner-news-hero,
    .yc-project-inner-news-featured {
        height: 420px;
    }

    .yc-project-inner-news-featured-title {
        font-size: 22px;
    }

    .yc-project-inner-news-card-title {
        font-size: 20px;
    }

    .yc-project-inner-mainstream-inner {
        padding: 48px 28px 34px;
    }

    .yc-project-inner-mainstream-title {
        font-size: 34px;
    }

    .yc-project-inner-mainstream-link-text {
        font-size: 20px;
    }

    .yc-project-inner-cases {
        margin-top: 74px;
        height: 495px;
    }

    .yc-project-inner-cases-shell {
        max-width: 1160px;
        height: 495px;
        padding: 48px 24px 44px;
    }

    .yc-project-inner-cases-shell::after {
        width: 286px;
    }

    .yc-project-inner-cases-title-panel {
        width: 286px;
        padding: 28px 26px 30px;
    }

    .yc-project-inner-cases-en {
        font-size: 22px;
    }

    .yc-project-inner-cases-title {
        font-size: 36px;
    }

    .yc-project-inner-cases-slider {
        width: calc(100% - 144px);
        left: 118px;
        bottom: 55px;
        margin-top: 0;
        margin-left: 0;
    }

    .yc-project-inner-case-card {
        flex-basis: 280px;
        width: 280px;
    }

    .yc-project-inner-case-link {
        height: 180px;
    }

    .yc-project-inner-faq {
        margin-top: 72px;
    }

    .yc-project-inner-consult {
        margin-top: 72px;
    }

    .yc-project-inner-consult-title {
        font-size: 30px;
    }

    .yc-project-inner-consult-desc {
        font-size: 15px;
    }

    .yc-project-inner-faq-title {
        font-size: 32px;
    }

    .yc-project-inner-faq-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .yc-project-inner-faq-card {
        width: 100%;
        min-height: 0;
        padding: 24px 20px 22px;
    }

    .yc-project-inner-faq-visual-card {
        width: 100%;
        min-height: 0;
    }

    .yc-project-inner-faq-visual-item {
        height: 148px;
    }

    .yc-project-inner-faq-featured-media,
    .yc-project-inner-faq-featured-empty {
        height: 168px;
    }

    .yc-project-inner-faq-card-title {
        font-size: 20px;
    }

    .yc-project-inner-faq-list-text {
        font-size: 14px;
    }

    .yc-project-inner-brand {
        grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
        gap: 42px;
        margin-top: 72px;
    }

    .yc-project-inner-brand-title {
        font-size: 36px;
    }

    .yc-project-inner-brand-image {
        height: 520px;
    }

    .yc-project-inner-company {
        margin-top: 72px;
    }

    .yc-project-inner-company-grid {
        grid-template-columns: 420px minmax(0, 1fr);
        gap: 40px;
    }

    .yc-project-inner-company-image {
        min-height: 500px;
    }

    .yc-project-inner-company-title {
        font-size: 36px;
    }

    .yc-project-inner-company-services {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .yc-project-inner-company-service {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .yc-show-hero {
        height: 380px;
    }

    .yc-show-layout {
        flex-direction: column;
        gap: 32px;
    }

    .yc-show-side {
        order: 2;
        width: 100%;
        flex: 0 0 auto;
        padding-top: 0;
    }

    .yc-show-article {
        order: 1;
        max-width: 100%;
        width: 100%;
        flex: 0 0 auto;
        padding: 0 0 24px;
    }

    .yc-show-title {
        font-size: 24px;
    }

    .yc-project-inner-top {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 24px;
        padding: 24px;
    }

    .yc-project-inner-title {
        font-size: 34px;
    }

    .yc-project-inner-intro,
    .yc-project-inner-form-panel {
        width: 100%;
        max-width: 100%;
    }

    .yc-project-inner-form-grid {
        grid-template-columns: repeat(2, minmax(0, 270px));
        justify-content: center;
    }

    .yc-project-inner-form-cell {
        width: 100%;
        max-width: 270px;
    }

    .yc-project-inner-conditions {
        grid-template-columns: 1fr;
    }

    .yc-project-inner-conditions-media,
    .yc-project-inner-conditions-image,
    .yc-project-inner-conditions-content {
        min-height: 0;
    }

    .yc-project-inner-conditions-media {
        height: 420px;
    }

    .yc-project-inner-conditions-image {
        height: 420px;
    }

    .yc-project-inner-conditions-content {
        padding: 42px 32px 40px;
    }

    .yc-project-inner-process {
        margin-top: 26px;
    }

    .yc-project-inner-process-card {
        grid-template-columns: 1fr;
        align-items: flex-start;
        padding: 28px 24px;
    }

    .yc-project-inner-process-main {
        gap: 16px;
    }

    .yc-project-inner-advantages {
        margin-top: 52px;
    }

    .yc-project-inner-advantages-grid {
        grid-template-columns: repeat(2, 275px);
    }

    .yc-project-inner-news {
        margin-top: 58px;
    }

    .yc-project-inner-news-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .yc-project-inner-news-hero {
        height: 420px;
    }

    .yc-project-inner-news-featured {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        height: auto;
    }

    .yc-project-inner-news-featured-divider {
        display: none;
    }

    .yc-project-inner-news-side {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .yc-project-inner-news-card-link {
        padding: 22px 20px 20px;
    }

    .yc-project-inner-mainstream {
        margin-top: 56px;
    }

    .yc-project-inner-mainstream-inner {
        padding: 40px 24px 30px;
    }

    .yc-project-inner-mainstream-head {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 12px;
        min-height: 0;
        margin-bottom: 20px;
    }

    .yc-project-inner-mainstream-title {
        font-size: 28px;
    }

    .yc-project-inner-mainstream-en {
        margin: 0;
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: 0.07em;
        white-space: nowrap;
    }

    .yc-project-inner-mainstream-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .yc-project-inner-mainstream-link {
        min-height: 88px;
        padding: 16px 12px 10px;
    }

    .yc-project-inner-cases {
        margin-top: 58px;
        left: 0;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .yc-project-inner-cases-shell {
        max-width: 100%;
        height: auto;
        padding: 34px 24px 34px;
    }

    .yc-project-inner-cases-shell::after {
        width: 272px;
        height: 186px;
    }

    .yc-project-inner-cases-head {
        display: block;
        min-height: 0;
    }

    .yc-project-inner-cases-title-panel {
        width: 272px;
        padding: 24px 22px 26px;
    }

    .yc-project-inner-cases-en {
        font-size: 20px;
    }

    .yc-project-inner-cases-title {
        margin-top: 10px;
        font-size: 32px;
    }

    .yc-project-inner-cases-cta {
        margin-top: 18px;
    }

    .yc-project-inner-cases-slider {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        padding-left: 0;
    }

    .yc-project-inner-cases-viewport {
        width: 100%;
    }

    .yc-project-inner-case-card {
        flex-basis: 248px;
        width: 248px;
    }

    .yc-project-inner-case-link {
        height: 336px;
    }

    .yc-project-inner-faq {
        margin-top: 58px;
    }

    .yc-project-inner-consult {
        margin-top: 58px;
        padding: 36px 0;
    }

    .yc-project-inner-consult-shell {
        width: min(100%, calc(100% - 48px));
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .yc-project-inner-consult-title {
        font-size: 28px;
    }

    .yc-project-inner-faq-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .yc-project-inner-faq-heading {
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    .yc-project-inner-faq-title {
        font-size: 30px;
    }

    .yc-project-inner-faq-divider {
        margin: 16px 0 22px;
    }

    .yc-project-inner-faq-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .yc-project-inner-faq-card {
        width: 100%;
        min-height: 0;
        padding: 22px 20px 20px;
    }

    .yc-project-inner-faq-visual-card {
        width: 100%;
        min-height: 0;
    }

    .yc-project-inner-faq-visual-list {
        gap: 12px;
    }

    .yc-project-inner-faq-visual-item {
        height: 168px;
    }

    .yc-project-inner-faq-featured-media,
    .yc-project-inner-faq-featured-empty {
        height: 220px;
    }

    .yc-project-inner-brand {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 58px;
    }

    .yc-project-inner-brand-title {
        font-size: 32px;
    }

    .yc-project-inner-brand-line {
        margin: 16px 0 22px;
    }

    .yc-project-inner-brand-text {
        font-size: 15px;
        line-height: 1.82;
    }

    .yc-project-inner-brand-image {
        height: 440px;
    }

    .yc-project-inner-company {
        margin-top: 58px;
    }

    .yc-project-inner-company-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .yc-project-inner-company-image {
        min-height: 420px;
    }

    .yc-project-inner-company-title {
        font-size: 34px;
    }

    .yc-project-inner-company-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .yc-project-inner-company-service {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .yc-show-hero {
        height: 280px;
    }

    .yc-show-hero-cn {
        font-size: 30px;
    }

    .yc-show-hero-en {
        font-size: 14px;
    }

    .yc-show-main {
        padding: 20px 0 40px;
    }

    .yc-show-layout {
        gap: 28px;
    }

    .yc-show-side-search {
        margin-bottom: 24px;
    }

    .yc-show-side-search-select {
        height: 50px;
        line-height: 50px;
    }

    .yc-show-side-heading {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .yc-show-hotline-card {
        min-height: 0;
        height: 50px;
        padding: 0 14px;
    }

    .yc-show-hotline-icon {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
    }

    .yc-show-hotline-icon img {
        width: 24px;
        height: 24px;
    }

    .yc-show-hotline-number {
        font-size: 18px;
    }

    .yc-show-article {
        width: 100%;
        padding: 0 0 20px;
    }

    .yc-project-inner-top {
        padding: 22px 18px;
        margin-bottom: 30px;
    }

    .yc-project-inner-title {
        font-size: 28px;
    }

    .yc-project-inner-title-line {
        width: 128px;
        margin: 16px 0 18px;
    }

    .yc-project-inner-summary p {
        font-size: 14px;
        line-height: 1.78;
    }

    .yc-project-inner-form-grid {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    .yc-project-inner-cta {
        width: 100%;
        justify-content: space-between;
        padding-left: 18px;
    }

    .yc-project-inner-form-panel {
        padding: 20px 16px 18px;
    }

    .yc-project-inner-form-cell {
        max-width: none;
    }

    .yc-project-inner-form-title {
        font-size: 22px;
    }

    .yc-project-inner-conditions {
        margin-top: 34px;
    }

    .yc-project-inner-conditions-media {
        height: 260px;
    }

    .yc-project-inner-conditions-image {
        height: 260px;
    }

    .yc-project-inner-conditions-content {
        padding: 28px 20px 30px;
    }

    .yc-project-inner-conditions-content::before {
        right: -10px;
        top: 22px;
        width: 140px;
        height: 140px;
        background-size: 18px 18px;
    }

    .yc-project-inner-conditions-title {
        font-size: 32px;
    }

    .yc-project-inner-conditions-line {
        width: 128px;
        margin: 16px 0 22px;
    }

    .yc-project-inner-conditions-item {
        font-size: 15px;
        line-height: 1.8;
    }

    .yc-project-inner-conditions-cta {
        width: 100%;
        margin-top: 24px;
    }

    .yc-project-inner-process-card {
        padding: 22px 18px;
        gap: 18px;
    }

    .yc-project-inner-process-icon {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
    }

    .yc-project-inner-process-main {
        gap: 14px;
    }

    .yc-project-inner-process-title {
        font-size: 18px;
    }

    .yc-project-inner-process-step {
        width: 140px;
        height: 40px;
        min-height: 40px;
        padding: 0 12px;
    }

    .yc-project-inner-process-step-text {
        font-size: 14px;
    }

    .yc-project-inner-advantages {
        margin-top: 40px;
    }

    .yc-project-inner-advantages-header {
        margin-bottom: 24px;
    }

    .yc-project-inner-advantages-en {
        font-size: 17px;
        letter-spacing: 0.08em;
    }

    .yc-project-inner-advantages-title {
        margin-top: 8px;
        font-size: 30px;
    }

    .yc-project-inner-advantages-grid {
        grid-template-columns: 275px;
        justify-content: center;
        gap: 18px;
    }

    .yc-project-inner-advantage-body {
        padding: 22px 18px 18px;
    }

    .yc-project-inner-advantage-title {
        font-size: 20px;
    }

    .yc-project-inner-advantage-text {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.8;
    }

    .yc-project-inner-advantage-action {
        padding: 0 18px 22px;
    }

    .yc-project-inner-advantage-button {
        width: 100%;
    }

    .yc-project-inner-news {
        margin-top: 42px;
    }

    .yc-project-inner-news-header {
        margin-bottom: 24px;
    }

    .yc-project-inner-news-en {
        font-size: 17px;
        letter-spacing: 0.08em;
    }

    .yc-project-inner-news-title {
        margin-top: 8px;
        font-size: 30px;
    }

    .yc-project-inner-news-layout {
        gap: 18px;
    }

    .yc-project-inner-news-hero {
        height: 260px;
    }

    .yc-project-inner-news-featured {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .yc-project-inner-news-featured-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .yc-project-inner-news-featured-desc {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.8;
    }

    .yc-project-inner-news-featured-more {
        margin-top: 14px;
        font-size: 15px;
    }

    .yc-project-inner-news-side {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .yc-project-inner-news-card-link {
        padding: 18px 16px;
    }

    .yc-project-inner-news-card-title {
        padding-left: 22px;
        font-size: 18px;
    }

    .yc-project-inner-news-card-title::before {
        font-size: 16px;
    }

    .yc-project-inner-news-card-desc {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.8;
    }

    .yc-project-inner-mainstream {
        margin-top: 42px;
    }

    .yc-project-inner-mainstream-inner {
        padding: 34px 18px 24px;
    }

    .yc-project-inner-mainstream-inner::before {
        height: 116px;
        background-size: 180px 42px, 180px 42px, 180px 42px, 180px 42px, 180px 42px;
        background-position: 0 0, 36px 14px, 72px 4px, 108px 18px, 144px 8px;
    }

    .yc-project-inner-mainstream-head {
        margin-bottom: 18px;
        gap: 8px;
        align-items: baseline;
        justify-content: center;
    }

    .yc-project-inner-mainstream-title {
        font-size: 19px;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }

    .yc-project-inner-mainstream-en {
        margin: 0;
        font-size: 8px;
        line-height: 1.25;
        letter-spacing: 0.04em;
        white-space: nowrap;
    }

    .yc-project-inner-mainstream-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yc-project-inner-mainstream-link {
        min-height: 72px;
        padding: 14px 10px 8px;
    }

    .yc-project-inner-mainstream-link-text {
        font-size: 20px;
        line-height: 1.55;
    }

    .yc-project-inner-cases {
        margin-top: 42px;
        left: 0;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .yc-project-inner-cases-shell {
        max-width: 100%;
        height: auto;
        padding: 28px 16px 30px;
    }

    .yc-project-inner-cases-shell::after {
        width: 224px;
        height: 162px;
    }

    .yc-project-inner-cases-title-panel {
        width: 224px;
        padding: 20px 18px 22px;
    }

    .yc-project-inner-cases-en {
        font-size: 16px;
    }

    .yc-project-inner-cases-title {
        margin-top: 8px;
        font-size: 28px;
    }

    .yc-project-inner-cases-cta {
        width: 100%;
        margin-top: 16px;
    }

    .yc-project-inner-cases-slider {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
    }

    .yc-project-inner-cases-nav {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .yc-project-inner-cases-nav-prev {
        left: 8px;
    }

    .yc-project-inner-cases-nav-next {
        right: 8px;
    }

    .yc-project-inner-cases-viewport {
        width: 100%;
    }

    .yc-project-inner-cases-viewport::before,
    .yc-project-inner-cases-viewport::after {
        width: 20px;
    }

    .yc-project-inner-cases-track {
        gap: 14px;
        padding: 8px 0 4px;
    }

    .yc-project-inner-case-card {
        flex-basis: 220px;
        width: 220px;
    }

    .yc-project-inner-case-link {
        height: 296px;
    }

    .yc-project-inner-case-watermark {
        font-size: 28px;
        letter-spacing: 0.16em;
    }

    .yc-project-inner-faq {
        margin-top: 42px;
    }

    .yc-project-inner-consult {
        margin-top: 42px;
        padding: 30px 0;
    }

    .yc-project-inner-consult-shell {
        width: min(100%, calc(100% - 32px));
        gap: 16px;
    }

    .yc-project-inner-consult-en {
        font-size: 11px;
        letter-spacing: 0.14em;
    }

    .yc-project-inner-consult-title {
        margin-top: 8px;
        font-size: 24px;
        line-height: 1.34;
    }

    .yc-project-inner-consult-desc {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.72;
    }

    .yc-project-inner-consult-button {
        width: 100%;
        min-width: 0;
        height: 46px;
        padding: 0 24px;
        font-size: 15px;
    }

    .yc-project-inner-faq-header {
        gap: 10px;
    }

    .yc-project-inner-faq-heading {
        gap: 8px;
    }

    .yc-project-inner-faq-title {
        font-size: 26px;
        line-height: 1.32;
    }

    .yc-project-inner-faq-en {
        font-size: 11px;
        letter-spacing: 0.16em;
        white-space: normal;
    }

    .yc-project-inner-faq-more {
        font-size: 13px;
    }

    .yc-project-inner-faq-divider {
        margin: 14px 0 18px;
    }

    .yc-project-inner-faq-card {
        width: 100%;
        min-height: 0;
        padding: 18px 16px;
    }

    .yc-project-inner-faq-visual-card {
        width: 100%;
        min-height: 0;
    }

    .yc-project-inner-faq-visual-item {
        height: 136px;
    }

    .yc-project-inner-faq-visual-text {
        left: 14px;
        right: 14px;
        bottom: 14px;
        font-size: 16px;
    }

    .yc-project-inner-faq-card-title {
        font-size: 18px;
    }

    .yc-project-inner-faq-featured-media,
    .yc-project-inner-faq-featured-empty {
        height: 176px;
    }

    .yc-project-inner-faq-featured-title {
        font-size: 16px;
    }

    .yc-project-inner-faq-featured-more {
        font-size: 13px;
    }

    .yc-project-inner-faq-news-list,
    .yc-project-inner-faq-qa-list {
        gap: 4px;
    }

    .yc-project-inner-faq-list-item {
        padding: 8px 10px;
    }

    .yc-project-inner-faq-list-text {
        font-size: 14px;
        line-height: 1.65;
    }

    .yc-project-inner-brand {
        gap: 22px;
        margin-top: 42px;
    }

    .yc-project-inner-brand-title {
        font-size: 28px;
    }

    .yc-project-inner-brand-line {
        width: 120px;
        margin: 14px 0 18px;
    }

    .yc-project-inner-brand-text {
        font-size: 14px;
        line-height: 1.8;
    }

    .yc-project-inner-brand-text p {
        margin-bottom: 14px;
    }

    .yc-project-inner-brand-cta {
        width: 100%;
        margin-top: 24px;
    }

    .yc-project-inner-brand-image {
        height: 280px;
    }

    .yc-project-inner-company {
        margin-top: 42px;
    }

    .yc-project-inner-company-grid {
        gap: 18px;
    }

    .yc-project-inner-company-image {
        min-height: 260px;
    }

    .yc-project-inner-company-title {
        font-size: 28px;
        line-height: 1.35;
    }

    .yc-project-inner-company-line {
        width: 120px;
        margin: 14px 0 18px;
    }

    .yc-project-inner-company-text {
        font-size: 14px;
        line-height: 1.8;
    }

    .yc-project-inner-company-services {
        grid-template-columns: 1fr;
        margin-top: 24px;
        gap: 12px;
    }

    .yc-project-inner-company-service {
        width: 100%;
        height: 40px;
        padding: 0 14px;
    }

    .yc-project-inner-company-service-text {
        font-size: 15px;
    }

    .yc-project-inner-field-label {
        flex-basis: 96px;
        width: 96px;
        padding: 0 12px;
        font-size: 15px;
    }

    .yc-project-inner-submit {
        width: 100%;
        margin-top: 14px;
    }

    .yc-show-header {
        margin-bottom: 24px;
    }

    .yc-show-title {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .yc-show-meta {
        gap: 10px 18px;
    }

    .yc-show-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .yc-show-content p {
        margin-bottom: 20px;
    }

}

@media (max-width: 480px) {
    .yc-show-hero {
        height: 220px;
    }
}
