.elementor-3866 .elementor-element.elementor-element-7f028ec{--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-91e66de *//* --- 全域設定與隔離 --- */
.fd-speed-seo-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #334155;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-speed-seo-article h1, .fd-speed-seo-article h2, .fd-speed-seo-article h3, .fd-speed-seo-article h4 {
    color: #0f172a;
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-speed {
    text-align: center;
    padding: 100px 30px;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    color: #fff;
    border-radius: 20px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.fd-hero-speed::before {
    content: "";
    position: absolute;
    width: 200%; height: 200%;
    top: -50%; left: -50%;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.1) 0%, transparent 60%);
    animation: rotateSlow 30s infinite linear;
}

@keyframes rotateSlow { to { transform: rotate(360deg); } }

.fd-badge-boost {
    display: inline-block;
    background: #06b6d4; /* 動能青 */
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    position: relative; z-index: 2;
}

.fd-hero-speed .fd-title {
    color: #fff; font-size: 2.8rem; margin-bottom: 30px; position: relative; z-index: 2;
}

.fd-hero-speed .fd-intro {
    color: #cbd5e1; font-size: 1.2rem; max-width: 850px; margin: 0 auto; position: relative; z-index: 2;
}

.fd-hero-speed .fd-intro strong { color: #06b6d4; }

/* --- Pain Section (Time Sink) --- */
.fd-time-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-time-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-time-card {
    background: #f8fafc;
    padding: 50px 35px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.fd-time-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
    border-color: #06b6d4;
}

.fd-icon-box { font-size: 2.5rem; margin-bottom: 25px; }
.fd-time-card h3 { font-size: 1.3rem; margin-bottom: 15px; }
.fd-time-card p { font-size: 1rem; color: #64748b; }

/* --- Booster Section (Solution) --- */
.fd-booster-section { padding-bottom: 120px; }
.fd-booster-container { display: flex; flex-direction: column; gap: 100px; }
.fd-booster-row { display: flex; align-items: center; gap: 80px; }
.fd-booster-row.reverse { flex-direction: row-reverse; }

.fd-visual-part {
    flex: 1; min-height: 280px; background: #f1f5f9; border-radius: 24px;
    display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
    border: 1px solid #e2e8f0;
}

/* Visual Components */
.fd-cluster-ui { position: relative; width: 100%; height: 200px; display: flex; align-items: center; justify-content: center; }
.fd-node-main { background: #0f172a; color: #fff; padding: 10px 20px; border-radius: 5px; font-weight: bold; z-index: 2; }
.fd-node-sub { position: absolute; background: #fff; border: 1px solid #06b6d4; padding: 5px 12px; border-radius: 4px; font-size: 0.7rem; z-index: 2; }
.fd-node-sub:nth-child(2) { top: 20%; left: 20%; }
.fd-node-sub:nth-child(3) { bottom: 20%; right: 20%; }
.fd-node-sub:nth-child(4) { top: 50%; right: 10%; }
.fd-pulse-glow { position: absolute; width: 150px; height: 150px; background: rgba(6, 182, 212, 0.1); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(1.5); opacity: 0; } }

.fd-intent-ui { width: 80%; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
.fd-search-bar { background: #f1f5f9; padding: 10px; font-size: 0.75rem; color: #94a3b8; border-radius: 4px; margin-bottom: 15px; }
.fd-match-bar { width: 100%; height: 30px; background: #e2e8f0; border-radius: 15px; overflow: hidden; position: relative; }
.fd-match-fill { height: 100%; background: #10b981; color: #fff; font-size: 0.75rem; display: flex; align-items: center; justify-content: center; font-weight: bold; }

.fd-index-ui { text-align: center; }
.fd-index-track { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.fd-index-item { padding: 8px 15px; border: 1px solid #cbd5e1; border-radius: 4px; font-size: 0.8rem; background: #fff; }
.fd-index-item.active { background: #06b6d4; color: #fff; border-color: #06b6d4; }
.fd-timer { font-size: 1.5rem; font-weight: 800; color: #06b6d4; }

.fd-text-part { flex: 1; }
.fd-tag-cyan { display: block; color: #0891b2; font-weight: 800; font-family: monospace; font-size: 1rem; margin-bottom: 20px; letter-spacing: 1px; }
.fd-text-part h4 { font-size: 1.8rem; margin-bottom: 25px; }

/* --- Value Section --- */
.fd-value-speed { padding-bottom: 120px; }
.fd-value-box {
    max-width: 850px; margin: 0 auto; background: #f8fafc; color: #0f172a;
    padding: 80px 60px; border-radius: 20px; text-align: center;
    border: 2px solid #0f172a; box-shadow: 15px 15px 0 #06b6d4;
}
.fd-value-box h3 { font-size: 2.2rem; margin-bottom: 30px; }
.fd-value-box p { font-size: 1.25rem; line-height: 1.8; color: #475569; }

/* --- CTA Section --- */
.fd-cta-speed { text-align: center; padding: 80px 20px; }
.fd-cta-inner { max-width: 750px; margin: 0 auto; background: #fff; border: 1px solid #e2e8f0; padding: 80px 40px; border-radius: 24px; }
.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-cyan {
    display: inline-block; background-color: #0f172a; color: #fff;
    padding: 22px 60px; border-radius: 4px; font-weight: 700; text-decoration: none;
    transition: all 0.3s ease; font-size: 1.2rem; box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
}
.fd-btn-cyan:hover { background-color: #06b6d4; transform: translateY(-3px); color: #fff; }
.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-cyan:hover .arrow { transform: translateX(10px); }

.fd-note { margin-top: 40px; font-size: 0.95rem; color: #94a3b8; letter-spacing: 1px; }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-speed .fd-title { font-size: 2rem; }
    .fd-booster-row, .fd-booster-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 250px; }
}/* End custom CSS */