.elementor-3535 .elementor-element.elementor-element-18401cb{--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-06bdcc4 *//* --- 容器與字體 --- */
.fd-vs-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-vs-article h1, 
.fd-vs-article h2, 
.fd-vs-article h3 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

/* --- Hero Section --- */
.fd-hero-section {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
}

.fd-badge {
    background-color: #e0f2fe;
    color: #0284c7;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.fd-title {
    font-size: 2.5rem;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #1e293b, #334155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fd-subtitle {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

/* --- Pain Points (三欄位) --- */
.fd-section {
    padding: 60px 0;
    border-bottom: 1px solid #f1f5f9;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.fd-section-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    font-size: 1.05rem;
}

.fd-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-pain-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: transform 0.3s;
}

.fd-pain-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.fd-icon-box {
    font-size: 3rem;
    margin-bottom: 15px;
}

/* --- Comparison Table (核心對比區) --- */
.fd-vs-table-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0; /* 讓中間的 VS 連接起來 */
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}

.fd-vs-card {
    flex: 1;
    padding: 40px;
    border: 1px solid #e2e8f0;
}

/* 左邊：DIY */
.fd-vs-diy {
    border-radius: 20px 0 0 20px;
    background-color: #f8fafc;
    border-right: none;
}

/* 右邊：Pro */
.fd-vs-pro {
    border-radius: 0 20px 20px 0;
    background-color: #fff;
    border-left: none;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08); /* 讓右邊浮起來更顯眼 */
    z-index: 2; /* 壓在左邊上面一點 */
    transform: scale(1.05); /* 稍微放大強調 */
    border-color: #e2e8f0;
}

/* 中間的 VS 圓圈 */
.fd-vs-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0f172a;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-style: italic;
    z-index: 3;
    border: 4px solid #fff;
}

.fd-vs-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.fd-vs-header h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.fd-price-label {
    display: inline-block;
    font-size: 0.9rem;
    padding: 4px 12px;
    border-radius: 20px;
    background: #e2e8f0;
    color: #64748b;
}

.fd-price-label.highlight {
    background: #dbeafe;
    color: #0284c7;
    font-weight: bold;
}

.fd-vs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fd-vs-list li {
    margin-bottom: 15px;
    font-size: 1rem;
    display: flex;
    align-items: flex-start;
}

.fd-vs-list li.negative { color: #64748b; }
.fd-vs-list li.positive { color: #334155; font-weight: 500; }

.fd-vs-list li strong { color: #0f172a; }

/* --- Solution Section --- */
.fd-solution {
    background-color: #f0f9ff;
    border-radius: 20px;
    margin-top: 50px;
    padding: 60px 40px;
    text-align: center;
    border: none;
}

.fd-solution h3 {
    color: #0369a1;
    font-size: 1.75rem;
}

.fd-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
}

.fd-stat-item {
    display: flex;
    flex-direction: column;
}

.fd-stat-item strong {
    font-size: 2.5rem;
    color: #0ea5e9;
    line-height: 1;
}

.fd-stat-item span {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 5px;
}

/* --- CTA Section --- */
.fd-cta-wrapper {
    padding: 60px 20px 20px;
    text-align: center;
}

.fd-cta-box {
    max-width: 700px;
    margin: 0 auto;
}

.fd-btn-action {
    display: inline-block;
    background-color: #0ea5e9;
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 10px 20px -5px rgba(14, 165, 233, 0.4);
    margin-top: 30px;
}

.fd-btn-action:hover {
    background-color: #0284c7;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px -5px rgba(14, 165, 233, 0.5);
    color: #fff;
}

.arrow { margin-left: 8px; transition: transform 0.2s; display: inline-block; }
.fd-btn-action:hover .arrow { transform: translateX(5px); }

/* --- RWD 手機版調整 --- */
@media (max-width: 768px) {
    .fd-title { font-size: 1.8rem; }
    
    /* 手機版將對比表格改為上下堆疊 */
    .fd-vs-table-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .fd-vs-diy, .fd-vs-pro {
        border-radius: 16px;
        border: 1px solid #e2e8f0;
        transform: none; /* 取消放大效果 */
    }
    
    .fd-vs-pro {
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }
    
    .fd-vs-icon {
        position: static;
        margin: -35px auto -35px auto; /* 讓 icon 在中間 */
        transform: none;
    }
    
    .fd-stats {
        flex-direction: column;
        gap: 30px;
    }
}/* End custom CSS */