.elementor-3970 .elementor-element.elementor-element-e816329{--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;}.elementor-3970 .elementor-element.elementor-element-0da88ce{--display:flex;}/* Start custom CSS for html, class: .elementor-element-311fc72 *//* --- 全域設定 --- */
.fd-aeo-standard-article {
    font-family: "Noto Serif TC", "Songti TC", "Georgia", serif; /* 權威感襯線體 */
    line-height: 1.9;
    color: #1a1a1a; /* 邏輯黑 */
    background-color: #ffffff; /* 權威白 */
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-aeo-standard-article h1,
.fd-aeo-standard-article h2,
.fd-aeo-standard-article h3,
.fd-aeo-standard-article h4 {
    color: #000;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.fd-aeo-standard-article p {
    font-family: "Inter", "Helvetica Neue", "Microsoft JhengHei", sans-serif; /* 內文易讀無襯線體 */
    color: #4b5563;
}

/* --- Hero Section --- */
.fd-hero-standard {
    text-align: center;
    padding: 100px 40px;
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 80px;
}

.fd-badge-aeo {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 6px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
}

.fd-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
    line-height: 1.3;
}

.fd-highlight-gold {
    background: linear-gradient(120deg, transparent 0%, transparent 0%, #fde047 0%, #fde047 100%);
    padding: 0 5px;
    color: #000;
}

.fd-intro {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
    color: #374151;
}

/* --- Shift Section (Comparison) --- */
.fd-shift-section { padding-bottom: 100px; }
.fd-section-header { text-align: center; font-size: 2.2rem; margin-bottom: 15px; }
.fd-sub-desc { text-align: center; color: #6b7280; margin-bottom: 60px; font-size: 1.1rem; font-family: "Inter", sans-serif; }

.fd-compare-container {
    display: flex; gap: 30px; align-items: stretch; justify-content: center;
}

.fd-era-box {
    flex: 1; padding: 40px 30px; border-radius: 8px; border: 1px solid #e5e7eb;
    display: flex; flex-direction: column; transition: all 0.3s;
}
.fd-era-box.old { background: #f9fafb; opacity: 0.8; }
.fd-era-box.new {
    background: #fff; border-color: #fbbf24;
    box-shadow: 0 10px 40px rgba(251, 191, 36, 0.15); transform: scale(1.02);
}

.fd-era-label {
    font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; margin-bottom: 20px; font-family: "Inter", sans-serif; color: #9ca3af;
}
.fd-era-box.new .fd-era-label { color: #d97706; }

.fd-box-content h4 { font-size: 1.3rem; margin-bottom: 15px; }
.fd-box-content p { font-size: 1rem; line-height: 1.6; }

.fd-status {
    margin-top: auto; padding: 10px; font-weight: bold; font-size: 0.9rem; text-align: center; font-family: "Inter", sans-serif; border-radius: 4px;
}
.fd-status.fail { background: #fee2e2; color: #dc2626; }
.fd-status.pass { background: #fef3c7; color: #d97706; }

.fd-divider-icon {
    display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #d1d5db;
}

/* --- Method Section (Steps) --- */
.fd-method-section { padding-bottom: 120px; }
.fd-step-list {
    display: flex; flex-direction: column; gap: 40px; max-width: 800px; margin: 0 auto;
}

.fd-step-item {
    display: flex; gap: 30px; align-items: flex-start;
}

.fd-step-num {
    font-size: 3rem; font-weight: 900; color: #e5e7eb; line-height: 0.8; font-family: "Inter", sans-serif; min-width: 80px; text-align: right;
}

.fd-step-body {
    padding-top: 10px; border-top: 2px solid #000; width: 100%; transition: border-color 0.3s;
}
.fd-step-item:hover .fd-step-body { border-color: #fbbf24; }

.fd-step-body h3 { font-size: 1.5rem; margin-bottom: 15px; }
.fd-step-body p { font-size: 1.05rem; }
.fd-step-body code { background: #f3f4f6; padding: 2px 6px; border-radius: 4px; font-size: 0.9em; font-family: monospace; color: #dc2626; }

/* --- AI Vision Section --- */
.fd-ai-vision-section { padding-bottom: 100px; }
.fd-vision-box {
    background: #111827; border-radius: 12px; max-width: 700px; margin: 0 auto; overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.fd-vision-header {
    background: #1f2937; color: #9ca3af; padding: 10px 20px; font-size: 0.8rem; font-family: monospace; border-bottom: 1px solid #374151;
}

.fd-vision-content { padding: 40px; color: #fff; font-family: "Inter", sans-serif; }

.fd-code-tag {
    display: inline-block; font-family: monospace; color: #6ee7b7; background: rgba(16, 185, 129, 0.1); padding: 2px 8px; border-radius: 4px; margin-right: 5px; margin-bottom: 20px; font-size: 0.85rem;
}

.fd-ai-output {
    font-size: 1.2rem; line-height: 1.6; color: #e5e7eb; margin-bottom: 20px; border-left: 3px solid #fbbf24; padding-left: 20px; font-style: italic;
}
.fd-ai-output strong { color: #fbbf24; }

.fd-citation-source {
    text-align: right; font-size: 0.8rem; color: #6b7280; font-family: monospace;
}

.fd-vision-caption {
    text-align: center; margin-top: 20px; font-size: 1rem; color: #666; font-style: italic;
}

/* --- Value Section --- */
.fd-value-standard { padding-bottom: 100px; }
.fd-value-box {
    max-width: 800px; margin: 0 auto; 
    background: #fff;
    padding: 80px 60px; text-align: center;
    border: 1px solid #e5e7eb;
    border-top: 6px solid #fbbf24;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.fd-value-box h3 { font-size: 2.2rem; margin-bottom: 30px; color: #000; }
.fd-value-box p { font-size: 1.25rem; line-height: 1.8; color: #374151; }

/* --- CTA Section --- */
.fd-cta-standard { text-align: center; padding: 80px 20px; }
.fd-cta-inner {
    max-width: 750px; margin: 0 auto; background: #f9fafb;
    border: 1px solid #e5e7eb; padding: 80px 40px; border-radius: 8px;
}
.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #666; margin-bottom: 50px; font-size: 1.2rem; font-family: "Inter", sans-serif; }

.fd-btn-gold {
    display: inline-block; background: #000; color: #fff;
    padding: 20px 60px; border-radius: 2px; font-weight: 700; text-decoration: none;
    transition: all 0.3s ease; font-size: 1.1rem;
    font-family: "Inter", sans-serif; letter-spacing: 1px;
}
.fd-btn-gold:hover {
    background: #fbbf24; color: #000; transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(251, 191, 36, 0.3);
}
.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-gold:hover .arrow { transform: translateX(10px); }

.fd-note { margin-top: 40px; font-size: 0.9rem; color: #9ca3af; letter-spacing: 1px; font-family: "Inter", sans-serif; }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-standard .fd-title { font-size: 1.8rem; }
    .fd-compare-container { flex-direction: column; }
    .fd-divider-icon { transform: rotate(90deg); margin: 20px 0; }
    .fd-step-item { flex-direction: column; gap: 10px; }
    .fd-step-num { text-align: left; }
    .fd-value-box { padding: 50px 30px; }
}/* End custom CSS */