.elementor-3826 .elementor-element.elementor-element-f1f0aa1{--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-2dbf72b *//* --- 全域設定 --- */
.fd-revival-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-revival-article h1, .fd-revival-article h2, .fd-revival-article h3, .fd-revival-article h4 {
    color: #1e1b4b; /* 深空靛 */
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-revival {
    text-align: center;
    padding: 100px 30px;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    color: #fff;
    border-radius: 24px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.fd-badge-revive {
    display: inline-block;
    background: #10b981; /* 煥新綠 */
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.fd-hero-revival .fd-title {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.fd-hero-revival .fd-intro {
    color: #cbd5e1;
    font-size: 1.2rem;
    max-width: 850px;
    margin: 0 auto;
}

.fd-hero-revival .fd-intro strong {
    color: #10b981;
}

/* --- Decay Section --- */
.fd-decay-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;
}

.fd-decay-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-decay-card {
    background: #f8fafc;
    padding: 50px 35px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.fd-decay-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.fd-icon-box {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.fd-decay-card h3 { font-size: 1.3rem; margin-bottom: 15px; }
.fd-decay-card p { font-size: 1rem; color: #64748b; }

/* --- Renovate Section --- */
.fd-renovate-section {
    padding-bottom: 120px;
}

.fd-renovate-container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.fd-renovate-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.fd-renovate-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-part {
    flex: 1;
    min-height: 300px;
    background: #f1f5f9;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

/* Visuals: Scan, Rewrite, Bridge */
.fd-scan-ui { width: 70%; display: flex; flex-direction: column; gap: 10px; position: relative; }
.fd-scan-line { position: absolute; width: 100%; height: 2px; background: #10b981; top: 0; left: 0; animation: scanMove 3s infinite linear; z-index: 2; box-shadow: 0 0 10px #10b981; }
.fd-file-item { background: #fff; padding: 10px; font-size: 0.75rem; border: 1px solid #e2e8f0; border-radius: 4px; color: #94a3b8; }
.fd-file-item.warning { border-color: #fca5a5; color: #ef4444; }
@keyframes scanMove { 0% { top: 0; } 100% { top: 100%; } }

.fd-rewrite-ui { width: 100%; padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.fd-box { background: #fff; padding: 12px; font-size: 0.8rem; border-radius: 4px; width: 80%; border: 1px solid #e2e8f0; }
.fd-box.old-text { opacity: 0.5; font-style: italic; }
.fd-box.new-text { border-color: #10b981; color: #1e1b4b; font-weight: bold; }
.fd-sparkle { color: #10b981; font-weight: 800; font-size: 0.9rem; }

.fd-bridge-ui { width: 90%; display: flex; align-items: center; justify-content: space-around; position: relative; }
.fd-node { padding: 10px 15px; background: #fff; border-radius: 8px; font-size: 0.75rem; font-weight: bold; border: 2px solid #cbd5e1; }
.fd-node.ai { border-color: #10b981; background: #ecfdf5; color: #065f46; }
.fd-link-line { flex: 1; height: 2px; background: #10b981; margin: 0 10px; }
.fd-label-schema { position: absolute; bottom: 40px; font-size: 0.7rem; color: #10b981; font-weight: bold; }

.fd-text-part {
    flex: 1;
}

.fd-tag-green {
    display: block;
    color: #10b981;
    font-weight: 800;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.fd-text-part h4 {
    font-size: 2rem;
    margin-bottom: 25px;
}

/* --- Value Section --- */
.fd-value-revival {
    padding-bottom: 120px;
}

.fd-value-box {
    max-width: 850px;
    margin: 0 auto;
    background: #1e1b4b;
    color: #fff;
    padding: 80px 60px;
    border-radius: 24px;
    text-align: center;
    position: relative;
    border-bottom: 8px solid #10b981;
}

.fd-value-box h3 { color: #fff !important; font-size: 2.2rem; margin-bottom: 30px; }
.fd-value-box p { font-size: 1.25rem; color: #cbd5e1; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-revival {
    text-align: center;
    padding: 100px 20px;
}

.fd-cta-inner {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 80px 40px;
    border-radius: 24px;
}

.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-revive {
    display: inline-block;
    background-color: #1e1b4b;
    color: #fff;
    padding: 22px 60px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    box-shadow: 0 10px 25px rgba(30, 27, 75, 0.2);
}

.fd-btn-revive:hover {
    background-color: #10b981;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.3);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-revive:hover .arrow { transform: translateX(10px); }

.fd-note {
    margin-top: 40px;
    font-size: 0.95rem;
    color: #94a3b8;
    letter-spacing: 1px;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-revival .fd-title { font-size: 2rem; }
    .fd-renovate-row, .fd-renovate-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 250px; }
}/* End custom CSS */