.elementor-3637 .elementor-element.elementor-element-0b0eac2{--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-476567e *//* --- 容器與全域設定 --- */
.fd-b2b-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-b2b-article h1,
.fd-b2b-article h2,
.fd-b2b-article h3,
.fd-b2b-article h4 {
    color: #0f172a; /* 極深藍 */
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-b2b {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(180deg, #f1f5f9 0%, #fff 100%); /* 金屬灰漸層 */
    margin-bottom: 60px;
    position: relative;
    border-top: 5px solid #0f172a; /* 頂部裝飾條 */
}

.fd-badge-global {
    display: inline-block;
    background: #0f172a;
    color: #fff;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #1e293b;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #b45309; /* 工業橘/古銅色 */
    font-weight: 700;
    border-bottom: 2px solid #fdba74;
}

/* --- Gap Section (Pain Points) --- */
.fd-gap-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
    color: #334155;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.fd-gap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-gap-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 35px;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 4px; /* 工業風不宜太圓 */
}

.fd-gap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1); /* 深色陰影 */
    border-color: #94a3b8;
}

.fd-icon-factory {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: #f8fafc;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%; /* 圓形圖標底 */
    margin-left: auto;
    margin-right: auto;
    color: #334155;
    border: 1px solid #cbd5e1;
}

.fd-gap-card h3 { font-size: 1.25rem; margin-bottom: 15px; }
.fd-gap-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Solution Section (Transformation) --- */
.fd-solution-b2b {
    padding-bottom: 80px;
}

.fd-transform-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-transform-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-transform-row.reverse {
    flex-direction: row-reverse;
}

.fd-transform-visual {
    flex: 1;
    min-height: 280px;
    background: #e2e8f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Visual Styles */
.visual-photo { background: #334155; }
.visual-data { background: #fff; border: 1px solid #cbd5e1; }
.visual-seo { background: #f1f5f9; }

/* Overlay Mockups */
.fd-overlay-tag {
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 20px 40px;
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(5px);
}
.fd-overlay-tag span { display: block; font-size: 0.8rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 5px; opacity: 0.8; }
.fd-overlay-tag strong { font-size: 1.5rem; }

.fd-spec-table { width: 80%; }
.fd-spec-row { display: flex; justify-content: space-between; border-bottom: 1px solid #e2e8f0; padding: 15px 0; }
.fd-spec-row span { color: #64748b; font-size: 0.9rem; }
.fd-spec-row strong { color: #0f172a; }

.fd-search-bar { background: #fff; border: 1px solid #cbd5e1; padding: 10px; border-radius: 50px; width: 80%; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.fd-search-bar span { padding-left: 15px; color: #334155; font-size: 0.9rem; }
.fd-search-btn { background: #3b82f6; color: #fff; padding: 8px 20px; border-radius: 30px; font-size: 0.8rem; }

.fd-transform-info {
    flex: 1;
}

.fd-step-label {
    display: block;
    color: #94a3b8;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fd-transform-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #0f172a;
}

.fd-transform-info p {
    font-size: 1.05rem;
    color: #475569;
}

/* --- Value Section --- */
.fd-value-legacy {
    padding: 40px 20px;
    text-align: center;
}

.fd-value-box {
    max-width: 700px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 8px; /* Slight radius */
    border-left: 6px solid #d97706; /* 金色左邊條 */
}

.fd-value-box h3 {
    color: #fff !important;
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.fd-value-box p {
    font-size: 1.15rem;
    color: #cbd5e1;
    line-height: 1.8;
}

/* --- CTA Section --- */
.fd-cta-b2b {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 60px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.fd-cta-inner h2 { font-size: 2rem; margin-bottom: 15px; color: #0f172a; }
.fd-cta-inner p { color: #64748b; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-metal {
    display: inline-block;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); /* 金屬深藍 */
    color: #fff;
    padding: 18px 50px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.3);
    letter-spacing: 1px;
}

.fd-btn-metal:hover {
    background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-metal:hover .arrow { transform: translateX(5px); }

.fd-note {
    margin-top: 25px;
    font-size: 0.9rem;
    color: #94a3b8;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-transform-row, .fd-transform-row.reverse { flex-direction: column; gap: 30px; }
    .fd-transform-visual { width: 100%; }
    .fd-value-box { padding: 40px 20px; }
}/* End custom CSS */