/* Start custom CSS for html, class: .elementor-element-5d91c9c *//* 容器主體 */
.kp-main-wrapper {
    max-width: 800px;
    margin: 40px auto;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.7;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* 頂部標題 */
.kp-header {
    background: #fdfdfd;
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.kp-header h1 {
    margin: 0;
    font-size: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.kp-header p {
    margin: 8px 0 0;
    color: #888;
    font-size: 15px;
}

/* 內容區 */
.kp-content {
    padding: 30px 40px;
}

/* 關鍵字連結 */
.kp-link {
    color: #007aff;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,122,255,0.2);
    transition: all 0.2s ease;
}

.kp-link:hover {
    background: rgba(0,122,255,0.05);
    border-bottom: 1px solid #007aff;
}

/* 特色網格 */
.kp-grid {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.kp-card {
    flex: 1;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 12px;
}

.kp-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #000;
}

/* 表格樣式 */
.kp-table-scroll {
    overflow-x: auto;
    margin: 20px 0;
}

.kp-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 450px;
}

.kp-table th, .kp-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.kp-table th {
    background: #fafafa;
    font-size: 14px;
    color: #666;
}

/* 底部提示 */
.kp-tip {
    margin: 30px 0;
    padding: 15px 20px;
    background: #fff9e6;
    border-left: 4px solid #ffcc00;
    border-radius: 4px;
    font-size: 14px;
}

/* 返回首頁按鈕 */
.kp-btn-area {
    text-align: center;
    padding: 20px 0 40px;
}

.kp-btn-home {
    display: inline-block;
    background: #1a1a1a;
    color: #fff !important;
    padding: 14px 50px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.kp-btn-home:hover {
    background: #444;
    transform: translateY(-2px);
}

/* 手機適應 */
@media (max-width: 600px) {
    .kp-grid { flex-direction: column; }
    .kp-content { padding: 20px; }
    .kp-btn-home { width: 80%; }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-db7a4e3 *//* 容器與基礎設定 */
.kp-article-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: -apple-system, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.8;
    color: #333;
}

/* 超連結樣式 */
.kp-link {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid #0066cc;
    padding-bottom: 1px;
    transition: opacity 0.2s;
}

.kp-link:hover {
    opacity: 0.7;
}

/* 段落間距 */
.kp-article-container p {
    margin-bottom: 24px;
    text-align: justify;
}

/* 核心特點區塊 (雙端適應) */
.kp-feature-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.kp-feature-item {
    flex: 1;
    min-width: 280px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.kp-feature-item strong {
    display: block;
    font-size: 1.1em;
    margin-bottom: 8px;
    color: #000;
}

/* 底部按鈕 */
.kp-footer-action {
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.kp-btn-home {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
}

.kp-btn-home:hover {
    background-color: #333;
}

/* 手機端微調 */
@media (max-width: 600px) {
    .kp-article-container {
        margin: 20px auto;
    }
    .kp-btn-home {
        width: 100%;
        box-sizing: border-box;
    }
}/* End custom CSS */