.elementor-3798 .elementor-element.elementor-element-7a9ce28{--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-a592e0e *//* --- 全域容器與隔離 --- */
.fd-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-data-article h1, .fd-data-article h2, .fd-data-article h3, .fd-data-article h4 {
    color: #0f172a;
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-data {
    text-align: center;
    padding: 100px 30px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    border-radius: 20px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.fd-badge-analysis {
    display: inline-block;
    background: #10b981;
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.fd-hero-data .fd-title {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.fd-hero-data .fd-intro {
    color: #94a3b8;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

.fd-hero-data .fd-intro strong {
    color: #10b981;
}

/* --- Pain Section --- */
.fd-pain-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;
}

.fd-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-pain-card {
    background: #f8fafc;
    padding: 40px 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.fd-pain-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-color: #10b981;
}

.fd-icon-chart {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

/* --- Insight Section (Solution) --- */
.fd-insight-section {
    padding-bottom: 120px;
}

.fd-insight-container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.fd-insight-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.fd-insight-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-box {
    flex: 1;
    min-height: 280px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    position: relative;
    overflow: hidden;
}

/* Visual Components: Dashboards, Matrix, Chart */
.fd-dashboard-ui { width: 100%; }
.fd-dash-header { font-size: 0.8rem; font-weight: bold; margin-bottom: 15px; color: #64748b; text-transform: uppercase; }
.fd-bar-item { margin-bottom: 10px; }
.fd-bar-fill { height: 8px; border-radius: 4px; margin-bottom: 5px; }
.fd-bar-fill.green { background: #10b981; }
.fd-bar-fill.grey { background: #e2e8f0; }
.fd-bar-item span { font-size: 0.75rem; color: #94a3b8; }

.fd-content-matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
}
.fd-matrix-item {
    background: #f1f5f9;
    padding: 20px 10px;
    font-size: 0.75rem;
    text-align: center;
    color: #94a3b8;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.fd-matrix-item.active {
    background: #ecfdf5;
    color: #10b981;
    border-color: #10b981;
    font-weight: bold;
}
.fd-scanner-line {
    position: absolute; top: 0; left: 0; width: 100%; height: 2px;
    background: #10b981; box-shadow: 0 0 10px #10b981;
    animation: scan 4s infinite linear;
}
@keyframes scan { 0% { top: 0; } 100% { top: 100%; } }

.fd-predictive-chart { width: 100%; position: relative; }
.fd-svg-chart { width: 100%; height: auto; }
.fd-forecast-label {
    position: absolute; top: 0; right: 0;
    background: #10b981; color: #fff; font-size: 0.7rem; font-weight: bold; padding: 4px 10px; border-radius: 4px;
}

.fd-text-box {
    flex: 1;
}

.fd-tag-green {
    display: block;
    color: #10b981;
    font-weight: 800;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.fd-text-box h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* --- Value Section --- */
.fd-value-section {
    padding-bottom: 100px;
}

.fd-value-box {
    max-width: 850px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    padding: 80px 60px;
    border-radius: 24px;
    text-align: center;
    position: relative;
    background-image: radial-gradient(circle at top right, #1e293b 0%, #0f172a 100%);
}

.fd-value-box h3 { color: #fff !important; font-size: 2.2rem; margin-bottom: 30px; }
.fd-value-box p { font-size: 1.25rem; color: #cbd5e1; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-analysis {
    text-align: center;
    padding: 100px 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-data {
    display: inline-block;
    background-color: #10b981;
    color: #fff;
    padding: 22px 60px;
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2);
}

.fd-btn-data:hover {
    background-color: #059669;
    transform: translateY(-3px);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-data: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-insight-row, .fd-insight-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-box { width: 100%; min-height: 200px; }
}/* End custom CSS */