.elementor-3670 .elementor-element.elementor-element-344ec9b{--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-282985a *//* --- 容器與全域設定 --- */
.fd-rescue-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-rescue-article h1,
.fd-rescue-article h2,
.fd-rescue-article h3,
.fd-rescue-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-rescue {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f1f5f9 0%, #fff 100%);
    margin-bottom: 60px;
    border-top: 5px solid #ef4444; /* 頂部警示紅條 */
}

.fd-badge-security {
    display: inline-block;
    background: #ef4444; /* 警示紅 */
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.3);
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #1e293b;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #b91c1c;
    font-weight: 700;
    background: #fee2e2;
    padding: 0 4px;
}

/* --- Crisis Section (Pain Points) --- */
.fd-crisis-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-crisis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-crisis-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 35px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
}

.fd-crisis-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #ef4444;
}

.fd-icon-lock {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: #fef2f2;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fee2e2;
}

.fd-crisis-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #334155; }
.fd-crisis-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Education Section (Comparison) --- */
.fd-education-section {
    padding-bottom: 80px;
}

.fd-check-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.fd-compare-box {
    flex: 1;
    min-width: 300px;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.fd-compare-box.trap {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
}

.fd-compare-box.owner {
    background: #f0fdf4;
    border: 2px solid #10b981;
    transform: scale(1.02); /* 強調正確選項 */
}

.fd-box-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.fd-list-trap, .fd-list-owner {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fd-list-trap li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: #64748b;
}

.fd-list-trap li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: #ef4444;
    font-weight: bold;
}

.fd-list-owner li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: #064e3b;
    font-weight: 500;
}

.fd-list-owner li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

/* --- Solution Section (Rescue Plan) --- */
.fd-solution-rescue {
    padding-bottom: 80px;
}

.fd-solution-content {
    background: #1e293b; /* 深藍底 */
    color: #fff;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 800px;
    margin: 0 auto;
}

.fd-visual-folder {
    flex: 1;
    min-width: 250px;
}

/* CSS Folder Graphic */
.fd-folder-tab {
    width: 150px;
    height: 30px;
    background: #3b82f6;
    border-radius: 10px 10px 0 0;
    margin-left: 0;
    padding: 5px 15px;
    font-size: 0.8rem;
    font-family: monospace;
    color: rgba(255,255,255,0.8);
}

.fd-folder-body {
    background: #60a5fa; /* 亮藍文件夾 */
    height: 180px;
    border-radius: 0 10px 10px 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.2);
}

.fd-file {
    background: #fff;
    color: #333;
    padding: 8px 12px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}
.fd-file::before { content: "📄"; margin-right: 8px; }
.fd-file.database::before { content: "🛢️"; }
.fd-file.database { background: #fef3c7; color: #92400e; border: 1px solid #f59e0b; }

.fd-solution-text {
    flex: 1.5;
}

.fd-solution-text h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 20px; }
.fd-solution-text p { color: #cbd5e1; margin-bottom: 25px; line-height: 1.6; }

.fd-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.fd-tags span {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #93c5fd;
}

/* --- Check Section --- */
.fd-check-section {
    padding: 40px 20px;
    text-align: center;
}

.fd-check-box {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border: 2px dashed #f59e0b; /* 警示黃虛線 */
    padding: 40px;
    border-radius: 12px;
}

.fd-check-box h3 { font-size: 1.6rem; margin-bottom: 25px; color: #b45309; }

.fd-checklist {
    list-style: none;
    padding: 0;
    margin: 0 auto 30px auto;
    text-align: left;
    display: inline-block;
}

.fd-checklist li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #334155;
    font-weight: 500;
}

.check {
    background: #f59e0b;
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 0.9rem;
    font-weight: bold;
}

.fd-check-note {
    color: #ef4444;
    font-weight: bold;
    font-size: 0.95rem;
}

/* --- CTA Section --- */
.fd-cta-rescue {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #1e3a8a; /* 普魯士藍 */
    color: #fff;
    padding: 60px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.3);
}

.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-shield {
    display: inline-block;
    background-color: #facc15; /* 盾牌金 */
    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(250, 204, 21, 0.3);
    letter-spacing: 1px;
}

.fd-btn-shield:hover {
    background-color: #eab308;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(250, 204, 21, 0.4);
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-shield:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-check-container { flex-direction: column; }
    .fd-solution-content { flex-direction: column; padding: 30px; }
    .fd-visual-folder { width: 100%; }
}/* End custom CSS */