/* ============================================================
   English for Careers — hub page
   Content design matches english-for-careers.html mockup.
   ============================================================ */

.english-for-careers-page {
	background: #fff;
}

.english-for-careers-page #wrap {
	min-width: 0;
	background: #fff;
}

.english-for-careers-page #container {
	width: 100%;
	max-width: none;
	padding: 0 !important;
	line-height: 1.8;
	background: #fff;
}

.english-for-careers-page #container h1,
.english-for-careers-page #container h2,
.english-for-careers-page #container h3,
.english-for-careers-page #container h4 {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: 0;
}

.efc {
	--ink: #172033;
	--muted: #657084;
	--line: #DFE5EE;
	--paper: #FFFFFF;
	--canvas: #F4F6FA;
	--navy-950: #031B68;
	--navy-800: #1E2D6E;
	--navy-700: #263A8A;
	--purple-700: #6C4DA4;
	--purple-100: #F1EDFB;
	--teal-600: #158A9A;
	--radius-sm: 6px;
	--radius-md: 8px;
	--shadow-tight: 0 8px 24px rgba(20, 32, 62, .10);
	--card-border: rgba(3, 27, 104, .12);
	--card-border-hover: rgba(3, 27, 104, .22);
	--card-shadow-hover: 0 12px 28px rgba(20, 32, 62, .14);

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	color: var(--ink);
	line-height: 1.8;
	letter-spacing: 0;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
}

.efc * {
	box-sizing: border-box;
}

.efc img {
	max-width: 100%;
	display: block;
}

.efc a {
	color: inherit;
	text-decoration: none;
}

.efc .wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}

.efc .eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--purple-700);
	font-weight: 700;
	font-size: 12.5px;
	line-height: 1.4;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin: 0 0 14px;
}

.efc .eyebrow::before {
	content: "";
	width: 30px;
	height: 2px;
	background: var(--purple-700);
	border-radius: 2px;
	flex: none;
}

.efc .hero {
	background: var(--purple-100);
	border-bottom: 1px solid var(--line);
	padding: 56px 0 50px;
}

.english-for-careers-page #container .efc .hero h1 {
	font-size: clamp(2rem, 6vw, 3rem);
	line-height: 1.22;
	font-weight: 700;
	color: var(--navy-950);
	margin: 0 0 6px;
}

.efc .hero .en {
	color: var(--purple-700);
	font-weight: 700;
	font-size: clamp(1.05rem, 3.4vw, 1.4rem);
	margin: 0 0 20px;
}

.efc .hero .lead {
	color: var(--muted);
	font-size: 16px;
	max-width: 42em;
	margin: 0 0 26px;
}

.efc .points {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	display: grid;
	gap: 11px;
}

.efc .points li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	font-weight: 600;
	color: var(--ink);
	font-size: 15.5px;
}

.efc .points .tick {
	flex: none;
	width: 21px;
	height: 21px;
	margin-top: 3px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--teal-600);
	color: #fff;
	font-size: .7rem;
	font-weight: 700;
}

.efc .plan {
	background: var(--paper);
	border: 1px solid var(--line);
	border-left: 3px solid var(--purple-700);
	border-radius: var(--radius-md);
	padding: 15px 18px;
	color: var(--muted);
	font-size: 14.5px;
	max-width: 46em;
	margin: 0 0 26px;
}

.efc .plan a {
	color: var(--purple-700);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.efc .cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.efc .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 700;
	font-size: 15.5px;
	padding: 14px 28px;
	border-radius: var(--radius-md);
	border: 1.5px solid transparent;
	cursor: pointer;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.efc .btn-primary {
	background: var(--navy-800);
	color: #fff;
}

.efc .btn-primary:hover {
	background: var(--navy-950);
	color: #fff;
	text-decoration: none;
}

.efc .btn-ghost {
	background: transparent;
	color: var(--navy-800);
	border-color: var(--line);
}

.efc .btn-ghost:hover {
	border-color: var(--navy-800);
	text-decoration: none;
}

.efc .fields {
	padding: 62px 0 70px;
	background: var(--paper);
}

.english-for-careers-page #container .efc .fields h2 {
	font-size: clamp(1.6rem, 4.5vw, 2.05rem);
	line-height: 1.3;
	font-weight: 700;
	color: var(--navy-950);
	margin: 0 0 8px;
}

.efc .fields .sub {
	color: var(--muted);
	margin: 0 0 34px;
	font-size: 15.5px;
}

.efc .grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.efc .card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--paper);
	border: 1px solid var(--card-border);
	border-radius: var(--radius-md);
	padding: 24px 22px 20px;
	box-shadow: var(--shadow-tight);
	transition: box-shadow .16s ease, border-color .16s ease;
}

.efc .card:hover {
	border-color: var(--card-border-hover);
	box-shadow: var(--card-shadow-hover);
}

.efc .card:focus-visible {
	outline: 3px solid var(--purple-700);
	outline-offset: 3px;
}

.efc .card .tag-en {
	color: var(--purple-700);
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.english-for-careers-page #container .efc .card h3 {
	font-size: 1.28rem;
	line-height: 1.35;
	font-weight: 700;
	color: var(--navy-950);
	margin: 0 0 2px;
}

.efc .card .en {
	color: var(--purple-700);
	font-weight: 700;
	font-size: .9rem;
	margin: 0 0 14px;
}

.efc .card .chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 14px;
}

.efc .chip {
	display: inline-flex;
	align-items: center;
	padding: 4px 9px;
	border-radius: 999px;
	background: var(--purple-100);
	color: var(--navy-800);
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
}

.efc .card p.desc {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.75;
	margin: 0 0 18px;
	flex: 1 1 auto;
}

.efc .card .more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--navy-800);
	font-weight: 600;
	font-size: 13px;
	margin-top: auto;
}

@media (max-width: 560px) {
	.efc .hero {
		padding: 40px 0 38px;
	}

	.efc .fields {
		padding: 48px 0 54px;
	}

	.efc .btn {
		width: 100%;
	}

	.efc .cta-row {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.efc * {
		transition: none !important;
	}
}
