.elementor-3545 .elementor-element.elementor-element-6e510e7{--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-a8df62b *//* --- 容器與字體設定 --- */
.fd-data-article {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.7;
    color: #334155;
    background-color: #fff;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
}

/* --- 標題通用 --- */
.fd-data-article h1,
.fd-data-article h2,
.fd-data-article h3 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
}

/* --- Hero Section --- */
.fd-hero-data {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-bottom: 1px solid #f1f5f9;
}

.fd-hero-badge {
    display: inline-block;
    background-color: #0f172a;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.fd-main-title {
    font-size: 2.25rem;
    margin-bottom: 20px;
    color: #1e293b;
}

.fd-lead {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

.fd-lead strong {
    color: #ef4444; /* 質疑的紅色 */
}

/* --- Section Layout --- */
.fd-section {
    padding: 80px 0;
}

.fd-section-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.fd-sub-text {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Problem Diagnosis (痛點) --- */
.fd-problem-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.fd-problem-item {
    flex: 1 1 250px;
    text-align: center;
    padding: 30px;
    background: #fff;
    border: 1px dashed #cbd5e1; /* 虛線代表脆弱/問題 */
    border-radius: 12px;
}

.fd-metric-bad {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #ef4444; /* 警示紅 */
    margin-bottom: 10px;
    font-family: "Arial", sans-serif;
}

.fd-problem-item h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.fd-problem-item p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

/* --- Dashboard / Case Study (數據展示) --- */
.fd-case-study {
    background-color: #f8fafc; /* 淺灰背景突顯儀表板 */
    border-radius: 20px;
    padding: 60px 40px;
}

.fd-dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.fd-dash-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease;
}

.fd-dash-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #10b981; /* hover 時變綠 */
}

.fd-dash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 600;
}

.fd-dash-body {
    margin-bottom: 20px;
}

.fd-dash-value {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.fd-dash-change.positive {
    color: #10b981; /* 成長綠 */
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fd-dash-change small {
    color: #94a3b8;
    font-weight: 400;
    font-size: 0.85rem;
}

.fd-dash-footer {
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}

.fd-dash-footer strong {
    color: #0ea5e9;
}

/* --- Logic Section (為什麼) --- */
.fd-logic-content {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-left: 4px solid #0ea5e9;
}

.fd-logic-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.fd-logic-list li {
    margin-bottom: 25px;
}

.fd-logic-list strong {
    display: block;
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 5px;
}

/* --- CTA Section --- */
.fd-cta-data {
    text-align: center;
    padding: 60px 20px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
}

.fd-cta-inner h2 {
    color: #fff !important;
    margin-bottom: 15px;
}

.fd-cta-inner p {
    color: #cbd5e1;
    margin-bottom: 30px;
}

.fd-btn-primary {
    display: inline-block;
    background-color: #10b981; /* 使用綠色按鈕，象徵Go/Profit */
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.3);
}

.fd-btn-primary:hover {
    background-color: #059669;
    transform: translateY(-2px);
    box-shadow: 0 15px 20px -3px rgba(16, 185, 129, 0.4);
    color: #fff;
}

.fd-meta {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 20px;
    opacity: 0.7;
}

.arrow { display: inline-block; transition: transform 0.2s; margin-left: 5px; }
.fd-btn-primary:hover .arrow { transform: translateX(5px); }

/* --- RWD Mobile --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.75rem; }
    .fd-dash-value { font-size: 2.2rem; }
    .fd-problem-grid { gap: 15px; }
    .fd-case-study { padding: 40px 20px; }
    .fd-logic-content { padding: 20px; border-left: none; border-top: 4px solid #0ea5e9; }
}/* End custom CSS */