/**
 * Yubeen Site Assets — Partner Cooperation Page
 * Version: 0.19.0
 * Stage 3O full-page CSS handoff.
 */

/* ===== Partner Widget 01 CSS ===== */
.yb-partner-hero{
    position:relative;
    height:720px;
    overflow:hidden;
    font-family: Manrope, Arial, sans-serif;
    background:#101315;
}

.yb-partner-hero-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
}


.yb-partner-hero-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    transform:scale(1.02);
    animation:none;
    filter:none;
}

@keyframes ybHeroZoom{
    from{transform:scale(1.06);}
    to{transform:scale(1.02);}
}

.yb-partner-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(7,12,16,.72) 0%,
        rgba(7,12,16,.56) 24%,
        rgba(7,12,16,.26) 48%,
        rgba(7,12,16,.16) 68%,
        rgba(7,12,16,.22) 100%
    );
}

.yb-partner-container{
    position:relative;
    height:100%;
    max-width:1500px;
    margin:auto;
    padding:0 68px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.yb-partner-content{
    max-width:560px;
    margin-top:-18px;
    animation:ybFadeUp .9s ease forwards;
}

@keyframes ybFadeUp{
    from{
        opacity:0;
        transform:translateY(32px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.yb-partner-label{
    font-size:11px;
    letter-spacing:.38em;
    font-weight:700;
    color:#d0a15c;
    margin-bottom:24px;
}

.yb-partner-content h1{
    font-size:72px;
    line-height:.96;
    font-weight:600;
    letter-spacing:-.045em;
    color:#fff;
    margin:0;
}

.yb-partner-content h1 span{
    font-family:Georgia,serif;
    font-style:italic;
    font-weight:400;
}

.yb-partner-content p{
    margin-top:26px;
    max-width:470px;
    font-size:16px;
    line-height:1.78;
    color:rgba(255,255,255,.82);
}

.yb-partner-btn{
    margin-top:34px;
    display:inline-flex;
    align-items:center;
    gap:16px;
    padding:14px 28px;
    background:#314d3e;
    border-radius:999px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:.35s ease;
}

.yb-partner-btn:hover{
    background:#436756;
    transform:translateY(-2px);
}

.yb-partner-btn span{
    font-size:17px;
    line-height:1;
}

.yb-partner-bottom{
    position:absolute;
    left:68px;
    right:68px;
    bottom:42px;
    display:flex;
    gap:56px;
    align-items:flex-start;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.14);
}

.yb-feature{
    min-width:0;
}

.yb-feature small{
    display:block;
    font-size:10px;
    letter-spacing:.28em;
    color:#cfa564;
    margin-bottom:7px;
}

.yb-feature strong{
    display:block;
    font-size:14px;
    font-weight:500;
    color:rgba(255,255,255,.9);
}

@media(max-width:1200px){
    .yb-partner-hero{
        height:680px;
    }

    .yb-partner-content h1{
        font-size:60px;
    }

    .yb-partner-bottom{
        gap:36px;
    }
}

@media(max-width:900px){
    .yb-partner-hero{
        height:640px;
    }

    .yb-partner-container{
        padding:0 28px;
    }

    .yb-partner-content{
        max-width:100%;
        margin-top:0;
    }

    .yb-partner-content h1{
        font-size:44px;
    }

    .yb-partner-content p{
        font-size:15px;
        max-width:100%;
    }

    .yb-partner-bottom{
        display:none;
    }
}

/* ===== Partner Widget 02 CSS ===== */
/* =========================================================
ROOT
========================================================= */

.yb-partnership-v6 {
    --ybp6-bg: #f7f5f0;
    --ybp6-text: #151512;
    --ybp6-green: #355845;
    --ybp6-muted: #76736c;
    --ybp6-gold: #bd8d45;
    --ybp6-gold-deep: #a9742f;
    --ybp6-line: rgba(30, 28, 23, 0.11);

    position: relative;

    width: 100%;
    min-height: 350px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 82% 50%,
            rgba(189, 141, 69, 0.06),
            transparent 31%
        ),
        var(--ybp6-bg);

    font-family: Manrope, Arial, sans-serif;
}

.yb-partnership-v6,
.yb-partnership-v6 * {
    box-sizing: border-box;
}


/* =========================================================
BACKGROUND
========================================================= */

.ybp6-bg {
    position: absolute;
    inset: 0;

    z-index: 0;

    overflow: hidden;

    pointer-events: none;
}

.ybp6-bg img {
    position: absolute;
    top: 50%;
    right: -125px;

    width: min(1120px, 70vw);
    max-width: none;

    opacity: 0.17;

    transform: translateY(-50%);

    filter:
        saturate(0.75)
        contrast(0.95);
}


/* =========================================================
MAIN CONTAINER
========================================================= */

.ybp6-container {
    position: relative;
    z-index: 2;

    width: min(1500px, calc(100% - 80px));
    min-height: 350px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 445px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}


/* =========================================================
LEFT CONTENT
========================================================= */

.ybp6-left {
    min-width: 0;

    padding: 42px 0;
}

.ybp6-label {
    margin-bottom: 10px;

    color: var(--ybp6-gold);

    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.38em;
}

.ybp6-left h2 {
    margin: 0;

    color: var(--ybp6-text);

    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.ybp6-title-dark {
    display: block;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
}

.ybp6-title-green {
    display: block;

    margin-top: 6px;

    color: var(--ybp6-green);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 41px;
    font-style: italic;
    font-weight: 400;
}

.ybp6-title-line {
    width: 46px;
    height: 2px;

    margin: 20px 0 15px;

    background:
        linear-gradient(
            90deg,
            var(--ybp6-gold),
            rgba(189, 141, 69, 0.16)
        );
}

.ybp6-left p {
    width: min(405px, 100%);

    margin: 0;

    color: var(--ybp6-muted);

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
RIGHT SVG
========================================================= */

.ybp6-right {
    min-width: 0;
    height: 300px;

    display: flex;
    align-items: center;
}

.ybp6-svg {
    width: 100%;
    height: 300px;

    display: block;

    overflow: visible;
}


/* =========================================================
OPTICAL CIRCLES
========================================================= */

.ybp6-circle {
    fill: none;

    transform-box: fill-box;
    transform-origin: center;
}

.ybp6-circle-large {
    stroke: rgba(189, 141, 69, 0.2);
    stroke-width: 1;

    animation:
        ybp6RotateClockwise 30s linear infinite;
}

.ybp6-circle-small {
    stroke: rgba(189, 141, 69, 0.21);
    stroke-width: 1;
    stroke-dasharray: 5 9;

    animation:
        ybp6RotateCounter 23s linear infinite;
}

.ybp6-circle-inner {
    stroke: rgba(53, 88, 69, 0.12);
    stroke-width: 1;
    stroke-dasharray: 2 7;

    animation:
        ybp6RotateClockwise 18s linear infinite;
}

@keyframes ybp6RotateClockwise {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes ybp6RotateCounter {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}


/* =========================================================
CONTINUOUS PATH
========================================================= */

.ybp6-path-shadow {
    fill: none;

    stroke: rgba(189, 141, 69, 0.12);
    stroke-width: 7;
    stroke-linecap: round;

    filter: blur(3px);
}

.ybp6-path {
    fill: none;

    stroke: url("#ybp6-path-gradient");
    stroke-width: 2.2;
    stroke-linecap: round;

    stroke-dasharray: 1.5 2.3;

    animation:
        ybp6DashMove 7.5s linear infinite;
}

@keyframes ybp6DashMove {

    from {
        stroke-dashoffset: 18;
    }

    to {
        stroke-dashoffset: 0;
    }

}


/* =========================================================
PRINCIPLE NODES
========================================================= */

.ybp6-node {
    cursor: default;
}

.ybp6-node-glow {
    fill: url("#ybp6-node-glow");

    opacity: 0.35;

    transform-box: fill-box;
    transform-origin: center;

    animation:
        ybp6GlowPulse 3.6s ease-in-out infinite;
}

.ybp6-node-02 .ybp6-node-glow {
    animation-delay: 0.8s;
}

.ybp6-node-03 .ybp6-node-glow {
    animation-delay: 1.6s;
}

.ybp6-node-ring {
    fill: var(--ybp6-bg);

    stroke: var(--ybp6-gold);
    stroke-width: 1.6;

    transform-box: fill-box;
    transform-origin: center;

    transition:
        transform 0.3s ease,
        fill 0.3s ease,
        stroke-width 0.3s ease;
}

.ybp6-node-dot {
    fill: var(--ybp6-gold);

    transition:
        fill 0.3s ease,
        transform 0.3s ease;

    transform-box: fill-box;
    transform-origin: center;
}

.ybp6-node:hover .ybp6-node-ring {
    fill: #26372f;

    stroke-width: 2;

    transform: scale(1.12);
}

.ybp6-node:hover .ybp6-node-dot {
    fill: #ffffff;

    transform: scale(0.78);
}

@keyframes ybp6GlowPulse {

    0%,
    100% {
        opacity: 0.2;
        transform: scale(0.75);
    }

    50% {
        opacity: 0.55;
        transform: scale(1.1);
    }

}


/* =========================================================
SVG TEXT
========================================================= */

.ybp6-number {
    fill: var(--ybp6-gold);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;

    text-anchor: middle;
}

.ybp6-node-title {
    fill: #24231f;

    font-size: 16px;
    font-weight: 650;

    text-anchor: middle;
}

.ybp6-node-desc {
    fill: #817e76;

    font-size: 11.5px;
    font-weight: 400;

    text-anchor: middle;
}


/* =========================================================
MOBILE CARDS
========================================================= */

.ybp6-mobile-principles {
    display: none;
}


/* =========================================================
MEDIUM DESKTOP
========================================================= */

@media (max-width: 1350px) {

    .ybp6-container {
        width: min(1260px, calc(100% - 56px));

        grid-template-columns: 400px minmax(0, 1fr);
        gap: 22px;
    }

    .ybp6-title-dark {
        font-size: 38px;
    }

    .ybp6-title-green {
        font-size: 38px;
    }

    .ybp6-node-title {
        font-size: 14.5px;
    }

    .ybp6-node-desc {
        font-size: 10.5px;
    }

}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 1100px) {

    .yb-partnership-v6 {
        min-height: auto;

        padding: 52px 0 38px;
    }

    .ybp6-container {
        width: min(860px, calc(100% - 44px));
        min-height: 0;

        grid-template-columns: 1fr;
        gap: 19px;
    }

    .ybp6-left {
        padding: 0;

        text-align: center;
    }

    .ybp6-title-line {
        margin-right: auto;
        margin-left: auto;
    }

    .ybp6-left p {
        margin-right: auto;
        margin-left: auto;
    }

    .ybp6-right {
        height: 285px;
    }

    .ybp6-svg {
        height: 285px;
    }

    .ybp6-bg img {
        top: auto;
        right: 50%;
        bottom: -30px;

        width: 920px;

        opacity: 0.13;

        transform: translateX(50%);
    }

}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 720px) {

    .yb-partnership-v6 {
        padding: 48px 0 32px;
    }

    .ybp6-container {
        width: calc(100% - 30px);

        gap: 28px;
    }

    .ybp6-label {
        margin-bottom: 12px;

        font-size: 9px;
        letter-spacing: 0.3em;
    }

    .ybp6-title-dark,
    .ybp6-title-green {
        font-size: clamp(34px, 10vw, 43px);
    }

    .ybp6-left p {
        max-width: 540px;

        font-size: 13px;
        line-height: 1.68;
    }

    /*
    手机端隐藏SVG，改用卡片显示，
    避免小屏幕文字过小或挤压。
    */

    .ybp6-right {
        display: none;
    }

    .ybp6-mobile-principles {
        display: grid;
        gap: 11px;
    }

    .ybp6-mobile-card {
        position: relative;

        padding: 20px 19px 19px;

        overflow: hidden;

        border: 1px solid rgba(23, 23, 20, 0.1);
        border-radius: 14px;

        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.78),
                rgba(248, 246, 240, 0.9)
            );

        box-shadow:
            0 8px 22px rgba(25, 22, 17, 0.045);
    }

    .ybp6-mobile-card::before {
        content: "";

        position: absolute;
        top: 0;
        left: 0;

        width: 42px;
        height: 2px;

        background: var(--ybp6-gold);
    }

    .ybp6-mobile-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;

        margin-bottom: 10px;
    }

    .ybp6-mobile-number {
        color: var(--ybp6-gold);

        font-family: Georgia, "Times New Roman", serif;
        font-size: 25px;
        line-height: 1;
    }

    .ybp6-mobile-dot {
        position: relative;

        width: 26px;
        height: 26px;

        border: 1px solid rgba(189, 141, 69, 0.55);
        border-radius: 50%;
    }

    .ybp6-mobile-dot::before {
        content: "";

        position: absolute;
        top: 50%;
        left: 50%;

        width: 5px;
        height: 5px;

        border-radius: 50%;

        background: var(--ybp6-gold);

        transform: translate(-50%, -50%);
    }

    .ybp6-mobile-card h3 {
        margin: 0 0 8px;

        color: var(--ybp6-text);

        font-family: Georgia, "Times New Roman", serif;
        font-size: 19px;
        font-weight: 400;
    }

    .ybp6-mobile-card p {
        margin: 0;

        color: var(--ybp6-muted);

        font-size: 12.5px;
        line-height: 1.62;
    }

    .ybp6-bg img {
        display: none;
    }

}


