.elementor-3888 .elementor-element.elementor-element-dacec24{--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;}.elementor-3888 .elementor-element.elementor-element-86244d7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-54eacdd *//* --- 全域字體與容器 --- */
.fd-aeo-article {
    font-family: "Inter", "Roboto", "Helvetica Neue", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
    line-height: 1.8;
    color: #cbd5e1; /* 淺灰文字 */
    background-color: #0b0c15; /* 黑曜石底 */
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    border-radius: 8px;
}

.fd-aeo-article h1,
.fd-aeo-article h2,
.fd-aeo-article h3,
.fd-aeo-article h4 {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

/* --- Hero Section --- */
.fd-hero-aeo {
    text-align: center;
    padding: 100px 30px;
    background: radial-gradient(circle at center, #1e293b 0%, #0b0c15 80%);
    border-radius: 20px;
    margin-bottom: 80px;
    border: 1px solid rgba(0, 240, 255, 0.1);
    position: relative;
    box-shadow: 0 0 60px rgba(0, 240, 255, 0.05);
}

.fd-badge-scanner {
    display: inline-block;
    background: rgba(0, 240, 255, 0.1);
    color: #00f0ff; /* 青色霓虹 */
    padding: 6px 18px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    border: 1px solid rgba(0, 240, 255, 0.3);
    text-transform: uppercase;
}

.fd-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    background: linear-gradient(90deg, #fff, #00f0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fd-intro {
    font-size: 1.15rem;
    color: #94a3b8;
    max-width: 800px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #7c3aed; /* 突觸紫 */
    font-weight: 700;
}

/* --- Trap Section (Visual vs Code) --- */
.fd-trap-section { padding-bottom: 100px; }
.fd-section-header { text-align: center; font-size: 2.2rem; margin-bottom: 15px; }
.fd-sub-desc { text-align: center; color: #64748b; margin-bottom: 60px; font-size: 1.1rem; }

.fd-trap-container {
    display: flex; flex-direction: column; align-items: center; gap: 40px;
}

.fd-trap-visual {
    display: flex; gap: 20px; align-items: center; justify-content: center; width: 100%;
}

.fd-website-mockup {
    flex: 1; height: 220px; background: #1e293b; border-radius: 12px; border: 1px solid #334155;
    display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden;
}
.fd-website-mockup.heavy { border-color: #ef4444; }
.fd-website-mockup.light { border-color: #00f0ff; box-shadow: 0 0 20px rgba(0,240,255,0.1); }

.fd-mock-header { position: absolute; top: 0; width: 100%; background: rgba(0,0,0,0.3); padding: 8px; font-size: 0.7rem; text-align: center; color: #94a3b8; }

.fd-loading-spinner {
    width: 30px; height: 30px; border: 3px solid #ef4444; border-top-color: transparent; border-radius: 50%; animation: spin 1s infinite linear;
}
.fd-status-text { margin-top: 10px; font-size: 0.8rem; color: #ef4444; font-family: monospace; }
.fd-ai-scan {
    position: absolute; bottom: 0; width: 100%; padding: 5px; text-align: center; font-size: 0.75rem; font-weight: bold; color: #fff;
}
.fd-ai-scan.fail { background: #ef4444; }
.fd-ai-scan.pass { background: #00f0ff; color: #000; }

.fd-code-lines { display: flex; flex-direction: column; gap: 5px; font-family: monospace; color: #00f0ff; font-size: 0.8rem; opacity: 0.8; }

.fd-vs-badge { background: #fff; color: #000; font-weight: 900; padding: 10px; border-radius: 50%; z-index: 2; font-size: 0.8rem; }

.fd-trap-content { text-align: center; max-width: 700px; }
.fd-trap-content h3 { color: #facc15; margin-bottom: 15px; font-size: 1.5rem; }

@keyframes spin { to { transform: rotate(360deg); } }

/* --- Code Section (Lightweight) --- */
.fd-code-section { padding-bottom: 100px; }
.fd-code-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;
}

.fd-code-card {
    background: rgba(255,255,255,0.03); padding: 40px 30px; border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s ease;
}
.fd-code-card:hover {
    background: rgba(255,255,255,0.05); transform: translateY(-5px); border-color: #7c3aed;
}

.fd-icon-chip { font-size: 2.5rem; margin-bottom: 20px; }
.fd-code-card h4 { font-size: 1.2rem; margin-bottom: 15px; }
.fd-code-card p { font-size: 0.95rem; color: #94a3b8; }

/* --- API Section (Integration) --- */
.fd-api-section { padding-bottom: 120px; }
.fd-api-visual {
    background: #0f172a; border-radius: 20px; border: 1px solid #1e293b; padding: 40px;
    position: relative; overflow: hidden;
}

.fd-pipeline-container {
    display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; position: relative;
}

.fd-node-erp, .fd-node-google {
    display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 2;
}
.fd-node-icon { font-size: 3rem; background: #1e293b; padding: 20px; border-radius: 50%; border: 2px solid #334155; }
.fd-node-label { font-size: 0.9rem; font-weight: bold; color: #fff; }

.fd-pipeline-bar {
    flex: 1; height: 6px; background: #334155; margin: 0 20px; position: relative; border-radius: 4px; overflow: hidden;
}
.fd-data-flow {
    position: absolute; top: 0; left: 0; height: 100%; width: 50%;
    background: linear-gradient(90deg, transparent, #00f0ff, transparent);
    animation: flowData 2s infinite linear;
}
.fd-api-tag {
    position: absolute; top: -25px; left: 50%; transform: translateX(-50%);
    font-size: 0.7rem; color: #00f0ff; font-family: monospace; letter-spacing: 1px;
}

.fd-live-badge {
    margin-top: 5px; background: #10b981; color: #fff; font-size: 0.6rem; padding: 2px 8px; border-radius: 10px; font-weight: bold; animation: pulseLive 2s infinite;
}

.fd-api-text { text-align: center; max-width: 700px; margin: 0 auto; }
.fd-api-text h4 { font-size: 1.8rem; margin-bottom: 20px; color: #fff; }

@keyframes flowData { 0% { left: -50%; } 100% { left: 100%; } }
@keyframes pulseLive { 0% { opacity: 1; } 50% { opacity: 0.5; } 100% { opacity: 1; } }

/* --- Value Section --- */
.fd-value-aeo { padding-bottom: 100px; }
.fd-value-box {
    max-width: 850px; margin: 0 auto; background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 100%);
    padding: 80px 60px; border-radius: 20px; text-align: center;
    border: 1px solid #4c1d95; box-shadow: 0 0 50px rgba(124, 58, 237, 0.2);
}
.fd-value-box h3 { font-size: 2.2rem; margin-bottom: 30px; color: #fff; }
.fd-value-box p { font-size: 1.25rem; line-height: 1.8; color: #e2e8f0; }

/* --- CTA Section --- */
.fd-cta-aeo { text-align: center; padding: 80px 20px; }
.fd-cta-inner {
    max-width: 750px; margin: 0 auto; background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1); padding: 80px 40px; border-radius: 24px;
}
.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #94a3b8; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-neon {
    display: inline-block; background: transparent; color: #00f0ff;
    padding: 20px 60px; border-radius: 4px; font-weight: 700; text-decoration: none;
    transition: all 0.3s ease; font-size: 1.1rem; border: 2px solid #00f0ff;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
}
.fd-btn-neon:hover {
    background: #00f0ff; color: #000; box-shadow: 0 0 30px rgba(0, 240, 255, 0.6);
}
.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-neon:hover .arrow { transform: translateX(10px); }

.fd-note { margin-top: 40px; font-size: 0.9rem; color: #64748b; letter-spacing: 1px; }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-aeo .fd-title { font-size: 1.8rem; }
    .fd-trap-visual { flex-direction: column; }
    .fd-pipeline-container { flex-direction: column; gap: 30px; }
    .fd-pipeline-bar { width: 6px; height: 50px; margin: 0; }
    .fd-data-flow { width: 100%; height: 50%; top: 0; animation: flowDataVert 2s infinite linear; }
    @keyframes flowDataVert { 0% { top: -50%; } 100% { top: 100%; } }
}/* End custom CSS */