.elementor-3712 .elementor-element.elementor-element-bce0124{--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-16c7bab *//* --- 容器與全域設定 --- */
.fd-ai-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.7;
    color: #cbd5e1; /* 淺灰文字，適合深底 */
    background-color: #0f172a; /* 深空靛底色 */
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
    overflow: hidden; /* 防止光暈溢出 */
}

/* --- 標題通用 --- */
.fd-ai-article h1,
.fd-ai-article h2,
.fd-ai-article h3,
.fd-ai-article h4 {
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-ai {
    text-align: center;
    padding: 80px 20px;
    position: relative;
    margin-bottom: 60px;
}

/* 背景光暈效果 */
.fd-hero-ai::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.3) 0%, rgba(15, 23, 42, 0) 70%);
    z-index: 0;
    pointer-events: none;
}

.fd-ai-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #22d3ee; /* 螢光青 */
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 2px;
    border: 1px solid rgba(34, 211, 238, 0.3);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #fff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fd-intro {
    font-size: 1.15rem;
    color: #94a3b8;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.fd-intro strong {
    color: #22d3ee;
    font-weight: 700;
}

/* --- Panic Section (Pain Points) --- */
.fd-panic-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
    text-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
}

.fd-sub-desc {
    text-align: center;
    color: #94a3b8;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.fd-wall-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-wall-card {
    background: rgba(30, 41, 59, 0.5); /* 半透明深色 */
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}

.fd-wall-card:hover {
    transform: translateY(-5px);
    border-color: #8b5cf6; /* 紫色邊框 */
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.15);
}

.fd-icon-ai {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1e293b, #0f172a);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.fd-wall-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #f1f5f9; }
.fd-wall-card p { font-size: 0.95rem; color: #94a3b8; margin: 0; }

/* --- Trend Section (Solution) --- */
.fd-trend-section {
    padding-bottom: 80px;
}

.fd-trend-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-trend-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-trend-row.reverse {
    flex-direction: row-reverse;
}

.fd-trend-visual {
    flex: 1;
    min-height: 250px;
    background: rgba(30, 41, 59, 0.3);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
    overflow: hidden;
}

/* Visual 1: AI Scan */
.fd-ai-scan { width: 80%; position: relative; }
.fd-content-mock { background: #1e293b; padding: 20px; border-radius: 8px; border: 1px solid #334155; }
.fd-line { height: 8px; background: #334155; margin-bottom: 10px; border-radius: 4px; }
.fd-line.l1 { width: 80%; } .fd-line.l2 { width: 60%; }
.fd-highlight { color: #fcd34d; font-size: 0.9rem; margin-top: 15px; border: 1px dashed #fcd34d; padding: 5px; text-align: center; }
.fd-scan-line {
    position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #22d3ee;
    box-shadow: 0 0 10px #22d3ee;
    animation: scan 3s infinite linear;
}
.fd-ai-tag {
    position: absolute; bottom: -15px; right: -10px;
    background: #10b981; color: #fff; font-size: 0.7rem; padding: 4px 10px; border-radius: 4px;
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.4);
}
@keyframes scan { 0% { top: 0; opacity: 0; } 50% { opacity: 1; } 100% { top: 100%; opacity: 0; } }

/* Visual 2: Code Matrix */
.fd-code-matrix { display: flex; align-items: center; gap: 20px; }
.fd-code-bg { background: #000; padding: 15px; border-radius: 6px; font-family: monospace; color: #22d3ee; font-size: 0.8rem; border: 1px solid #334155; }
.fd-code-bg span { display: block; }
.fd-connect-line { width: 50px; height: 2px; background: linear-gradient(90deg, #22d3ee, #8b5cf6); }
.fd-ai-brain {
    width: 60px; height: 60px; border-radius: 50%; background: #8b5cf6;
    display: flex; align-items: center; justify-content: center;
    font-weight: bold; color: #fff; box-shadow: 0 0 20px rgba(139, 92, 246, 0.5);
}

/* Visual 3: Chat UI */
.fd-chat-ui { width: 90%; display: flex; flex-direction: column; gap: 15px; }
.fd-bubble { padding: 12px 15px; border-radius: 12px; font-size: 0.9rem; max-width: 85%; }
.fd-bubble.user { background: #334155; align-self: flex-end; border-radius: 12px 12px 0 12px; color: #fff; }
.fd-bubble.ai { background: linear-gradient(135deg, #1e1b4b, #312e81); align-self: flex-start; border-radius: 12px 12px 12px 0; border: 1px solid #8b5cf6; color: #e2e8f0; }
.fd-bubble.ai strong { color: #22d3ee; }
.fd-bubble small { display: block; margin-top: 8px; color: #94a3b8; font-size: 0.75rem; }

.fd-trend-info {
    flex: 1;
}

.fd-step-cyan {
    display: block;
    color: #22d3ee;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(34, 211, 238, 0.5);
}

.fd-trend-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #fff;
}

.fd-trend-info p {
    font-size: 1.05rem;
    color: #94a3b8;
}

/* --- Value Section --- */
.fd-value-future {
    padding: 40px 20px;
    text-align: center;
}

.fd-future-box {
    max-width: 700px;
    margin: 0 auto;
    background: rgba(139, 92, 246, 0.1);
    color: #fff;
    padding: 60px 40px;
    border-radius: 12px;
    border: 1px solid rgba(139, 92, 246, 0.3);
    backdrop-filter: blur(10px);
}

.fd-future-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-future-box p { font-size: 1.15rem; color: #cbd5e1; line-height: 1.8; }
.fd-future-box strong { color: #22d3ee; text-shadow: 0 0 10px rgba(34, 211, 238, 0.4); }

/* --- CTA Section --- */
.fd-cta-ai {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid #334155;
    padding: 60px 30px;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.fd-cta-inner h2 { font-size: 2rem; margin-bottom: 15px; color: #fff; }
.fd-cta-inner p { color: #94a3b8; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-neon {
    display: inline-block;
    background: linear-gradient(90deg, #8b5cf6, #06b6d4);
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.4);
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.fd-btn-neon:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(6, 182, 212, 0.6);
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-neon:hover .arrow { transform: translateX(5px); }

.fd-note {
    margin-top: 25px;
    font-size: 0.85rem;
    color: #64748b;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-trend-row, .fd-trend-row.reverse { flex-direction: column; gap: 30px; }
    .fd-trend-visual { width: 100%; min-height: 200px; }
}/* End custom CSS */