/* =========================================================
SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ybp6-title-dark,
    .ybp6-title-green {
        font-size: 34px;
    }

    .ybp6-mobile-card {
        padding:
            19px
            17px
            18px;
    }

}


/* =========================================================
REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .ybp6-circle-large,
    .ybp6-circle-small,
    .ybp6-circle-inner,
    .ybp6-path,
    .ybp6-node-glow {
        animation: none;
    }

}

/* ===== Partner Widget 03 CSS ===== */
.yb-tech-banner{


position:relative;

width:100%;

height:260px;

overflow:hidden;

background:#050505;

font-family: Manrope, Arial, sans-serif;


}





/* IMAGE */


.yb-tech-image{


position:absolute;

inset:0;


}



.yb-tech-image img{


width:100%;

height:100%;


object-fit:cover;


object-position:center;


display:block;


}





/* subtle dark overlay */


.yb-tech-overlay{


position:absolute;

inset:0;


background:
linear-gradient(
90deg,
rgba(0,0,0,.08),
rgba(0,0,0,.12),
rgba(0,0,0,.42)
);


}





/* text */


.yb-tech-content{


position:absolute;

right:6%;

top:50%;

transform:translateY(-50%);


z-index:2;


}



.yb-tech-title h2{


margin:0;


color:#ffffff;


font-size:22px;


line-height:1.45;


font-weight:500;


letter-spacing:-0.02em;


}




