.elementor-3861 .elementor-element.elementor-element-417e259{--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-cda6591 *//* --- 全域設定與層級隔離 --- */
.fd-private-data-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #334155;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-private-data-article h1, .fd-private-data-article h2, .fd-private-data-article h3, .fd-private-data-article h4 {
    color: #1e1b4b; /* 深邃靛 */
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-data {
    text-align: center;
    padding: 100px 30px;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    color: #fff;
    border-radius: 20px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.fd-hero-data::before {
    content: "";
    position: absolute;
    width: 200%; height: 200%;
    top: -50%; left: -50%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 60%);
    animation: rotateBg 20s infinite linear;
}

@keyframes rotateBg { to { transform: rotate(360deg); } }

.fd-badge-innovation {
    display: inline-block;
    background: #10b981; /* 極光綠 */
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    position: relative; z-index: 2;
}

.fd-hero-data .fd-title {
    color: #fff; font-size: 2.8rem; margin-bottom: 30px; position: relative; z-index: 2;
}

.fd-hero-data .fd-intro {
    color: #cbd5e1; font-size: 1.2rem; max-width: 850px; margin: 0 auto; position: relative; z-index: 2;
}

.fd-hero-data .fd-intro strong { color: #10b981; }

/* --- Trap Section (Pain Points) --- */
.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-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-trap-card {
    background: #f8fafc;
    padding: 50px 35px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.fd-trap-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
    border-color: #10b981;
}

.fd-icon-box { font-size: 2.5rem; margin-bottom: 25px; }
.fd-trap-card h3 { font-size: 1.3rem; margin-bottom: 15px; }
.fd-trap-card p { font-size: 1rem; color: #64748b; }

/* --- Solution Section (SOP) --- */
.fd-solution-section { padding-bottom: 120px; }
.fd-process-container { display: flex; flex-direction: column; gap: 100px; }
.fd-process-row { display: flex; align-items: center; gap: 80px; }
.fd-process-row.reverse { flex-direction: row-reverse; }

.fd-visual-part {
    flex: 1; min-height: 280px; background: #f1f5f9; border-radius: 24px;
    display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
}

/* Visual UI: Data Vault, Infuse, Perspective */
.fd-data-vault { width: 120px; height: 120px; background: #1e1b4b; border-radius: 12px; position: relative; border: 2px solid #10b981; }
.fd-vault-door { position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px dashed #10b981; }
.fd-data-particles { position: absolute; width: 100%; height: 100%; background: radial-gradient(circle, #10b981 1px, transparent 1px); background-size: 15px 15px; opacity: 0.3; }
.fd-vault-label { position: absolute; bottom: -30px; width: 100%; text-align: center; font-size: 0.7rem; font-weight: bold; color: #1e1b4b; }

.fd-infuse-ui { display: flex; align-items: center; gap: 20px; }
.fd-ai-core { background: #10b981; color: #fff; padding: 15px; border-radius: 50%; font-weight: bold; }
.fd-infuse-arrow { border-top: 2px dashed #1e1b4b; width: 50px; position: relative; }
.fd-infuse-arrow::after { content: "➤"; position: absolute; right: -5px; top: -10px; color: #1e1b4b; }
.fd-insight-box { background: #fff; border: 2px solid #1e1b4b; padding: 10px; font-size: 0.8rem; font-weight: bold; box-shadow: 5px 5px 0 #10b981; }

.fd-perspective-ui { width: 100%; padding: 20px; text-align: center; }
.fd-view-angle { font-size: 0.8rem; color: #94a3b8; margin-bottom: 10px; text-decoration: line-through; }
.fd-view-angle.focus { font-size: 1.2rem; color: #1e1b4b; font-weight: 800; text-decoration: none; border: 2px solid #10b981; padding: 10px; display: inline-block; background: #fff; }

.fd-text-part { flex: 1; }
.fd-tag-indigo { display: block; color: #312e81; font-weight: 800; font-family: monospace; font-size: 1rem; margin-bottom: 20px; letter-spacing: 1px; }
.fd-text-part h4 { font-size: 1.8rem; margin-bottom: 25px; }

/* --- Value Section --- */
.fd-value-section { padding-bottom: 120px; }
.fd-value-box {
    max-width: 850px; margin: 0 auto; background: #f8fafc; color: #1e1b4b;
    padding: 80px 60px; border-radius: 20px; text-align: center;
    border: 2px solid #1e1b4b; box-shadow: 15px 15px 0 #10b981;
}
.fd-value-box h3 { font-size: 2.2rem; margin-bottom: 30px; }
.fd-value-box p { font-size: 1.25rem; line-height: 1.8; color: #475569; }

/* --- CTA Section --- */
.fd-cta-section { text-align: center; padding: 80px 20px; }
.fd-cta-inner { max-width: 750px; margin: 0 auto; background: #fff; border: 1px solid #e2e8f0; padding: 80px 40px; border-radius: 24px; }
.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-indigo {
    display: inline-block; background-color: #1e1b4b; color: #fff;
    padding: 22px 60px; border-radius: 4px; font-weight: 700; text-decoration: none;
    transition: all 0.3s ease; font-size: 1.2rem; box-shadow: 0 10px 20px rgba(30, 27, 75, 0.2);
}
.fd-btn-indigo:hover { background-color: #312e81; transform: translateY(-3px); color: #fff; }
.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-indigo:hover .arrow { transform: translateX(10px); }

.fd-note { margin-top: 40px; font-size: 0.95rem; color: #94a3b8; letter-spacing: 1px; }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-data .fd-title { font-size: 2rem; }
    .fd-process-row, .fd-process-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 250px; }
}/* End custom CSS */