.elementor-3808 .elementor-element.elementor-element-2420085{--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-9aa3c0d *//* --- 全域設定與隔離 --- */
.fd-checkup-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #334155;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-checkup-article h1, .fd-checkup-article h2, .fd-checkup-article h3, .fd-checkup-article h4 {
    color: #0f172a;
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-checkup {
    text-align: center;
    padding: 80px 30px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 60px;
    border: 1px solid #e2e8f0;
    position: relative;
}

.fd-badge-status {
    display: inline-block;
    background: #ef4444; /* 警告紅 */
    color: #fff;
    padding: 6px 18px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    line-height: 1.3;
}

.fd-intro {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 800px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #0f172a;
    font-weight: 700;
    border-bottom: 2px solid #10b981;
}

/* --- Symptom Section --- */
.fd-symptom-section {
    padding-bottom: 80px;
}

.fd-section-header {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
}

.fd-sub-desc {
    text-align: center;
    color: #94a3b8;
    margin-bottom: 50px;
}

.fd-symptom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-symptom-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.fd-symptom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: #ef4444;
}

.fd-icon-indicator {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.fd-symptom-card h3 { font-size: 1.25rem; margin-bottom: 15px; }
.fd-symptom-card p { font-size: 0.95rem; color: #64748b; }

/* --- Diagnostic Section --- */
.fd-diagnostic-section {
    padding-bottom: 100px;
}

.fd-diag-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.fd-diag-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.fd-diag-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-part {
    flex: 1;
    min-height: 250px;
    background: #f1f5f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Visual UI: Checklist, Gauge, Radar */
.fd-check-list-ui { width: 80%; background: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
.fd-check-item { font-size: 0.85rem; padding: 8px 0; border-bottom: 1px solid #f1f5f9; position: relative; padding-left: 25px; }
.fd-check-item::before { content: "○"; position: absolute; left: 0; color: #cbd5e1; }
.fd-check-item.done { color: #10b981; font-weight: bold; }
.fd-check-item.done::before { content: "✔"; color: #10b981; }

.fd-eeat-gauge { position: relative; width: 120px; height: 120px; border-radius: 50%; border: 8px solid #e2e8f0; border-top-color: #10b981; }
.fd-eeat-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 0.8rem; font-weight: bold; }
.fd-gauge-pointer { position: absolute; width: 4px; height: 50px; background: #0f172a; top: 10px; left: 58px; transform-origin: bottom center; }
.fd-gauge-pointer.p85 { transform: rotate(120deg); }

.fd-radar-map { width: 120px; height: 120px; border: 1px solid #cbd5e1; border-radius: 50%; position: relative; overflow: hidden; }
.fd-radar-sweep { position: absolute; width: 100%; height: 100%; background: conic-gradient(from 0deg, transparent 70%, rgba(16, 185, 129, 0.4)); animation: rotate 4s infinite linear; }
.fd-opportunity-blip { position: absolute; width: 8px; height: 8px; background: #10b981; border-radius: 50%; top: 30%; left: 60%; box-shadow: 0 0 10px #10b981; }
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.fd-text-part { flex: 1; }
.fd-tag-blue { display: block; color: #3b82f6; font-weight: 800; font-family: monospace; font-size: 0.9rem; margin-bottom: 15px; letter-spacing: 1px; }
.fd-text-part h4 { font-size: 1.7rem; margin-bottom: 20px; }

/* --- Value Section --- */
.fd-value-checkup {
    padding-bottom: 80px;
}

.fd-value-box {
    max-width: 800px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 8px;
    text-align: center;
}

.fd-value-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-value-box p { font-size: 1.15rem; color: #94a3b8; }

/* --- CTA Section --- */
.fd-cta-checkup {
    text-align: center;
    padding: 80px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 60px 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.fd-cta-inner h2 { font-size: 2.2rem; margin-bottom: 20px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 40px; }

.fd-btn-checkup {
    display: inline-block;
    background-color: #0f172a;
    color: #fff;
    padding: 18px 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.fd-btn-checkup:hover {
    background-color: #10b981;
    transform: translateY(-3px);
    color: #fff;
}

.arrow { margin-left: 8px; display: inline-block; transition: transform 0.2s; }
.fd-btn-checkup:hover .arrow { transform: translateX(5px); }

.fd-note {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #94a3b8;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-title { font-size: 1.8rem; }
    .fd-diag-row, .fd-diag-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 200px; }
}/* End custom CSS */