.gold-line{


margin-top:22px;


width:60px;


height:2px;


background:#c49545;


}




@media(max-width:1100px){


.yb-tech-banner{

height:220px;

}



.yb-tech-content{


right:5%;

}



.yb-tech-title h2{


font-size:18px;

}


}





@media(max-width:767px){


.yb-tech-banner{

height:180px;

}



.yb-tech-title h2{

font-size:15px;

}



}

/* ===== Partner Widget 04 CSS ===== */
/* =========================================================
   SECTION BASE
========================================================= */

.yb-partner-v10 {
    --ybv10-bg: #f7f5ef;
    --ybv10-text: #171714;
    --ybv10-muted: #817f78;
    --ybv10-gold: #bd8d45;
    --ybv10-gold-dark: #9f702e;
    --ybv10-green: #263028;

    width: 100%;
    min-height: 650px;
    padding: 12px 0;

    overflow: hidden;

    background: var(--ybv10-bg);
    font-family: Manrope, Arial, sans-serif;
}

.yb-partner-v10,
.yb-partner-v10 * {
    box-sizing: border-box;
}


/* =========================================================
   MAIN GRID
========================================================= */

.ybv10-wrap {
    width: 100%;
    max-width: 1680px;
    min-height: 620px;

    margin: 0 auto;
    padding: 0 34px;

    display: grid;
    grid-template-columns:
        340px
        650px
        minmax(520px, 620px);

    gap: 25px;
    align-items: center;
}


/* =========================================================
   LEFT
========================================================= */

.ybv10-left {
    position: relative;
    z-index: 3;
    transform: translateX(50px);    
    
}

.ybv10-label {
    margin-bottom: 24px;

    color: var(--ybv10-gold);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.34em;
}

.ybv10-left h1 {
    margin: 0;

    color: var(--ybv10-text);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 0.99;
    letter-spacing: -0.04em;
}

.ybv10-left > p {
    width: 100%;
    max-width: 335px;

    margin: 25px 0 0;

    color: var(--ybv10-muted);

    font-size: 14px;
    line-height: 1.72;
}

.ybv10-note {
    margin-top: 52px;

    display: flex;
    align-items: flex-start;
    gap: 10px;

    color: #9d9a93;

    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.2em;
}

.ybv10-note-icon {
    position: relative;
    top: -1px;

    color: #bab7b0;
    font-size: 12px;
    letter-spacing: 0;
}


/* =========================================================
   CENTER
========================================================= */

.ybv10-center {
    position: relative;

    width: 100%;
    height: 600px;

    min-width: 0;
}


/* =========================================================
   ARC
========================================================= */

.ybv10-timeline {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 450px;
    height: 600px;

    overflow: visible;
    pointer-events: none;

    shape-rendering: geometricPrecision;
}

.ybv10-arc {
    fill: none;

    stroke: url("#ybv10ArcGradient");
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    vector-effect: non-scaling-stroke;
}


/* =========================================================
   CLICKABLE NUMBER NODES
========================================================= */

.ybv10-node {
    position: absolute;
    z-index: 7;

    width: 64px;
    height: 64px;

    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid var(--ybv10-gold);
    border-radius: 50%;

    background: var(--ybv10-bg);
    color: var(--ybv10-gold);

    font-family: Manrope, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;

    transition:
        color 0.28s ease,
        background 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        transform 0.28s ease;
}

/* 对应曲线上的第一个位置 */
.ybv10-node-1 {
    top: 58px;
    left: 116px;
}

/* 对应曲线最右侧位置 */
.ybv10-node-2 {
    top: 268px;
    left: 218px;
}

/* 对应曲线下方位置 */
.ybv10-node-3 {
    top: 488px;
    left: 106px;
}

.ybv10-node:hover,
.ybv10-node:focus-visible {
    border-width: 3px;

    box-shadow:
        0 7px 18px rgba(189, 141, 69, 0.25);

    transform: scale(1.035);
    outline: none;
}

.ybv10-node.is-active {
    border-color: #d6a456;
    border-width: 3px;

    background: var(--ybv10-green);
    color: #ffffff;

    box-shadow:
        0 8px 20px rgba(189, 141, 69, 0.42);
}


/* =========================================================
   SUMMARY LAYER
========================================================= */

.ybv10-summary-layer {
    position: absolute;
    inset: 0;
    z-index: 3;

    opacity: 1;
    visibility: visible;
    transform: translateX(0);

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.32s ease;
}

.ybv10-center.is-open .ybv10-summary-layer {
    opacity: 0;
    visibility: hidden;
    transform: translateX(14px);

    pointer-events: none;
}


/* =========================================================
   SUMMARY POSITIONS
========================================================= */

.ybv10-item {
    position: absolute;
    width: 340px;
}

.ybv10-item-1 {
    top: 52px;
    left: 270px;
}

/*
第二段文字整体向右移动。
原位置约为 285px，本版调整为 325px。
*/
.ybv10-item-2 {
    top: 260px;
    left: 325px;
}

.ybv10-item-3 {
    top: 448px;
    left: 245px;
}


/* =========================================================
   SUMMARY TYPOGRAPHY
========================================================= */

.ybv10-item-tag {
    color: var(--ybv10-gold);

    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.34em;
}

.ybv10-item h2 {
    margin: 7px 0 8px;

    color: var(--ybv10-text);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.ybv10-item p {
    width: 100%;
    max-width: 325px;

    margin: 0 0 11px;

    color: var(--ybv10-muted);

    font-size: 13px;
    line-height: 1.5;
}

.ybv10-view-button {
    margin: 0;
    padding: 4px 0;

    border: 0;
    outline: none;

    background: transparent;
    color: var(--ybv10-gold);

    font-family: Manrope, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.23em;

    cursor: pointer;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.ybv10-view-button span {
    display: inline-block;

    margin-right: 3px;

    font-size: 11px;
    letter-spacing: 0;
}

.ybv10-view-button:hover,
.ybv10-view-button:focus-visible {
    color: var(--ybv10-gold-dark);
    transform: translateX(2px);
    outline: none;
}


/* =========================================================
   DETAIL PANEL
========================================================= */

.ybv10-detail {
    position: absolute;
    top: 25px;
    left: 285px;
    z-index: 10;

    width: 365px;
    max-height: 550px;

    padding: 23px 23px 20px;

    overflow-y: auto;

    border: 1px solid rgba(189, 141, 69, 0.72);
    border-radius: 3px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.985),
            rgba(247, 245, 239, 0.985)
        );

    box-shadow:
        0 20px 48px rgba(35, 31, 23, 0.13),
        0 3px 10px rgba(35, 31, 23, 0.05);

    opacity: 0;
    visibility: hidden;
    transform: translateX(18px);

    pointer-events: none;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.36s ease;
}

