.elementor-3699 .elementor-element.elementor-element-62ddd5c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b1cac03 *//* --- 容器與全域設定 --- */
.fd-comp-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-comp-article h1,
.fd-comp-article h2,
.fd-comp-article h3,
.fd-comp-article h4 {
    color: #1e1b4b; /* 深靛藍 */
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-comp {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f5f3ff 0%, #fff 100%); /* 淡紫漸層 */
    margin-bottom: 60px;
    border-bottom: 4px solid #6366f1;
}

.fd-badge-radar {
    display: inline-block;
    background: #6366f1; /* 智謀紫 */
    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(99, 102, 241, 0.3);
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #312e81;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #4f46e5;
    font-weight: 700;
    border-bottom: 2px solid #a5b4fc;
}

/* --- Blind Section (Pain Points) --- */
.fd-blind-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-blind-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-blind-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.fd-blind-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #6366f1;
}

.fd-icon-copy {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: inline-block;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.fd-blind-card:hover .fd-icon-copy { filter: grayscale(0%); }

.fd-blind-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #334155; }
.fd-blind-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Analysis Section (Steps) --- */
.fd-analysis-section {
    padding-bottom: 80px;
}

.fd-step-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-step-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-step-row.reverse {
    flex-direction: row-reverse;
}

.fd-step-visual {
    flex: 1;
    min-height: 250px;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
    overflow: hidden;
}

/* Visual 1: Radar Chart Mockup */
.fd-radar-box { width: 220px; height: 220px; position: relative; display: flex; align-items: center; justify-content: center; }
.fd-radar-chart {
    width: 160px; height: 160px;
    background:
        linear-gradient(0deg, transparent 49%, #cbd5e1 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, #cbd5e1 50%, transparent 51%);
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    position: relative;
}
.fd-radar-shape { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.6; mix-blend-mode: multiply; }
/* CSS Polygon creates radar shape */
.fd-radar-shape.competitor { background: #94a3b8; clip-path: polygon(50% 10%, 90% 40%, 80% 80%, 20% 80%, 10% 40%); }
.fd-radar-shape.us { background: #14b8a6; clip-path: polygon(50% 5%, 95% 35%, 90% 90%, 10% 90%, 5% 35%); animation: pulse 3s infinite; }

.fd-label { position: absolute; font-size: 0.8rem; font-weight: bold; color: #64748b; }
.fd-label.top { top: -20px; left: 50%; transform: translateX(-50%); }
.fd-label.right { top: 50%; right: -30px; transform: translateY(-50%); }
.fd-label.bottom { bottom: -20px; left: 50%; transform: translateX(-50%); }
.fd-label.left { top: 50%; left: -30px; transform: translateY(-50%); }

.fd-legend { position: absolute; bottom: -30px; width: 100%; text-align: center; font-size: 0.75rem; color: #64748b; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 3px; margin-left: 10px; }
.dot.c { background: #94a3b8; } .dot.u { background: #14b8a6; }

@keyframes pulse { 0% { opacity: 0.6; } 50% { opacity: 0.8; } 100% { opacity: 0.6; } }

/* Visual 2: Keyword Gap */
.fd-keyword-box { display: flex; flex-direction: column; gap: 15px; width: 90%; }
.fd-kw-item { padding: 15px; border-radius: 8px; font-size: 0.9rem; font-weight: bold; }
.fd-kw-item.enemy { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }
.fd-kw-item.us { background: #ccfbf1; color: #115e59; border: 1px solid #99f6e4; transform: scale(1.05); box-shadow: 0 5px 15px rgba(20, 184, 166, 0.2); }
.fd-arrow-gap { text-align: center; font-size: 0.8rem; color: #94a3b8; }

/* Visual 3: Service Compare */
.fd-service-compare { display: flex; width: 90%; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.fd-col { flex: 1; padding: 20px; }
.fd-col.enemy { background: #f8fafc; border-right: 1px solid #e2e8f0; }
.fd-col.us { background: #fff; border-top: 3px solid #6366f1; }
.fd-col h5 { margin: 0 0 15px 0; font-size: 1rem; text-align: center; }
.fd-col.us h5 { color: #6366f1; }
.fd-col ul { list-style: none; padding: 0; margin: 0; font-size: 0.85rem; }
.fd-col li { margin-bottom: 8px; }

.fd-step-info {
    flex: 1;
}

.fd-tag-purple {
    display: block;
    color: #6366f1;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fd-step-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #1e1b4b;
}

.fd-step-info p {
    font-size: 1.05rem;
    color: #475569;
}

/* --- Value Section --- */
.fd-value-strategy {
    padding: 40px 20px;
    text-align: center;
}

.fd-strategy-box {
    max-width: 700px;
    margin: 0 auto;
    background: #1e1b4b; /* 深靛藍 */
    color: #fff;
    padding: 60px 40px;
    border-radius: 12px;
    background-image: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    box-shadow: 0 10px 30px rgba(49, 46, 129, 0.3);
}

.fd-strategy-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-strategy-box p { font-size: 1.15rem; color: #c7d2fe; line-height: 1.8; }
.fd-strategy-box strong { color: #2dd4bf; }

/* --- CTA Section --- */
.fd-cta-comp {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    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: #1e1b4b; }
.fd-cta-inner p { color: #64748b; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-intel {
    display: inline-block;
    background-color: #6366f1; /* 智謀紫 */
    color: #fff;
    padding: 18px 50px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(99, 102, 241, 0.3);
    letter-spacing: 1px;
}

.fd-btn-intel:hover {
    background-color: #4f46e5;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-intel:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-step-row, .fd-step-row.reverse { flex-direction: column; gap: 30px; }
    .fd-step-visual { width: 100%; min-height: 250px; }
}/* End custom CSS */