.elementor-3691 .elementor-element.elementor-element-0757bd3{--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-7b144e9 *//* --- 容器與全域設定 --- */
.fd-startup-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-startup-article h1,
.fd-startup-article h2,
.fd-startup-article h3,
.fd-startup-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-startup {
    text-align: center;
    padding: 80px 20px;
    background: radial-gradient(circle at center, #ecfdf5 0%, #fff 80%); /* 淡綠漸層 */
    margin-bottom: 60px;
    border-bottom: 1px solid #d1fae5;
}

.fd-badge-lean {
    display: inline-block;
    background: #10b981; /* 嫩芽綠 */
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #064e3b;
}

.fd-intro {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #059669;
    font-weight: 700;
    background: #d1fae5;
    padding: 0 4px;
}

/* --- Burden Section (Pain Points) --- */
.fd-burden-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.fd-sub-desc {
    text-align: center;
    color: #64748b;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.fd-burden-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-burden-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.fd-burden-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #10b981;
}

.fd-icon-stone {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: inline-block;
    filter: grayscale(100%);
}

.fd-burden-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: #334155; }
.fd-burden-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Strategy Section (Lean) --- */
.fd-strategy-lean {
    padding-bottom: 80px;
}

.fd-lean-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-lean-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-lean-row.reverse {
    flex-direction: row-reverse;
}

.fd-lean-visual {
    flex: 1;
    min-height: 250px;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
    overflow: hidden;
}

/* Visual 1: Site Compare */
.fd-site-compare { display: flex; align-items: center; gap: 15px; }
.fd-site { width: 100px; background: #fff; border: 1px solid #cbd5e1; border-radius: 4px; padding: 5px; display: flex; flex-direction: column; gap: 3px; position: relative; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
.fd-site.heavy { height: 120px; opacity: 0.6; }
.fd-header, .fd-nav, .fd-body-lines { background: #cbd5e1; width: 100%; }
.fd-header { height: 15px; } .fd-nav { height: 5px; } .fd-body-lines { height: 2px; margin-bottom: 2px; }
.fd-site.light { height: 140px; border: 2px solid #10b981; transform: scale(1.1); z-index: 2; }
.fd-hero-img { height: 50px; background: #a7f3d0; margin-bottom: 10px; }
.fd-cta-btn { height: 10px; width: 60%; background: #10b981; margin: 0 auto; border-radius: 10px; }
.fd-arrow-lean { font-size: 1.5rem; color: #94a3b8; }
.fd-label-heavy, .fd-label-light { position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%); font-size: 0.7rem; white-space: nowrap; font-weight: bold; }
.fd-label-heavy { color: #94a3b8; } .fd-label-light { color: #059669; }

/* Visual 2: Lego Mockup */
.fd-lego-mockup { display: flex; flex-direction: column-reverse; gap: 5px; width: 140px; }
.fd-block { text-align: center; padding: 10px; border-radius: 4px; font-size: 0.85rem; font-weight: bold; position: relative; }
.fd-block::before { content: ""; position: absolute; top: -4px; left: 20px; width: 10px; height: 4px; background: inherit; } 
.fd-block::after { content: ""; position: absolute; top: -4px; right: 20px; width: 10px; height: 4px; background: inherit; }
.fd-block.b1 { background: #0f172a; color: #fff; height: 50px; line-height: 30px; }
.fd-block.b2 { background: #10b981; color: #fff; height: 40px; line-height: 20px; }
.fd-block.b3 { border: 2px dashed #94a3b8; color: #94a3b8; background: transparent; }
.fd-block.b3::before, .fd-block.b3::after { display: none; }

/* Visual 3: Budget Chart */
.fd-budget-chart { width: 90%; display: flex; height: 40px; border-radius: 20px; overflow: hidden; font-size: 0.8rem; font-weight: bold; color: #fff; }
.fd-chart-bar.design { width: 30%; background: #64748b; display: flex; align-items: center; justify-content: center; }
.fd-chart-bar.marketing { width: 70%; background: #10b981; display: flex; align-items: center; justify-content: center; }

.fd-lean-info {
    flex: 1;
}

.fd-step-green {
    display: block;
    color: #10b981;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fd-lean-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #064e3b;
}

.fd-lean-info p {
    font-size: 1.05rem;
    color: #475569;
}

/* --- Value Section --- */
.fd-value-growth {
    padding: 40px 20px;
    text-align: center;
}

.fd-growth-box {
    max-width: 700px;
    margin: 0 auto;
    background: #0f172a; /* 深岩灰 */
    color: #fff;
    padding: 60px 40px;
    border-radius: 12px;
    background-image: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.3);
}

.fd-growth-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-growth-box p { font-size: 1.15rem; color: #cbd5e1; line-height: 1.8; }
.fd-growth-box strong { color: #34d399; }

/* --- CTA Section --- */
.fd-cta-startup {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d1fae5;
    padding: 60px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.fd-cta-inner h2 { font-size: 2rem; margin-bottom: 15px; color: #0f172a; }
.fd-cta-inner p { color: #64748b; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-sprout {
    display: inline-block;
    background-color: #10b981; /* 嫩芽綠 */
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);
    letter-spacing: 1px;
}

.fd-btn-sprout:hover {
    background-color: #059669;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-sprout:hover .arrow { transform: translateX(5px); }

.fd-note {
    margin-top: 25px;
    font-size: 0.9rem;
    color: #94a3b8;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-lean-row, .fd-lean-row.reverse { flex-direction: column; gap: 30px; }
    .fd-lean-visual { width: 100%; min-height: 200px; }
}/* End custom CSS */