.ybv10-detail.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);

    pointer-events: auto;
}

.ybv10-detail::-webkit-scrollbar {
    width: 4px;
}

.ybv10-detail::-webkit-scrollbar-track {
    background: transparent;
}

.ybv10-detail::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(189, 141, 69, 0.42);
}


/* =========================================================
   DETAIL HEADER
========================================================= */

.ybv10-detail-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.ybv10-detail-model {
    margin-bottom: 7px;

    color: var(--ybv10-gold);

    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 0.28em;
}

.ybv10-detail h3 {
    margin: 0;

    color: var(--ybv10-text);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.ybv10-detail-close {
    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    margin: -5px -6px 0 0;
    padding: 0;

    border: 1px solid rgba(189, 141, 69, 0.35);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.62);
    color: #69645b;

    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 27px;

    cursor: pointer;

    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.ybv10-detail-close:hover,
.ybv10-detail-close:focus-visible {
    border-color: var(--ybv10-gold);

    background: #ffffff;
    color: var(--ybv10-text);

    transform: rotate(5deg);
    outline: none;
}


/* =========================================================
   DETAIL CONTENT
========================================================= */

.ybv10-detail-intro {
    margin: 14px 0 17px;

    color: #68665f;

    font-size: 11.5px;
    line-height: 1.58;
}

.ybv10-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.ybv10-detail-block {
    min-width: 0;
    padding: 12px;

    border: 1px solid rgba(23, 23, 20, 0.08);
    background: rgba(255, 255, 255, 0.5);
}

.ybv10-detail-block-wide {
    grid-column: 1 / -1;
}

.ybv10-detail-heading {
    margin-bottom: 7px;

    color: var(--ybv10-gold);

    font-size: 8px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.18em;
}

.ybv10-detail-ideal,
.ybv10-detail-framework {
    color: #6e6b64;

    font-size: 9.8px;
    line-height: 1.52;
}

.ybv10-detail ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.ybv10-detail li {
    position: relative;

    padding-left: 14px;

    color: #6c6962;

    font-size: 9.7px;
    line-height: 1.44;
}

.ybv10-detail li::before {
    content: "✓";

    position: absolute;
    top: 0;
    left: 0;

    color: var(--ybv10-gold);

    font-size: 9px;
    font-weight: 700;
}

.ybv10-detail-support,
.ybv10-detail-contribution {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 13px;
    row-gap: 5px;
}


/* =========================================================
   BEST FOR
========================================================= */

.ybv10-detail-best {
    margin-top: 10px;
    padding: 12px 13px;

    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: center;

    border-left: 2px solid var(--ybv10-gold);
    background: rgba(189, 141, 69, 0.07);
}

.ybv10-detail-best-label {
    color: var(--ybv10-gold);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.17em;
}

.ybv10-detail-best-text {
    color: #535049;

    font-size: 9.9px;
    line-height: 1.45;
}

.ybv10-detail-note {
    margin-top: 11px;
    padding-top: 10px;

    border-top: 1px solid rgba(23, 23, 20, 0.08);

    color: #918e87;

    font-size: 8.5px;
    line-height: 1.48;
}


/* =========================================================
   RIGHT IMAGE
========================================================= */

.ybv10-right {
    position: relative;

    width: 100%;
    height: 560px;

    min-width: 0;
}

.ybv10-photo {
    position: absolute;
    inset: 0;

    overflow: hidden;

    border-radius: 30px;

    background: #151513;

    box-shadow:
        0 18px 42px rgba(25, 22, 17, 0.13);
}

.ybv10-photo::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0) 45%,
            rgba(0, 0, 0, 0.04) 100%
        );

    pointer-events: none;
}

.ybv10-main-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   IMAGE CARDS
========================================================= */

.ybv10-image-card {
    position: absolute;
    z-index: 5;

    width: 330px;
    height: 92px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    overflow: hidden;

    border: 1px solid rgba(203, 151, 68, 0.96);
    border-radius: 14px;

    background: rgba(18, 18, 16, 0.9);

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.24);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    color: #ffffff;
}

.ybv10-card-image {
    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;

    border-right: 1px solid rgba(203, 151, 68, 0.38);
}

