.elementor-3648 .elementor-element.elementor-element-1dfb6bf{--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-8459c90 *//* --- 容器與全域設定 --- */
.fd-story-article {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #4a4a4a;
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
}

/* --- 標題通用 --- */
.fd-story-article h1,
.fd-story-article h2,
.fd-story-article h3,
.fd-story-article h4 {
    color: #2c2c2c;
    font-weight: 700;
    line-height: 1.4;
}

/* --- Hero Section --- */
.fd-hero-story {
    text-align: center;
    padding: 80px 20px;
    background: radial-gradient(circle at center, #faf7f5 0%, #fff 80%); /* 米色暖調漸層 */
    margin-bottom: 60px;
}

.fd-badge-culture {
    display: inline-block;
    background: #b95c50; /* 陶土紅 */
    color: #fff;
    padding: 6px 16px;
    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: #2c2c2c;
}

.fd-intro {
    font-size: 1.15rem;
    color: #666;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #b95c50;
    border-bottom: 1px solid #b95c50;
    padding-bottom: 2px;
}

/* --- Disconnect Section (Pain Points) --- */
.fd-disconnect-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: #888;
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.fd-issue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.fd-issue-item {
    text-align: center;
    padding: 20px;
}

.fd-icon-box {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: inline-block;
    background: #f4f4f4;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    transition: background 0.3s;
}

.fd-issue-item:hover .fd-icon-box {
    background: #ffe4e1; /* 淡粉色互動 */
}

.fd-issue-item h3 { font-size: 1.2rem; margin-bottom: 15px; color: #444; }
.fd-issue-item p { font-size: 0.95rem; color: #777; margin: 0; line-height: 1.6; }

/* --- Language Section (Solution) --- */
.fd-language-section {
    padding-bottom: 80px;
}

.fd-design-elements {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-element-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.fd-element-row.reverse {
    flex-direction: row-reverse;
}

.fd-element-visual {
    flex: 1;
    min-height: 300px;
    background: #faf7f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Visual 1: Palette */
.fd-palette-card { display: flex; flex-direction: column; gap: 10px; width: 60%; }
.fd-color { padding: 15px; color: #fff; border-radius: 6px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); font-size: 0.9rem; }
.fd-color.c1 { background: #8B3A3A; }
.fd-color.c2 { background: #556B2F; }
.fd-color.c3 { background: #708090; }

/* Visual 2: Typography */
.fd-type-card { text-align: left; padding: 40px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; }
.fd-type-sample { font-family: "Times New Roman", serif; font-size: 1.8rem; color: #333; line-height: 1.4; margin: 0; }
.fd-cursor-hand { position: absolute; bottom: 20px; right: 30px; font-size: 2rem; animation: float 2s infinite ease-in-out; }

/* Visual 3: Interaction */
.fd-interaction-card { text-align: center; }
.fd-btn-demo {
    background: #b95c50;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(185, 92, 80, 0.3);
}
.fd-btn-demo:hover { transform: scale(1.05); background: #a0493e; box-shadow: 0 8px 20px rgba(185, 92, 80, 0.4); }
.fd-hint { margin-top: 15px; font-family: monospace; color: #999; font-size: 0.8rem; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.fd-element-info {
    flex: 1;
}

.fd-step-tag {
    display: block;
    color: #b95c50;
    font-family: serif;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.fd-element-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.fd-element-info p {
    font-size: 1.05rem;
    color: #666;
}

/* --- Value Section --- */
.fd-value-emotion {
    padding: 40px 20px;
    text-align: center;
}

.fd-emotion-box {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.fd-emotion-box h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #b95c50;
    font-family: serif;
}

.fd-emotion-box p {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.8;
}

/* --- CTA Section --- */
.fd-cta-story {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #2c2c2c; /* 炭灰色底 */
    color: #fff;
    padding: 60px 30px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.fd-cta-inner h2 { color: #fff !important; font-size: 2rem; margin-bottom: 15px; }
.fd-cta-inner p { color: #ccc; margin-bottom: 40px; font-size: 1.1rem; }

.fd-btn-clay {
    display: inline-block;
    background-color: #b95c50; /* 陶土紅 */
    color: #fff;
    padding: 18px 50px;
    border-radius: 2px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.fd-btn-clay:hover {
    background-color: #fff;
    color: #b95c50;
    transform: translateY(-2px);
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-clay:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-element-row, .fd-element-row.reverse { flex-direction: column; gap: 30px; }
    .fd-element-visual { width: 100%; min-height: 250px; }
    .fd-palette-card { width: 80%; }
}/* End custom CSS */