.elementor-3836 .elementor-element.elementor-element-86f9ada{--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-1c0d7a4 *//* --- 全域設定與隔離 --- */
.fd-audit-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #334155;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-audit-article h1, .fd-audit-article h2, .fd-audit-article h3, .fd-audit-article h4 {
    color: #0f172a;
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-audit {
    text-align: center;
    padding: 100px 30px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.fd-badge-caution {
    display: inline-block;
    background: #ca8a04; /* 警示金 */
    color: #fff;
    padding: 6px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.fd-hero-audit .fd-title {
    color: #ffffff;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.fd-hero-audit .fd-intro {
    color: #94a3b8;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

.fd-hero-audit .fd-intro strong {
    color: #facc15;
}

/* --- Pain Points --- */
.fd-pain-section {
    padding-bottom: 100px;
}

.fd-section-header {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 60px;
}

.fd-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-pain-card {
    background: #f8fafc;
    padding: 50px 35px;
    border-radius: 4px;
    border-top: 5px solid #e2e8f0;
    transition: all 0.3s ease;
}

.fd-pain-card:hover {
    border-top-color: #ca8a04;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.fd-icon-box {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.fd-pain-card h3 { font-size: 1.3rem; margin-bottom: 15px; }
.fd-pain-card p { font-size: 1rem; color: #64748b; }

/* --- Audit Steps (Solution) --- */
.fd-audit-step-section {
    padding-bottom: 120px;
}

.fd-audit-container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.fd-audit-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.fd-audit-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-part {
    flex: 1;
    min-height: 280px;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    border: 1px solid #e2e8f0;
}

/* Visual UI: Magnify, Structure, Fact-Check */
.fd-magnify-ui { position: relative; width: 100%; }
.fd-text-layer { font-size: 0.75rem; color: #94a3b8; line-height: 1.4; opacity: 0.5; }
.fd-lens { position: absolute; top: 10%; left: 40%; width: 120px; height: 120px; border: 3px solid #ca8a04; border-radius: 50%; background: rgba(255,255,255,0.9); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.fd-highlight-layer { position: absolute; top: 35%; left: 45%; font-size: 0.8rem; font-weight: bold; color: #0f172a; width: 150px; }

.fd-structure-ui { width: 80%; display: flex; flex-direction: column; gap: 8px; position: relative; }
.fd-block-item { background: #fff; padding: 10px; font-size: 0.7rem; border-radius: 4px; border: 1px solid #cbd5e1; }
.fd-block-item.warning { border: 2px dashed #ef4444; opacity: 0.7; }
.fd-warning-stamp { position: absolute; top: 20%; right: -20px; background: #ef4444; color: #fff; padding: 4px 10px; font-size: 0.7rem; font-weight: bold; transform: rotate(15deg); }

.fd-fact-check-ui { width: 90%; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 10px 15px rgba(0,0,0,0.05); position: relative; }
.fd-data-line { height: 10px; background: #f1f5f9; margin-bottom: 12px; width: 80%; }
.fd-check-shield { position: absolute; bottom: 15px; right: 15px; background: #10b981; color: #fff; font-size: 0.65rem; padding: 4px 10px; border-radius: 20px; font-weight: bold; }

.fd-text-part {
    flex: 1;
}

.fd-tag-gold {
    display: block;
    color: #ca8a04;
    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-audit {
    padding-bottom: 100px;
}

.fd-value-box {
    max-width: 850px;
    margin: 0 auto;
    background: #0f172a;
    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: #94a3b8; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-audit {
    text-align: center;
    padding: 100px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 80px 40px;
}

.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-gold {
    display: inline-block;
    background-color: #0f172a;
    color: #fff;
    padding: 22px 60px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.fd-btn-gold:hover {
    background-color: #ca8a04;
    transform: translateY(-3px);
    color: #fff;
}

.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.95rem;
    color: #94a3b8;
    letter-spacing: 1px;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-audit .fd-title { font-size: 1.8rem; }
    .fd-audit-row, .fd-audit-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 250px; }
}/* End custom CSS */