.ybv10-card-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ybv10-card-content {
    width: 100%;
    height: 100%;

    padding: 13px 14px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.ybv10-card-content strong {
    color: #ffffff;

    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.35;
}

.ybv10-card-content span {
    color: rgba(255, 255, 255, 0.72);

    font-size: 9.5px;
    font-weight: 400;
    line-height: 1.42;
}

.ybv10-image-card-top {
    top: 22px;
    right: 22px;
}

.ybv10-image-card-bottom {
    bottom: 22px;
    left: 22px;
}


/* =========================================================
   MEDIUM DESKTOP
========================================================= */

@media (max-width: 1500px) {

    .ybv10-wrap {
        max-width: 1420px;

        grid-template-columns:
            310px
            610px
            minmax(460px, 1fr);

        gap: 20px;
    }

    .ybv10-left h1 {
        font-size: 49px;
    }

    .ybv10-item {
        width: 300px;
    }

    .ybv10-item-1 {
        left: 265px;
    }

    .ybv10-item-2 {
        left: 315px;
    }

    .ybv10-item-3 {
        left: 240px;
    }

    .ybv10-item h2 {
        font-size: 22px;
    }

    .ybv10-item p {
        font-size: 12px;
    }

    .ybv10-detail {
        left: 275px;
        width: 335px;
    }

    .ybv10-image-card {
        width: 300px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1180px) {

    .yb-partner-v10 {
        min-height: auto;
        padding: 50px 0;
        overflow: visible;
    }

    .ybv10-wrap {
        max-width: 980px;

        grid-template-columns:
            300px
            minmax(600px, 1fr);

        align-items: start;
    }

    .ybv10-left {
        padding-top: 45px;
    }

    .ybv10-right {
        grid-column: 1 / -1;

        width: min(820px, 100%);
        height: 520px;

        margin: 15px auto 0;
    }

}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 960px) {

    .ybv10-wrap {
        display: block;

        max-width: 760px;
        padding: 0 28px;
    }

    .ybv10-left {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .ybv10-left h1 {
        font-size: 52px;
        line-height: 1;
    }

    .ybv10-left > p {
        max-width: 480px;
    }

    .ybv10-note {
        margin-top: 32px;
    }

    .ybv10-center {
        width: 100%;
        max-width: 650px;

        margin: 0 auto 35px;
    }

    .ybv10-right {
        width: 100%;
        height: 500px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 720px) {

    .yb-partner-v10 {
        padding: 50px 0;
    }

    .ybv10-wrap {
        padding: 0 20px;
    }

    .ybv10-left h1 {
        font-size: clamp(42px, 12vw, 52px);
    }

    .ybv10-label {
        margin-bottom: 20px;
        font-size: 9px;
    }

    .ybv10-center {
        height: auto;
        min-height: 0;
    }

    .ybv10-timeline,
    .ybv10-node {
        display: none;
    }

    .ybv10-summary-layer {
        position: relative;
        inset: auto;

        display: grid;
        gap: 12px;
    }

    .ybv10-center.is-open .ybv10-summary-layer {
        display: none;
    }

    .ybv10-item,
    .ybv10-item-1,
    .ybv10-item-2,
    .ybv10-item-3 {
        position: relative;

        top: auto;
        left: auto;

        width: 100%;
        padding: 21px;

        border: 1px solid rgba(189, 141, 69, 0.28);
        background: rgba(255, 255, 255, 0.35);
    }

    .ybv10-item h2 {
        font-size: 24px;
    }

    .ybv10-item p {
        max-width: none;
        font-size: 13px;
    }

    .ybv10-detail {
        position: relative;

        top: auto;
        left: auto;

        display: none;

        width: 100%;
        max-height: none;

        padding: 22px;

        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .ybv10-detail.is-visible {
        display: block;
    }

    .ybv10-detail-grid {
        grid-template-columns: 1fr;
    }

    .ybv10-detail-block-wide {
        grid-column: auto;
    }

    .ybv10-detail-support,
    .ybv10-detail-contribution {
        grid-template-columns: 1fr;
    }

    .ybv10-detail-best {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ybv10-right {
        height: 460px;
    }

    .ybv10-photo {
        border-radius: 24px;
    }

    .ybv10-image-card {
        width: calc(100% - 36px);
        max-width: 330px;
        height: 88px;
    }

    .ybv10-image-card-top {
        top: 18px;
        right: 18px;
    }

    .ybv10-image-card-bottom {
        bottom: 18px;
        left: 18px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 440px) {

    .ybv10-right {
        height: 420px;
    }

    .ybv10-image-card {
        width: calc(100% - 28px);
        height: 82px;
    }

    .ybv10-image-card-top {
        top: 14px;
        right: 14px;
    }

    .ybv10-image-card-bottom {
        bottom: 14px;
        left: 14px;
    }

    .ybv10-card-content {
        padding: 10px;
    }

    .ybv10-card-content strong {
        font-size: 9.5px;
    }

    .ybv10-card-content span {
        font-size: 8.6px;
    }

}

/* ===== Partner Widget 05 CSS ===== */
/* =========================================================
BASE
========================================================= */

.yb-support-v4 {
    --ybsv4-bg: #f7f5ef;
    --ybsv4-text: #171714;
    --ybsv4-muted: #6f6c65;
    --ybsv4-muted-light: #99958d;
    --ybsv4-gold: #bd8d45;
    --ybsv4-gold-dark: #9d6e2b;
    --ybsv4-dark: #171817;
    --ybsv4-line: rgba(23, 23, 20, 0.11);
    --ybsv4-head-height: 80px;
    --ybsv4-panel-height: 440px;

    width: 100%;
    padding: 46px 0 52px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 91% 5%,
            rgba(189, 141, 69, 0.075),
            transparent 25%
        ),
        var(--ybsv4-bg);

    font-family: Manrope, Arial, sans-serif;
}

.yb-support-v4,
.yb-support-v4 * {
    box-sizing: border-box;
}

.ybsv4-container {
    width: min(1380px, calc(100% - 64px));
    margin: 0 auto;
}


/* =========================================================
HEADER
========================================================= */

.ybsv4-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 70px;
    align-items: end;

    margin-bottom: 24px;
}

.ybsv4-eyebrow {
    margin-bottom: 15px;

    color: var(--ybsv4-gold);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.38em;
}

.ybsv4-heading h2 {
    margin: 0;

    color: var(--ybsv4-text);

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 4vw, 68px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.ybsv4-heading-line {
    width: 48px;
    height: 2px;

    margin: 20px 0 14px;

    background: var(--ybsv4-gold);
}

.ybsv4-heading > p {
    width: min(500px, 100%);
    margin: 0;

    color: var(--ybsv4-muted);

    font-size: 14px;
    line-height: 1.66;
}

.ybsv4-header-side {
    align-self: end;
    padding-bottom: 3px;
}

.ybsv4-note {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 13px;
    align-items: start;

    padding-bottom: 18px;
    margin-bottom: 15px;

    border-bottom: 1px solid var(--ybsv4-line);
}

.ybsv4-note-icon {
    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(189, 141, 69, 0.7);
    border-radius: 50%;

    color: var(--ybsv4-gold);

    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 700;
}

.ybsv4-note p {
    margin: 0;

    color: #77736b;

    font-size: 11px;
    line-height: 1.6;
}

.ybsv4-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.ybsv4-counter {
    margin-right: 12px;

    color: var(--ybsv4-muted-light);

    font-size: 11px;
    letter-spacing: 0.11em;
}

.ybsv4-counter strong {
    color: var(--ybsv4-gold);

    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 400;
}

.ybsv4-arrow {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid rgba(189, 141, 69, 0.7);
    border-radius: 50%;

    background: transparent;
    color: var(--ybsv4-gold);

    cursor: pointer;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.ybsv4-arrow svg {
    width: 19px;
    height: 19px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ybsv4-arrow:hover,
.ybsv4-arrow:focus-visible {
    border-color: var(--ybsv4-dark);

    background: var(--ybsv4-dark);
    color: #ffffff;

    transform: translateY(-2px);
    outline: none;
}


/* =========================================================
DESKTOP ACCORDION
========================================================= */

.ybsv4-accordion {
    width: 100%;
    height: var(--ybsv4-panel-height);

    display: flex;
    align-items: stretch;
    gap: 10px;
}

.ybsv4-panel {
    position: relative;

    flex: 1 1 0;
    min-width: 0;
    height: var(--ybsv4-panel-height);

    overflow: hidden;

    border: 1px solid rgba(23, 23, 20, 0.1);
    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.91),
            rgba(248, 246, 240, 0.97)
        );

    box-shadow:
        0 9px 25px rgba(22, 20, 16, 0.045);

    cursor: pointer;

    transition:
        flex 0.52s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.ybsv4-panel::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;

    width: 0;
    height: 2px;

    background: var(--ybsv4-gold);

    transition: width 0.42s ease;
}

.ybsv4-panel:not(.is-active):hover {
    border-color: rgba(189, 141, 69, 0.43);

    transform: translateY(-3px);

    box-shadow:
        0 16px 36px rgba(22, 20, 16, 0.075);
}

.ybsv4-panel.is-active {
    flex: 2.15 1 0;

    border-color: rgba(189, 141, 69, 0.78);

    box-shadow:
        0 19px 44px rgba(22, 20, 16, 0.1);

    cursor: default;
}

.ybsv4-panel.is-active::before {
    width: 100%;
}


/* =========================================================
PANEL HEADER
========================================================= */

.ybsv4-panel-head {
    position: relative;
    z-index: 7;

    width: 100%;
    height: var(--ybsv4-head-height);

    padding: 0 17px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    border: 0;
    border-bottom: 1px solid var(--ybsv4-line);

    background: rgba(255, 255, 255, 0.2);
    color: inherit;

    text-align: left;
    cursor: pointer;
}

.ybsv4-panel-head:focus-visible {
    outline: 2px solid rgba(189, 141, 69, 0.72);
    outline-offset: -4px;
}

.ybsv4-panel-title-group {
    min-width: 0;

    display: flex;
    align-items: center;
    gap: 11px;
}

.ybsv4-number {
    flex: 0 0 auto;

    color: var(--ybsv4-gold);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
}

.ybsv4-panel-title {
    min-width: 0;

    color: var(--ybsv4-text);

    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

.ybsv4-toggle-icon {
    position: relative;

    width: 29px;
    height: 29px;

    flex: 0 0 29px;

    border: 1px solid rgba(23, 23, 20, 0.18);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.35);

    transition:
        border-color 0.25s ease,
        background 0.25s ease;
}

.ybsv4-toggle-icon > span {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 10px;
    height: 1px;

    background: var(--ybsv4-text);

    transform: translate(-50%, -50%);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        background 0.25s ease;
}

.ybsv4-toggle-icon > span:last-child {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.ybsv4-panel.is-active .ybsv4-toggle-icon {
    border-color: var(--ybsv4-gold);

    background: rgba(189, 141, 69, 0.08);
}

.ybsv4-panel.is-active .ybsv4-toggle-icon > span {
    background: var(--ybsv4-gold);
}

.ybsv4-panel.is-active .ybsv4-toggle-icon > span:last-child {
    opacity: 0;

    transform:
        translate(-50%, -50%)
        rotate(0deg);
}


/* =========================================================
UNIFIED STAGE ICONS
========================================================= */

.ybsv4-stage-icon {
    position: relative;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(189, 141, 69, 0.28);
    border-radius: 14px;

    background: rgba(189, 141, 69, 0.055);
    color: var(--ybsv4-gold);
}

.ybsv4-stage-icon svg {
    width: 28px;
    height: 28px;

    display: block;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ybsv4-stage-icon img {
    width: 27px;
    height: 27px;

    display: none;

    object-fit: contain;
}

.ybsv4-stage-icon.has-custom-icon svg {
    display: none;
}

.ybsv4-stage-icon.has-custom-icon img {
    display: block;
}

.ybsv4-detail-icon {
    width: 45px;
    height: 45px;

    flex-basis: 45px;

    margin-bottom: 15px;
}

.ybsv4-detail-icon svg {
    width: 26px;
    height: 26px;
}


/* =========================================================
COLLAPSED PREVIEW
========================================================= */

.ybsv4-preview {
    position: absolute;
    top: var(--ybsv4-head-height);
    right: 0;
    bottom: 0;
    left: 0;

    padding: 29px 21px 20px;

    display: flex;
    flex-direction: column;

    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    transition:
        opacity 0.22s ease,
        visibility 0.22s ease,
        transform 0.3s ease;
}

.ybsv4-panel.is-active .ybsv4-preview {
    opacity: 0;
    visibility: hidden;

    transform: translateY(8px);

    pointer-events: none;
}

.ybsv4-preview .ybsv4-stage-icon {
    margin-bottom: 24px;
}

.ybsv4-preview p {
    margin: 0;

    color: var(--ybsv4-muted);

    font-size: 14px;
    line-height: 1.68;
}

.ybsv4-view-button {
    width: 100%;

    margin-top: auto;
    padding: 19px 0 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    border: 0;
    border-top: 1px solid var(--ybsv4-line);

    background: transparent;
    color: var(--ybsv4-gold);

    font-family: Manrope, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;

    text-align: left;
    cursor: pointer;
}

.ybsv4-view-button:focus-visible {
    outline: 1px solid var(--ybsv4-gold);
    outline-offset: 5px;
}

.ybsv4-link-arrow {
    flex: 0 0 auto;

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;

    transition: transform 0.22s ease;
}

.ybsv4-view-button:hover .ybsv4-link-arrow {
    transform: translateX(4px);
}


/* =========================================================
EXPANDED PANEL
========================================================= */

.ybsv4-panel-body {
    position: absolute;
    top: var(--ybsv4-head-height);
    right: 0;
    bottom: 0;
    left: 0;

    display: grid;
    grid-template-columns: minmax(185px, 40%) minmax(0, 60%);

    overflow: hidden;

    opacity: 0;
    visibility: hidden;

    transform: translateY(8px);

    pointer-events: none;

    transition:
        opacity 0.3s ease 0.08s,
        visibility 0.3s ease 0.08s,
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.ybsv4-panel.is-active .ybsv4-panel-body {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    pointer-events: auto;
}

.ybsv4-media {
    position: relative;

    min-width: 0;
    height: 100%;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #171817,
            #2b2924
        );
}

.ybsv4-media img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter:
        brightness(0.9)
        contrast(1.05)
        saturate(0.9);

    transition:
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.3s ease;
}

.ybsv4-panel.is-active:hover .ybsv4-media img {
    transform: scale(1.035);
}

.ybsv4-media.is-missing img {
    display: none;
}

.ybsv4-media-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.02),
            rgba(0, 0, 0, 0.42)
        );

    pointer-events: none;
}

.ybsv4-media-label {
    position: absolute;
    left: 16px;
    bottom: 15px;

    padding: 6px 9px;

    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 30px;

    background: rgba(14, 14, 13, 0.52);
    color: rgba(255, 255, 255, 0.91);

    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.18em;

    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.ybsv4-detail {
    min-width: 0;
    height: 100%;

    padding: 25px 24px 20px;

    display: flex;
    flex-direction: column;

    background: rgba(255, 255, 255, 0.5);
}

.ybsv4-detail-intro {
    margin: 0 0 15px;

    color: #5f5c56;

    font-size: 14px;
    line-height: 1.62;
}

.ybsv4-detail ul {
    margin: 0;
    padding: 0;

    display: grid;
    gap: 8px;

    list-style: none;
}

.ybsv4-detail li {
    position: relative;

    padding-left: 19px;

    color: #55524c;

    font-size: 12px;
    line-height: 1.48;
}

.ybsv4-detail li::before {
    content: "✓";

    position: absolute;
    top: 0;
    left: 0;

    color: var(--ybsv4-gold);

    font-weight: 700;
}

.ybsv4-detail-link {
    margin-top: auto;
    padding-top: 17px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    border-top: 1px solid var(--ybsv4-line);

    color: var(--ybsv4-gold);

    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-decoration: none;

    transition: color 0.22s ease;
}

.ybsv4-detail-link:hover {
    color: var(--ybsv4-gold-dark);
}

.ybsv4-detail-link:hover .ybsv4-link-arrow {
    transform: translateX(4px);
}


/* =========================================================
INDIVIDUAL IMAGE POSITIONING
========================================================= */

.ybsv4-panel[data-index="0"] .ybsv4-media img {
    object-position: 57% center;
}

.ybsv4-panel[data-index="1"] .ybsv4-media img {
    object-position: 50% center;
}

.ybsv4-panel[data-index="2"] .ybsv4-media img {
    object-position: 52% center;
}

.ybsv4-panel[data-index="3"] .ybsv4-media img {
    object-position: 50% center;

    filter:
        brightness(0.97)
        contrast(1.04)
        saturate(0.9);
}


/* =========================================================
MEDIUM DESKTOP
========================================================= */

@media (max-width: 1380px) {

    .ybsv4-container {
        width: min(1240px, calc(100% - 48px));
    }

    .ybsv4-header {
        grid-template-columns: minmax(0, 1fr) 350px;
        gap: 45px;
    }

    .ybsv4-panel.is-active {
        flex: 2.3 1 0;
    }

    .ybsv4-panel-head {
        padding-right: 13px;
        padding-left: 13px;
    }

    .ybsv4-panel-title-group {
        gap: 8px;
    }

    .ybsv4-number {
        font-size: 30px;
    }

    .ybsv4-panel-title {
        font-size: 13px;
    }

    .ybsv4-preview {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ybsv4-preview p {
        font-size: 13px;
    }

    .ybsv4-detail {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ybsv4-detail-intro {
        font-size: 13px;
    }

    .ybsv4-detail li {
        font-size: 11px;
    }

}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 1120px) {

    .yb-support-v4 {
        padding: 52px 0 32px;
        overflow: visible;
    }

    .ybsv4-container {
        width: min(840px, calc(100% - 42px));
    }

    .ybsv4-header {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ybsv4-header-side {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 25px;
        align-items: end;
    }

    .ybsv4-note {
        padding: 0;
        margin: 0;

        border: 0;
    }

    .ybsv4-accordion {
        height: auto;

        display: grid;
        gap: 11px;
    }

    .ybsv4-panel,
    .ybsv4-panel.is-active {
        flex: none;

        width: 100%;
        height: auto;
        min-height: 0;

        transform: none;
    }

    .ybsv4-panel-head {
        position: relative;
        height: 72px;
    }

    .ybsv4-preview,
    .ybsv4-panel-body {
        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .ybsv4-preview {
        max-height: 235px;
        min-height: 210px;

        opacity: 1;
        visibility: visible;

        overflow: hidden;

        transform: none;

        transition:
            max-height 0.42s ease,
            min-height 0.42s ease,
            padding 0.42s ease,
            opacity 0.25s ease;
    }

    .ybsv4-panel.is-active .ybsv4-preview {
        max-height: 0;
        min-height: 0;

        padding-top: 0;
        padding-bottom: 0;

        opacity: 0;
        visibility: hidden;
    }

    .ybsv4-panel-body {
        height: auto;
        max-height: 0;

        grid-template-columns:
            minmax(235px, 40%)
            minmax(0, 60%);

        opacity: 0;
        visibility: hidden;

        overflow: hidden;

        transform: none;

        transition:
            max-height 0.52s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.3s ease;
    }

    .ybsv4-panel.is-active .ybsv4-panel-body {
        max-height: 380px;

        opacity: 1;
        visibility: visible;
    }

    .ybsv4-media,
    .ybsv4-detail {
        min-height: 325px;
        height: auto;
    }

}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 700px) {

    .yb-support-v4 {
        padding: 46px 0 28px;
    }

    .ybsv4-container {
        width: calc(100% - 30px);
    }

    .ybsv4-heading h2 {
        font-size: clamp(43px, 13vw, 57px);
        line-height: 1;
    }

    .ybsv4-heading > p {
        font-size: 13px;
    }

    .ybsv4-header-side {
        display: block;
    }

    .ybsv4-note {
        margin-bottom: 20px;
    }

    .ybsv4-navigation {
        justify-content: flex-start;
    }

    .ybsv4-arrow {
        width: 43px;
        height: 43px;
    }

    .ybsv4-panel-head {
        height: 68px;
        padding: 0 14px;
    }

    .ybsv4-number {
        font-size: 25px;
    }

    .ybsv4-panel-title {
        max-width: 190px;
        font-size: 11px;
    }

    .ybsv4-toggle-icon {
        width: 28px;
        height: 28px;

        flex-basis: 28px;
    }

    .ybsv4-preview {
        min-height: 195px;

        padding:
            23px
            18px
            18px;
    }

    .ybsv4-preview p {
        font-size: 13px;
    }

    .ybsv4-panel-body {
        grid-template-columns: 1fr;
    }

    .ybsv4-panel.is-active .ybsv4-panel-body {
        max-height: 760px;
    }

    .ybsv4-media {
        min-height: 230px;
    }

    .ybsv4-detail {
        min-height: 310px;

        padding:
            23px
            21px
            19px;
    }

    .ybsv4-detail-intro {
        font-size: 12px;
    }

    .ybsv4-detail li {
        font-size: 10.5px;
    }

}


/* =========================================================
SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ybsv4-panel-title-group {
        gap: 8px;
    }

    .ybsv4-number {
        font-size: 23px;
    }

    .ybsv4-panel-title {
        max-width: 155px;
        font-size: 10.5px;
    }

}

/* ===== Partner Widget 06 CSS ===== */
/* =========================================================
ROOT
========================================================= */

.yb-partner-final-cta {
    --ybpfc-gold: #c49245;
    --ybpfc-gold-light: #d9ab64;
    --ybpfc-white: #f7f3eb;
    --ybpfc-muted: rgba(247, 243, 235, 0.72);
    --ybpfc-dark: #13130f;

    position: relative;
    isolation: isolate;

    width: 100%;
    min-height: 400px;

    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 64px 32px;
    overflow: hidden;

    background-color: #090909;
    font-family: Manrope, Arial, sans-serif;
}


/* =========================================================
BACKGROUND IMAGE

后续需要更换图片时，只修改下面这个URL。
========================================================= */

.yb-partner-final-cta::before {
    content: "";

    position: absolute;
    inset: -2%;

    z-index: -3;

    background-image:
        url("/wp-content/uploads/2026/08/partner-cooperation-screen06.webp");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    transform: scale(1.01);

    transition:
        transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.6s ease;
}

@media(max-width:768px){

    .yb-partner-final-cta::before{

        background-image:url(
        "/wp-content/uploads/2026/08/partner-cooperation-screen06-mobile.webp"
        );

    }

}

/* =========================================================
TEXT-SAFE OVERLAY

中间更暗，左右人物和产品仍保留细节。
========================================================= */

.yb-partner-final-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.10) 0%,
            rgba(0, 0, 0, 0.31) 27%,
            rgba(0, 0, 0, 0.54) 43%,
            rgba(0, 0, 0, 0.60) 50%,
            rgba(0, 0, 0, 0.54) 57%,
            rgba(0, 0, 0, 0.31) 73%,
            rgba(0, 0, 0, 0.10) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.08) 0%,
            rgba(0, 0, 0, 0.19) 55%,
            rgba(0, 0, 0, 0.34) 100%
        );

    pointer-events: none;
}


/* 轻微背景互动，不会影响阅读 */

.yb-partner-final-cta:hover::before {
    transform: scale(1.025);
}


/* =========================================================
CONTENT
========================================================= */

.ybpfc-content {
    position: relative;
    z-index: 2;

    width: min(760px, 100%);

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.ybpfc-eyebrow {
    margin-bottom: 18px;

    color: var(--ybpfc-gold-light);

    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.38em;
}

.ybpfc-content h2 {
    margin: 0;

    color: var(--ybpfc-white);

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 4.3vw, 62px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.035em;

    text-shadow:
        0 4px 22px rgba(0, 0, 0, 0.46);
}

.ybpfc-line {
    width: 54px;
    height: 2px;

    margin: 23px 0 19px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--ybpfc-gold) 22%,
            var(--ybpfc-gold) 78%,
            transparent
        );
}

.ybpfc-description {
    width: min(680px, 100%);

    margin: 0;

    color: var(--ybpfc-muted);

    font-size: 15px;
    font-weight: 400;
    line-height: 1.72;

    text-shadow:
        0 2px 14px rgba(0, 0, 0, 0.7);
}


/* =========================================================
CTA BUTTON
========================================================= */

.ybpfc-button {
    position: relative;

    min-width: 260px;
    min-height: 54px;

    margin-top: 29px;
    padding: 0 23px 0 27px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    overflow: hidden;

    border: 1px solid var(--ybpfc-gold);
    border-radius: 4px;

    background:
        linear-gradient(
            135deg,
            #d0a35e,
            #b47d32
        );

    color: #15130f;

    font-size: 10px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 0.19em;
    text-decoration: none;

    box-shadow:
        0 11px 30px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;

    transition:
        color 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease,
        transform 0.28s ease,
        box-shadow 0.28s ease;
}


/* 按钮光线扫过效果 */

.ybpfc-button::before {
    content: "";

    position: absolute;
    top: -50%;
    left: -55%;

    width: 45%;
    height: 200%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.34),
            transparent
        );

    transform: rotate(18deg);

    transition:
        left 0.65s cubic-bezier(0.22, 1, 0.36, 1);

    pointer-events: none;
}

