/* LeBruder — trang landing Tuyển dụng (Inter, primary #1A73E8, accent #FF5722, secondary #F9F9F9) */

.lebruder-landing {
	font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	color: #1a1a1a;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
	overflow-x: hidden;
}

.lebruder-landing__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.lebruder-landing__intro {
	padding: 2rem 0 2.25rem;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
}

.lebruder-landing__intro-inner {
	max-width: 52rem;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.65;
	color: #333;
	text-align: center;
}

.lebruder-landing__intro-inner p {
	margin: 0 0 0.75rem;
}

.lebruder-landing__intro-inner p:last-child {
	margin-bottom: 0;
}

.lebruder-landing__join {
	margin: 0 calc(50% - 50vw);
	padding: 0;
	display: block;
	width: 100vw;
	max-width: 100vw;
	background: transparent;
	box-sizing: border-box;
}

.lebruder-landing__join-img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.lebruder-landing__join-fallback {
	min-height: clamp(10rem, 28vw, 16rem);
	background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 45%, #1565c0 100%);
}

.lebruder-landing__container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1rem;
}

.lebruder-landing__section-title {
	position: relative;
	display: inline-block;
	margin: 0 auto 1.75rem;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.lebruder-landing__section-title::after {
	content: "";
	display: block;
	width: 3rem;
	height: 3px;
	margin: 0.65rem auto 0;
	background: #ff5722;
	border-radius: 2px;
}

.lebruder-landing__jobs {
	padding: 3rem 0 3.5rem;
	background: #f9f9f9;
}

.lebruder-landing__jobs .lebruder-landing__section-title {
	display: block;
}

.lebruder-landing__vendor {
	padding: 3rem 0 3.5rem;
	background: #fff;
}

.lebruder-landing__vendor .lebruder-landing__section-title {
	display: block;
}

.lebruder-landing__empty {
	text-align: center;
	color: #555;
	margin: 0;
}

.lebruder-landing__table {
	display: flex;
	flex-direction: column;
	gap: 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.lebruder-landing__table-head {
	display: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #555;
	background: #f3f6fb;
	border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
	.lebruder-landing__table-head {
		display: grid;
		gap: 0.75rem;
		align-items: center;
		padding: 0.85rem 1.25rem;
	}

	.lebruder-landing__table--jobs .lebruder-landing__table-head,
	.lebruder-landing__table--jobs .lebruder-landing__row {
		grid-template-columns: minmax(0, 2fr) minmax(5.5rem, 9rem) minmax(5.5rem, 9rem) minmax(6.75rem, 8.5rem);
	}

	.lebruder-landing__table--vendor .lebruder-landing__table-head,
	.lebruder-landing__table--vendor .lebruder-landing__row {
		grid-template-columns: minmax(0, 2fr) minmax(5.5rem, 9rem) minmax(5.5rem, 9rem) minmax(6.75rem, 8.5rem);
	}
}

.lebruder-landing__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
	padding: 1rem 1.1rem;
	border-bottom: 1px solid #ececec;
	align-items: center;
}

@media (min-width: 768px) {
	.lebruder-landing__table--jobs .lebruder-landing__row,
	.lebruder-landing__table--vendor .lebruder-landing__row {
		gap: 0.75rem;
		padding: 0.95rem 1.25rem;
	}
}

.lebruder-landing__row:last-child {
	border-bottom: none;
}

.lebruder-landing__cell--title a {
	color: #111;
	font-weight: 600;
	text-decoration: none;
	font-size: 15px;
}

.lebruder-landing__cell--title a:hover {
	color: #1a73e8;
}

.lebruder-landing__cell--loc {
	font-size: 15px;
	color: #444;
}

.lebruder-landing__cell--deadline {
	font-size: 15px;
	color: #444;
	white-space: nowrap;
}

.lebruder-landing__cell--body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.3rem;
	min-width: 0;
}

.lebruder-landing__cell-body-title {
	font-size: 15px;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	line-height: 1.35;
}

.lebruder-landing__cell-body-title:hover {
	color: #1a73e8;
}

.lebruder-landing__cell-body-snippet {
	display: block;
	font-size: 14px;
	line-height: 1.45;
	color: #555;
	word-break: break-word;
}

.lebruder-landing__cell--act {
	justify-self: start;
}

@media (min-width: 768px) {
	.lebruder-landing__cell--act {
		justify-self: end;
	}
}

.lebruder-landing__apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 7.5rem;
	padding: 0.5rem 1rem;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #ff5722;
	background: #fff;
	border: 2px solid #ff5722;
	border-radius: 8px;
	transition: box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.lebruder-landing__apply:hover {
	box-shadow: 0 4px 12px rgba(255, 87, 34, 0.25);
	color: #fff;
	background: #ff5722;
}

.lebruder-landing__more {
	border-top: 1px solid #ececec;
}

.lebruder-landing__more-summary {
	list-style: none;
	cursor: pointer;
	text-align: center;
	padding: 0.85rem 1rem;
	font-weight: 600;
	font-size: 15px;
	color: #1a73e8;
	background: #fafafa;
	transition: background 0.2s ease;
}

.lebruder-landing__more-summary::-webkit-details-marker {
	display: none;
}

.lebruder-landing__more-summary:hover {
	background: #f0f4fb;
}

.lebruder-landing__more[open] .lebruder-landing__more-summary {
	border-bottom: 1px solid #ececec;
}

.lebruder-landing__why {
	padding: 3rem 0 4rem;
	background: #fff;
}

.lebruder-landing__why .lebruder-landing__section-title {
	display: block;
}

.lebruder-landing__why-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 1.25rem;
}

.lebruder-landing__why-card {
	grid-column: span 12;
	position: relative;
	min-height: 15rem;
	padding: 1.5rem 1.25rem 1.75rem;
	border-radius: 8px;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(160deg, #0d47a1 0%, #1a73e8 55%, #1565c0 100%);
	box-shadow: 0 4px 16px rgba(26, 115, 232, 0.25);
}

@media (min-width: 640px) {
	.lebruder-landing__why-card {
		grid-column: span 6;
		min-height: 16rem;
	}
}

@media (min-width: 1100px) {
	.lebruder-landing__why-card {
		grid-column: span 3;
		min-height: 17rem;
	}
}

.lebruder-landing__why-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
	pointer-events: none;
}

.lebruder-landing__why-num,
.lebruder-landing__why-h,
.lebruder-landing__why-t {
	position: relative;
	z-index: 1;
}

.lebruder-landing__why-num {
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	opacity: 0.35;
	margin-bottom: 0.5rem;
}

.lebruder-landing__why-h {
	margin: 0 0 0.65rem;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.lebruder-landing__why-t {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

/* Trang landing: tránh khoảng trống thừa nếu theme bọc #primary */
body.lebruder-recruitment-landing .lebruder-landing {
	margin-top: 0;
}
