.elementor-3818 .elementor-element.elementor-element-3d91990{--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;}.elementor-3818 .elementor-element.elementor-element-730ffad{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eb8dc04 *//* --- 全域容器與隔離 --- */
.fd-compliance-article {
    font-family: "Inter", "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #334155;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-font-smoothing: antialiased;
}

.fd-compliance-article h1, .fd-compliance-article h2, .fd-compliance-article h3, .fd-compliance-article h4 {
    color: #0f172a;
    font-weight: 700;
}

/* --- Hero Section --- */
.fd-hero-comp {
    text-align: center;
    padding: 100px 30px;
    background: #f8fafc;
    border-radius: 4px;
    margin-bottom: 80px;
    border: 1px solid #e2e8f0;
    position: relative;
}

.fd-hero-comp::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 6px;
    background: linear-gradient(90deg, #1e293b, #10b981);
}

.fd-badge-safe {
    display: inline-block;
    background: #0f172a;
    color: #fff;
    padding: 6px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.fd-title {
    font-size: 2.6rem;
    margin-bottom: 30px;
    line-height: 1.3;
}

.fd-intro {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 800px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #0f172a;
    background: linear-gradient(180deg, transparent 70%, #dcfce7 70%);
}

/* --- Risk Section (Pain Points) --- */
.fd-risk-section {
    padding-bottom: 100px;
}

.fd-section-header {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.fd-sub-desc {
    text-align: center;
    color: #94a3b8;
    margin-bottom: 60px;
}

.fd-risk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fd-risk-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 2px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.fd-risk-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-color: #f97316; /* 警告橘 */
}

.fd-icon-box {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.fd-risk-card h3 { font-size: 1.3rem; margin-bottom: 15px; }
.fd-risk-card p { font-size: 1rem; color: #64748b; }

/* --- Road Section (Solution) --- */
.fd-road-section {
    padding-bottom: 120px;
}

.fd-road-container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.fd-road-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.fd-road-row.reverse {
    flex-direction: row-reverse;
}

.fd-visual-side {
    flex: 1;
    min-height: 280px;
    background: #f1f5f9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    border: 1px solid #e2e8f0;
}

/* Visual UI Elements */
.fd-tag-ui { width: 80%; background: #fff; padding: 20px; border: 1px solid #0f172a; position: relative; overflow: hidden; }
.fd-tag-label { font-size: 0.8rem; font-weight: bold; color: #10b981; margin-bottom: 5px; }
.fd-tag-desc { font-size: 0.7rem; color: #64748b; }
.fd-scan-line { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #10b981; animation: scan 3s infinite linear; }
@keyframes scan { 0% { top: 0; } 100% { top: 100%; } }

.fd-polish-card { width: 80%; display: flex; flex-direction: column; gap: 8px; }
.fd-p-line { height: 8px; background: #e2e8f0; border-radius: 4px; width: 60%; }
.fd-p-item { background: #fff; padding: 15px; border-radius: 4px; font-size: 0.8rem; font-weight: bold; border: 1px solid #10b981; color: #10b981; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }

.fd-shield-ui { width: 160px; height: 160px; background: #0f172a; border-radius: 50%; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.fd-s-icon { font-size: 2rem; }
.fd-s-data { font-size: 0.6rem; font-family: monospace; opacity: 0.8; border: 1px solid rgba(255,255,255,0.2); padding: 2px 8px; }

.fd-text-side {
    flex: 1;
}

.fd-tag-navy {
    display: block;
    color: #0f172a;
    font-weight: 800;
    font-family: monospace;
    font-size: 1rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.fd-text-side h4 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

/* --- Value Section --- */
.fd-value-safe {
    padding-bottom: 100px;
}

.fd-safe-box {
    max-width: 850px;
    margin: 0 auto;
    background: #0f172a;
    color: #fff;
    padding: 80px 60px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    border-bottom: 8px solid #10b981;
}

.fd-safe-box h3 { color: #fff !important; font-size: 2.2rem; margin-bottom: 30px; }
.fd-safe-box p { font-size: 1.25rem; color: #cbd5e1; line-height: 1.8; }

/* --- CTA Section --- */
.fd-cta-safe {
    text-align: center;
    padding: 100px 20px;
}

.fd-cta-inner {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 80px 40px;
    border-radius: 4px;
}

.fd-cta-inner h2 { font-size: 2.4rem; margin-bottom: 25px; }
.fd-cta-inner p { color: #64748b; margin-bottom: 50px; font-size: 1.2rem; }

.fd-btn-navy {
    display: inline-block;
    background-color: #0f172a;
    color: #fff;
    padding: 22px 60px;
    border-radius: 2px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.fd-btn-navy:hover {
    background-color: #10b981;
    transform: translateY(-3px);
    color: #fff;
}

.arrow { margin-left: 10px; transition: transform 0.2s; display: inline-block; }
.fd-btn-navy:hover .arrow { transform: translateX(10px); }

.fd-note {
    margin-top: 40px;
    font-size: 0.95rem;
    color: #94a3b8;
    letter-spacing: 1px;
}

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-hero-comp .fd-title { font-size: 1.8rem; }
    .fd-road-row, .fd-road-row.reverse { flex-direction: column; gap: 40px; }
    .fd-visual-side { width: 100%; min-height: 250px; }
}/* End custom CSS */