.elementor-3773 .elementor-element.elementor-element-92e304b{--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-886713e *//* --- 全域容器與基礎設定 --- */
.fd-auto-sales-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #334155;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

/* --- 標題體系 --- */
.fd-auto-sales-article h1,
.fd-auto-sales-article h2,
.fd-auto-sales-article h3,
.fd-auto-sales-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
}

/* --- Hero Section --- */
.fd-hero-section {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 24px;
    margin-bottom: 60px;
    border: 1px solid #e2e8f0;
}

.fd-badge-tech {
    display: inline-block;
    background: #10b981;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.fd-title {
    font-size: 2.6rem;
    margin-bottom: 30px;
    color: #1e293b;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 800px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #10b981;
    font-weight: 700;
}

/* --- Pain Points Section --- */
.fd-pain-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.fd-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-pain-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.fd-pain-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    border-color: #10b981;
}

.fd-icon-wrapper {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: #f0fdf4;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.fd-pain-card h3 { font-size: 1.3rem; margin-bottom: 15px; }
.fd-pain-card p { font-size: 1rem; color: #64748b; margin: 0; }

/* --- Funnel Section --- */
.fd-funnel-section {
    padding-bottom: 100px;
}

.fd-pipeline-container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.fd-pipeline-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.fd-pipeline-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-part {
    flex: 1;
    min-height: 250px;
    background: #f8fafc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid #e2e8f0;
}

/* Visual Mockups */
.fd-search-box { width: 100%; max-width: 300px; }
.fd-search-bar { background: #fff; border: 1px solid #cbd5e1; padding: 10px; border-radius: 8px; font-size: 0.8rem; margin-bottom: 10px; color: #94a3b8; }
.fd-res-item { background: #fff; padding: 8px; font-size: 0.75rem; border-bottom: 1px solid #f1f5f9; }
.fd-res-item.active { border-left: 3px solid #10b981; font-weight: bold; color: #10b981; }

.fd-content-mockup { width: 100%; max-width: 300px; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
.fd-mock-header { background: #1e293b; color: #fff; font-size: 0.7rem; padding: 6px 12px; }
.fd-mock-body { padding: 15px; }
.fd-skeleton-p { height: 8px; background: #f1f5f9; margin-bottom: 8px; border-radius: 4px; }
.fd-highlight-box { border: 1px dashed #10b981; padding: 10px; font-size: 0.8rem; color: #10b981; font-weight: bold; margin-top: 15px; text-align: center; }

.fd-inquiry-box { width: 100%; max-width: 300px; background: #fff; padding: 20px; border-radius: 12px; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.fd-form-line { font-size: 0.8rem; border-bottom: 1px solid #f1f5f9; padding: 8px 0; }
.fd-form-line.active { color: #10b981; font-weight: bold; }
.fd-check-mark { background: #10b981; color: #fff; font-size: 0.7rem; padding: 4px 10px; border-radius: 4px; margin-top: 15px; display: inline-block; }

.fd-text-part {
    flex: 1;
}

.fd-step-tag {
    display: block;
    color: #10b981;
    font-weight: 700;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.fd-text-part h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* --- Value Section --- */
.fd-value-section {
    padding-bottom: 100px;
}

.fd-value-box {
    max-width: 800px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    padding: 80px 50px;
    border-radius: 24px;
    text-align: center;
    background-image: radial-gradient(circle at top right, #1e293b 0%, #0f172a 100%);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.3);
}

.fd-value-box h3 { color: #fff !important; font-size: 2.2rem; margin-bottom: 30px; }
.fd-value-box p { font-size: 1.25rem; color: #cbd5e1; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-automation {
    text-align: center;
    padding: 100px 20px;
}

.fd-cta-inner {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 70px 40px;
    border-radius: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.fd-cta-inner h2 { font-size: 2.2rem; margin-bottom: 20px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 45px; font-size: 1.15rem; }

.fd-btn-action {
    display: inline-block;
    background-color: #10b981;
    color: #fff;
    padding: 22px 60px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.3);
}

.fd-btn-action:hover {
    background-color: #059669;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(16, 185, 129, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-action:hover .arrow { transform: translateX(8px); }

.fd-note {
    margin-top: 35px;
    font-size: 0.9rem;
    color: #94a3b8;
    letter-spacing: 1px;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-title { font-size: 2rem; }
    .fd-pipeline-row, .fd-pipeline-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 200px; }
}/* End custom CSS */