.elementor-3674 .elementor-element.elementor-element-ca93813{--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-fd21f2a *//* --- 容器與全域設定 --- */
.fd-audit-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-audit-article h1,
.fd-audit-article h2,
.fd-audit-article h3,
.fd-audit-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-audit {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #fef2f2 0%, #fff 100%); /* 警示紅淡漸層 */
    margin-bottom: 60px;
    border-top: 5px solid #ef4444;
}

.fd-badge-alert {
    display: inline-block;
    background: #ef4444; /* 紅色 */
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.3);
}

.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: #b91c1c;
    font-weight: 700;
    background: #fee2e2;
    padding: 0 4px;
}

/* --- Checklist Section (The 10 Errors) --- */
.fd-checklist-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.fd-error-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.fd-error-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 8px;
    transition: all 0.3s;
    border-left: 4px solid #ef4444; /* 左側紅線 */
}

.fd-error-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.fd-error-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.fd-x-mark {
    color: #ef4444;
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1;
}

.fd-error-card h3 {
    font-size: 1.1rem;
    margin: 0;
    color: #0f172a;
}

.fd-error-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    padding-left: 25px; /* 對齊標題文字 */
}

/* --- Solution Section (Recovery) --- */
.fd-solution-audit {
    padding-bottom: 80px;
}

.fd-recovery-box {
    background: #0f172a;
    color: #fff;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 800px;
    margin: 0 auto;
}

.fd-recovery-visual {
    flex: 1;
}

/* CSS Meter Animation */
.fd-meter-bg {
    width: 100%;
    height: 40px;
    background: #334155;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
}

.fd-meter-fill {
    width: 85%;
    height: 100%;
    background: linear-gradient(90deg, #10b981, #34d399);
    border-radius: 20px;
    position: relative;
    animation: grow 2s ease-out forwards;
}

.fd-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    z-index: 2;
}

@keyframes grow { from { width: 0%; } to { width: 85%; } }

.fd-recovery-text {
    flex: 1.5;
}

.fd-recovery-text h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 20px; }
.fd-recovery-text p { color: #cbd5e1; margin-bottom: 25px; line-height: 1.6; }

.fd-fix-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fd-fix-list li {
    color: #6ee7b7;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* --- CTA Section --- */
.fd-cta-audit {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 2px dashed #0f172a;
    padding: 60px 30px;
    border-radius: 12px;
}

.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-doctor {
    display: inline-block;
    background-color: #0f172a; /* 專業藍 */
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    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-doctor:hover {
    background-color: #334155;
    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-doctor:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-recovery-box { flex-direction: column; padding: 30px; }
    .fd-error-card p { padding-left: 0; margin-top: 10px; }
}/* End custom CSS */