.elementor-3531 .elementor-element.elementor-element-db338a2{--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-9256fd1 *//* --- 容器與字體設定 --- */
.fd-budget-guide {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.7;
    color: #334155;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

/* --- 通用排版 --- */
.fd-budget-guide h1,
.fd-budget-guide h2,
.fd-budget-guide h3,
.fd-budget-guide h4 {
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 0.8em;
    line-height: 1.3;
}

.fd-section {
    margin-bottom: 80px;
}

/* --- Header --- */
.fd-header {
    text-align: center;
    padding: 60px 20px;
    background: radial-gradient(circle at top, #f8fafc 0%, #fff 100%);
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 60px;
}

.fd-tag {
    display: inline-block;
    background-color: #dbeafe;
    color: #1e40af;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.fd-main-title {
    font-size: 2.25rem;
    background: linear-gradient(90deg, #0f172a 0%, #334155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.fd-lead {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

.fd-lead strong {
    color: #dc2626; /* 痛點強調色：警示紅 */
    font-weight: 600;
}

/* --- Grid System --- */
.fd-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-section-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.fd-section-desc {
    text-align: center;
    max-width: 650px;
    margin: -20px auto 50px auto;
    color: #64748b;
}

/* --- Pitfalls Cards (陷阱卡片) --- */
.fd-card {
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.fd-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
}

.fd-card-warning {
    border-top: 4px solid #f59e0b; /* 警告橘黃色 */
}

.fd-card-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.fd-card h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.fd-card p {
    font-size: 0.95rem;
    color: #475569;
    margin: 0;
}

/* --- Budget Allocation (預算分配) --- */
.fd-feature-list {
    max-width: 800px;
    margin: 0 auto;
}

.fd-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8fafc;
    border-radius: 12px;
}

.fd-check {
    background-color: #10b981; /* 成功綠 */
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 14px;
}

.fd-feature-content h4 {
    margin-bottom: 8px;
    font-size: 1.15rem;
    color: #0f172a;
}

.fd-feature-content p {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
}

/* --- Value Proposition (價值主張) --- */
.fd-value {
    background: #0f172a; /* 深藍底 */
    border-radius: 20px;
    padding: 60px 40px;
    color: #fff;
    text-align: center;
}

.fd-value h3 {
    color: #fff;
    font-size: 1.75rem;
}

.fd-value p {
    color: #cbd5e1;
    margin-bottom: 40px;
}

.fd-value-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.fd-value-list li {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.fd-value-list strong {
    color: #38bdf8; /* 淺藍亮點 */
}

/* --- CTA Section --- */
.fd-cta {
    text-align: center;
    padding: 60px 20px 20px 20px;
}

.fd-cta-title {
    font-size: 2rem;
}

.fd-cta-text {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 40px;
}

.fd-btn {
    display: inline-block;
    background-color: #0ea5e9; /* 品牌藍 */
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(14, 165, 233, 0.4);
}

.fd-btn:hover {
    background-color: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(14, 165, 233, 0.5);
    color: #fff;
}

.fd-arrow {
    margin-left: 8px;
    transition: transform 0.3s;
    display: inline-block;
}

.fd-btn:hover .fd-arrow {
    transform: translateX(5px);
}

.fd-small-note {
    margin-top: 20px;
    font-size: 0.85rem;
    color: #94a3b8;
}

/* --- RWD 調整 --- */
@media (max-width: 768px) {
    .fd-main-title {
        font-size: 1.75rem;
    }
    
    .fd-grid-3 {
        grid-template-columns: 1fr;
    }
    
    .fd-feature-item {
        flex-direction: column;
    }
    
    .fd-check {
        margin-bottom: 15px;
    }
    
    .fd-value-list {
        flex-direction: column;
        gap: 15px;
    }
    
    .fd-value {
        padding: 40px 20px;
    }
}/* End custom CSS */