.elementor-3564 .elementor-element.elementor-element-e314c5c{--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-4e70db5 *//* --- 容器與字體全域設定 --- */
.fd-pragmatic-article {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.75;
    color: #334155; /* 舒適的深灰色，不刺眼 */
    background-color: #fff;
    max-width: 900px; /* 最佳閱讀寬度 */
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased; /* 字體平滑 */
}

/* --- 標題通用設定 --- */
.fd-pragmatic-article h1,
.fd-pragmatic-article h2,
.fd-pragmatic-article h3 {
    color: #0f172a; /* 權威感的深藍黑 */
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem;
}

/* --- Header Section --- */
.fd-header-section {
    text-align: center;
    padding: 60px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.fd-badge-pill {
    display: inline-block;
    background-color: #f1f5f9;
    color: #475569;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.fd-main-heading {
    font-size: 2.25rem;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #1e293b, #334155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fd-lead-paragraph {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 750px;
    margin: 0 auto;
}

.fd-lead-paragraph strong {
    color: #0f172a;
    font-weight: 600;
    border-bottom: 2px solid #e2e8f0;
}

/* --- Pain Points (QA Grid) --- */
.fd-pain-section {
    padding: 80px 0;
}

.fd-section-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
}

.fd-qa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-qa-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    border: 1px solid #e2e8f0; /* 極細邊框 */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fd-qa-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: #cbd5e1;
}

.fd-qa-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.fd-qa-question {
    font-size: 1.3rem;
    color: #0f172a;
    margin-bottom: 15px;
}

.fd-qa-answer p {
    font-size: 0.95rem;
    margin-bottom: 15px;
    color: #475569;
}

.fd-highlight {
    background-color: #f0f9ff; /* 淡藍底色強調 */
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #0ea5e9;
    color: #0369a1 !important;
    font-weight: 500;
}

/* --- Solution Section --- */
.fd-solution-section {
    background-color: #f8fafc; /* 區塊背景 */
    padding: 60px 40px;
    border-radius: 24px;
    margin-bottom: 60px;
}

.fd-solution-content {
    max-width: 800px;
    margin: 0 auto;
}

.fd-solution-desc {
    text-align: center;
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 40px;
}

.fd-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fd-feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.fd-check {
    background-color: #10b981; /* 成功綠 */
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 3px; /* 對齊文字 */
}

.fd-text strong {
    display: block;
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 5px;
}

/* --- Quote Block --- */
.fd-quote-block {
    text-align: center;
    padding: 40px 20px 80px 20px;
}

.fd-quote-block h3 {
    font-size: 1.6rem;
    color: #0ea5e9;
    margin-bottom: 20px;
}

.fd-quote-block p {
    font-size: 1.2rem;
    color: #334155;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
}

.fd-quote-block strong {
    color: #0f172a;
    background: linear-gradient(180deg, transparent 60%, #e0f2fe 60%); /* 螢光筆效果 */
}

/* --- CTA Section --- */
.fd-cta-section {
    padding: 20px;
}

.fd-cta-wrapper {
    background: #0f172a;
    color: #fff;
    text-align: center;
    padding: 60px 30px;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.fd-cta-wrapper h2 {
    color: #fff !important;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.fd-cta-wrapper p {
    color: #94a3b8;
    margin-bottom: 35px;
    font-size: 1.1rem;
}

.fd-btn-action {
    display: inline-block;
    background-color: #0ea5e9; /* 甫東藍 */
    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(14, 165, 233, 0.4);
    font-size: 1.1rem;
}

.fd-btn-action:hover {
    background-color: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(14, 165, 233, 0.5);
    color: #fff;
}

.fd-arrow {
    margin-left: 8px;
    transition: transform 0.2s;
    display: inline-block;
}

.fd-btn-action:hover .fd-arrow {
    transform: translateX(5px);
}

/* --- RWD Mobile Adjustments --- */
@media (max-width: 768px) {
    .fd-main-heading {
        font-size: 1.8rem;
    }
    
    .fd-qa-grid {
        gap: 20px;
    }
    
    .fd-solution-section {
        padding: 40px 20px;
    }
    
    .fd-quote-block p {
        font-size: 1.05rem;
    }
}/* End custom CSS */