.elementor-3653 .elementor-element.elementor-element-c94f9a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4225473 *//* --- 容器與全域設定 --- */
.fd-global-article {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.7;
    color: #334155;
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
}

/* --- 標題通用 --- */
.fd-global-article h1,
.fd-global-article h2,
.fd-global-article h3,
.fd-global-article h4 {
    color: #1e3a8a; /* 國際深藍 */
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-global {
    text-align: center;
    padding: 80px 20px;
    background: radial-gradient(circle at center, #eff6ff 0%, #fff 80%); /* 淡藍漸層 */
    margin-bottom: 60px;
    border-bottom: 4px solid #3b82f6;
}

.fd-badge-world {
    display: inline-block;
    background: #1e3a8a;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px; /* 方正一點，顯得專業 */
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #0f172a;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #dc2626; /* 警示紅 */
    font-weight: 700;
}

/* --- Trap Section (Pain Points) --- */
.fd-trap-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.fd-trap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-trap-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 35px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
}

.fd-trap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(30, 58, 138, 0.1);
    border-color: #3b82f6;
}

.fd-icon-world {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px;
    background: #f1f5f9;
    border-radius: 50%;
}

.fd-trap-card h3 { font-size: 1.25rem; margin-bottom: 15px; }
.fd-trap-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Solution Section --- */
.fd-solution-global {
    padding-bottom: 80px;
}

.fd-strategy-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-strategy-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-strategy-row.reverse {
    flex-direction: row-reverse;
}

.fd-strategy-visual {
    flex: 1;
    min-height: 250px;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}

/* Visual 1: Translation Compare */
.fd-lang-compare { display: flex; align-items: center; gap: 15px; width: 100%; justify-content: center; }
.fd-lang-box { padding: 20px; border-radius: 8px; flex: 1; text-align: center; box-shadow: 0 4px 6px rgba(0,0,0,0.05); background: #fff; }
.fd-lang-box.bad { border: 2px solid #fecaca; background: #fff1f2; }
.fd-lang-box.good { border: 2px solid #bbf7d0; background: #f0fdf4; transform: scale(1.05); z-index: 2; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.fd-label { display: block; font-weight: bold; margin-bottom: 10px; font-size: 0.9rem; }
.fd-lang-box p { font-family: serif; font-style: italic; font-size: 1.1rem; margin-bottom: 5px; color: #334155; }
.fd-lang-box small { font-size: 0.75rem; color: #64748b; }
.fd-arrow-right { font-size: 1.5rem; color: #94a3b8; }

/* Visual 2: Code Block */
.fd-code-block { background: #1e293b; border-radius: 8px; width: 90%; padding: 0; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.fd-code-header { background: #334155; padding: 10px 15px; display: flex; gap: 6px; }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot.r { background: #ef4444; } .dot.y { background: #facc15; } .dot.g { background: #22c55e; }
.fd-code-content { padding: 20px; color: #cbd5e1; font-family: monospace; font-size: 0.9rem; line-height: 1.5; }
.fd-code-content code { display: block; color: #93c5fd; }
.fd-code-note { padding: 10px 20px; background: #0f172a; color: #64748b; font-size: 0.8rem; font-family: monospace; }

/* Visual 3: Map UX */
.fd-ux-map { width: 100%; height: 200px; position: relative; background-image: radial-gradient(#cbd5e1 1px, transparent 1px); background-size: 20px 20px; }
.fd-map-point { width: 40px; height: 40px; border-radius: 50%; background: #3b82f6; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: bold; position: absolute; font-size: 0.8rem; border: 3px solid #fff; box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3); }
.us { top: 30%; left: 20%; background: #2563eb; }
.jp { top: 40%; right: 20%; background: #dc2626; }
.tw { top: 60%; right: 30%; background: #059669; }
.fd-connection { position: absolute; top: 50%; left: 50%; width: 100%; height: 1px; border-top: 2px dashed #cbd5e1; transform: translate(-50%, -50%) rotate(-15deg); z-index: 0; }

.fd-strategy-info {
    flex: 1;
}

.fd-step-tag {
    display: block;
    color: #3b82f6;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fd-strategy-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #1e3a8a;
}

.fd-strategy-info p {
    font-size: 1.05rem;
    color: #475569;
}

/* --- Value Section --- */
.fd-value-gateway {
    padding: 40px 20px;
    text-align: center;
}

.fd-gateway-box {
    max-width: 700px;
    margin: 0 auto;
    background: #1e3a8a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 12px;
    background-image: linear-gradient(135deg, #1e3a8a 0%, #172554 100%);
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.3);
}

.fd-gateway-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-gateway-box p { font-size: 1.15rem; color: #bfdbfe; line-height: 1.8; }
.fd-gateway-box strong { color: #facc15; }

/* --- CTA Section --- */
.fd-cta-global {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 60px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.fd-cta-inner h2 { font-size: 2rem; margin-bottom: 15px; color: #0f172a; }
.fd-cta-inner p { color: #64748b; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-world {
    display: inline-block;
    background-color: #f59e0b; /* 金色 */
    color: #fff;
    padding: 18px 50px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(245, 158, 11, 0.3);
    letter-spacing: 1px;
}

.fd-btn-world:hover {
    background-color: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-world:hover .arrow { transform: translateX(5px); }

.fd-note {
    margin-top: 25px;
    font-size: 0.9rem;
    color: #94a3b8;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-strategy-row, .fd-strategy-row.reverse { flex-direction: column; gap: 30px; }
    .fd-strategy-visual { width: 100%; min-height: 200px; }
    .fd-lang-compare { flex-direction: column; }
    .fd-arrow-right { transform: rotate(90deg); margin: 10px 0; }
}/* End custom CSS */