.elementor-3540 .elementor-element.elementor-element-0502a0f{--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-f04eba2 *//* --- 容器與字體 --- */
.fd-core-components {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.7;
    color: #334155;
    background-color: #fff;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
}

/* --- 標題通用設定 --- */
.fd-core-components h1, 
.fd-core-components h2, 
.fd-core-components h3 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.3;
}

/* --- Hero Section --- */
.fd-hero {
    text-align: center;
    padding: 50px 20px;
    background: radial-gradient(circle at center, #f8fafc 0%, #fff 70%);
    margin-bottom: 50px;
}

.fd-tag {
    display: inline-block;
    background-color: #ecfdf5; /* 淺綠底 */
    color: #059669; /* 深綠字 */
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.fd-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #1e293b;
}

.fd-intro {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 750px;
    margin: 0 auto;
}

.fd-intro strong {
    color: #0ea5e9;
    font-weight: 600;
}

/* --- Blueprint Section (Grid) --- */
.fd-blueprint-section {
    padding: 20px 0;
}

.fd-section-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.fd-section-subtitle {
    text-align: center;
    color: #94a3b8;
    margin-bottom: 50px;
    font-size: 1rem;
}

.fd-grid-2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* 組件卡片設計 */
.fd-component-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.fd-component-card:hover {
    border-color: #0ea5e9;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -5px rgba(14, 165, 233, 0.15);
}

.fd-card-header {
    background: #f8fafc;
    padding: 25px 30px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 15px;
}

.fd-num {
    font-size: 1.5rem;
    font-weight: 900;
    color: #cbd5e1; /* 淡灰色數字 */
    font-family: "Arial", sans-serif;
}

.fd-card-header h3 {
    margin: 0;
    font-size: 1.25rem;
}

.fd-card-body {
    padding: 30px;
}

.fd-role {
    font-size: 0.9rem;
    color: #0ea5e9;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.fd-card-body p {
    color: #475569;
    margin-bottom: 20px;
    font-size: 1rem;
}

.fd-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fd-check-list li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #334155;
    margin-bottom: 8px;
    font-weight: 500;
}

.fd-check-list li::before {
    content: "✔";
    color: #10b981;
    margin-right: 10px;
    font-size: 0.8rem;
}

/* --- Value Insight --- */
.fd-value-section {
    margin: 80px 0;
}

.fd-insight-box {
    background: #0f172a; /* 深藍底 */
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(30deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    overflow: hidden;
}

.fd-insight-box::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.fd-insight-box h3 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.fd-insight-box p {
    color: #cbd5e1;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.fd-insight-box strong {
    color: #38bdf8;
}

/* --- CTA Block --- */
.fd-cta-block {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 40px;
}

.fd-cta-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.fd-cta-content p {
    color: #64748b;
    margin-bottom: 40px;
}

.fd-btn-glow {
    display: inline-block;
    background-color: #0ea5e9;
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(14, 165, 233, 0.4); /* 發光效果 */
}

.fd-btn-glow:hover {
    background-color: #0284c7;
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(14, 165, 233, 0.6);
    color: #fff;
}

.arrow { margin-left: 8px; }

/* --- RWD Mobile --- */
@media (max-width: 768px) {
    .fd-title {
        font-size: 1.8rem;
    }
    
    .fd-grid-2x2 {
        grid-template-columns: 1fr; /* 手機變單欄 */
        gap: 20px;
    }
    
    .fd-insight-box {
        padding: 30px;
    }
    
    .fd-component-card {
        padding-bottom: 20px;
    }
}/* End custom CSS */