.elementor-3793 .elementor-element.elementor-element-0f1150a{--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;}.elementor-3793 .elementor-element.elementor-element-d1f5d6f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d9ee60c *//* --- 全域容器設定 --- */
.fd-internal-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #334155;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

/* --- 標題體系 --- */
.fd-internal-article h1,
.fd-internal-article h2,
.fd-internal-article h3,
.fd-internal-article h4 {
    color: #1e1b4b; /* 深邃藍 */
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-internal {
    text-align: center;
    padding: 100px 30px;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    color: #fff;
    border-radius: 20px;
    margin-bottom: 80px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(30, 27, 75, 0.4);
}

.fd-hero-badge {
    display: inline-block;
    background: #b45309; /* 齒輪金 */
    color: #fff;
    padding: 6px 18px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.fd-hero-internal .fd-title {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.fd-hero-internal .fd-intro {
    color: #cbd5e1;
    font-size: 1.2rem;
    max-width: 850px;
    margin: 0 auto;
}

.fd-hero-internal .fd-intro strong {
    color: #fbbf24;
}

/* --- Trap Section (Pain Points) --- */
.fd-trap-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;
    font-size: 1.1rem;
}

.fd-trap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-trap-card {
    background: #f8fafc;
    padding: 50px 35px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.fd-trap-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
    border-color: #b45309;
}

.fd-icon-box {
    font-size: 2.5rem;
    margin-bottom: 25px;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.fd-trap-card h3 { font-size: 1.3rem; margin-bottom: 15px; }
.fd-trap-card p { font-size: 1rem; color: #64748b; }

/* --- SOP Section (Solutions) --- */
.fd-sop-section {
    padding-bottom: 120px;
}

.fd-sop-container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.fd-sop-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.fd-sop-row.reverse {
    flex-direction: row-reverse;
}

.fd-sop-visual {
    flex: 1;
    min-height: 300px;
    background: #f1f5f9;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #e2e8f0;
}

/* Visual Components: Module, Assembly, Audit */
.fd-module-ui { width: 80%; background: #fff; border-radius: 12px; box-shadow: 0 10px 15px rgba(0,0,0,0.05); overflow: hidden; }
.fd-mod-header { background: #1e1b4b; color: #fff; padding: 10px 15px; font-size: 0.8rem; font-weight: bold; }
.fd-mod-content { padding: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.fd-kw-chip { background: #fef3c7; color: #b45309; font-size: 0.75rem; padding: 5px 12px; border-radius: 20px; font-weight: bold; }

.fd-assembly-ui { width: 90%; position: relative; display: flex; align-items: center; justify-content: space-around; }
.fd-belt-line { position: absolute; width: 100%; height: 2px; background: #cbd5e1; top: 50%; z-index: 0; }
.fd-product-box { background: #fff; border: 1px solid #cbd5e1; padding: 10px; font-size: 0.7rem; font-weight: bold; z-index: 1; border-radius: 4px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
.fd-product-box.human { border: 2px solid #b45309; transform: scale(1.1); }
.fd-product-box.final { background: #1e1b4b; color: #fff; }

.fd-audit-card { width: 80%; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 10px 15px rgba(0,0,0,0.05); }
.fd-audit-header { font-size: 0.85rem; font-weight: bold; margin-bottom: 15px; color: #1e1b4b; }
.fd-score-bar { width: 100%; height: 10px; background: #e2e8f0; border-radius: 5px; margin-bottom: 15px; overflow: hidden; }
.fd-fill { height: 100%; background: #b45309; }
.fd-score-label { font-size: 0.75rem; color: #10b981; font-weight: bold; margin-bottom: 5px; }

.fd-sop-info {
    flex: 1;
}

.fd-tag-gold {
    display: block;
    color: #b45309;
    font-weight: 800;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.fd-sop-info h4 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

/* --- Value Section --- */
.fd-value-internal {
    padding-bottom: 120px;
}

.fd-value-box {
    max-width: 850px;
    margin: 0 auto;
    background: #f8fafc;
    color: #1e1b4b;
    padding: 80px 60px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    border: 2px solid #1e1b4b;
    box-shadow: 15px 15px 0 #b45309;
}

.fd-value-box h3 { font-size: 2.2rem; margin-bottom: 30px; }
.fd-value-box p { font-size: 1.25rem; line-height: 1.8; color: #475569; }

/* --- CTA Section --- */
.fd-cta-internal {
    text-align: center;
    padding: 80px 20px;
}

.fd-cta-inner {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 80px 40px;
    border-radius: 24px;
}

.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 20px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-gold {
    display: inline-block;
    background-color: #b45309;
    color: #fff;
    padding: 22px 60px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    box-shadow: 0 10px 20px rgba(180, 83, 9, 0.2);
}

.fd-btn-gold:hover {
    background-color: #92400e;
    transform: translateY(-3px);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-gold:hover .arrow { transform: translateX(10px); }

.fd-note {
    margin-top: 40px;
    font-size: 0.95rem;
    color: #94a3b8;
    letter-spacing: 1px;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-internal .fd-title { font-size: 2rem; }
    .fd-sop-row, .fd-sop-row.reverse { flex-direction: column; gap: 40px; }
    .fd-sop-visual { width: 100%; min-height: 250px; }
    .fd-value-box { padding: 60px 30px; }
}/* End custom CSS */