.elementor-3560 .elementor-element.elementor-element-7b03045{--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-bbfcfc9 *//* --- 容器與字體 --- */
.fd-seo-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-seo-article h1, 
.fd-seo-article h2, 
.fd-seo-article h3,
.fd-seo-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-invest {
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 60px;
    background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%); /* 淡綠漸層背景 */
    border-radius: 20px;
}

.fd-hero-label {
    display: inline-block;
    color: #059669;
    background: rgba(16, 185, 129, 0.1);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #064e3b; /* 深綠色標題 */
}

.fd-intro {
    font-size: 1.15rem;
    color: #4b5563;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #059669;
    border-bottom: 2px solid #a7f3d0;
}

/* --- Comparison Section (Reality Check) --- */
.fd-reality-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.fd-sub-text {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
}

.fd-compare-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.fd-card {
    flex: 1;
    min-width: 280px;
    border-radius: 16px;
    padding: 35px;
    border: 1px solid #e2e8f0;
    position: relative;
    transition: transform 0.3s ease;
}

.fd-card:hover {
    transform: translateY(-5px);
}

/* 支出卡片 (Ads) */
.fd-card-expense {
    background: #fff;
    border-top: 4px solid #ef4444; /* 紅色頂邊 */
}

/* 資產卡片 (SEO) */
.fd-card-invest {
    background: #fff;
    border-top: 4px solid #10b981; /* 綠色頂邊 */
    box-shadow: 0 10px 25px -5px rgba(16, 185, 129, 0.15); /* 綠色陰影 */
}

.fd-card-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.fd-tag-expense {
    display: inline-block;
    background: #fee2e2;
    color: #991b1b;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.fd-tag-invest {
    display: inline-block;
    background: #d1fae5;
    color: #065f46;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.fd-list-dots, .fd-list-check {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    font-size: 0.95rem;
    color: #475569;
}

.fd-list-dots li { margin-bottom: 10px; display: flex; align-items: center; }
.fd-list-dots li::before { content: "•"; color: #ef4444; margin-right: 10px; font-size: 1.5rem; line-height: 0.5; }

.fd-list-check li { margin-bottom: 10px; display: flex; align-items: center; }
.fd-list-check li::before { content: "✔"; color: #10b981; margin-right: 10px; font-weight: bold; }

/* 圖表模擬 */
.fd-chart-bar-bad {
    height: 4px;
    background: #fca5a5;
    width: 100%;
    position: relative;
}
.fd-chart-bar-bad::after {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #ef4444;
    border-radius: 50%;
}

.fd-trend-svg {
    width: 100%;
    height: 50px;
    overflow: visible;
}

.fd-chart-caption {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 10px;
    text-align: center;
}

/* --- Local Section (屏東優勢) --- */
.fd-local-section {
    background: #0f172a;
    color: #fff;
    border-radius: 20px;
    padding: 60px 40px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.fd-local-title {
    color: #fff !important;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.fd-local-content p {
    color: #cbd5e1;
    max-width: 700px;
    margin-bottom: 40px;
    font-size: 1.05rem;
}

.fd-stats-row {
    display: flex;
    gap: 40px;
}

.fd-stat-box strong {
    display: block;
    font-size: 1.4rem;
    color: #34d399; /* 亮綠色 */
    margin-bottom: 5px;
}

.fd-stat-box span {
    font-size: 0.9rem;
    color: #94a3b8;
}

/* --- Funnel Steps --- */
.fd-funnel-section {
    padding-bottom: 60px;
}

.fd-step-process {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.fd-step {
    flex: 1;
    min-width: 250px;
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    border: 1px dashed #cbd5e1;
}

.fd-step-num {
    font-size: 3rem;
    font-weight: 900;
    color: #e2e8f0;
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
}

.fd-step h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

.fd-step p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* --- CTA Section --- */
.fd-cta-invest {
    text-align: center;
    padding: 40px 20px;
}

.fd-cta-box {
    max-width: 750px;
    margin: 0 auto;
}

.fd-cta-box h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.fd-cta-box p {
    color: #64748b;
    margin-bottom: 30px;
}

.fd-btn-growth {
    display: inline-block;
    background-color: #10b981;
    color: #fff;
    padding: 16px 45px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(16, 185, 129, 0.4);
}

.fd-btn-growth:hover {
    background-color: #059669;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(16, 185, 129, 0.5);
    color: #fff;
}

.fd-sub-cta {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-top: 20px;
}

.arrow { display: inline-block; transition: transform 0.2s; margin-left: 5px; }
.fd-btn-growth:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-stats-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .fd-compare-grid {
        flex-direction: column;
    }
    
    .fd-title {
        font-size: 1.8rem;
    }
    
    .fd-local-section {
        padding: 40px 25px;
    }
}/* End custom CSS */