.elementor-3555 .elementor-element.elementor-element-23642a7{--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-ac878cd *//* --- 容器與字體設定 --- */
.fd-hidden-cost-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-hidden-cost-article h1, 
.fd-hidden-cost-article h2, 
.fd-hidden-cost-article h3,
.fd-hidden-cost-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-transparency {
    text-align: center;
    padding: 60px 20px;
    background: radial-gradient(circle at top, #f8fafc 0%, #fff 100%);
    border-bottom: 1px solid #f1f5f9;
}

.fd-hero-tag {
    display: inline-block;
    color: #0ea5e9;
    background: #e0f2fe;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.fd-title {
    font-size: 2.25rem;
    margin-bottom: 25px;
    color: #1e293b;
}

.fd-intro {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #0f172a;
    font-weight: 700;
    border-bottom: 3px solid #e2e8f0;
}

/* --- Analogy Grid (費用卡片) --- */
.fd-analogy-section {
    padding: 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
}

.fd-analogy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-expense-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fd-expense-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.08);
    border-color: #0ea5e9;
}

.fd-icon-circle {
    width: 60px;
    height: 60px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.fd-expense-card h3 {
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.fd-analogy-text {
    font-size: 0.9rem;
    color: #0ea5e9;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.fd-desc {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

/* --- Comparison Box (代管對比) --- */
.fd-value-section {
    padding-bottom: 80px;
}

.fd-sub-text {
    text-align: center;
    color: #64748b;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.fd-compare-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    overflow: hidden;
    border: 1px solid #f1f5f9;
}

.fd-compare-row {
    display: flex;
    flex-wrap: wrap;
}

.fd-col-left, .fd-col-right {
    flex: 1;
    padding: 50px 40px;
}

.fd-col-left {
    background: #f8fafc;
}

.fd-col-right {
    background: #fff;
}

.fd-divider-vertical {
    width: 1px;
    background: #e2e8f0;
}

.fd-col-left h4, .fd-col-right h4 {
    font-size: 1.3rem;
    margin-bottom: 25px;
    text-align: center;
}

.fd-bad-list, .fd-good-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fd-bad-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    color: #64748b;
}

.fd-bad-list li::before {
    content: "✕";
    color: #ef4444;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.fd-good-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    color: #334155;
    font-weight: 500;
}

.fd-good-list li::before {
    content: "✓";
    color: #10b981;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* --- Promise Block --- */
.fd-promise-block {
    background: #0f172a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 60px;
}

.fd-promise-content h3 {
    color: #fff !important;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.fd-promise-content p {
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto 30px auto;
    font-size: 1.1rem;
}

.fd-tags {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.fd-tags span {
    background: rgba(255,255,255,0.1);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.95rem;
    border: 1px solid rgba(255,255,255,0.2);
}

/* --- CTA Section --- */
.fd-cta-transparency {
    text-align: center;
    padding: 20px;
}

.fd-cta-inner h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.fd-cta-inner p {
    color: #64748b;
    margin-bottom: 40px;
}

.fd-btn-outline {
    display: inline-block;
    background-color: transparent;
    color: #0ea5e9;
    padding: 16px 45px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #0ea5e9;
}

.fd-btn-outline:hover {
    background-color: #0ea5e9;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(14, 165, 233, 0.4);
}

.arrow { display: inline-block; transition: transform 0.2s; margin-left: 5px; }
.fd-btn-outline:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-compare-row {
        flex-direction: column;
    }
    
    .fd-divider-vertical {
        width: 100%;
        height: 1px;
    }
    
    .fd-title {
        font-size: 1.8rem;
    }
    
    .fd-promise-block {
        padding: 40px 20px;
    }
}/* End custom CSS */