/* ═══════════════════════════════════════════════
   ETWU — security（資安訓練與講座邀約）
   僅微調既有元件（about.css 的 award-card / identity-list / quote-section），
   不引入新的樣式語彙。
   ═══════════════════════════════════════════════ */

/* ── HERO ── */
.sec-hero { padding-top: 7rem; }
.sec-intro { max-width: none; }

/* ── 可邀約主題（沿用 .award-card，勳章圈改成編號）── */
.sec-topic .award-medal {
	font-family: 'Space Mono', monospace;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}
.sec-topic .award-name { font-size: 1.25rem; margin-bottom: 0.6rem; }
/* 解掉 .award-desc 的 640px 上限，讓說明照卡片寬度自然斷行（不影響關於頁的獎項卡）。 */
.sec-topic .award-desc { margin-bottom: 0; max-width: none; }

/* ── 過去交付經驗（沿用 .identity-list 的藍色 › 前綴，字級改用內文尺度）── */
.sec-exp-list { margin-top: 0; }
.sec-exp-list li {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.8;
	color: var(--text);
	padding-left: 1.4rem;
	max-width: none;
}
.sec-exp-list strong { font-weight: 600; color: var(--blue); }

/* ── 課程樣貌（沿用 about.css 的 .media-list 四欄列表）── */
.sec-materials-note { margin-bottom: 2rem; }

/* ── 聯絡與邀約 ── */
.sec-materials-note,
.sec-contact-note {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.9;
	color: var(--dim);
	max-width: none;
}
.sec-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

/* ── 底部說明（沿用 .quote-section 的深色橫幅，不用引號）── */
.sec-note-band { border-bottom: 0; }
.sec-footnote {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-weight: 300;
	line-height: 1.85;
	color: var(--text);
}

@media (max-width: 860px) {
	.sec-hero { padding-top: 6rem; }
	.sec-cta .btn { flex: 1 1 auto; text-align: center; }
}
