.elementor-3550 .elementor-element.elementor-element-298df36{--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-567bc8a *//* --- 容器與全域設定 --- */
.fd-tco-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;
}

/* --- 標題與 Hero --- */
.fd-tco-article h1, 
.fd-tco-article h2, 
.fd-tco-article h3 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
}

.fd-hero-section {
    text-align: center;
    padding: 60px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.fd-hero-badge {
    display: inline-block;
    background-color: #fef3c7; /* 警告黃 */
    color: #b45309;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #1e293b;
}

.fd-intro {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #ef4444; /* 強調紅 */
    border-bottom: 2px solid rgba(239, 68, 68, 0.3);
}

/* --- Trap Section (隱形稅金) --- */
.fd-trap-section {
    padding: 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.fd-section-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
}

.fd-trap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.fd-trap-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    transition: transform 0.3s ease;
    text-align: center;
}

.fd-trap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.fd-icon-warning {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.fd-trap-card h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.fd-trap-card p {
    font-size: 0.95rem;
    color: #475569;
}

/* --- Comparison Table (核心對比) --- */
.fd-comparison-section {
    padding: 20px 0 80px 0;
}

.fd-cost-table {
    display: flex;
    justify-content: center;
    align-items: stretch; /* 讓兩邊等高 */
    gap: 0;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden; /* 圓角修剪 */
}

.fd-cost-col {
    flex: 1;
    padding: 40px;
    background: #fff;
}

/* 左側：模板 (壞) */
.fd-col-template {
    background-color: #fef2f2; /* 極淡紅 */
    border-right: 1px solid #fee2e2;
}

/* 右側：客製 (好) */
.fd-col-custom {
    background-color: #f0fdf4; /* 極淡綠 */
}

.fd-col-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 20px;
}

.fd-col-header h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.fd-price-tag {
    font-size: 0.85rem;
    padding: 4px 12px;
    border-radius: 20px;
    background: #e2e8f0;
    color: #64748b;
    font-weight: 600;
}

.fd-price-tag.highlight {
    background: #10b981;
    color: #fff;
}

/* 中間的 VS 標籤 */
.fd-vs-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0f172a;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-style: italic;
    border: 3px solid #fff;
    z-index: 2;
}

/* 列表樣式 */
.fd-cost-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fd-cost-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 0.95rem;
    border-bottom: 1px dashed rgba(0,0,0,0.05);
    padding-bottom: 15px;
}

.fd-label {
    color: #64748b;
    font-weight: 500;
}

.fd-val {
    font-weight: 700;
    text-align: right;
}

.fd-val.negative { color: #ef4444; }
.fd-val.positive { color: #059669; }

.fd-total-row {
    display: block !important;
    text-align: center;
    margin-top: 20px;
    border: none !important;
    padding: 15px;
    border-radius: 8px;
    font-size: 1rem !important;
}

.fd-total-row.negative {
    background: #fee2e2;
    color: #b91c1c;
}

.fd-total-row.positive {
    background: #d1fae5;
    color: #047857;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

/* --- Value Proposition --- */
.fd-value-proposition {
    background: #0f172a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 60px;
}

.fd-value-content h3 {
    color: #fff !important;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.fd-value-content p {
    color: #cbd5e1;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

/* --- CTA Section --- */
.fd-cta-block {
    text-align: center;
    padding: 20px;
}

.fd-cta-container h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.fd-cta-container p {
    color: #64748b;
    margin-bottom: 30px;
}

.fd-btn-solid {
    display: inline-block;
    background-color: #0ea5e9;
    color: #fff;
    padding: 18px 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(14, 165, 233, 0.4);
}

.fd-btn-solid:hover {
    background-color: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(14, 165, 233, 0.5);
    color: #fff;
}

.arrow { display: inline-block; transition: transform 0.2s; margin-left: 5px; }
.fd-btn-solid:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-cost-table {
        flex-direction: column;
        box-shadow: none;
        background: transparent;
    }
    
    .fd-cost-col {
        border-radius: 16px;
        margin-bottom: 20px;
        border: 1px solid #e2e8f0;
    }
    
    .fd-vs-badge {
        display: none; /* 手機版隱藏 VS 圓圈，避免破版 */
    }
    
    .fd-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */