.elementor-3716 .elementor-element.elementor-element-40a0cc3{--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-61be1ee *//* --- 容器與全域設定 --- */
.fd-expert-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #334155;
    background-color: #f8fafc; /* 極淡灰藍底，舒適閱讀 */
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
    border-radius: 8px;
}

/* --- 標題通用 --- */
.fd-expert-article h1,
.fd-expert-article h2,
.fd-expert-article h3,
.fd-expert-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

/* --- Hero Section --- */
.fd-hero-expert {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

/* 頂部裝飾線 */
.fd-hero-expert::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #6366f1, #0b1120);
}

.fd-badge-tech {
    display: inline-block;
    background: #e0e7ff;
    color: #4338ca;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #0b1120;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #4f46e5;
    font-weight: 700;
    background: linear-gradient(120deg, #e0e7ff 0%, #e0e7ff 100%);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0 90%;
}

/* --- Crisis Section (Pain Points) --- */
.fd-crisis-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.fd-crisis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-crisis-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
}

.fd-crisis-card:hover {
    top: -5px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #6366f1;
}

.fd-icon-box {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: #f1f5f9;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.fd-crisis-card h3 { font-size: 1.3rem; margin-bottom: 15px; color: #1e293b; }
.fd-crisis-card p { font-size: 1rem; color: #64748b; margin: 0; line-height: 1.6; }

/* --- Framework Section (Solution) --- */
.fd-framework-section {
    padding-bottom: 80px;
}

.fd-strategy-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.fd-strategy-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.fd-strategy-row.reverse {
    flex-direction: row-reverse;
}

.fd-strategy-visual {
    flex: 1;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Visual 1: Flow Chart */
.fd-flow-chart {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}
.fd-flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #e2e8f0;
}
.fd-flow-step.ai { background: #f8fafc; color: #64748b; font-weight: bold; }
.fd-flow-step.human { background: #e0e7ff; border-color: #6366f1; color: #4338ca; font-weight: bold; transform: scale(1.1); box-shadow: 0 10px 15px rgba(99, 102, 241, 0.2); z-index: 2; }
.fd-flow-step.final { background: #0b1120; color: #fff; border-color: #0b1120; }
.fd-flow-step span { font-size: 0.9rem; line-height: 1.2; }
.fd-flow-step small { font-size: 0.6rem; opacity: 0.8; margin-top: 2px; }
.fd-flow-arrow { color: #cbd5e1; font-weight: bold; }

/* Visual 2: Data Card */
.fd-data-card {
    width: 90%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.fd-chart-header {
    background: #f8fafc;
    padding: 15px 20px;
    font-size: 0.9rem;
    font-weight: bold;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
}
.fd-chart-body { padding: 30px 20px; }
.fd-bar-group { margin-bottom: 20px; }
.fd-bar-label { font-size: 0.85rem; color: #64748b; margin-bottom: 8px; }
.fd-bar { height: 24px; border-radius: 4px; position: relative; }
.fd-bar.grey { background: #e2e8f0; }
.fd-bar.purple { background: linear-gradient(90deg, #6366f1, #4f46e5); color: #fff; display: flex; align-items: center; justify-content: flex-end; padding-right: 10px; font-size: 0.75rem; font-weight: bold; animation: growBar 1.5s ease-out; }
@keyframes growBar { from { width: 0; } }

/* Visual 3: Chat Mock */
.fd-chat-mock {
    width: 85%;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.fd-msg { padding: 12px 16px; border-radius: 12px; font-size: 0.9rem; max-width: 90%; line-height: 1.5; }
.fd-msg.system { background: #f1f5f9; color: #64748b; align-self: flex-start; border-bottom-left-radius: 2px; }
.fd-msg.user { background: #0b1120; color: #fff; align-self: flex-end; border-bottom-right-radius: 2px; }
.fd-msg.bot { background: #e0e7ff; color: #1e1b4b; align-self: flex-start; border-bottom-left-radius: 2px; border: 1px solid #c7d2fe; }

.fd-strategy-info {
    flex: 1;
}

.fd-step-purple {
    display: block;
    color: #6366f1;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.fd-strategy-info h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #0b1120;
}

.fd-strategy-info p {
    font-size: 1.1rem;
    color: #475569;
}

/* --- Value Section --- */
.fd-value-auth {
    padding: 60px 20px;
    text-align: center;
}

.fd-auth-box {
    max-width: 750px;
    margin: 0 auto;
    background: #0b1120;
    color: #fff;
    padding: 80px 50px;
    border-radius: 16px;
    background-image: radial-gradient(circle at top right, #1e293b 0%, #0b1120 100%);
    box-shadow: 0 25px 50px -12px rgba(11, 17, 32, 0.5);
    position: relative;
    overflow: hidden;
}

.fd-auth-box::after {
    content: "AUTHORITY";
    position: absolute;
    bottom: -20px;
    right: 20px;
    font-size: 6rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.fd-auth-box h3 { color: #fff !important; font-size: 2rem; margin-bottom: 30px; }
.fd-auth-box p { font-size: 1.25rem; color: #cbd5e1; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-expert {
    text-align: center;
    padding: 80px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 60px 40px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.fd-cta-inner h2 { font-size: 2.2rem; margin-bottom: 20px; color: #0b1120; }
.fd-cta-inner p { color: #64748b; margin-bottom: 40px; font-size: 1.15rem; }

.fd-btn-intel {
    display: inline-block;
    background-color: #6366f1;
    color: #fff;
    padding: 20px 60px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
    letter-spacing: 0.5px;
    font-size: 1.1rem;
}

.fd-btn-intel:hover {
    background-color: #4f46e5;
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(99, 102, 241, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-intel:hover .arrow { transform: translateX(5px); }

.fd-note {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #94a3b8;
    letter-spacing: 1px;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-title { font-size: 1.8rem; }
    .fd-strategy-row, .fd-strategy-row.reverse { flex-direction: column; gap: 40px; }
    .fd-strategy-visual { width: 100%; min-height: 200px; }
    .fd-flow-chart { padding: 20px; gap: 5px; }
    .fd-flow-step { width: 70px; height: 70px; font-size: 0.8rem; }
}/* End custom CSS */