.elementor-3627 .elementor-element.elementor-element-c2698a3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2152afc *//* --- 容器與全域設定 --- */
.fd-booking-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-booking-article h1,
.fd-booking-article h2,
.fd-booking-article h3,
.fd-booking-article h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-booking {
    text-align: center;
    padding: 70px 20px;
    background: radial-gradient(circle at top, #fff7ed 0%, #fff 70%); /* 暖橘色漸層 */
    margin-bottom: 60px;
}

.fd-badge-tourism {
    display: inline-block;
    background: #fff;
    color: #f59e0b; /* 太陽橘 */
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    border: 1px solid #fcd34d;
    box-shadow: 0 4px 6px rgba(245, 158, 11, 0.1);
}

.fd-title {
    font-size: 2.25rem;
    margin-bottom: 25px;
    color: #1e293b;
}

.fd-intro {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #ef4444; /* 警示紅 */
    background: #fee2e2;
    padding: 0 4px;
}

/* --- Chaos Section (Pain Points) --- */
.fd-chaos-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-chaos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.fd-chaos-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s;
}

.fd-chaos-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: #fca5a5;
}

.fd-icon-mess {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: #fef2f2;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.fd-chaos-card h3 { font-size: 1.25rem; margin-bottom: 15px; }
.fd-chaos-card p { font-size: 0.95rem; color: #475569; margin: 0; }

/* --- Flow Section (Timeline) --- */
.fd-flow-section {
    padding-bottom: 80px;
}

.fd-timeline-steps {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 800px;
    margin: 0 auto;
}

.fd-step-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.fd-step-row.reverse {
    flex-direction: row-reverse;
}

.fd-step-visual {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Mockups */
.fd-screen-mockup, .fd-pay-mockup, .fd-qr-mockup {
    width: 200px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}

.fd-mock-header { background: #f59e0b; color: #fff; padding: 10px; font-weight: bold; font-size: 0.9rem; }
.fd-mock-body { padding: 15px; display: flex; flex-direction: column; gap: 10px; }
.fd-slot { display: block; padding: 8px; border-radius: 4px; font-size: 0.85rem; }
.fd-slot.avail { background: #dcfce7; color: #166534; border: 1px solid #86efac; cursor: pointer; }
.fd-slot.full { background: #f1f5f9; color: #94a3b8; text-decoration: line-through; }

.fd-pay-mockup { padding: 30px 0; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.fd-pay-icon { font-size: 3rem; color: #0ea5e9; }
.fd-pay-mockup span { color: #0f172a; font-weight: bold; }

.fd-qr-mockup { padding: 30px 0; display: flex; flex-direction: column; align-items: center; }
.fd-qr-code { width: 100px; height: 100px; background-image: radial-gradient(#334155 40%, transparent 41%); background-size: 10px 10px; margin-bottom: 10px; }

.fd-step-content {
    flex: 1;
}

.fd-step-num {
    display: inline-block;
    color: #f59e0b;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.fd-step-content h3 { font-size: 1.5rem; margin-bottom: 15px; }
.fd-step-content p { color: #475569; font-size: 1rem; }

/* --- Value Section --- */
.fd-value-section {
    padding-bottom: 60px;
    text-align: center;
}

.fd-value-box {
    background: #0f172a;
    color: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
    background-image: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.fd-value-box h3 { color: #fff !important; font-size: 1.8rem; margin-bottom: 20px; }
.fd-value-box p { color: #cbd5e1; font-size: 1.1rem; max-width: 600px; margin: 0 auto; }
.fd-value-box strong { color: #fbbf24; }

/* --- CTA Section --- */
.fd-cta-tourism {
    text-align: center;
    padding: 40px 20px;
}

.fd-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border: 2px dashed #fcd34d;
    padding: 50px 30px;
    border-radius: 20px;
}

.fd-cta-inner h2 { font-size: 2rem; margin-bottom: 15px; color: #0f172a; }
.fd-cta-inner p { color: #64748b; margin-bottom: 35px; }

.fd-btn-sun {
    display: inline-block;
    background-color: #f59e0b; /* 太陽橘 */
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(245, 158, 11, 0.4);
}

.fd-btn-sun:hover {
    background-color: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(245, 158, 11, 0.5);
    color: #fff;
}

.arrow { margin-left: 8px; transition: transform 0.2s; display: inline-block; }
.fd-btn-sun:hover .arrow { transform: translateX(5px); }

.fd-small-note {
    margin-top: 20px;
    font-size: 0.85rem;
    color: #94a3b8;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    .fd-step-row, .fd-step-row.reverse { flex-direction: column; gap: 30px; }
    .fd-step-visual { width: 100%; }
}/* End custom CSS */