.elementor-3856 .elementor-element.elementor-element-2abb25f{--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-66682ed *//* --- 全域隔離設定 --- */
.fd-anxiety-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-anxiety-article h1, .fd-anxiety-article h2, .fd-anxiety-article h3, .fd-anxiety-article h4 {
    color: #0f172a;
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-anxiety {
    text-align: center;
    padding: 90px 30px;
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
    border-radius: 24px;
    margin-bottom: 80px;
    border: 1px solid #e2e8f0;
}

.fd-badge-guide {
    display: inline-block;
    background: #3b82f6;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.fd-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    line-height: 1.35;
    color: #1e3a8a;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 800px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #f59e0b; /* 暖橘強調 */
}

/* --- Pain Section --- */
.fd-pain-section {
    padding-bottom: 100px;
}

.fd-section-header {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
}

.fd-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-pain-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.fd-pain-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.fd-icon-box {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

/* --- Roadmap Section --- */
.fd-roadmap-section {
    padding-bottom: 100px;
}

.fd-step-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.fd-step-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.fd-step-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-part {
    flex: 1;
    min-height: 250px;
    background: #f8fafc;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Visuals: Mindset, Tool, Growth */
.fd-mindset-ui { display: flex; align-items: center; gap: 15px; font-weight: bold; color: #1e3a8a; }
.fd-plus-icon { color: #f59e0b; font-size: 1.5rem; }

.fd-tool-stack { display: flex; flex-direction: column; gap: 10px; width: 60%; }
.fd-tool-item { background: #fff; padding: 12px; border-radius: 8px; border: 1px solid #e2e8f0; font-size: 0.9rem; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }

.fd-growth-chart { width: 150px; height: 100px; border-left: 2px solid #3b82f6; border-bottom: 2px solid #3b82f6; position: relative; }
.fd-line-up { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #f59e0b; transform: rotate(-45deg); transform-origin: left bottom; animation: grow 2s forwards; }
.fd-target-badge { position: absolute; top: -30px; right: -20px; background: #1e3a8a; color: #fff; padding: 4px 10px; font-size: 0.7rem; border-radius: 4px; }
@keyframes grow { from { width: 0; } to { width: 140%; } }

.fd-text-part { flex: 1; }
.fd-tag-blue { display: block; color: #3b82f6; font-weight: 800; font-size: 1rem; margin-bottom: 15px; }
.fd-text-part h4 { font-size: 1.8rem; margin-bottom: 20px; }

/* --- Value Section --- */
.fd-value-anxiety {
    padding-bottom: 100px;
}

.fd-value-box {
    max-width: 800px;
    margin: 0 auto;
    background: #1e3a8a;
    color: #fff;
    padding: 70px 50px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(30, 58, 138, 0.3);
}

.fd-value-box h3 { color: #fff !important; font-size: 2rem; margin-bottom: 25px; }
.fd-value-box p { font-size: 1.2rem; opacity: 0.9; }

/* --- CTA Section --- */
.fd-cta-anxiety {
    text-align: center;
    padding: 80px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 60px 40px;
    border-radius: 24px;
}

.fd-btn-warm {
    display: inline-block;
    background-color: #f59e0b;
    color: #fff;
    padding: 20px 50px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.2);
}

.fd-btn-warm:hover {
    background-color: #d97706;
    transform: translateY(-3px);
    color: #fff;
}

.fd-note {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #94a3b8;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-title { font-size: 1.8rem; }
    .fd-step-row, .fd-step-row.reverse { flex-direction: column; gap: 40px; }
}/* End custom CSS */