.elementor-3783 .elementor-element.elementor-element-db65c84{--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-8110a9e *//* --- 全域樣式隔離設定 --- */
.fd-action-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.7;
    color: #374151;
    background-color: #f9fafb;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-action-article h1,
.fd-action-article h2,
.fd-action-article h3,
.fd-action-article h4 {
    color: #111827;
    font-weight: 800;
    line-height: 1.25;
}

/* --- Hero Section --- */
.fd-hero-action {
    text-align: center;
    padding: 100px 30px;
    background: #111827; /* 深石墨藍 */
    color: #fff;
    border-radius: 4px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.fd-hero-action .fd-title {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 25px;
}

.fd-badge-flash {
    display: inline-block;
    background: #f97316; /* 電漿橙 */
    color: #fff;
    padding: 6px 20px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.fd-hero-action .fd-intro {
    color: #9ca3af;
    font-size: 1.2rem;
    max-width: 750px;
    margin: 0 auto;
}

.fd-hero-action .fd-intro strong {
    color: #fb923c;
}

/* --- Friction Section --- */
.fd-friction-section {
    padding-bottom: 100px;
}

.fd-section-header {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.fd-sub-desc {
    text-align: center;
    color: #6b7280;
    margin-bottom: 60px;
}

.fd-friction-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.fd-friction-card {
    background: #fff;
    padding: 50px 35px;
    border: 1px solid #e5e7eb;
    border-top: 5px solid #111827;
    transition: all 0.3s ease;
}

.fd-friction-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.fd-icon-box {
    font-size: 3rem;
    margin-bottom: 25px;
}

.fd-friction-card h3 { font-size: 1.4rem; margin-bottom: 20px; }
.fd-friction-card p { color: #4b5563; font-size: 1rem; }

/* --- Checklist Section --- */
.fd-checklist-section {
    padding-bottom: 120px;
}

.fd-list-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.fd-list-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.fd-list-row.reverse {
    flex-direction: row-reverse;
}

.fd-list-visual {
    flex: 1;
    min-height: 250px;
    background: #fff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Visuals: Speed, Target, Impact */
.fd-speed-dial {
    width: 150px; height: 150px; border: 8px solid #111827; border-radius: 50%;
    position: relative; border-bottom-color: transparent;
}
.fd-needle {
    width: 4px; height: 60px; background: #f97316; position: absolute;
    bottom: 50%; left: 50%; transform-origin: bottom center;
    transform: rotate(45deg); transition: transform 0.5s;
}
.fd-speed-tag { position: absolute; bottom: 20px; width: 100%; text-align: center; font-weight: 900; color: #111827; }

.fd-target-ui {
    width: 180px; height: 180px; border: 1px dashed #9ca3af; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; position: relative;
}
.fd-crosshair { width: 40px; height: 40px; border: 2px solid #f97316; position: relative; }
.fd-crosshair::before, .fd-crosshair::after { content: ""; position: absolute; background: #f97316; }
.fd-crosshair::before { width: 100%; height: 2px; top: 50%; left: 0; }
.fd-crosshair::after { width: 2px; height: 100%; top: 0; left: 50%; }
.fd-data-tag { position: absolute; background: #111827; color: #fff; font-size: 0.7rem; padding: 4px 10px; }
.t1 { top: 10%; right: -20px; } .t2 { bottom: 20%; left: -30px; }

.fd-hammer-box { text-align: center; position: relative; }
.fd-cta-button-mock { background: #f97316; color: #fff; padding: 15px 30px; font-weight: 900; letter-spacing: 1px; }
.fd-impact-circles {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%; border: 2px solid #f97316; border-radius: 50%;
    animation: impactPulse 2s infinite;
}
@keyframes impactPulse { 0% { transform: translate(-50%, -50%) scale(0.5); opacity: 1; } 100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; } }

.fd-list-info {
    flex: 1;
}

.fd-tag-orange {
    display: block;
    color: #f97316;
    font-weight: 900;
    font-size: 0.9rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fd-list-info h4 { font-size: 1.8rem; margin-bottom: 20px; }
.fd-list-info p { font-size: 1.1rem; color: #4b5563; }

/* --- Value Section --- */
.fd-value-action {
    padding-bottom: 80px;
}

.fd-action-box {
    max-width: 800px;
    margin: 0 auto;
    background: #f97316;
    color: #fff;
    padding: 80px 50px;
    text-align: center;
    position: relative;
    box-shadow: 20px 20px 0 #111827;
}

.fd-action-box h3 { color: #fff !important; font-size: 2.2rem; margin-bottom: 30px; }
.fd-action-box p { font-size: 1.3rem; color: rgba(255, 255, 255, 0.9); }

/* --- CTA Section --- */
.fd-cta-action {
    text-align: center;
    padding: 100px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #e5e7eb;
    padding: 80px 40px;
}

.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 20px; }
.fd-cta-inner p { font-size: 1.2rem; color: #6b7280; margin-bottom: 50px; }

.fd-btn-plasma {
    display: inline-block;
    background: #111827;
    color: #fff;
    padding: 22px 60px;
    font-weight: 900;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.fd-btn-plasma:hover {
    background: #f97316;
    color: #fff;
    transform: translateY(-3px);
}

.arrow { margin-left: 10px; display: inline-block; transition: transform 0.2s; }
.fd-btn-plasma:hover .arrow { transform: translateX(8px); }

.fd-note {
    margin-top: 40px;
    font-size: 0.9rem;
    color: #9ca3af;
    letter-spacing: 1px;
}

/* --- Mobile --- */
@media (max-width: 768px) {
    .fd-hero-action .fd-title { font-size: 1.8rem; }
    .fd-list-row, .fd-list-row.reverse { flex-direction: column; gap: 40px; }
    .fd-list-visual { width: 100%; min-height: 200px; }
}/* End custom CSS */