.elementor-3831 .elementor-element.elementor-element-0e0b992{--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-6133a68 *//* --- 全域設定與層級隔離 --- */
.fd-tech-content-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #374151;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-tech-content-article h1, .fd-tech-content-article h2, .fd-tech-content-article h3, .fd-tech-content-article h4 {
    color: #111827;
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-tech {
    text-align: center;
    padding: 100px 30px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.fd-hero-tech::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 4px; height: 100%;
    background: #2563eb;
}

.fd-badge-tech {
    display: inline-block;
    background: #111827;
    color: #fff;
    padding: 6px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.fd-hero-tech .fd-title {
    font-size: 2.6rem;
    margin-bottom: 30px;
    line-height: 1.3;
}

.fd-hero-tech .fd-intro {
    color: #4b5563;
    font-size: 1.15rem;
    max-width: 850px;
    margin: 0 auto;
}

.fd-hero-tech .fd-intro strong {
    color: #2563eb;
    border-bottom: 2px solid rgba(37, 99, 235, 0.2);
}

/* --- Pain Section --- */
.fd-pain-section {
    padding-bottom: 100px;
}

.fd-section-header {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
    position: relative;
}

.fd-section-header::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #2563eb;
    margin: 20px auto 0;
}

.fd-sub-desc {
    text-align: center;
    color: #6b7280;
    margin-top: -40px;
    margin-bottom: 60px;
}

.fd-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-pain-card {
    background: #fff;
    padding: 45px 35px;
    border: 1px solid #f3f4f6;
    border-left: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.fd-pain-card:hover {
    border-left-color: #ef4444; /* 警告紅 */
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.fd-icon-box {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.fd-pain-card h3 { font-size: 1.3rem; margin-bottom: 20px; }
.fd-pain-card p { font-size: 1rem; color: #6b7280; }

/* --- Method Section (Solution) --- */
.fd-prompt-section {
    padding-bottom: 120px;
}

.fd-method-container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.fd-method-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.fd-method-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-part {
    flex: 1;
    min-height: 280px;
    background: #f9fafb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid #e5e7eb;
}

/* Visual UI: Code Window, Infographic, Logic */
.fd-code-window {
    width: 100%;
    background: #1e293b;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.fd-code-head { background: #334155; color: #94a3b8; padding: 8px 15px; font-size: 0.75rem; font-family: monospace; }
.fd-code-body { padding: 20px; color: #38bdf8; font-family: monospace; font-size: 0.85rem; }

.fd-data-infographic { display: flex; align-items: center; gap: 10px; }
.fd-data-node { background: #fff; border: 1px solid #cbd5e1; padding: 10px; font-size: 0.75rem; font-weight: bold; }
.fd-data-node.ai { border-color: #2563eb; color: #2563eb; }
.fd-data-node.solution { background: #2563eb; color: #fff; border: none; }
.fd-data-arrow { color: #94a3b8; font-weight: bold; }

.fd-logic-tree { display: flex; flex-direction: column; gap: 10px; width: 200px; }
.fd-tree-item { background: #fff; padding: 12px; border: 1px solid #e5e7eb; font-size: 0.8rem; font-weight: bold; border-left: 4px solid #2563eb; }

.fd-text-part { flex: 1; }
.fd-tag-blue { display: block; color: #2563eb; font-weight: 800; font-family: monospace; font-size: 1rem; margin-bottom: 20px; letter-spacing: 1px; }
.fd-text-part h4 { font-size: 1.8rem; margin-bottom: 25px; }

/* --- Value Section --- */
.fd-value-tech {
    padding-bottom: 100px;
}

.fd-value-box {
    max-width: 850px;
    margin: 0 auto;
    background: #111827;
    color: #fff;
    padding: 80px 60px;
    text-align: center;
    border-radius: 4px;
}

.fd-value-box h3 { color: #fff !important; font-size: 2.2rem; margin-bottom: 30px; }
.fd-value-box p { font-size: 1.25rem; color: #9ca3af; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-tech {
    text-align: center;
    padding: 80px 20px;
}

.fd-cta-inner {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 80px 40px;
    border-radius: 4px;
}

.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #6b7280; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-tech {
    display: inline-block;
    background-color: #2563eb;
    color: #fff;
    padding: 22px 60px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 2px;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.fd-btn-tech:hover {
    background-color: #1e40af;
    transform: translateY(-3px);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-tech:hover .arrow { transform: translateX(10px); }

.fd-note {
    margin-top: 40px;
    font-size: 0.95rem;
    color: #9ca3af;
    letter-spacing: 1px;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-tech .fd-title { font-size: 1.8rem; }
    .fd-method-row, .fd-method-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 250px; }
}/* End custom CSS */