.elementor-3695 .elementor-element.elementor-element-38203e0{--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-6a98c5a *//* --- 容器與全域設定 --- */
.fd-redesign-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-redesign-article h1,
.fd-redesign-article h2,
.fd-redesign-article h3,
.fd-redesign-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-rebuild {
    text-align: center;
    padding: 80px 20px;
    background: repeating-linear-gradient(45deg, #f8fafc, #f8fafc 10px, #f1f5f9 10px, #f1f5f9 20px); /* 斜紋背景 */
    margin-bottom: 60px;
    border-bottom: 4px solid #f59e0b;
}

.fd-badge-renovate {
    display: inline-block;
    background: #0f172a;
    color: #f59e0b; /* 黃黑配色 */
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    border: 1px solid #f59e0b;
}

.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;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.fd-intro strong {
    color: #b45309;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #fcd34d;
    text-decoration-thickness: 3px;
}

/* --- Decay Section (Pain Points) --- */
.fd-decay-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-decay-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-decay-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 35px;
    border-radius: 2px; /* 建築感，方一點 */
    text-align: center;
    transition: all 0.3s;
    position: relative;
}

.fd-decay-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #cbd5e1;
    transition: background 0.3s;
}

.fd-decay-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.fd-decay-card:hover::before {
    background: #f59e0b;
}

.fd-card-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.fd-decay-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #334155; }
.fd-decay-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Decision Section (Matrix) --- */
.fd-decision-section {
    padding-bottom: 80px;
}

.fd-matrix-container {
    display: flex;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.fd-matrix-box {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 40px;
    border: 1px solid #e2e8f0;
}

.fd-matrix-box.repair {
    border-radius: 12px 0 0 12px;
    background: #f8fafc;
}

.fd-matrix-box.rebuild {
    border-radius: 0 12px 12px 0;
    background: #fff;
    border: 2px solid #f59e0b;
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.15);
}

.fd-vs-icon {
    width: 50px;
    height: 50px;
    background: #0f172a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border: 4px solid #fff;
}

.fd-matrix-box h4 { margin-bottom: 20px; font-size: 1.2rem; }
.fd-matrix-box ul { padding-left: 20px; margin-bottom: 25px; }
.fd-matrix-box li { margin-bottom: 10px; color: #475569; font-size: 0.95rem; }

.fd-verdict {
    font-weight: bold;
    color: #64748b;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

.fd-verdict.highlight { color: #d97706; }

/* --- Blueprint Section --- */
.fd-blueprint-section {
    display: flex;
    gap: 50px;
    align-items: center;
    background: #0f172a;
    padding: 50px;
    border-radius: 12px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.fd-blueprint-visual {
    flex: 1;
    min-width: 250px;
    display: flex;
    justify-content: center;
}

/* CSS Blueprint Paper */
.fd-blueprint-paper {
    width: 260px;
    height: 200px;
    background: #1e3a8a; /* 藍圖藍 */
    border: 2px solid #fff;
    padding: 20px;
    position: relative;
    box-shadow: 10px 10px 0 rgba(255,255,255,0.1);
    color: #fff;
}

.fd-grid-lines {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.fd-sketch-header { font-family: monospace; border-bottom: 2px solid #fff; padding-bottom: 10px; margin-bottom: 15px; font-weight: bold; font-size: 0.9rem; }
.fd-sketch-item { font-family: monospace; margin-bottom: 8px; font-size: 0.85rem; }

.fd-blueprint-text {
    flex: 1.5;
}

.fd-blueprint-text h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 20px; }
.fd-blueprint-text p { color: #cbd5e1; margin-bottom: 30px; line-height: 1.6; }

.fd-stat-row { display: flex; gap: 30px; }
.fd-stat strong { display: block; font-size: 2rem; color: #f59e0b; line-height: 1; margin-bottom: 5px; }
.fd-stat span { color: #94a3b8; font-size: 0.9rem; }

/* --- CTA Section --- */
.fd-cta-rebuild {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 2px dashed #f59e0b;
    padding: 60px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.fd-cta-inner h2 { font-size: 2rem; margin-bottom: 15px; color: #0f172a; }
.fd-cta-inner p { color: #64748b; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-construction {
    display: inline-block;
    background-color: #f59e0b; /* 施工黃 */
    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(245, 158, 11, 0.3);
    letter-spacing: 1px;
}

.fd-btn-construction:hover {
    background-color: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.4);
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-construction:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-matrix-container { flex-direction: column; }
    .fd-matrix-box.repair { border-radius: 12px 12px 0 0; border-right: 1px solid #e2e8f0; border-bottom: none; }
    .fd-matrix-box.rebuild { border-radius: 0 0 12px 12px; border-left: 2px solid #f59e0b; border-top: none; }
    .fd-vs-icon { top: auto; left: auto; position: relative; transform: none; margin: -25px auto; }
    .fd-blueprint-section { flex-direction: column; padding: 30px; }
    .fd-blueprint-visual { width: 100%; }
}/* End custom CSS */