.elementor-3750 .elementor-element.elementor-element-6910e33{--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-c720341 *//* --- 全域設定 --- */
.fd-future-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.7;
    color: #334155;
    background-color: #f8fafc; /* 極淡灰底 */
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    border-radius: 8px;
}

.fd-future-article h1,
.fd-future-article h2,
.fd-future-article h3,
.fd-future-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

/* --- Hero Section --- */
.fd-hero-future {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 60px;
    box-shadow: 0 10px 40px -10px rgba(15, 23, 42, 0.05);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.fd-hero-future::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 6px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.fd-hero-badge {
    display: inline-block;
    background: #f3e8ff;
    color: #7c3aed;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
    border: 1px solid #d8b4fe;
}

.fd-title {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #1e293b;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 800px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #7c3aed;
    font-weight: 700;
    background: linear-gradient(180deg, transparent 70%, #ddd6fe 70%);
}

/* --- Trap Section (Pain Points) --- */
.fd-trap-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #0f172a;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.fd-trap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-trap-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.fd-trap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.05);
    border-color: #8b5cf6;
}

.fd-icon-robot {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: #f1f5f9;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.fd-trap-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #1e293b; }
.fd-trap-card p { font-size: 1rem; color: #64748b; margin: 0; line-height: 1.6; }

/* --- Solution Section --- */
.fd-solution-section {
    padding-bottom: 80px;
}

.fd-comparison-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-visual-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

/* Visual: Bar Chart */
.fd-bar-chart {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fd-bar-group { display: flex; flex-direction: column; gap: 8px; }
.fd-bar-label { font-size: 0.9rem; font-weight: bold; color: #475569; }
.fd-bar {
    height: 36px; border-radius: 6px; display: flex; align-items: center; padding-left: 15px;
    color: rgba(255,255,255,0.9); font-size: 0.8rem; font-weight: bold;
    transition: width 1s ease-out;
}
.fd-bar.human { background: #94a3b8; width: 0; animation: growHuman 1.5s forwards; }
.fd-bar.ai { background: #a78bfa; width: 0; animation: growAi 1.5s forwards; }
.fd-bar.hybrid {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    width: 0; animation: growHybrid 1.5s forwards;
    position: relative; box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3);
}
@keyframes growHuman { to { width: 40%; } }
@keyframes growAi { to { width: 60%; } }
@keyframes growHybrid { to { width: 95%; } }

.fd-strategy-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.fd-strategy-item {
    background: #f8fafc;
    padding: 20px;
    border-radius: 8px;
    border-left: 3px solid #8b5cf6;
}

.fd-step-violet {
    display: block;
    color: #7c3aed;
    font-family: monospace;
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fd-strategy-item h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #1e293b;
}

.fd-strategy-item p {
    font-size: 1rem;
    color: #475569;
}

/* --- Value Section --- */
.fd-value-future {
    padding: 60px 20px;
    text-align: center;
}

.fd-future-box {
    max-width: 800px;
    margin: 0 auto;
    background: #1e293b; /* 深空灰 */
    color: #fff;
    padding: 80px 50px;
    border-radius: 16px;
    background-image: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.4);
    position: relative;
    border: 1px solid #334155;
}

.fd-future-box h3 { color: #fff !important; font-size: 2rem; margin-bottom: 30px; }
.fd-future-box p { font-size: 1.25rem; color: #e2e8f0; line-height: 1.8; }
.fd-future-box strong { color: #c4b5fd; }

/* --- CTA Section --- */
.fd-cta-future {
    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: #0f172a; }
.fd-cta-inner p { color: #64748b; margin-bottom: 40px; font-size: 1.15rem; }

.fd-btn-violet {
    display: inline-block;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    color: #fff;
    padding: 20px 60px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(139, 92, 246, 0.3);
    letter-spacing: 0.5px;
    font-size: 1.1rem;
}

.fd-btn-violet:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgba(139, 92, 246, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-violet: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-list { grid-template-columns: 1fr; }
}/* End custom CSS */