.elementor-3707 .elementor-element.elementor-element-c238f30{--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-20fe3ef *//* --- 容器與全域設定 --- */
.fd-community-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-community-article h1,
.fd-community-article h2,
.fd-community-article h3,
.fd-community-article h4 {
    color: #1e1b4b; /* 深紫黑 */
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-community {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #fdf2f8 0%, #fff 100%); /* 粉紅漸層 */
    margin-bottom: 60px;
    border-bottom: 4px solid #ec4899;
}

.fd-badge-social {
    display: inline-block;
    background: #ec4899; /* 活力粉 */
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(236, 72, 153, 0.3);
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #831843;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #db2777;
    font-weight: 700;
    background: #fce7f3;
    padding: 0 4px;
}

/* --- Trap Section (Pain Points) --- */
.fd-trap-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-trap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-trap-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.fd-trap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #ec4899;
}

.fd-icon-social {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: #fdf2f8;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.fd-trap-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #334155; }
.fd-trap-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Loop Section (Solution) --- */
.fd-loop-section {
    padding-bottom: 80px;
}

.fd-loop-visual {
    display: flex;
    gap: 50px;
    align-items: center;
    flex-wrap: wrap;
}

/* Graphic: Funnel */
.fd-funnel-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.fd-funnel-step {
    width: 100%;
    max-width: 350px;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.fd-funnel-step.social { background: #fff; border: 2px solid #ec4899; }
.fd-funnel-step.website { background: #fdf2f8; border: 2px solid #db2777; width: 85%; }
.fd-funnel-step.data { background: #831843; border: 2px solid #831843; color: #fff; width: 70%; box-shadow: 0 10px 20px rgba(131, 24, 67, 0.3); }

.fd-step-icon { font-size: 1.8rem; }
.fd-step-text { display: flex; flex-direction: column; }
.fd-step-text strong { font-size: 1rem; margin-bottom: 2px; }
.fd-step-text span { font-size: 0.8rem; opacity: 0.8; }
.fd-funnel-step.social .fd-step-text strong { color: #ec4899; }
.fd-funnel-step.website .fd-step-text strong { color: #be185d; }
.fd-funnel-step.data .fd-step-text strong { color: #fff; }

.fd-arrow-down { font-size: 0.8rem; color: #94a3b8; font-weight: bold; }

/* Strategy List */
.fd-strategy-list {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fd-strategy-item {
    padding-left: 20px;
    border-left: 4px solid #e2e8f0;
    transition: border-color 0.3s;
}

.fd-strategy-item:hover {
    border-color: #ec4899;
}

.fd-strategy-item h4 { font-size: 1.2rem; color: #1e1b4b; margin-bottom: 10px; }
.fd-strategy-item p { font-size: 1rem; color: #475569; margin: 0; }
.fd-strategy-item strong { color: #db2777; }

/* --- Value Section --- */
.fd-value-asset {
    padding: 40px 20px;
    text-align: center;
}

.fd-asset-box {
    max-width: 700px;
    margin: 0 auto;
    background: #1e1b4b; /* 深紫 */
    color: #fff;
    padding: 60px 40px;
    border-radius: 12px;
    background-image: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 100%);
    box-shadow: 0 10px 30px rgba(30, 27, 75, 0.3);
}

.fd-asset-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-asset-box p { font-size: 1.15rem; color: #e9d5ff; line-height: 1.8; }
.fd-asset-box strong { color: #f472b6; }

/* --- CTA Section --- */
.fd-cta-community {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 2px dashed #ec4899;
    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: #831843; }
.fd-cta-inner p { color: #64748b; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-pink {
    display: inline-block;
    background-color: #ec4899; /* 活力粉 */
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(236, 72, 153, 0.3);
    letter-spacing: 1px;
}

.fd-btn-pink:hover {
    background-color: #db2777;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(236, 72, 153, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-pink:hover .arrow { transform: translateX(5px); }

.fd-note {
    margin-top: 25px;
    font-size: 0.9rem;
    color: #94a3b8;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-loop-visual { flex-direction: column; }
    .fd-funnel-container { width: 100%; }
    .fd-strategy-list { width: 100%; }
}/* End custom CSS */