.elementor-3590 .elementor-element.elementor-element-590bb7f{--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-f2d55f7 *//* --- 容器與字體 --- */
.fd-ga4-article {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.7;
    color: #334155;
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
}

/* --- 標題通用 --- */
.fd-ga4-article h1,
.fd-ga4-article h2,
.fd-ga4-article h3,
.fd-ga4-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-data {
    text-align: center;
    padding: 70px 20px;
    background: radial-gradient(circle at center, #f1f5f9 0%, #fff 70%);
    margin-bottom: 60px;
    border-bottom: 1px solid #e2e8f0;
}

.fd-tag-data {
    display: inline-block;
    background: #0f172a;
    color: #3b82f6; /* 科技藍文字 */
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: monospace;
    letter-spacing: 1px;
    border: 1px solid #3b82f6;
}

.fd-main-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #1e293b;
}

.fd-intro {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #3b82f6;
    border-bottom: 2px solid #93c5fd;
}

/* --- Pain Section (Blind Spots) --- */
.fd-pain-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.fd-blind-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.fd-blind-card {
    background: #f8fafc;
    border: 1px dashed #cbd5e1; /* 虛線代表不確定/盲點 */
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}

.fd-blind-card:hover {
    background: #fff;
    border-style: solid;
    border-color: #3b82f6;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.1);
}

.fd-icon-ghost {
    font-size: 2.5rem;
    margin-bottom: 15px;
    opacity: 0.7;
}

.fd-blind-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.fd-blind-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

/* --- Solution Section (Metric Cards) --- */
.fd-solution-data {
    padding-bottom: 80px;
}

.fd-metric-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.fd-metric-row {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
}

.fd-metric-row:hover {
    transform: translateX(5px);
    border-left: 5px solid #3b82f6;
}

.fd-metric-icon {
    font-size: 2.5rem;
    background: #eff6ff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.fd-metric-content {
    flex: 1;
}

.fd-metric-content h4 {
    margin: 0 0 5px 0;
    font-size: 1.25rem;
}

.fd-metric-term {
    display: inline-block;
    font-size: 0.8rem;
    color: #3b82f6;
    background: #eff6ff;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: monospace;
}

.fd-metric-content p {
    margin: 0;
    font-size: 0.95rem;
    color: #475569;
}

/* 視覺化圖表模擬 */
.fd-metric-viz {
    width: 150px;
    flex-shrink: 0;
}

/* 長條圖 */
.fd-bar-group {
    margin-bottom: 8px;
}
.fd-bar-label {
    font-size: 0.7rem;
    color: #94a3b8;
    margin-bottom: 2px;
}
.fd-bar-track {
    background: #f1f5f9;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}
.fd-bar-fill {
    background: #3b82f6;
    height: 100%;
    border-radius: 3px;
}
.w-60 { width: 60%; }
.w-30 { width: 30%; background: #93c5fd; }

/* 圓圈 */
.fd-stat-circle {
    width: 80px;
    height: 80px;
    border: 4px solid #3b82f6;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.fd-stat-circle span { font-weight: 800; font-size: 1.2rem; line-height: 1; color: #0f172a; }
.fd-stat-circle small { font-size: 0.6rem; color: #64748b; }

/* 趨勢 */
.fd-trend-up {
    text-align: center;
    background: #ecfdf5;
    padding: 10px;
    border-radius: 8px;
    color: #059669;
}
.fd-trend-val { display: block; font-weight: 800; font-size: 1.4rem; }
.fd-trend-label { font-size: 0.8rem; font-weight: 600; }

/* --- Value Section --- */
.fd-value-section {
    padding-bottom: 60px;
    text-align: center;
}

.fd-value-box {
    background: #0f172a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.fd-value-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 20px; }
.fd-value-box p { color: #cbd5e1; font-size: 1.1rem; }
.fd-value-box strong { color: #60a5fa; }

/* --- CTA Section --- */
.fd-cta-data {
    text-align: center;
    padding: 40px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #e2e8f0;
    padding: 50px 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.05);
}

.fd-cta-inner h2 { font-size: 2rem; margin-bottom: 15px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 35px; }

.fd-btn-analytics {
    display: inline-block;
    background-color: #3b82f6; /* 科技藍 */
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(59, 130, 246, 0.4);
}

.fd-btn-analytics:hover {
    background-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(59, 130, 246, 0.5);
    color: #fff;
}

.arrow { margin-left: 8px; transition: transform 0.2s; display: inline-block; }
.fd-btn-analytics:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-metric-row { flex-direction: column; text-align: center; padding: 25px; }
    .fd-metric-row:hover { border-left: 1px solid #e2e8f0; border-top: 5px solid #3b82f6; transform: translateY(-5px); }
    .fd-metric-icon { margin: 0 auto; }
    .fd-metric-viz { width: 100%; margin-top: 15px; }
    .fd-bar-track { background: #f1f5f9; }
}/* End custom CSS */