.elementor-3572 .elementor-element.elementor-element-cc8b25e{--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-25497a0 *//* --- 容器與全域設定 --- */
.fd-interview-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-interview-article h1, 
.fd-interview-article h2, 
.fd-interview-article h3 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

/* --- Hero Section --- */
.fd-hero-interview {
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 60px;
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
    border-bottom: 1px solid #e2e8f0;
}

.fd-tag-pro {
    display: inline-block;
    background: #0f172a;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.fd-main-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: #0f172a;
    font-weight: 700;
    border-bottom: 3px solid #e2e8f0;
}

/* --- Questions Section --- */
.fd-questions-section {
    padding: 20px 0 60px 0;
}

.fd-q-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.fd-q-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.fd-q-header {
    background: #f1f5f9;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.fd-q-num {
    background: #0ea5e9;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.fd-q-header h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #0f172a;
}

.fd-q-body {
    padding: 30px;
}

.fd-why {
    margin-bottom: 25px;
    color: #475569;
}

.fd-why strong {
    color: #0f172a;
}

/* 合格回答樣式 */
.fd-ans-box {
    background: #f0fdf4; /* 淡綠色背景 */
    padding: 20px 25px;
    border-radius: 8px;
    border-left: 5px solid #10b981; /* 綠色左邊條 */
    color: #166534;
    font-size: 1rem;
    display: flex;
    gap: 15px;
}

.fd-ans-box .fd-icon {
    font-size: 1.2rem;
}

/* --- Value Section --- */
.fd-value-section {
    margin: 60px 0;
    text-align: center;
}

.fd-value-content {
    background: #0f172a;
    color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.fd-value-content h3 {
    color: #fff !important;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.fd-value-content p {
    color: #cbd5e1;
    font-size: 1.1rem;
    margin: 0;
}

/* --- CTA Section --- */
.fd-cta-section {
    text-align: center;
    padding: 40px 20px;
}

.fd-cta-wrapper {
    max-width: 700px;
    margin: 0 auto;
    border: 2px dashed #cbd5e1;
    padding: 40px;
    border-radius: 20px;
}

.fd-cta-wrapper h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.fd-cta-wrapper p {
    color: #64748b;
    margin-bottom: 30px;
}

.fd-btn-pro {
    display: inline-block;
    background-color: #0ea5e9;
    color: #fff;
    padding: 16px 45px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(14, 165, 233, 0.4);
    font-size: 1.1rem;
}

.fd-btn-pro:hover {
    background-color: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(14, 165, 233, 0.5);
    color: #fff;
}

.arrow { margin-left: 8px; transition: transform 0.2s; display: inline-block; }
.fd-btn-pro:hover .arrow { transform: translateX(5px); }

/* --- Mobile RWD --- */
@media (max-width: 768px) {
    .fd-main-title { font-size: 1.8rem; }
    
    .fd-q-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .fd-ans-box {
        flex-direction: column;
        gap: 10px;
    }
}/* End custom CSS */