.elementor-3902 .elementor-element.elementor-element-fe1f73c{--display:flex;}.elementor-3902 .elementor-element.elementor-element-89dfca7{--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-8f84239 *//* --- 全域設定 --- */
.fd-zero-click-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Noto Sans TC", sans-serif;
    line-height: 1.8;
    color: #e2e8f0;
    background-color: #050505; /* 極夜黑 */
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    border-radius: 12px;
}

.fd-zero-click-article h1,
.fd-zero-click-article h2,
.fd-zero-click-article h3,
.fd-zero-click-article h4 {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

/* --- Hero Section --- */
.fd-hero-zero {
    text-align: center;
    padding: 100px 30px;
    background: radial-gradient(circle at center, #1f1216 0%, #050505 80%);
    border-radius: 24px;
    margin-bottom: 80px;
    border: 1px solid rgba(236, 72, 153, 0.1);
    position: relative;
    box-shadow: 0 0 80px rgba(236, 72, 153, 0.05);
}

.fd-badge-strategy {
    display: inline-block;
    background: rgba(236, 72, 153, 0.1);
    color: #f472b6; /* 磁力紅/粉 */
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    border: 1px solid rgba(236, 72, 153, 0.3);
}

.fd-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
    background: linear-gradient(90deg, #fff, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 40px rgba(236, 72, 153, 0.3);
}

.fd-intro {
    font-size: 1.2rem;
    color: #94a3b8;
    max-width: 800px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #f472b6;
    font-weight: 700;
}

/* --- Reality Section (The Grid) --- */
.fd-reality-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; font-size: 1.1rem; }

.fd-reality-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;
}

.fd-reality-card {
    background: rgba(255, 255, 255, 0.03); padding: 40px 30px; border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05); transition: all 0.4s ease;
    display: flex; flex-direction: column; align-items: center; text-align: center;
}

.fd-reality-card:hover {
    background: rgba(255, 255, 255, 0.05); transform: translateY(-5px);
    border-color: #f472b6; box-shadow: 0 10px 30px rgba(236, 72, 153, 0.1);
}

.fd-card-icon { font-size: 3rem; margin-bottom: 20px; }
.fd-reality-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #fff; }
.fd-reality-card p { font-size: 1rem; color: #94a3b8; }

/* --- Hook Section (Strategy) --- */
.fd-hook-section { padding-bottom: 120px; }
.fd-hook-container { display: flex; flex-direction: column; gap: 100px; }
.fd-hook-row { display: flex; align-items: center; gap: 60px; }
.fd-hook-row.reverse { flex-direction: row-reverse; }

.fd-visual-part {
    flex: 1; min-height: 300px; background: #0f0f10; border-radius: 20px;
    display: flex; align-items: center; justify-content: center; padding: 30px;
    border: 1px solid rgba(255,255,255,0.1); position: relative; overflow: hidden;
}

/* Visual UI: Magnet, Trust, Brand */
.fd-magnet-ui { width: 100%; display: flex; flex-direction: column; gap: 15px; }
.fd-ai-result { background: #1e1e20; padding: 15px; border-radius: 8px; font-size: 0.8rem; color: #aaa; opacity: 0.6; }
.fd-your-result { background: linear-gradient(90deg, #380d19, #1f1216); padding: 20px; border-radius: 8px; border: 1px solid #f472b6; box-shadow: 0 0 20px rgba(236, 72, 153, 0.2); position: relative; z-index: 2; }
.fd-label { font-size: 0.7rem; text-transform: uppercase; display: block; margin-bottom: 5px; opacity: 0.7; }
.fd-your-result p { color: #fff; font-weight: bold; margin: 0; }
.fd-magnet { text-align: center; height: 30px; position: relative; }
.fd-magnet-force { width: 2px; height: 100%; background: #f472b6; margin: 0 auto; }
.fd-magnet-text {/* End custom CSS */