.ybpfc-button > span {
    position: relative;
    z-index: 2;
}

.ybpfc-button-arrow {
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;

    transition:
        transform 0.28s ease;
}

.ybpfc-button:hover,
.ybpfc-button:focus-visible {
    border-color: rgba(255, 255, 255, 0.72);

    background:
        linear-gradient(
            135deg,
            #f4eee3,
            #d9c5a5
        );

    color: #15130f;

    transform: translateY(-3px);

    box-shadow:
        0 17px 38px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.16) inset;

    outline: none;
}

.ybpfc-button:hover::before,
.ybpfc-button:focus-visible::before {
    left: 125%;
}

.ybpfc-button:hover .ybpfc-button-arrow,
.ybpfc-button:focus-visible .ybpfc-button-arrow {
    transform: translateX(5px);
}


/* =========================================================
RESPONSE NOTE
========================================================= */

.ybpfc-response-note {
    margin-top: 17px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    color: rgba(247, 243, 235, 0.57);

    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.025em;
}

.ybpfc-response-dot {
    position: relative;

    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border: 1px solid var(--ybpfc-gold);
    border-radius: 50%;
}

.ybpfc-response-dot::after {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: var(--ybpfc-gold);

    transform: translate(-50%, -50%);
}


/* =========================================================
LARGE DESKTOP
========================================================= */

