.elementor-3643 .elementor-element.elementor-element-226a9e4{--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-ebcc216 *//* --- 容器與全域設定 --- */
.fd-service-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-service-article h1,
.fd-service-article h2,
.fd-service-article h3,
.fd-service-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-service {
    text-align: center;
    padding: 70px 20px;
    background: linear-gradient(to bottom, #f1f5f9 0%, #fff 100%); /* 工業灰漸層 */
    margin-bottom: 60px;
    border-top: 5px solid #f97316; /* 頂部橘色警示條 */
}

.fd-badge-local {
    display: inline-block;
    background: #0f172a;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.fd-title {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #1e293b;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #f97316;
    font-weight: 700;
}

/* --- Doubt Section (Pain Points) --- */
.fd-doubt-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-doubt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-doubt-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.fd-doubt-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #f97316;
}

.fd-icon-tool {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: #fff7ed;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ffedd5;
}

.fd-doubt-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #334155; }
.fd-doubt-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Solution Section (Features) --- */
.fd-solution-pro {
    padding-bottom: 80px;
}

.fd-features-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-feature-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-feature-row.reverse {
    flex-direction: row-reverse;
}

.fd-feature-visual {
    flex: 1;
    min-height: 250px;
    background: #f1f5f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

/* Visual Styles */
.visual-before-after { background: #e2e8f0; }
.visual-price { background: #fff; border: 2px solid #f1f5f9; }
.visual-faq { background: #f0f9ff; }

/* Before After Mockup */
.fd-ba-card {
    display: flex;
    width: 80%;
    height: 180px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.fd-ba-half { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.fd-ba-half.dirty { background: #78716c; /* 髒灰色 */ }
.fd-ba-half.clean { background: #0ea5e9; /* 乾淨藍 */ }
.fd-ba-half small { font-size: 0.8rem; font-weight: normal; margin-top: 5px; }
.fd-ba-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: #fff; transform: translateX(-50%); box-shadow: 0 0 10px rgba(0,0,0,0.3); }

/* Price List Mockup */
.fd-price-list { width: 80%; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
.fd-price-item { display: flex; justify-content: space-between; padding: 15px; border-bottom: 1px solid #f1f5f9; }
.fd-price-item span { color: #334155; }
.fd-price-item strong { color: #f97316; }
.fd-price-note { padding: 10px; font-size: 0.75rem; color: #94a3b8; text-align: center; background: #f8fafc; }

/* FAQ Mockup */
.fd-faq-bubble { width: 90%; }
.fd-q { background: #0f172a; color: #fff; padding: 12px 20px; border-radius: 20px 20px 20px 0; margin-bottom: 10px; width: fit-content; }
.fd-a { background: #fff; color: #334155; padding: 12px 20px; border-radius: 0 20px 20px 20px; width: fit-content; margin-left: auto; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }

.fd-feature-info {
    flex: 1;
}

.fd-tag-pro {
    display: block;
    color: #f97316;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fd-feature-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #0f172a;
}

.fd-feature-info p {
    font-size: 1.05rem;
    color: #475569;
}

/* --- Value Section --- */
.fd-value-trust {
    padding: 40px 20px;
    text-align: center;
}

.fd-trust-box {
    max-width: 700px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.2);
}

.fd-trust-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-trust-box p { font-size: 1.15rem; color: #cbd5e1; line-height: 1.8; }
.fd-trust-box strong { color: #f97316; }

/* --- CTA Section --- */
.fd-cta-service {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 2px dashed #cbd5e1;
    padding: 60px 30px;
    border-radius: 12px;
}

.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-fix {
    display: inline-block;
    background-color: #f97316; /* 安全橘 */
    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(249, 115, 22, 0.3);
}

.fd-btn-fix:hover {
    background-color: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-fix: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-feature-row, .fd-feature-row.reverse { flex-direction: column; gap: 30px; }
    .fd-feature-visual { width: 100%; min-height: 200px; }
}/* End custom CSS */