.elementor-3803 .elementor-element.elementor-element-1fb2f0d{--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-06899db *//* --- 全域設定與層級隔離 --- */
.fd-soul-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", serif;
    line-height: 1.8;
    color: #2c3e50;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-soul-article h1, .fd-soul-article h2, .fd-soul-article h3, .fd-soul-article h4 {
    color: #1a2f23; /* 深森林綠 */
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-soul {
    text-align: center;
    padding: 100px 30px;
    background: #fdfaf4; /* 象牙暖白 */
    border-radius: 4px;
    margin-bottom: 80px;
    border: 1px solid #eee4d1;
    position: relative;
}

.fd-hero-soul::before {
    content: "";
    position: absolute;
    top: 20px; left: 20px; right: 20px; bottom: 20px;
    border: 1px solid rgba(180, 83, 9, 0.1);
    pointer-events: none;
}

.fd-badge-craft {
    display: inline-block;
    background: #1a2f23;
    color: #fff;
    padding: 6px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.fd-title {
    font-size: 2.6rem;
    margin-bottom: 30px;
    line-height: 1.3;
}

.fd-intro {
    font-size: 1.15rem;
    color: #5d6d7e;
    max-width: 800px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #b45309;
    font-weight: 700;
}

/* --- Pain Section --- */
.fd-pain-section {
    padding-bottom: 100px;
}

.fd-section-header {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.fd-sub-desc {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 60px;
}

.fd-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-pain-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    transition: all 0.4s ease;
    text-align: center;
}

.fd-pain-card:hover {
    box-shadow: 0 15px 35px rgba(26, 47, 35, 0.05);
    border-color: #eee4d1;
}

.fd-icon-box {
    font-size: 2.5rem;
    margin-bottom: 25px;
    opacity: 0.8;
}

.fd-pain-card h3 { font-size: 1.3rem; margin-bottom: 20px; }
.fd-pain-card p { font-size: 1rem; color: #7f8c8d; }

/* --- Method Section (Solution) --- */
.fd-soul-section {
    padding-bottom: 120px;
}

.fd-method-container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.fd-method-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.fd-method-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-part {
    flex: 1;
    min-height: 280px;
    background: #fdfaf4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
}

/* Visual UI Elements */
.fd-voice-ui { text-align: center; }
.fd-voice-wave { display: flex; align-items: center; gap: 4px; height: 30px; justify-content: center; margin-bottom: 15px; }
.fd-voice-wave span { width: 4px; background: #1a2f23; border-radius: 2px; animation: wave 1s infinite alternate; }
.fd-voice-wave span:nth-child(1) { height: 10px; }
.fd-voice-wave span:nth-child(2) { height: 25px; animation-delay: 0.2s; }
.fd-voice-wave span:nth-child(3) { height: 15px; animation-delay: 0.4s; }
.fd-voice-wave span:nth-child(4) { height: 28px; animation-delay: 0.1s; }
.fd-voice-wave span:nth-child(5) { height: 12px; animation-delay: 0.3s; }
@keyframes wave { to { transform: scaleY(1.5); } }
.fd-voice-tag { font-size: 0.75rem; color: #1a2f23; font-weight: bold; border: 1px solid #1a2f23; padding: 4px 10px; }

.fd-detail-card { width: 80%; background: #fff; padding: 20px; border: 1px solid #eee4d1; box-shadow: 10px 10px 0 #eee4d1; }
.fd-card-head { font-size: 0.8rem; font-weight: bold; color: #b45309; border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; margin-bottom: 15px; }
.fd-line { height: 6px; background: #f1f1f1; margin-bottom: 8px; width: 80%; }
.fd-highlight-text { font-style: italic; color: #1a2f23; font-weight: bold; font-size: 0.9rem; margin-top: 15px; }

.fd-hook-ui { display: flex; flex-direction: column; align-items: center; }
.fd-hook-circle { width: 60px; height: 60px; border-radius: 50%; background: #fff; border: 1px solid #eee4d1; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.fd-line-connect { width: 2px; height: 50px; background: #eee4d1; }
.fd-conversion-label { background: #1a2f23; color: #fff; font-size: 0.8rem; font-weight: bold; padding: 5px 15px; }

.fd-text-part { flex: 1; }
.fd-tag-gold { display: block; color: #b45309; font-weight: 800; font-family: monospace; font-size: 1rem; margin-bottom: 20px; letter-spacing: 1px; }
.fd-text-part h4 { font-size: 1.8rem; margin-bottom: 25px; }

/* --- Value Section --- */
.fd-value-soul {
    padding-bottom: 100px;
}

.fd-value-box {
    max-width: 850px;
    margin: 0 auto;
    background: #1a2f23;
    color: #fff;
    padding: 80px 60px;
    text-align: center;
    position: relative;
}

.fd-value-box h3 { color: #fdfaf4 !important; font-size: 2.2rem; margin-bottom: 30px; font-family: serif; font-style: italic; }
.fd-value-box p { font-size: 1.25rem; color: #cbd5e1; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-soul {
    text-align: center;
    padding: 100px 20px;
}

.fd-cta-inner {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eee4d1;
    padding: 80px 40px;
    border-radius: 4px;
}

.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #7f8c8d; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-soul {
    display: inline-block;
    background-color: #b45309;
    color: #fff;
    padding: 22px 60px;
    border-radius: 2px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.fd-btn-soul:hover {
    background-color: #92400e;
    transform: translateY(-3px);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-soul:hover .arrow { transform: translateX(10px); }

.fd-note {
    margin-top: 40px;
    font-size: 0.95rem;
    color: #bdc3c7;
    letter-spacing: 1px;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-soul .fd-title { font-size: 1.8rem; }
    .fd-method-row, .fd-method-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 250px; }
}/* End custom CSS */