.elementor-3679 .elementor-element.elementor-element-20a0ae0{--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-4a7e480 *//* --- 容器與全域設定 --- */
.fd-balance-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-balance-article h1,
.fd-balance-article h2,
.fd-balance-article h3,
.fd-balance-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-balance {
    text-align: center;
    padding: 80px 20px;
    background: radial-gradient(circle at center, #ecfeff 0%, #fff 80%); /* 極淡青漸層 */
    margin-bottom: 60px;
    border-bottom: 1px solid #cffafe;
}

.fd-badge-insight {
    display: inline-block;
    background: #0e7490; /* 深青色 */
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #155e75;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #be123c; /* 玫瑰紅強調 */
    font-weight: 700;
    background: #ffe4e6;
    padding: 0 4px;
}

/* --- Myth Section (Pain Points) --- */
.fd-myth-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-myth-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-myth-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.fd-myth-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: #fb7185;
}

.fd-myth-tag {
    display: inline-block;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.fd-myth-card h3 { font-size: 1.25rem; margin-bottom: 20px; color: #334155; height: 3em; }

.fd-myth-reality {
    background: #fff1f2; /* 淡粉紅背景 */
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #fb7185;
}

.fd-myth-reality strong { display: block; color: #be123c; margin-bottom: 5px; font-size: 0.9rem; }
.fd-myth-reality p { font-size: 0.95rem; color: #475569; margin: 0; }

/* --- Solution Section (Equation) --- */
.fd-solution-balance {
    padding-bottom: 80px;
}

.fd-equation-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

/* Visual Equation */
.fd-equation-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    background: #f8fafc;
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 700px;
}

.fd-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.fd-circle:hover { transform: scale(1.05); }

.fd-circle.art { background: linear-gradient(135deg, #fb7185 0%, #f43f5e 100%); }
.fd-circle.logic { background: linear-gradient(135deg, #22d3ee 0%, #0e7490 100%); }

.fd-circle span { font-weight: bold; font-size: 0.9rem; letter-spacing: 1px; }
.fd-circle small { font-size: 0.8rem; opacity: 0.9; margin-top: 5px; }

.fd-plus, .fd-equal { font-size: 2rem; color: #94a3b8; font-weight: bold; }

.fd-result-box {
    background: #0f172a;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
}

.fd-result-box strong { font-size: 1.2rem; color: #fbbf24; }
.fd-result-box small { font-size: 0.8rem; color: #cbd5e1; }

/* Method List */
.fd-method-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    width: 100%;
}

.fd-method-item {
    display: flex;
    gap: 15px;
}

.fd-check {
    background: #0e7490;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.8rem;
    margin-top: 4px;
}

.fd-method-item h4 { font-size: 1.1rem; margin-bottom: 8px; color: #0e7490; }
.fd-method-item p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Value Section --- */
.fd-value-view {
    padding: 40px 20px;
    text-align: center;
}

.fd-view-box {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 40px;
    border-top: 2px solid #0e7490;
    border-bottom: 2px solid #0e7490;
}

.fd-view-box h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #155e75;
}

.fd-view-box p {
    font-size: 1.15rem;
    color: #475569;
    line-height: 1.8;
}

.fd-view-box strong {
    color: #fb7185;
}

/* --- CTA Section --- */
.fd-cta-balance {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    padding: 60px 30px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.2);
}

.fd-cta-inner h2 { color: #fff !important; font-size: 2rem; margin-bottom: 15px; }
.fd-cta-inner p { color: #cbd5e1; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-teal {
    display: inline-block;
    background-color: #22d3ee; /* 亮青色 */
    color: #0f172a;
    padding: 18px 50px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(34, 211, 238, 0.3);
    letter-spacing: 1px;
}

.fd-btn-teal:hover {
    background-color: #fff;
    color: #0e7490;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(34, 211, 238, 0.4);
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-teal:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-equation-visual { flex-direction: column; gap: 20px; }
    .fd-plus, .fd-equal { transform: rotate(90deg); margin: 10px 0; }
}/* End custom CSS */