.elementor-3576 .elementor-element.elementor-element-e150232{--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-407b193 *//* --- 容器與全域字體 --- */
.fd-ai-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-ai-article h1,
.fd-ai-article h2,
.fd-ai-article h3,
.fd-ai-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-ai {
    text-align: center;
    padding: 70px 20px;
    background: radial-gradient(circle at center, #f3f4f6 0%, #fff 70%);
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

/* 背景裝飾光暈 */
.fd-hero-ai::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.fd-ai-badge {
    display: inline-block;
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%); /* AI 紫色漸層 */
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(168, 85, 247, 0.3);
}

.fd-main-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #1e293b;
    position: relative;
    z-index: 1;
}

.fd-intro {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.fd-intro strong {
    color: #7c3aed; /* 深紫色強調 */
    font-weight: 600;
}

/* --- Pain Section (Symptom Grid) --- */
.fd-pain-section {
    padding: 40px 0 80px 0;
}

.fd-section-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.fd-symptom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-symptom-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
}

.fd-symptom-card:hover {
    transform: translateY(-5px);
    border-color: #a855f7;
    box-shadow: 0 10px 20px -5px rgba(168, 85, 247, 0.1);
}

.fd-icon-box {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.fd-symptom-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.fd-symptom-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

/* --- Solution Section (Process) --- */
.fd-solution-ai {
    background: #f8fafc;
    padding: 60px 40px;
    border-radius: 24px;
    margin-bottom: 80px;
}

.fd-process-container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.fd-process-step {
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    align-items: center;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.fd-process-step.ai-active {
    border: 2px solid #a855f7; /* AI 步驟強調 */
    background: linear-gradient(to right, #fff, #faf5ff);
}

.fd-step-num {
    font-size: 2rem;
    font-weight: 900;
    color: #e2e8f0;
    margin-right: 25px;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.fd-process-step.ai-active .fd-step-num {
    color: #d8b4fe;
}

.fd-step-content h4 {
    margin: 0 0 5px 0;
    font-size: 1.15rem;
}

.fd-step-content p {
    margin: 0;
    font-size: 0.95rem;
    color: #475569;
}

.fd-arrow-down {
    text-align: center;
    font-size: 1.5rem;
    color: #cbd5e1;
    margin: 10px 0;
    font-weight: bold;
}

/* --- Benefit Section (Stats) --- */
.fd-benefit-section {
    padding-bottom: 60px;
    text-align: center;
}

.fd-benefit-box {
    background: #0f172a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    overflow: hidden;
}

/* 科技網格背景圖案 */
.fd-benefit-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
}

.fd-benefit-box h3 {
    color: #fff !important;
    font-size: 1.8rem;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.fd-stats-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.fd-stat {
    display: flex;
    flex-direction: column;
}

.fd-val {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(to bottom, #a78bfa, #c4b5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 10px;
}

.fd-label {
    color: #cbd5e1;
    font-size: 0.95rem;
}

.fd-benefit-note {
    color: #94a3b8;
    margin-top: 40px;
    font-size: 1rem;
    position: relative;
    z-index: 2;
}

/* --- CTA Section --- */
.fd-cta-ai {
    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 10px 30px rgba(0,0,0,0.03);
}

.fd-cta-inner h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.fd-cta-inner p {
    color: #64748b;
    margin-bottom: 35px;
}

.fd-btn-gradient {
    display: inline-block;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(139, 92, 246, 0.4);
}

.fd-btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(139, 92, 246, 0.5);
    filter: brightness(1.1);
    color: #fff;
}

.arrow { margin-left: 8px; transition: transform 0.2s; display: inline-block; }
.fd-btn-gradient:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-process-step { flex-direction: column; text-align: center; }
    .fd-step-num { margin-right: 0; margin-bottom: 10px; font-size: 1.5rem; }
    .fd-stats-grid { gap: 30px; }
    .fd-solution-ai { padding: 40px 20px; }
}/* End custom CSS */