/* Sheco-n.php 專屬樣式 - 語意化優化版本 */

/* 頁面基礎設定 */
.sheco-page-body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000000;
    line-height: 1.6;
}

/* 內容區塊通用樣式 */
.sheco-content-section {
    padding: 60px 20px;
    max-width: 1100px;
    margin: auto;
}

/* 標題樣式 */
.sheco-primary-heading, 
.sheco-secondary-heading, 
.sheco-tertiary-heading {
    color: #38bdf8;
}

.sheco-section-title {
    text-align: center;
    margin-bottom: 30px;
}

/* 主視覺區塊 (Hero Section) */
.sheco-hero-banner {
    text-align: center;
    padding: 80px 20px;
}

.sheco-hero-title {
    font-size: 42px;
}

.sheco-hero-description {
    max-width: 700px;
    margin: auto;
    color: #94a3b8;
}

/* 網格卡片佈局 */
.sheco-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    background: #ffffff;
}

.sheco-feature-card {
    text-align: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e2e8f0; /* 補上邊框顏色 */
}

/* 數據表格樣式 */
.sheco-data-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.sheco-table-cell, 
.sheco-table-header {
    border: 1px solid #56565f;
    padding: 10px;
    text-align: center;
    color: #333;
}

.sheco-table-header {
    background: #ffffff;
}

/* 文字強調樣式 */
.sheco-text-highlight {
    color: #22c55e;
    font-weight: bold;
}

.sheco-text-normal {
    color: #333333;
    font-weight: bold;
}

/* 影片與多媒體區塊 */
.sheco-media-container {
    text-align: center;
     width: 100%;
     height: auto;
}

.sheco-centered-wrapper {
    text-align: center;
}

.sheco-video-iframe {
    width: 100%;
    max-width: 800px;
    height: 450px;
    border: none;
}
