.elementor-3898 .elementor-element.elementor-element-ac3d3ec{--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;}.elementor-3898 .elementor-element.elementor-element-31f4b3e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8cf56e9 *//* --- 全域字體與容器設定 --- */
.fd-geo-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-geo-article h1,
.fd-geo-article h2,
.fd-geo-article h3,
.fd-geo-article h4 {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

/* --- Hero Section --- */
.fd-hero-geo {
    text-align: center;
    padding: 100px 30px;
    background: radial-gradient(circle at 50% -20%, #2e1065 0%, #050505 70%);
    border-radius: 24px;
    margin-bottom: 80px;
    border: 1px solid rgba(139, 92, 246, 0.2);
    position: relative;
    box-shadow: 0 0 80px rgba(139, 92, 246, 0.15);
}

.fd-badge-gemini {
    display: inline-block;
    background: linear-gradient(90deg, rgba(139, 92, 246, 0.2), rgba(6, 182, 212, 0.2));
    color: #c4b5fd;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    border: 1px solid rgba(139, 92, 246, 0.4);
    backdrop-filter: blur(10px);
}

.fd-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
    background: linear-gradient(90deg, #fff, #a78bfa, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(139, 92, 246, 0.3);
}

.fd-intro {
    font-size: 1.2rem;
    color: #94a3b8;
    max-width: 800px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #22d3ee;
    font-weight: 700;
}

/* --- Comparison Section (Shift) --- */
.fd-shift-section { padding-bottom: 120px; }
.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-compare-container {
    display: flex; align-items: stretch; justify-content: center; gap: 30px;
}

.fd-world-card {
    flex: 1; padding: 30px; border-radius: 16px; display: flex; flex-direction: column; gap: 20px;
}

.fd-world-card.old {
    background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1);
}

.fd-world-card.new {
    background: linear-gradient(145deg, rgba(139, 92, 246, 0.1), rgba(6, 182, 212, 0.05));
    border: 1px solid rgba(139, 92, 246, 0.5);
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.1);
}

.fd-card-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; }
.fd-year { font-size: 0.8rem; font-weight: bold; opacity: 0.6; }
.fd-world-card h3 { font-size: 1.2rem; margin: 0; }

.fd-visual-list { display: flex; flex-direction: column; gap: 10px; opacity: 0.7; }
.fd-line-item { background: rgba(255,255,255,0.05); padding: 10px; border-radius: 4px; font-size: 0.9rem; color: #3b82f6; text-decoration: underline; }
.fd-line-item.active { border-left: 3px solid #f59e0b; color: #fff; text-decoration: none; }

.fd-visual-ai { background: rgba(0,0,0,0.3); padding: 15px; border-radius: 8px; border: 1px solid rgba(139, 92, 246, 0.3); }
.fd-ai-answer { font-size: 0.95rem; color: #e2e8f0; line-height: 1.6; }
.fd-ai-answer strong { color: #a78bfa; }
.fd-citation-source { margin-top: 15px; background: rgba(34, 211, 238, 0.1); padding: 8px 12px; border-radius: 4px; font-size: 0.8rem; color: #22d3ee; display: inline-flex; align-items: center; gap: 8px; }
.fd-dot { width: 8px; height: 8px; background: #22d3ee; border-radius: 50%; box-shadow: 0 0 5px #22d3ee; }

.fd-card-note { font-size: 0.9rem; color: #94a3b8; margin-top: auto; }
.fd-shift-arrow { display: flex; align-items: center; font-size: 2rem; color: #64748b; }

/* --- Strategy Section (Grid) --- */
.fd-strategy-section { padding-bottom: 120px; }

.fd-geo-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;
}

.fd-geo-card {
    background: rgba(255, 255, 255, 0.03); padding: 40px 30px; border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05); transition: all 0.4s ease;
    position: relative; overflow: hidden;
}

.fd-geo-card:hover {
    background: rgba(255, 255, 255, 0.06); transform: translateY(-5px);
    border-color: #a78bfa; box-shadow: 0 10px 40px rgba(139, 92, 246, 0.1);
}

.fd-geo-card::before {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(90deg, #8b5cf6, #06b6d4);
    opacity: 0; transition: opacity 0.3s;
}
.fd-geo-card:hover::before { opacity: 1; }

.fd-icon-prism { font-size: 2.5rem; margin-bottom: 20px; filter: drop-shadow(0 0 10px rgba(139, 92, 246, 0.4)); }
.fd-geo-card h4 { font-size: 1.3rem; margin-bottom: 15px; color: #fff; }
.fd-geo-card p { font-size: 1rem; color: #94a3b8; }

/* --- Value Section --- */
.fd-value-geo { padding-bottom: 100px; }
.fd-value-box {
    max-width: 800px; margin: 0 auto; 
    background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 100%);
    padding: 80px 60px; border-radius: 24px; text-align: center;
    border: 1px solid rgba(139, 92, 246, 0.3);
    box-shadow: 0 0 60px rgba(139, 92, 246, 0.15);
}
.fd-value-box h3 { font-size: 2.2rem; margin-bottom: 30px; color: #fff; }
.fd-value-box p { font-size: 1.25rem; line-height: 1.8; color: #cbd5e1; }

/* --- CTA Section --- */
.fd-cta-geo { text-align: center; padding: 80px 20px; }
.fd-cta-inner {
    max-width: 750px; margin: 0 auto; background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.1); padding: 80px 40px; border-radius: 24px;
    backdrop-filter: blur(5px);
}
.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #94a3b8; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-gemini {
    display: inline-block; 
    background: linear-gradient(90deg, #7c3aed, #22d3ee); 
    color: #fff;
    padding: 20px 60px; border-radius: 50px; font-weight: 700; text-decoration: none;
    transition: all 0.3s ease; font-size: 1.1rem;
    box-shadow: 0 5px 20px rgba(124, 58, 237, 0.4);
}
.fd-btn-gemini:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 10px 40px rgba(124, 58, 237, 0.6);
    filter: brightness(1.1);
}
.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-gemini:hover .arrow { transform: translateX(10px); }

.fd-note { margin-top: 40px; font-size: 0.9rem; color: #64748b; letter-spacing: 1px; }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-geo .fd-title { font-size: 2rem; }
    .fd-compare-container { flex-direction: column; }
    .fd-shift-arrow { transform: rotate(90deg); justify-content: center; margin: 10px 0; }
    .fd-value-box { padding: 50px 30px; }
}/* End custom CSS */