.elementor-3726 .elementor-element.elementor-element-5d84d57{--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-aee1af0 *//* --- 容器與全域設定 --- */
.fd-human-article {
    font-family: "Helvetica Neue", "PingFang TC", "Microsoft JhengHei", serif; /* 加入 serif 增加人文感 */
    line-height: 1.8;
    color: #3d405b; /* 深岩灰，比純黑柔和 */
    background-color: #fdfcf8; /* 羊皮紙白，護眼舒適 */
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
    border-radius: 8px;
}

/* --- 標題通用 --- */
.fd-human-article h1,
.fd-human-article h2,
.fd-human-article h3,
.fd-human-article h4 {
    color: #2d2d2d;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

/* --- Hero Section --- */
.fd-hero-human {
    text-align: center;
    padding: 80px 20px;
    background: #f4f1ea; /* 米色背景 */
    border-radius: 24px 24px 0 0; /* 圓潤邊角 */
    margin-bottom: 60px;
    position: relative;
    border-bottom: 1px solid #e5e0d6;
}

.fd-badge-warmth {
    display: inline-block;
    background: #e07a5f; /* 陶土紅 */
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(224, 122, 95, 0.3);
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.fd-intro {
    font-size: 1.2rem;
    color: #5f6368;
    max-width: 720px;
    margin: 0 auto;
    font-weight: 400;
}

.fd-intro strong {
    color: #e07a5f;
    font-weight: 700;
    border-bottom: 2px solid #f2cc8f; /* 淡黃色底線 */
}

/* --- Sameness Section (Pain Points) --- */
.fd-sameness-section {
    padding: 20px 0 80px 0;
}

.fd-section-header {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.fd-sub-desc {
    text-align: center;
    color: #818181;
    margin-bottom: 60px;
    font-size: 1.1rem;
    font-style: italic; /* 斜體增加敘事感 */
}

.fd-anxiety-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.fd-anxiety-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #f0ebe0;
}

.fd-anxiety-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: #e07a5f;
}

.fd-icon-face {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
    filter: sepia(0.3); /* 復古濾鏡感 */
}

.fd-anxiety-card h3 { font-size: 1.3rem; margin-bottom: 15px; color: #3d405b; }
.fd-anxiety-card p { font-size: 1rem; color: #6d6d6d; margin: 0; line-height: 1.7; }

/* --- Moat Section (Solution) --- */
.fd-moat-section {
    padding-bottom: 80px;
}

.fd-strategy-wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.fd-strategy-block {
    display: flex;
    align-items: center;
    gap: 60px;
}

.fd-strategy-block.reverse {
    flex-direction: row-reverse;
}

.fd-visual-side {
    flex: 1;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Visual 1: Fingerprint Art */
.fd-fingerprint-art {
    width: 200px; height: 260px;
    border: 2px solid #3d405b;
    border-radius: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f1ea;
}
.fd-print-lines {
    width: 160px; height: 220px;
    border-radius: 80px;
    background: repeating-radial-gradient(
      circle at 50% 50%,
      #e07a5f 0,
      #e07a5f 2px,
      transparent 3px,
      transparent 10px
    );
    opacity: 0.8;
}
.fd-tag-unique {
    position: absolute; bottom: -15px; background: #3d405b; color: #fff;
    padding: 5px 15px; font-size: 0.8rem; letter-spacing: 1px;
}

/* Visual 2: Case Mockup */
.fd-case-mockup {
    width: 90%; background: #fff; padding: 15px;
    box-shadow: 10px 10px 0 #f2cc8f; /* 實心陰影，復古感 */
    border: 1px solid #3d405b;
    transform: rotate(-2deg); /* 微傾斜，增加手作感 */
}
.fd-case-header { font-size: 0.8rem; font-weight: bold; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; color: #3d405b; }
.fd-img-placeholder {
    height: 150px; background: #e5e0d6; display: flex; align-items: center; justify-content: center;
    color: #999; font-size: 0.9rem; margin-bottom: 15px;
}
.fd-note-hand {
    font-family: "Brush Script MT", cursive; /* 手寫字體 */
    color: #e07a5f; font-size: 1.1rem; text-align: right; transform: rotate(-5deg);
}

/* Visual 3: Quote Card */
.fd-quote-card {
    background: #fff; padding: 40px; border-radius: 4px;
    border-left: 6px solid #e07a5f;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    position: relative;
}
.fd-quote-mark { font-size: 5rem; color: #f2cc8f; position: absolute; top: 0px; left: 20px; line-height: 1; font-family: serif; opacity: 0.5; }
.fd-quote-card p { font-size: 1.1rem; font-style: italic; color: #3d405b; position: relative; z-index: 1; margin-bottom: 20px; }
.fd-author { display: flex; align-items: center; gap: 15px; }
.fd-avatar { width: 40px; height: 40px; background: #3d405b; border-radius: 50%; }
.fd-author span { font-weight: bold; font-size: 0.9rem; }

.fd-text-side {
    flex: 1;
}

.fd-step-clay {
    display: block;
    color: #e07a5f;
    font-family: serif;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.fd-text-side h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.fd-text-side p {
    font-size: 1.1rem;
    color: #555;
}

/* --- Value Section --- */
.fd-value-human {
    padding: 60px 20px;
    text-align: center;
}

.fd-human-box {
    max-width: 750px;
    margin: 0 auto;
    background: #3d405b; /* 深藍灰 */
    color: #fff;
    padding: 80px 50px;
    border-radius: 16px;
    position: relative;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMSIgY3k9IjEiIHI9IjEiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4wNSkiLz48L3N2Zz4='); /* 細微雜訊 */
}

.fd-human-box h3 { color: #f4f1ea !important; font-size: 2rem; margin-bottom: 30px; font-weight: 400; font-family: serif; }
.fd-human-box p { font-size: 1.25rem; color: #d0d0d0; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-warm {
    text-align: center;
    padding: 80px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #f0ebe0;
    padding: 60px 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.08);
}

.fd-cta-inner h2 { font-size: 2.2rem; margin-bottom: 20px; color: #1a1a1a; }
.fd-cta-inner p { color: #818181; margin-bottom: 40px; font-size: 1.15rem; }

.fd-btn-clay {
    display: inline-block;
    background-color: #e07a5f;
    color: #fff;
    padding: 20px 60px;
    border-radius: 4px; /* 微圓角，保持專業 */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(224, 122, 95, 0.2);
}

.fd-btn-clay:hover {
    background-color: #d16d52;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(224, 122, 95, 0.3);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-clay:hover .arrow { transform: translateX(5px); }

.fd-note {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #999;
    font-family: serif;
    font-style: italic;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-title { font-size: 1.8rem; }
    .fd-strategy-block, .fd-strategy-block.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-side { width: 100%; min-height: 250px; }
    .fd-case-mockup { transform: rotate(0deg); width: 100%; }
}/* End custom CSS */