.elementor-3687 .elementor-element.elementor-element-60166b9{--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-e80910b *//* --- 容器與全域設定 --- */
.fd-comm-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-comm-article h1,
.fd-comm-article h2,
.fd-comm-article h3,
.fd-comm-article h4 {
    color: #1e1b4b; /* 深靛藍 */
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-comm {
    text-align: center;
    padding: 80px 20px;
    background: radial-gradient(circle at center, #eef2ff 0%, #fff 80%); /* 淡紫漸層 */
    margin-bottom: 60px;
    border-bottom: 1px solid #e0e7ff;
}

.fd-badge-bridge {
    display: inline-block;
    background: #4f46e5; /* 信號紫 */
    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(79, 70, 229, 0.3);
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #312e81;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #4338ca;
    font-weight: 700;
    border-bottom: 2px solid #a5b4fc;
}

/* --- Mistake Section (Pain Points) --- */
.fd-mistake-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-mistake-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-mistake-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.fd-mistake-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #fb923c;
}

.fd-icon-bubble {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: #fff7ed;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.fd-mistake-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #334155; }
.fd-mistake-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Solution Section (Guide) --- */
.fd-solution-comm {
    padding-bottom: 80px;
}

.fd-guide-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-guide-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-guide-row.reverse {
    flex-direction: row-reverse;
}

.fd-guide-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: Translate Box */
.fd-translate-box { width: 90%; display: flex; flex-direction: column; gap: 10px; }
.fd-msg { padding: 15px; border-radius: 8px; font-size: 0.9rem; line-height: 1.5; }
.fd-msg.user { background: #fee2e2; border-left: 4px solid #ef4444; color: #991b1b; }
.fd-msg.pro { background: #dcfce7; border-left: 4px solid #22c55e; color: #14532d; }
.fd-arrow-down { text-align: center; font-size: 0.8rem; color: #94a3b8; font-weight: bold; }

/* Visual 2: Target Audience */
.fd-target-card { background: #fff; width: 80%; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); overflow: hidden; }
.fd-target-header { background: #4f46e5; color: #fff; padding: 10px; text-align: center; font-weight: bold; font-size: 0.9rem; }
.fd-target-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.fd-tag { background: #e0e7ff; color: #3730a3; padding: 5px 10px; border-radius: 20px; display: inline-block; font-size: 0.85rem; width: fit-content; }
.fd-action { font-family: monospace; color: #4b5563; font-size: 0.9rem; padding-left: 10px; }

/* Visual 3: Wireframe Priority */
.fd-wireframe-mock { width: 60%; display: flex; flex-direction: column; gap: 10px; }
.fd-wf-block { text-align: center; padding: 15px; border-radius: 4px; font-weight: bold; font-size: 0.9rem; border: 2px dashed; }
.fd-wf-block.primary { background: #fff7ed; border-color: #f97316; color: #c2410c; transform: scale(1.1); box-shadow: 0 10px 20px rgba(0,0,0,0.1); z-index: 2; }
.fd-wf-block.secondary { background: #f1f5f9; border-color: #cbd5e1; color: #64748b; opacity: 0.8; }
.fd-wf-block.tertiary { background: #f1f5f9; border-color: #cbd5e1; color: #94a3b8; opacity: 0.6; padding: 10px; font-size: 0.8rem; }

.fd-guide-info {
    flex: 1;
}

.fd-step-indigo {
    display: block;
    color: #4f46e5;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fd-guide-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #1e1b4b;
}

.fd-guide-info p {
    font-size: 1.05rem;
    color: #475569;
}

/* --- Value Section --- */
.fd-value-role {
    padding: 40px 20px;
    text-align: center;
}

.fd-role-box {
    max-width: 700px;
    margin: 0 auto;
    background: #1e1b4b; /* 深紫 */
    color: #fff;
    padding: 60px 40px;
    border-radius: 12px;
    background-image: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    box-shadow: 0 10px 30px rgba(49, 46, 129, 0.3);
}

.fd-role-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-role-box p { font-size: 1.15rem; color: #c7d2fe; line-height: 1.8; }
.fd-role-box strong { color: #fb923c; }

/* --- CTA Section --- */
.fd-cta-comm {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e0e7ff;
    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: #1e1b4b; }
.fd-cta-inner p { color: #64748b; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-indigo {
    display: inline-block;
    background-color: #4f46e5; /* 信號紫 */
    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(79, 70, 229, 0.3);
    letter-spacing: 1px;
}

.fd-btn-indigo:hover {
    background-color: #4338ca;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-indigo:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-guide-row, .fd-guide-row.reverse { flex-direction: column; gap: 30px; }
    .fd-guide-visual { width: 100%; min-height: 200px; }
}/* End custom CSS */