@media (min-width: 1700px) {

    .yb-partner-final-cta {
        min-height: 440px;
    }

    .ybpfc-content {
        width: min(790px, 100%);
    }

}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 1024px) {

    .yb-partner-final-cta {
        min-height: 390px;

        padding:
            58px
            28px;
    }

    .yb-partner-final-cta::before {
        background-position: center center;
    }

    .ybpfc-content {
        width: min(680px, 100%);
    }

    .ybpfc-content h2 {
        font-size: clamp(42px, 7vw, 56px);
    }

    .ybpfc-description {
        font-size: 14px;
    }

}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 767px) {

    .yb-partner-final-cta {
        min-height: 440px;

        padding:
            58px
            22px;
    }

    /*
    手机端会裁掉左右较多区域。
    这里稍微偏向会议区，同时保留中央安全区。
    */

    .yb-partner-final-cta::before {
        background-position: 42% center;

        transform: scale(1.045);
    }

    .yb-partner-final-cta:hover::before {
        transform: scale(1.045);
    }

    .yb-partner-final-cta::after {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.59),
                rgba(0, 0, 0, 0.7)
            ),
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.16),
                rgba(0, 0, 0, 0.42)
            );
    }

    .ybpfc-eyebrow {
        margin-bottom: 16px;

        font-size: 9px;
        letter-spacing: 0.29em;
    }

    .ybpfc-content h2 {
        font-size: clamp(40px, 12vw, 50px);
        line-height: 1;
    }

    .ybpfc-line {
        margin:
            20px
            0
            17px;
    }

    .ybpfc-description {
        max-width: 520px;

        font-size: 13px;
        line-height: 1.68;
    }

    .ybpfc-button {
        width: min(100%, 310px);
        min-width: 0;
        min-height: 53px;

        margin-top: 27px;
    }

    .ybpfc-response-note {
        max-width: 310px;

        align-items: flex-start;

        font-size: 9px;
        line-height: 1.55;
    }

    .ybpfc-response-dot {
        margin-top: 3px;
    }

}


