.elementor-3788 .elementor-element.elementor-element-beb2318{--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-9978fe1 *//* --- 全域容器與重置設定 --- */
.fd-growth-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-growth-article h1,
.fd-growth-article h2,
.fd-growth-article h3,
.fd-growth-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
}

/* --- Hero Section --- */
.fd-hero-growth {
    text-align: center;
    padding: 100px 30px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    border-radius: 24px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.fd-badge-launch {
    display: inline-block;
    background: #06b6d4; /* 啟航青 */
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.fd-hero-growth .fd-title {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.fd-hero-growth .fd-intro {
    color: #cbd5e1;
    font-size: 1.2rem;
    max-width: 850px;
    margin: 0 auto;
}

.fd-hero-growth .fd-intro strong {
    color: #06b6d4;
}

/* --- Pain Section --- */
.fd-pain-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-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.fd-pain-card {
    background: #fff;
    padding: 50px 35px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s ease;
}

.fd-pain-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 40px -15px rgba(0, 0, 0, 0.08);
    border-color: #06b6d4;
}

.fd-icon-box {
    font-size: 2.8rem;
    margin-bottom: 25px;
}

.fd-pain-card h3 { font-size: 1.4rem; margin-bottom: 20px; }
.fd-pain-card p { font-size: 1rem; color: #64748b; }

/* --- Booster Section (Funnel Steps) --- */
.fd-booster-section {
    padding-bottom: 120px;
}

.fd-step-container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.fd-step-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.fd-step-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-part {
    flex: 1;
    min-height: 300px;
    background: #f8fafc;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

/* Visuals: Radar, Stack, Chart */
.fd-radar-ui { position: relative; width: 150px; height: 150px; border: 1px solid #06b6d4; border-radius: 50%; }
.fd-pulse-ring { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 2px solid #06b6d4; border-radius: 50%; animation: pulse 2s infinite; }
.fd-target-label { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #0f172a; color: #06b6d4; font-size: 0.7rem; font-weight: bold; padding: 4px 10px; border-radius: 4px; white-space: nowrap; }
@keyframes pulse { 0% { transform: scale(0.8); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }

.fd-stack-ui { display: flex; flex-direction: column; gap: 8px; width: 60%; }
.fd-layer { background: #fff; padding: 12px; border-radius: 8px; border: 1px solid #e2e8f0; font-size: 0.8rem; font-weight: bold; text-align: center; color: #64748b; z-index: 2; box-shadow: 0 4px 6px rgba(0,0,0,0.02); }
.fd-layer.l1 { transform: scale(0.9); opacity: 0.5; }
.fd-layer.l2 { transform: scale(0.95); opacity: 0.8; }
.fd-power-beam { position: absolute; width: 100%; height: 100%; background: linear-gradient(0deg, transparent, rgba(6, 182, 212, 0.1), transparent); animation: beam 3s infinite; z-index: 1; }
@keyframes beam { 0% { transform: translateY(100%); } 100% { transform: translateY(-100%); } }

.fd-chart-ui { width: 80%; position: relative; }
.fd-curve-svg { width: 100%; height: auto; }
.fd-curve-line { stroke: #06b6d4; stroke-width: 4; stroke-dasharray: 400; stroke-dashoffset: 400; animation: draw 2s forwards; }
.fd-curve-dot { fill: #06b6d4; animation: popIn 0.5s 2s both; }
.fd-roi-badge { position: absolute; top: -10px; right: 0; background: #0f172a; color: #fff; font-size: 0.75rem; padding: 5px 12px; border-radius: 20px; font-weight: bold; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes popIn { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.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;
    text-transform: uppercase;
}

.fd-text-part h4 {
    font-size: 2rem;
    margin-bottom: 25px;
}

/* --- Value Section --- */
.fd-value-growth {
    padding-bottom: 120px;
}

.fd-growth-box {
    max-width: 800px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    padding: 80px 60px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    background-image: radial-gradient(circle at top right, #1e293b 0%, #0f172a 100%);
}

.fd-growth-box h3 { color: #fff !important; font-size: 2.4rem; margin-bottom: 30px; }
.fd-growth-box p { font-size: 1.25rem; color: #94a3b8; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-growth {
    text-align: center;
    padding: 100px 20px;
}

.fd-cta-inner {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 80px 40px;
    border-radius: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.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-launch {
    display: inline-block;
    background-color: #06b6d4;
    color: #fff;
    padding: 22px 60px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.3);
}

.fd-btn-launch:hover {
    background-color: #0891b2;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(6, 182, 212, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-launch: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-growth .fd-title { font-size: 2rem; }
    .fd-step-row, .fd-step-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-part { width: 100%; min-height: 250px; }
    .fd-growth-box { padding: 60px 30px; }
    .fd-growth-box h3 { font-size: 1.8rem; }
}/* End custom CSS */