.elementor-3661 .elementor-element.elementor-element-7f942be{--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-57ea3e5 *//* --- 容器與全域設定 --- */
.fd-esg-article {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.7;
    color: #374151;
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
}

/* --- 標題通用 --- */
.fd-esg-article h1,
.fd-esg-article h2,
.fd-esg-article h3,
.fd-esg-article h4 {
    color: #064e3b; /* 深森林綠 */
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-esg {
    text-align: center;
    padding: 80px 20px;
    background: radial-gradient(circle at center, #ecfdf5 0%, #fff 70%); /* 極淡綠漸層 */
    margin-bottom: 60px;
    border-bottom: 1px solid #d1fae5;
}

.fd-badge-leaf {
    display: inline-block;
    background: #059669; /* 翡翠綠 */
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px; /* 葉子形狀圓角 */
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 0px #047857;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #111827;
}

.fd-intro {
    font-size: 1.15rem;
    color: #4b5563;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #059669;
    font-weight: 700;
    border-bottom: 2px solid #6ee7b7;
}

/* --- Pollution Section (Pain Points) --- */
.fd-pollution-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: #6b7280;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.fd-pollute-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-pollute-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.fd-pollute-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #059669;
}

.fd-icon-cloud {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: #f3f4f6;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #6b7280; /* 灰塵色 */
}

.fd-pollute-card h3 { font-size: 1.25rem; margin-bottom: 15px; }
.fd-pollute-card p { font-size: 0.95rem; color: #6b7280; margin: 0; }

/* --- Solution Section (Green Methods) --- */
.fd-solution-green {
    padding-bottom: 80px;
}

.fd-green-methods {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-method-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-method-row.reverse {
    flex-direction: row-reverse;
}

.fd-method-visual {
    flex: 1;
    min-height: 250px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
    overflow: hidden;
}

/* Visual 1: Code Compare */
.visual-code { background: #f9fafb; border: 1px solid #e5e7eb; }
.fd-code-compare { width: 80%; }
.fd-code-heavy span, .fd-code-light span { display: block; font-size: 0.9rem; margin-bottom: 5px; font-weight: bold; }
.fd-bar-heavy { background: #ef4444; width: 100%; color: #fff; padding: 5px 10px; border-radius: 4px; font-size: 0.8rem; text-align: right; margin-bottom: 10px; }
.fd-bar-light { background: #059669; width: 20%; color: #fff; padding: 5px 10px; border-radius: 4px; font-size: 0.8rem; white-space: nowrap; }
.fd-arrow-down { text-align: center; font-size: 0.9rem; color: #059669; margin: 10px 0; font-weight: bold; }

/* Visual 2: Dark Mode */
.visual-dark { background: #111827; flex-direction: column; color: #fff; }
.fd-dark-switch { background: #374151; width: 100px; height: 50px; border-radius: 50px; position: relative; display: flex; align-items: center; padding: 5px; cursor: pointer; border: 2px solid #4b5563; }
.fd-switch-btn { width: 40px; height: 40px; background: #10b981; border-radius: 50%; position: absolute; right: 5px; box-shadow: 0 0 10px #10b981; }
.fd-moon { position: absolute; left: 10px; font-size: 1.2rem; }
.fd-dark-caption { margin-top: 20px; font-size: 0.9rem; color: #9ca3af; }

/* Visual 3: Cloud */
.visual-cloud { background: #ecfdf5; }
.fd-cloud-icon { font-size: 5rem; color: #fff; text-shadow: 0 10px 20px rgba(5, 150, 105, 0.2); position: relative; }
.fd-leaf-icon { position: absolute; bottom: 0; right: -10px; font-size: 2rem; }

.fd-method-info {
    flex: 1;
}

.fd-step-leaf {
    display: block;
    color: #059669;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fd-method-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #064e3b;
}

.fd-method-info p {
    font-size: 1.05rem;
    color: #4b5563;
}

/* --- Value Section --- */
.fd-value-brand {
    padding: 40px 20px;
    text-align: center;
}

.fd-brand-box {
    max-width: 700px;
    margin: 0 auto;
    background: #064e3b; /* 深綠 */
    color: #fff;
    padding: 60px 40px;
    border-radius: 12px;
    background-image: linear-gradient(135deg, #064e3b 0%, #065f46 100%);
    box-shadow: 0 10px 30px rgba(6, 78, 59, 0.3);
}

.fd-brand-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-brand-box p { font-size: 1.15rem; color: #a7f3d0; line-height: 1.8; }
.fd-brand-box strong { color: #fff; border-bottom: 1px dashed #fff; }

/* --- CTA Section --- */
.fd-cta-esg {
    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: #064e3b; }
.fd-cta-inner p { color: #6b7280; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-forest {
    display: inline-block;
    background-color: #059669; /* 森林綠 */
    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(5, 150, 105, 0.3);
    letter-spacing: 1px;
}

.fd-btn-forest:hover {
    background-color: #047857;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(5, 150, 105, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-forest:hover .arrow { transform: translateX(5px); }

.fd-note {
    margin-top: 25px;
    font-size: 0.9rem;
    color: #9ca3af;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-method-row, .fd-method-row.reverse { flex-direction: column; gap: 30px; }
    .fd-method-visual { width: 100%; min-height: 200px; }
}/* End custom CSS */