/* =========================================================
SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .yb-partner-final-cta {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ybpfc-content h2 {
        font-size: 39px;
    }

    .ybpfc-description {
        font-size: 12.5px;
    }

    .ybpfc-button {
        padding-right: 19px;
        padding-left: 21px;

        font-size: 9px;
        letter-spacing: 0.15em;
    }

}


/* =========================================================
REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .yb-partner-final-cta::before,
    .ybpfc-button,
    .ybpfc-button::before,
    .ybpfc-button-arrow {
        transition: none;
    }

}


/* =========================================================================================================
   PARTNER COOPERATION — PARTNERSHIP MODEL H2 SEMANTIC COMPATIBILITY
   ---------------------------------------------------------------------------------------------------------
   Purpose:
   - "Partner With Yubeen Optics" remains the single page-level H1.
   - "Choose Your Partnership Model" is changed from H1 to H2.
   - Preserves the original Widget 04 visual design exactly.
   - Preserves desktop, tablet and mobile responsive typography.
   ========================================================================================================= */


/* ---------------------------------------------------------------------------------------------------------
   01. BASE / DESKTOP
   --------------------------------------------------------------------------------------------------------- */

.yb-partner-v10 .ybv10-left > h2 {
    margin: 0 !important;

    color: var(--ybv10-text) !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 54px !important;
    font-weight: 400 !important;
    line-height: 0.99 !important;

    letter-spacing: -0.04em !important;

    padding: 0 !important;
    border: 0 !important;
}


/* Preserve the original manual three-line title layout */
.yb-partner-v10 .ybv10-left > h2 br {
    display: block !important;
}


/* ---------------------------------------------------------------------------------------------------------
   02. MEDIUM DESKTOP
   Original rule:
   .ybv10-left h1 { font-size: 49px; }
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 1500px) {

    .yb-partner-v10 .ybv10-left > h2 {
        font-size: 49px !important;
    }

}


/* ---------------------------------------------------------------------------------------------------------
   03. SMALL TABLET
   Original rule:
   .ybv10-left h1 {
       font-size: 52px;
       line-height: 1;
   }
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 960px) {

    .yb-partner-v10 .ybv10-left > h2 {
        font-size: 52px !important;
        line-height: 1 !important;
    }

}


/* ---------------------------------------------------------------------------------------------------------
   04. MOBILE
   Original rule:
   .ybv10-left h1 {
       font-size: clamp(42px, 12vw, 52px);
   }
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 720px) {

    .yb-partner-v10 .ybv10-left > h2 {
        font-size: clamp(42px, 12vw, 52px) !important;
    }

}


/* =========================================================================================================
   END — PARTNER COOPERATION H2 SEMANTIC COMPATIBILITY
   ========================================================================================================= */