.elementor-3657 .elementor-element.elementor-element-638bde1{--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-9cb631c *//* --- 容器與全域設定 --- */
.fd-omo-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-omo-article h1,
.fd-omo-article h2,
.fd-omo-article h3,
.fd-omo-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-omo {
    text-align: center;
    padding: 80px 20px;
    background: radial-gradient(circle at center, #fff1f2 0%, #fff 80%); /* 玫瑰淡粉漸層 */
    margin-bottom: 60px;
    border-bottom: 1px solid #ffe4e6;
}

.fd-badge-retail {
    display: inline-block;
    background: #f43f5e; /* 玫瑰紅 */
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(244, 63, 94, 0.3);
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #0f172a;
}

.fd-intro {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #e11d48;
    font-weight: 700;
    border-bottom: 2px solid #fda4af;
}

/* --- 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: #64748b;
    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 #e2e8f0;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.fd-pain-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #f43f5e;
}

.fd-icon-store {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: #fff1f2;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fecdd3;
}

.fd-pain-card h3 { font-size: 1.25rem; margin-bottom: 15px; }
.fd-pain-card p { font-size: 0.95rem; color: #64748b; margin: 0; }

/* --- Solution Section (OMO Strategy) --- */
.fd-solution-omo {
    padding-bottom: 80px;
}

.fd-strategy-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.fd-strategy-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-strategy-row.reverse {
    flex-direction: row-reverse;
}

.fd-strategy-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: Map Mockup */
.fd-map-mockup { width: 100%; height: 200px; position: relative; background-image: radial-gradient(#cbd5e1 1px, transparent 1px); background-size: 20px 20px; }
.fd-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; z-index: 2; }
.fd-pin-head { background: #f43f5e; color: #fff; padding: 5px 10px; border-radius: 4px; font-weight: bold; font-size: 0.8rem; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.fd-pin-point { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid #f43f5e; }
.fd-radar-wave { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border: 2px solid #f43f5e; border-radius: 50%; transform: translate(-50%, -50%); animation: radar 2s infinite; opacity: 0; }
@keyframes radar { 0% { width: 0; height: 0; opacity: 1; } 100% { width: 150px; height: 150px; opacity: 0; } }

/* Visual 2: Coupon Mockup */
.fd-coupon-mockup { width: 280px; height: 120px; background: #fff; border: 2px dashed #f43f5e; border-radius: 12px; display: flex; position: relative; overflow: hidden; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.fd-coupon-mockup::before, .fd-coupon-mockup::after { content: ""; position: absolute; width: 20px; height: 20px; background: #f8fafc; border-radius: 50%; top: 50%; transform: translateY(-50%); border: 2px solid #f43f5e; }
.fd-coupon-mockup::before { left: -12px; } .fd-coupon-mockup::after { right: -12px; }
.fd-coupon-left { flex: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 2px dashed #fecdd3; background: #fff1f2; }
.fd-discount { font-size: 2.5rem; font-weight: 800; color: #f43f5e; line-height: 1; }
.fd-coupon-left small { font-size: 0.8rem; color: #e11d48; }
.fd-coupon-right { flex: 1; display: flex; align-items: center; justify-content: center; }
.fd-btn-use { background: #f43f5e; color: #fff; font-size: 0.8rem; padding: 5px 10px; border-radius: 4px; cursor: pointer; }

/* Visual 3: Pickup Mockup */
.fd-pickup-mockup { background: #0f172a; color: #fff; padding: 20px 40px; border-radius: 12px; display: flex; align-items: center; gap: 20px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.2); }
.fd-box-icon { font-size: 3rem; }
.fd-pickup-text strong { display: block; font-size: 1.2rem; color: #f43f5e; }
.fd-pickup-text span { font-size: 0.9rem; color: #cbd5e1; }

.fd-strategy-info {
    flex: 1;
}

.fd-step-label {
    display: block;
    color: #f43f5e; /* 玫瑰紅 */
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.fd-strategy-info h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #0f172a;
}

.fd-strategy-info p {
    font-size: 1.05rem;
    color: #475569;
}

/* --- Value Section --- */
.fd-value-cycle {
    padding: 40px 20px;
    text-align: center;
}

.fd-cycle-box {
    max-width: 700px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 12px;
    border-top: 6px solid #f43f5e;
}

.fd-cycle-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 25px; }
.fd-cycle-box p { font-size: 1.15rem; color: #cbd5e1; line-height: 1.8; }
.fd-cycle-box strong { color: #fda4af; }

/* --- CTA Section --- */
.fd-cta-omo {
    text-align: center;
    padding: 60px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    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-rose {
    display: inline-block;
    background-color: #f43f5e; /* 玫瑰紅 */
    color: #fff;
    padding: 18px 50px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(244, 63, 94, 0.3);
    letter-spacing: 1px;
}

.fd-btn-rose:hover {
    background-color: #e11d48;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(244, 63, 94, 0.4);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-rose: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-strategy-row, .fd-strategy-row.reverse { flex-direction: column; gap: 30px; }
    .fd-strategy-visual { width: 100%; min-height: 200px; }
}/* End custom CSS */