.elementor-3917 .elementor-element.elementor-element-fcf287d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f4fc49d *//* --- 全域設定 --- */
.fd-trust-article {
    font-family: "Inter", "Helvetica Neue", "Microsoft JhengHei", "PingFang TC", serif; /* 引入襯線體感 */
    line-height: 1.9;
    color: #334155;
    background-color: #f8fafc; /* 大理石白底 */
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-trust-article h1,
.fd-trust-article h2,
.fd-trust-article h3,
.fd-trust-article h4 {
    color: #0f172a; /* 牛津藍 */
    font-weight: 700;
    font-family: "Noto Serif TC", "Songti TC", serif; /* 標題使用襯線體增加權威感 */
}

/* --- Hero Section --- */
.fd-hero-trust {
    text-align: center;
    padding: 100px 40px;
    background-color: #0f172a;
    background-image: linear-gradient(45deg, #1e293b 25%, transparent 25%, transparent 75%, #1e293b 75%, #1e293b), 
                      linear-gradient(45deg, #1e293b 25%, transparent 25%, transparent 75%, #1e293b 75%, #1e293b);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 80px;
    position: relative;
    border: 4px solid #fff;
    outline: 1px solid #d97706;
}

.fd-badge-auth {
    display: inline-block;
    background: #d97706; /* 印記金 */
    color: #fff;
    padding: 8px 24px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.fd-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.4;
}

.fd-intro {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
}

.fd-intro strong {
    color: #fcd34d;
    font-weight: 600;
    border-bottom: 1px solid #fcd34d;
}

/* --- Crisis Section (Pain Points) --- */
.fd-crisis-section { padding-bottom: 100px; }
.fd-section-header { text-align: center; font-size: 2.4rem; margin-bottom: 20px; }
.fd-sub-desc { text-align: center; color: #64748b; margin-bottom: 60px; font-size: 1.15rem; font-style: italic; }

.fd-crisis-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px;
}

.fd-crisis-card {
    background: #fff; padding: 40px 30px; border-radius: 4px;
    border-top: 4px solid #94a3b8; box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center; transition: all 0.3s;
}

.fd-crisis-card:hover {
    border-top-color: #d97706; transform: translateY(-5px);
}

.fd-icon-ghost { font-size: 3rem; margin-bottom: 20px; opacity: 0.8; }
.fd-crisis-card h3 { font-size: 1.4rem; margin-bottom: 15px; color: #0f172a; }
.fd-crisis-card p { font-size: 1rem; color: #64748b; }

/* --- E-E-A-T Section (Solution) --- */
.fd-eeat-section { padding-bottom: 120px; }
.fd-eeat-container { display: flex; flex-direction: column; gap: 100px; }
.fd-eeat-row { display: flex; align-items: center; gap: 60px; }
.fd-eeat-row.reverse { flex-direction: row-reverse; }

.fd-visual-part {
    flex: 1; min-height: 300px; background: #fff; border: 1px solid #e2e8f0;
    display: flex; align-items: center; justify-content: center; padding: 30px;
    box-shadow: 10px 10px 0 #cbd5e1; position: relative;
}

/* Visual UI Elements */
.fd-proof-ui { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.fd-photo-stack { position: relative; width: 200px; height: 200px; }
.fd-photo {
    position: absolute; width: 160px; height: 120px; background: #e2e8f0; border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center;
    font-size: 0.8rem; font-weight: bold; color: #94a3b8;
}
.fd-photo.p1 { top: 20px; left: 0; transform: rotate(-5deg); z-index: 1; background: #0f172a; color: #fff; }
.fd-photo.p2 { top: 50px; left: 40px; transform: rotate(5deg); z-index: 2; background: #cbd5e1; }
.fd-stamp {
    position: absolute; bottom: 0; right: -20px; border: 3px solid #d97706; color: #d97706;
    padding: 5px 10px; font-weight: 900; font-size: 1.2rem; transform: rotate(-15deg);
    z-index: 3; background: rgba(255,255,255,0.9); border-radius: 4px; letter-spacing: 2px;
}

.fd-expert-ui { width: 80%; background: #f8fafc; padding: 20px; border: 1px solid #cbd5e1; }
.fd-doc-header { font-weight: bold; border-bottom: 2px solid #0f172a; padding-bottom: 10px; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; }
.fd-doc-body { margin-bottom: 20px; }
.fd-line { height: 1px; background: #cbd5e1; margin-bottom: 10px; }
.fd-quote-box {
    border-left: 3px solid #d97706; padding-left: 10px; font-style: italic; font-family: serif; color: #0f172a;
    font-size: 1.1rem; margin: 15px 0;
}
.fd-author-sign { text-align: right; font-family: "Dancing Script", cursive; font-size: 1.2rem; color: #0f172a; }

.fd-auth-ui { width: 100%; display: flex; justify-content: center; }
.fd-link-network { position: relative; width: 250px; height: 200px; }
.fd-node {
    position: absolute; padding: 8px 15px; border-radius: 50px; font-size: 0.8rem; font-weight: bold;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.fd-node.center {
    top: 50%; left: 50%; transform: translate(-50%, -50%); background: #0f172a; color: #fff; z-index: 2; border: 2px solid #d97706;
}
.fd-node.ext1 { top: 10%; left: 10%; background: #fff; border: 1px solid #cbd5e1; }
.fd-node.ext2 { bottom: 20%; right: 10%; background: #fff; border: 1px solid #cbd5e1; }
.fd-node.ext3 { top: 20%; right: 0%; background: #fff; border: 1px solid #cbd5e1; }

.fd-trust-shield-ui { text-align: center; }
.fd-shield-icon { font-size: 4rem; color: #0f172a; margin-bottom: 15px; }
.fd-trust-list { display: flex; flex-direction: column; gap: 10px; }
.fd-t-item {
    background: #f1f5f9; padding: 8px 15px; border-radius: 4px; font-size: 0.9rem;
    font-weight: bold; color: #64748b; border-left: 4px solid #10b981;
}

.fd-text-part { flex: 1; }
.fd-letter-gold {
    display: block; font-size: 4rem; font-weight: 900; color: #f1f5f9;
    line-height: 0.8; margin-bottom: -10px; font-family: serif;
    text-shadow: 2px 2px 0 #d97706;
}
.fd-text-part h4 { font-size: 1.8rem; margin-bottom: 25px; color: #0f172a; }

/* --- Value Section --- */
.fd-value-trust { padding-bottom: 100px; }
.fd-value-box {
    max-width: 800px; margin: 0 auto;
    background: #0f172a; color: #fff;
    padding: 80px 60px; text-align: center;
    border: 1px solid #d97706;
    outline: 5px solid rgba(15, 23, 42, 0.1);
}
.fd-value-box h3 {
    color: #fcd34d !important; font-size: 2.2rem; margin-bottom: 30px;
    font-family: serif; font-style: italic;
}
.fd-value-box p { font-size: 1.3rem; line-height: 1.8; color: #cbd5e1; }

/* --- CTA Section --- */
.fd-cta-trust { text-align: center; padding: 80px 20px; }
.fd-cta-inner {
    max-width: 750px; margin: 0 auto; background: #fff;
    border: 1px solid #e2e8f0; padding: 80px 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}
.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-royal {
    display: inline-block; background: #0f172a; color: #fff;
    padding: 22px 60px; border-radius: 2px; font-weight: 700; text-decoration: none;
    transition: all 0.3s ease; font-size: 1.1rem; letter-spacing: 1px;
    border: 1px solid #0f172a;
}
.fd-btn-royal:hover {
    background: #fff; color: #0f172a; border-color: #0f172a;
    transform: translateY(-3px);
}
.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-royal:hover .arrow { transform: translateX(10px); }

.fd-note { margin-top: 40px; font-size: 0.95rem; color: #94a3b8; letter-spacing: 1px; font-family: serif; font-style: italic; }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-trust .fd-title { font-size: 1.8rem; }
    .fd-eeat-row, .fd-eeat-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 250px; }
    .fd-value-box { padding: 60px 30px; }
}/* End custom CSS */