.elementor-3782 .elementor-element.elementor-element-29e7435{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-4ed5844 */```css
.jf-coop,
.jf-coop *{
    box-sizing:border-box;
}

.jf-coop{
    position:relative;
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    overflow:hidden;
    padding:96px 20px;
    font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
    color:#35144f;
    background:
        radial-gradient(circle at 12% 10%, rgba(255,191,235,.58) 0%, rgba(255,191,235,0) 34%),
        radial-gradient(circle at 88% 14%, rgba(205,169,255,.55) 0%, rgba(205,169,255,0) 32%),
        radial-gradient(circle at 50% 100%, rgba(183,139,255,.34) 0%, rgba(183,139,255,0) 42%),
        linear-gradient(135deg,#ffffff 0%,#fff6ff 42%,#f3e9ff 100%);
}

/* 背景淡紫格線 */
.jf-coop-bg{
    position:absolute;
    inset:0;
    pointer-events:none;
    background-image:
        linear-gradient(rgba(93,35,140,.065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(93,35,140,.065) 1px, transparent 1px);
    background-size:54px 54px;
    mask-image:linear-gradient(180deg, rgba(0,0,0,.50), rgba(0,0,0,.05));
    opacity:.8;
}

/* 粉紫高光 */
.jf-coop::before{
    content:"";
    position:absolute;
    width:560px;
    height:560px;
    right:-180px;
    top:110px;
    background:radial-gradient(circle, rgba(255,153,221,.42), rgba(255,153,221,0) 68%);
    filter:blur(8px);
    pointer-events:none;
}

/* 淡紫光暈 */
.jf-coop::after{
    content:"";
    position:absolute;
    width:720px;
    height:720px;
    left:-280px;
    bottom:-240px;
    background:radial-gradient(circle, rgba(165,112,255,.36), rgba(165,112,255,0) 70%);
    pointer-events:none;
}

.jf-coop-shell{
    position:relative;
    z-index:2;
    width:min(1180px,100%);
    margin:0 auto;
}

.jf-coop-hero{
    max-width:880px;
    margin:0 auto 52px;
    text-align:center;
}

.jf-coop-kicker{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:9px 18px;
    margin-bottom:22px;
    border:1px solid rgba(127,54,190,.18);
    background:linear-gradient(90deg,rgba(255,214,244,.92),rgba(232,218,255,.88));
    color:#7d2fc0;
    font-size:13px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
    box-shadow:
        0 10px 26px rgba(126,65,190,.12),
        inset 0 1px 0 rgba(255,255,255,.9);
}

.jf-coop-title{
    color:#4b126f;
    text-shadow:
        0 3px 0 rgba(255,255,255,.9),
        0 14px 28px rgba(190,91,230,.22);
}

.jf-coop-title span{
    background:linear-gradient(90deg,#7a22b4 0%,#c05cff 45%,#ff7bd8 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
.jf-coop-desc{
    max-width:780px;
    margin:24px auto 0;
    color:#624479;
    font-size:17px;
    line-height:1.9;
    letter-spacing:.03em;
}

.jf-coop-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin-top:34px;
    flex-wrap:wrap;
}

.jf-coop-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:150px;
    height:50px;
    padding:0 26px;
    text-decoration:none;
    font-size:15px;
    font-weight:950;
    letter-spacing:.05em;
    transition:.25s ease;
}

/* 立體紫色主按鈕 */
.jf-coop-btn-main{
    color:#fff;
    background:linear-gradient(135deg,#d96cff 0%,#8b35d6 48%,#4b126f 100%);
    box-shadow:
        0 8px 0 #35104f,
        0 18px 34px rgba(116,49,176,.32),
        inset 0 1px 0 rgba(255,255,255,.42);
}

.jf-coop-btn-sub{
    color:#6f24aa;
    border:1px solid rgba(128,54,190,.22);
    background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(246,232,255,.86));
    box-shadow:
        0 8px 0 rgba(104,44,152,.18),
        0 16px 30px rgba(115,61,166,.13),
        inset 0 1px 0 rgba(255,255,255,.95);
    backdrop-filter:blur(10px);
}

.jf-coop-btn:hover{
    transform:translateY(-4px);
    filter:brightness(1.05);
}

.jf-coop-btn-main:hover{
    box-shadow:
        0 10px 0 #35104f,
        0 22px 40px rgba(116,49,176,.38),
        inset 0 1px 0 rgba(255,255,255,.48);
}

.jf-coop-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
}

/* 卡片亮紫版 */
.jf-coop-card{
    position:relative;
    display:grid;
    grid-template-columns:108px 1fr;
    gap:22px;
    min-height:260px;
    padding:28px;
    overflow:hidden;
    border:1px solid rgba(148,76,205,.16);
    background:
        linear-gradient(135deg,rgba(255,255,255,.96),rgba(250,240,255,.86)),
        rgba(255,255,255,.88);
    box-shadow:
        0 22px 54px rgba(101,49,150,.12),
        inset 0 1px 0 rgba(255,255,255,.95);
    backdrop-filter:blur(14px);
    transition:.28s ease;
}

.jf-coop-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 88% 8%, rgba(255,168,229,.22), rgba(255,168,229,0) 32%),
        linear-gradient(135deg,rgba(203,164,255,.18),transparent 45%,rgba(255,212,244,.22));
    opacity:1;
    pointer-events:none;
}

.jf-coop-card::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:100%;
    background:linear-gradient(180deg,#ff8ee3,#b36cff,#5b1a8a);
    box-shadow:0 0 18px rgba(177,84,230,.38);
}

.jf-coop-card:hover{
    transform:translateY(-6px);
    border-color:rgba(181,92,223,.38);
    box-shadow:
        0 28px 68px rgba(101,49,150,.18),
        0 0 34px rgba(190,94,230,.18),
        inset 0 1px 0 rgba(255,255,255,.95);
}

.jf-coop-card-gold{
    border-color:rgba(202,116,218,.28);
    background:
        linear-gradient(135deg,rgba(255,247,253,.98),rgba(242,231,255,.9)),
        rgba(255,255,255,.9);
}

.jf-coop-icon{
    position:relative;
    z-index:2;
    width:108px;
    height:108px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#451167;
    font-size:18px;
    font-weight:950;
    letter-spacing:.04em;
    background:linear-gradient(135deg,#ffd4f4 0%,#ffffff 45%,#caa4ff 100%);
    box-shadow:
        0 0 24px rgba(191,91,230,.24),
        0 10px 0 rgba(91,26,138,.14),
        0 18px 30px rgba(101,49,150,.13);
}

.jf-coop-card-content{
    position:relative;
    z-index:2;
}

.jf-coop-label{
    display:inline-block;
    margin-bottom:10px;
    color:#9b38c7;
    font-size:13px;
    font-weight:950;
    letter-spacing:.16em;
}

.jf-coop-card h2{
    margin:0 0 13px;
    color:#35144f;
    font-size:24px;
    line-height:1.35;
    font-weight:950;
    letter-spacing:-.02em;
}

.jf-coop-card p{
    margin:0;
    color:#674a78;
    font-size:15px;
    line-height:1.85;
    letter-spacing:.025em;
}

.jf-coop-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:18px;
}

.jf-coop-tags span{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:6px 11px;
    color:#6d259d;
    font-size:13px;
    font-weight:850;
    border:1px solid rgba(148,76,205,.16);
    background:linear-gradient(135deg,rgba(255,244,253,.92),rgba(242,231,255,.82));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.82);
}

.jf-coop-contact{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    margin-top:44px;
    padding:36px;
    border:1px solid rgba(168,83,213,.24);
    background:
        radial-gradient(circle at 90% 10%, rgba(255,171,232,.26), rgba(255,171,232,0) 35%),
        linear-gradient(135deg,rgba(255,255,255,.96),rgba(245,232,255,.9));
    box-shadow:0 24px 58px rgba(101,49,150,.13);
}

.jf-coop-contact-label{
    display:block;
    margin-bottom:10px;
    color:#9b38c7;
    font-size:13px;
    font-weight:950;
    letter-spacing:.16em;
}

.jf-coop-contact h2{
    margin:0 0 12px;
    color:#35144f;
    font-size:30px;
    line-height:1.3;
    font-weight:950;
}

.jf-coop-contact p{
    max-width:760px;
    margin:0;
    color:#674a78;
    font-size:15px;
    line-height:1.8;
}

.jf-coop-contact-btn{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:168px;
    height:54px;
    padding:0 28px;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:950;
    background:linear-gradient(135deg,#d96cff 0%,#8b35d6 48%,#4b126f 100%);
    box-shadow:
        0 9px 0 #35104f,
        0 20px 36px rgba(116,49,176,.34),
        inset 0 1px 0 rgba(255,255,255,.42);
    transition:.25s ease;
}

.jf-coop-contact-btn:hover{
    transform:translateY(-4px);
    filter:brightness(1.06);
}

.jf-coop-notice{
    margin-top:22px;
    padding:18px 22px;
    color:#674a78;
    font-size:14px;
    line-height:1.75;
    border-left:4px solid #b45cff;
    background:rgba(255,255,255,.76);
    box-shadow:0 12px 30px rgba(101,49,150,.08);
}

/* 平板 */
@media (max-width:1024px){
    .jf-coop{
        padding:76px 18px;
    }

    .jf-coop-grid{
        grid-template-columns:1fr;
    }

    .jf-coop-card{
        min-height:auto;
    }

    .jf-coop-contact{
        align-items:flex-start;
        flex-direction:column;
    }
}

/* 手機 */
@media (max-width:640px){
    .jf-coop{
        padding:58px 16px;
    }

    .jf-coop-hero{
        margin-bottom:36px;
        text-align:left;
    }

    .jf-coop-kicker{
        font-size:11px;
        padding:8px 13px;
    }

    .jf-coop-title{
        font-size:42px;
    }

    .jf-coop-title span{
        font-size:24px;
        line-height:1.3;
    }

    .jf-coop-desc{
        font-size:15px;
        line-height:1.85;
    }

    .jf-coop-actions{
        justify-content:flex-start;
    }

    .jf-coop-btn{
        width:100%;
    }

    .jf-coop-card{
        grid-template-columns:1fr;
        gap:18px;
        padding:24px 20px;
    }

    .jf-coop-icon{
        width:88px;
        height:88px;
        font-size:15px;
    }

    .jf-coop-card h2{
        font-size:22px;
    }

    .jf-coop-card p{
        font-size:14.5px;
    }

    .jf-coop-tags span{
        font-size:12.5px;
    }

    .jf-coop-contact{
        padding:26px 20px;
    }

    .jf-coop-contact h2{
        font-size:24px;
    }

    .jf-coop-contact-btn{
        width:100%;
    }

    .jf-coop-notice{
        font-size:13px;
    }
}
```/* End custom CSS */