.elementor-3623 .elementor-element.elementor-element-2361034{--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-aed6b63 *//* --- 容器與全域設定 --- */
.fd-agri-article {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8; /* 增加行高，營造呼吸感 */
    color: #44403c; /* 暖灰色文字 */
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
}

/* --- 標題通用 --- */
.fd-agri-article h1,
.fd-agri-article h2,
.fd-agri-article h3,
.fd-agri-article h4 {
    color: #2f5d28; /* 農夫綠 */
    font-weight: 700;
    line-height: 1.4;
}

/* --- Hero Section --- */
.fd-hero-agri {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(to bottom, #f0fdf4 0%, #fff 100%); /* 極淡綠漸層 */
    margin-bottom: 60px;
    position: relative;
}

/* 背景裝飾葉子 (模擬) */
.fd-hero-agri::before {
    content: "🌿";
    position: absolute;
    top: 20px;
    right: 10%;
    font-size: 3rem;
    opacity: 0.2;
    transform: rotate(15deg);
}

.fd-badge-nature {
    display: inline-block;
    background: #2f5d28;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #1c1917;
}

.fd-intro {
    font-size: 1.15rem;
    color: #57534e;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #d97706; /* 豐收金 */
    font-weight: 700;
    border-bottom: 2px solid #fcd34d;
}

/* --- Pain Section --- */
.fd-pain-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.fd-sub-desc {
    text-align: center;
    color: #78716c;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.fd-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-pain-card {
    background: #fff;
    border: 1px solid #e7e5e4;
    padding: 35px;
    border-radius: 4px; /* 方正一點，像卡片紙 */
    text-align: center;
    transition: all 0.3s ease;
}

.fd-pain-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(47, 93, 40, 0.08); /* 綠色陰影 */
    border-color: #a3e635;
}

.fd-icon-leaf {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: block;
}

.fd-pain-card h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #44403c;
}

.fd-pain-card p {
    font-size: 0.95rem;
    color: #78716c;
    margin: 0;
}

/* --- Solution Section (Craftsmanship) --- */
.fd-solution-craft {
    padding-bottom: 80px;
}

.fd-craft-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-craft-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-craft-row.reverse {
    flex-direction: row-reverse;
}

.fd-craft-visual {
    flex: 1;
    min-height: 300px;
    background: #f5f5f4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* 模擬圖片效果 */
.fd-mock-img, .fd-mock-text, .fd-mock-ui {
    width: 80%;
    height: 80%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    text-align: center;
    padding: 20px;
}

.img-style-1 { background: #ecfccb; } /* 萊姆綠底 */
.img-style-2 { background: #ffedd5; } /* 橘色底 */
.img-style-3 { background: #e0f2fe; } /* 藍色底 */

.fd-mock-img span { font-weight: bold; color: #3f6212; border: 2px solid #3f6212; padding: 10px; border-radius: 50%; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; transform: rotate(-10deg); }
.fd-mock-text h3 { font-family: "Times New Roman", serif; font-size: 2rem; margin-bottom: 10px; }
.fd-btn-mock { background: #0f172a; color: #fff; padding: 10px 20px; margin: 5px; border-radius: 4px; font-size: 0.8rem; }

.fd-craft-info {
    flex: 1;
}

.fd-step-tag {
    display: block;
    color: #d97706;
    font-family: serif;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.fd-craft-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #1c1917;
}

.fd-craft-info p {
    font-size: 1.05rem;
    color: #57534e;
}

/* --- Value Quote --- */
.fd-value-quote {
    padding: 60px 20px;
    text-align: center;
}

.fd-quote-box {
    max-width: 700px;
    margin: 0 auto;
    background: #fcfcfc;
    border-top: 2px solid #2f5d28;
    border-bottom: 2px solid #2f5d28;
    padding: 50px 30px;
}

.fd-quote-box h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #2f5d28;
}

.fd-quote-box p {
    font-size: 1.2rem;
    color: #44403c;
    line-height: 1.8;
}

.fd-quote-box strong {
    color: #d97706;
}

/* --- CTA Section --- */
.fd-cta-agri {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #2f5d28; /* 深綠色底 */
    color: #fff;
    padding: 60px 30px;
    border-radius: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233f6212' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.fd-cta-inner h2 { color: #fff !important; font-size: 2rem; margin-bottom: 15px; }
.fd-cta-inner p { color: #dcfce7; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-harvest {
    display: inline-block;
    background-color: #d97706; /* 金色按鈕 */
    color: #fff;
    padding: 18px 50px;
    border-radius: 2px; /* 方形圓角，比較有氣質 */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
    letter-spacing: 1px;
}

.fd-btn-harvest:hover {
    background-color: #b45309;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(0,0,0,0.3);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-harvest:hover .arrow { transform: translateX(5px); }

.fd-note {
    margin-top: 25px;
    font-size: 0.9rem;
    color: #a7f3d0;
    opacity: 0.8;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-craft-row, .fd-craft-row.reverse { flex-direction: column; gap: 30px; }
    .fd-craft-visual { width: 100%; min-height: 250px; }
    .fd-quote-box { padding: 30px 20px; }
}/* End custom CSS */