.elementor-3581 .elementor-element.elementor-element-bb00a3c{--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-8c282bb *//* --- 容器與全域字體 --- */
.fd-sge-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-sge-article h1,
.fd-sge-article h2,
.fd-sge-article h3,
.fd-sge-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-sge {
    text-align: center;
    padding: 70px 20px;
    background: radial-gradient(circle at center, #f0fdfa 0%, #fff 70%);
    margin-bottom: 60px;
}

.fd-badge-tech {
    display: inline-block;
    background: #0f172a;
    color: #0ea5e9; /* 亮藍色字 */
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: monospace; /* 科技感字體 */
    letter-spacing: 1px;
    border: 1px solid #0ea5e9;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #0f172a 0%, #3b82f6 50%, #8b5cf6 100%); /* 藍紫漸層 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fd-intro {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #ef4444;
    border-bottom: 2px solid #fee2e2;
}

/* --- Concept Section (Comparison) --- */
.fd-concept-section {
    padding: 20px 0 80px 0;
}

.fd-section-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.fd-compare-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.fd-view-card {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    height: 300px;
    display: flex;
    flex-direction: column;
}

.fd-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 10px;
}

.fd-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.fd-dot.red { background: #cbd5e1; }
.fd-dot.blue { background: #3b82f6; box-shadow: 0 0 10px #3b82f6; }

.fd-ai-tag {
    font-size: 0.7rem;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; box-shadow: 0 0 8px rgba(139, 92, 246, 0.5); }
    100% { opacity: 0.8; }
}

.fd-skeleton-link {
    height: 12px;
    background: #f1f5f9;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
}
.fd-skeleton-link:nth-child(2) { width: 80%; }
.fd-skeleton-link:nth-child(3) { width: 60%; }

.fd-ai-answer-box {
    background: #eff6ff;
    padding: 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1e40af;
    margin-bottom: 15px;
    border-left: 3px solid #3b82f6;
}

.fd-source-chips {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}
.fd-source-chips span {
    background: #fff;
    border: 1px solid #bfdbfe;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 10px;
    color: #3b82f6;
}

.fd-desc {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-top: auto; /* Push to bottom */
}
.fd-desc.highlight { color: #3b82f6; font-weight: 600; }

.fd-arrow-evolve {
    font-size: 2rem;
    color: #cbd5e1;
}

/* --- Risk Section --- */
.fd-risk-section {
    padding-bottom: 80px;
}

.fd-risk-subtitle {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.fd-risk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.fd-risk-item {
    text-align: center;
    padding: 30px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.fd-risk-item:hover {
    background: #fff;
    border-color: #ef4444;
    box-shadow: 0 10px 20px rgba(239, 68, 68, 0.05);
}

.fd-risk-icon { font-size: 2.5rem; margin-bottom: 15px; }
.fd-risk-item h3 { font-size: 1.2rem; margin-bottom: 10px; }
.fd-risk-item p { font-size: 0.95rem; color: #475569; }

/* --- GEO Section --- */
.fd-geo-section {
    background: #0f172a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 24px;
    margin-bottom: 60px;
    background-image: linear-gradient(45deg, #0f172a 25%, #1e293b 25%, #1e293b 50%, #0f172a 50%, #0f172a 75%, #1e293b 75%, #1e293b 100%);
    background-size: 40px 40px; /* 條紋背景 */
}

.fd-geo-content {
    max-width: 800px;
    margin: 0 auto;
}

.fd-geo-title {
    color: #fff !important;
    font-size: 1.8rem;
    margin-bottom: 20px;
    border-left: 5px solid #3b82f6;
    padding-left: 20px;
}

.fd-geo-content p {
    color: #cbd5e1;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.fd-geo-list {
    list-style: none;
    padding: 0;
}

.fd-geo-list li {
    margin-bottom: 20px;
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}

.fd-geo-list strong {
    display: block;
    color: #60a5fa; /* 淺藍色 */
    font-size: 1.1rem;
    margin-bottom: 5px;
}

/* --- CTA Section --- */
.fd-cta-sge {
    text-align: center;
    padding: 40px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #e2e8f0;
    padding: 50px 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.1); /* 藍色光暈 */
}

.fd-cta-inner h2 { font-size: 2rem; margin-bottom: 15px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 35px; }

.fd-btn-glow-tech {
    display: inline-block;
    background-color: #0f172a;
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(14, 165, 233, 0.5); /* 霓虹光 */
    border: 1px solid #38bdf8;
}

.fd-btn-glow-tech:hover {
    background-color: #fff;
    color: #0f172a;
    box-shadow: 0 0 25px rgba(14, 165, 233, 0.8);
}

.arrow { margin-left: 8px; transition: transform 0.2s; display: inline-block; }
.fd-btn-glow-tech:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-arrow-evolve { transform: rotate(90deg); margin: 10px 0; }
    .fd-view-card { height: auto; min-height: 250px; }
    .fd-geo-section { padding: 40px 20px; }
}/* End custom CSS */