.elementor-3813 .elementor-element.elementor-element-47d2eec{--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-5e85c65 *//* --- 全域設定與層級保護 --- */
.fd-tool-trap-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #334155;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-tool-trap-article h1, .fd-tool-trap-article h2, .fd-tool-trap-article h3, .fd-tool-trap-article h4 {
    color: #0f172a;
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-trap {
    text-align: center;
    padding: 100px 30px;
    background: #1e293b; /* 深碳灰 */
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.fd-hero-trap::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgba(202, 138, 4, 0.1) 0%, transparent 70%);
}

.fd-badge-alert {
    display: inline-block;
    background: #ca8a04; /* 警戒金 */
    color: #ffffff;
    padding: 6px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.fd-hero-trap .fd-title {
    color: #ffffff;
    font-size: 2.6rem;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.fd-hero-trap .fd-intro {
    color: #cbd5e1;
    font-size: 1.15rem;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.fd-hero-trap .fd-intro strong {
    color: #facc15;
}

/* --- Pain Section (Traps) --- */
.fd-pain-section {
    padding-bottom: 100px;
}

.fd-section-header {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 60px;
}

.fd-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-pain-card {
    background: #ffffff;
    padding: 50px 35px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s ease;
    border-top: 4px solid #ca8a04;
}

.fd-pain-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.fd-icon-trap {
    font-size: 2.5rem;
    margin-bottom: 25px;
    display: block;
}

.fd-pain-card h3 { font-size: 1.3rem; margin-bottom: 20px; }
.fd-pain-card p { font-size: 0.95rem; color: #64748b; }

/* --- Filter Section (Solution) --- */
.fd-filter-section {
    padding-bottom: 120px;
}

.fd-filter-container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.fd-filter-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.fd-filter-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-part {
    flex: 1;
    min-height: 280px;
    background: #f8fafc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    border: 1px solid #f1f5f9;
}

/* Visual Components: AI Brain, QC Box, Shield */
.fd-ai-brain-ui { position: relative; width: 120px; height: 120px; }
.fd-brain-core {
    width: 60px; height: 60px; background: #1e293b; color: #fff;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 0.7rem; font-weight: bold; position: relative; z-index: 2;
}
.fd-ai-ring {
    position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px;
    border: 2px dashed #ca8a04; border-radius: 50%; animation: spin 10s infinite linear;
}
@keyframes spin { to { transform: rotate(360deg); } }

.fd-qc-box { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 100%; }
.fd-qc-item { padding: 8px 20px; background: #fff; border: 1px solid #e2e8f0; font-size: 0.8rem; border-radius: 4px; width: 70%; text-align: center; }
.fd-qc-item.highlight { border: 2px solid #ca8a04; color: #ca8a04; font-weight: bold; }
.fd-qc-item.final { background: #1e293b; color: #fff; }
.fd-qc-arrow { color: #cbd5e1; font-size: 0.8rem; }

.fd-tech-shield { position: relative; width: 100px; height: 120px; background: #fff; border: 2px solid #1e293b; clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%); display: flex; align-items: center; justify-content: center; }
.fd-shield-inner { width: 60%; }
.fd-code-line { height: 4px; background: #f1f5f9; margin-bottom: 6px; }
.fd-shield-icon { position: absolute; bottom: 20px; font-size: 1.2rem; }

.fd-text-part { flex: 1; }
.fd-tag-gold { display: block; color: #ca8a04; font-weight: 800; font-family: monospace; font-size: 1rem; margin-bottom: 20px; letter-spacing: 1px; }
.fd-text-part h4 { font-size: 1.8rem; margin-bottom: 25px; }

/* --- Value Section --- */
.fd-value-trap {
    padding-bottom: 100px;
}

.fd-value-box {
    max-width: 850px;
    margin: 0 auto;
    background: #1e293b;
    color: #fff;
    padding: 80px 60px;
    text-align: center;
    position: relative;
    border: 1px solid #334155;
}

.fd-value-box h3 { color: #facc15 !important; font-size: 2.2rem; margin-bottom: 30px; }
.fd-value-box p { font-size: 1.25rem; color: #cbd5e1; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-trap {
    text-align: center;
    padding: 100px 20px;
}

.fd-cta-inner {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 80px 40px;
    border-radius: 4px;
}

.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-carbon {
    display: inline-block;
    background-color: #1e293b;
    color: #fff;
    padding: 22px 60px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.fd-btn-carbon:hover {
    background-color: #ca8a04;
    transform: translateY(-3px);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-carbon:hover .arrow { transform: translateX(10px); }

.fd-note {
    margin-top: 40px;
    font-size: 0.95rem;
    color: #bdc3c7;
    letter-spacing: 1px;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-trap .fd-title { font-size: 1.8rem; }
    .fd-filter-row, .fd-filter-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 250px; }
}/* End custom CSS */