.elementor-3912 .elementor-element.elementor-element-4b8ce7d{--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;}.elementor-3912 .elementor-element.elementor-element-a20173d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2dcbe91 *//* --- 全域設定 --- */
.fd-entity-article {
    font-family: "Inter", "Helvetica Neue", "Microsoft JhengHei", "PingFang TC", 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-entity-article h1,
.fd-entity-article h2,
.fd-entity-article h3,
.fd-entity-article h4 {
    color: #0f172a;
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-auth {
    text-align: center;
    padding: 100px 30px;
    background: #0f172a; /* 皇家海軍藍 */
    color: #fff;
    border-radius: 12px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    border-bottom: 6px solid #d97706; /* 榮耀金 */
}

.fd-hero-auth::before {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(circle at 50% 30%, rgba(217, 119, 6, 0.15) 0%, transparent 60%);
}

.fd-badge-rank {
    display: inline-block;
    background: linear-gradient(90deg, #d97706, #b45309);
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    box-shadow: 0 4px 10px rgba(217, 119, 6, 0.3);
}

.fd-title {
    font-size: 2.6rem;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.fd-intro {
    font-size: 1.2rem;
    color: #e2e8f0;
    max-width: 800px;
    margin: 0 auto;
    position: relative; z-index: 2;
}

.fd-intro strong {
    color: #fbbf24;
    font-weight: 700;
}

/* --- Concept Section --- */
.fd-concept-section { padding-bottom: 100px; }
.fd-section-header { text-align: center; font-size: 2.2rem; margin-bottom: 15px; }
.fd-sub-desc { text-align: center; color: #64748b; margin-bottom: 60px; font-size: 1.1rem; }

.fd-concept-visual {
    display: flex; align-items: center; justify-content: center; gap: 40px;
}

.fd-concept-box {
    flex: 1; padding: 40px 30px; border-radius: 12px; text-align: center;
    border: 1px solid #e2e8f0; position: relative;
}
.fd-concept-box.old { background: #f8fafc; }
.fd-concept-box.new { background: #fff; border: 2px solid #d97706; box-shadow: 0 20px 40px rgba(217, 119, 6, 0.1); }

.fd-box-label {
    position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
    background: #fff; padding: 5px 15px; font-size: 0.8rem; font-weight: bold; color: #64748b; border: 1px solid #e2e8f0; border-radius: 20px;
}
.fd-concept-box.new .fd-box-label { background: #d97706; color: #fff; border-color: #d97706; }

.fd-box-icon { font-size: 3rem; margin-bottom: 20px; }
.fd-concept-box p { font-size: 1rem; color: #475569; margin: 0; }
.fd-concept-box strong { color: #d97706; }

.fd-concept-arrow { font-size: 2rem; color: #cbd5e1; }

/* --- Preference Section (Grid) --- */
.fd-preference-section { padding-bottom: 120px; }
.fd-pref-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;
}

.fd-pref-card {
    background: #fff; padding: 40px 30px; border-radius: 8px;
    border: 1px solid #e2e8f0; transition: all 0.3s ease; border-bottom: 4px solid transparent;
}

.fd-pref-card:hover {
    transform: translateY(-5px); border-bottom-color: #0f172a;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.fd-pref-icon { font-size: 2.5rem; margin-bottom: 20px; }
.fd-pref-card h3 { font-size: 1.3rem; margin-bottom: 15px; color: #0f172a; }
.fd-pref-card p { font-size: 1rem; color: #64748b; }

/* --- Case Section (The Proof) --- */
.fd-case-section { padding-bottom: 100px; }
.fd-case-container {
    display: flex; gap: 50px; align-items: center; background: #f8fafc;
    padding: 50px; border-radius: 16px; border: 1px solid #e2e8f0;
}

.fd-case-chart {
    flex: 1; display: flex; flex-direction: column; justify-content: flex-end; height: 300px;
    border-left: 2px solid #cbd5e1; border-bottom: 2px solid #cbd5e1; padding: 20px;
}
.fd-chart-bars {
    display: flex; justify-content: space-around; align-items: flex-end; height: 100%; width: 100%;
}
.fd-bar-group { display: flex; flex-direction: column; align-items: center; width: 25%; height: 100%; justify-content: flex-end; }

.fd-bar {
    width: 100%; background: #cbd5e1; border-radius: 4px 4px 0 0; position: relative; transition: height 1s;
}
.fd-bar.low { background: #94a3b8; }
.fd-bar.mid { background: #60a5fa; }
.fd-bar.high { background: #d97706; box-shadow: 0 0 15px rgba(217, 119, 6, 0.3); }

.fd-bar span {
    position: absolute; bottom: 10px; width: 100%; text-align: center; color: #fff; font-size: 0.7rem; font-weight: bold; writing-mode: vertical-rl; transform: rotate(180deg);
}
.fd-bar-label { margin-top: 10px; font-size: 0.8rem; font-weight: bold; color: #475569; }

.fd-chart-axis { text-align: center; margin-top: 10px; font-size: 0.9rem; color: #64748b; font-weight: bold; }

.fd-case-insight { flex: 1; }
.fd-case-insight h4 { font-size: 1.5rem; margin-bottom: 20px; color: #0f172a; }
.fd-case-insight ul { padding-left: 20px; }
.fd-case-insight li { margin-bottom: 15px; color: #475569; }
.fd-case-insight strong { color: #d97706; font-size: 1.1rem; }

/* --- Value Section --- */
.fd-value-auth { padding-bottom: 100px; }
.fd-value-box {
    max-width: 800px; margin: 0 auto; 
    background: #0f172a; color: #fff;
    padding: 80px 60px; border-radius: 12px; text-align: center;
    background-image: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2); border: 1px solid #334155;
}
.fd-value-box h3 { font-size: 2.2rem; margin-bottom: 30px; color: #fff; }
.fd-value-box p { font-size: 1.25rem; line-height: 1.8; color: #cbd5e1; }

/* --- CTA Section --- */
.fd-cta-auth { text-align: center; padding: 80px 20px; }
.fd-cta-inner {
    max-width: 750px; margin: 0 auto; background: #fff;
    border: 1px solid #e2e8f0; padding: 80px 40px; border-radius: 16px;
}
.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-glory {
    display: inline-block; 
    background: linear-gradient(90deg, #d97706, #b45309);
    color: #fff;
    padding: 22px 60px; border-radius: 4px; font-weight: 700; text-decoration: none;
    transition: all 0.3s ease; font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(217, 119, 6, 0.2);
}
.fd-btn-glory:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(217, 119, 6, 0.4);
}
.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-glory:hover .arrow { transform: translateX(10px); }

.fd-note { margin-top: 40px; font-size: 0.9rem; color: #94a3b8; letter-spacing: 1px; }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-auth .fd-title { font-size: 1.8rem; }
    .fd-concept-visual { flex-direction: column; gap: 20px; }
    .fd-concept-arrow { transform: rotate(90deg); }
    .fd-case-container { flex-direction: column; padding: 30px; }
    .fd-chart-bars { align-items: flex-end; }
}/* End custom CSS */