.elementor-3683 .elementor-element.elementor-element-2ba264d{--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-7166663 *//* --- 容器與全域設定 --- */
.fd-trust-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-trust-article h1,
.fd-trust-article h2,
.fd-trust-article h3,
.fd-trust-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-trust {
    text-align: center;
    padding: 80px 20px;
    background: radial-gradient(circle at center, #f0f9ff 0%, #fff 80%); /* 淡藍漸層 */
    margin-bottom: 60px;
    border-bottom: 1px solid #e0f2fe;
}

.fd-badge-safe {
    display: inline-block;
    background: #0284c7; /* 寶石藍 */
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(2, 132, 199, 0.3);
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #1e3a8a;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #0369a1;
    font-weight: 700;
    border-bottom: 2px solid #7dd3fc;
}

/* --- Anxiety Section (Pain Points) --- */
.fd-anxiety-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-barrier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-barrier-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.fd-barrier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #0284c7;
}

.fd-icon-doubt {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: inline-block;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.fd-barrier-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #334155; }
.fd-barrier-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Solution Section (Trust Signals) --- */
.fd-solution-trust {
    padding-bottom: 80px;
}

.fd-trust-elements {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-signal-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-signal-row.reverse {
    flex-direction: row-reverse;
}

.fd-signal-visual {
    flex: 1;
    min-height: 250px;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
    overflow: hidden;
}

/* Visual 1: Badges */
.fd-badge-container { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; }
.fd-trust-badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    border: 2px solid #fff;
    position: relative;
}
.fd-trust-badge::after { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border: 1px dashed rgba(255,255,255,0.5); border-radius: 50%; }
.iso { background: #1e40af; }
.sgs { background: #b91c1c; }
.award { background: #ca8a04; }
.fd-trust-badge span { font-weight: 800; font-size: 1rem; line-height: 1; }
.fd-trust-badge small { font-size: 0.6rem; text-transform: uppercase; margin-top: 3px; }

/* Visual 2: Review Card */
.fd-review-card { background: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); width: 85%; position: relative; }
.fd-review-card::before { content: "“"; position: absolute; top: -10px; left: 20px; font-size: 4rem; color: #f1f5f9; font-family: serif; z-index: 0; }
.fd-stars { color: #f59e0b; letter-spacing: 2px; margin-bottom: 10px; position: relative; z-index: 1; }
.fd-review-text { font-style: italic; color: #334155; margin-bottom: 20px; position: relative; z-index: 1; }
.fd-reviewer { display: flex; align-items: center; gap: 10px; border-top: 1px solid #f1f5f9; padding-top: 15px; }
.fd-avatar { width: 30px; height: 30px; background: #cbd5e1; border-radius: 50%; }
.fd-reviewer span { font-size: 0.9rem; font-weight: bold; color: #0f172a; }
.fd-reviewer small { color: #10b981; font-weight: normal; margin-left: 5px; }

/* Visual 3: Secure Bar */
.fd-secure-bar { background: #fff; border: 1px solid #cbd5e1; padding: 10px 20px; border-radius: 30px; display: flex; align-items: center; gap: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); width: 90%; }
.fd-lock-icon { color: #10b981; font-size: 1.2rem; }
.fd-url { color: #10b981; font-family: monospace; font-size: 0.9rem; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fd-secure-tag { background: #dcfce7; color: #15803d; font-size: 0.7rem; padding: 2px 8px; border-radius: 4px; font-weight: bold; }

.fd-signal-info {
    flex: 1;
}

.fd-step-gold {
    display: block;
    color: #ca8a04; /* 暗金色 */
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fd-signal-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #0f172a;
}

.fd-signal-info p {
    font-size: 1.05rem;
    color: #475569;
}

/* --- Value Section --- */
.fd-value-convert {
    padding: 40px 20px;
    text-align: center;
}

.fd-convert-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);
    border: 1px solid #3b82f6;
}

.fd-convert-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-convert-box p { font-size: 1.15rem; color: #bfdbfe; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-trust {
    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-sapphire {
    display: inline-block;
    background-color: #0284c7; /* 寶石藍 */
    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(2, 132, 199, 0.3);
    letter-spacing: 1px;
}

.fd-btn-sapphire:hover {
    background-color: #0369a1;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(2, 132, 199, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-sapphire:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-signal-row, .fd-signal-row.reverse { flex-direction: column; gap: 30px; }
    .fd-signal-visual { width: 100%; min-height: 200px; }
}/* End custom CSS */